2024-09-13T12:46:11.379 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-13T12:46:11.397 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-13T12:46:11.492 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-09-13_12:30:34-orch:cephadm-wip-guits-main-2024-09-13-0840-distro-default-smithi/7903595 branch: wip-guits-main-2024-09-13-0840 description: orch:cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} email: gabrioux@ibm.com first_in_suite: false job_id: '7903595' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-09-13_12:30:34-orch:cephadm-wip-guits-main-2024-09-13-0840-distro-default-smithi no_nested_subset: false os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: wip-guits-main-2024-09-13-0840 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: b0201b8c79733293453e7f10a10c7fa43119222b ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: b0201b8c79733293453e7f10a10c7fa43119222b workunit: branch: wip-guits-main-2024-09-13-0840 sha1: b0201b8c79733293453e7f10a10c7fa43119222b owner: scheduled_gabrioux@teuthology priority: 70 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: 4031 sha1: b0201b8c79733293453e7f10a10c7fa43119222b sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-guits-main-2024-09-13-0840 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_b0201b8c79733293453e7f10a10c7fa43119222b/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: b0201b8c79733293453e7f10a10c7fa43119222b targets: smithi007.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPaXstrnBBxX4I9JUuD6IY1gpH60lSyW8i4Fjg3Qa1Q7AS8KtEd5qoTvIsGsR/F98QO43OXqf9YyySUixOQ68qE= smithi053.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDT0SqszNKrvX8em/2CXLC0LdPsZ0fVmxQbrk+cfqBLVPXgEAFKR/QqlXM9/w+EseecnhMRRw5VL6y86boMkgEo= smithi077.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBK8oOR3ewD9wXpqPm56t5Oze4Bbh/LRThsP2EsTYMjMnmUgzWrUte4rbfingftN3SYelBYhrATMP4u0JKzSUDJQ= tasks: - install: null - cephadm: null - cephadm.shell: host.a: - "set -e\nset -x\nceph orch apply node-exporter\nceph orch apply grafana\nceph\ \ orch apply alertmanager\nceph orch apply prometheus\nsleep 240\nceph orch\ \ ls\nceph orch ps\nceph orch host ls\nMON_DAEMON=$(ceph orch ps --daemon-type\ \ mon -f json | jq -r 'last | .daemon_name')\nGRAFANA_HOST=$(ceph orch ps --daemon-type\ \ grafana -f json | jq -e '.[]' | jq -r '.hostname')\nPROM_HOST=$(ceph orch\ \ ps --daemon-type prometheus -f json | jq -e '.[]' | jq -r '.hostname')\nALERTM_HOST=$(ceph\ \ orch ps --daemon-type alertmanager -f json | jq -e '.[]' | jq -r '.hostname')\n\ GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST \"$GRAFANA_HOST\"\ \ '.[] | select(.hostname==$GRAFANA_HOST) | .addr')\nPROM_IP=$(ceph orch host\ \ ls -f json | jq -r --arg PROM_HOST \"$PROM_HOST\" '.[] | select(.hostname==$PROM_HOST)\ \ | .addr')\nALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST\ \ \"$ALERTM_HOST\" '.[] | select(.hostname==$ALERTM_HOST) | .addr')\n# check\ \ each host node-exporter metrics endpoint is responsive\nALL_HOST_IPS=$(ceph\ \ orch host ls -f json | jq -r '.[] | .addr')\nfor ip in $ALL_HOST_IPS; do\n\ \ curl -s http://${ip}:9100/metric\ndone\n# check grafana endpoints are responsive\ \ and database health is okay\ncurl -k -s https://${GRAFANA_IP}:3000/api/health\n\ curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '.database == \"ok\"\ '\n# stop mon daemon in order to trigger an alert\nceph orch daemon stop $MON_DAEMON\n\ sleep 120\n# check prometheus endpoints are responsive and mon down alert is\ \ firing\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ \ | jq -e '.status == \"success\"'\ncurl -s http://${PROM_IP}:9095/api/v1/alerts\n\ curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '.data | .alerts | .[]\ \ | select(.labels | .alertname == \"CephMonDown\") | .state == \"firing\"'\n\ # check alertmanager endpoints are responsive and mon down alert is active\n\ curl -s http://${ALERTM_IP}:9093/api/v1/status\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts\n\ curl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e '.data | .[] | select(.labels\ \ | .alertname == \"CephMonDown\") | .status | .state == \"active\"'\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a timestamp: 2024-09-13_12:30:34 tube: smithi user: gabrioux verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3401856 2024-09-13T12:46:11.492 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_b0201b8c79733293453e7f10a10c7fa43119222b/qa; will attempt to use it 2024-09-13T12:46:11.493 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_b0201b8c79733293453e7f10a10c7fa43119222b/qa/tasks 2024-09-13T12:46:11.493 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-13T12:46:11.495 INFO:teuthology.task.internal:Checking packages... 2024-09-13T12:46:11.518 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'b0201b8c79733293453e7f10a10c7fa43119222b' 2024-09-13T12:46:11.519 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-13T12:46:11.519 INFO:teuthology.packaging:ref: None 2024-09-13T12:46:11.519 INFO:teuthology.packaging:tag: None 2024-09-13T12:46:11.519 INFO:teuthology.packaging:branch: wip-guits-main-2024-09-13-0840 2024-09-13T12:46:11.519 INFO:teuthology.packaging:sha1: b0201b8c79733293453e7f10a10c7fa43119222b 2024-09-13T12:46:11.519 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=wip-guits-main-2024-09-13-0840 2024-09-13T12:46:11.674 INFO:teuthology.task.internal:Found packages for ceph version 19.3.0-4917-gb0201b8c-1jammy 2024-09-13T12:46:11.675 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-13T12:46:11.682 INFO:teuthology.task.internal:no buildpackages task found 2024-09-13T12:46:11.682 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-13T12:46:11.700 INFO:teuthology.task.internal:Saving configuration 2024-09-13T12:46:11.711 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-13T12:46:11.719 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-13T12:46:11.752 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi007.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-13_12:30:34-orch:cephadm-wip-guits-main-2024-09-13-0840-distro-default-smithi/7903595', '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-13 12:39:36.500479', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHWMKVh0f0qVgTjR1lfvZQDUXHgY6L+jkL3ev7mXfUsd'} 2024-09-13T12:46:11.782 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi053.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-13_12:30:34-orch:cephadm-wip-guits-main-2024-09-13-0840-distro-default-smithi/7903595', '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-13 12:39:36.502148', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOXosR+RgdIbcQFaWCBrhrDPfvJSG3hF7lUBOD9MnwrS'} 2024-09-13T12:46:11.810 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi077.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-13_12:30:34-orch:cephadm-wip-guits-main-2024-09-13-0840-distro-default-smithi/7903595', '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-13 12:39:36.498588', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIC/EdUNfqRjsrOv1w+MtT20Qcwqvh061k05TTYWCEFHW'} 2024-09-13T12:46:11.810 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-13T12:46:11.817 INFO:teuthology.task.internal:roles: ubuntu@smithi007.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-09-13T12:46:11.817 INFO:teuthology.task.internal:roles: ubuntu@smithi053.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-09-13T12:46:11.817 INFO:teuthology.task.internal:roles: ubuntu@smithi077.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-09-13T12:46:11.817 INFO:teuthology.run_tasks:Running task console_log... 2024-09-13T12:46:11.924 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f987d97bbe0>, signals=[15]) 2024-09-13T12:46:11.924 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-13T12:46:11.931 INFO:teuthology.task.internal:Opening connections... 2024-09-13T12:46:11.931 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi007.front.sepia.ceph.com 2024-09-13T12:46:11.932 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi007.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T12:46:12.025 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi053.front.sepia.ceph.com 2024-09-13T12:46:12.026 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi053.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T12:46:12.112 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi077.front.sepia.ceph.com 2024-09-13T12:46:12.113 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi077.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T12:46:12.197 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-13T12:46:12.205 DEBUG:teuthology.orchestra.run.smithi007:> uname -m 2024-09-13T12:46:12.210 INFO:teuthology.orchestra.run.smithi007.stdout:x86_64 2024-09-13T12:46:12.211 DEBUG:teuthology.orchestra.run.smithi007:> cat /etc/os-release 2024-09-13T12:46:12.258 INFO:teuthology.orchestra.run.smithi007.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-13T12:46:12.258 INFO:teuthology.orchestra.run.smithi007.stdout:NAME="Ubuntu" 2024-09-13T12:46:12.258 INFO:teuthology.orchestra.run.smithi007.stdout:VERSION_ID="22.04" 2024-09-13T12:46:12.258 INFO:teuthology.orchestra.run.smithi007.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-13T12:46:12.258 INFO:teuthology.orchestra.run.smithi007.stdout:VERSION_CODENAME=jammy 2024-09-13T12:46:12.258 INFO:teuthology.orchestra.run.smithi007.stdout:ID=ubuntu 2024-09-13T12:46:12.258 INFO:teuthology.orchestra.run.smithi007.stdout:ID_LIKE=debian 2024-09-13T12:46:12.259 INFO:teuthology.orchestra.run.smithi007.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-13T12:46:12.259 INFO:teuthology.orchestra.run.smithi007.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-13T12:46:12.259 INFO:teuthology.orchestra.run.smithi007.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-13T12:46:12.259 INFO:teuthology.orchestra.run.smithi007.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-13T12:46:12.259 INFO:teuthology.orchestra.run.smithi007.stdout:UBUNTU_CODENAME=jammy 2024-09-13T12:46:12.259 INFO:teuthology.lock.ops:Updating smithi007.front.sepia.ceph.com on lock server 2024-09-13T12:46:12.293 DEBUG:teuthology.orchestra.run.smithi053:> uname -m 2024-09-13T12:46:12.299 INFO:teuthology.orchestra.run.smithi053.stdout:x86_64 2024-09-13T12:46:12.299 DEBUG:teuthology.orchestra.run.smithi053:> cat /etc/os-release 2024-09-13T12:46:12.345 INFO:teuthology.orchestra.run.smithi053.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-13T12:46:12.345 INFO:teuthology.orchestra.run.smithi053.stdout:NAME="Ubuntu" 2024-09-13T12:46:12.345 INFO:teuthology.orchestra.run.smithi053.stdout:VERSION_ID="22.04" 2024-09-13T12:46:12.345 INFO:teuthology.orchestra.run.smithi053.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-13T12:46:12.345 INFO:teuthology.orchestra.run.smithi053.stdout:VERSION_CODENAME=jammy 2024-09-13T12:46:12.345 INFO:teuthology.orchestra.run.smithi053.stdout:ID=ubuntu 2024-09-13T12:46:12.345 INFO:teuthology.orchestra.run.smithi053.stdout:ID_LIKE=debian 2024-09-13T12:46:12.345 INFO:teuthology.orchestra.run.smithi053.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-13T12:46:12.346 INFO:teuthology.orchestra.run.smithi053.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-13T12:46:12.346 INFO:teuthology.orchestra.run.smithi053.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-13T12:46:12.346 INFO:teuthology.orchestra.run.smithi053.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-13T12:46:12.346 INFO:teuthology.orchestra.run.smithi053.stdout:UBUNTU_CODENAME=jammy 2024-09-13T12:46:12.346 INFO:teuthology.lock.ops:Updating smithi053.front.sepia.ceph.com on lock server 2024-09-13T12:46:12.376 DEBUG:teuthology.orchestra.run.smithi077:> uname -m 2024-09-13T12:46:12.382 INFO:teuthology.orchestra.run.smithi077.stdout:x86_64 2024-09-13T12:46:12.382 DEBUG:teuthology.orchestra.run.smithi077:> cat /etc/os-release 2024-09-13T12:46:12.429 INFO:teuthology.orchestra.run.smithi077.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-13T12:46:12.429 INFO:teuthology.orchestra.run.smithi077.stdout:NAME="Ubuntu" 2024-09-13T12:46:12.429 INFO:teuthology.orchestra.run.smithi077.stdout:VERSION_ID="22.04" 2024-09-13T12:46:12.429 INFO:teuthology.orchestra.run.smithi077.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-13T12:46:12.429 INFO:teuthology.orchestra.run.smithi077.stdout:VERSION_CODENAME=jammy 2024-09-13T12:46:12.430 INFO:teuthology.orchestra.run.smithi077.stdout:ID=ubuntu 2024-09-13T12:46:12.430 INFO:teuthology.orchestra.run.smithi077.stdout:ID_LIKE=debian 2024-09-13T12:46:12.430 INFO:teuthology.orchestra.run.smithi077.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-13T12:46:12.430 INFO:teuthology.orchestra.run.smithi077.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-13T12:46:12.430 INFO:teuthology.orchestra.run.smithi077.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-13T12:46:12.430 INFO:teuthology.orchestra.run.smithi077.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-13T12:46:12.430 INFO:teuthology.orchestra.run.smithi077.stdout:UBUNTU_CODENAME=jammy 2024-09-13T12:46:12.430 INFO:teuthology.lock.ops:Updating smithi077.front.sepia.ceph.com on lock server 2024-09-13T12:46:12.459 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-13T12:46:12.469 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-13T12:46:12.475 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-13T12:46:12.475 DEBUG:teuthology.orchestra.run.smithi007:> test '!' -e /home/ubuntu/cephtest 2024-09-13T12:46:12.478 DEBUG:teuthology.orchestra.run.smithi053:> test '!' -e /home/ubuntu/cephtest 2024-09-13T12:46:12.480 DEBUG:teuthology.orchestra.run.smithi077:> test '!' -e /home/ubuntu/cephtest 2024-09-13T12:46:12.485 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-13T12:46:12.491 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-13T12:46:12.491 DEBUG:teuthology.orchestra.run.smithi007:> test -z $(ls -A /var/lib/ceph) 2024-09-13T12:46:12.527 DEBUG:teuthology.orchestra.run.smithi053:> test -z $(ls -A /var/lib/ceph) 2024-09-13T12:46:12.530 DEBUG:teuthology.orchestra.run.smithi077:> test -z $(ls -A /var/lib/ceph) 2024-09-13T12:46:12.554 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-13T12:46:12.655 INFO:teuthology.run_tasks:Running task kernel... 2024-09-13T12:46:12.669 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-13T12:46:12.669 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-13T12:46:12.670 DEBUG:teuthology.orchestra.run.smithi007:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-13T12:46:12.670 DEBUG:teuthology.orchestra.run.smithi053:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-13T12:46:12.671 DEBUG:teuthology.orchestra.run.smithi077:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-13T12:46:12.675 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T12:46:12.676 DEBUG:teuthology.orchestra.run.smithi053:> uname -r 2024-09-13T12:46:12.677 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T12:46:12.677 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T12:46:12.678 DEBUG:teuthology.orchestra.run.smithi077:> uname -r 2024-09-13T12:46:12.678 DEBUG:teuthology.orchestra.run.smithi007:> uname -r 2024-09-13T12:46:12.724 INFO:teuthology.orchestra.run.smithi053.stdout:5.15.0-56-generic 2024-09-13T12:46:12.725 INFO:teuthology.task.kernel:Running kernel on smithi053: 5.15.0-56-generic 2024-09-13T12:46:12.725 DEBUG:teuthology.orchestra.run.smithi053:> sudo apt-get clean 2024-09-13T12:46:12.731 INFO:teuthology.orchestra.run.smithi007.stdout:5.15.0-56-generic 2024-09-13T12:46:12.731 INFO:teuthology.orchestra.run.smithi077.stdout:5.15.0-56-generic 2024-09-13T12:46:12.731 INFO:teuthology.task.kernel:Running kernel on smithi007: 5.15.0-56-generic 2024-09-13T12:46:12.731 DEBUG:teuthology.orchestra.run.smithi007:> sudo apt-get clean 2024-09-13T12:46:12.732 INFO:teuthology.task.kernel:Running kernel on smithi077: 5.15.0-56-generic 2024-09-13T12:46:12.732 DEBUG:teuthology.orchestra.run.smithi077:> sudo apt-get clean 2024-09-13T12:46:12.856 DEBUG:teuthology.orchestra.run.smithi007:> sudo apt-get update 2024-09-13T12:46:12.865 DEBUG:teuthology.orchestra.run.smithi053:> sudo apt-get update 2024-09-13T12:46:12.876 DEBUG:teuthology.orchestra.run.smithi077:> sudo apt-get update 2024-09-13T12:46:13.028 INFO:teuthology.orchestra.run.smithi077.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-13T12:46:13.033 INFO:teuthology.orchestra.run.smithi053.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-13T12:46:13.043 INFO:teuthology.orchestra.run.smithi053.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-13T12:46:13.112 INFO:teuthology.orchestra.run.smithi053.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-13T12:46:13.144 INFO:teuthology.orchestra.run.smithi077.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-13T12:46:13.145 INFO:teuthology.orchestra.run.smithi053.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-13T12:46:13.152 INFO:teuthology.orchestra.run.smithi007.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-13T12:46:13.161 INFO:teuthology.orchestra.run.smithi007.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-13T12:46:13.195 INFO:teuthology.orchestra.run.smithi007.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-13T12:46:13.225 INFO:teuthology.orchestra.run.smithi077.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-13T12:46:13.238 INFO:teuthology.orchestra.run.smithi077.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [539 kB] 2024-09-13T12:46:13.292 INFO:teuthology.orchestra.run.smithi053.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [696 kB] 2024-09-13T12:46:13.306 INFO:teuthology.orchestra.run.smithi077.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,806 kB] 2024-09-13T12:46:13.343 INFO:teuthology.orchestra.run.smithi077.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [295 kB] 2024-09-13T12:46:13.345 INFO:teuthology.orchestra.run.smithi077.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-13T12:46:13.346 INFO:teuthology.orchestra.run.smithi077.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,377 kB] 2024-09-13T12:46:13.360 INFO:teuthology.orchestra.run.smithi053.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2,023 kB] 2024-09-13T12:46:13.365 INFO:teuthology.orchestra.run.smithi077.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-13T12:46:13.365 INFO:teuthology.orchestra.run.smithi077.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [409 kB] 2024-09-13T12:46:13.369 INFO:teuthology.orchestra.run.smithi077.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-13T12:46:13.369 INFO:teuthology.orchestra.run.smithi077.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [627 kB] 2024-09-13T12:46:13.374 INFO:teuthology.orchestra.run.smithi077.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [902 kB] 2024-09-13T12:46:13.381 INFO:teuthology.orchestra.run.smithi077.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [176 kB] 2024-09-13T12:46:13.382 INFO:teuthology.orchestra.run.smithi077.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.2 kB] 2024-09-13T12:46:13.383 INFO:teuthology.orchestra.run.smithi077.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-13T12:46:13.383 INFO:teuthology.orchestra.run.smithi077.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-13T12:46:13.395 INFO:teuthology.orchestra.run.smithi053.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [352 kB] 2024-09-13T12:46:13.400 INFO:teuthology.orchestra.run.smithi053.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-13T12:46:13.400 INFO:teuthology.orchestra.run.smithi053.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,437 kB] 2024-09-13T12:46:13.416 INFO:teuthology.orchestra.run.smithi077.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-13T12:46:13.416 INFO:teuthology.orchestra.run.smithi077.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-13T12:46:13.423 INFO:teuthology.orchestra.run.smithi053.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-13T12:46:13.424 INFO:teuthology.orchestra.run.smithi053.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [419 kB] 2024-09-13T12:46:13.427 INFO:teuthology.orchestra.run.smithi053.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-13T12:46:13.427 INFO:teuthology.orchestra.run.smithi053.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,124 kB] 2024-09-13T12:46:13.435 INFO:teuthology.orchestra.run.smithi053.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [732 kB] 2024-09-13T12:46:13.440 INFO:teuthology.orchestra.run.smithi053.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-13T12:46:13.467 INFO:teuthology.orchestra.run.smithi053.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.1 kB] 2024-09-13T12:46:13.467 INFO:teuthology.orchestra.run.smithi053.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-13T12:46:13.468 INFO:teuthology.orchestra.run.smithi053.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-13T12:46:13.468 INFO:teuthology.orchestra.run.smithi053.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-13T12:46:13.468 INFO:teuthology.orchestra.run.smithi053.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-13T12:46:13.468 INFO:teuthology.orchestra.run.smithi053.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-13T12:46:13.469 INFO:teuthology.orchestra.run.smithi053.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-13T12:46:13.469 INFO:teuthology.orchestra.run.smithi053.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-13T12:46:13.469 INFO:teuthology.orchestra.run.smithi053.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-09-13T12:46:13.484 INFO:teuthology.orchestra.run.smithi053.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-13T12:46:13.502 INFO:teuthology.orchestra.run.smithi053.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-13T12:46:13.502 INFO:teuthology.orchestra.run.smithi053.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-13T12:46:13.502 INFO:teuthology.orchestra.run.smithi053.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-09-13T12:46:13.550 INFO:teuthology.orchestra.run.smithi007.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-13T12:46:13.575 INFO:teuthology.orchestra.run.smithi007.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [539 kB] 2024-09-13T12:46:13.581 INFO:teuthology.orchestra.run.smithi077.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-13T12:46:13.590 INFO:teuthology.orchestra.run.smithi053.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [539 kB] 2024-09-13T12:46:13.688 INFO:teuthology.orchestra.run.smithi007.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2,023 kB] 2024-09-13T12:46:13.719 INFO:teuthology.orchestra.run.smithi077.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [696 kB] 2024-09-13T12:46:13.868 INFO:teuthology.orchestra.run.smithi007.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,806 kB] 2024-09-13T12:46:13.875 INFO:teuthology.orchestra.run.smithi053.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,806 kB] 2024-09-13T12:46:13.912 INFO:teuthology.orchestra.run.smithi077.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2,023 kB] 2024-09-13T12:46:14.005 INFO:teuthology.orchestra.run.smithi007.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [696 kB] 2024-09-13T12:46:14.039 INFO:teuthology.orchestra.run.smithi007.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [352 kB] 2024-09-13T12:46:14.041 INFO:teuthology.orchestra.run.smithi007.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [295 kB] 2024-09-13T12:46:14.048 INFO:teuthology.orchestra.run.smithi053.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [295 kB] 2024-09-13T12:46:14.054 INFO:teuthology.orchestra.run.smithi007.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-13T12:46:14.054 INFO:teuthology.orchestra.run.smithi007.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-13T12:46:14.054 INFO:teuthology.orchestra.run.smithi007.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,437 kB] 2024-09-13T12:46:14.054 INFO:teuthology.orchestra.run.smithi007.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,377 kB] 2024-09-13T12:46:14.060 INFO:teuthology.orchestra.run.smithi053.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-13T12:46:14.061 INFO:teuthology.orchestra.run.smithi053.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,377 kB] 2024-09-13T12:46:14.071 INFO:teuthology.orchestra.run.smithi077.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [352 kB] 2024-09-13T12:46:14.086 INFO:teuthology.orchestra.run.smithi077.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-13T12:46:14.086 INFO:teuthology.orchestra.run.smithi077.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,437 kB] 2024-09-13T12:46:14.123 INFO:teuthology.orchestra.run.smithi007.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-13T12:46:14.123 INFO:teuthology.orchestra.run.smithi007.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [419 kB] 2024-09-13T12:46:14.139 INFO:teuthology.orchestra.run.smithi007.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-13T12:46:14.146 INFO:teuthology.orchestra.run.smithi053.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-13T12:46:14.147 INFO:teuthology.orchestra.run.smithi053.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [409 kB] 2024-09-13T12:46:14.153 INFO:teuthology.orchestra.run.smithi077.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-13T12:46:14.154 INFO:teuthology.orchestra.run.smithi077.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [419 kB] 2024-09-13T12:46:14.155 INFO:teuthology.orchestra.run.smithi053.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-13T12:46:14.155 INFO:teuthology.orchestra.run.smithi053.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [902 kB] 2024-09-13T12:46:14.171 INFO:teuthology.orchestra.run.smithi077.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-13T12:46:14.171 INFO:teuthology.orchestra.run.smithi077.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,124 kB] 2024-09-13T12:46:14.184 INFO:teuthology.orchestra.run.smithi053.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [627 kB] 2024-09-13T12:46:14.195 INFO:teuthology.orchestra.run.smithi007.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-13T12:46:14.195 INFO:teuthology.orchestra.run.smithi007.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [732 kB] 2024-09-13T12:46:14.195 INFO:teuthology.orchestra.run.smithi007.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,124 kB] 2024-09-13T12:46:14.195 INFO:teuthology.orchestra.run.smithi007.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [409 kB] 2024-09-13T12:46:14.202 INFO:teuthology.orchestra.run.smithi007.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-13T12:46:14.202 INFO:teuthology.orchestra.run.smithi007.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [902 kB] 2024-09-13T12:46:14.205 INFO:teuthology.orchestra.run.smithi053.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [176 kB] 2024-09-13T12:46:14.206 INFO:teuthology.orchestra.run.smithi007.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-13T12:46:14.208 INFO:teuthology.orchestra.run.smithi077.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [732 kB] 2024-09-13T12:46:14.209 INFO:teuthology.orchestra.run.smithi007.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.1 kB] 2024-09-13T12:46:14.210 INFO:teuthology.orchestra.run.smithi007.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-13T12:46:14.210 INFO:teuthology.orchestra.run.smithi007.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-13T12:46:14.211 INFO:teuthology.orchestra.run.smithi053.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.2 kB] 2024-09-13T12:46:14.212 INFO:teuthology.orchestra.run.smithi053.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-13T12:46:14.213 INFO:teuthology.orchestra.run.smithi053.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-13T12:46:14.218 INFO:teuthology.orchestra.run.smithi007.stdout:Get:28 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [627 kB] 2024-09-13T12:46:14.229 INFO:teuthology.orchestra.run.smithi007.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [176 kB] 2024-09-13T12:46:14.230 INFO:teuthology.orchestra.run.smithi077.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-13T12:46:14.232 INFO:teuthology.orchestra.run.smithi007.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.2 kB] 2024-09-13T12:46:14.233 INFO:teuthology.orchestra.run.smithi007.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-13T12:46:14.234 INFO:teuthology.orchestra.run.smithi007.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-13T12:46:14.234 INFO:teuthology.orchestra.run.smithi077.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.1 kB] 2024-09-13T12:46:14.238 INFO:teuthology.orchestra.run.smithi077.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-13T12:46:14.238 INFO:teuthology.orchestra.run.smithi077.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-13T12:46:14.239 INFO:teuthology.orchestra.run.smithi077.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-13T12:46:14.249 INFO:teuthology.orchestra.run.smithi007.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-13T12:46:14.249 INFO:teuthology.orchestra.run.smithi007.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-13T12:46:14.287 INFO:teuthology.orchestra.run.smithi007.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-13T12:46:14.287 INFO:teuthology.orchestra.run.smithi007.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-13T12:46:14.292 INFO:teuthology.orchestra.run.smithi007.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-13T12:46:14.293 INFO:teuthology.orchestra.run.smithi007.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-13T12:46:14.293 INFO:teuthology.orchestra.run.smithi053.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-13T12:46:14.293 INFO:teuthology.orchestra.run.smithi053.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-13T12:46:14.294 INFO:teuthology.orchestra.run.smithi007.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-13T12:46:14.294 INFO:teuthology.orchestra.run.smithi007.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-09-13T12:46:14.294 INFO:teuthology.orchestra.run.smithi007.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-13T12:46:14.316 INFO:teuthology.orchestra.run.smithi077.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-13T12:46:14.316 INFO:teuthology.orchestra.run.smithi077.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-13T12:46:14.317 INFO:teuthology.orchestra.run.smithi077.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-13T12:46:14.318 INFO:teuthology.orchestra.run.smithi077.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-13T12:46:14.318 INFO:teuthology.orchestra.run.smithi077.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-09-13T12:46:14.330 INFO:teuthology.orchestra.run.smithi007.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-13T12:46:14.331 INFO:teuthology.orchestra.run.smithi007.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-13T12:46:14.331 INFO:teuthology.orchestra.run.smithi007.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-09-13T12:46:14.397 INFO:teuthology.orchestra.run.smithi077.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-13T12:46:14.398 INFO:teuthology.orchestra.run.smithi077.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-13T12:46:14.398 INFO:teuthology.orchestra.run.smithi077.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-13T12:46:14.398 INFO:teuthology.orchestra.run.smithi077.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-09-13T12:46:19.825 INFO:teuthology.orchestra.run.smithi077.stdout:Fetched 16.0 MB in 2s (7,522 kB/s) 2024-09-13T12:46:20.250 INFO:teuthology.orchestra.run.smithi053.stdout:Fetched 16.0 MB in 2s (7,113 kB/s) 2024-09-13T12:46:20.692 INFO:teuthology.orchestra.run.smithi007.stdout:Fetched 16.0 MB in 3s (5,552 kB/s) 2024-09-13T12:46:21.369 INFO:teuthology.orchestra.run.smithi077.stdout:Reading package lists... 2024-09-13T12:46:21.388 DEBUG:teuthology.orchestra.run.smithi077:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-13T12:46:21.444 INFO:teuthology.orchestra.run.smithi077.stdout:Reading package lists... 2024-09-13T12:46:21.631 INFO:teuthology.orchestra.run.smithi077.stdout:Building dependency tree... 2024-09-13T12:46:21.632 INFO:teuthology.orchestra.run.smithi077.stdout:Reading state information... 2024-09-13T12:46:21.799 INFO:teuthology.orchestra.run.smithi077.stdout:The following packages were automatically installed and are no longer required: 2024-09-13T12:46:21.799 INFO:teuthology.orchestra.run.smithi077.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-13T12:46:21.799 INFO:teuthology.orchestra.run.smithi077.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-13T12:46:21.800 INFO:teuthology.orchestra.run.smithi053.stdout:Reading package lists... 2024-09-13T12:46:21.800 INFO:teuthology.orchestra.run.smithi077.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-13T12:46:21.800 INFO:teuthology.orchestra.run.smithi077.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-13T12:46:21.800 INFO:teuthology.orchestra.run.smithi077.stdout: python2.7-minimal 2024-09-13T12:46:21.800 INFO:teuthology.orchestra.run.smithi077.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-13T12:46:21.801 INFO:teuthology.orchestra.run.smithi077.stdout:The following additional packages will be installed: 2024-09-13T12:46:21.801 INFO:teuthology.orchestra.run.smithi077.stdout: linux-generic linux-headers-5.15.0-121 linux-headers-5.15.0-121-generic 2024-09-13T12:46:21.801 INFO:teuthology.orchestra.run.smithi077.stdout: linux-headers-generic linux-image-5.15.0-121-generic 2024-09-13T12:46:21.801 INFO:teuthology.orchestra.run.smithi077.stdout: linux-modules-5.15.0-121-generic linux-modules-extra-5.15.0-121-generic 2024-09-13T12:46:21.802 INFO:teuthology.orchestra.run.smithi077.stdout:Suggested packages: 2024-09-13T12:46:21.803 INFO:teuthology.orchestra.run.smithi077.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-13T12:46:21.803 INFO:teuthology.orchestra.run.smithi077.stdout:Recommended packages: 2024-09-13T12:46:21.803 INFO:teuthology.orchestra.run.smithi077.stdout: thermald 2024-09-13T12:46:21.818 DEBUG:teuthology.orchestra.run.smithi053:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-13T12:46:21.850 INFO:teuthology.orchestra.run.smithi077.stdout:The following NEW packages will be installed: 2024-09-13T12:46:21.850 INFO:teuthology.orchestra.run.smithi077.stdout: linux-headers-5.15.0-121 linux-headers-5.15.0-121-generic 2024-09-13T12:46:21.851 INFO:teuthology.orchestra.run.smithi077.stdout: linux-image-5.15.0-121-generic linux-modules-5.15.0-121-generic 2024-09-13T12:46:21.851 INFO:teuthology.orchestra.run.smithi077.stdout: linux-modules-extra-5.15.0-121-generic 2024-09-13T12:46:21.852 INFO:teuthology.orchestra.run.smithi077.stdout:The following packages will be upgraded: 2024-09-13T12:46:21.852 INFO:teuthology.orchestra.run.smithi077.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-13T12:46:21.872 INFO:teuthology.orchestra.run.smithi053.stdout:Reading package lists... 2024-09-13T12:46:21.903 INFO:teuthology.orchestra.run.smithi077.stdout:3 upgraded, 5 newly installed, 0 to remove and 344 not upgraded. 2024-09-13T12:46:21.904 INFO:teuthology.orchestra.run.smithi077.stdout:Need to get 113 MB of archives. 2024-09-13T12:46:21.904 INFO:teuthology.orchestra.run.smithi077.stdout:After this operation, 584 MB of additional disk space will be used. 2024-09-13T12:46:21.904 INFO:teuthology.orchestra.run.smithi077.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-121-generic amd64 5.15.0-121.131 [22.7 MB] 2024-09-13T12:46:22.063 INFO:teuthology.orchestra.run.smithi053.stdout:Building dependency tree... 2024-09-13T12:46:22.063 INFO:teuthology.orchestra.run.smithi053.stdout:Reading state information... 2024-09-13T12:46:22.234 INFO:teuthology.orchestra.run.smithi007.stdout:Reading package lists... 2024-09-13T12:46:22.236 INFO:teuthology.orchestra.run.smithi053.stdout:The following packages were automatically installed and are no longer required: 2024-09-13T12:46:22.236 INFO:teuthology.orchestra.run.smithi053.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-13T12:46:22.236 INFO:teuthology.orchestra.run.smithi053.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-13T12:46:22.236 INFO:teuthology.orchestra.run.smithi053.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-13T12:46:22.236 INFO:teuthology.orchestra.run.smithi053.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-13T12:46:22.237 INFO:teuthology.orchestra.run.smithi053.stdout: python2.7-minimal 2024-09-13T12:46:22.237 INFO:teuthology.orchestra.run.smithi053.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-13T12:46:22.238 INFO:teuthology.orchestra.run.smithi053.stdout:The following additional packages will be installed: 2024-09-13T12:46:22.238 INFO:teuthology.orchestra.run.smithi053.stdout: linux-generic linux-headers-5.15.0-121 linux-headers-5.15.0-121-generic 2024-09-13T12:46:22.238 INFO:teuthology.orchestra.run.smithi053.stdout: linux-headers-generic linux-image-5.15.0-121-generic 2024-09-13T12:46:22.238 INFO:teuthology.orchestra.run.smithi053.stdout: linux-modules-5.15.0-121-generic linux-modules-extra-5.15.0-121-generic 2024-09-13T12:46:22.240 INFO:teuthology.orchestra.run.smithi053.stdout:Suggested packages: 2024-09-13T12:46:22.240 INFO:teuthology.orchestra.run.smithi053.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-13T12:46:22.240 INFO:teuthology.orchestra.run.smithi053.stdout:Recommended packages: 2024-09-13T12:46:22.240 INFO:teuthology.orchestra.run.smithi053.stdout: thermald 2024-09-13T12:46:22.254 DEBUG:teuthology.orchestra.run.smithi007:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-13T12:46:22.265 INFO:teuthology.orchestra.run.smithi077.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-121-generic amd64 5.15.0-121.131 [11.5 MB] 2024-09-13T12:46:22.282 INFO:teuthology.orchestra.run.smithi053.stdout:The following NEW packages will be installed: 2024-09-13T12:46:22.282 INFO:teuthology.orchestra.run.smithi053.stdout: linux-headers-5.15.0-121 linux-headers-5.15.0-121-generic 2024-09-13T12:46:22.282 INFO:teuthology.orchestra.run.smithi053.stdout: linux-image-5.15.0-121-generic linux-modules-5.15.0-121-generic 2024-09-13T12:46:22.283 INFO:teuthology.orchestra.run.smithi053.stdout: linux-modules-extra-5.15.0-121-generic 2024-09-13T12:46:22.284 INFO:teuthology.orchestra.run.smithi053.stdout:The following packages will be upgraded: 2024-09-13T12:46:22.285 INFO:teuthology.orchestra.run.smithi053.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-13T12:46:22.321 INFO:teuthology.orchestra.run.smithi007.stdout:Reading package lists... 2024-09-13T12:46:22.361 INFO:teuthology.orchestra.run.smithi077.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-121-generic amd64 5.15.0-121.131 [63.9 MB] 2024-09-13T12:46:22.465 INFO:teuthology.orchestra.run.smithi053.stdout:3 upgraded, 5 newly installed, 0 to remove and 344 not upgraded. 2024-09-13T12:46:22.465 INFO:teuthology.orchestra.run.smithi053.stdout:Need to get 113 MB of archives. 2024-09-13T12:46:22.465 INFO:teuthology.orchestra.run.smithi053.stdout:After this operation, 584 MB of additional disk space will be used. 2024-09-13T12:46:22.466 INFO:teuthology.orchestra.run.smithi053.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-121-generic amd64 5.15.0-121.131 [22.7 MB] 2024-09-13T12:46:22.518 INFO:teuthology.orchestra.run.smithi007.stdout:Building dependency tree... 2024-09-13T12:46:22.519 INFO:teuthology.orchestra.run.smithi007.stdout:Reading state information... 2024-09-13T12:46:22.690 INFO:teuthology.orchestra.run.smithi007.stdout:The following packages were automatically installed and are no longer required: 2024-09-13T12:46:22.690 INFO:teuthology.orchestra.run.smithi007.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-13T12:46:22.690 INFO:teuthology.orchestra.run.smithi007.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-13T12:46:22.691 INFO:teuthology.orchestra.run.smithi007.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-13T12:46:22.691 INFO:teuthology.orchestra.run.smithi007.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-13T12:46:22.691 INFO:teuthology.orchestra.run.smithi007.stdout: python2.7-minimal 2024-09-13T12:46:22.691 INFO:teuthology.orchestra.run.smithi007.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-13T12:46:22.692 INFO:teuthology.orchestra.run.smithi007.stdout:The following additional packages will be installed: 2024-09-13T12:46:22.692 INFO:teuthology.orchestra.run.smithi007.stdout: linux-generic linux-headers-5.15.0-121 linux-headers-5.15.0-121-generic 2024-09-13T12:46:22.692 INFO:teuthology.orchestra.run.smithi007.stdout: linux-headers-generic linux-image-5.15.0-121-generic 2024-09-13T12:46:22.693 INFO:teuthology.orchestra.run.smithi007.stdout: linux-modules-5.15.0-121-generic linux-modules-extra-5.15.0-121-generic 2024-09-13T12:46:22.694 INFO:teuthology.orchestra.run.smithi007.stdout:Suggested packages: 2024-09-13T12:46:22.694 INFO:teuthology.orchestra.run.smithi007.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-13T12:46:22.694 INFO:teuthology.orchestra.run.smithi007.stdout:Recommended packages: 2024-09-13T12:46:22.694 INFO:teuthology.orchestra.run.smithi007.stdout: thermald 2024-09-13T12:46:22.738 INFO:teuthology.orchestra.run.smithi007.stdout:The following NEW packages will be installed: 2024-09-13T12:46:22.739 INFO:teuthology.orchestra.run.smithi007.stdout: linux-headers-5.15.0-121 linux-headers-5.15.0-121-generic 2024-09-13T12:46:22.739 INFO:teuthology.orchestra.run.smithi007.stdout: linux-image-5.15.0-121-generic linux-modules-5.15.0-121-generic 2024-09-13T12:46:22.739 INFO:teuthology.orchestra.run.smithi007.stdout: linux-modules-extra-5.15.0-121-generic 2024-09-13T12:46:22.740 INFO:teuthology.orchestra.run.smithi007.stdout:The following packages will be upgraded: 2024-09-13T12:46:22.741 INFO:teuthology.orchestra.run.smithi007.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-13T12:46:22.920 INFO:teuthology.orchestra.run.smithi007.stdout:3 upgraded, 5 newly installed, 0 to remove and 344 not upgraded. 2024-09-13T12:46:22.920 INFO:teuthology.orchestra.run.smithi007.stdout:Need to get 113 MB of archives. 2024-09-13T12:46:22.920 INFO:teuthology.orchestra.run.smithi007.stdout:After this operation, 584 MB of additional disk space will be used. 2024-09-13T12:46:22.920 INFO:teuthology.orchestra.run.smithi007.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-121-generic amd64 5.15.0-121.131 [22.7 MB] 2024-09-13T12:46:23.153 INFO:teuthology.orchestra.run.smithi077.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.121.121 [1,694 B] 2024-09-13T12:46:23.153 INFO:teuthology.orchestra.run.smithi077.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.121.121 [2,464 B] 2024-09-13T12:46:23.153 INFO:teuthology.orchestra.run.smithi077.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-121 all 5.15.0-121.131 [12.3 MB] 2024-09-13T12:46:23.274 INFO:teuthology.orchestra.run.smithi077.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-121-generic amd64 5.15.0-121.131 [2,827 kB] 2024-09-13T12:46:23.295 INFO:teuthology.orchestra.run.smithi077.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.121.121 [2,316 B] 2024-09-13T12:46:23.681 INFO:teuthology.orchestra.run.smithi077.stdout:Fetched 113 MB in 1s (78.9 MB/s) 2024-09-13T12:46:23.852 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package linux-modules-5.15.0-121-generic. 2024-09-13T12:46:23.980 INFO:teuthology.orchestra.run.smithi053.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-121-generic amd64 5.15.0-121.131 [11.5 MB] 2024-09-13T12:46:24.335 INFO:teuthology.orchestra.run.smithi053.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-121-generic amd64 5.15.0-121.131 [63.9 MB] 2024-09-13T12:46:24.386 INFO:teuthology.orchestra.run.smithi007.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-121-generic amd64 5.15.0-121.131 [11.5 MB] 2024-09-13T12:46:24.740 INFO:teuthology.orchestra.run.smithi007.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-121-generic amd64 5.15.0-121.131 [63.9 MB] 2024-09-13T12:46:25.902 INFO:teuthology.orchestra.run.smithi077.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-13T12:46:25.906 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../0-linux-modules-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-13T12:46:26.000 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking linux-modules-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T12:46:26.506 INFO:teuthology.orchestra.run.smithi053.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.121.121 [1,694 B] 2024-09-13T12:46:26.506 INFO:teuthology.orchestra.run.smithi053.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.121.121 [2,464 B] 2024-09-13T12:46:26.507 INFO:teuthology.orchestra.run.smithi053.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-121 all 5.15.0-121.131 [12.3 MB] 2024-09-13T12:46:26.849 INFO:teuthology.orchestra.run.smithi053.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-121-generic amd64 5.15.0-121.131 [2,827 kB] 2024-09-13T12:46:26.926 INFO:teuthology.orchestra.run.smithi053.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.121.121 [2,316 B] 2024-09-13T12:46:26.951 INFO:teuthology.orchestra.run.smithi007.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.121.121 [1,694 B] 2024-09-13T12:46:26.952 INFO:teuthology.orchestra.run.smithi007.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.121.121 [2,464 B] 2024-09-13T12:46:26.952 INFO:teuthology.orchestra.run.smithi007.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-121 all 5.15.0-121.131 [12.3 MB] 2024-09-13T12:46:27.304 INFO:teuthology.orchestra.run.smithi007.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-121-generic amd64 5.15.0-121.131 [2,827 kB] 2024-09-13T12:46:27.385 INFO:teuthology.orchestra.run.smithi007.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.121.121 [2,316 B] 2024-09-13T12:46:27.466 INFO:teuthology.orchestra.run.smithi053.stdout:Fetched 113 MB in 5s (24.4 MB/s) 2024-09-13T12:46:27.667 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package linux-modules-5.15.0-121-generic. 2024-09-13T12:46:27.814 INFO:teuthology.orchestra.run.smithi007.stdout:Fetched 113 MB in 5s (24.4 MB/s) 2024-09-13T12:46:27.976 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package linux-modules-5.15.0-121-generic. 2024-09-13T12:46:28.261 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package linux-image-5.15.0-121-generic. 2024-09-13T12:46:28.283 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../1-linux-image-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-13T12:46:28.384 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking linux-image-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T12:46:28.822 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-121-generic. 2024-09-13T12:46:28.843 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-13T12:46:28.880 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking linux-modules-extra-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T12:46:29.710 INFO:teuthology.orchestra.run.smithi053.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-13T12:46:29.714 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../0-linux-modules-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-13T12:46:29.848 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking linux-modules-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T12:46:30.062 INFO:teuthology.orchestra.run.smithi007.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-13T12:46:30.066 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../0-linux-modules-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-13T12:46:30.299 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking linux-modules-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T12:46:32.009 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package linux-image-5.15.0-121-generic. 2024-09-13T12:46:32.030 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../1-linux-image-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-13T12:46:32.117 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking linux-image-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T12:46:32.560 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package linux-image-5.15.0-121-generic. 2024-09-13T12:46:32.581 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../1-linux-image-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-13T12:46:32.604 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-121-generic. 2024-09-13T12:46:32.625 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-13T12:46:32.659 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking linux-image-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T12:46:32.695 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking linux-modules-extra-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T12:46:33.155 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-121-generic. 2024-09-13T12:46:33.176 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-13T12:46:33.213 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking linux-modules-extra-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T12:46:35.886 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../3-linux-generic_5.15.0.121.121_amd64.deb ... 2024-09-13T12:46:36.011 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking linux-generic (5.15.0.121.121) over (5.15.0.56.54) ... 2024-09-13T12:46:36.336 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.121.121_amd64.deb ... 2024-09-13T12:46:36.439 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking linux-image-generic (5.15.0.121.121) over (5.15.0.56.54) ... 2024-09-13T12:46:36.776 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package linux-headers-5.15.0-121. 2024-09-13T12:46:36.799 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../5-linux-headers-5.15.0-121_5.15.0-121.131_all.deb ... 2024-09-13T12:46:36.843 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking linux-headers-5.15.0-121 (5.15.0-121.131) ... 2024-09-13T12:46:39.574 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../3-linux-generic_5.15.0.121.121_amd64.deb ... 2024-09-13T12:46:39.726 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking linux-generic (5.15.0.121.121) over (5.15.0.56.54) ... 2024-09-13T12:46:40.071 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.121.121_amd64.deb ... 2024-09-13T12:46:40.196 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking linux-image-generic (5.15.0.121.121) over (5.15.0.56.54) ... 2024-09-13T12:46:40.433 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../3-linux-generic_5.15.0.121.121_amd64.deb ... 2024-09-13T12:46:40.524 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package linux-headers-5.15.0-121. 2024-09-13T12:46:40.547 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../5-linux-headers-5.15.0-121_5.15.0-121.131_all.deb ... 2024-09-13T12:46:40.560 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking linux-generic (5.15.0.121.121) over (5.15.0.56.54) ... 2024-09-13T12:46:40.582 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking linux-headers-5.15.0-121 (5.15.0-121.131) ... 2024-09-13T12:46:40.910 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.121.121_amd64.deb ... 2024-09-13T12:46:41.080 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking linux-image-generic (5.15.0.121.121) over (5.15.0.56.54) ... 2024-09-13T12:46:41.417 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package linux-headers-5.15.0-121. 2024-09-13T12:46:41.431 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../5-linux-headers-5.15.0-121_5.15.0-121.131_all.deb ... 2024-09-13T12:46:41.475 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking linux-headers-5.15.0-121 (5.15.0-121.131) ... 2024-09-13T12:46:42.897 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package linux-headers-5.15.0-121-generic. 2024-09-13T12:46:42.934 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../6-linux-headers-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-13T12:46:43.005 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking linux-headers-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T12:46:45.729 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.121.121_amd64.deb ... 2024-09-13T12:46:45.877 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking linux-headers-generic (5.15.0.121.121) over (5.15.0.56.54) ... 2024-09-13T12:46:46.302 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up linux-headers-5.15.0-121 (5.15.0-121.131) ... 2024-09-13T12:46:46.330 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package linux-headers-5.15.0-121-generic. 2024-09-13T12:46:46.368 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../6-linux-headers-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-13T12:46:46.405 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking linux-headers-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T12:46:46.423 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up linux-headers-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T12:46:46.549 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up linux-headers-generic (5.15.0.121.121) ... 2024-09-13T12:46:46.694 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up linux-image-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T12:46:47.592 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package linux-headers-5.15.0-121-generic. 2024-09-13T12:46:47.629 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../6-linux-headers-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-13T12:46:47.666 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking linux-headers-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T12:46:48.034 INFO:teuthology.orchestra.run.smithi077.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-13T12:46:48.034 INFO:teuthology.orchestra.run.smithi077.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-09-13T12:46:48.034 INFO:teuthology.orchestra.run.smithi077.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-121-generic 2024-09-13T12:46:48.035 INFO:teuthology.orchestra.run.smithi077.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-121-generic 2024-09-13T12:46:48.189 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up linux-modules-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T12:46:49.815 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up linux-modules-extra-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T12:46:50.830 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.121.121_amd64.deb ... 2024-09-13T12:46:50.948 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking linux-headers-generic (5.15.0.121.121) over (5.15.0.56.54) ... 2024-09-13T12:46:51.284 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up linux-image-generic (5.15.0.121.121) ... 2024-09-13T12:46:51.323 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up linux-headers-5.15.0-121 (5.15.0-121.131) ... 2024-09-13T12:46:51.410 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up linux-generic (5.15.0.121.121) ... 2024-09-13T12:46:51.410 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.121.121_amd64.deb ... 2024-09-13T12:46:51.445 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up linux-headers-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T12:46:51.535 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking linux-headers-generic (5.15.0.121.121) over (5.15.0.56.54) ... 2024-09-13T12:46:51.536 INFO:teuthology.orchestra.run.smithi077.stdout:Processing triggers for linux-image-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T12:46:51.596 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up linux-headers-generic (5.15.0.121.121) ... 2024-09-13T12:46:51.601 INFO:teuthology.orchestra.run.smithi077.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-13T12:46:51.601 INFO:teuthology.orchestra.run.smithi077.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-121-generic 2024-09-13T12:46:51.707 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up linux-image-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T12:46:51.911 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up linux-headers-5.15.0-121 (5.15.0-121.131) ... 2024-09-13T12:46:52.015 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up linux-headers-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T12:46:52.141 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up linux-headers-generic (5.15.0.121.121) ... 2024-09-13T12:46:52.261 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up linux-image-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T12:46:53.134 INFO:teuthology.orchestra.run.smithi053.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-13T12:46:53.134 INFO:teuthology.orchestra.run.smithi053.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-09-13T12:46:53.134 INFO:teuthology.orchestra.run.smithi053.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-121-generic 2024-09-13T12:46:53.135 INFO:teuthology.orchestra.run.smithi053.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-121-generic 2024-09-13T12:46:53.311 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up linux-modules-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T12:46:53.720 INFO:teuthology.orchestra.run.smithi007.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-13T12:46:53.720 INFO:teuthology.orchestra.run.smithi007.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-09-13T12:46:53.720 INFO:teuthology.orchestra.run.smithi007.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-121-generic 2024-09-13T12:46:53.720 INFO:teuthology.orchestra.run.smithi007.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-121-generic 2024-09-13T12:46:53.897 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up linux-modules-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T12:46:55.720 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up linux-modules-extra-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T12:46:55.864 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up linux-modules-extra-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T12:46:57.155 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up linux-image-generic (5.15.0.121.121) ... 2024-09-13T12:46:57.273 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up linux-generic (5.15.0.121.121) ... 2024-09-13T12:46:57.282 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up linux-image-generic (5.15.0.121.121) ... 2024-09-13T12:46:57.383 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up linux-generic (5.15.0.121.121) ... 2024-09-13T12:46:57.424 INFO:teuthology.orchestra.run.smithi053.stdout:Processing triggers for linux-image-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T12:46:57.489 INFO:teuthology.orchestra.run.smithi053.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-13T12:46:57.489 INFO:teuthology.orchestra.run.smithi053.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-121-generic 2024-09-13T12:46:57.534 INFO:teuthology.orchestra.run.smithi007.stdout:Processing triggers for linux-image-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T12:46:57.597 INFO:teuthology.orchestra.run.smithi007.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-13T12:46:57.597 INFO:teuthology.orchestra.run.smithi007.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-121-generic 2024-09-13T12:47:06.040 INFO:teuthology.orchestra.run.smithi077.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-13T12:47:06.040 INFO:teuthology.orchestra.run.smithi077.stdout:Sourcing file `/etc/default/grub' 2024-09-13T12:47:06.059 INFO:teuthology.orchestra.run.smithi077.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-13T12:47:06.086 INFO:teuthology.orchestra.run.smithi077.stdout:Generating grub configuration file ... 2024-09-13T12:47:06.420 INFO:teuthology.orchestra.run.smithi077.stdout:Found linux image: /boot/vmlinuz-5.15.0-121-generic 2024-09-13T12:47:06.450 INFO:teuthology.orchestra.run.smithi077.stdout:Found initrd image: /boot/initrd.img-5.15.0-121-generic 2024-09-13T12:47:06.771 INFO:teuthology.orchestra.run.smithi077.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-13T12:47:06.777 INFO:teuthology.orchestra.run.smithi077.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-13T12:47:06.848 INFO:teuthology.orchestra.run.smithi077.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-13T12:47:06.853 INFO:teuthology.orchestra.run.smithi077.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-13T12:47:06.997 INFO:teuthology.orchestra.run.smithi077.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-13T12:47:06.997 INFO:teuthology.orchestra.run.smithi077.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-13T12:47:06.997 INFO:teuthology.orchestra.run.smithi077.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-13T12:47:07.034 INFO:teuthology.orchestra.run.smithi077.stdout:done 2024-09-13T12:47:07.530 DEBUG:teuthology.orchestra.run.smithi077:> dpkg -s linux-image-generic 2024-09-13T12:47:07.554 INFO:teuthology.orchestra.run.smithi077.stdout:Package: linux-image-generic 2024-09-13T12:47:07.554 INFO:teuthology.orchestra.run.smithi077.stdout:Status: install ok installed 2024-09-13T12:47:07.554 INFO:teuthology.orchestra.run.smithi077.stdout:Priority: optional 2024-09-13T12:47:07.554 INFO:teuthology.orchestra.run.smithi077.stdout:Section: kernel 2024-09-13T12:47:07.554 INFO:teuthology.orchestra.run.smithi077.stdout:Installed-Size: 21 2024-09-13T12:47:07.554 INFO:teuthology.orchestra.run.smithi077.stdout:Maintainer: Ubuntu Kernel Team 2024-09-13T12:47:07.554 INFO:teuthology.orchestra.run.smithi077.stdout:Architecture: amd64 2024-09-13T12:47:07.555 INFO:teuthology.orchestra.run.smithi077.stdout:Source: linux-meta 2024-09-13T12:47:07.555 INFO:teuthology.orchestra.run.smithi077.stdout:Version: 5.15.0.121.121 2024-09-13T12:47:07.555 INFO:teuthology.orchestra.run.smithi077.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-121), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-13T12:47:07.555 INFO:teuthology.orchestra.run.smithi077.stdout:Depends: linux-image-5.15.0-121-generic, linux-modules-extra-5.15.0-121-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-13T12:47:07.555 INFO:teuthology.orchestra.run.smithi077.stdout:Recommends: thermald 2024-09-13T12:47:07.555 INFO:teuthology.orchestra.run.smithi077.stdout:Description: Generic Linux kernel image 2024-09-13T12:47:07.555 INFO:teuthology.orchestra.run.smithi077.stdout: This package will always depend on the latest generic kernel image 2024-09-13T12:47:07.555 INFO:teuthology.orchestra.run.smithi077.stdout: available. 2024-09-13T12:47:07.555 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-121-generic 2024-09-13T12:47:07.555 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-13T12:47:07.555 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-13T12:47:07.556 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-09-13T12:47:07.556 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi077.front.sepia.ceph.com, path=None, version=distro) 2024-09-13T12:47:07.556 DEBUG:teuthology.orchestra.run.smithi077:> sudo apt-get clean 2024-09-13T12:47:07.748 DEBUG:teuthology.orchestra.run.smithi077:> sudo apt-get update 2024-09-13T12:47:07.898 INFO:teuthology.orchestra.run.smithi077.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-13T12:47:08.001 INFO:teuthology.orchestra.run.smithi077.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-13T12:47:08.083 INFO:teuthology.orchestra.run.smithi077.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-13T12:47:08.164 INFO:teuthology.orchestra.run.smithi077.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-13T12:47:09.369 INFO:teuthology.orchestra.run.smithi077.stdout:Reading package lists... 2024-09-13T12:47:09.388 DEBUG:teuthology.orchestra.run.smithi077:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-13T12:47:09.441 INFO:teuthology.orchestra.run.smithi077.stdout:Reading package lists... 2024-09-13T12:47:09.626 INFO:teuthology.orchestra.run.smithi077.stdout:Building dependency tree... 2024-09-13T12:47:09.626 INFO:teuthology.orchestra.run.smithi077.stdout:Reading state information... 2024-09-13T12:47:09.792 INFO:teuthology.orchestra.run.smithi077.stdout:linux-image-generic is already the newest version (5.15.0.121.121). 2024-09-13T12:47:09.792 INFO:teuthology.orchestra.run.smithi077.stdout:The following packages were automatically installed and are no longer required: 2024-09-13T12:47:09.792 INFO:teuthology.orchestra.run.smithi077.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-13T12:47:09.792 INFO:teuthology.orchestra.run.smithi077.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-13T12:47:09.792 INFO:teuthology.orchestra.run.smithi077.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-13T12:47:09.792 INFO:teuthology.orchestra.run.smithi077.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-13T12:47:09.792 INFO:teuthology.orchestra.run.smithi077.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-13T12:47:09.793 INFO:teuthology.orchestra.run.smithi077.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-13T12:47:09.833 INFO:teuthology.orchestra.run.smithi077.stdout:0 upgraded, 0 newly installed, 0 to remove and 344 not upgraded. 2024-09-13T12:47:09.835 DEBUG:teuthology.orchestra.run.smithi077:> dpkg -s linux-image-generic 2024-09-13T12:47:09.893 INFO:teuthology.orchestra.run.smithi077.stdout:Package: linux-image-generic 2024-09-13T12:47:09.894 INFO:teuthology.orchestra.run.smithi077.stdout:Status: install ok installed 2024-09-13T12:47:09.894 INFO:teuthology.orchestra.run.smithi077.stdout:Priority: optional 2024-09-13T12:47:09.894 INFO:teuthology.orchestra.run.smithi077.stdout:Section: kernel 2024-09-13T12:47:09.894 INFO:teuthology.orchestra.run.smithi077.stdout:Installed-Size: 21 2024-09-13T12:47:09.894 INFO:teuthology.orchestra.run.smithi077.stdout:Maintainer: Ubuntu Kernel Team 2024-09-13T12:47:09.894 INFO:teuthology.orchestra.run.smithi077.stdout:Architecture: amd64 2024-09-13T12:47:09.894 INFO:teuthology.orchestra.run.smithi077.stdout:Source: linux-meta 2024-09-13T12:47:09.894 INFO:teuthology.orchestra.run.smithi077.stdout:Version: 5.15.0.121.121 2024-09-13T12:47:09.894 INFO:teuthology.orchestra.run.smithi077.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-121), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-13T12:47:09.895 INFO:teuthology.orchestra.run.smithi077.stdout:Depends: linux-image-5.15.0-121-generic, linux-modules-extra-5.15.0-121-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-13T12:47:09.895 INFO:teuthology.orchestra.run.smithi077.stdout:Recommends: thermald 2024-09-13T12:47:09.895 INFO:teuthology.orchestra.run.smithi077.stdout:Description: Generic Linux kernel image 2024-09-13T12:47:09.895 INFO:teuthology.orchestra.run.smithi077.stdout: This package will always depend on the latest generic kernel image 2024-09-13T12:47:09.895 INFO:teuthology.orchestra.run.smithi077.stdout: available. 2024-09-13T12:47:09.895 DEBUG:teuthology.orchestra.run.smithi077:> mktemp 2024-09-13T12:47:09.941 INFO:teuthology.orchestra.run.smithi077.stdout:/tmp/tmp.oSYJCQ31bP 2024-09-13T12:47:09.941 DEBUG:teuthology.orchestra.run.smithi077:> sudo cp /boot/grub/grub.cfg /tmp/tmp.oSYJCQ31bP 2024-09-13T12:47:09.997 DEBUG:teuthology.orchestra.run.smithi077:> sudo chmod 0666 /tmp/tmp.oSYJCQ31bP 2024-09-13T12:47:10.139 DEBUG:teuthology.orchestra.remote:smithi077:/tmp/tmp.oSYJCQ31bP is 10KB 2024-09-13T12:47:10.152 DEBUG:teuthology.orchestra.run.smithi077:> rm -fr /tmp/tmp.oSYJCQ31bP 2024-09-13T12:47:10.157 DEBUG:teuthology.orchestra.run.smithi077:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-13T12:47:10.212 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-09-13T12:47:10.213 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-13T12:47:10.213 DEBUG:teuthology.orchestra.run.smithi077:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-13T12:47:10.289 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-121-generic 2024-09-13T12:47:10.289 DEBUG:teuthology.orchestra.run.smithi077:> sudo update-grub 2024-09-13T12:47:11.596 INFO:teuthology.orchestra.run.smithi077.stderr:Sourcing file `/etc/default/grub' 2024-09-13T12:47:11.597 INFO:teuthology.orchestra.run.smithi077.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-13T12:47:11.599 INFO:teuthology.orchestra.run.smithi077.stderr:Generating grub configuration file ... 2024-09-13T12:47:11.786 INFO:teuthology.orchestra.run.smithi077.stderr:Found linux image: /boot/vmlinuz-5.15.0-121-generic 2024-09-13T12:47:11.792 INFO:teuthology.orchestra.run.smithi077.stderr:Found initrd image: /boot/initrd.img-5.15.0-121-generic 2024-09-13T12:47:12.008 INFO:teuthology.orchestra.run.smithi077.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-13T12:47:12.014 INFO:teuthology.orchestra.run.smithi077.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-13T12:47:12.057 INFO:teuthology.orchestra.run.smithi077.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-13T12:47:12.062 INFO:teuthology.orchestra.run.smithi077.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-13T12:47:12.242 INFO:teuthology.orchestra.run.smithi077.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-13T12:47:12.242 INFO:teuthology.orchestra.run.smithi077.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-13T12:47:12.242 INFO:teuthology.orchestra.run.smithi077.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-13T12:47:12.263 INFO:teuthology.orchestra.run.smithi077.stderr:done 2024-09-13T12:47:12.272 DEBUG:teuthology.orchestra.run.smithi077:> sudo shutdown -r now 2024-09-13T12:47:12.386 INFO:teuthology.orchestra.run.smithi007.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-13T12:47:12.386 INFO:teuthology.orchestra.run.smithi007.stdout:Sourcing file `/etc/default/grub' 2024-09-13T12:47:12.402 INFO:teuthology.orchestra.run.smithi007.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-13T12:47:12.424 INFO:teuthology.orchestra.run.smithi007.stdout:Generating grub configuration file ... 2024-09-13T12:47:12.706 INFO:teuthology.orchestra.run.smithi007.stdout:Found linux image: /boot/vmlinuz-5.15.0-121-generic 2024-09-13T12:47:12.729 INFO:teuthology.orchestra.run.smithi007.stdout:Found initrd image: /boot/initrd.img-5.15.0-121-generic 2024-09-13T12:47:12.887 INFO:teuthology.orchestra.run.smithi053.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-13T12:47:12.887 INFO:teuthology.orchestra.run.smithi053.stdout:Sourcing file `/etc/default/grub' 2024-09-13T12:47:12.909 INFO:teuthology.orchestra.run.smithi053.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-13T12:47:12.934 INFO:teuthology.orchestra.run.smithi053.stdout:Generating grub configuration file ... 2024-09-13T12:47:13.051 INFO:teuthology.orchestra.run.smithi007.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-13T12:47:13.057 INFO:teuthology.orchestra.run.smithi007.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-13T12:47:13.133 INFO:teuthology.orchestra.run.smithi007.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-13T12:47:13.139 INFO:teuthology.orchestra.run.smithi007.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-13T12:47:13.240 INFO:teuthology.orchestra.run.smithi053.stdout:Found linux image: /boot/vmlinuz-5.15.0-121-generic 2024-09-13T12:47:13.258 INFO:teuthology.orchestra.run.smithi053.stdout:Found initrd image: /boot/initrd.img-5.15.0-121-generic 2024-09-13T12:47:13.329 INFO:teuthology.orchestra.run.smithi007.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-13T12:47:13.329 INFO:teuthology.orchestra.run.smithi007.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-13T12:47:13.329 INFO:teuthology.orchestra.run.smithi007.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-13T12:47:13.368 INFO:teuthology.orchestra.run.smithi007.stdout:done 2024-09-13T12:47:13.623 INFO:teuthology.orchestra.run.smithi053.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-13T12:47:13.628 INFO:teuthology.orchestra.run.smithi053.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-13T12:47:13.696 INFO:teuthology.orchestra.run.smithi053.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-13T12:47:13.702 INFO:teuthology.orchestra.run.smithi053.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-13T12:47:13.880 INFO:teuthology.orchestra.run.smithi053.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-13T12:47:13.880 INFO:teuthology.orchestra.run.smithi053.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-13T12:47:13.880 INFO:teuthology.orchestra.run.smithi053.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-13T12:47:13.884 DEBUG:teuthology.orchestra.run.smithi007:> dpkg -s linux-image-generic 2024-09-13T12:47:13.918 INFO:teuthology.orchestra.run.smithi007.stdout:Package: linux-image-generic 2024-09-13T12:47:13.919 INFO:teuthology.orchestra.run.smithi007.stdout:Status: install ok installed 2024-09-13T12:47:13.919 INFO:teuthology.orchestra.run.smithi007.stdout:Priority: optional 2024-09-13T12:47:13.919 INFO:teuthology.orchestra.run.smithi007.stdout:Section: kernel 2024-09-13T12:47:13.919 INFO:teuthology.orchestra.run.smithi007.stdout:Installed-Size: 21 2024-09-13T12:47:13.919 INFO:teuthology.orchestra.run.smithi007.stdout:Maintainer: Ubuntu Kernel Team 2024-09-13T12:47:13.919 INFO:teuthology.orchestra.run.smithi007.stdout:Architecture: amd64 2024-09-13T12:47:13.919 INFO:teuthology.orchestra.run.smithi007.stdout:Source: linux-meta 2024-09-13T12:47:13.919 INFO:teuthology.orchestra.run.smithi007.stdout:Version: 5.15.0.121.121 2024-09-13T12:47:13.919 INFO:teuthology.orchestra.run.smithi007.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-121), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-13T12:47:13.919 INFO:teuthology.orchestra.run.smithi007.stdout:Depends: linux-image-5.15.0-121-generic, linux-modules-extra-5.15.0-121-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-13T12:47:13.919 INFO:teuthology.orchestra.run.smithi007.stdout:Recommends: thermald 2024-09-13T12:47:13.920 INFO:teuthology.orchestra.run.smithi007.stdout:Description: Generic Linux kernel image 2024-09-13T12:47:13.920 INFO:teuthology.orchestra.run.smithi007.stdout: This package will always depend on the latest generic kernel image 2024-09-13T12:47:13.920 INFO:teuthology.orchestra.run.smithi007.stdout: available. 2024-09-13T12:47:13.920 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-121-generic 2024-09-13T12:47:13.920 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-13T12:47:13.920 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-13T12:47:13.920 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-09-13T12:47:13.920 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi007.front.sepia.ceph.com, path=None, version=distro) 2024-09-13T12:47:13.920 DEBUG:teuthology.orchestra.run.smithi007:> sudo apt-get clean 2024-09-13T12:47:13.926 INFO:teuthology.orchestra.run.smithi053.stdout:done 2024-09-13T12:47:14.073 DEBUG:teuthology.orchestra.run.smithi007:> sudo apt-get update 2024-09-13T12:47:14.317 INFO:teuthology.orchestra.run.smithi007.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-13T12:47:14.317 INFO:teuthology.orchestra.run.smithi007.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-13T12:47:14.388 INFO:teuthology.orchestra.run.smithi007.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-13T12:47:14.470 INFO:teuthology.orchestra.run.smithi007.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-13T12:47:14.506 DEBUG:teuthology.orchestra.run.smithi053:> dpkg -s linux-image-generic 2024-09-13T12:47:14.530 INFO:teuthology.orchestra.run.smithi053.stdout:Package: linux-image-generic 2024-09-13T12:47:14.531 INFO:teuthology.orchestra.run.smithi053.stdout:Status: install ok installed 2024-09-13T12:47:14.531 INFO:teuthology.orchestra.run.smithi053.stdout:Priority: optional 2024-09-13T12:47:14.531 INFO:teuthology.orchestra.run.smithi053.stdout:Section: kernel 2024-09-13T12:47:14.531 INFO:teuthology.orchestra.run.smithi053.stdout:Installed-Size: 21 2024-09-13T12:47:14.531 INFO:teuthology.orchestra.run.smithi053.stdout:Maintainer: Ubuntu Kernel Team 2024-09-13T12:47:14.531 INFO:teuthology.orchestra.run.smithi053.stdout:Architecture: amd64 2024-09-13T12:47:14.531 INFO:teuthology.orchestra.run.smithi053.stdout:Source: linux-meta 2024-09-13T12:47:14.531 INFO:teuthology.orchestra.run.smithi053.stdout:Version: 5.15.0.121.121 2024-09-13T12:47:14.531 INFO:teuthology.orchestra.run.smithi053.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-121), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-13T12:47:14.531 INFO:teuthology.orchestra.run.smithi053.stdout:Depends: linux-image-5.15.0-121-generic, linux-modules-extra-5.15.0-121-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-13T12:47:14.531 INFO:teuthology.orchestra.run.smithi053.stdout:Recommends: thermald 2024-09-13T12:47:14.531 INFO:teuthology.orchestra.run.smithi053.stdout:Description: Generic Linux kernel image 2024-09-13T12:47:14.532 INFO:teuthology.orchestra.run.smithi053.stdout: This package will always depend on the latest generic kernel image 2024-09-13T12:47:14.532 INFO:teuthology.orchestra.run.smithi053.stdout: available. 2024-09-13T12:47:14.532 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-121-generic 2024-09-13T12:47:14.532 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-13T12:47:14.532 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-13T12:47:14.532 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-09-13T12:47:14.532 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi053.front.sepia.ceph.com, path=None, version=distro) 2024-09-13T12:47:14.532 DEBUG:teuthology.orchestra.run.smithi053:> sudo apt-get clean 2024-09-13T12:47:14.696 DEBUG:teuthology.orchestra.run.smithi053:> sudo apt-get update 2024-09-13T12:47:14.811 INFO:teuthology.orchestra.run.smithi053.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-13T12:47:14.932 INFO:teuthology.orchestra.run.smithi053.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-13T12:47:15.013 INFO:teuthology.orchestra.run.smithi053.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-13T12:47:15.094 INFO:teuthology.orchestra.run.smithi053.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-13T12:47:15.761 INFO:teuthology.orchestra.run.smithi007.stdout:Reading package lists... 2024-09-13T12:47:15.780 DEBUG:teuthology.orchestra.run.smithi007:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-13T12:47:15.844 INFO:teuthology.orchestra.run.smithi007.stdout:Reading package lists... 2024-09-13T12:47:16.060 INFO:teuthology.orchestra.run.smithi007.stdout:Building dependency tree... 2024-09-13T12:47:16.061 INFO:teuthology.orchestra.run.smithi007.stdout:Reading state information... 2024-09-13T12:47:16.265 INFO:teuthology.orchestra.run.smithi007.stdout:linux-image-generic is already the newest version (5.15.0.121.121). 2024-09-13T12:47:16.265 INFO:teuthology.orchestra.run.smithi007.stdout:The following packages were automatically installed and are no longer required: 2024-09-13T12:47:16.265 INFO:teuthology.orchestra.run.smithi007.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-13T12:47:16.265 INFO:teuthology.orchestra.run.smithi007.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-13T12:47:16.265 INFO:teuthology.orchestra.run.smithi007.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-13T12:47:16.266 INFO:teuthology.orchestra.run.smithi007.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-13T12:47:16.266 INFO:teuthology.orchestra.run.smithi007.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-13T12:47:16.266 INFO:teuthology.orchestra.run.smithi007.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-13T12:47:16.311 INFO:teuthology.orchestra.run.smithi007.stdout:0 upgraded, 0 newly installed, 0 to remove and 344 not upgraded. 2024-09-13T12:47:16.313 DEBUG:teuthology.orchestra.run.smithi007:> dpkg -s linux-image-generic 2024-09-13T12:47:16.329 INFO:teuthology.orchestra.run.smithi007.stdout:Package: linux-image-generic 2024-09-13T12:47:16.329 INFO:teuthology.orchestra.run.smithi007.stdout:Status: install ok installed 2024-09-13T12:47:16.330 INFO:teuthology.orchestra.run.smithi007.stdout:Priority: optional 2024-09-13T12:47:16.330 INFO:teuthology.orchestra.run.smithi007.stdout:Section: kernel 2024-09-13T12:47:16.330 INFO:teuthology.orchestra.run.smithi007.stdout:Installed-Size: 21 2024-09-13T12:47:16.330 INFO:teuthology.orchestra.run.smithi007.stdout:Maintainer: Ubuntu Kernel Team 2024-09-13T12:47:16.330 INFO:teuthology.orchestra.run.smithi007.stdout:Architecture: amd64 2024-09-13T12:47:16.330 INFO:teuthology.orchestra.run.smithi007.stdout:Source: linux-meta 2024-09-13T12:47:16.330 INFO:teuthology.orchestra.run.smithi007.stdout:Version: 5.15.0.121.121 2024-09-13T12:47:16.330 INFO:teuthology.orchestra.run.smithi007.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-121), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-13T12:47:16.330 INFO:teuthology.orchestra.run.smithi007.stdout:Depends: linux-image-5.15.0-121-generic, linux-modules-extra-5.15.0-121-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-13T12:47:16.330 INFO:teuthology.orchestra.run.smithi007.stdout:Recommends: thermald 2024-09-13T12:47:16.330 INFO:teuthology.orchestra.run.smithi007.stdout:Description: Generic Linux kernel image 2024-09-13T12:47:16.330 INFO:teuthology.orchestra.run.smithi007.stdout: This package will always depend on the latest generic kernel image 2024-09-13T12:47:16.330 INFO:teuthology.orchestra.run.smithi007.stdout: available. 2024-09-13T12:47:16.331 DEBUG:teuthology.orchestra.run.smithi007:> mktemp 2024-09-13T12:47:16.350 INFO:teuthology.orchestra.run.smithi053.stdout:Reading package lists... 2024-09-13T12:47:16.368 DEBUG:teuthology.orchestra.run.smithi053:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-13T12:47:16.377 INFO:teuthology.orchestra.run.smithi007.stdout:/tmp/tmp.6BUIVWPeFv 2024-09-13T12:47:16.377 DEBUG:teuthology.orchestra.run.smithi007:> sudo cp /boot/grub/grub.cfg /tmp/tmp.6BUIVWPeFv 2024-09-13T12:47:16.423 INFO:teuthology.orchestra.run.smithi053.stdout:Reading package lists... 2024-09-13T12:47:16.434 DEBUG:teuthology.orchestra.run.smithi007:> sudo chmod 0666 /tmp/tmp.6BUIVWPeFv 2024-09-13T12:47:16.551 DEBUG:teuthology.orchestra.remote:smithi007:/tmp/tmp.6BUIVWPeFv is 10KB 2024-09-13T12:47:16.564 DEBUG:teuthology.orchestra.run.smithi007:> rm -fr /tmp/tmp.6BUIVWPeFv 2024-09-13T12:47:16.569 DEBUG:teuthology.orchestra.run.smithi007:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-13T12:47:16.614 INFO:teuthology.orchestra.run.smithi053.stdout:Building dependency tree... 2024-09-13T12:47:16.614 INFO:teuthology.orchestra.run.smithi053.stdout:Reading state information... 2024-09-13T12:47:16.625 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2024-09-13T12:47:16.626 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-13T12:47:16.626 DEBUG:teuthology.orchestra.run.smithi007:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-13T12:47:16.707 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-121-generic 2024-09-13T12:47:16.707 DEBUG:teuthology.orchestra.run.smithi007:> sudo update-grub 2024-09-13T12:47:16.790 INFO:teuthology.orchestra.run.smithi053.stdout:linux-image-generic is already the newest version (5.15.0.121.121). 2024-09-13T12:47:16.790 INFO:teuthology.orchestra.run.smithi053.stdout:The following packages were automatically installed and are no longer required: 2024-09-13T12:47:16.790 INFO:teuthology.orchestra.run.smithi053.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-13T12:47:16.790 INFO:teuthology.orchestra.run.smithi053.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-13T12:47:16.790 INFO:teuthology.orchestra.run.smithi053.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-13T12:47:16.791 INFO:teuthology.orchestra.run.smithi053.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-13T12:47:16.791 INFO:teuthology.orchestra.run.smithi053.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-13T12:47:16.791 INFO:teuthology.orchestra.run.smithi053.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-13T12:47:16.830 INFO:teuthology.orchestra.run.smithi053.stdout:0 upgraded, 0 newly installed, 0 to remove and 344 not upgraded. 2024-09-13T12:47:16.832 DEBUG:teuthology.orchestra.run.smithi053:> dpkg -s linux-image-generic 2024-09-13T12:47:16.847 INFO:teuthology.orchestra.run.smithi053.stdout:Package: linux-image-generic 2024-09-13T12:47:16.848 INFO:teuthology.orchestra.run.smithi053.stdout:Status: install ok installed 2024-09-13T12:47:16.848 INFO:teuthology.orchestra.run.smithi053.stdout:Priority: optional 2024-09-13T12:47:16.848 INFO:teuthology.orchestra.run.smithi053.stdout:Section: kernel 2024-09-13T12:47:16.848 INFO:teuthology.orchestra.run.smithi053.stdout:Installed-Size: 21 2024-09-13T12:47:16.848 INFO:teuthology.orchestra.run.smithi053.stdout:Maintainer: Ubuntu Kernel Team 2024-09-13T12:47:16.848 INFO:teuthology.orchestra.run.smithi053.stdout:Architecture: amd64 2024-09-13T12:47:16.848 INFO:teuthology.orchestra.run.smithi053.stdout:Source: linux-meta 2024-09-13T12:47:16.848 INFO:teuthology.orchestra.run.smithi053.stdout:Version: 5.15.0.121.121 2024-09-13T12:47:16.848 INFO:teuthology.orchestra.run.smithi053.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-121), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-13T12:47:16.848 INFO:teuthology.orchestra.run.smithi053.stdout:Depends: linux-image-5.15.0-121-generic, linux-modules-extra-5.15.0-121-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-13T12:47:16.848 INFO:teuthology.orchestra.run.smithi053.stdout:Recommends: thermald 2024-09-13T12:47:16.848 INFO:teuthology.orchestra.run.smithi053.stdout:Description: Generic Linux kernel image 2024-09-13T12:47:16.848 INFO:teuthology.orchestra.run.smithi053.stdout: This package will always depend on the latest generic kernel image 2024-09-13T12:47:16.849 INFO:teuthology.orchestra.run.smithi053.stdout: available. 2024-09-13T12:47:16.849 DEBUG:teuthology.orchestra.run.smithi053:> mktemp 2024-09-13T12:47:16.896 INFO:teuthology.orchestra.run.smithi053.stdout:/tmp/tmp.SibTD1FfRg 2024-09-13T12:47:16.896 DEBUG:teuthology.orchestra.run.smithi053:> sudo cp /boot/grub/grub.cfg /tmp/tmp.SibTD1FfRg 2024-09-13T12:47:16.952 DEBUG:teuthology.orchestra.run.smithi053:> sudo chmod 0666 /tmp/tmp.SibTD1FfRg 2024-09-13T12:47:17.068 DEBUG:teuthology.orchestra.remote:smithi053:/tmp/tmp.SibTD1FfRg is 10KB 2024-09-13T12:47:17.080 DEBUG:teuthology.orchestra.run.smithi053:> rm -fr /tmp/tmp.SibTD1FfRg 2024-09-13T12:47:17.086 DEBUG:teuthology.orchestra.run.smithi053:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-13T12:47:17.139 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-09-13T12:47:17.140 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-13T12:47:17.140 DEBUG:teuthology.orchestra.run.smithi053:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-13T12:47:17.256 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-121-generic 2024-09-13T12:47:17.256 DEBUG:teuthology.orchestra.run.smithi053:> sudo update-grub 2024-09-13T12:47:18.038 INFO:teuthology.orchestra.run.smithi007.stderr:Sourcing file `/etc/default/grub' 2024-09-13T12:47:18.039 INFO:teuthology.orchestra.run.smithi007.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-13T12:47:18.042 INFO:teuthology.orchestra.run.smithi007.stderr:Generating grub configuration file ... 2024-09-13T12:47:18.226 INFO:teuthology.orchestra.run.smithi007.stderr:Found linux image: /boot/vmlinuz-5.15.0-121-generic 2024-09-13T12:47:18.232 INFO:teuthology.orchestra.run.smithi007.stderr:Found initrd image: /boot/initrd.img-5.15.0-121-generic 2024-09-13T12:47:18.467 INFO:teuthology.orchestra.run.smithi007.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-13T12:47:18.473 INFO:teuthology.orchestra.run.smithi007.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-13T12:47:18.520 INFO:teuthology.orchestra.run.smithi007.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-13T12:47:18.525 INFO:teuthology.orchestra.run.smithi007.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-13T12:47:18.581 INFO:teuthology.orchestra.run.smithi053.stderr:Sourcing file `/etc/default/grub' 2024-09-13T12:47:18.582 INFO:teuthology.orchestra.run.smithi053.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-13T12:47:18.594 INFO:teuthology.orchestra.run.smithi053.stderr:Generating grub configuration file ... 2024-09-13T12:47:18.680 INFO:teuthology.orchestra.run.smithi007.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-13T12:47:18.680 INFO:teuthology.orchestra.run.smithi007.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-13T12:47:18.681 INFO:teuthology.orchestra.run.smithi007.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-13T12:47:18.699 INFO:teuthology.orchestra.run.smithi007.stderr:done 2024-09-13T12:47:18.717 DEBUG:teuthology.orchestra.run.smithi007:> sudo shutdown -r now 2024-09-13T12:47:18.765 INFO:teuthology.orchestra.run.smithi053.stderr:Found linux image: /boot/vmlinuz-5.15.0-121-generic 2024-09-13T12:47:18.771 INFO:teuthology.orchestra.run.smithi053.stderr:Found initrd image: /boot/initrd.img-5.15.0-121-generic 2024-09-13T12:47:19.007 INFO:teuthology.orchestra.run.smithi053.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-13T12:47:19.012 INFO:teuthology.orchestra.run.smithi053.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-13T12:47:19.051 INFO:teuthology.orchestra.run.smithi053.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-13T12:47:19.056 INFO:teuthology.orchestra.run.smithi053.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-13T12:47:19.192 INFO:teuthology.orchestra.run.smithi053.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-13T12:47:19.193 INFO:teuthology.orchestra.run.smithi053.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-13T12:47:19.193 INFO:teuthology.orchestra.run.smithi053.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-13T12:47:19.208 INFO:teuthology.orchestra.run.smithi053.stderr:done 2024-09-13T12:47:19.219 DEBUG:teuthology.orchestra.run.smithi053:> sudo shutdown -r now 2024-09-13T12:47:42.297 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-09-13T12:47:42.298 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi077.front.sepia.ceph.com' 2024-09-13T12:47:42.299 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi077.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T12:47:48.725 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-09-13T12:47:48.725 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi007.front.sepia.ceph.com' 2024-09-13T12:47:48.725 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi007.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T12:47:49.222 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-09-13T12:47:49.222 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi053.front.sepia.ceph.com' 2024-09-13T12:47:49.222 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi053.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T12:48:00.829 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.77 2024-09-13T12:48:07.233 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.7 2024-09-13T12:48:07.741 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.53 2024-09-13T12:48:09.831 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi077.front.sepia.ceph.com' 2024-09-13T12:48:09.833 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi077.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T12:48:12.893 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.77 2024-09-13T12:48:16.237 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi007.front.sepia.ceph.com' 2024-09-13T12:48:16.237 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi007.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T12:48:16.742 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi053.front.sepia.ceph.com' 2024-09-13T12:48:16.743 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi053.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T12:48:24.901 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi077.front.sepia.ceph.com' 2024-09-13T12:48:24.902 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi077.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T12:48:43.329 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.77 2024-09-13T12:48:58.341 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi077.front.sepia.ceph.com' 2024-09-13T12:48:58.343 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi077.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T12:48:58.658 DEBUG:teuthology.orchestra.run.smithi077:> true 2024-09-13T12:48:59.411 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi077.front.sepia.ceph.com' 2024-09-13T12:48:59.411 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-121-generic"... 2024-09-13T12:48:59.411 DEBUG:teuthology.orchestra.run.smithi077:> uname -r 2024-09-13T12:48:59.458 INFO:teuthology.orchestra.run.smithi077.stdout:5.15.0-121-generic 2024-09-13T12:48:59.458 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-121-generic vs 5.15.0-121-generic 2024-09-13T12:48:59.458 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-13T12:48:59.459 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-13T12:49:00.459 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-09-13T12:49:00.459 DEBUG:teuthology.orchestra.run.smithi077:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-13T12:49:00.545 INFO:teuthology.orchestra.run.smithi077.stdout:ttyS1 2024-09-13T12:49:00.590 DEBUG:teuthology.parallel:result is None 2024-09-13T12:49:16.249 DEBUG:teuthology.orchestra.remote:timed out 2024-09-13T12:49:16.752 DEBUG:teuthology.orchestra.remote:timed out 2024-09-13T12:49:28.250 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi007.front.sepia.ceph.com' 2024-09-13T12:49:28.251 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi007.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T12:49:28.536 DEBUG:teuthology.orchestra.run.smithi007:> true 2024-09-13T12:49:28.753 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi053.front.sepia.ceph.com' 2024-09-13T12:49:28.756 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi053.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T12:49:29.094 DEBUG:teuthology.orchestra.run.smithi053:> true 2024-09-13T12:49:29.225 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi007.front.sepia.ceph.com' 2024-09-13T12:49:29.226 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-121-generic"... 2024-09-13T12:49:29.226 DEBUG:teuthology.orchestra.run.smithi007:> uname -r 2024-09-13T12:49:29.274 INFO:teuthology.orchestra.run.smithi007.stdout:5.15.0-121-generic 2024-09-13T12:49:29.274 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-121-generic vs 5.15.0-121-generic 2024-09-13T12:49:29.274 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-13T12:49:29.274 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-13T12:49:29.836 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi053.front.sepia.ceph.com' 2024-09-13T12:49:29.836 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-121-generic"... 2024-09-13T12:49:29.836 DEBUG:teuthology.orchestra.run.smithi053:> uname -r 2024-09-13T12:49:29.882 INFO:teuthology.orchestra.run.smithi053.stdout:5.15.0-121-generic 2024-09-13T12:49:29.883 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-121-generic vs 5.15.0-121-generic 2024-09-13T12:49:29.883 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-13T12:49:29.883 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-13T12:49:30.275 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-09-13T12:49:30.276 DEBUG:teuthology.orchestra.run.smithi007:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-13T12:49:30.341 INFO:teuthology.orchestra.run.smithi007.stdout:ttyS1 2024-09-13T12:49:30.360 DEBUG:teuthology.parallel:result is None 2024-09-13T12:49:30.884 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-09-13T12:49:30.884 DEBUG:teuthology.orchestra.run.smithi053:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-13T12:49:30.967 INFO:teuthology.orchestra.run.smithi053.stdout:ttyS1 2024-09-13T12:49:30.997 DEBUG:teuthology.parallel:result is None 2024-09-13T12:49:30.998 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-13T12:49:31.005 INFO:teuthology.task.internal:Creating test directory... 2024-09-13T12:49:31.005 DEBUG:teuthology.orchestra.run.smithi007:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-13T12:49:31.008 DEBUG:teuthology.orchestra.run.smithi053:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-13T12:49:31.012 DEBUG:teuthology.orchestra.run.smithi077:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-13T12:49:31.019 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-13T12:49:31.026 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-13T12:49:31.037 INFO:teuthology.task.internal:Creating archive directory... 2024-09-13T12:49:31.037 DEBUG:teuthology.orchestra.run.smithi007:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-13T12:49:31.059 DEBUG:teuthology.orchestra.run.smithi053:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-13T12:49:31.063 DEBUG:teuthology.orchestra.run.smithi077:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-13T12:49:31.165 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-13T12:49:31.172 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-13T12:49:31.172 DEBUG:teuthology.orchestra.run.smithi007:> 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-13T12:49:31.175 DEBUG:teuthology.orchestra.run.smithi053:> 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-13T12:49:31.178 DEBUG:teuthology.orchestra.run.smithi077:> 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-13T12:49:31.189 INFO:teuthology.orchestra.run.smithi007.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-13T12:49:31.195 INFO:teuthology.orchestra.run.smithi053.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-13T12:49:31.197 INFO:teuthology.orchestra.run.smithi007.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-13T12:49:31.198 INFO:teuthology.orchestra.run.smithi077.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-13T12:49:31.203 INFO:teuthology.orchestra.run.smithi053.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-13T12:49:31.205 INFO:teuthology.orchestra.run.smithi077.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-13T12:49:31.207 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-13T12:49:31.214 INFO:teuthology.task.internal:Configuring sudo... 2024-09-13T12:49:31.216 DEBUG:teuthology.orchestra.run.smithi007:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-13T12:49:31.243 DEBUG:teuthology.orchestra.run.smithi053:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-13T12:49:31.248 DEBUG:teuthology.orchestra.run.smithi077:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-13T12:49:31.280 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-13T12:49:31.293 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-13T12:49:31.293 DEBUG:teuthology.orchestra.run.smithi007:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-13T12:49:31.299 DEBUG:teuthology.orchestra.run.smithi053:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-13T12:49:31.304 DEBUG:teuthology.orchestra.run.smithi077:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-13T12:49:31.330 DEBUG:teuthology.orchestra.run.smithi007:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-13T12:49:31.350 DEBUG:teuthology.orchestra.run.smithi007:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-13T12:49:31.398 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2024-09-13T12:49:31.398 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-13T12:49:31.463 DEBUG:teuthology.orchestra.run.smithi053:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-13T12:49:31.471 DEBUG:teuthology.orchestra.run.smithi053:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-13T12:49:31.519 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-09-13T12:49:31.519 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-13T12:49:31.592 DEBUG:teuthology.orchestra.run.smithi077:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-13T12:49:31.598 DEBUG:teuthology.orchestra.run.smithi077:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-13T12:49:31.647 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-09-13T12:49:31.647 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-13T12:49:31.707 DEBUG:teuthology.orchestra.run.smithi007:> sudo service rsyslog restart 2024-09-13T12:49:31.710 DEBUG:teuthology.orchestra.run.smithi053:> sudo service rsyslog restart 2024-09-13T12:49:31.712 DEBUG:teuthology.orchestra.run.smithi077:> sudo service rsyslog restart 2024-09-13T12:49:31.782 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-13T12:49:31.789 INFO:teuthology.task.internal:Starting timer... 2024-09-13T12:49:31.789 INFO:teuthology.run_tasks:Running task pcp... 2024-09-13T12:49:31.805 INFO:teuthology.run_tasks:Running task selinux... 2024-09-13T12:49:31.815 DEBUG:teuthology.task.selinux:Excluding smithi007: OS 'ubuntu' does not support SELinux 2024-09-13T12:49:31.815 DEBUG:teuthology.task.selinux:Excluding smithi053: OS 'ubuntu' does not support SELinux 2024-09-13T12:49:31.815 DEBUG:teuthology.task.selinux:Excluding smithi077: OS 'ubuntu' does not support SELinux 2024-09-13T12:49:31.815 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-13T12:49:31.815 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-09-13T12:49:31.815 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-13T12:49:31.815 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-13T12:49:31.824 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-13T12:49:31.841 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-13T12:49:31.843 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi007.front.sepia.ceph.com,smithi053.front.sepia.ceph.com,smithi077.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-13T12:57:10.406 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi007.front.sepia.ceph.com'), Remote(name='ubuntu@smithi053.front.sepia.ceph.com'), Remote(name='ubuntu@smithi077.front.sepia.ceph.com')] 2024-09-13T12:57:10.407 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi007.front.sepia.ceph.com' 2024-09-13T12:57:10.409 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi007.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T12:57:10.500 DEBUG:teuthology.orchestra.run.smithi007:> true 2024-09-13T12:57:10.577 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi007.front.sepia.ceph.com' 2024-09-13T12:57:10.577 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi053.front.sepia.ceph.com' 2024-09-13T12:57:10.578 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi053.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T12:57:10.667 DEBUG:teuthology.orchestra.run.smithi053:> true 2024-09-13T12:57:10.745 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi053.front.sepia.ceph.com' 2024-09-13T12:57:10.745 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi077.front.sepia.ceph.com' 2024-09-13T12:57:10.746 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi077.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T12:57:10.833 DEBUG:teuthology.orchestra.run.smithi077:> true 2024-09-13T12:57:10.908 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi077.front.sepia.ceph.com' 2024-09-13T12:57:10.909 INFO:teuthology.run_tasks:Running task clock... 2024-09-13T12:57:10.920 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-13T12:57:10.921 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-13T12:57:10.921 DEBUG:teuthology.orchestra.run.smithi007:> 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-13T12:57:10.924 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-13T12:57:10.924 DEBUG:teuthology.orchestra.run.smithi053:> 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-13T12:57:10.926 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-13T12:57:10.926 DEBUG:teuthology.orchestra.run.smithi077:> 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-13T12:57:10.953 INFO:teuthology.orchestra.run.smithi053.stdout:13 Sep 12:57:10 ntpd[18354]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-13T12:57:10.953 INFO:teuthology.orchestra.run.smithi053.stdout:13 Sep 12:57:10 ntpd[18354]: Command line: ntpd -gq 2024-09-13T12:57:10.953 INFO:teuthology.orchestra.run.smithi053.stdout:13 Sep 12:57:10 ntpd[18354]: ---------------------------------------------------- 2024-09-13T12:57:10.953 INFO:teuthology.orchestra.run.smithi053.stdout:13 Sep 12:57:10 ntpd[18354]: ntp-4 is maintained by Network Time Foundation, 2024-09-13T12:57:10.954 INFO:teuthology.orchestra.run.smithi053.stdout:13 Sep 12:57:10 ntpd[18354]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-13T12:57:10.954 INFO:teuthology.orchestra.run.smithi053.stdout:13 Sep 12:57:10 ntpd[18354]: corporation. Support and training for ntp-4 are 2024-09-13T12:57:10.954 INFO:teuthology.orchestra.run.smithi053.stdout:13 Sep 12:57:10 ntpd[18354]: available at https://www.nwtime.org/support 2024-09-13T12:57:10.954 INFO:teuthology.orchestra.run.smithi053.stdout:13 Sep 12:57:10 ntpd[18354]: ---------------------------------------------------- 2024-09-13T12:57:10.954 INFO:teuthology.orchestra.run.smithi053.stdout:13 Sep 12:57:10 ntpd[18354]: proto: precision = 0.070 usec (-24) 2024-09-13T12:57:10.954 INFO:teuthology.orchestra.run.smithi053.stdout:13 Sep 12:57:10 ntpd[18354]: basedate set to 2022-02-04 2024-09-13T12:57:10.954 INFO:teuthology.orchestra.run.smithi053.stdout:13 Sep 12:57:10 ntpd[18354]: gps base set to 2022-02-06 (week 2196) 2024-09-13T12:57:10.954 INFO:teuthology.orchestra.run.smithi053.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-13T12:57:10.955 INFO:teuthology.orchestra.run.smithi053.stdout:13 Sep 12:57:10 ntpd[18354]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-13T12:57:10.955 INFO:teuthology.orchestra.run.smithi053.stdout:13 Sep 12:57:10 ntpd[18354]: restrict ::: KOD does nothing without LIMITED. 2024-09-13T12:57:10.955 INFO:teuthology.orchestra.run.smithi053.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-13T12:57:10.956 INFO:teuthology.orchestra.run.smithi053.stdout:13 Sep 12:57:10 ntpd[18354]: Listen and drop on 0 v6wildcard [::]:123 2024-09-13T12:57:10.956 INFO:teuthology.orchestra.run.smithi053.stdout:13 Sep 12:57:10 ntpd[18354]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-13T12:57:10.956 INFO:teuthology.orchestra.run.smithi053.stdout:13 Sep 12:57:10 ntpd[18354]: Listen normally on 2 lo 127.0.0.1:123 2024-09-13T12:57:10.956 INFO:teuthology.orchestra.run.smithi053.stdout:13 Sep 12:57:10 ntpd[18354]: Listen normally on 3 ens1f0 172.21.15.53:123 2024-09-13T12:57:10.956 INFO:teuthology.orchestra.run.smithi053.stdout:13 Sep 12:57:10 ntpd[18354]: Listen normally on 4 lo [::1]:123 2024-09-13T12:57:10.956 INFO:teuthology.orchestra.run.smithi053.stdout:13 Sep 12:57:10 ntpd[18354]: Listen normally on 5 ens1f0 [fe80::ae1f:6bff:fef8:3718%4]:123 2024-09-13T12:57:10.957 INFO:teuthology.orchestra.run.smithi053.stdout:13 Sep 12:57:10 ntpd[18354]: Listening on routing socket on fd #22 for interface updates 2024-09-13T12:57:10.957 INFO:teuthology.orchestra.run.smithi007.stdout:13 Sep 12:57:10 ntpd[18393]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-13T12:57:10.958 INFO:teuthology.orchestra.run.smithi007.stdout:13 Sep 12:57:10 ntpd[18393]: Command line: ntpd -gq 2024-09-13T12:57:10.958 INFO:teuthology.orchestra.run.smithi007.stdout:13 Sep 12:57:10 ntpd[18393]: ---------------------------------------------------- 2024-09-13T12:57:10.958 INFO:teuthology.orchestra.run.smithi007.stdout:13 Sep 12:57:10 ntpd[18393]: ntp-4 is maintained by Network Time Foundation, 2024-09-13T12:57:10.958 INFO:teuthology.orchestra.run.smithi007.stdout:13 Sep 12:57:10 ntpd[18393]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-13T12:57:10.958 INFO:teuthology.orchestra.run.smithi007.stdout:13 Sep 12:57:10 ntpd[18393]: corporation. Support and training for ntp-4 are 2024-09-13T12:57:10.958 INFO:teuthology.orchestra.run.smithi007.stdout:13 Sep 12:57:10 ntpd[18393]: available at https://www.nwtime.org/support 2024-09-13T12:57:10.958 INFO:teuthology.orchestra.run.smithi007.stdout:13 Sep 12:57:10 ntpd[18393]: ---------------------------------------------------- 2024-09-13T12:57:10.958 INFO:teuthology.orchestra.run.smithi007.stdout:13 Sep 12:57:10 ntpd[18393]: proto: precision = 0.048 usec (-24) 2024-09-13T12:57:10.958 INFO:teuthology.orchestra.run.smithi007.stdout:13 Sep 12:57:10 ntpd[18393]: basedate set to 2022-02-04 2024-09-13T12:57:10.958 INFO:teuthology.orchestra.run.smithi007.stdout:13 Sep 12:57:10 ntpd[18393]: gps base set to 2022-02-06 (week 2196) 2024-09-13T12:57:10.958 INFO:teuthology.orchestra.run.smithi007.stdout:13 Sep 12:57:10 ntpd[18393]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-13T12:57:10.958 INFO:teuthology.orchestra.run.smithi007.stdout:13 Sep 12:57:10 ntpd[18393]: restrict ::: KOD does nothing without LIMITED. 2024-09-13T12:57:10.959 INFO:teuthology.orchestra.run.smithi007.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-13T12:57:10.959 INFO:teuthology.orchestra.run.smithi007.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-13T12:57:10.960 INFO:teuthology.orchestra.run.smithi007.stdout:13 Sep 12:57:10 ntpd[18393]: Listen and drop on 0 v6wildcard [::]:123 2024-09-13T12:57:10.960 INFO:teuthology.orchestra.run.smithi007.stdout:13 Sep 12:57:10 ntpd[18393]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-13T12:57:10.960 INFO:teuthology.orchestra.run.smithi007.stdout:13 Sep 12:57:10 ntpd[18393]: Listen normally on 2 lo 127.0.0.1:123 2024-09-13T12:57:10.960 INFO:teuthology.orchestra.run.smithi007.stdout:13 Sep 12:57:10 ntpd[18393]: Listen normally on 3 ens1f0 172.21.15.7:123 2024-09-13T12:57:10.960 INFO:teuthology.orchestra.run.smithi007.stdout:13 Sep 12:57:10 ntpd[18393]: Listen normally on 4 lo [::1]:123 2024-09-13T12:57:10.960 INFO:teuthology.orchestra.run.smithi007.stdout:13 Sep 12:57:10 ntpd[18393]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:15ea%4]:123 2024-09-13T12:57:10.961 INFO:teuthology.orchestra.run.smithi007.stdout:13 Sep 12:57:10 ntpd[18393]: Listening on routing socket on fd #22 for interface updates 2024-09-13T12:57:10.976 INFO:teuthology.orchestra.run.smithi077.stdout:13 Sep 12:57:10 ntpd[18457]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-13T12:57:10.976 INFO:teuthology.orchestra.run.smithi077.stdout:13 Sep 12:57:10 ntpd[18457]: Command line: ntpd -gq 2024-09-13T12:57:10.976 INFO:teuthology.orchestra.run.smithi077.stdout:13 Sep 12:57:10 ntpd[18457]: ---------------------------------------------------- 2024-09-13T12:57:10.976 INFO:teuthology.orchestra.run.smithi077.stdout:13 Sep 12:57:10 ntpd[18457]: ntp-4 is maintained by Network Time Foundation, 2024-09-13T12:57:10.976 INFO:teuthology.orchestra.run.smithi077.stdout:13 Sep 12:57:10 ntpd[18457]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-13T12:57:10.977 INFO:teuthology.orchestra.run.smithi077.stdout:13 Sep 12:57:10 ntpd[18457]: corporation. Support and training for ntp-4 are 2024-09-13T12:57:10.977 INFO:teuthology.orchestra.run.smithi077.stdout:13 Sep 12:57:10 ntpd[18457]: available at https://www.nwtime.org/support 2024-09-13T12:57:10.977 INFO:teuthology.orchestra.run.smithi077.stdout:13 Sep 12:57:10 ntpd[18457]: ---------------------------------------------------- 2024-09-13T12:57:10.977 INFO:teuthology.orchestra.run.smithi077.stdout:13 Sep 12:57:10 ntpd[18457]: proto: precision = 0.048 usec (-24) 2024-09-13T12:57:10.978 INFO:teuthology.orchestra.run.smithi077.stdout:13 Sep 12:57:10 ntpd[18457]: basedate set to 2022-02-04 2024-09-13T12:57:10.978 INFO:teuthology.orchestra.run.smithi077.stdout:13 Sep 12:57:10 ntpd[18457]: gps base set to 2022-02-06 (week 2196) 2024-09-13T12:57:10.978 INFO:teuthology.orchestra.run.smithi077.stdout:13 Sep 12:57:10 ntpd[18457]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-13T12:57:10.978 INFO:teuthology.orchestra.run.smithi077.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-13T12:57:10.978 INFO:teuthology.orchestra.run.smithi077.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-13T12:57:10.979 INFO:teuthology.orchestra.run.smithi077.stdout:13 Sep 12:57:10 ntpd[18457]: restrict ::: KOD does nothing without LIMITED. 2024-09-13T12:57:10.980 INFO:teuthology.orchestra.run.smithi077.stdout:13 Sep 12:57:10 ntpd[18457]: Listen and drop on 0 v6wildcard [::]:123 2024-09-13T12:57:10.980 INFO:teuthology.orchestra.run.smithi077.stdout:13 Sep 12:57:10 ntpd[18457]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-13T12:57:10.980 INFO:teuthology.orchestra.run.smithi077.stdout:13 Sep 12:57:10 ntpd[18457]: Listen normally on 2 lo 127.0.0.1:123 2024-09-13T12:57:10.980 INFO:teuthology.orchestra.run.smithi077.stdout:13 Sep 12:57:10 ntpd[18457]: Listen normally on 3 enp3s0f1 172.21.15.77:123 2024-09-13T12:57:10.980 INFO:teuthology.orchestra.run.smithi077.stdout:13 Sep 12:57:10 ntpd[18457]: Listen normally on 4 lo [::1]:123 2024-09-13T12:57:10.980 INFO:teuthology.orchestra.run.smithi077.stdout:13 Sep 12:57:10 ntpd[18457]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d3d3%5]:123 2024-09-13T12:57:10.980 INFO:teuthology.orchestra.run.smithi077.stdout:13 Sep 12:57:10 ntpd[18457]: Listening on routing socket on fd #22 for interface updates 2024-09-13T12:57:11.954 INFO:teuthology.orchestra.run.smithi007.stderr:13 Sep 12:57:11 ntpd[18393]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T12:57:11.954 INFO:teuthology.orchestra.run.smithi007.stderr:13 Sep 12:57:11 ntpd[18393]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T12:57:11.954 INFO:teuthology.orchestra.run.smithi007.stderr:13 Sep 12:57:11 ntpd[18393]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T12:57:11.954 INFO:teuthology.orchestra.run.smithi007.stderr:13 Sep 12:57:11 ntpd[18393]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T12:57:11.954 INFO:teuthology.orchestra.run.smithi007.stderr:13 Sep 12:57:11 ntpd[18393]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T12:57:11.955 INFO:teuthology.orchestra.run.smithi007.stderr:13 Sep 12:57:11 ntpd[18393]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T12:57:11.976 INFO:teuthology.orchestra.run.smithi077.stderr:13 Sep 12:57:11 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T12:57:11.977 INFO:teuthology.orchestra.run.smithi077.stderr:13 Sep 12:57:11 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T12:57:12.977 INFO:teuthology.orchestra.run.smithi077.stderr:13 Sep 12:57:12 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T12:57:12.977 INFO:teuthology.orchestra.run.smithi077.stderr:13 Sep 12:57:12 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T12:57:12.977 INFO:teuthology.orchestra.run.smithi077.stderr:13 Sep 12:57:12 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T12:57:12.977 INFO:teuthology.orchestra.run.smithi077.stderr:13 Sep 12:57:12 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T12:57:12.977 INFO:teuthology.orchestra.run.smithi077.stderr:13 Sep 12:57:12 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T12:57:12.978 INFO:teuthology.orchestra.run.smithi077.stderr:13 Sep 12:57:12 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T12:57:12.978 INFO:teuthology.orchestra.run.smithi077.stderr:13 Sep 12:57:12 ntpd[18457]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T12:57:12.978 INFO:teuthology.orchestra.run.smithi077.stderr:13 Sep 12:57:12 ntpd[18457]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T12:57:12.978 INFO:teuthology.orchestra.run.smithi077.stderr:13 Sep 12:57:12 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T12:57:12.978 INFO:teuthology.orchestra.run.smithi077.stderr:13 Sep 12:57:12 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T12:57:12.978 INFO:teuthology.orchestra.run.smithi077.stderr:13 Sep 12:57:12 ntpd[18457]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T12:57:12.978 INFO:teuthology.orchestra.run.smithi077.stderr:13 Sep 12:57:12 ntpd[18457]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T12:57:13.953 INFO:teuthology.orchestra.run.smithi053.stderr:13 Sep 12:57:13 ntpd[18354]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T12:57:13.953 INFO:teuthology.orchestra.run.smithi053.stderr:13 Sep 12:57:13 ntpd[18354]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T12:57:13.953 INFO:teuthology.orchestra.run.smithi053.stderr:13 Sep 12:57:13 ntpd[18354]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T12:57:13.953 INFO:teuthology.orchestra.run.smithi053.stderr:13 Sep 12:57:13 ntpd[18354]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T12:57:13.953 INFO:teuthology.orchestra.run.smithi053.stderr:13 Sep 12:57:13 ntpd[18354]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T12:57:13.954 INFO:teuthology.orchestra.run.smithi053.stderr:13 Sep 12:57:13 ntpd[18354]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T12:57:13.954 INFO:teuthology.orchestra.run.smithi007.stderr:13 Sep 12:57:13 ntpd[18393]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T12:57:13.954 INFO:teuthology.orchestra.run.smithi007.stderr:13 Sep 12:57:13 ntpd[18393]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T12:57:13.955 INFO:teuthology.orchestra.run.smithi007.stderr:13 Sep 12:57:13 ntpd[18393]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T12:57:13.955 INFO:teuthology.orchestra.run.smithi007.stderr:13 Sep 12:57:13 ntpd[18393]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T12:57:13.955 INFO:teuthology.orchestra.run.smithi007.stderr:13 Sep 12:57:13 ntpd[18393]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T12:57:13.955 INFO:teuthology.orchestra.run.smithi007.stderr:13 Sep 12:57:13 ntpd[18393]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T12:57:14.953 INFO:teuthology.orchestra.run.smithi053.stderr:13 Sep 12:57:14 ntpd[18354]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T12:57:14.953 INFO:teuthology.orchestra.run.smithi053.stderr:13 Sep 12:57:14 ntpd[18354]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T12:57:14.953 INFO:teuthology.orchestra.run.smithi053.stderr:13 Sep 12:57:14 ntpd[18354]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T12:57:14.953 INFO:teuthology.orchestra.run.smithi053.stderr:13 Sep 12:57:14 ntpd[18354]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T12:57:14.954 INFO:teuthology.orchestra.run.smithi053.stderr:13 Sep 12:57:14 ntpd[18354]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T12:57:14.954 INFO:teuthology.orchestra.run.smithi053.stderr:13 Sep 12:57:14 ntpd[18354]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T12:57:14.954 INFO:teuthology.orchestra.run.smithi053.stderr:13 Sep 12:57:14 ntpd[18354]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T12:57:14.954 INFO:teuthology.orchestra.run.smithi053.stderr:13 Sep 12:57:14 ntpd[18354]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T12:57:14.955 INFO:teuthology.orchestra.run.smithi007.stderr:13 Sep 12:57:14 ntpd[18393]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T12:57:14.955 INFO:teuthology.orchestra.run.smithi007.stderr:13 Sep 12:57:14 ntpd[18393]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T12:57:14.955 INFO:teuthology.orchestra.run.smithi007.stderr:13 Sep 12:57:14 ntpd[18393]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T12:57:14.955 INFO:teuthology.orchestra.run.smithi007.stderr:13 Sep 12:57:14 ntpd[18393]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T12:57:14.955 INFO:teuthology.orchestra.run.smithi007.stderr:13 Sep 12:57:14 ntpd[18393]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T12:57:14.955 INFO:teuthology.orchestra.run.smithi007.stderr:13 Sep 12:57:14 ntpd[18393]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T12:57:14.955 INFO:teuthology.orchestra.run.smithi007.stderr:13 Sep 12:57:14 ntpd[18393]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T12:57:14.956 INFO:teuthology.orchestra.run.smithi007.stderr:13 Sep 12:57:14 ntpd[18393]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T12:57:14.956 INFO:teuthology.orchestra.run.smithi007.stderr:13 Sep 12:57:14 ntpd[18393]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T12:57:14.956 INFO:teuthology.orchestra.run.smithi007.stderr:13 Sep 12:57:14 ntpd[18393]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T12:57:14.956 INFO:teuthology.orchestra.run.smithi007.stderr:13 Sep 12:57:14 ntpd[18393]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T12:57:14.956 INFO:teuthology.orchestra.run.smithi007.stderr:13 Sep 12:57:14 ntpd[18393]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T12:57:14.978 INFO:teuthology.orchestra.run.smithi077.stderr:13 Sep 12:57:14 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T12:57:14.978 INFO:teuthology.orchestra.run.smithi077.stderr:13 Sep 12:57:14 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T12:57:14.978 INFO:teuthology.orchestra.run.smithi077.stderr:13 Sep 12:57:14 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T12:57:14.978 INFO:teuthology.orchestra.run.smithi077.stderr:13 Sep 12:57:14 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T12:57:14.978 INFO:teuthology.orchestra.run.smithi077.stderr:13 Sep 12:57:14 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T12:57:14.978 INFO:teuthology.orchestra.run.smithi077.stderr:13 Sep 12:57:14 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T12:57:14.978 INFO:teuthology.orchestra.run.smithi077.stderr:13 Sep 12:57:14 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T12:57:14.978 INFO:teuthology.orchestra.run.smithi077.stderr:13 Sep 12:57:14 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T12:57:14.979 INFO:teuthology.orchestra.run.smithi077.stderr:13 Sep 12:57:14 ntpd[18457]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T12:57:14.979 INFO:teuthology.orchestra.run.smithi077.stderr:13 Sep 12:57:14 ntpd[18457]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T12:57:14.979 INFO:teuthology.orchestra.run.smithi077.stderr:13 Sep 12:57:14 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T12:57:14.979 INFO:teuthology.orchestra.run.smithi077.stderr:13 Sep 12:57:14 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T12:57:14.979 INFO:teuthology.orchestra.run.smithi077.stderr:13 Sep 12:57:14 ntpd[18457]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T12:57:14.979 INFO:teuthology.orchestra.run.smithi077.stderr:13 Sep 12:57:14 ntpd[18457]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T12:57:14.979 INFO:teuthology.orchestra.run.smithi077.stderr:13 Sep 12:57:14 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T12:57:14.979 INFO:teuthology.orchestra.run.smithi077.stderr:13 Sep 12:57:14 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T12:57:14.979 INFO:teuthology.orchestra.run.smithi077.stderr:13 Sep 12:57:14 ntpd[18457]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T12:57:14.979 INFO:teuthology.orchestra.run.smithi077.stderr:13 Sep 12:57:14 ntpd[18457]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T12:57:15.953 INFO:teuthology.orchestra.run.smithi053.stderr:13 Sep 12:57:15 ntpd[18354]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T12:57:15.954 INFO:teuthology.orchestra.run.smithi053.stderr:13 Sep 12:57:15 ntpd[18354]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T12:57:15.954 INFO:teuthology.orchestra.run.smithi053.stderr:13 Sep 12:57:15 ntpd[18354]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T12:57:15.954 INFO:teuthology.orchestra.run.smithi053.stderr:13 Sep 12:57:15 ntpd[18354]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T12:57:15.954 INFO:teuthology.orchestra.run.smithi053.stderr:13 Sep 12:57:15 ntpd[18354]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T12:57:15.954 INFO:teuthology.orchestra.run.smithi053.stderr:13 Sep 12:57:15 ntpd[18354]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T12:57:15.954 INFO:teuthology.orchestra.run.smithi053.stderr:13 Sep 12:57:15 ntpd[18354]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T12:57:15.954 INFO:teuthology.orchestra.run.smithi053.stderr:13 Sep 12:57:15 ntpd[18354]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T12:57:15.954 INFO:teuthology.orchestra.run.smithi053.stderr:13 Sep 12:57:15 ntpd[18354]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T12:57:15.954 INFO:teuthology.orchestra.run.smithi053.stderr:13 Sep 12:57:15 ntpd[18354]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T12:57:15.954 INFO:teuthology.orchestra.run.smithi053.stderr:13 Sep 12:57:15 ntpd[18354]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T12:57:15.954 INFO:teuthology.orchestra.run.smithi053.stderr:13 Sep 12:57:15 ntpd[18354]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T12:57:15.955 INFO:teuthology.orchestra.run.smithi007.stderr:13 Sep 12:57:15 ntpd[18393]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T12:57:15.956 INFO:teuthology.orchestra.run.smithi007.stderr:13 Sep 12:57:15 ntpd[18393]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T12:57:15.956 INFO:teuthology.orchestra.run.smithi007.stderr:13 Sep 12:57:15 ntpd[18393]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T12:57:15.956 INFO:teuthology.orchestra.run.smithi007.stderr:13 Sep 12:57:15 ntpd[18393]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T12:57:15.956 INFO:teuthology.orchestra.run.smithi007.stderr:13 Sep 12:57:15 ntpd[18393]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T12:57:15.956 INFO:teuthology.orchestra.run.smithi007.stderr:13 Sep 12:57:15 ntpd[18393]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T12:57:15.956 INFO:teuthology.orchestra.run.smithi007.stderr:13 Sep 12:57:15 ntpd[18393]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T12:57:15.956 INFO:teuthology.orchestra.run.smithi007.stderr:13 Sep 12:57:15 ntpd[18393]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T12:57:16.953 INFO:teuthology.orchestra.run.smithi053.stderr:13 Sep 12:57:16 ntpd[18354]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T12:57:16.953 INFO:teuthology.orchestra.run.smithi053.stderr:13 Sep 12:57:16 ntpd[18354]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T12:57:16.953 INFO:teuthology.orchestra.run.smithi053.stderr:13 Sep 12:57:16 ntpd[18354]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T12:57:16.953 INFO:teuthology.orchestra.run.smithi053.stderr:13 Sep 12:57:16 ntpd[18354]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T12:57:16.953 INFO:teuthology.orchestra.run.smithi053.stderr:13 Sep 12:57:16 ntpd[18354]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T12:57:16.954 INFO:teuthology.orchestra.run.smithi053.stderr:13 Sep 12:57:16 ntpd[18354]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T12:57:16.955 INFO:teuthology.orchestra.run.smithi007.stderr:13 Sep 12:57:16 ntpd[18393]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T12:57:16.955 INFO:teuthology.orchestra.run.smithi007.stderr:13 Sep 12:57:16 ntpd[18393]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T12:57:16.955 INFO:teuthology.orchestra.run.smithi007.stderr:13 Sep 12:57:16 ntpd[18393]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T12:57:16.955 INFO:teuthology.orchestra.run.smithi007.stderr:13 Sep 12:57:16 ntpd[18393]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T12:57:16.955 INFO:teuthology.orchestra.run.smithi007.stderr:13 Sep 12:57:16 ntpd[18393]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T12:57:16.955 INFO:teuthology.orchestra.run.smithi007.stderr:13 Sep 12:57:16 ntpd[18393]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T12:57:16.955 INFO:teuthology.orchestra.run.smithi007.stderr:13 Sep 12:57:16 ntpd[18393]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T12:57:16.955 INFO:teuthology.orchestra.run.smithi007.stderr:13 Sep 12:57:16 ntpd[18393]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T12:57:16.956 INFO:teuthology.orchestra.run.smithi007.stderr:13 Sep 12:57:16 ntpd[18393]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T12:57:16.956 INFO:teuthology.orchestra.run.smithi007.stderr:13 Sep 12:57:16 ntpd[18393]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T12:57:16.956 INFO:teuthology.orchestra.run.smithi007.stderr:13 Sep 12:57:16 ntpd[18393]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T12:57:16.956 INFO:teuthology.orchestra.run.smithi007.stderr:13 Sep 12:57:16 ntpd[18393]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T12:57:16.978 INFO:teuthology.orchestra.run.smithi077.stderr:13 Sep 12:57:16 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T12:57:16.978 INFO:teuthology.orchestra.run.smithi077.stderr:13 Sep 12:57:16 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T12:57:16.978 INFO:teuthology.orchestra.run.smithi077.stderr:13 Sep 12:57:16 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T12:57:16.978 INFO:teuthology.orchestra.run.smithi077.stderr:13 Sep 12:57:16 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T12:57:16.978 INFO:teuthology.orchestra.run.smithi077.stderr:13 Sep 12:57:16 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T12:57:16.978 INFO:teuthology.orchestra.run.smithi077.stderr:13 Sep 12:57:16 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T12:57:16.978 INFO:teuthology.orchestra.run.smithi077.stderr:13 Sep 12:57:16 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T12:57:16.978 INFO:teuthology.orchestra.run.smithi077.stderr:13 Sep 12:57:16 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T12:57:16.978 INFO:teuthology.orchestra.run.smithi077.stderr:13 Sep 12:57:16 ntpd[18457]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T12:57:16.978 INFO:teuthology.orchestra.run.smithi077.stderr:13 Sep 12:57:16 ntpd[18457]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T12:57:16.979 INFO:teuthology.orchestra.run.smithi077.stderr:13 Sep 12:57:16 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T12:57:16.979 INFO:teuthology.orchestra.run.smithi077.stderr:13 Sep 12:57:16 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T12:57:16.979 INFO:teuthology.orchestra.run.smithi077.stderr:13 Sep 12:57:16 ntpd[18457]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T12:57:16.979 INFO:teuthology.orchestra.run.smithi077.stderr:13 Sep 12:57:16 ntpd[18457]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T12:57:16.979 INFO:teuthology.orchestra.run.smithi077.stderr:13 Sep 12:57:16 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T12:57:16.979 INFO:teuthology.orchestra.run.smithi077.stderr:13 Sep 12:57:16 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T12:57:16.979 INFO:teuthology.orchestra.run.smithi077.stderr:13 Sep 12:57:16 ntpd[18457]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T12:57:16.979 INFO:teuthology.orchestra.run.smithi077.stderr:13 Sep 12:57:16 ntpd[18457]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T12:57:17.954 INFO:teuthology.orchestra.run.smithi053.stderr:13 Sep 12:57:17 ntpd[18354]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T12:57:17.954 INFO:teuthology.orchestra.run.smithi053.stderr:13 Sep 12:57:17 ntpd[18354]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T12:57:17.954 INFO:teuthology.orchestra.run.smithi053.stderr:13 Sep 12:57:17 ntpd[18354]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T12:57:17.954 INFO:teuthology.orchestra.run.smithi053.stderr:13 Sep 12:57:17 ntpd[18354]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T12:57:17.954 INFO:teuthology.orchestra.run.smithi053.stderr:13 Sep 12:57:17 ntpd[18354]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T12:57:17.954 INFO:teuthology.orchestra.run.smithi053.stderr:13 Sep 12:57:17 ntpd[18354]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T12:57:17.954 INFO:teuthology.orchestra.run.smithi053.stderr:13 Sep 12:57:17 ntpd[18354]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T12:57:17.954 INFO:teuthology.orchestra.run.smithi053.stderr:13 Sep 12:57:17 ntpd[18354]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T12:57:17.954 INFO:teuthology.orchestra.run.smithi053.stderr:13 Sep 12:57:17 ntpd[18354]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T12:57:17.954 INFO:teuthology.orchestra.run.smithi053.stderr:13 Sep 12:57:17 ntpd[18354]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T12:57:17.954 INFO:teuthology.orchestra.run.smithi053.stderr:13 Sep 12:57:17 ntpd[18354]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T12:57:17.954 INFO:teuthology.orchestra.run.smithi053.stderr:13 Sep 12:57:17 ntpd[18354]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T12:57:17.955 INFO:teuthology.orchestra.run.smithi007.stderr:13 Sep 12:57:17 ntpd[18393]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T12:57:17.955 INFO:teuthology.orchestra.run.smithi007.stderr:13 Sep 12:57:17 ntpd[18393]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T12:57:17.955 INFO:teuthology.orchestra.run.smithi007.stderr:13 Sep 12:57:17 ntpd[18393]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T12:57:17.956 INFO:teuthology.orchestra.run.smithi007.stderr:13 Sep 12:57:17 ntpd[18393]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T12:57:17.956 INFO:teuthology.orchestra.run.smithi007.stderr:13 Sep 12:57:17 ntpd[18393]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T12:57:17.956 INFO:teuthology.orchestra.run.smithi007.stderr:13 Sep 12:57:17 ntpd[18393]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T12:57:17.956 INFO:teuthology.orchestra.run.smithi007.stdout:13 Sep 12:57:17 ntpd[18393]: ntpd: time slew -0.000415 s 2024-09-13T12:57:17.956 INFO:teuthology.orchestra.run.smithi007.stdout:ntpd: time slew -0.000415s 2024-09-13T12:57:17.956 INFO:teuthology.orchestra.run.smithi007.stderr:13 Sep 12:57:17 ntpd[18393]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-13T12:57:17.957 INFO:teuthology.orchestra.run.smithi007.stderr:13 Sep 12:57:17 ntpd[18393]: can't open /var/log/ntpstats/loopstats.20240913: Permission denied 2024-09-13T12:57:18.012 INFO:teuthology.orchestra.run.smithi007.stdout: remote refid st t when poll reach delay offset jitter 2024-09-13T12:57:18.012 INFO:teuthology.orchestra.run.smithi007.stdout:============================================================================== 2024-09-13T12:57:18.012 INFO:teuthology.orchestra.run.smithi007.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-13T12:57:18.012 INFO:teuthology.orchestra.run.smithi007.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-13T12:57:18.012 INFO:teuthology.orchestra.run.smithi007.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-13T12:57:18.012 INFO:teuthology.orchestra.run.smithi007.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-13T12:57:18.953 INFO:teuthology.orchestra.run.smithi053.stderr:13 Sep 12:57:18 ntpd[18354]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T12:57:18.953 INFO:teuthology.orchestra.run.smithi053.stderr:13 Sep 12:57:18 ntpd[18354]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T12:57:18.953 INFO:teuthology.orchestra.run.smithi053.stderr:13 Sep 12:57:18 ntpd[18354]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T12:57:18.953 INFO:teuthology.orchestra.run.smithi053.stderr:13 Sep 12:57:18 ntpd[18354]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T12:57:18.953 INFO:teuthology.orchestra.run.smithi053.stderr:13 Sep 12:57:18 ntpd[18354]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T12:57:18.953 INFO:teuthology.orchestra.run.smithi053.stderr:13 Sep 12:57:18 ntpd[18354]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T12:57:18.977 INFO:teuthology.orchestra.run.smithi077.stderr:13 Sep 12:57:18 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T12:57:18.977 INFO:teuthology.orchestra.run.smithi077.stderr:13 Sep 12:57:18 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T12:57:18.977 INFO:teuthology.orchestra.run.smithi077.stderr:13 Sep 12:57:18 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T12:57:18.977 INFO:teuthology.orchestra.run.smithi077.stderr:13 Sep 12:57:18 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T12:57:18.977 INFO:teuthology.orchestra.run.smithi077.stderr:13 Sep 12:57:18 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T12:57:18.977 INFO:teuthology.orchestra.run.smithi077.stderr:13 Sep 12:57:18 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T12:57:18.977 INFO:teuthology.orchestra.run.smithi077.stderr:13 Sep 12:57:18 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T12:57:18.978 INFO:teuthology.orchestra.run.smithi077.stderr:13 Sep 12:57:18 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T12:57:18.978 INFO:teuthology.orchestra.run.smithi077.stderr:13 Sep 12:57:18 ntpd[18457]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T12:57:18.978 INFO:teuthology.orchestra.run.smithi077.stderr:13 Sep 12:57:18 ntpd[18457]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T12:57:18.978 INFO:teuthology.orchestra.run.smithi077.stdout:13 Sep 12:57:18 ntpd[18457]: ntpd: time slew -0.003950 s 2024-09-13T12:57:18.978 INFO:teuthology.orchestra.run.smithi077.stdout:ntpd: time slew -0.003950s 2024-09-13T12:57:18.978 INFO:teuthology.orchestra.run.smithi077.stderr:13 Sep 12:57:18 ntpd[18457]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-13T12:57:18.979 INFO:teuthology.orchestra.run.smithi077.stderr:13 Sep 12:57:18 ntpd[18457]: can't open /var/log/ntpstats/loopstats.20240913: Permission denied 2024-09-13T12:57:19.021 INFO:teuthology.orchestra.run.smithi077.stdout: remote refid st t when poll reach delay offset jitter 2024-09-13T12:57:19.022 INFO:teuthology.orchestra.run.smithi077.stdout:============================================================================== 2024-09-13T12:57:19.022 INFO:teuthology.orchestra.run.smithi077.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-13T12:57:19.022 INFO:teuthology.orchestra.run.smithi077.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-13T12:57:19.022 INFO:teuthology.orchestra.run.smithi077.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-13T12:57:19.022 INFO:teuthology.orchestra.run.smithi077.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-13T12:57:19.954 INFO:teuthology.orchestra.run.smithi053.stderr:13 Sep 12:57:19 ntpd[18354]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T12:57:19.954 INFO:teuthology.orchestra.run.smithi053.stderr:13 Sep 12:57:19 ntpd[18354]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T12:57:19.954 INFO:teuthology.orchestra.run.smithi053.stderr:13 Sep 12:57:19 ntpd[18354]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T12:57:19.954 INFO:teuthology.orchestra.run.smithi053.stderr:13 Sep 12:57:19 ntpd[18354]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T12:57:19.954 INFO:teuthology.orchestra.run.smithi053.stderr:13 Sep 12:57:19 ntpd[18354]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T12:57:19.954 INFO:teuthology.orchestra.run.smithi053.stderr:13 Sep 12:57:19 ntpd[18354]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T12:57:19.954 INFO:teuthology.orchestra.run.smithi053.stderr:13 Sep 12:57:19 ntpd[18354]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T12:57:19.954 INFO:teuthology.orchestra.run.smithi053.stderr:13 Sep 12:57:19 ntpd[18354]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T12:57:19.954 INFO:teuthology.orchestra.run.smithi053.stderr:13 Sep 12:57:19 ntpd[18354]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T12:57:19.954 INFO:teuthology.orchestra.run.smithi053.stderr:13 Sep 12:57:19 ntpd[18354]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T12:57:19.954 INFO:teuthology.orchestra.run.smithi053.stderr:13 Sep 12:57:19 ntpd[18354]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T12:57:19.954 INFO:teuthology.orchestra.run.smithi053.stderr:13 Sep 12:57:19 ntpd[18354]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T12:57:19.955 INFO:teuthology.orchestra.run.smithi053.stdout:13 Sep 12:57:19 ntpd[18354]: ntpd: time slew -0.000935 s 2024-09-13T12:57:19.955 INFO:teuthology.orchestra.run.smithi053.stdout:ntpd: time slew -0.000935s 2024-09-13T12:57:19.955 INFO:teuthology.orchestra.run.smithi053.stderr:13 Sep 12:57:19 ntpd[18354]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-13T12:57:19.955 INFO:teuthology.orchestra.run.smithi053.stderr:13 Sep 12:57:19 ntpd[18354]: can't open /var/log/ntpstats/loopstats.20240913: Permission denied 2024-09-13T12:57:20.005 INFO:teuthology.orchestra.run.smithi053.stdout: remote refid st t when poll reach delay offset jitter 2024-09-13T12:57:20.005 INFO:teuthology.orchestra.run.smithi053.stdout:============================================================================== 2024-09-13T12:57:20.005 INFO:teuthology.orchestra.run.smithi053.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-13T12:57:20.005 INFO:teuthology.orchestra.run.smithi053.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-13T12:57:20.005 INFO:teuthology.orchestra.run.smithi053.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-13T12:57:20.005 INFO:teuthology.orchestra.run.smithi053.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-13T12:57:20.006 INFO:teuthology.run_tasks:Running task install... 2024-09-13T12:57:20.018 DEBUG:teuthology.task.install:project ceph 2024-09-13T12:57:20.018 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'b0201b8c79733293453e7f10a10c7fa43119222b'}} 2024-09-13T12:57:20.018 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'b0201b8c79733293453e7f10a10c7fa43119222b'} 2024-09-13T12:57:20.018 INFO:teuthology.task.install:Using flavor: default 2024-09-13T12:57:20.024 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-13T12:57:20.024 INFO:teuthology.task.install:extra packages: [] 2024-09-13T12:57:20.024 DEBUG:teuthology.orchestra.run.smithi007:> sudo apt-key list | grep Ceph 2024-09-13T12:57:20.025 DEBUG:teuthology.orchestra.run.smithi053:> sudo apt-key list | grep Ceph 2024-09-13T12:57:20.025 DEBUG:teuthology.orchestra.run.smithi077:> sudo apt-key list | grep Ceph 2024-09-13T12:57:20.085 INFO:teuthology.orchestra.run.smithi077.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-09-13T12:57:20.092 INFO:teuthology.orchestra.run.smithi007.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-09-13T12:57:20.103 INFO:teuthology.orchestra.run.smithi053.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-09-13T12:57:20.112 INFO:teuthology.orchestra.run.smithi077.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-09-13T12:57:20.112 INFO:teuthology.orchestra.run.smithi077.stdout:uid [ unknown] Ceph.com (release key) 2024-09-13T12:57:20.113 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-13T12:57:20.113 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=b0201b8c79733293453e7f10a10c7fa43119222b 2024-09-13T12:57:20.128 INFO:teuthology.orchestra.run.smithi007.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-09-13T12:57:20.128 INFO:teuthology.orchestra.run.smithi007.stdout:uid [ unknown] Ceph.com (release key) 2024-09-13T12:57:20.128 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-13T12:57:20.128 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=b0201b8c79733293453e7f10a10c7fa43119222b 2024-09-13T12:57:20.140 INFO:teuthology.orchestra.run.smithi053.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-09-13T12:57:20.140 INFO:teuthology.orchestra.run.smithi053.stdout:uid [ unknown] Ceph.com (release key) 2024-09-13T12:57:20.140 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-13T12:57:20.140 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=b0201b8c79733293453e7f10a10c7fa43119222b 2024-09-13T12:57:20.269 INFO:teuthology.task.install.deb:Pulling from https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default/ 2024-09-13T12:57:20.269 INFO:teuthology.task.install.deb:Package version is 19.3.0-4917-gb0201b8c-1jammy 2024-09-13T12:57:20.280 INFO:teuthology.task.install.deb:Pulling from https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default/ 2024-09-13T12:57:20.281 INFO:teuthology.task.install.deb:Package version is 19.3.0-4917-gb0201b8c-1jammy 2024-09-13T12:57:20.292 INFO:teuthology.task.install.deb:Pulling from https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default/ 2024-09-13T12:57:20.292 INFO:teuthology.task.install.deb:Package version is 19.3.0-4917-gb0201b8c-1jammy 2024-09-13T12:57:20.390 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-09-13T12:57:20.391 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-09-13T12:57:20.399 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2024-09-13T12:57:20.399 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-09-13T12:57:20.405 DEBUG:teuthology.orchestra.run.smithi077:> sudo apt-get update 2024-09-13T12:57:20.409 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-09-13T12:57:20.409 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-09-13T12:57:20.413 DEBUG:teuthology.orchestra.run.smithi007:> sudo apt-get update 2024-09-13T12:57:20.423 DEBUG:teuthology.orchestra.run.smithi053:> sudo apt-get update 2024-09-13T12:57:20.588 INFO:teuthology.orchestra.run.smithi007.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-13T12:57:20.598 INFO:teuthology.orchestra.run.smithi007.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-13T12:57:20.598 INFO:teuthology.orchestra.run.smithi053.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-13T12:57:20.606 INFO:teuthology.orchestra.run.smithi053.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-13T12:57:20.615 INFO:teuthology.orchestra.run.smithi007.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-13T12:57:20.623 INFO:teuthology.orchestra.run.smithi053.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-13T12:57:20.625 INFO:teuthology.orchestra.run.smithi077.stdout:Ign:1 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy InRelease 2024-09-13T12:57:20.643 INFO:teuthology.orchestra.run.smithi007.stdout:Ign:4 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy InRelease 2024-09-13T12:57:20.646 INFO:teuthology.orchestra.run.smithi077.stdout:Get:2 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy Release [7,689 B] 2024-09-13T12:57:20.652 INFO:teuthology.orchestra.run.smithi053.stdout:Ign:4 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy InRelease 2024-09-13T12:57:20.665 INFO:teuthology.orchestra.run.smithi007.stdout:Get:5 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy Release [7,689 B] 2024-09-13T12:57:20.669 INFO:teuthology.orchestra.run.smithi077.stdout:Ign:3 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy Release.gpg 2024-09-13T12:57:20.673 INFO:teuthology.orchestra.run.smithi053.stdout:Get:5 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy Release [7,689 B] 2024-09-13T12:57:20.686 INFO:teuthology.orchestra.run.smithi007.stdout:Ign:6 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy Release.gpg 2024-09-13T12:57:20.690 INFO:teuthology.orchestra.run.smithi077.stdout:Get:4 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,417 B] 2024-09-13T12:57:20.695 INFO:teuthology.orchestra.run.smithi053.stdout:Ign:6 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy Release.gpg 2024-09-13T12:57:20.707 INFO:teuthology.orchestra.run.smithi007.stdout:Get:7 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.2 kB] 2024-09-13T12:57:20.710 INFO:teuthology.orchestra.run.smithi077.stdout:Hit:5 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-13T12:57:20.710 INFO:teuthology.orchestra.run.smithi077.stdout:Hit:6 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-13T12:57:20.714 INFO:teuthology.orchestra.run.smithi007.stdout:Hit:8 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-13T12:57:20.716 INFO:teuthology.orchestra.run.smithi053.stdout:Get:7 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,417 B] 2024-09-13T12:57:20.724 INFO:teuthology.orchestra.run.smithi053.stdout:Hit:8 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-13T12:57:20.731 INFO:teuthology.orchestra.run.smithi077.stdout:Get:7 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.2 kB] 2024-09-13T12:57:20.735 INFO:teuthology.orchestra.run.smithi007.stdout:Get:9 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,417 B] 2024-09-13T12:57:20.748 INFO:teuthology.orchestra.run.smithi053.stdout:Get:9 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.2 kB] 2024-09-13T12:57:20.773 INFO:teuthology.orchestra.run.smithi077.stdout:Hit:8 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-13T12:57:20.855 INFO:teuthology.orchestra.run.smithi077.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-13T12:57:20.953 INFO:teuthology.orchestra.run.smithi007.stdout:Fetched 29.3 kB in 0s (82.9 kB/s) 2024-09-13T12:57:20.978 INFO:teuthology.orchestra.run.smithi053.stdout:Fetched 29.3 kB in 0s (79.8 kB/s) 2024-09-13T12:57:21.090 INFO:teuthology.orchestra.run.smithi077.stdout:Fetched 29.3 kB in 1s (58.3 kB/s) 2024-09-13T12:57:21.986 INFO:teuthology.orchestra.run.smithi007.stdout:Reading package lists... 2024-09-13T12:57:22.002 DEBUG:teuthology.orchestra.run.smithi007:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.3.0-4917-gb0201b8c-1jammy cephadm=19.3.0-4917-gb0201b8c-1jammy ceph-mds=19.3.0-4917-gb0201b8c-1jammy ceph-mgr=19.3.0-4917-gb0201b8c-1jammy ceph-common=19.3.0-4917-gb0201b8c-1jammy ceph-fuse=19.3.0-4917-gb0201b8c-1jammy ceph-test=19.3.0-4917-gb0201b8c-1jammy ceph-volume=19.3.0-4917-gb0201b8c-1jammy radosgw=19.3.0-4917-gb0201b8c-1jammy python3-rados=19.3.0-4917-gb0201b8c-1jammy python3-rgw=19.3.0-4917-gb0201b8c-1jammy python3-cephfs=19.3.0-4917-gb0201b8c-1jammy python3-rbd=19.3.0-4917-gb0201b8c-1jammy libcephfs2=19.3.0-4917-gb0201b8c-1jammy libcephfs-dev=19.3.0-4917-gb0201b8c-1jammy librados2=19.3.0-4917-gb0201b8c-1jammy librbd1=19.3.0-4917-gb0201b8c-1jammy rbd-fuse=19.3.0-4917-gb0201b8c-1jammy 2024-09-13T12:57:22.030 INFO:teuthology.orchestra.run.smithi053.stdout:Reading package lists... 2024-09-13T12:57:22.046 DEBUG:teuthology.orchestra.run.smithi053:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.3.0-4917-gb0201b8c-1jammy cephadm=19.3.0-4917-gb0201b8c-1jammy ceph-mds=19.3.0-4917-gb0201b8c-1jammy ceph-mgr=19.3.0-4917-gb0201b8c-1jammy ceph-common=19.3.0-4917-gb0201b8c-1jammy ceph-fuse=19.3.0-4917-gb0201b8c-1jammy ceph-test=19.3.0-4917-gb0201b8c-1jammy ceph-volume=19.3.0-4917-gb0201b8c-1jammy radosgw=19.3.0-4917-gb0201b8c-1jammy python3-rados=19.3.0-4917-gb0201b8c-1jammy python3-rgw=19.3.0-4917-gb0201b8c-1jammy python3-cephfs=19.3.0-4917-gb0201b8c-1jammy python3-rbd=19.3.0-4917-gb0201b8c-1jammy libcephfs2=19.3.0-4917-gb0201b8c-1jammy libcephfs-dev=19.3.0-4917-gb0201b8c-1jammy librados2=19.3.0-4917-gb0201b8c-1jammy librbd1=19.3.0-4917-gb0201b8c-1jammy rbd-fuse=19.3.0-4917-gb0201b8c-1jammy 2024-09-13T12:57:22.072 INFO:teuthology.orchestra.run.smithi007.stdout:Reading package lists... 2024-09-13T12:57:22.110 INFO:teuthology.orchestra.run.smithi053.stdout:Reading package lists... 2024-09-13T12:57:22.119 INFO:teuthology.orchestra.run.smithi077.stdout:Reading package lists... 2024-09-13T12:57:22.134 DEBUG:teuthology.orchestra.run.smithi077:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.3.0-4917-gb0201b8c-1jammy cephadm=19.3.0-4917-gb0201b8c-1jammy ceph-mds=19.3.0-4917-gb0201b8c-1jammy ceph-mgr=19.3.0-4917-gb0201b8c-1jammy ceph-common=19.3.0-4917-gb0201b8c-1jammy ceph-fuse=19.3.0-4917-gb0201b8c-1jammy ceph-test=19.3.0-4917-gb0201b8c-1jammy ceph-volume=19.3.0-4917-gb0201b8c-1jammy radosgw=19.3.0-4917-gb0201b8c-1jammy python3-rados=19.3.0-4917-gb0201b8c-1jammy python3-rgw=19.3.0-4917-gb0201b8c-1jammy python3-cephfs=19.3.0-4917-gb0201b8c-1jammy python3-rbd=19.3.0-4917-gb0201b8c-1jammy libcephfs2=19.3.0-4917-gb0201b8c-1jammy libcephfs-dev=19.3.0-4917-gb0201b8c-1jammy librados2=19.3.0-4917-gb0201b8c-1jammy librbd1=19.3.0-4917-gb0201b8c-1jammy rbd-fuse=19.3.0-4917-gb0201b8c-1jammy 2024-09-13T12:57:22.189 INFO:teuthology.orchestra.run.smithi077.stdout:Reading package lists... 2024-09-13T12:57:22.286 INFO:teuthology.orchestra.run.smithi007.stdout:Building dependency tree... 2024-09-13T12:57:22.287 INFO:teuthology.orchestra.run.smithi007.stdout:Reading state information... 2024-09-13T12:57:22.322 INFO:teuthology.orchestra.run.smithi053.stdout:Building dependency tree... 2024-09-13T12:57:22.323 INFO:teuthology.orchestra.run.smithi053.stdout:Reading state information... 2024-09-13T12:57:22.375 INFO:teuthology.orchestra.run.smithi077.stdout:Building dependency tree... 2024-09-13T12:57:22.376 INFO:teuthology.orchestra.run.smithi077.stdout:Reading state information... 2024-09-13T12:57:22.504 INFO:teuthology.orchestra.run.smithi007.stdout:The following packages were automatically installed and are no longer required: 2024-09-13T12:57:22.504 INFO:teuthology.orchestra.run.smithi007.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-13T12:57:22.505 INFO:teuthology.orchestra.run.smithi007.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-13T12:57:22.505 INFO:teuthology.orchestra.run.smithi007.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-13T12:57:22.505 INFO:teuthology.orchestra.run.smithi007.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-13T12:57:22.505 INFO:teuthology.orchestra.run.smithi007.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-13T12:57:22.505 INFO:teuthology.orchestra.run.smithi007.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-13T12:57:22.506 INFO:teuthology.orchestra.run.smithi007.stdout:The following additional packages will be installed: 2024-09-13T12:57:22.506 INFO:teuthology.orchestra.run.smithi007.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-09-13T12:57:22.507 INFO:teuthology.orchestra.run.smithi007.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-09-13T12:57:22.507 INFO:teuthology.orchestra.run.smithi007.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev libnbd0 liboath0 2024-09-13T12:57:22.507 INFO:teuthology.orchestra.run.smithi007.stdout: libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 2024-09-13T12:57:22.507 INFO:teuthology.orchestra.run.smithi007.stdout: libradosstriper1 librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph 2024-09-13T12:57:22.508 INFO:teuthology.orchestra.run.smithi007.stdout: libthrift-0.16.0 lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli 2024-09-13T12:57:22.508 INFO:teuthology.orchestra.run.smithi007.stdout: pkg-config python-asyncssh-doc python-babel-localedata 2024-09-13T12:57:22.508 INFO:teuthology.orchestra.run.smithi007.stdout: python-pastedeploy-tpl python3-asyncssh python3-babel python3-bcrypt 2024-09-13T12:57:22.508 INFO:teuthology.orchestra.run.smithi007.stdout: python3-cachetools python3-ceph-argparse python3-ceph-common python3-certifi 2024-09-13T12:57:22.508 INFO:teuthology.orchestra.run.smithi007.stdout: python3-cheroot python3-cherrypy3 python3-google-auth python3-idna 2024-09-13T12:57:22.508 INFO:teuthology.orchestra.run.smithi007.stdout: python3-iniconfig python3-jaraco.classes python3-jaraco.collections 2024-09-13T12:57:22.508 INFO:teuthology.orchestra.run.smithi007.stdout: python3-jaraco.functools python3-jaraco.text python3-jinja2 python3-joblib 2024-09-13T12:57:22.508 INFO:teuthology.orchestra.run.smithi007.stdout: python3-kubernetes python3-logutils python3-mako python3-markupsafe 2024-09-13T12:57:22.508 INFO:teuthology.orchestra.run.smithi007.stdout: python3-natsort python3-openssl python3-paste python3-pastedeploy 2024-09-13T12:57:22.508 INFO:teuthology.orchestra.run.smithi007.stdout: python3-pastescript python3-pecan python3-pluggy python3-portend 2024-09-13T12:57:22.508 INFO:teuthology.orchestra.run.smithi007.stdout: python3-prettytable python3-psutil python3-py python3-pyasn1 2024-09-13T12:57:22.509 INFO:teuthology.orchestra.run.smithi007.stdout: python3-pyasn1-modules python3-pygments python3-pyinotify python3-pytest 2024-09-13T12:57:22.509 INFO:teuthology.orchestra.run.smithi007.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-routes 2024-09-13T12:57:22.509 INFO:teuthology.orchestra.run.smithi007.stdout: python3-rsa python3-simplegeneric python3-simplejson python3-singledispatch 2024-09-13T12:57:22.509 INFO:teuthology.orchestra.run.smithi007.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-09-13T12:57:22.509 INFO:teuthology.orchestra.run.smithi007.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-09-13T12:57:22.509 INFO:teuthology.orchestra.run.smithi007.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-09-13T12:57:22.509 INFO:teuthology.orchestra.run.smithi007.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-09-13T12:57:22.509 INFO:teuthology.orchestra.run.smithi007.stdout: xmlstarlet zip 2024-09-13T12:57:22.509 INFO:teuthology.orchestra.run.smithi007.stdout:Suggested packages: 2024-09-13T12:57:22.509 INFO:teuthology.orchestra.run.smithi007.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-09-13T12:57:22.510 INFO:teuthology.orchestra.run.smithi007.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-09-13T12:57:22.510 INFO:teuthology.orchestra.run.smithi007.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-09-13T12:57:22.510 INFO:teuthology.orchestra.run.smithi007.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-09-13T12:57:22.510 INFO:teuthology.orchestra.run.smithi007.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-09-13T12:57:22.510 INFO:teuthology.orchestra.run.smithi007.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-09-13T12:57:22.510 INFO:teuthology.orchestra.run.smithi007.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-09-13T12:57:22.510 INFO:teuthology.orchestra.run.smithi007.stdout:Recommended packages: 2024-09-13T12:57:22.510 INFO:teuthology.orchestra.run.smithi007.stdout: btrfs-tools 2024-09-13T12:57:22.540 INFO:teuthology.orchestra.run.smithi053.stdout:The following packages were automatically installed and are no longer required: 2024-09-13T12:57:22.540 INFO:teuthology.orchestra.run.smithi053.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-13T12:57:22.540 INFO:teuthology.orchestra.run.smithi053.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-13T12:57:22.541 INFO:teuthology.orchestra.run.smithi053.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-13T12:57:22.541 INFO:teuthology.orchestra.run.smithi053.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-13T12:57:22.541 INFO:teuthology.orchestra.run.smithi053.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-13T12:57:22.541 INFO:teuthology.orchestra.run.smithi053.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-13T12:57:22.542 INFO:teuthology.orchestra.run.smithi053.stdout:The following additional packages will be installed: 2024-09-13T12:57:22.542 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-09-13T12:57:22.542 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-09-13T12:57:22.543 INFO:teuthology.orchestra.run.smithi053.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev libnbd0 liboath0 2024-09-13T12:57:22.543 INFO:teuthology.orchestra.run.smithi053.stdout: libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 2024-09-13T12:57:22.544 INFO:teuthology.orchestra.run.smithi053.stdout: libradosstriper1 librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph 2024-09-13T12:57:22.544 INFO:teuthology.orchestra.run.smithi053.stdout: libthrift-0.16.0 lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli 2024-09-13T12:57:22.544 INFO:teuthology.orchestra.run.smithi053.stdout: pkg-config python-asyncssh-doc python-babel-localedata 2024-09-13T12:57:22.544 INFO:teuthology.orchestra.run.smithi053.stdout: python-pastedeploy-tpl python3-asyncssh python3-babel python3-bcrypt 2024-09-13T12:57:22.544 INFO:teuthology.orchestra.run.smithi053.stdout: python3-cachetools python3-ceph-argparse python3-ceph-common python3-certifi 2024-09-13T12:57:22.544 INFO:teuthology.orchestra.run.smithi053.stdout: python3-cheroot python3-cherrypy3 python3-google-auth python3-idna 2024-09-13T12:57:22.544 INFO:teuthology.orchestra.run.smithi053.stdout: python3-iniconfig python3-jaraco.classes python3-jaraco.collections 2024-09-13T12:57:22.544 INFO:teuthology.orchestra.run.smithi053.stdout: python3-jaraco.functools python3-jaraco.text python3-jinja2 python3-joblib 2024-09-13T12:57:22.544 INFO:teuthology.orchestra.run.smithi053.stdout: python3-kubernetes python3-logutils python3-mako python3-markupsafe 2024-09-13T12:57:22.544 INFO:teuthology.orchestra.run.smithi053.stdout: python3-natsort python3-openssl python3-paste python3-pastedeploy 2024-09-13T12:57:22.544 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pastescript python3-pecan python3-pluggy python3-portend 2024-09-13T12:57:22.544 INFO:teuthology.orchestra.run.smithi053.stdout: python3-prettytable python3-psutil python3-py python3-pyasn1 2024-09-13T12:57:22.544 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pyasn1-modules python3-pygments python3-pyinotify python3-pytest 2024-09-13T12:57:22.545 INFO:teuthology.orchestra.run.smithi053.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-routes 2024-09-13T12:57:22.545 INFO:teuthology.orchestra.run.smithi053.stdout: python3-rsa python3-simplegeneric python3-simplejson python3-singledispatch 2024-09-13T12:57:22.545 INFO:teuthology.orchestra.run.smithi053.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-09-13T12:57:22.545 INFO:teuthology.orchestra.run.smithi053.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-09-13T12:57:22.545 INFO:teuthology.orchestra.run.smithi053.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-09-13T12:57:22.545 INFO:teuthology.orchestra.run.smithi053.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-09-13T12:57:22.545 INFO:teuthology.orchestra.run.smithi053.stdout: xmlstarlet zip 2024-09-13T12:57:22.545 INFO:teuthology.orchestra.run.smithi053.stdout:Suggested packages: 2024-09-13T12:57:22.545 INFO:teuthology.orchestra.run.smithi053.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-09-13T12:57:22.546 INFO:teuthology.orchestra.run.smithi053.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-09-13T12:57:22.546 INFO:teuthology.orchestra.run.smithi053.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-09-13T12:57:22.546 INFO:teuthology.orchestra.run.smithi053.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-09-13T12:57:22.546 INFO:teuthology.orchestra.run.smithi053.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-09-13T12:57:22.546 INFO:teuthology.orchestra.run.smithi053.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-09-13T12:57:22.546 INFO:teuthology.orchestra.run.smithi053.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-09-13T12:57:22.546 INFO:teuthology.orchestra.run.smithi053.stdout:Recommended packages: 2024-09-13T12:57:22.546 INFO:teuthology.orchestra.run.smithi053.stdout: btrfs-tools 2024-09-13T12:57:22.562 INFO:teuthology.orchestra.run.smithi077.stdout:The following packages were automatically installed and are no longer required: 2024-09-13T12:57:22.562 INFO:teuthology.orchestra.run.smithi077.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-13T12:57:22.562 INFO:teuthology.orchestra.run.smithi077.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-13T12:57:22.562 INFO:teuthology.orchestra.run.smithi077.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-13T12:57:22.563 INFO:teuthology.orchestra.run.smithi077.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-13T12:57:22.563 INFO:teuthology.orchestra.run.smithi077.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-13T12:57:22.563 INFO:teuthology.orchestra.run.smithi077.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-13T12:57:22.564 INFO:teuthology.orchestra.run.smithi077.stdout:The following additional packages will be installed: 2024-09-13T12:57:22.564 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-09-13T12:57:22.564 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-09-13T12:57:22.564 INFO:teuthology.orchestra.run.smithi077.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev libnbd0 liboath0 2024-09-13T12:57:22.564 INFO:teuthology.orchestra.run.smithi077.stdout: libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 2024-09-13T12:57:22.564 INFO:teuthology.orchestra.run.smithi077.stdout: libradosstriper1 librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph 2024-09-13T12:57:22.565 INFO:teuthology.orchestra.run.smithi077.stdout: libthrift-0.16.0 lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli 2024-09-13T12:57:22.565 INFO:teuthology.orchestra.run.smithi077.stdout: pkg-config python-asyncssh-doc python-babel-localedata 2024-09-13T12:57:22.565 INFO:teuthology.orchestra.run.smithi077.stdout: python-pastedeploy-tpl python3-asyncssh python3-babel python3-bcrypt 2024-09-13T12:57:22.565 INFO:teuthology.orchestra.run.smithi077.stdout: python3-cachetools python3-ceph-argparse python3-ceph-common python3-certifi 2024-09-13T12:57:22.565 INFO:teuthology.orchestra.run.smithi077.stdout: python3-cheroot python3-cherrypy3 python3-google-auth python3-idna 2024-09-13T12:57:22.565 INFO:teuthology.orchestra.run.smithi077.stdout: python3-iniconfig python3-jaraco.classes python3-jaraco.collections 2024-09-13T12:57:22.566 INFO:teuthology.orchestra.run.smithi077.stdout: python3-jaraco.functools python3-jaraco.text python3-jinja2 python3-joblib 2024-09-13T12:57:22.566 INFO:teuthology.orchestra.run.smithi077.stdout: python3-kubernetes python3-logutils python3-mako python3-markupsafe 2024-09-13T12:57:22.566 INFO:teuthology.orchestra.run.smithi077.stdout: python3-natsort python3-openssl python3-paste python3-pastedeploy 2024-09-13T12:57:22.566 INFO:teuthology.orchestra.run.smithi077.stdout: python3-pastescript python3-pecan python3-pluggy python3-portend 2024-09-13T12:57:22.566 INFO:teuthology.orchestra.run.smithi077.stdout: python3-prettytable python3-psutil python3-py python3-pyasn1 2024-09-13T12:57:22.566 INFO:teuthology.orchestra.run.smithi077.stdout: python3-pyasn1-modules python3-pygments python3-pyinotify python3-pytest 2024-09-13T12:57:22.566 INFO:teuthology.orchestra.run.smithi077.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-routes 2024-09-13T12:57:22.566 INFO:teuthology.orchestra.run.smithi077.stdout: python3-rsa python3-simplegeneric python3-simplejson python3-singledispatch 2024-09-13T12:57:22.566 INFO:teuthology.orchestra.run.smithi077.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-09-13T12:57:22.566 INFO:teuthology.orchestra.run.smithi077.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-09-13T12:57:22.566 INFO:teuthology.orchestra.run.smithi077.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-09-13T12:57:22.566 INFO:teuthology.orchestra.run.smithi077.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-09-13T12:57:22.566 INFO:teuthology.orchestra.run.smithi077.stdout: xmlstarlet zip 2024-09-13T12:57:22.567 INFO:teuthology.orchestra.run.smithi077.stdout:Suggested packages: 2024-09-13T12:57:22.567 INFO:teuthology.orchestra.run.smithi077.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-09-13T12:57:22.567 INFO:teuthology.orchestra.run.smithi077.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-09-13T12:57:22.567 INFO:teuthology.orchestra.run.smithi077.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-09-13T12:57:22.567 INFO:teuthology.orchestra.run.smithi077.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-09-13T12:57:22.567 INFO:teuthology.orchestra.run.smithi077.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-09-13T12:57:22.567 INFO:teuthology.orchestra.run.smithi077.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-09-13T12:57:22.567 INFO:teuthology.orchestra.run.smithi077.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-09-13T12:57:22.567 INFO:teuthology.orchestra.run.smithi077.stdout:Recommended packages: 2024-09-13T12:57:22.567 INFO:teuthology.orchestra.run.smithi077.stdout: btrfs-tools 2024-09-13T12:57:22.619 INFO:teuthology.orchestra.run.smithi007.stdout:The following NEW packages will be installed: 2024-09-13T12:57:22.619 INFO:teuthology.orchestra.run.smithi007.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-09-13T12:57:22.619 INFO:teuthology.orchestra.run.smithi007.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-09-13T12:57:22.619 INFO:teuthology.orchestra.run.smithi007.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-09-13T12:57:22.619 INFO:teuthology.orchestra.run.smithi007.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-09-13T12:57:22.619 INFO:teuthology.orchestra.run.smithi007.stdout: liblua5.3-dev libnbd0 liboath0 libonig5 libpcre2-16-0 libqt5core5a 2024-09-13T12:57:22.619 INFO:teuthology.orchestra.run.smithi007.stdout: libqt5dbus5 libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-09-13T12:57:22.619 INFO:teuthology.orchestra.run.smithi007.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-09-13T12:57:22.619 INFO:teuthology.orchestra.run.smithi007.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-09-13T12:57:22.619 INFO:teuthology.orchestra.run.smithi007.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-09-13T12:57:22.620 INFO:teuthology.orchestra.run.smithi007.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-09-13T12:57:22.620 INFO:teuthology.orchestra.run.smithi007.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-09-13T12:57:22.620 INFO:teuthology.orchestra.run.smithi007.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-09-13T12:57:22.620 INFO:teuthology.orchestra.run.smithi007.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-09-13T12:57:22.620 INFO:teuthology.orchestra.run.smithi007.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-09-13T12:57:22.620 INFO:teuthology.orchestra.run.smithi007.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-09-13T12:57:22.620 INFO:teuthology.orchestra.run.smithi007.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-09-13T12:57:22.620 INFO:teuthology.orchestra.run.smithi007.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-09-13T12:57:22.620 INFO:teuthology.orchestra.run.smithi007.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-09-13T12:57:22.620 INFO:teuthology.orchestra.run.smithi007.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-09-13T12:57:22.620 INFO:teuthology.orchestra.run.smithi007.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-09-13T12:57:22.621 INFO:teuthology.orchestra.run.smithi007.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-09-13T12:57:22.621 INFO:teuthology.orchestra.run.smithi007.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-09-13T12:57:22.621 INFO:teuthology.orchestra.run.smithi007.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-09-13T12:57:22.621 INFO:teuthology.orchestra.run.smithi007.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-09-13T12:57:22.621 INFO:teuthology.orchestra.run.smithi007.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-09-13T12:57:22.621 INFO:teuthology.orchestra.run.smithi007.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-09-13T12:57:22.655 INFO:teuthology.orchestra.run.smithi053.stdout:The following NEW packages will be installed: 2024-09-13T12:57:22.655 INFO:teuthology.orchestra.run.smithi053.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-09-13T12:57:22.655 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-09-13T12:57:22.655 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-09-13T12:57:22.655 INFO:teuthology.orchestra.run.smithi053.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-09-13T12:57:22.656 INFO:teuthology.orchestra.run.smithi053.stdout: liblua5.3-dev libnbd0 liboath0 libonig5 libpcre2-16-0 libqt5core5a 2024-09-13T12:57:22.656 INFO:teuthology.orchestra.run.smithi053.stdout: libqt5dbus5 libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-09-13T12:57:22.657 INFO:teuthology.orchestra.run.smithi053.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-09-13T12:57:22.657 INFO:teuthology.orchestra.run.smithi053.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-09-13T12:57:22.657 INFO:teuthology.orchestra.run.smithi053.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-09-13T12:57:22.657 INFO:teuthology.orchestra.run.smithi053.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-09-13T12:57:22.657 INFO:teuthology.orchestra.run.smithi053.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-09-13T12:57:22.657 INFO:teuthology.orchestra.run.smithi053.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-09-13T12:57:22.657 INFO:teuthology.orchestra.run.smithi053.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-09-13T12:57:22.657 INFO:teuthology.orchestra.run.smithi053.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-09-13T12:57:22.657 INFO:teuthology.orchestra.run.smithi053.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-09-13T12:57:22.657 INFO:teuthology.orchestra.run.smithi053.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-09-13T12:57:22.657 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-09-13T12:57:22.658 INFO:teuthology.orchestra.run.smithi053.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-09-13T12:57:22.658 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-09-13T12:57:22.658 INFO:teuthology.orchestra.run.smithi053.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-09-13T12:57:22.658 INFO:teuthology.orchestra.run.smithi053.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-09-13T12:57:22.658 INFO:teuthology.orchestra.run.smithi053.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-09-13T12:57:22.658 INFO:teuthology.orchestra.run.smithi053.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-09-13T12:57:22.658 INFO:teuthology.orchestra.run.smithi053.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-09-13T12:57:22.658 INFO:teuthology.orchestra.run.smithi053.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-09-13T12:57:22.658 INFO:teuthology.orchestra.run.smithi053.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-09-13T12:57:22.669 INFO:teuthology.orchestra.run.smithi077.stdout:The following NEW packages will be installed: 2024-09-13T12:57:22.670 INFO:teuthology.orchestra.run.smithi077.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-09-13T12:57:22.670 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-09-13T12:57:22.670 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-09-13T12:57:22.670 INFO:teuthology.orchestra.run.smithi077.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-09-13T12:57:22.670 INFO:teuthology.orchestra.run.smithi077.stdout: liblua5.3-dev libnbd0 liboath0 libonig5 libpcre2-16-0 libqt5core5a 2024-09-13T12:57:22.670 INFO:teuthology.orchestra.run.smithi077.stdout: libqt5dbus5 libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-09-13T12:57:22.671 INFO:teuthology.orchestra.run.smithi077.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-09-13T12:57:22.671 INFO:teuthology.orchestra.run.smithi077.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-09-13T12:57:22.671 INFO:teuthology.orchestra.run.smithi077.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-09-13T12:57:22.671 INFO:teuthology.orchestra.run.smithi077.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-09-13T12:57:22.671 INFO:teuthology.orchestra.run.smithi077.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-09-13T12:57:22.672 INFO:teuthology.orchestra.run.smithi077.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-09-13T12:57:22.672 INFO:teuthology.orchestra.run.smithi077.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-09-13T12:57:22.672 INFO:teuthology.orchestra.run.smithi077.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-09-13T12:57:22.672 INFO:teuthology.orchestra.run.smithi077.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-09-13T12:57:22.672 INFO:teuthology.orchestra.run.smithi077.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-09-13T12:57:22.672 INFO:teuthology.orchestra.run.smithi077.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-09-13T12:57:22.672 INFO:teuthology.orchestra.run.smithi077.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-09-13T12:57:22.672 INFO:teuthology.orchestra.run.smithi077.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-09-13T12:57:22.672 INFO:teuthology.orchestra.run.smithi077.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-09-13T12:57:22.672 INFO:teuthology.orchestra.run.smithi077.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-09-13T12:57:22.672 INFO:teuthology.orchestra.run.smithi077.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-09-13T12:57:22.672 INFO:teuthology.orchestra.run.smithi077.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-09-13T12:57:22.672 INFO:teuthology.orchestra.run.smithi077.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-09-13T12:57:22.672 INFO:teuthology.orchestra.run.smithi077.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-09-13T12:57:22.673 INFO:teuthology.orchestra.run.smithi077.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-09-13T12:57:22.698 INFO:teuthology.orchestra.run.smithi007.stdout:0 upgraded, 119 newly installed, 0 to remove and 331 not upgraded. 2024-09-13T12:57:22.699 INFO:teuthology.orchestra.run.smithi007.stdout:Need to get 251 MB of archives. 2024-09-13T12:57:22.699 INFO:teuthology.orchestra.run.smithi007.stdout:After this operation, 934 MB of additional disk space will be used. 2024-09-13T12:57:22.699 INFO:teuthology.orchestra.run.smithi007.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-09-13T12:57:22.763 INFO:teuthology.orchestra.run.smithi007.stdout:Get:2 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.3.0-4917-gb0201b8c-1jammy [3,633 kB] 2024-09-13T12:57:22.786 INFO:teuthology.orchestra.run.smithi007.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-09-13T12:57:22.788 INFO:teuthology.orchestra.run.smithi007.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-09-13T12:57:22.799 INFO:teuthology.orchestra.run.smithi053.stdout:0 upgraded, 119 newly installed, 0 to remove and 331 not upgraded. 2024-09-13T12:57:22.799 INFO:teuthology.orchestra.run.smithi053.stdout:Need to get 251 MB of archives. 2024-09-13T12:57:22.799 INFO:teuthology.orchestra.run.smithi053.stdout:After this operation, 934 MB of additional disk space will be used. 2024-09-13T12:57:22.799 INFO:teuthology.orchestra.run.smithi053.stdout:Get:1 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.3.0-4917-gb0201b8c-1jammy [3,633 kB] 2024-09-13T12:57:22.805 INFO:teuthology.orchestra.run.smithi007.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-13T12:57:22.813 INFO:teuthology.orchestra.run.smithi077.stdout:0 upgraded, 119 newly installed, 0 to remove and 331 not upgraded. 2024-09-13T12:57:22.813 INFO:teuthology.orchestra.run.smithi077.stdout:Need to get 251 MB of archives. 2024-09-13T12:57:22.813 INFO:teuthology.orchestra.run.smithi077.stdout:After this operation, 934 MB of additional disk space will be used. 2024-09-13T12:57:22.813 INFO:teuthology.orchestra.run.smithi077.stdout:Get:1 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.3.0-4917-gb0201b8c-1jammy [3,633 kB] 2024-09-13T12:57:22.846 INFO:teuthology.orchestra.run.smithi053.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-09-13T12:57:22.859 INFO:teuthology.orchestra.run.smithi077.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-09-13T12:57:22.865 INFO:teuthology.orchestra.run.smithi007.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-09-13T12:57:22.870 INFO:teuthology.orchestra.run.smithi007.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-09-13T12:57:22.883 INFO:teuthology.orchestra.run.smithi007.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-09-13T12:57:22.888 INFO:teuthology.orchestra.run.smithi007.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libnbd0 amd64 1.10.5-1 [71.3 kB] 2024-09-13T12:57:22.889 INFO:teuthology.orchestra.run.smithi007.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-09-13T12:57:22.890 INFO:teuthology.orchestra.run.smithi007.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-09-13T12:57:22.891 INFO:teuthology.orchestra.run.smithi007.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-09-13T12:57:22.899 INFO:teuthology.orchestra.run.smithi007.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-09-13T12:57:22.902 INFO:teuthology.orchestra.run.smithi007.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-09-13T12:57:22.904 INFO:teuthology.orchestra.run.smithi007.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-09-13T12:57:22.906 INFO:teuthology.orchestra.run.smithi007.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-09-13T12:57:22.906 INFO:teuthology.orchestra.run.smithi007.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-09-13T12:57:22.921 INFO:teuthology.orchestra.run.smithi007.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-09-13T12:57:22.923 INFO:teuthology.orchestra.run.smithi007.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-09-13T12:57:22.925 INFO:teuthology.orchestra.run.smithi007.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-09-13T12:57:22.926 INFO:teuthology.orchestra.run.smithi007.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-09-13T12:57:22.926 INFO:teuthology.orchestra.run.smithi007.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-13T12:57:22.938 INFO:teuthology.orchestra.run.smithi007.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-09-13T12:57:22.938 INFO:teuthology.orchestra.run.smithi007.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-09-13T12:57:22.938 INFO:teuthology.orchestra.run.smithi007.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-09-13T12:57:22.939 INFO:teuthology.orchestra.run.smithi007.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-09-13T12:57:22.939 INFO:teuthology.orchestra.run.smithi007.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-09-13T12:57:22.955 INFO:teuthology.orchestra.run.smithi007.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-09-13T12:57:22.956 INFO:teuthology.orchestra.run.smithi007.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-09-13T12:57:22.958 INFO:teuthology.orchestra.run.smithi007.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-09-13T12:57:22.958 INFO:teuthology.orchestra.run.smithi007.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-09-13T12:57:22.958 INFO:teuthology.orchestra.run.smithi007.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-09-13T12:57:22.972 INFO:teuthology.orchestra.run.smithi007.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-13T12:57:22.972 INFO:teuthology.orchestra.run.smithi007.stdout:Get:34 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.3.0-4917-gb0201b8c-1jammy [3,334 kB] 2024-09-13T12:57:22.972 INFO:teuthology.orchestra.run.smithi007.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-09-13T12:57:22.973 INFO:teuthology.orchestra.run.smithi007.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-09-13T12:57:22.973 INFO:teuthology.orchestra.run.smithi007.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-13T12:57:22.974 INFO:teuthology.orchestra.run.smithi007.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-09-13T12:57:22.988 INFO:teuthology.orchestra.run.smithi007.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-09-13T12:57:22.989 INFO:teuthology.orchestra.run.smithi007.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-09-13T12:57:22.994 INFO:teuthology.orchestra.run.smithi007.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-09-13T12:57:22.994 INFO:teuthology.orchestra.run.smithi007.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-09-13T12:57:22.995 INFO:teuthology.orchestra.run.smithi007.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-09-13T12:57:23.005 INFO:teuthology.orchestra.run.smithi007.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-09-13T12:57:23.006 INFO:teuthology.orchestra.run.smithi007.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-09-13T12:57:23.009 INFO:teuthology.orchestra.run.smithi007.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-idna all 3.3-1ubuntu0.1 [52.1 kB] 2024-09-13T12:57:23.009 INFO:teuthology.orchestra.run.smithi007.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-13T12:57:23.011 INFO:teuthology.orchestra.run.smithi007.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-13T12:57:23.022 INFO:teuthology.orchestra.run.smithi007.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-13T12:57:23.025 INFO:teuthology.orchestra.run.smithi007.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-09-13T12:57:23.025 INFO:teuthology.orchestra.run.smithi007.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-09-13T12:57:23.026 INFO:teuthology.orchestra.run.smithi007.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-09-13T12:57:23.029 INFO:teuthology.orchestra.run.smithi007.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-13T12:57:23.052 INFO:teuthology.orchestra.run.smithi053.stdout:Get:3 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.3.0-4917-gb0201b8c-1jammy [3,334 kB] 2024-09-13T12:57:23.082 INFO:teuthology.orchestra.run.smithi007.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-13T12:57:23.083 INFO:teuthology.orchestra.run.smithi007.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.2 [108 kB] 2024-09-13T12:57:23.084 INFO:teuthology.orchestra.run.smithi007.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-09-13T12:57:23.084 INFO:teuthology.orchestra.run.smithi007.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-09-13T12:57:23.085 INFO:teuthology.orchestra.run.smithi007.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-09-13T12:57:23.093 INFO:teuthology.orchestra.run.smithi007.stdout:Get:59 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.3.0-4917-gb0201b8c-1jammy [722 kB] 2024-09-13T12:57:23.103 INFO:teuthology.orchestra.run.smithi007.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-09-13T12:57:23.105 INFO:teuthology.orchestra.run.smithi007.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-09-13T12:57:23.105 INFO:teuthology.orchestra.run.smithi007.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-09-13T12:57:23.120 INFO:teuthology.orchestra.run.smithi007.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-09-13T12:57:23.120 INFO:teuthology.orchestra.run.smithi007.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-09-13T12:57:23.120 INFO:teuthology.orchestra.run.smithi007.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-09-13T12:57:23.121 INFO:teuthology.orchestra.run.smithi007.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-09-13T12:57:23.121 INFO:teuthology.orchestra.run.smithi007.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-09-13T12:57:23.122 INFO:teuthology.orchestra.run.smithi007.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-09-13T12:57:23.124 INFO:teuthology.orchestra.run.smithi007.stdout:Get:69 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.3.0-4917-gb0201b8c-1jammy [356 kB] 2024-09-13T12:57:23.132 INFO:teuthology.orchestra.run.smithi007.stdout:Get:70 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.3.0-4917-gb0201b8c-1jammy [32.8 kB] 2024-09-13T12:57:23.133 INFO:teuthology.orchestra.run.smithi007.stdout:Get:71 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.3.0-4917-gb0201b8c-1jammy [180 kB] 2024-09-13T12:57:23.136 INFO:teuthology.orchestra.run.smithi007.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-09-13T12:57:23.136 INFO:teuthology.orchestra.run.smithi007.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-09-13T12:57:23.137 INFO:teuthology.orchestra.run.smithi007.stdout:Get:74 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.3.0-4917-gb0201b8c-1jammy [71.3 kB] 2024-09-13T12:57:23.139 INFO:teuthology.orchestra.run.smithi007.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-09-13T12:57:23.139 INFO:teuthology.orchestra.run.smithi007.stdout:Get:76 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.3.0-4917-gb0201b8c-1jammy [338 kB] 2024-09-13T12:57:23.140 INFO:teuthology.orchestra.run.smithi077.stdout:Get:3 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.3.0-4917-gb0201b8c-1jammy [3,334 kB] 2024-09-13T12:57:23.151 INFO:teuthology.orchestra.run.smithi007.stdout:Get:77 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.3.0-4917-gb0201b8c-1jammy [7,989 kB] 2024-09-13T12:57:23.153 INFO:teuthology.orchestra.run.smithi007.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-09-13T12:57:23.154 INFO:teuthology.orchestra.run.smithi007.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-09-13T12:57:23.155 INFO:teuthology.orchestra.run.smithi007.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-09-13T12:57:23.158 INFO:teuthology.orchestra.run.smithi007.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-09-13T12:57:23.160 INFO:teuthology.orchestra.run.smithi007.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-13T12:57:23.161 INFO:teuthology.orchestra.run.smithi007.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-09-13T12:57:23.161 INFO:teuthology.orchestra.run.smithi007.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.3 [474 kB] 2024-09-13T12:57:23.170 INFO:teuthology.orchestra.run.smithi007.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-09-13T12:57:23.170 INFO:teuthology.orchestra.run.smithi007.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-09-13T12:57:23.173 INFO:teuthology.orchestra.run.smithi007.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-09-13T12:57:23.180 INFO:teuthology.orchestra.run.smithi053.stdout:Get:4 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.3.0-4917-gb0201b8c-1jammy [722 kB] 2024-09-13T12:57:23.186 INFO:teuthology.orchestra.run.smithi007.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-09-13T12:57:23.187 INFO:teuthology.orchestra.run.smithi007.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-09-13T12:57:23.188 INFO:teuthology.orchestra.run.smithi007.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-09-13T12:57:23.189 INFO:teuthology.orchestra.run.smithi007.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-09-13T12:57:23.190 INFO:teuthology.orchestra.run.smithi007.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-09-13T12:57:23.196 INFO:teuthology.orchestra.run.smithi007.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-09-13T12:57:23.196 INFO:teuthology.orchestra.run.smithi007.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-09-13T12:57:23.203 INFO:teuthology.orchestra.run.smithi007.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-09-13T12:57:23.205 INFO:teuthology.orchestra.run.smithi007.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-09-13T12:57:23.206 INFO:teuthology.orchestra.run.smithi007.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-09-13T12:57:23.229 INFO:teuthology.orchestra.run.smithi053.stdout:Get:5 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.3.0-4917-gb0201b8c-1jammy [356 kB] 2024-09-13T12:57:23.238 INFO:teuthology.orchestra.run.smithi053.stdout:Get:6 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.3.0-4917-gb0201b8c-1jammy [32.8 kB] 2024-09-13T12:57:23.240 INFO:teuthology.orchestra.run.smithi053.stdout:Get:7 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.3.0-4917-gb0201b8c-1jammy [180 kB] 2024-09-13T12:57:23.244 INFO:teuthology.orchestra.run.smithi053.stdout:Get:8 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.3.0-4917-gb0201b8c-1jammy [71.3 kB] 2024-09-13T12:57:23.246 INFO:teuthology.orchestra.run.smithi053.stdout:Get:9 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.3.0-4917-gb0201b8c-1jammy [338 kB] 2024-09-13T12:57:23.254 INFO:teuthology.orchestra.run.smithi053.stdout:Get:10 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.3.0-4917-gb0201b8c-1jammy [7,989 kB] 2024-09-13T12:57:23.264 INFO:teuthology.orchestra.run.smithi053.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-09-13T12:57:23.276 INFO:teuthology.orchestra.run.smithi053.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-09-13T12:57:23.281 INFO:teuthology.orchestra.run.smithi077.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-09-13T12:57:23.293 INFO:teuthology.orchestra.run.smithi077.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-09-13T12:57:23.350 INFO:teuthology.orchestra.run.smithi077.stdout:Get:6 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.3.0-4917-gb0201b8c-1jammy [722 kB] 2024-09-13T12:57:23.357 INFO:teuthology.orchestra.run.smithi053.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-13T12:57:23.374 INFO:teuthology.orchestra.run.smithi077.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-09-13T12:57:23.416 INFO:teuthology.orchestra.run.smithi077.stdout:Get:8 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.3.0-4917-gb0201b8c-1jammy [356 kB] 2024-09-13T12:57:23.424 INFO:teuthology.orchestra.run.smithi077.stdout:Get:9 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.3.0-4917-gb0201b8c-1jammy [32.8 kB] 2024-09-13T12:57:23.425 INFO:teuthology.orchestra.run.smithi077.stdout:Get:10 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.3.0-4917-gb0201b8c-1jammy [180 kB] 2024-09-13T12:57:23.430 INFO:teuthology.orchestra.run.smithi077.stdout:Get:11 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.3.0-4917-gb0201b8c-1jammy [71.3 kB] 2024-09-13T12:57:23.432 INFO:teuthology.orchestra.run.smithi077.stdout:Get:12 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.3.0-4917-gb0201b8c-1jammy [338 kB] 2024-09-13T12:57:23.440 INFO:teuthology.orchestra.run.smithi077.stdout:Get:13 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.3.0-4917-gb0201b8c-1jammy [7,989 kB] 2024-09-13T12:57:23.490 INFO:teuthology.orchestra.run.smithi007.stdout:Get:98 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.3.0-4917-gb0201b8c-1jammy [112 kB] 2024-09-13T12:57:23.492 INFO:teuthology.orchestra.run.smithi007.stdout:Get:99 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.3.0-4917-gb0201b8c-1jammy [473 kB] 2024-09-13T12:57:23.514 INFO:teuthology.orchestra.run.smithi007.stdout:Get:100 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.3.0-4917-gb0201b8c-1jammy [28.3 MB] 2024-09-13T12:57:23.586 INFO:teuthology.orchestra.run.smithi053.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-09-13T12:57:23.597 INFO:teuthology.orchestra.run.smithi053.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-09-13T12:57:23.603 INFO:teuthology.orchestra.run.smithi077.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-09-13T12:57:23.614 INFO:teuthology.orchestra.run.smithi077.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-09-13T12:57:23.626 INFO:teuthology.orchestra.run.smithi053.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-09-13T12:57:23.636 INFO:teuthology.orchestra.run.smithi053.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libnbd0 amd64 1.10.5-1 [71.3 kB] 2024-09-13T12:57:23.637 INFO:teuthology.orchestra.run.smithi053.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-09-13T12:57:23.638 INFO:teuthology.orchestra.run.smithi053.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-09-13T12:57:23.640 INFO:teuthology.orchestra.run.smithi053.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-09-13T12:57:23.643 INFO:teuthology.orchestra.run.smithi077.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-09-13T12:57:23.652 INFO:teuthology.orchestra.run.smithi077.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libnbd0 amd64 1.10.5-1 [71.3 kB] 2024-09-13T12:57:23.654 INFO:teuthology.orchestra.run.smithi077.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-09-13T12:57:23.655 INFO:teuthology.orchestra.run.smithi077.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-09-13T12:57:23.657 INFO:teuthology.orchestra.run.smithi077.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-09-13T12:57:23.657 INFO:teuthology.orchestra.run.smithi053.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-09-13T12:57:23.661 INFO:teuthology.orchestra.run.smithi053.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-09-13T12:57:23.668 INFO:teuthology.orchestra.run.smithi053.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-09-13T12:57:23.674 INFO:teuthology.orchestra.run.smithi077.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-09-13T12:57:23.678 INFO:teuthology.orchestra.run.smithi077.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-09-13T12:57:23.685 INFO:teuthology.orchestra.run.smithi077.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-09-13T12:57:23.688 INFO:teuthology.orchestra.run.smithi053.stdout:Get:24 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.3.0-4917-gb0201b8c-1jammy [112 kB] 2024-09-13T12:57:23.691 INFO:teuthology.orchestra.run.smithi053.stdout:Get:25 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.3.0-4917-gb0201b8c-1jammy [473 kB] 2024-09-13T12:57:23.701 INFO:teuthology.orchestra.run.smithi053.stdout:Get:26 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.3.0-4917-gb0201b8c-1jammy [28.3 MB] 2024-09-13T12:57:23.748 INFO:teuthology.orchestra.run.smithi053.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-09-13T12:57:23.748 INFO:teuthology.orchestra.run.smithi053.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-09-13T12:57:23.753 INFO:teuthology.orchestra.run.smithi053.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-09-13T12:57:23.757 INFO:teuthology.orchestra.run.smithi053.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-09-13T12:57:23.761 INFO:teuthology.orchestra.run.smithi053.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-09-13T12:57:23.762 INFO:teuthology.orchestra.run.smithi053.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-09-13T12:57:23.763 INFO:teuthology.orchestra.run.smithi053.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-13T12:57:23.764 INFO:teuthology.orchestra.run.smithi077.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-09-13T12:57:23.765 INFO:teuthology.orchestra.run.smithi077.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-09-13T12:57:23.765 INFO:teuthology.orchestra.run.smithi053.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-09-13T12:57:23.766 INFO:teuthology.orchestra.run.smithi053.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-09-13T12:57:23.769 INFO:teuthology.orchestra.run.smithi077.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-09-13T12:57:23.774 INFO:teuthology.orchestra.run.smithi077.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-09-13T12:57:23.777 INFO:teuthology.orchestra.run.smithi077.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-09-13T12:57:23.778 INFO:teuthology.orchestra.run.smithi077.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-09-13T12:57:23.779 INFO:teuthology.orchestra.run.smithi077.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-09-13T12:57:23.781 INFO:teuthology.orchestra.run.smithi077.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-09-13T12:57:23.782 INFO:teuthology.orchestra.run.smithi077.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-09-13T12:57:23.831 INFO:teuthology.orchestra.run.smithi053.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-09-13T12:57:23.848 INFO:teuthology.orchestra.run.smithi053.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-09-13T12:57:23.849 INFO:teuthology.orchestra.run.smithi077.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-09-13T12:57:23.849 INFO:teuthology.orchestra.run.smithi053.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-09-13T12:57:23.850 INFO:teuthology.orchestra.run.smithi053.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-09-13T12:57:23.850 INFO:teuthology.orchestra.run.smithi053.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-09-13T12:57:23.856 INFO:teuthology.orchestra.run.smithi053.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-09-13T12:57:23.857 INFO:teuthology.orchestra.run.smithi053.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-09-13T12:57:23.865 INFO:teuthology.orchestra.run.smithi077.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-09-13T12:57:23.865 INFO:teuthology.orchestra.run.smithi077.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-09-13T12:57:23.866 INFO:teuthology.orchestra.run.smithi077.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-09-13T12:57:23.867 INFO:teuthology.orchestra.run.smithi077.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-09-13T12:57:23.872 INFO:teuthology.orchestra.run.smithi077.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-09-13T12:57:23.873 INFO:teuthology.orchestra.run.smithi077.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-09-13T12:57:23.889 INFO:teuthology.orchestra.run.smithi077.stdout:Get:40 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.3.0-4917-gb0201b8c-1jammy [112 kB] 2024-09-13T12:57:23.913 INFO:teuthology.orchestra.run.smithi053.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-09-13T12:57:23.914 INFO:teuthology.orchestra.run.smithi053.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-13T12:57:23.916 INFO:teuthology.orchestra.run.smithi053.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-09-13T12:57:23.916 INFO:teuthology.orchestra.run.smithi077.stdout:Get:41 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.3.0-4917-gb0201b8c-1jammy [473 kB] 2024-09-13T12:57:23.926 INFO:teuthology.orchestra.run.smithi077.stdout:Get:42 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.3.0-4917-gb0201b8c-1jammy [28.3 MB] 2024-09-13T12:57:23.930 INFO:teuthology.orchestra.run.smithi077.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-09-13T12:57:23.931 INFO:teuthology.orchestra.run.smithi077.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-13T12:57:23.933 INFO:teuthology.orchestra.run.smithi077.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-09-13T12:57:23.994 INFO:teuthology.orchestra.run.smithi053.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-09-13T12:57:23.994 INFO:teuthology.orchestra.run.smithi053.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-13T12:57:23.997 INFO:teuthology.orchestra.run.smithi053.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-09-13T12:57:23.998 INFO:teuthology.orchestra.run.smithi053.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-09-13T12:57:23.999 INFO:teuthology.orchestra.run.smithi053.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-09-13T12:57:24.010 INFO:teuthology.orchestra.run.smithi053.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-09-13T12:57:24.011 INFO:teuthology.orchestra.run.smithi077.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-09-13T12:57:24.011 INFO:teuthology.orchestra.run.smithi077.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-13T12:57:24.014 INFO:teuthology.orchestra.run.smithi077.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-09-13T12:57:24.015 INFO:teuthology.orchestra.run.smithi077.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-09-13T12:57:24.016 INFO:teuthology.orchestra.run.smithi077.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-09-13T12:57:24.027 INFO:teuthology.orchestra.run.smithi077.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-09-13T12:57:24.075 INFO:teuthology.orchestra.run.smithi053.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-09-13T12:57:24.076 INFO:teuthology.orchestra.run.smithi053.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-09-13T12:57:24.077 INFO:teuthology.orchestra.run.smithi053.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-09-13T12:57:24.080 INFO:teuthology.orchestra.run.smithi053.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-09-13T12:57:24.092 INFO:teuthology.orchestra.run.smithi077.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-09-13T12:57:24.093 INFO:teuthology.orchestra.run.smithi077.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-09-13T12:57:24.094 INFO:teuthology.orchestra.run.smithi077.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-09-13T12:57:24.096 INFO:teuthology.orchestra.run.smithi077.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-09-13T12:57:24.157 INFO:teuthology.orchestra.run.smithi053.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-idna all 3.3-1ubuntu0.1 [52.1 kB] 2024-09-13T12:57:24.158 INFO:teuthology.orchestra.run.smithi053.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-13T12:57:24.161 INFO:teuthology.orchestra.run.smithi053.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-13T12:57:24.162 INFO:teuthology.orchestra.run.smithi053.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-13T12:57:24.167 INFO:teuthology.orchestra.run.smithi053.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-09-13T12:57:24.168 INFO:teuthology.orchestra.run.smithi053.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-09-13T12:57:24.173 INFO:teuthology.orchestra.run.smithi077.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-idna all 3.3-1ubuntu0.1 [52.1 kB] 2024-09-13T12:57:24.175 INFO:teuthology.orchestra.run.smithi077.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-13T12:57:24.177 INFO:teuthology.orchestra.run.smithi077.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-13T12:57:24.179 INFO:teuthology.orchestra.run.smithi077.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-13T12:57:24.184 INFO:teuthology.orchestra.run.smithi077.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-09-13T12:57:24.185 INFO:teuthology.orchestra.run.smithi077.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-09-13T12:57:24.238 INFO:teuthology.orchestra.run.smithi053.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-09-13T12:57:24.242 INFO:teuthology.orchestra.run.smithi053.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-13T12:57:24.255 INFO:teuthology.orchestra.run.smithi077.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-09-13T12:57:24.259 INFO:teuthology.orchestra.run.smithi077.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-13T12:57:24.405 INFO:teuthology.orchestra.run.smithi053.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-13T12:57:24.407 INFO:teuthology.orchestra.run.smithi053.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.2 [108 kB] 2024-09-13T12:57:24.409 INFO:teuthology.orchestra.run.smithi053.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-09-13T12:57:24.410 INFO:teuthology.orchestra.run.smithi053.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-09-13T12:57:24.412 INFO:teuthology.orchestra.run.smithi053.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-09-13T12:57:24.421 INFO:teuthology.orchestra.run.smithi077.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-13T12:57:24.423 INFO:teuthology.orchestra.run.smithi077.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.2 [108 kB] 2024-09-13T12:57:24.425 INFO:teuthology.orchestra.run.smithi077.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-09-13T12:57:24.426 INFO:teuthology.orchestra.run.smithi077.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-09-13T12:57:24.428 INFO:teuthology.orchestra.run.smithi077.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-09-13T12:57:24.450 INFO:teuthology.orchestra.run.smithi053.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-09-13T12:57:24.453 INFO:teuthology.orchestra.run.smithi053.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-09-13T12:57:24.453 INFO:teuthology.orchestra.run.smithi053.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-09-13T12:57:24.460 INFO:teuthology.orchestra.run.smithi077.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-09-13T12:57:24.463 INFO:teuthology.orchestra.run.smithi077.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-09-13T12:57:24.464 INFO:teuthology.orchestra.run.smithi077.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-09-13T12:57:24.510 INFO:teuthology.orchestra.run.smithi053.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-09-13T12:57:24.511 INFO:teuthology.orchestra.run.smithi053.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-09-13T12:57:24.523 INFO:teuthology.orchestra.run.smithi077.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-09-13T12:57:24.523 INFO:teuthology.orchestra.run.smithi077.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-09-13T12:57:24.572 INFO:teuthology.orchestra.run.smithi053.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-09-13T12:57:24.573 INFO:teuthology.orchestra.run.smithi053.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-09-13T12:57:24.574 INFO:teuthology.orchestra.run.smithi053.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-09-13T12:57:24.575 INFO:teuthology.orchestra.run.smithi053.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-09-13T12:57:24.575 INFO:teuthology.orchestra.run.smithi053.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-09-13T12:57:24.577 INFO:teuthology.orchestra.run.smithi053.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-09-13T12:57:24.583 INFO:teuthology.orchestra.run.smithi053.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-09-13T12:57:24.588 INFO:teuthology.orchestra.run.smithi077.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-09-13T12:57:24.589 INFO:teuthology.orchestra.run.smithi077.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-09-13T12:57:24.590 INFO:teuthology.orchestra.run.smithi077.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-09-13T12:57:24.591 INFO:teuthology.orchestra.run.smithi077.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-09-13T12:57:24.592 INFO:teuthology.orchestra.run.smithi077.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-09-13T12:57:24.592 INFO:teuthology.orchestra.run.smithi077.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-09-13T12:57:24.599 INFO:teuthology.orchestra.run.smithi077.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-09-13T12:57:24.654 INFO:teuthology.orchestra.run.smithi053.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-09-13T12:57:24.657 INFO:teuthology.orchestra.run.smithi053.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-09-13T12:57:24.658 INFO:teuthology.orchestra.run.smithi053.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-09-13T12:57:24.669 INFO:teuthology.orchestra.run.smithi077.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-09-13T12:57:24.672 INFO:teuthology.orchestra.run.smithi077.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-09-13T12:57:24.673 INFO:teuthology.orchestra.run.smithi077.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-09-13T12:57:24.735 INFO:teuthology.orchestra.run.smithi053.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-09-13T12:57:24.741 INFO:teuthology.orchestra.run.smithi053.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-09-13T12:57:24.743 INFO:teuthology.orchestra.run.smithi053.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-09-13T12:57:24.745 INFO:teuthology.orchestra.run.smithi053.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.3 [474 kB] 2024-09-13T12:57:24.751 INFO:teuthology.orchestra.run.smithi077.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-09-13T12:57:24.756 INFO:teuthology.orchestra.run.smithi053.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-09-13T12:57:24.757 INFO:teuthology.orchestra.run.smithi077.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-09-13T12:57:24.757 INFO:teuthology.orchestra.run.smithi053.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-09-13T12:57:24.759 INFO:teuthology.orchestra.run.smithi077.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-09-13T12:57:24.760 INFO:teuthology.orchestra.run.smithi077.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.3 [474 kB] 2024-09-13T12:57:24.765 INFO:teuthology.orchestra.run.smithi053.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-09-13T12:57:24.772 INFO:teuthology.orchestra.run.smithi077.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-09-13T12:57:24.773 INFO:teuthology.orchestra.run.smithi077.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-09-13T12:57:24.781 INFO:teuthology.orchestra.run.smithi077.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-09-13T12:57:24.816 INFO:teuthology.orchestra.run.smithi053.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-09-13T12:57:24.818 INFO:teuthology.orchestra.run.smithi053.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-09-13T12:57:24.818 INFO:teuthology.orchestra.run.smithi053.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-09-13T12:57:24.832 INFO:teuthology.orchestra.run.smithi077.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-09-13T12:57:24.833 INFO:teuthology.orchestra.run.smithi077.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-09-13T12:57:24.834 INFO:teuthology.orchestra.run.smithi077.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-09-13T12:57:24.898 INFO:teuthology.orchestra.run.smithi053.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-09-13T12:57:24.900 INFO:teuthology.orchestra.run.smithi053.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-09-13T12:57:24.913 INFO:teuthology.orchestra.run.smithi077.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-09-13T12:57:24.915 INFO:teuthology.orchestra.run.smithi077.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-09-13T12:57:24.916 INFO:teuthology.orchestra.run.smithi053.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-09-13T12:57:24.917 INFO:teuthology.orchestra.run.smithi053.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-09-13T12:57:24.932 INFO:teuthology.orchestra.run.smithi077.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-09-13T12:57:24.933 INFO:teuthology.orchestra.run.smithi077.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-09-13T12:57:24.934 INFO:teuthology.orchestra.run.smithi077.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-09-13T12:57:24.939 INFO:teuthology.orchestra.run.smithi077.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-09-13T12:57:24.940 INFO:teuthology.orchestra.run.smithi077.stdout:Get:100 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-09-13T12:57:24.971 INFO:teuthology.orchestra.run.smithi053.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-09-13T12:57:25.037 INFO:teuthology.orchestra.run.smithi053.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-09-13T12:57:25.037 INFO:teuthology.orchestra.run.smithi053.stdout:Get:100 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.3.0-4917-gb0201b8c-1jammy [5,210 kB] 2024-09-13T12:57:25.038 INFO:teuthology.orchestra.run.smithi053.stdout:Get:101 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-09-13T12:57:25.044 INFO:teuthology.orchestra.run.smithi007.stdout:Get:101 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.3.0-4917-gb0201b8c-1jammy [5,210 kB] 2024-09-13T12:57:25.193 INFO:teuthology.orchestra.run.smithi053.stdout:Get:102 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.3.0-4917-gb0201b8c-1jammy [251 kB] 2024-09-13T12:57:25.199 INFO:teuthology.orchestra.run.smithi053.stdout:Get:103 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.3.0-4917-gb0201b8c-1jammy [124 kB] 2024-09-13T12:57:25.202 INFO:teuthology.orchestra.run.smithi053.stdout:Get:104 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.3.0-4917-gb0201b8c-1jammy [1,561 kB] 2024-09-13T12:57:25.218 INFO:teuthology.orchestra.run.smithi007.stdout:Get:102 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.3.0-4917-gb0201b8c-1jammy [251 kB] 2024-09-13T12:57:25.223 INFO:teuthology.orchestra.run.smithi007.stdout:Get:103 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.3.0-4917-gb0201b8c-1jammy [124 kB] 2024-09-13T12:57:25.226 INFO:teuthology.orchestra.run.smithi007.stdout:Get:104 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.3.0-4917-gb0201b8c-1jammy [1,561 kB] 2024-09-13T12:57:25.263 INFO:teuthology.orchestra.run.smithi053.stdout:Get:105 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.3.0-4917-gb0201b8c-1jammy [6,308 kB] 2024-09-13T12:57:25.290 INFO:teuthology.orchestra.run.smithi007.stdout:Get:105 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.3.0-4917-gb0201b8c-1jammy [6,308 kB] 2024-09-13T12:57:25.530 INFO:teuthology.orchestra.run.smithi077.stdout:Get:101 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.3.0-4917-gb0201b8c-1jammy [5,210 kB] 2024-09-13T12:57:25.540 INFO:teuthology.orchestra.run.smithi053.stdout:Get:106 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.3.0-4917-gb0201b8c-1jammy [23.1 MB] 2024-09-13T12:57:25.577 INFO:teuthology.orchestra.run.smithi007.stdout:Get:106 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.3.0-4917-gb0201b8c-1jammy [23.1 MB] 2024-09-13T12:57:25.709 INFO:teuthology.orchestra.run.smithi077.stdout:Get:102 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.3.0-4917-gb0201b8c-1jammy [251 kB] 2024-09-13T12:57:25.735 INFO:teuthology.orchestra.run.smithi077.stdout:Get:103 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.3.0-4917-gb0201b8c-1jammy [124 kB] 2024-09-13T12:57:25.738 INFO:teuthology.orchestra.run.smithi077.stdout:Get:104 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.3.0-4917-gb0201b8c-1jammy [1,561 kB] 2024-09-13T12:57:25.808 INFO:teuthology.orchestra.run.smithi077.stdout:Get:105 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.3.0-4917-gb0201b8c-1jammy [6,308 kB] 2024-09-13T12:57:26.179 INFO:teuthology.orchestra.run.smithi077.stdout:Get:106 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.3.0-4917-gb0201b8c-1jammy [23.1 MB] 2024-09-13T12:57:26.678 INFO:teuthology.orchestra.run.smithi053.stdout:Get:107 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.3.0-4917-gb0201b8c-1jammy [14.1 kB] 2024-09-13T12:57:26.679 INFO:teuthology.orchestra.run.smithi053.stdout:Get:108 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.3.0-4917-gb0201b8c-1jammy [880 kB] 2024-09-13T12:57:26.696 INFO:teuthology.orchestra.run.smithi053.stdout:Get:109 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.3.0-4917-gb0201b8c-1jammy [2,454 kB] 2024-09-13T12:57:26.744 INFO:teuthology.orchestra.run.smithi053.stdout:Get:110 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.3.0-4917-gb0201b8c-1jammy [813 kB] 2024-09-13T12:57:26.760 INFO:teuthology.orchestra.run.smithi053.stdout:Get:111 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.3.0-4917-gb0201b8c-1jammy [160 kB] 2024-09-13T12:57:26.768 INFO:teuthology.orchestra.run.smithi007.stdout:Get:107 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.3.0-4917-gb0201b8c-1jammy [14.1 kB] 2024-09-13T12:57:26.769 INFO:teuthology.orchestra.run.smithi007.stdout:Get:108 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.3.0-4917-gb0201b8c-1jammy [880 kB] 2024-09-13T12:57:26.786 INFO:teuthology.orchestra.run.smithi007.stdout:Get:109 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.3.0-4917-gb0201b8c-1jammy [2,454 kB] 2024-09-13T12:57:26.801 INFO:teuthology.orchestra.run.smithi053.stdout:Get:112 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.3.0-4917-gb0201b8c-1jammy [61.5 MB] 2024-09-13T12:57:26.832 INFO:teuthology.orchestra.run.smithi007.stdout:Get:110 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.3.0-4917-gb0201b8c-1jammy [813 kB] 2024-09-13T12:57:26.862 INFO:teuthology.orchestra.run.smithi007.stdout:Get:111 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.3.0-4917-gb0201b8c-1jammy [160 kB] 2024-09-13T12:57:26.865 INFO:teuthology.orchestra.run.smithi007.stdout:Get:112 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.3.0-4917-gb0201b8c-1jammy [61.5 MB] 2024-09-13T12:57:27.603 INFO:teuthology.orchestra.run.smithi077.stdout:Get:107 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.3.0-4917-gb0201b8c-1jammy [14.1 kB] 2024-09-13T12:57:27.603 INFO:teuthology.orchestra.run.smithi077.stdout:Get:108 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.3.0-4917-gb0201b8c-1jammy [880 kB] 2024-09-13T12:57:27.620 INFO:teuthology.orchestra.run.smithi077.stdout:Get:109 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.3.0-4917-gb0201b8c-1jammy [2,454 kB] 2024-09-13T12:57:27.711 INFO:teuthology.orchestra.run.smithi077.stdout:Get:110 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.3.0-4917-gb0201b8c-1jammy [813 kB] 2024-09-13T12:57:27.777 INFO:teuthology.orchestra.run.smithi077.stdout:Get:111 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.3.0-4917-gb0201b8c-1jammy [160 kB] 2024-09-13T12:57:27.780 INFO:teuthology.orchestra.run.smithi077.stdout:Get:112 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.3.0-4917-gb0201b8c-1jammy [61.5 MB] 2024-09-13T12:57:29.856 INFO:teuthology.orchestra.run.smithi053.stdout:Get:113 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.3.0-4917-gb0201b8c-1jammy [8,625 kB] 2024-09-13T12:57:29.942 INFO:teuthology.orchestra.run.smithi007.stdout:Get:113 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.3.0-4917-gb0201b8c-1jammy [8,625 kB] 2024-09-13T12:57:30.029 INFO:teuthology.orchestra.run.smithi053.stdout:Get:114 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.3.0-4917-gb0201b8c-1jammy [14.2 kB] 2024-09-13T12:57:30.029 INFO:teuthology.orchestra.run.smithi053.stdout:Get:115 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.3.0-4917-gb0201b8c-1jammy [55.8 MB] 2024-09-13T12:57:30.213 INFO:teuthology.orchestra.run.smithi007.stdout:Get:114 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.3.0-4917-gb0201b8c-1jammy [14.2 kB] 2024-09-13T12:57:30.214 INFO:teuthology.orchestra.run.smithi007.stdout:Get:115 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.3.0-4917-gb0201b8c-1jammy [55.8 MB] 2024-09-13T12:57:31.246 INFO:teuthology.orchestra.run.smithi077.stdout:Get:113 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.3.0-4917-gb0201b8c-1jammy [8,625 kB] 2024-09-13T12:57:31.522 INFO:teuthology.orchestra.run.smithi077.stdout:Get:114 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.3.0-4917-gb0201b8c-1jammy [14.2 kB] 2024-09-13T12:57:31.523 INFO:teuthology.orchestra.run.smithi077.stdout:Get:115 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.3.0-4917-gb0201b8c-1jammy [55.8 MB] 2024-09-13T12:57:32.952 INFO:teuthology.orchestra.run.smithi053.stdout:Get:116 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.3.0-4917-gb0201b8c-1jammy [130 kB] 2024-09-13T12:57:32.955 INFO:teuthology.orchestra.run.smithi053.stdout:Get:117 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.3.0-4917-gb0201b8c-1jammy [39.0 kB] 2024-09-13T12:57:32.956 INFO:teuthology.orchestra.run.smithi053.stdout:Get:118 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.3.0-4917-gb0201b8c-1jammy [15.9 MB] 2024-09-13T12:57:33.023 INFO:teuthology.orchestra.run.smithi007.stdout:Get:116 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.3.0-4917-gb0201b8c-1jammy [130 kB] 2024-09-13T12:57:33.026 INFO:teuthology.orchestra.run.smithi007.stdout:Get:117 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.3.0-4917-gb0201b8c-1jammy [39.0 kB] 2024-09-13T12:57:33.100 INFO:teuthology.orchestra.run.smithi007.stdout:Get:118 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.3.0-4917-gb0201b8c-1jammy [15.9 MB] 2024-09-13T12:57:33.565 INFO:teuthology.orchestra.run.smithi053.stdout:Get:119 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.3.0-4917-gb0201b8c-1jammy [91.3 kB] 2024-09-13T12:57:33.696 INFO:teuthology.orchestra.run.smithi007.stdout:Get:119 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.3.0-4917-gb0201b8c-1jammy [91.3 kB] 2024-09-13T12:57:34.086 INFO:teuthology.orchestra.run.smithi077.stdout:Get:116 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.3.0-4917-gb0201b8c-1jammy [130 kB] 2024-09-13T12:57:34.088 INFO:teuthology.orchestra.run.smithi077.stdout:Get:117 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.3.0-4917-gb0201b8c-1jammy [39.0 kB] 2024-09-13T12:57:34.089 INFO:teuthology.orchestra.run.smithi077.stdout:Get:118 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.3.0-4917-gb0201b8c-1jammy [15.9 MB] 2024-09-13T12:57:34.167 INFO:teuthology.orchestra.run.smithi053.stdout:Fetched 251 MB in 11s (23.0 MB/s) 2024-09-13T12:57:34.296 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-09-13T12:57:34.297 INFO:teuthology.orchestra.run.smithi007.stdout:Fetched 251 MB in 11s (22.7 MB/s) 2024-09-13T12:57:34.396 INFO:teuthology.orchestra.run.smithi053.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165990 files and directories currently installed.) 2024-09-13T12:57:34.400 INFO:teuthology.orchestra.run.smithi077.stdout:Get:119 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.3.0-4917-gb0201b8c-1jammy [91.3 kB] 2024-09-13T12:57:34.402 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-09-13T12:57:34.453 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-09-13T12:57:34.486 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-13T12:57:34.528 INFO:teuthology.orchestra.run.smithi007.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165990 files and directories currently installed.) 2024-09-13T12:57:34.533 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-09-13T12:57:34.619 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-13T12:57:34.823 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-09-13T12:57:34.850 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-09-13T12:57:34.890 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-13T12:57:34.964 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-09-13T12:57:34.974 INFO:teuthology.orchestra.run.smithi077.stdout:Fetched 251 MB in 12s (21.4 MB/s) 2024-09-13T12:57:34.991 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-09-13T12:57:35.031 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-13T12:57:35.087 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-09-13T12:57:35.183 INFO:teuthology.orchestra.run.smithi077.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165990 files and directories currently installed.) 2024-09-13T12:57:35.189 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-09-13T12:57:35.226 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-09-13T12:57:35.253 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-09-13T12:57:35.269 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-13T12:57:35.293 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-13T12:57:35.493 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-09-13T12:57:35.519 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-09-13T12:57:35.559 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-13T12:57:35.572 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-09-13T12:57:35.599 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-09-13T12:57:35.639 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-13T12:57:35.773 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-09-13T12:57:35.800 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-13T12:57:35.848 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-13T12:57:35.975 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-09-13T12:57:36.002 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-09-13T12:57:36.004 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-09-13T12:57:36.031 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-13T12:57:36.042 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-13T12:57:36.079 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-13T12:57:36.226 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-09-13T12:57:36.253 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-13T12:57:36.293 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-13T12:57:36.449 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-09-13T12:57:36.476 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-13T12:57:36.478 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-09-13T12:57:36.505 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-13T12:57:36.507 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-13T12:57:36.553 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-13T12:57:36.622 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-09-13T12:57:36.647 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-13T12:57:36.687 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-13T12:57:36.853 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-09-13T12:57:36.879 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-13T12:57:36.898 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-09-13T12:57:36.919 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-13T12:57:36.925 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-13T12:57:36.965 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-13T12:57:37.033 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-09-13T12:57:37.059 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-09-13T12:57:37.099 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-13T12:57:37.289 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-09-13T12:57:37.309 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-09-13T12:57:37.315 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-09-13T12:57:37.336 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-13T12:57:37.372 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-13T12:57:37.376 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-13T12:57:37.410 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package librados2. 2024-09-13T12:57:37.437 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../007-librados2_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:57:37.477 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking librados2 (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:57:37.684 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package librados2. 2024-09-13T12:57:37.711 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../007-librados2_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:57:37.742 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking librados2 (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:57:37.754 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-09-13T12:57:37.781 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-09-13T12:57:37.821 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-13T12:57:38.005 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package libnbd0. 2024-09-13T12:57:38.031 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../008-libnbd0_1.10.5-1_amd64.deb ... 2024-09-13T12:57:38.071 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking libnbd0 (1.10.5-1) ... 2024-09-13T12:57:38.098 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package librados2. 2024-09-13T12:57:38.114 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../007-librados2_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:57:38.148 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking librados2 (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:57:38.212 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package libnbd0. 2024-09-13T12:57:38.238 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../008-libnbd0_1.10.5-1_amd64.deb ... 2024-09-13T12:57:38.278 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking libnbd0 (1.10.5-1) ... 2024-09-13T12:57:38.332 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package librbd1. 2024-09-13T12:57:38.348 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../009-librbd1_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:57:38.391 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking librbd1 (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:57:38.607 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package librbd1. 2024-09-13T12:57:38.634 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../009-librbd1_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:57:38.681 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking librbd1 (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:57:38.835 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package libcephfs2. 2024-09-13T12:57:38.860 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package libnbd0. 2024-09-13T12:57:38.862 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../010-libcephfs2_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:57:38.886 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../008-libnbd0_1.10.5-1_amd64.deb ... 2024-09-13T12:57:38.926 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking libnbd0 (1.10.5-1) ... 2024-09-13T12:57:39.069 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking libcephfs2 (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:57:39.201 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package libcephfs2. 2024-09-13T12:57:39.226 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../010-libcephfs2_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:57:39.237 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package librbd1. 2024-09-13T12:57:39.252 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../009-librbd1_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:57:39.296 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking librbd1 (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:57:39.309 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking libcephfs2 (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:57:39.354 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-rados. 2024-09-13T12:57:39.370 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../011-python3-rados_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:57:39.413 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-rados (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:57:39.562 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package python3-rados. 2024-09-13T12:57:39.589 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../011-python3-rados_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:57:39.629 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking python3-rados (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:57:39.716 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-09-13T12:57:39.724 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package libcephfs2. 2024-09-13T12:57:39.743 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../012-python3-ceph-argparse_19.3.0-4917-gb0201b8c-1jammy_all.deb ... 2024-09-13T12:57:39.749 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../010-libcephfs2_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:57:39.774 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-ceph-argparse (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:57:39.782 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking libcephfs2 (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:57:39.956 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-09-13T12:57:39.983 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../012-python3-ceph-argparse_19.3.0-4917-gb0201b8c-1jammy_all.deb ... 2024-09-13T12:57:40.001 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-cephfs. 2024-09-13T12:57:40.023 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking python3-ceph-argparse (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:57:40.028 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../013-python3-cephfs_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:57:40.034 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-rados. 2024-09-13T12:57:40.049 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../011-python3-rados_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:57:40.068 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-cephfs (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:57:40.092 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-rados (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:57:40.269 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package python3-cephfs. 2024-09-13T12:57:40.285 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../013-python3-cephfs_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:57:40.319 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking python3-cephfs (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:57:40.379 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-ceph-common. 2024-09-13T12:57:40.395 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../014-python3-ceph-common_19.3.0-4917-gb0201b8c-1jammy_all.deb ... 2024-09-13T12:57:40.429 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-09-13T12:57:40.437 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-ceph-common (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:57:40.455 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../012-python3-ceph-argparse_19.3.0-4917-gb0201b8c-1jammy_all.deb ... 2024-09-13T12:57:40.495 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-ceph-argparse (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:57:40.613 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package python3-ceph-common. 2024-09-13T12:57:40.640 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../014-python3-ceph-common_19.3.0-4917-gb0201b8c-1jammy_all.deb ... 2024-09-13T12:57:40.680 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking python3-ceph-common (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:57:40.747 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-cephfs. 2024-09-13T12:57:40.762 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../013-python3-cephfs_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:57:40.774 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-wcwidth. 2024-09-13T12:57:40.801 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../015-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-09-13T12:57:40.806 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-cephfs (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:57:40.841 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-13T12:57:41.025 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package python3-wcwidth. 2024-09-13T12:57:41.051 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../015-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-09-13T12:57:41.091 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-13T12:57:41.092 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-ceph-common. 2024-09-13T12:57:41.118 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../014-python3-ceph-common_19.3.0-4917-gb0201b8c-1jammy_all.deb ... 2024-09-13T12:57:41.135 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-prettytable. 2024-09-13T12:57:41.158 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-ceph-common (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:57:41.162 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../016-python3-prettytable_2.5.0-2_all.deb ... 2024-09-13T12:57:41.201 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-09-13T12:57:41.394 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package python3-prettytable. 2024-09-13T12:57:41.421 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../016-python3-prettytable_2.5.0-2_all.deb ... 2024-09-13T12:57:41.437 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-rbd. 2024-09-13T12:57:41.461 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-09-13T12:57:41.461 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../017-python3-rbd_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:57:41.486 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-wcwidth. 2024-09-13T12:57:41.504 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-rbd (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:57:41.512 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../015-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-09-13T12:57:41.553 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-13T12:57:41.696 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package python3-rbd. 2024-09-13T12:57:41.712 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../017-python3-rbd_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:57:41.746 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking python3-rbd (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:57:41.839 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-prettytable. 2024-09-13T12:57:41.865 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../016-python3-prettytable_2.5.0-2_all.deb ... 2024-09-13T12:57:41.897 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-09-13T12:57:41.898 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-09-13T12:57:41.925 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../018-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-09-13T12:57:41.965 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-13T12:57:42.116 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-09-13T12:57:42.143 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../018-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-09-13T12:57:42.158 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-rbd. 2024-09-13T12:57:42.182 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-13T12:57:42.184 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../017-python3-rbd_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:57:42.225 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-rbd (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:57:42.322 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-09-13T12:57:42.323 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../019-libreadline-dev_8.1.2-1_amd64.deb ... 2024-09-13T12:57:42.323 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-09-13T12:57:42.469 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-09-13T12:57:42.495 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../019-libreadline-dev_8.1.2-1_amd64.deb ... 2024-09-13T12:57:42.535 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-09-13T12:57:42.569 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-09-13T12:57:42.595 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../018-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-09-13T12:57:42.604 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-09-13T12:57:42.620 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../020-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-09-13T12:57:42.635 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-13T12:57:42.662 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-13T12:57:42.846 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-09-13T12:57:42.873 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../020-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-09-13T12:57:42.913 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-13T12:57:42.913 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-09-13T12:57:42.939 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../019-libreadline-dev_8.1.2-1_amd64.deb ... 2024-09-13T12:57:42.974 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package lua5.1. 2024-09-13T12:57:42.979 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-09-13T12:57:43.001 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../021-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-09-13T12:57:43.040 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-09-13T12:57:43.200 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package lua5.1. 2024-09-13T12:57:43.226 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../021-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-09-13T12:57:43.249 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-09-13T12:57:43.257 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-09-13T12:57:43.264 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../020-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-09-13T12:57:43.299 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-13T12:57:43.360 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package lua-any. 2024-09-13T12:57:43.376 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../022-lua-any_27ubuntu1_all.deb ... 2024-09-13T12:57:43.418 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking lua-any (27ubuntu1) ... 2024-09-13T12:57:43.586 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package lua-any. 2024-09-13T12:57:43.602 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../022-lua-any_27ubuntu1_all.deb ... 2024-09-13T12:57:43.619 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package lua5.1. 2024-09-13T12:57:43.644 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking lua-any (27ubuntu1) ... 2024-09-13T12:57:43.645 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../021-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-09-13T12:57:43.662 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package zip. 2024-09-13T12:57:43.678 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../023-zip_3.0-12build2_amd64.deb ... 2024-09-13T12:57:43.685 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-09-13T12:57:43.712 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking zip (3.0-12build2) ... 2024-09-13T12:57:43.880 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package zip. 2024-09-13T12:57:43.906 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../023-zip_3.0-12build2_amd64.deb ... 2024-09-13T12:57:43.947 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking zip (3.0-12build2) ... 2024-09-13T12:57:43.990 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package unzip. 2024-09-13T12:57:44.006 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../024-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-09-13T12:57:44.040 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-09-13T12:57:44.155 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package lua-any. 2024-09-13T12:57:44.170 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../022-lua-any_27ubuntu1_all.deb ... 2024-09-13T12:57:44.213 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking lua-any (27ubuntu1) ... 2024-09-13T12:57:44.383 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package unzip. 2024-09-13T12:57:44.410 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../024-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-09-13T12:57:44.449 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-09-13T12:57:44.450 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package zip. 2024-09-13T12:57:44.475 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../023-zip_3.0-12build2_amd64.deb ... 2024-09-13T12:57:44.508 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking zip (3.0-12build2) ... 2024-09-13T12:57:44.594 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package luarocks. 2024-09-13T12:57:44.621 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../025-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-09-13T12:57:44.661 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-09-13T12:57:44.769 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package unzip. 2024-09-13T12:57:44.795 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../024-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-09-13T12:57:44.812 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package luarocks. 2024-09-13T12:57:44.836 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-09-13T12:57:44.839 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../025-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-09-13T12:57:44.878 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-09-13T12:57:45.060 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package librgw2. 2024-09-13T12:57:45.087 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../026-librgw2_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:57:45.126 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking librgw2 (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:57:45.231 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package luarocks. 2024-09-13T12:57:45.257 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../025-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-09-13T12:57:45.260 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package librgw2. 2024-09-13T12:57:45.288 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../026-librgw2_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:57:45.297 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-09-13T12:57:45.336 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking librgw2 (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:57:45.657 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package librgw2. 2024-09-13T12:57:45.672 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../026-librgw2_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:57:45.706 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking librgw2 (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:57:45.762 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-rgw. 2024-09-13T12:57:45.778 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../027-python3-rgw_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:57:45.812 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-rgw (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:57:45.963 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package python3-rgw. 2024-09-13T12:57:45.990 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../027-python3-rgw_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:57:46.029 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking python3-rgw (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:57:46.132 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package liboath0:amd64. 2024-09-13T12:57:46.160 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../028-liboath0_2.6.7-3build1_amd64.deb ... 2024-09-13T12:57:46.198 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-09-13T12:57:46.234 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-rgw. 2024-09-13T12:57:46.249 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../027-python3-rgw_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:57:46.292 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-rgw (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:57:46.332 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package liboath0:amd64. 2024-09-13T12:57:46.359 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../028-liboath0_2.6.7-3build1_amd64.deb ... 2024-09-13T12:57:46.390 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-09-13T12:57:46.510 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package libradosstriper1. 2024-09-13T12:57:46.536 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../029-libradosstriper1_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:57:46.576 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking libradosstriper1 (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:57:46.629 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package liboath0:amd64. 2024-09-13T12:57:46.655 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../028-liboath0_2.6.7-3build1_amd64.deb ... 2024-09-13T12:57:46.695 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-09-13T12:57:46.710 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package libradosstriper1. 2024-09-13T12:57:46.737 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../029-libradosstriper1_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:57:46.777 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking libradosstriper1 (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:57:46.998 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package libradosstriper1. 2024-09-13T12:57:47.013 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package ceph-common. 2024-09-13T12:57:47.024 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../029-libradosstriper1_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:57:47.039 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../030-ceph-common_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:57:47.064 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking libradosstriper1 (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:57:47.079 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking ceph-common (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:57:47.213 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package ceph-common. 2024-09-13T12:57:47.240 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../030-ceph-common_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:57:47.280 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking ceph-common (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:57:47.443 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package ceph-common. 2024-09-13T12:57:47.469 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../030-ceph-common_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:57:47.501 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking ceph-common (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:57:48.610 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package ceph-base. 2024-09-13T12:57:48.636 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../031-ceph-base_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:57:48.686 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking ceph-base (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:57:48.818 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package ceph-base. 2024-09-13T12:57:48.845 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../031-ceph-base_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:57:48.894 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking ceph-base (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:57:49.023 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package ceph-base. 2024-09-13T12:57:49.049 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../031-ceph-base_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:57:49.137 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking ceph-base (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:57:49.272 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-09-13T12:57:49.299 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../032-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-09-13T12:57:49.338 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-09-13T12:57:49.456 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-09-13T12:57:49.471 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../032-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-09-13T12:57:49.514 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-09-13T12:57:49.735 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-09-13T12:57:49.761 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../032-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-09-13T12:57:49.802 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-09-13T12:57:49.816 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package python3-cheroot. 2024-09-13T12:57:49.842 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-cheroot. 2024-09-13T12:57:49.843 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../033-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-09-13T12:57:49.869 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../033-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-09-13T12:57:49.883 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-13T12:57:49.908 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-13T12:57:50.129 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-cheroot. 2024-09-13T12:57:50.156 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../033-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-09-13T12:57:50.196 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-13T12:57:50.211 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-09-13T12:57:50.211 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-09-13T12:57:50.227 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../034-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-09-13T12:57:50.238 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../034-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-09-13T12:57:50.261 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-09-13T12:57:50.278 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-09-13T12:57:50.491 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-09-13T12:57:50.517 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../034-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-09-13T12:57:50.539 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-jaraco.text. 2024-09-13T12:57:50.557 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-09-13T12:57:50.565 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../035-python3-jaraco.text_3.6.0-2_all.deb ... 2024-09-13T12:57:50.581 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package python3-jaraco.text. 2024-09-13T12:57:50.605 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-09-13T12:57:50.607 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../035-python3-jaraco.text_3.6.0-2_all.deb ... 2024-09-13T12:57:50.647 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-09-13T12:57:50.818 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-jaraco.text. 2024-09-13T12:57:50.845 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../035-python3-jaraco.text_3.6.0-2_all.deb ... 2024-09-13T12:57:50.885 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-09-13T12:57:50.916 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-09-13T12:57:50.917 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-09-13T12:57:50.932 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../036-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-09-13T12:57:50.944 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../036-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-09-13T12:57:50.966 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-09-13T12:57:50.983 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-09-13T12:57:51.187 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-09-13T12:57:51.214 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../036-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-09-13T12:57:51.244 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package python3-tempora. 2024-09-13T12:57:51.254 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-09-13T12:57:51.273 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../037-python3-tempora_4.1.2-1_all.deb ... 2024-09-13T12:57:51.286 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-tempora. 2024-09-13T12:57:51.303 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-09-13T12:57:51.313 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../037-python3-tempora_4.1.2-1_all.deb ... 2024-09-13T12:57:51.352 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-09-13T12:57:51.540 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-tempora. 2024-09-13T12:57:51.566 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../037-python3-tempora_4.1.2-1_all.deb ... 2024-09-13T12:57:51.605 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-portend. 2024-09-13T12:57:51.606 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package python3-portend. 2024-09-13T12:57:51.606 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-09-13T12:57:51.633 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../038-python3-portend_3.0.0-1_all.deb ... 2024-09-13T12:57:51.633 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../038-python3-portend_3.0.0-1_all.deb ... 2024-09-13T12:57:51.663 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-09-13T12:57:51.672 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-09-13T12:57:51.885 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-portend. 2024-09-13T12:57:51.911 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../038-python3-portend_3.0.0-1_all.deb ... 2024-09-13T12:57:51.943 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-09-13T12:57:51.958 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-09-13T12:57:51.974 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-09-13T12:57:51.985 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../039-python3-zc.lockfile_2.0-1_all.deb ... 2024-09-13T12:57:52.002 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../039-python3-zc.lockfile_2.0-1_all.deb ... 2024-09-13T12:57:52.025 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-09-13T12:57:52.041 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-09-13T12:57:52.221 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-09-13T12:57:52.247 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../039-python3-zc.lockfile_2.0-1_all.deb ... 2024-09-13T12:57:52.287 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-09-13T12:57:52.311 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package python3-cherrypy3. 2024-09-13T12:57:52.328 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-cherrypy3. 2024-09-13T12:57:52.338 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../040-python3-cherrypy3_18.6.1-4_all.deb ... 2024-09-13T12:57:52.355 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../040-python3-cherrypy3_18.6.1-4_all.deb ... 2024-09-13T12:57:52.377 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-09-13T12:57:52.394 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-09-13T12:57:52.590 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-cherrypy3. 2024-09-13T12:57:52.616 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../040-python3-cherrypy3_18.6.1-4_all.deb ... 2024-09-13T12:57:52.656 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-09-13T12:57:52.700 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package python3-natsort. 2024-09-13T12:57:52.725 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../041-python3-natsort_8.0.2-1_all.deb ... 2024-09-13T12:57:52.731 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-natsort. 2024-09-13T12:57:52.758 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../041-python3-natsort_8.0.2-1_all.deb ... 2024-09-13T12:57:52.764 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-09-13T12:57:52.797 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-09-13T12:57:52.960 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-natsort. 2024-09-13T12:57:52.975 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../041-python3-natsort_8.0.2-1_all.deb ... 2024-09-13T12:57:53.010 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-09-13T12:57:53.075 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package python3-logutils. 2024-09-13T12:57:53.103 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../042-python3-logutils_0.3.3-8_all.deb ... 2024-09-13T12:57:53.109 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-logutils. 2024-09-13T12:57:53.137 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../042-python3-logutils_0.3.3-8_all.deb ... 2024-09-13T12:57:53.142 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-09-13T12:57:53.176 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-09-13T12:57:53.304 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-logutils. 2024-09-13T12:57:53.331 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../042-python3-logutils_0.3.3-8_all.deb ... 2024-09-13T12:57:53.371 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-09-13T12:57:53.445 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package python3-markupsafe. 2024-09-13T12:57:53.472 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../043-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-09-13T12:57:53.503 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-09-13T12:57:53.503 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-markupsafe. 2024-09-13T12:57:53.531 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../043-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-09-13T12:57:53.570 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-09-13T12:57:53.674 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-markupsafe. 2024-09-13T12:57:53.700 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../043-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-09-13T12:57:53.740 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-09-13T12:57:53.806 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package python3-mako. 2024-09-13T12:57:53.831 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-mako. 2024-09-13T12:57:53.833 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../044-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-09-13T12:57:53.847 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../044-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-09-13T12:57:53.872 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-13T12:57:53.881 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-13T12:57:54.060 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-mako. 2024-09-13T12:57:54.086 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../044-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-09-13T12:57:54.126 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-13T12:57:54.201 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-simplegeneric. 2024-09-13T12:57:54.228 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../045-python3-simplegeneric_0.8.1-3_all.deb ... 2024-09-13T12:57:54.267 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-09-13T12:57:54.413 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-simplegeneric. 2024-09-13T12:57:54.428 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../045-python3-simplegeneric_0.8.1-3_all.deb ... 2024-09-13T12:57:54.462 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-09-13T12:57:54.553 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-singledispatch. 2024-09-13T12:57:54.581 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../046-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-09-13T12:57:54.620 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-09-13T12:57:54.707 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-singledispatch. 2024-09-13T12:57:54.733 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../046-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-09-13T12:57:54.773 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-09-13T12:57:54.922 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-webob. 2024-09-13T12:57:54.950 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../047-python3-webob_1%3a1.8.6-1.1ubuntu0.1_all.deb ... 2024-09-13T12:57:54.989 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-13T12:57:55.201 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package python3-simplegeneric. 2024-09-13T12:57:55.228 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../045-python3-simplegeneric_0.8.1-3_all.deb ... 2024-09-13T12:57:55.267 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-09-13T12:57:55.317 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-waitress. 2024-09-13T12:57:55.345 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../048-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-09-13T12:57:55.387 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-13T12:57:55.562 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package python3-singledispatch. 2024-09-13T12:57:55.589 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../046-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-09-13T12:57:55.629 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-09-13T12:57:55.648 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-tempita. 2024-09-13T12:57:55.672 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../049-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-09-13T12:57:55.711 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-09-13T12:57:55.752 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-webob. 2024-09-13T12:57:55.778 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../047-python3-webob_1%3a1.8.6-1.1ubuntu0.1_all.deb ... 2024-09-13T12:57:55.818 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-13T12:57:55.890 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package python3-webob. 2024-09-13T12:57:55.917 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../047-python3-webob_1%3a1.8.6-1.1ubuntu0.1_all.deb ... 2024-09-13T12:57:55.956 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-13T12:57:56.163 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-waitress. 2024-09-13T12:57:56.189 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../048-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-09-13T12:57:56.233 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-13T12:57:56.276 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package python3-waitress. 2024-09-13T12:57:56.303 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../048-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-09-13T12:57:56.345 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-13T12:57:56.540 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-tempita. 2024-09-13T12:57:56.567 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../049-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-09-13T12:57:56.607 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-09-13T12:57:56.662 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package python3-tempita. 2024-09-13T12:57:56.689 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../049-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-09-13T12:57:56.729 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-09-13T12:57:56.890 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-paste. 2024-09-13T12:57:56.918 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../050-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-09-13T12:57:56.927 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-paste. 2024-09-13T12:57:56.953 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../050-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-09-13T12:57:56.965 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-09-13T12:57:56.993 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-09-13T12:57:57.031 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package python3-paste. 2024-09-13T12:57:57.058 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../050-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-09-13T12:57:57.098 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-09-13T12:57:57.313 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-09-13T12:57:57.328 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../051-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-09-13T12:57:57.335 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-09-13T12:57:57.351 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../051-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-09-13T12:57:57.371 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-09-13T12:57:57.393 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-09-13T12:57:57.417 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-09-13T12:57:57.433 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../051-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-09-13T12:57:57.476 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-09-13T12:57:57.607 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-pastedeploy. 2024-09-13T12:57:57.630 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../052-python3-pastedeploy_2.1.1-1_all.deb ... 2024-09-13T12:57:57.665 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-09-13T12:57:57.696 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-pastedeploy. 2024-09-13T12:57:57.723 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../052-python3-pastedeploy_2.1.1-1_all.deb ... 2024-09-13T12:57:57.762 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package python3-pastedeploy. 2024-09-13T12:57:57.762 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-09-13T12:57:57.789 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../052-python3-pastedeploy_2.1.1-1_all.deb ... 2024-09-13T12:57:57.829 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-09-13T12:57:57.935 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-webtest. 2024-09-13T12:57:57.961 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../053-python3-webtest_2.0.35-1_all.deb ... 2024-09-13T12:57:58.001 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-09-13T12:57:58.040 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-webtest. 2024-09-13T12:57:58.067 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../053-python3-webtest_2.0.35-1_all.deb ... 2024-09-13T12:57:58.106 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package python3-webtest. 2024-09-13T12:57:58.107 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-09-13T12:57:58.133 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../053-python3-webtest_2.0.35-1_all.deb ... 2024-09-13T12:57:58.173 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-09-13T12:57:58.346 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-pecan. 2024-09-13T12:57:58.372 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../054-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-09-13T12:57:58.393 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-pecan. 2024-09-13T12:57:58.412 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-09-13T12:57:58.420 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../054-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-09-13T12:57:58.425 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package python3-pecan. 2024-09-13T12:57:58.442 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../054-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-09-13T12:57:58.459 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-09-13T12:57:58.475 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-09-13T12:57:58.767 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-certifi. 2024-09-13T12:57:58.780 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package python3-certifi. 2024-09-13T12:57:58.789 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-certifi. 2024-09-13T12:57:58.793 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../055-python3-certifi_2020.6.20-1_all.deb ... 2024-09-13T12:57:58.796 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../055-python3-certifi_2020.6.20-1_all.deb ... 2024-09-13T12:57:58.817 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../055-python3-certifi_2020.6.20-1_all.deb ... 2024-09-13T12:57:58.833 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-09-13T12:57:58.838 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-09-13T12:57:58.855 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-09-13T12:57:59.120 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-idna. 2024-09-13T12:57:59.135 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../056-python3-idna_3.3-1ubuntu0.1_all.deb ... 2024-09-13T12:57:59.150 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package python3-idna. 2024-09-13T12:57:59.169 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-idna (3.3-1ubuntu0.1) ... 2024-09-13T12:57:59.177 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../056-python3-idna_3.3-1ubuntu0.1_all.deb ... 2024-09-13T12:57:59.184 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-idna. 2024-09-13T12:57:59.211 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../056-python3-idna_3.3-1ubuntu0.1_all.deb ... 2024-09-13T12:57:59.216 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking python3-idna (3.3-1ubuntu0.1) ... 2024-09-13T12:57:59.250 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-idna (3.3-1ubuntu0.1) ... 2024-09-13T12:57:59.536 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package python3-urllib3. 2024-09-13T12:57:59.563 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../057-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-09-13T12:57:59.570 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-urllib3. 2024-09-13T12:57:59.597 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../057-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-09-13T12:57:59.602 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-13T12:57:59.636 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-13T12:57:59.647 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-urllib3. 2024-09-13T12:57:59.674 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../057-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-09-13T12:57:59.714 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-13T12:57:59.914 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package python3-requests. 2024-09-13T12:57:59.941 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../058-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-09-13T12:57:59.973 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-requests. 2024-09-13T12:57:59.980 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-13T12:58:00.000 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../058-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-09-13T12:58:00.000 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-requests. 2024-09-13T12:58:00.035 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../058-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-09-13T12:58:00.039 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-13T12:58:00.075 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-13T12:58:00.309 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package python3-werkzeug. 2024-09-13T12:58:00.336 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../059-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.2_all.deb ... 2024-09-13T12:58:00.387 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-werkzeug. 2024-09-13T12:58:00.400 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-13T12:58:00.413 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../059-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.2_all.deb ... 2024-09-13T12:58:00.453 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-13T12:58:00.518 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-werkzeug. 2024-09-13T12:58:00.545 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../059-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.2_all.deb ... 2024-09-13T12:58:00.584 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-13T12:58:00.694 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-09-13T12:58:00.711 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../060-ceph-mgr-modules-core_19.3.0-4917-gb0201b8c-1jammy_all.deb ... 2024-09-13T12:58:00.722 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-09-13T12:58:00.749 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../060-ceph-mgr-modules-core_19.3.0-4917-gb0201b8c-1jammy_all.deb ... 2024-09-13T12:58:00.761 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking ceph-mgr-modules-core (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:00.781 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking ceph-mgr-modules-core (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:00.879 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-09-13T12:58:00.906 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../060-ceph-mgr-modules-core_19.3.0-4917-gb0201b8c-1jammy_all.deb ... 2024-09-13T12:58:00.953 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking ceph-mgr-modules-core (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:01.150 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-09-13T12:58:01.169 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-09-13T12:58:01.176 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../061-libsqlite3-mod-ceph_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:58:01.195 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../061-libsqlite3-mod-ceph_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:58:01.216 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking libsqlite3-mod-ceph (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:01.235 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking libsqlite3-mod-ceph (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:01.325 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-09-13T12:58:01.353 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../061-libsqlite3-mod-ceph_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:58:01.391 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking libsqlite3-mod-ceph (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:01.513 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-bcrypt. 2024-09-13T12:58:01.528 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../062-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-09-13T12:58:01.535 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package python3-bcrypt. 2024-09-13T12:58:01.562 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../062-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-09-13T12:58:01.563 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-09-13T12:58:01.601 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-09-13T12:58:01.711 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-bcrypt. 2024-09-13T12:58:01.738 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../062-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-09-13T12:58:01.778 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-09-13T12:58:01.790 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-openssl. 2024-09-13T12:58:01.806 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../063-python3-openssl_21.0.0-1_all.deb ... 2024-09-13T12:58:01.840 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-09-13T12:58:01.888 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package python3-openssl. 2024-09-13T12:58:01.904 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../063-python3-openssl_21.0.0-1_all.deb ... 2024-09-13T12:58:01.938 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-09-13T12:58:02.080 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-openssl. 2024-09-13T12:58:02.108 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../063-python3-openssl_21.0.0-1_all.deb ... 2024-09-13T12:58:02.147 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-09-13T12:58:02.202 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package ceph-mgr. 2024-09-13T12:58:02.229 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../064-ceph-mgr_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:58:02.249 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package ceph-mgr. 2024-09-13T12:58:02.268 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking ceph-mgr (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:02.277 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../064-ceph-mgr_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:58:02.316 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking ceph-mgr (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:02.450 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package ceph-mgr. 2024-09-13T12:58:02.477 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../064-ceph-mgr_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:58:02.508 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking ceph-mgr (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:02.663 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package ceph-mon. 2024-09-13T12:58:02.690 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../065-ceph-mon_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:58:02.710 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package ceph-mon. 2024-09-13T12:58:02.729 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking ceph-mon (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:02.737 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../065-ceph-mon_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:58:02.777 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking ceph-mon (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:02.886 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package ceph-mon. 2024-09-13T12:58:02.914 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../065-ceph-mon_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:58:02.953 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking ceph-mon (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:03.275 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package ceph-osd. 2024-09-13T12:58:03.301 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../066-ceph-osd_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:58:03.333 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking ceph-osd (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:03.381 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package ceph-osd. 2024-09-13T12:58:03.408 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../066-ceph-osd_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:58:03.447 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking ceph-osd (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:03.565 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package ceph-osd. 2024-09-13T12:58:03.592 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../066-ceph-osd_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:58:03.631 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking ceph-osd (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:04.386 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package ceph. 2024-09-13T12:58:04.412 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../067-ceph_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:58:04.453 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking ceph (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:04.508 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package ceph. 2024-09-13T12:58:04.524 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../067-ceph_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:58:04.567 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking ceph (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:04.744 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package ceph. 2024-09-13T12:58:04.760 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../067-ceph_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:58:04.788 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package ceph-fuse. 2024-09-13T12:58:04.801 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking ceph (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:04.815 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../068-ceph-fuse_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:58:04.855 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking ceph-fuse (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:04.886 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package ceph-fuse. 2024-09-13T12:58:04.913 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../068-ceph-fuse_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:58:04.952 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking ceph-fuse (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:05.087 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package ceph-fuse. 2024-09-13T12:58:05.114 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../068-ceph-fuse_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:58:05.153 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking ceph-fuse (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:05.225 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package ceph-mds. 2024-09-13T12:58:05.251 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../069-ceph-mds_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:58:05.308 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking ceph-mds (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:05.514 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package ceph-mds. 2024-09-13T12:58:05.541 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../069-ceph-mds_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:58:05.580 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking ceph-mds (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:05.582 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package ceph-mds. 2024-09-13T12:58:05.609 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../069-ceph-mds_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:58:05.648 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking ceph-mds (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:05.661 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package cephadm. 2024-09-13T12:58:05.687 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../070-cephadm_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:58:05.719 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking cephadm (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:05.950 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package cephadm. 2024-09-13T12:58:05.977 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../070-cephadm_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:58:06.008 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking cephadm (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:06.047 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-asyncssh. 2024-09-13T12:58:06.060 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package cephadm. 2024-09-13T12:58:06.073 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../071-python3-asyncssh_2.5.0-1_all.deb ... 2024-09-13T12:58:06.087 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../070-cephadm_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:58:06.113 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-09-13T12:58:06.126 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking cephadm (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:06.294 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package python3-asyncssh. 2024-09-13T12:58:06.321 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../071-python3-asyncssh_2.5.0-1_all.deb ... 2024-09-13T12:58:06.360 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-09-13T12:58:06.412 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-asyncssh. 2024-09-13T12:58:06.424 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python-babel-localedata. 2024-09-13T12:58:06.439 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../071-python3-asyncssh_2.5.0-1_all.deb ... 2024-09-13T12:58:06.451 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../072-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-09-13T12:58:06.470 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-09-13T12:58:06.482 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-13T12:58:06.663 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package python-babel-localedata. 2024-09-13T12:58:06.679 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../072-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-09-13T12:58:06.713 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-13T12:58:06.789 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python-babel-localedata. 2024-09-13T12:58:06.806 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../072-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-09-13T12:58:06.848 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-13T12:58:07.471 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-babel. 2024-09-13T12:58:07.498 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../073-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-09-13T12:58:07.537 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-09-13T12:58:07.710 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package python3-babel. 2024-09-13T12:58:07.737 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../073-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-09-13T12:58:07.776 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-09-13T12:58:07.811 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-babel. 2024-09-13T12:58:07.828 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../073-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-09-13T12:58:07.840 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-jinja2. 2024-09-13T12:58:07.861 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-09-13T12:58:07.866 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../074-python3-jinja2_3.0.3-1ubuntu0.2_all.deb ... 2024-09-13T12:58:07.906 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-13T12:58:08.104 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package python3-jinja2. 2024-09-13T12:58:08.121 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../074-python3-jinja2_3.0.3-1ubuntu0.2_all.deb ... 2024-09-13T12:58:08.154 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-13T12:58:08.189 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-jinja2. 2024-09-13T12:58:08.216 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../074-python3-jinja2_3.0.3-1ubuntu0.2_all.deb ... 2024-09-13T12:58:08.234 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-09-13T12:58:08.255 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-13T12:58:08.261 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../075-ceph-mgr-cephadm_19.3.0-4917-gb0201b8c-1jammy_all.deb ... 2024-09-13T12:58:08.300 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking ceph-mgr-cephadm (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:08.473 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-09-13T12:58:08.501 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../075-ceph-mgr-cephadm_19.3.0-4917-gb0201b8c-1jammy_all.deb ... 2024-09-13T12:58:08.531 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking ceph-mgr-cephadm (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:08.629 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-repoze.lru. 2024-09-13T12:58:08.633 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-09-13T12:58:08.656 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../076-python3-repoze.lru_0.7-2_all.deb ... 2024-09-13T12:58:08.661 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../075-ceph-mgr-cephadm_19.3.0-4917-gb0201b8c-1jammy_all.deb ... 2024-09-13T12:58:08.695 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-09-13T12:58:08.700 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking ceph-mgr-cephadm (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:08.852 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package python3-repoze.lru. 2024-09-13T12:58:08.880 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../076-python3-repoze.lru_0.7-2_all.deb ... 2024-09-13T12:58:08.918 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-09-13T12:58:08.998 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-routes. 2024-09-13T12:58:09.025 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../077-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-09-13T12:58:09.053 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-repoze.lru. 2024-09-13T12:58:09.064 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-09-13T12:58:09.081 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../076-python3-repoze.lru_0.7-2_all.deb ... 2024-09-13T12:58:09.120 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-09-13T12:58:09.171 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package python3-routes. 2024-09-13T12:58:09.187 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../077-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-09-13T12:58:09.229 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-09-13T12:58:09.364 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-routes. 2024-09-13T12:58:09.380 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../077-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-09-13T12:58:09.401 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-09-13T12:58:09.414 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-09-13T12:58:09.427 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../078-ceph-mgr-dashboard_19.3.0-4917-gb0201b8c-1jammy_all.deb ... 2024-09-13T12:58:09.467 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking ceph-mgr-dashboard (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:09.515 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-09-13T12:58:09.543 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../078-ceph-mgr-dashboard_19.3.0-4917-gb0201b8c-1jammy_all.deb ... 2024-09-13T12:58:09.599 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking ceph-mgr-dashboard (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:09.760 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-09-13T12:58:09.786 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../078-ceph-mgr-dashboard_19.3.0-4917-gb0201b8c-1jammy_all.deb ... 2024-09-13T12:58:09.825 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking ceph-mgr-dashboard (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:12.447 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-09-13T12:58:12.477 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../079-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-09-13T12:58:12.522 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-13T12:58:12.545 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-09-13T12:58:12.576 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../079-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-09-13T12:58:12.620 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-13T12:58:12.747 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-09-13T12:58:12.777 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../079-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-09-13T12:58:12.821 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-13T12:58:12.933 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-joblib. 2024-09-13T12:58:12.946 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../080-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-09-13T12:58:12.975 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-09-13T12:58:13.140 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package python3-joblib. 2024-09-13T12:58:13.168 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../080-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-09-13T12:58:13.206 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-09-13T12:58:13.326 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-joblib. 2024-09-13T12:58:13.337 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-09-13T12:58:13.353 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../080-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-09-13T12:58:13.364 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../081-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-09-13T12:58:13.391 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-09-13T12:58:13.403 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-09-13T12:58:13.551 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-09-13T12:58:13.568 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../081-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-09-13T12:58:13.601 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-09-13T12:58:13.706 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-sklearn. 2024-09-13T12:58:13.733 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../082-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-09-13T12:58:13.753 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-09-13T12:58:13.782 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../081-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-09-13T12:58:13.820 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-09-13T12:58:13.858 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-13T12:58:13.879 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package python3-sklearn. 2024-09-13T12:58:13.907 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../082-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-09-13T12:58:14.031 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-13T12:58:14.089 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-sklearn. 2024-09-13T12:58:14.118 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../082-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-09-13T12:58:14.243 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-13T12:58:14.584 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-09-13T12:58:14.612 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../083-ceph-mgr-diskprediction-local_19.3.0-4917-gb0201b8c-1jammy_all.deb ... 2024-09-13T12:58:14.650 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking ceph-mgr-diskprediction-local (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:14.732 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-09-13T12:58:14.761 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../083-ceph-mgr-diskprediction-local_19.3.0-4917-gb0201b8c-1jammy_all.deb ... 2024-09-13T12:58:14.798 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking ceph-mgr-diskprediction-local (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:14.936 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-09-13T12:58:14.964 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../083-ceph-mgr-diskprediction-local_19.3.0-4917-gb0201b8c-1jammy_all.deb ... 2024-09-13T12:58:15.002 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking ceph-mgr-diskprediction-local (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:15.603 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-cachetools. 2024-09-13T12:58:15.630 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../084-python3-cachetools_5.0.0-1_all.deb ... 2024-09-13T12:58:15.670 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-09-13T12:58:15.972 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-pyasn1. 2024-09-13T12:58:15.985 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package python3-cachetools. 2024-09-13T12:58:16.000 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../085-python3-pyasn1_0.4.8-1_all.deb ... 2024-09-13T12:58:16.013 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../084-python3-cachetools_5.0.0-1_all.deb ... 2024-09-13T12:58:16.039 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-09-13T12:58:16.051 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-09-13T12:58:16.214 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-cachetools. 2024-09-13T12:58:16.242 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../084-python3-cachetools_5.0.0-1_all.deb ... 2024-09-13T12:58:16.297 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-09-13T12:58:16.350 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-09-13T12:58:16.362 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package python3-pyasn1. 2024-09-13T12:58:16.366 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../086-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-09-13T12:58:16.391 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../085-python3-pyasn1_0.4.8-1_all.deb ... 2024-09-13T12:58:16.400 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-09-13T12:58:16.429 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-09-13T12:58:16.533 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-pyasn1. 2024-09-13T12:58:16.561 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../085-python3-pyasn1_0.4.8-1_all.deb ... 2024-09-13T12:58:16.591 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-09-13T12:58:16.703 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-rsa. 2024-09-13T12:58:16.731 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../087-python3-rsa_4.8-1_all.deb ... 2024-09-13T12:58:16.761 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-rsa (4.8-1) ... 2024-09-13T12:58:16.766 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-09-13T12:58:16.794 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../086-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-09-13T12:58:16.832 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-09-13T12:58:16.903 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-09-13T12:58:16.931 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../086-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-09-13T12:58:16.969 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-09-13T12:58:17.143 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package python3-rsa. 2024-09-13T12:58:17.172 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../087-python3-rsa_4.8-1_all.deb ... 2024-09-13T12:58:17.210 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking python3-rsa (4.8-1) ... 2024-09-13T12:58:17.240 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-google-auth. 2024-09-13T12:58:17.264 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-rsa. 2024-09-13T12:58:17.268 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../088-python3-google-auth_1.5.1-3_all.deb ... 2024-09-13T12:58:17.293 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../087-python3-rsa_4.8-1_all.deb ... 2024-09-13T12:58:17.307 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-09-13T12:58:17.330 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-rsa (4.8-1) ... 2024-09-13T12:58:17.506 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package python3-google-auth. 2024-09-13T12:58:17.533 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../088-python3-google-auth_1.5.1-3_all.deb ... 2024-09-13T12:58:17.572 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-09-13T12:58:17.627 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-09-13T12:58:17.651 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-google-auth. 2024-09-13T12:58:17.654 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../089-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-09-13T12:58:17.679 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../088-python3-google-auth_1.5.1-3_all.deb ... 2024-09-13T12:58:17.693 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-13T12:58:17.717 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-09-13T12:58:17.900 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-09-13T12:58:17.929 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../089-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-09-13T12:58:17.966 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-13T12:58:18.004 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-websocket. 2024-09-13T12:58:18.032 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../090-python3-websocket_1.2.3-1_all.deb ... 2024-09-13T12:58:18.038 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-09-13T12:58:18.066 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../089-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-09-13T12:58:18.193 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-09-13T12:58:18.194 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-13T12:58:18.236 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package python3-websocket. 2024-09-13T12:58:18.253 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../090-python3-websocket_1.2.3-1_all.deb ... 2024-09-13T12:58:18.286 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-09-13T12:58:18.374 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-kubernetes. 2024-09-13T12:58:18.401 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../091-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-09-13T12:58:18.415 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-websocket. 2024-09-13T12:58:18.440 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-13T12:58:18.443 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../090-python3-websocket_1.2.3-1_all.deb ... 2024-09-13T12:58:18.482 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-09-13T12:58:18.581 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package python3-kubernetes. 2024-09-13T12:58:18.609 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../091-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-09-13T12:58:18.647 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-13T12:58:18.801 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-kubernetes. 2024-09-13T12:58:18.829 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../091-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-09-13T12:58:18.868 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-13T12:58:19.154 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-09-13T12:58:19.171 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../092-ceph-mgr-k8sevents_19.3.0-4917-gb0201b8c-1jammy_all.deb ... 2024-09-13T12:58:19.212 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking ceph-mgr-k8sevents (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:19.370 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-09-13T12:58:19.398 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../092-ceph-mgr-k8sevents_19.3.0-4917-gb0201b8c-1jammy_all.deb ... 2024-09-13T12:58:19.436 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking ceph-mgr-k8sevents (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:19.490 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package libonig5:amd64. 2024-09-13T12:58:19.506 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../093-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-09-13T12:58:19.507 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-09-13T12:58:19.524 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../092-ceph-mgr-k8sevents_19.3.0-4917-gb0201b8c-1jammy_all.deb ... 2024-09-13T12:58:19.548 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-13T12:58:19.565 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking ceph-mgr-k8sevents (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:19.833 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package libonig5:amd64. 2024-09-13T12:58:19.861 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../093-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-09-13T12:58:19.885 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package libjq1:amd64. 2024-09-13T12:58:19.885 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package libonig5:amd64. 2024-09-13T12:58:19.907 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-13T12:58:19.912 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../094-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-09-13T12:58:19.912 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../093-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-09-13T12:58:19.951 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-13T12:58:19.951 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-13T12:58:20.221 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package jq. 2024-09-13T12:58:20.248 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../095-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-09-13T12:58:20.277 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package libjq1:amd64. 2024-09-13T12:58:20.287 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-09-13T12:58:20.305 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../094-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-09-13T12:58:20.321 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package libjq1:amd64. 2024-09-13T12:58:20.344 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-13T12:58:20.349 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../094-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-09-13T12:58:20.387 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-13T12:58:20.531 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package socat. 2024-09-13T12:58:20.547 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../096-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-09-13T12:58:20.589 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-09-13T12:58:20.598 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package jq. 2024-09-13T12:58:20.605 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package jq. 2024-09-13T12:58:20.615 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../095-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-09-13T12:58:20.622 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../095-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-09-13T12:58:20.655 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-09-13T12:58:20.656 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-09-13T12:58:20.859 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package xmlstarlet. 2024-09-13T12:58:20.875 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../097-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-09-13T12:58:20.891 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package socat. 2024-09-13T12:58:20.908 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../096-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-09-13T12:58:20.908 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-09-13T12:58:20.909 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package socat. 2024-09-13T12:58:20.926 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../096-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-09-13T12:58:20.949 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-09-13T12:58:20.968 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-09-13T12:58:21.255 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package ceph-test. 2024-09-13T12:58:21.269 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package xmlstarlet. 2024-09-13T12:58:21.271 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../098-ceph-test_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:58:21.298 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../097-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-09-13T12:58:21.304 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking ceph-test (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:21.336 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-09-13T12:58:21.454 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package xmlstarlet. 2024-09-13T12:58:21.471 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../097-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-09-13T12:58:21.512 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-09-13T12:58:21.699 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package ceph-test. 2024-09-13T12:58:21.727 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../098-ceph-test_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:58:21.765 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking ceph-test (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:21.883 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package ceph-test. 2024-09-13T12:58:21.912 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../098-ceph-test_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:58:21.949 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking ceph-test (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:23.759 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package ceph-volume. 2024-09-13T12:58:23.786 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../099-ceph-volume_19.3.0-4917-gb0201b8c-1jammy_all.deb ... 2024-09-13T12:58:23.825 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking ceph-volume (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:24.138 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package libcephfs-dev. 2024-09-13T12:58:24.154 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../100-libcephfs-dev_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:58:24.196 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking libcephfs-dev (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:24.463 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package ceph-volume. 2024-09-13T12:58:24.470 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package ceph-volume. 2024-09-13T12:58:24.491 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../099-ceph-volume_19.3.0-4917-gb0201b8c-1jammy_all.deb ... 2024-09-13T12:58:24.498 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../099-ceph-volume_19.3.0-4917-gb0201b8c-1jammy_all.deb ... 2024-09-13T12:58:24.507 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package lua-socket:amd64. 2024-09-13T12:58:24.520 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking ceph-volume (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:24.528 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking ceph-volume (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:24.534 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../101-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-09-13T12:58:24.573 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-13T12:58:24.808 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package libcephfs-dev. 2024-09-13T12:58:24.824 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../100-libcephfs-dev_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:58:24.840 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package libcephfs-dev. 2024-09-13T12:58:24.857 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../100-libcephfs-dev_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:58:24.866 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking libcephfs-dev (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:24.894 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package lua-sec:amd64. 2024-09-13T12:58:24.898 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking libcephfs-dev (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:24.922 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../102-lua-sec_1.0.2-1_amd64.deb ... 2024-09-13T12:58:24.960 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-09-13T12:58:25.144 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package lua-socket:amd64. 2024-09-13T12:58:25.172 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../101-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-09-13T12:58:25.193 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package lua-socket:amd64. 2024-09-13T12:58:25.218 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-13T12:58:25.221 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../101-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-09-13T12:58:25.259 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-13T12:58:25.298 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package nvme-cli. 2024-09-13T12:58:25.326 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../103-nvme-cli_1.16-3ubuntu0.3_amd64.deb ... 2024-09-13T12:58:25.364 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking nvme-cli (1.16-3ubuntu0.3) ... 2024-09-13T12:58:25.565 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package lua-sec:amd64. 2024-09-13T12:58:25.589 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package lua-sec:amd64. 2024-09-13T12:58:25.593 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../102-lua-sec_1.0.2-1_amd64.deb ... 2024-09-13T12:58:25.618 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../102-lua-sec_1.0.2-1_amd64.deb ... 2024-09-13T12:58:25.631 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-09-13T12:58:25.656 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-09-13T12:58:25.761 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package pkg-config. 2024-09-13T12:58:25.789 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../104-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-09-13T12:58:25.827 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-09-13T12:58:26.010 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package nvme-cli. 2024-09-13T12:58:26.038 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../103-nvme-cli_1.16-3ubuntu0.3_amd64.deb ... 2024-09-13T12:58:26.076 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking nvme-cli (1.16-3ubuntu0.3) ... 2024-09-13T12:58:26.090 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-09-13T12:58:26.106 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../105-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-09-13T12:58:26.149 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-09-13T12:58:26.194 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package nvme-cli. 2024-09-13T12:58:26.222 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../103-nvme-cli_1.16-3ubuntu0.3_amd64.deb ... 2024-09-13T12:58:26.260 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking nvme-cli (1.16-3ubuntu0.3) ... 2024-09-13T12:58:26.448 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package pkg-config. 2024-09-13T12:58:26.465 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../104-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-09-13T12:58:26.506 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-09-13T12:58:26.577 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-iniconfig. 2024-09-13T12:58:26.604 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../106-python3-iniconfig_1.1.1-2_all.deb ... 2024-09-13T12:58:26.643 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-09-13T12:58:26.649 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package pkg-config. 2024-09-13T12:58:26.678 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../104-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-09-13T12:58:26.707 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-09-13T12:58:26.726 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-09-13T12:58:26.743 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../105-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-09-13T12:58:26.784 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-09-13T12:58:26.935 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-09-13T12:58:26.954 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-pastescript. 2024-09-13T12:58:26.963 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../105-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-09-13T12:58:26.981 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../107-python3-pastescript_2.0.2-4_all.deb ... 2024-09-13T12:58:27.001 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-09-13T12:58:27.020 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-09-13T12:58:27.187 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-iniconfig. 2024-09-13T12:58:27.204 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../106-python3-iniconfig_1.1.1-2_all.deb ... 2024-09-13T12:58:27.237 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-09-13T12:58:27.282 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-pluggy. 2024-09-13T12:58:27.310 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../108-python3-pluggy_0.13.0-7.1_all.deb ... 2024-09-13T12:58:27.349 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-09-13T12:58:27.421 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package python3-iniconfig. 2024-09-13T12:58:27.450 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../106-python3-iniconfig_1.1.1-2_all.deb ... 2024-09-13T12:58:27.488 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-09-13T12:58:27.532 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-pastescript. 2024-09-13T12:58:27.560 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../107-python3-pastescript_2.0.2-4_all.deb ... 2024-09-13T12:58:27.598 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-09-13T12:58:27.660 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-psutil. 2024-09-13T12:58:27.688 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../109-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-09-13T12:58:27.726 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-09-13T12:58:27.799 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package python3-pastescript. 2024-09-13T12:58:27.828 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../107-python3-pastescript_2.0.2-4_all.deb ... 2024-09-13T12:58:27.866 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-09-13T12:58:27.943 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-pluggy. 2024-09-13T12:58:27.971 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../108-python3-pluggy_0.13.0-7.1_all.deb ... 2024-09-13T12:58:28.009 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-09-13T12:58:28.054 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-py. 2024-09-13T12:58:28.082 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../110-python3-py_1.10.0-1_all.deb ... 2024-09-13T12:58:28.120 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-py (1.10.0-1) ... 2024-09-13T12:58:28.203 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package python3-pluggy. 2024-09-13T12:58:28.231 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../108-python3-pluggy_0.13.0-7.1_all.deb ... 2024-09-13T12:58:28.269 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-09-13T12:58:28.321 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-psutil. 2024-09-13T12:58:28.349 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../109-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-09-13T12:58:28.387 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-09-13T12:58:28.441 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-pygments. 2024-09-13T12:58:28.469 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../111-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-09-13T12:58:28.507 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-09-13T12:58:28.547 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package python3-psutil. 2024-09-13T12:58:28.576 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../109-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-09-13T12:58:28.622 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-09-13T12:58:28.732 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-py. 2024-09-13T12:58:28.761 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../110-python3-py_1.10.0-1_all.deb ... 2024-09-13T12:58:28.807 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-py (1.10.0-1) ... 2024-09-13T12:58:28.961 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-pyinotify. 2024-09-13T12:58:28.967 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package python3-py. 2024-09-13T12:58:28.989 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../112-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-09-13T12:58:28.996 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../110-python3-py_1.10.0-1_all.deb ... 2024-09-13T12:58:29.027 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-09-13T12:58:29.041 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking python3-py (1.10.0-1) ... 2024-09-13T12:58:29.127 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-pygments. 2024-09-13T12:58:29.155 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../111-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-09-13T12:58:29.193 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-09-13T12:58:29.339 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-toml. 2024-09-13T12:58:29.345 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package python3-pygments. 2024-09-13T12:58:29.367 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../113-python3-toml_0.10.2-1_all.deb ... 2024-09-13T12:58:29.376 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../111-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-09-13T12:58:29.405 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-09-13T12:58:29.412 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-09-13T12:58:29.631 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-pyinotify. 2024-09-13T12:58:29.648 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../112-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-09-13T12:58:29.680 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-09-13T12:58:29.683 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-pytest. 2024-09-13T12:58:29.711 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../114-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-09-13T12:58:29.749 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-09-13T12:58:29.883 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package python3-pyinotify. 2024-09-13T12:58:29.912 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../112-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-09-13T12:58:29.949 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-09-13T12:58:29.983 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-toml. 2024-09-13T12:58:30.015 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../113-python3-toml_0.10.2-1_all.deb ... 2024-09-13T12:58:30.058 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-09-13T12:58:30.094 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-simplejson. 2024-09-13T12:58:30.122 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../115-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-09-13T12:58:30.161 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-09-13T12:58:30.235 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package python3-toml. 2024-09-13T12:58:30.264 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../113-python3-toml_0.10.2-1_all.deb ... 2024-09-13T12:58:30.302 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-09-13T12:58:30.361 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-pytest. 2024-09-13T12:58:30.390 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../114-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-09-13T12:58:30.413 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-09-13T12:58:30.427 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-09-13T12:58:30.441 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../116-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-09-13T12:58:30.488 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-09-13T12:58:30.571 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package python3-pytest. 2024-09-13T12:58:30.601 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../114-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-09-13T12:58:30.638 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-09-13T12:58:30.789 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-simplejson. 2024-09-13T12:58:30.818 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../115-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-09-13T12:58:30.856 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-09-13T12:58:30.967 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package python3-simplejson. 2024-09-13T12:58:30.996 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../115-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-09-13T12:58:31.033 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-09-13T12:58:31.125 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-09-13T12:58:31.142 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../116-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-09-13T12:58:31.183 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-09-13T12:58:31.267 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package radosgw. 2024-09-13T12:58:31.294 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-09-13T12:58:31.295 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../117-radosgw_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:58:31.311 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../116-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-09-13T12:58:31.334 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking radosgw (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:31.344 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-09-13T12:58:31.954 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package radosgw. 2024-09-13T12:58:31.983 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../117-radosgw_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:58:32.020 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking radosgw (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:32.090 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package radosgw. 2024-09-13T12:58:32.107 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../117-radosgw_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:58:32.139 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking radosgw (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:32.236 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package rbd-fuse. 2024-09-13T12:58:32.253 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../118-rbd-fuse_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:58:32.294 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking rbd-fuse (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:32.591 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-09-13T12:58:32.940 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package rbd-fuse. 2024-09-13T12:58:32.969 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../118-rbd-fuse_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:58:33.006 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking rbd-fuse (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:33.069 INFO:teuthology.orchestra.run.smithi007.stdout:Selecting previously unselected package rbd-fuse. 2024-09-13T12:58:33.085 INFO:teuthology.orchestra.run.smithi007.stdout:Preparing to unpack .../118-rbd-fuse_19.3.0-4917-gb0201b8c-1jammy_amd64.deb ... 2024-09-13T12:58:33.116 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-13T12:58:33.126 INFO:teuthology.orchestra.run.smithi007.stdout:Unpacking rbd-fuse (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:33.259 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up nvme-cli (1.16-3ubuntu0.3) ... 2024-09-13T12:58:33.354 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-09-13T12:58:33.423 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-09-13T12:58:33.517 INFO:teuthology.orchestra.run.smithi077.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-09-13T12:58:33.653 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-13T12:58:33.740 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-13T12:58:33.779 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up nvme-cli (1.16-3ubuntu0.3) ... 2024-09-13T12:58:33.843 INFO:teuthology.orchestra.run.smithi077.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-09-13T12:58:33.866 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up nvme-cli (1.16-3ubuntu0.3) ... 2024-09-13T12:58:34.050 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-09-13T12:58:34.134 INFO:teuthology.orchestra.run.smithi007.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-09-13T12:58:34.277 INFO:teuthology.orchestra.run.smithi077.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-09-13T12:58:34.386 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-09-13T12:58:34.496 INFO:teuthology.orchestra.run.smithi007.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-09-13T12:58:34.528 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up cephadm (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:34.825 INFO:teuthology.orchestra.run.smithi053.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-09-13T12:58:34.931 INFO:teuthology.orchestra.run.smithi007.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-09-13T12:58:35.001 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up cephadm (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:35.053 INFO:teuthology.orchestra.run.smithi077.stdout:Adding system user cephadm....done 2024-09-13T12:58:35.132 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up cephadm (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:35.209 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-13T12:58:35.486 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-09-13T12:58:35.534 INFO:teuthology.orchestra.run.smithi007.stdout:Adding system user cephadm....done 2024-09-13T12:58:35.623 INFO:teuthology.orchestra.run.smithi053.stdout:Adding system user cephadm....done 2024-09-13T12:58:35.690 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-13T12:58:35.737 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-09-13T12:58:35.780 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-13T12:58:35.846 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-09-13T12:58:35.968 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-09-13T12:58:36.064 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-09-13T12:58:36.080 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-09-13T12:58:36.218 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-09-13T12:58:36.323 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-09-13T12:58:36.332 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-09-13T12:58:36.344 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-09-13T12:58:36.441 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-09-13T12:58:36.449 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-py (1.10.0-1) ... 2024-09-13T12:58:36.612 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-09-13T12:58:36.675 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-09-13T12:58:36.768 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-09-13T12:58:36.863 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-09-13T12:58:36.935 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-09-13T12:58:36.981 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up python3-py (1.10.0-1) ... 2024-09-13T12:58:37.070 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-py (1.10.0-1) ... 2024-09-13T12:58:37.136 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-09-13T12:58:37.282 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-09-13T12:58:37.379 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-09-13T12:58:37.395 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-09-13T12:58:37.651 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-09-13T12:58:37.663 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-09-13T12:58:37.748 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-09-13T12:58:37.898 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-09-13T12:58:37.911 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-09-13T12:58:37.999 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-09-13T12:58:38.166 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-09-13T12:58:38.187 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-09-13T12:58:38.267 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-09-13T12:58:38.417 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-09-13T12:58:38.430 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-09-13T12:58:38.502 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-09-13T12:58:38.668 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-ceph-argparse (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:38.682 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-09-13T12:58:38.762 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-09-13T12:58:38.927 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-13T12:58:38.958 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-09-13T12:58:39.021 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-09-13T12:58:39.078 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up libnbd0 (1.10.5-1) ... 2024-09-13T12:58:39.196 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-13T12:58:39.217 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up python3-ceph-argparse (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:39.305 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-09-13T12:58:39.308 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-ceph-argparse (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:39.406 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-09-13T12:58:39.593 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-13T12:58:39.657 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-09-13T12:58:39.698 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-13T12:58:39.719 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up libnbd0 (1.10.5-1) ... 2024-09-13T12:58:39.824 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up libnbd0 (1.10.5-1) ... 2024-09-13T12:58:39.837 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-13T12:58:39.942 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-13T12:58:39.946 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-09-13T12:58:40.042 INFO:teuthology.orchestra.run.smithi077.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-09-13T12:58:40.043 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-09-13T12:58:40.064 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-09-13T12:58:40.071 INFO:teuthology.orchestra.run.smithi077.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-09-13T12:58:40.127 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-13T12:58:40.170 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-09-13T12:58:40.253 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-09-13T12:58:40.324 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-09-13T12:58:40.420 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-09-13T12:58:40.621 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-13T12:58:40.693 INFO:teuthology.orchestra.run.smithi007.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-09-13T12:58:40.722 INFO:teuthology.orchestra.run.smithi007.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-09-13T12:58:40.730 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-09-13T12:58:40.771 INFO:teuthology.orchestra.run.smithi053.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-09-13T12:58:40.785 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-13T12:58:40.793 INFO:teuthology.orchestra.run.smithi053.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-09-13T12:58:40.873 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-13T12:58:40.937 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-09-13T12:58:40.983 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-09-13T12:58:41.015 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-09-13T12:58:41.282 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-09-13T12:58:41.296 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-13T12:58:41.334 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-13T12:58:41.406 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-09-13T12:58:41.443 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-09-13T12:58:41.583 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up zip (3.0-12build2) ... 2024-09-13T12:58:41.709 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-09-13T12:58:41.711 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-09-13T12:58:41.949 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-09-13T12:58:41.979 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-09-13T12:58:42.225 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-09-13T12:58:42.297 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up zip (3.0-12build2) ... 2024-09-13T12:58:42.353 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-09-13T12:58:42.423 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-09-13T12:58:42.518 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up zip (3.0-12build2) ... 2024-09-13T12:58:42.612 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-09-13T12:58:42.644 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-09-13T12:58:42.738 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-09-13T12:58:42.873 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-13T12:58:43.183 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-09-13T12:58:43.312 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-09-13T12:58:43.434 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-09-13T12:58:43.497 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-09-13T12:58:43.552 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-09-13T12:58:43.589 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-09-13T12:58:43.678 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-13T12:58:43.715 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-09-13T12:58:43.841 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-13T12:58:43.908 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-09-13T12:58:43.979 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-09-13T12:58:44.150 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-09-13T12:58:44.159 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-09-13T12:58:44.372 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-09-13T12:58:44.502 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-13T12:58:44.535 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-09-13T12:58:44.623 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-09-13T12:58:44.770 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-09-13T12:58:44.787 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-13T12:58:45.016 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-13T12:58:45.138 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-09-13T12:58:45.146 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-13T12:58:45.317 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-13T12:58:45.389 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-09-13T12:58:45.439 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-13T12:58:45.515 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-ceph-common (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:45.652 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-09-13T12:58:45.807 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-09-13T12:58:45.816 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-idna (3.3-1ubuntu0.1) ... 2024-09-13T12:58:45.920 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-09-13T12:58:46.046 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-ceph-common (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:46.058 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-09-13T12:58:46.126 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-13T12:58:46.159 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up python3-ceph-common (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:46.364 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-idna (3.3-1ubuntu0.1) ... 2024-09-13T12:58:46.478 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up python3-idna (3.3-1ubuntu0.1) ... 2024-09-13T12:58:46.690 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-13T12:58:46.804 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-13T12:58:47.257 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-09-13T12:58:47.533 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-13T12:58:47.676 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-toml (0.10.2-1) ... 2024-09-13T12:58:47.927 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-13T12:58:47.946 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-09-13T12:58:48.001 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-09-13T12:58:48.053 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-09-13T12:58:48.179 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-13T12:58:48.198 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-13T12:58:48.253 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-13T12:58:48.332 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-toml (0.10.2-1) ... 2024-09-13T12:58:48.387 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up python3-toml (0.10.2-1) ... 2024-09-13T12:58:48.472 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-09-13T12:58:48.591 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-13T12:58:48.664 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-13T12:58:48.692 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-09-13T12:58:48.714 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-09-13T12:58:48.790 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-09-13T12:58:48.810 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-13T12:58:48.916 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-13T12:58:48.957 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-13T12:58:49.083 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-09-13T12:58:49.112 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-09-13T12:58:49.217 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-09-13T12:58:49.371 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-09-13T12:58:49.393 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-09-13T12:58:49.460 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-09-13T12:58:49.622 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-13T12:58:49.644 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-09-13T12:58:49.711 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-13T12:58:49.748 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-09-13T12:58:49.837 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-09-13T12:58:49.895 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-09-13T12:58:50.058 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-09-13T12:58:50.139 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-09-13T12:58:50.154 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-09-13T12:58:50.292 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-09-13T12:58:50.390 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-09-13T12:58:50.397 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-09-13T12:58:50.535 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-09-13T12:58:50.656 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-13T12:58:50.666 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-09-13T12:58:50.782 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-09-13T12:58:50.794 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-09-13T12:58:50.926 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-09-13T12:58:51.062 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-09-13T12:58:51.066 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-13T12:58:51.160 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-09-13T12:58:51.192 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-13T12:58:51.330 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-13T12:58:51.411 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-13T12:58:51.456 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-09-13T12:58:51.477 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-13T12:58:51.537 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-09-13T12:58:51.749 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-13T12:58:51.811 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-09-13T12:58:51.830 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-13T12:58:51.965 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-13T12:58:52.047 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-13T12:58:52.071 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-13T12:58:52.172 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-09-13T12:58:52.266 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-13T12:58:52.273 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-09-13T12:58:52.354 INFO:teuthology.orchestra.run.smithi077.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-09-13T12:58:52.526 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-13T12:58:52.575 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-09-13T12:58:52.591 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-13T12:58:52.717 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-09-13T12:58:52.819 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-09-13T12:58:52.835 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-13T12:58:52.944 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-09-13T12:58:53.070 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-09-13T12:58:53.078 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-13T12:58:53.085 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-09-13T12:58:53.160 INFO:teuthology.orchestra.run.smithi007.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-09-13T12:58:53.204 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-09-13T12:58:53.330 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-09-13T12:58:53.344 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up lua-any (27ubuntu1) ... 2024-09-13T12:58:53.406 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-13T12:58:53.420 INFO:teuthology.orchestra.run.smithi053.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-09-13T12:58:53.470 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-portend (3.0.0-1) ... 2024-09-13T12:58:53.532 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-09-13T12:58:53.673 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-13T12:58:53.721 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-13T12:58:53.799 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-09-13T12:58:53.822 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-13T12:58:53.933 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-09-13T12:58:54.132 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-09-13T12:58:54.176 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up lua-any (27ubuntu1) ... 2024-09-13T12:58:54.193 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-09-13T12:58:54.285 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up python3-portend (3.0.0-1) ... 2024-09-13T12:58:54.433 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-13T12:58:54.443 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up lua-any (27ubuntu1) ... 2024-09-13T12:58:54.553 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-portend (3.0.0-1) ... 2024-09-13T12:58:54.553 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-13T12:58:54.663 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-13T12:58:54.709 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-09-13T12:58:54.804 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-13T12:58:54.835 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-rsa (4.8-1) ... 2024-09-13T12:58:54.930 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-13T12:58:54.972 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-09-13T12:58:55.111 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-09-13T12:58:55.281 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-09-13T12:58:55.298 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-13T12:58:55.464 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-13T12:58:55.583 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-09-13T12:58:55.599 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-13T12:58:55.715 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-09-13T12:58:55.725 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up python3-rsa (4.8-1) ... 2024-09-13T12:58:55.867 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-09-13T12:58:55.968 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-rsa (4.8-1) ... 2024-09-13T12:58:55.993 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-09-13T12:58:56.100 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-09-13T12:58:56.244 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-09-13T12:58:56.355 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-13T12:58:56.385 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-09-13T12:58:56.622 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-13T12:58:56.631 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-09-13T12:58:56.721 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-13T12:58:56.830 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up librados2 (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:56.898 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-09-13T12:58:56.931 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up libsqlite3-mod-ceph (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:57.041 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-09-13T12:58:57.041 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-09-13T12:58:57.292 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-09-13T12:58:57.318 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-09-13T12:58:57.377 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up libcephfs2 (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:57.503 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up libradosstriper1 (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:57.595 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-09-13T12:58:57.628 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-09-13T12:58:57.687 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-13T12:58:57.813 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up librados2 (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:57.922 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up librbd1 (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:57.937 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-13T12:58:57.939 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up libsqlite3-mod-ceph (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:58.056 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up ceph-mgr-modules-core (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:58.063 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up librados2 (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:58.066 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-09-13T12:58:58.182 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up ceph-fuse (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:58.189 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up libsqlite3-mod-ceph (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:58.315 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-09-13T12:58:58.360 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up libcephfs2 (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:58.393 INFO:teuthology.orchestra.run.smithi077.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-13T12:58:58.394 INFO:teuthology.orchestra.run.smithi077.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-13T12:58:58.478 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up libradosstriper1 (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:58.604 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-09-13T12:58:58.660 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up libcephfs2 (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:58.786 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up libradosstriper1 (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:58.889 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up librbd1 (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:58.900 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up libcephfs-dev (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:58.920 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-09-13T12:58:59.015 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up ceph-mgr-modules-core (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:59.141 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up ceph-fuse (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:59.205 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up librbd1 (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:59.246 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-rados (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:59.331 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up ceph-mgr-modules-core (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:59.363 INFO:teuthology.orchestra.run.smithi007.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-13T12:58:59.363 INFO:teuthology.orchestra.run.smithi007.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-13T12:58:59.369 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up librgw2 (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:59.457 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up ceph-fuse (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:59.495 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-13T12:58:59.676 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-13T12:58:59.676 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-13T12:58:59.868 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up libcephfs-dev (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:58:59.986 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up python3-rados (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:59:00.126 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up libcephfs-dev (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:59:00.235 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-rados (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:59:00.361 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up librgw2 (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:59:00.489 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-13T12:59:00.521 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up librgw2 (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:59:00.648 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-13T12:59:00.682 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-rbd (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:59:00.799 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up rbd-fuse (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:59:00.925 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-rgw (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:59:01.051 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-cephfs (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:59:01.177 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up ceph-common (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:59:01.712 INFO:teuthology.orchestra.run.smithi077.stdout:Adding group ceph....done 2024-09-13T12:59:01.801 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-rbd (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:59:01.910 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up rbd-fuse (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:59:01.951 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up python3-rbd (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:59:02.011 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-rgw (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:59:02.021 INFO:teuthology.orchestra.run.smithi077.stdout:Adding system user ceph....done 2024-09-13T12:59:02.077 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up rbd-fuse (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:59:02.129 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-cephfs (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:59:02.190 INFO:teuthology.orchestra.run.smithi077.stdout:Setting system user ceph properties....done 2024-09-13T12:59:02.195 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up python3-rgw (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:59:02.207 INFO:teuthology.orchestra.run.smithi077.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-09-13T12:59:02.255 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up ceph-common (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:59:02.296 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up python3-cephfs (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:59:02.342 INFO:teuthology.orchestra.run.smithi077.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-09-13T12:59:02.422 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up ceph-common (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:59:02.691 INFO:teuthology.orchestra.run.smithi077.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-09-13T12:59:02.823 INFO:teuthology.orchestra.run.smithi053.stdout:Adding group ceph....done 2024-09-13T12:59:02.991 INFO:teuthology.orchestra.run.smithi007.stdout:Adding group ceph....done 2024-09-13T12:59:03.167 INFO:teuthology.orchestra.run.smithi053.stdout:Adding system user ceph....done 2024-09-13T12:59:03.196 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up ceph-test (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:59:03.320 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up radosgw (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:59:03.327 INFO:teuthology.orchestra.run.smithi053.stdout:Setting system user ceph properties....done 2024-09-13T12:59:03.345 INFO:teuthology.orchestra.run.smithi053.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-09-13T12:59:03.450 INFO:teuthology.orchestra.run.smithi007.stdout:Adding system user ceph....done 2024-09-13T12:59:03.505 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-09-13T12:59:03.620 INFO:teuthology.orchestra.run.smithi007.stdout:Setting system user ceph properties....done 2024-09-13T12:59:03.636 INFO:teuthology.orchestra.run.smithi007.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-09-13T12:59:03.780 INFO:teuthology.orchestra.run.smithi007.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-09-13T12:59:03.806 INFO:teuthology.orchestra.run.smithi077.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-13T12:59:03.806 INFO:teuthology.orchestra.run.smithi077.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-13T12:59:03.826 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-09-13T12:59:04.094 INFO:teuthology.orchestra.run.smithi007.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-09-13T12:59:04.280 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up ceph-base (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:59:04.298 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up ceph-test (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:59:04.425 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up radosgw (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:59:04.541 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up ceph-test (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:59:04.599 INFO:teuthology.orchestra.run.smithi077.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-09-13T12:59:04.817 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up radosgw (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:59:04.902 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-13T12:59:04.903 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-13T12:59:05.082 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up ceph-mds (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:59:05.300 INFO:teuthology.orchestra.run.smithi077.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-13T12:59:05.300 INFO:teuthology.orchestra.run.smithi077.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-13T12:59:05.313 INFO:teuthology.orchestra.run.smithi007.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-13T12:59:05.314 INFO:teuthology.orchestra.run.smithi007.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-13T12:59:05.335 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up ceph-base (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:59:05.698 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-09-13T12:59:05.761 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up ceph-base (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:59:05.784 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up ceph-mgr (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:59:05.990 INFO:teuthology.orchestra.run.smithi077.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-13T12:59:05.990 INFO:teuthology.orchestra.run.smithi077.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-13T12:59:06.123 INFO:teuthology.orchestra.run.smithi007.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-09-13T12:59:06.145 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up ceph-mds (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:59:06.380 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-13T12:59:06.380 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-13T12:59:06.520 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up ceph-osd (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:59:06.579 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up ceph-mds (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:59:06.817 INFO:teuthology.orchestra.run.smithi007.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-13T12:59:06.817 INFO:teuthology.orchestra.run.smithi007.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-13T12:59:06.864 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up ceph-mgr (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:59:06.910 INFO:teuthology.orchestra.run.smithi077.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-13T12:59:06.910 INFO:teuthology.orchestra.run.smithi077.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-13T12:59:07.090 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-13T12:59:07.090 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-13T12:59:07.298 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up ceph-mgr (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:59:07.396 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up ceph-mgr-k8sevents (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:59:07.518 INFO:teuthology.orchestra.run.smithi007.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-13T12:59:07.519 INFO:teuthology.orchestra.run.smithi007.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-13T12:59:07.565 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up ceph-osd (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:59:07.692 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up ceph-mgr-diskprediction-local (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:59:07.835 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up ceph-mon (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:59:07.845 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-13T12:59:07.845 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-13T12:59:08.021 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up ceph-osd (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:59:08.029 INFO:teuthology.orchestra.run.smithi077.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-13T12:59:08.029 INFO:teuthology.orchestra.run.smithi077.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-13T12:59:08.291 INFO:teuthology.orchestra.run.smithi007.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-13T12:59:08.291 INFO:teuthology.orchestra.run.smithi007.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-13T12:59:08.342 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up ceph-mgr-k8sevents (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:59:08.443 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up ceph-mgr-diskprediction-local (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:59:08.519 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up ceph-mgr-cephadm (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:59:08.570 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up ceph-mon (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:59:08.645 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up ceph (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:59:08.788 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up ceph-mgr-dashboard (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:59:08.791 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up ceph-mgr-k8sevents (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:59:08.791 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-13T12:59:08.792 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-13T12:59:08.917 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up ceph-mgr-diskprediction-local (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:59:08.922 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up ceph-volume (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:59:09.077 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up ceph-mon (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:59:09.258 INFO:teuthology.orchestra.run.smithi077.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-09-13T12:59:09.296 INFO:teuthology.orchestra.run.smithi007.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-13T12:59:09.297 INFO:teuthology.orchestra.run.smithi007.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-13T12:59:09.312 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up ceph-mgr-cephadm (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:59:09.368 INFO:teuthology.orchestra.run.smithi077.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-09-13T12:59:09.473 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up ceph (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:59:09.520 INFO:teuthology.orchestra.run.smithi077.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-09-13T12:59:09.632 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up ceph-mgr-dashboard (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:59:09.775 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up ceph-volume (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:59:09.778 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up ceph-mgr-cephadm (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:59:09.938 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up ceph (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:59:10.146 INFO:teuthology.orchestra.run.smithi053.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-09-13T12:59:10.205 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up ceph-mgr-dashboard (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:59:10.286 INFO:teuthology.orchestra.run.smithi077.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-09-13T12:59:10.313 INFO:teuthology.orchestra.run.smithi053.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-09-13T12:59:10.357 INFO:teuthology.orchestra.run.smithi007.stdout:Setting up ceph-volume (19.3.0-4917-gb0201b8c-1jammy) ... 2024-09-13T12:59:10.526 INFO:teuthology.orchestra.run.smithi053.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-09-13T12:59:10.743 INFO:teuthology.orchestra.run.smithi007.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-09-13T12:59:10.861 INFO:teuthology.orchestra.run.smithi007.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-09-13T12:59:10.941 INFO:teuthology.orchestra.run.smithi077.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-09-13T12:59:10.947 DEBUG:teuthology.parallel:result is None 2024-09-13T12:59:10.996 INFO:teuthology.orchestra.run.smithi007.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-09-13T12:59:11.716 INFO:teuthology.orchestra.run.smithi053.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-09-13T12:59:12.106 INFO:teuthology.orchestra.run.smithi007.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-09-13T12:59:12.360 INFO:teuthology.orchestra.run.smithi053.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-09-13T12:59:12.366 DEBUG:teuthology.parallel:result is None 2024-09-13T12:59:12.794 INFO:teuthology.orchestra.run.smithi007.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-09-13T12:59:12.799 DEBUG:teuthology.parallel:result is None 2024-09-13T12:59:12.800 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=b0201b8c79733293453e7f10a10c7fa43119222b 2024-09-13T12:59:12.959 DEBUG:teuthology.orchestra.run.smithi007:> dpkg-query -W -f '${Version}' ceph 2024-09-13T12:59:12.979 INFO:teuthology.orchestra.run.smithi007.stdout:19.3.0-4917-gb0201b8c-1jammy 2024-09-13T12:59:12.980 INFO:teuthology.packaging:The installed version of ceph is 19.3.0-4917-gb0201b8c-1jammy 2024-09-13T12:59:12.980 INFO:teuthology.task.install:The correct ceph version 19.3.0-4917-gb0201b8c-1jammy is installed. 2024-09-13T12:59:12.982 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=b0201b8c79733293453e7f10a10c7fa43119222b 2024-09-13T12:59:13.127 DEBUG:teuthology.orchestra.run.smithi053:> dpkg-query -W -f '${Version}' ceph 2024-09-13T12:59:13.147 INFO:teuthology.orchestra.run.smithi053.stdout:19.3.0-4917-gb0201b8c-1jammy 2024-09-13T12:59:13.148 INFO:teuthology.packaging:The installed version of ceph is 19.3.0-4917-gb0201b8c-1jammy 2024-09-13T12:59:13.148 INFO:teuthology.task.install:The correct ceph version 19.3.0-4917-gb0201b8c-1jammy is installed. 2024-09-13T12:59:13.150 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=b0201b8c79733293453e7f10a10c7fa43119222b 2024-09-13T12:59:13.291 DEBUG:teuthology.orchestra.run.smithi077:> dpkg-query -W -f '${Version}' ceph 2024-09-13T12:59:13.311 INFO:teuthology.orchestra.run.smithi077.stdout:19.3.0-4917-gb0201b8c-1jammy 2024-09-13T12:59:13.312 INFO:teuthology.packaging:The installed version of ceph is 19.3.0-4917-gb0201b8c-1jammy 2024-09-13T12:59:13.312 INFO:teuthology.task.install:The correct ceph version 19.3.0-4917-gb0201b8c-1jammy is installed. 2024-09-13T12:59:13.315 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-09-13T12:59:13.316 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2024-09-13T12:59:13.316 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-13T12:59:13.332 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-09-13T12:59:13.332 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-13T12:59:13.348 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-09-13T12:59:13.349 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-13T12:59:13.366 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-09-13T12:59:13.366 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2024-09-13T12:59:13.367 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd of=/usr/bin/daemon-helper 2024-09-13T12:59:13.389 DEBUG:teuthology.orchestra.run.smithi007:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-13T12:59:13.443 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-09-13T12:59:13.444 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd of=/usr/bin/daemon-helper 2024-09-13T12:59:13.457 DEBUG:teuthology.orchestra.run.smithi053:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-13T12:59:13.515 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-09-13T12:59:13.515 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd of=/usr/bin/daemon-helper 2024-09-13T12:59:13.529 DEBUG:teuthology.orchestra.run.smithi077:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-13T12:59:13.585 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-09-13T12:59:13.585 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2024-09-13T12:59:13.585 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-13T12:59:13.599 DEBUG:teuthology.orchestra.run.smithi007:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-13T12:59:13.655 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-09-13T12:59:13.655 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-13T12:59:13.670 DEBUG:teuthology.orchestra.run.smithi053:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-13T12:59:13.723 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-09-13T12:59:13.723 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-13T12:59:13.737 DEBUG:teuthology.orchestra.run.smithi077:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-13T12:59:13.797 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-09-13T12:59:13.797 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2024-09-13T12:59:13.797 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd of=/usr/bin/stdin-killer 2024-09-13T12:59:13.811 DEBUG:teuthology.orchestra.run.smithi007:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-13T12:59:13.867 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-09-13T12:59:13.867 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd of=/usr/bin/stdin-killer 2024-09-13T12:59:13.881 DEBUG:teuthology.orchestra.run.smithi053:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-13T12:59:13.935 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-09-13T12:59:13.935 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd of=/usr/bin/stdin-killer 2024-09-13T12:59:13.949 DEBUG:teuthology.orchestra.run.smithi077:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-13T12:59:14.005 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-13T12:59:14.110 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': 'b0201b8c79733293453e7f10a10c7fa43119222b'} 2024-09-13T12:59:14.110 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0201b8c79733293453e7f10a10c7fa43119222b 2024-09-13T12:59:14.111 INFO:tasks.cephadm:Cluster fsid is fa2bba74-71cf-11ef-bceb-c7b262605968 2024-09-13T12:59:14.111 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-13T12:59:14.111 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.7', 'mon.b': '172.21.15.53', 'mon.c': '172.21.15.77'} 2024-09-13T12:59:14.112 INFO:tasks.cephadm:First mon is mon.a on smithi007 2024-09-13T12:59:14.112 INFO:tasks.cephadm:First mgr is a 2024-09-13T12:59:14.112 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-13T12:59:14.112 DEBUG:teuthology.orchestra.run.smithi007:> sudo hostname $(hostname -s) 2024-09-13T12:59:14.128 DEBUG:teuthology.orchestra.run.smithi053:> sudo hostname $(hostname -s) 2024-09-13T12:59:14.144 DEBUG:teuthology.orchestra.run.smithi077:> sudo hostname $(hostname -s) 2024-09-13T12:59:14.158 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-09-13T12:59:14.159 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=b0201b8c79733293453e7f10a10c7fa43119222b 2024-09-13T12:59:14.318 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'b0201b8c79733293453e7f10a10c7fa43119222b', '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/83042/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.3.0-4917-gb0201b8c', '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-4917-gb0201b8c-1jammy'}, 'url': 'https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-09-13 11:48:56.754724', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-guits-main-2024-09-13-0840', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-09-13T12:59:14.463 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref wip-guits-main-2024-09-13-0840, sha1 b0201b8c79733293453e7f10a10c7fa43119222b from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=b0201b8c79733293453e7f10a10c7fa43119222b 2024-09-13T12:59:14.465 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-09-13T12:59:14.465 INFO:tasks.cephadm:Downloading cephadm from url: https://2.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-09-13T12:59:14.465 DEBUG:teuthology.orchestra.run.smithi007:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-13T12:59:14.917 INFO:teuthology.orchestra.run.smithi007.stdout:-rw-rw-r-- 1 ubuntu ubuntu 811797 Sep 13 12:59 /home/ubuntu/cephtest/cephadm 2024-09-13T12:59:14.917 DEBUG:teuthology.orchestra.run.smithi053:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-13T12:59:15.381 INFO:teuthology.orchestra.run.smithi053.stdout:-rw-rw-r-- 1 ubuntu ubuntu 811797 Sep 13 12:59 /home/ubuntu/cephtest/cephadm 2024-09-13T12:59:15.382 DEBUG:teuthology.orchestra.run.smithi077:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-13-0840/b0201b8c79733293453e7f10a10c7fa43119222b/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-13T12:59:15.838 INFO:teuthology.orchestra.run.smithi077.stdout:-rw-rw-r-- 1 ubuntu ubuntu 811797 Sep 13 12:59 /home/ubuntu/cephtest/cephadm 2024-09-13T12:59:15.839 DEBUG:teuthology.orchestra.run.smithi007:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-13T12:59:15.847 DEBUG:teuthology.orchestra.run.smithi053:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-13T12:59:15.855 DEBUG:teuthology.orchestra.run.smithi077:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-13T12:59:15.873 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0201b8c79733293453e7f10a10c7fa43119222b on all hosts... 2024-09-13T12:59:15.873 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0201b8c79733293453e7f10a10c7fa43119222b pull 2024-09-13T12:59:15.893 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0201b8c79733293453e7f10a10c7fa43119222b pull 2024-09-13T12:59:15.900 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0201b8c79733293453e7f10a10c7fa43119222b pull 2024-09-13T12:59:16.079 INFO:teuthology.orchestra.run.smithi007.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0201b8c79733293453e7f10a10c7fa43119222b... 2024-09-13T12:59:16.089 INFO:teuthology.orchestra.run.smithi077.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0201b8c79733293453e7f10a10c7fa43119222b... 2024-09-13T12:59:16.090 INFO:teuthology.orchestra.run.smithi053.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0201b8c79733293453e7f10a10c7fa43119222b... 2024-09-13T13:00:32.184 INFO:teuthology.orchestra.run.smithi053.stdout:{ 2024-09-13T13:00:32.184 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph_version": "ceph version 19.3.0-4917-gb0201b8c (b0201b8c79733293453e7f10a10c7fa43119222b) squid (dev)", 2024-09-13T13:00:32.185 INFO:teuthology.orchestra.run.smithi053.stdout: "image_id": "1641fe80ce7289a76d112fafe763b98dbdcc395dba398d6702278c8c710a2031", 2024-09-13T13:00:32.185 INFO:teuthology.orchestra.run.smithi053.stdout: "repo_digests": [ 2024-09-13T13:00:32.185 INFO:teuthology.orchestra.run.smithi053.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5ab18e92f956ea4280103e54eef24f76e1a43e77fc4dc78cee3cb12c7a94538b" 2024-09-13T13:00:32.185 INFO:teuthology.orchestra.run.smithi053.stdout: ] 2024-09-13T13:00:32.185 INFO:teuthology.orchestra.run.smithi053.stdout:} 2024-09-13T13:00:47.624 INFO:teuthology.orchestra.run.smithi077.stdout:{ 2024-09-13T13:00:47.624 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph_version": "ceph version 19.3.0-4917-gb0201b8c (b0201b8c79733293453e7f10a10c7fa43119222b) squid (dev)", 2024-09-13T13:00:47.624 INFO:teuthology.orchestra.run.smithi077.stdout: "image_id": "1641fe80ce7289a76d112fafe763b98dbdcc395dba398d6702278c8c710a2031", 2024-09-13T13:00:47.624 INFO:teuthology.orchestra.run.smithi077.stdout: "repo_digests": [ 2024-09-13T13:00:47.624 INFO:teuthology.orchestra.run.smithi077.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5ab18e92f956ea4280103e54eef24f76e1a43e77fc4dc78cee3cb12c7a94538b" 2024-09-13T13:00:47.624 INFO:teuthology.orchestra.run.smithi077.stdout: ] 2024-09-13T13:00:47.624 INFO:teuthology.orchestra.run.smithi077.stdout:} 2024-09-13T13:01:05.845 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2024-09-13T13:01:05.845 INFO:teuthology.orchestra.run.smithi007.stdout: "ceph_version": "ceph version 19.3.0-4917-gb0201b8c (b0201b8c79733293453e7f10a10c7fa43119222b) squid (dev)", 2024-09-13T13:01:05.845 INFO:teuthology.orchestra.run.smithi007.stdout: "image_id": "1641fe80ce7289a76d112fafe763b98dbdcc395dba398d6702278c8c710a2031", 2024-09-13T13:01:05.845 INFO:teuthology.orchestra.run.smithi007.stdout: "repo_digests": [ 2024-09-13T13:01:05.846 INFO:teuthology.orchestra.run.smithi007.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5ab18e92f956ea4280103e54eef24f76e1a43e77fc4dc78cee3cb12c7a94538b" 2024-09-13T13:01:05.846 INFO:teuthology.orchestra.run.smithi007.stdout: ] 2024-09-13T13:01:05.846 INFO:teuthology.orchestra.run.smithi007.stdout:} 2024-09-13T13:01:05.896 DEBUG:teuthology.orchestra.run.smithi007:> sudo mkdir -p /etc/ceph 2024-09-13T13:01:05.910 DEBUG:teuthology.orchestra.run.smithi053:> sudo mkdir -p /etc/ceph 2024-09-13T13:01:05.926 DEBUG:teuthology.orchestra.run.smithi077:> sudo mkdir -p /etc/ceph 2024-09-13T13:01:05.940 DEBUG:teuthology.orchestra.run.smithi007:> sudo chmod 777 /etc/ceph 2024-09-13T13:01:05.967 DEBUG:teuthology.orchestra.run.smithi053:> sudo chmod 777 /etc/ceph 2024-09-13T13:01:05.981 DEBUG:teuthology.orchestra.run.smithi077:> sudo chmod 777 /etc/ceph 2024-09-13T13:01:05.997 INFO:tasks.cephadm:Writing seed config... 2024-09-13T13:01:05.999 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-09-13T13:01:05.999 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-13T13:01:05.999 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-13T13:01:05.999 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-09-13T13:01:05.999 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-13T13:01:05.999 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-13T13:01:05.999 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-13T13:01:05.999 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-13T13:01:05.999 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-13T13:01:06.000 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2024-09-13T13:01:06.000 DEBUG:teuthology.orchestra.run.smithi007:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-13T13:01:06.016 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 = fa2bba74-71cf-11ef-bceb-c7b262605968 mon election default strategy = 3 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = True [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-09-13T13:01:06.016 DEBUG:teuthology.orchestra.run.smithi007:mon.a> sudo journalctl -f -n 0 -u ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@mon.a.service 2024-09-13T13:01:06.061 DEBUG:teuthology.orchestra.run.smithi007:mgr.a> sudo journalctl -f -n 0 -u ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@mgr.a.service 2024-09-13T13:01:06.104 INFO:tasks.cephadm:Bootstrapping... 2024-09-13T13:01:06.105 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0201b8c79733293453e7f10a10c7fa43119222b -v bootstrap --fsid fa2bba74-71cf-11ef-bceb-c7b262605968 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.7 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-09-13T13:01:06.336 INFO:teuthology.orchestra.run.smithi007.stdout:-------------------------------------------------------------------------------- 2024-09-13T13:01:06.336 INFO:teuthology.orchestra.run.smithi007.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0201b8c79733293453e7f10a10c7fa43119222b', '-v', 'bootstrap', '--fsid', 'fa2bba74-71cf-11ef-bceb-c7b262605968', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'a', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.7', '--skip-admin-label'] 2024-09-13T13:01:06.337 INFO:teuthology.orchestra.run.smithi007.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-09-13T13:01:06.337 INFO:teuthology.orchestra.run.smithi007.stdout:Verifying podman|docker is present... 2024-09-13T13:01:06.337 INFO:teuthology.orchestra.run.smithi007.stdout:Verifying lvm2 is present... 2024-09-13T13:01:06.337 INFO:teuthology.orchestra.run.smithi007.stdout:Verifying time synchronization is in place... 2024-09-13T13:01:06.343 INFO:teuthology.orchestra.run.smithi007.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-13T13:01:06.344 INFO:teuthology.orchestra.run.smithi007.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-13T13:01:06.348 INFO:teuthology.orchestra.run.smithi007.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-13T13:01:06.348 INFO:teuthology.orchestra.run.smithi007.stdout:systemctl: stdout inactive 2024-09-13T13:01:06.353 INFO:teuthology.orchestra.run.smithi007.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-09-13T13:01:06.353 INFO:teuthology.orchestra.run.smithi007.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-09-13T13:01:06.357 INFO:teuthology.orchestra.run.smithi007.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-09-13T13:01:06.357 INFO:teuthology.orchestra.run.smithi007.stdout:systemctl: stdout inactive 2024-09-13T13:01:06.361 INFO:teuthology.orchestra.run.smithi007.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-09-13T13:01:06.361 INFO:teuthology.orchestra.run.smithi007.stdout:systemctl: stdout masked 2024-09-13T13:01:06.364 INFO:teuthology.orchestra.run.smithi007.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-09-13T13:01:06.364 INFO:teuthology.orchestra.run.smithi007.stdout:systemctl: stdout inactive 2024-09-13T13:01:06.368 INFO:teuthology.orchestra.run.smithi007.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-09-13T13:01:06.368 INFO:teuthology.orchestra.run.smithi007.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-09-13T13:01:06.371 INFO:teuthology.orchestra.run.smithi007.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-09-13T13:01:06.372 INFO:teuthology.orchestra.run.smithi007.stdout:systemctl: stdout inactive 2024-09-13T13:01:06.376 INFO:teuthology.orchestra.run.smithi007.stdout:systemctl: stdout enabled 2024-09-13T13:01:06.380 INFO:teuthology.orchestra.run.smithi007.stdout:systemctl: stdout active 2024-09-13T13:01:06.380 INFO:teuthology.orchestra.run.smithi007.stdout:Unit ntp.service is enabled and running 2024-09-13T13:01:06.380 INFO:teuthology.orchestra.run.smithi007.stdout:Repeating the final host check... 2024-09-13T13:01:06.380 INFO:teuthology.orchestra.run.smithi007.stdout:docker (/usr/bin/docker) is present 2024-09-13T13:01:06.380 INFO:teuthology.orchestra.run.smithi007.stdout:systemctl is present 2024-09-13T13:01:06.380 INFO:teuthology.orchestra.run.smithi007.stdout:lvcreate is present 2024-09-13T13:01:06.383 INFO:teuthology.orchestra.run.smithi007.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-13T13:01:06.383 INFO:teuthology.orchestra.run.smithi007.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-13T13:01:06.387 INFO:teuthology.orchestra.run.smithi007.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-13T13:01:06.387 INFO:teuthology.orchestra.run.smithi007.stdout:systemctl: stdout inactive 2024-09-13T13:01:06.392 INFO:teuthology.orchestra.run.smithi007.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-09-13T13:01:06.392 INFO:teuthology.orchestra.run.smithi007.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-09-13T13:01:06.394 INFO:teuthology.orchestra.run.smithi007.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-09-13T13:01:06.394 INFO:teuthology.orchestra.run.smithi007.stdout:systemctl: stdout inactive 2024-09-13T13:01:06.398 INFO:teuthology.orchestra.run.smithi007.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-09-13T13:01:06.398 INFO:teuthology.orchestra.run.smithi007.stdout:systemctl: stdout masked 2024-09-13T13:01:06.401 INFO:teuthology.orchestra.run.smithi007.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-09-13T13:01:06.401 INFO:teuthology.orchestra.run.smithi007.stdout:systemctl: stdout inactive 2024-09-13T13:01:06.406 INFO:teuthology.orchestra.run.smithi007.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-09-13T13:01:06.406 INFO:teuthology.orchestra.run.smithi007.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-09-13T13:01:06.409 INFO:teuthology.orchestra.run.smithi007.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-09-13T13:01:06.410 INFO:teuthology.orchestra.run.smithi007.stdout:systemctl: stdout inactive 2024-09-13T13:01:06.415 INFO:teuthology.orchestra.run.smithi007.stdout:systemctl: stdout enabled 2024-09-13T13:01:06.421 INFO:teuthology.orchestra.run.smithi007.stdout:systemctl: stdout active 2024-09-13T13:01:06.421 INFO:teuthology.orchestra.run.smithi007.stdout:Unit ntp.service is enabled and running 2024-09-13T13:01:06.421 INFO:teuthology.orchestra.run.smithi007.stdout:Host looks OK 2024-09-13T13:01:06.421 INFO:teuthology.orchestra.run.smithi007.stdout:Cluster fsid: fa2bba74-71cf-11ef-bceb-c7b262605968 2024-09-13T13:01:06.422 INFO:teuthology.orchestra.run.smithi007.stdout:Acquiring lock 140198572500656 on /run/cephadm/fa2bba74-71cf-11ef-bceb-c7b262605968.lock 2024-09-13T13:01:06.422 INFO:teuthology.orchestra.run.smithi007.stdout:Lock 140198572500656 acquired on /run/cephadm/fa2bba74-71cf-11ef-bceb-c7b262605968.lock 2024-09-13T13:01:06.422 INFO:teuthology.orchestra.run.smithi007.stdout:Verifying IP 172.21.15.7 port 3300 ... 2024-09-13T13:01:06.422 INFO:teuthology.orchestra.run.smithi007.stdout:Verifying IP 172.21.15.7 port 6789 ... 2024-09-13T13:01:06.422 INFO:teuthology.orchestra.run.smithi007.stdout:Base mon IP(s) is [172.21.15.7:3300, 172.21.15.7:6789], mon addrv is [v2:172.21.15.7:3300,v1:172.21.15.7:6789] 2024-09-13T13:01:06.424 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 2024-09-13T13:01:06.424 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-09-13T13:01:06.424 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.7 2024-09-13T13:01:06.426 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-09-13T13:01:06.426 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-09-13T13:01:06.426 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1793sec hoplimit 64 pref medium 2024-09-13T13:01:06.429 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-09-13T13:01:06.429 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-09-13T13:01:06.429 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-13T13:01:06.429 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-09-13T13:01:06.429 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:15ea/64 scope link 2024-09-13T13:01:06.429 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-13T13:01:06.429 INFO:teuthology.orchestra.run.smithi007.stdout:Mon IP `172.21.15.7` is in CIDR network `172.21.0.0/20` 2024-09-13T13:01:06.429 INFO:teuthology.orchestra.run.smithi007.stdout:Mon IP `172.21.15.7` is in CIDR network `172.21.0.0/20` 2024-09-13T13:01:06.429 INFO:teuthology.orchestra.run.smithi007.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-09-13T13:01:06.430 INFO:teuthology.orchestra.run.smithi007.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-09-13T13:01:06.430 INFO:teuthology.orchestra.run.smithi007.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0201b8c79733293453e7f10a10c7fa43119222b... 2024-09-13T13:01:06.648 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/docker: stdout b0201b8c79733293453e7f10a10c7fa43119222b: Pulling from ceph-ci/ceph 2024-09-13T13:01:06.648 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/docker: stdout Digest: sha256:5ab18e92f956ea4280103e54eef24f76e1a43e77fc4dc78cee3cb12c7a94538b 2024-09-13T13:01:06.648 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0201b8c79733293453e7f10a10c7fa43119222b 2024-09-13T13:01:06.648 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0201b8c79733293453e7f10a10c7fa43119222b 2024-09-13T13:01:08.442 INFO:teuthology.orchestra.run.smithi007.stdout:ceph: stdout ceph version 19.3.0-4917-gb0201b8c (b0201b8c79733293453e7f10a10c7fa43119222b) squid (dev) 2024-09-13T13:01:08.442 INFO:teuthology.orchestra.run.smithi007.stdout:Ceph version: ceph version 19.3.0-4917-gb0201b8c (b0201b8c79733293453e7f10a10c7fa43119222b) squid (dev) 2024-09-13T13:01:08.442 INFO:teuthology.orchestra.run.smithi007.stdout:Extracting ceph user uid/gid from container image... 2024-09-13T13:01:10.049 INFO:teuthology.orchestra.run.smithi007.stdout:stat: stdout 167 167 2024-09-13T13:01:10.049 INFO:teuthology.orchestra.run.smithi007.stdout:Creating initial keys... 2024-09-13T13:01:11.531 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-authtool: stdout AQCWN+RmR2GBOxAASKP2l9Aj1sm7M5hEsWuSZQ== 2024-09-13T13:01:13.120 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-authtool: stdout AQCYN+RmbhSoHRAAUtqqO1Qj/Lee4YdqH0o4Vg== 2024-09-13T13:01:14.660 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-authtool: stdout AQCaN+Rmm6GUBRAAMVp02umDWluHXH+iLMj+Nw== 2024-09-13T13:01:14.661 INFO:teuthology.orchestra.run.smithi007.stdout:Creating initial monmap... 2024-09-13T13:01:16.341 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-13T13:01:16.342 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-09-13T13:01:16.342 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to fa2bba74-71cf-11ef-bceb-c7b262605968 2024-09-13T13:01:16.342 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-13T13:01:16.342 INFO:teuthology.orchestra.run.smithi007.stdout:monmaptool for a [v2:172.21.15.7:3300,v1:172.21.15.7:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-13T13:01:16.342 INFO:teuthology.orchestra.run.smithi007.stdout:setting min_mon_release = quincy 2024-09-13T13:01:16.342 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/monmaptool: set fsid to fa2bba74-71cf-11ef-bceb-c7b262605968 2024-09-13T13:01:16.342 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-13T13:01:16.342 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-13T13:01:16.342 INFO:teuthology.orchestra.run.smithi007.stdout:Creating mon... 2024-09-13T13:01:17.884 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-13T13:01:17.885 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 1 imported monmap: 2024-09-13T13:01:17.885 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-09-13T13:01:17.885 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr fsid fa2bba74-71cf-11ef-bceb-c7b262605968 2024-09-13T13:01:17.885 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-09-13T13:01:15.694217+0000 2024-09-13T13:01:17.885 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr created 2024-09-13T13:01:15.694217+0000 2024-09-13T13:01:17.885 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-09-13T13:01:17.885 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-09-13T13:01:17.885 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0] mon.a 2024-09-13T13:01:17.885 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr 2024-09-13T13:01:17.885 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 0 /usr/bin/ceph-mon: set fsid to fa2bba74-71cf-11ef-bceb-c7b262605968 2024-09-13T13:01:17.885 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: RocksDB version: 7.9.2 2024-09-13T13:01:17.886 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr 2024-09-13T13:01:17.886 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Git sha 0 2024-09-13T13:01:17.886 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Compile date 2024-09-13 10:06:52 2024-09-13T13:01:17.886 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: DB SUMMARY 2024-09-13T13:01:17.886 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr 2024-09-13T13:01:17.886 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: DB Session ID: A28KFT1VRNH5QSKDOZT0 2024-09-13T13:01:17.886 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr 2024-09-13T13:01:17.886 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-09-13T13:01:17.886 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr 2024-09-13T13:01:17.886 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-09-13T13:01:17.886 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr 2024-09-13T13:01:17.886 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.error_if_exists: 0 2024-09-13T13:01:17.887 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.create_if_missing: 1 2024-09-13T13:01:17.887 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.paranoid_checks: 1 2024-09-13T13:01:17.887 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-09-13T13:01:17.887 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-13T13:01:17.887 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-13T13:01:17.887 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.env: 0x563d7d9d3120 2024-09-13T13:01:17.887 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.fs: PosixFileSystem 2024-09-13T13:01:17.887 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.info_log: 0x563d7f5d2bc0 2024-09-13T13:01:17.887 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-13T13:01:17.887 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.statistics: (nil) 2024-09-13T13:01:17.887 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.use_fsync: 0 2024-09-13T13:01:17.887 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.max_log_file_size: 0 2024-09-13T13:01:17.887 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-13T13:01:17.888 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-13T13:01:17.888 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-13T13:01:17.888 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-13T13:01:17.888 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.allow_fallocate: 1 2024-09-13T13:01:17.888 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-13T13:01:17.888 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-13T13:01:17.888 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.use_direct_reads: 0 2024-09-13T13:01:17.888 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-13T13:01:17.888 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.create_missing_column_families: 0 2024-09-13T13:01:17.888 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.db_log_dir: 2024-09-13T13:01:17.888 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.wal_dir: 2024-09-13T13:01:17.889 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-13T13:01:17.889 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-13T13:01:17.889 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-13T13:01:17.889 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-13T13:01:17.889 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-13T13:01:17.889 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-13T13:01:17.889 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.advise_random_on_open: 1 2024-09-13T13:01:17.889 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-13T13:01:17.889 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.write_buffer_manager: 0x563d7f5cbcc0 2024-09-13T13:01:17.889 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-13T13:01:17.889 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-13T13:01:17.889 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-13T13:01:17.889 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.rate_limiter: (nil) 2024-09-13T13:01:17.890 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-13T13:01:17.890 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-13T13:01:17.890 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-13T13:01:17.890 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-13T13:01:17.890 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.unordered_write: 0 2024-09-13T13:01:17.890 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-13T13:01:17.890 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-13T13:01:17.890 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-13T13:01:17.890 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-13T13:01:17.890 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.row_cache: None 2024-09-13T13:01:17.890 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.wal_filter: None 2024-09-13T13:01:17.890 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-13T13:01:17.890 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-13T13:01:17.890 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.two_write_queues: 0 2024-09-13T13:01:17.891 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.manual_wal_flush: 0 2024-09-13T13:01:17.891 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.wal_compression: 0 2024-09-13T13:01:17.891 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.atomic_flush: 0 2024-09-13T13:01:17.891 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-13T13:01:17.891 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-13T13:01:17.891 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-13T13:01:17.891 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.log_readahead_size: 0 2024-09-13T13:01:17.891 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-13T13:01:17.891 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-13T13:01:17.891 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-13T13:01:17.891 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-13T13:01:17.891 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-13T13:01:17.891 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-13T13:01:17.891 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-09-13T13:01:17.892 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.max_background_jobs: 2 2024-09-13T13:01:17.892 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.max_background_compactions: -1 2024-09-13T13:01:17.892 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.max_subcompactions: 1 2024-09-13T13:01:17.892 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-13T13:01:17.892 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-13T13:01:17.892 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-13T13:01:17.892 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.max_total_wal_size: 0 2024-09-13T13:01:17.892 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-13T13:01:17.892 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-13T13:01:17.892 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-13T13:01:17.892 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-13T13:01:17.892 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.max_open_files: -1 2024-09-13T13:01:17.893 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.bytes_per_sync: 0 2024-09-13T13:01:17.893 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-13T13:01:17.893 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-13T13:01:17.893 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-13T13:01:17.893 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.max_background_flushes: -1 2024-09-13T13:01:17.893 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Compression algorithms supported: 2024-09-13T13:01:17.893 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: kZSTD supported: 0 2024-09-13T13:01:17.893 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: kXpressCompression supported: 0 2024-09-13T13:01:17.893 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: kBZip2Compression supported: 0 2024-09-13T13:01:17.893 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-13T13:01:17.893 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: kLZ4Compression supported: 1 2024-09-13T13:01:17.893 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: kZlibCompression supported: 1 2024-09-13T13:01:17.894 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-13T13:01:17.894 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: kSnappyCompression supported: 1 2024-09-13T13:01:17.894 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-13T13:01:17.894 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-09-13T13:01:17.894 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-09-13T13:01:17.894 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr 2024-09-13T13:01:17.894 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-09-13T13:01:17.894 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr 2024-09-13T13:01:17.894 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-13T13:01:17.894 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr 2024-09-13T13:01:17.894 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-13T13:01:17.894 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.merge_operator: 2024-09-13T13:01:17.894 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.compaction_filter: None 2024-09-13T13:01:17.895 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.compaction_filter_factory: None 2024-09-13T13:01:17.895 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-13T13:01:17.895 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-13T13:01:17.895 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-13T13:01:17.895 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x563d7f5d2820) 2024-09-13T13:01:17.895 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-09-13T13:01:17.895 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-09-13T13:01:17.895 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-13T13:01:17.895 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-09-13T13:01:17.895 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-09-13T13:01:17.895 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-09-13T13:01:17.895 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-09-13T13:01:17.895 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-09-13T13:01:17.896 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-09-13T13:01:17.896 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-09-13T13:01:17.896 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x563d7f5bb610 2024-09-13T13:01:17.896 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-09-13T13:01:17.896 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-09-13T13:01:17.896 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-09-13T13:01:17.896 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-09-13T13:01:17.896 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-09-13T13:01:17.896 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-09-13T13:01:17.896 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-09-13T13:01:17.896 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-09-13T13:01:17.896 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-09-13T13:01:17.896 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-09-13T13:01:17.897 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-09-13T13:01:17.897 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-09-13T13:01:17.897 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-09-13T13:01:17.897 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-09-13T13:01:17.897 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-09-13T13:01:17.897 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-09-13T13:01:17.897 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-09-13T13:01:17.897 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-09-13T13:01:17.897 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-09-13T13:01:17.897 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-09-13T13:01:17.897 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-09-13T13:01:17.897 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-09-13T13:01:17.897 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-09-13T13:01:17.897 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-09-13T13:01:17.898 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-09-13T13:01:17.898 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-09-13T13:01:17.898 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr 2024-09-13T13:01:17.898 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-13T13:01:17.898 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-13T13:01:17.898 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.compression: NoCompression 2024-09-13T13:01:17.898 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-13T13:01:17.898 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.319+0000 7f3c9b7f7c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-13T13:01:17.898 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-13T13:01:17.898 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.num_levels: 7 2024-09-13T13:01:17.898 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-13T13:01:17.898 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-13T13:01:17.898 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-13T13:01:17.899 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-13T13:01:17.899 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-13T13:01:17.899 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-13T13:01:17.899 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-13T13:01:17.899 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-13T13:01:17.899 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-13T13:01:17.899 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-13T13:01:17.899 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-13T13:01:17.899 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-13T13:01:17.899 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-13T13:01:17.899 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.compression_opts.level: 32767 2024-09-13T13:01:17.899 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-13T13:01:17.899 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-13T13:01:17.900 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-13T13:01:17.900 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-13T13:01:17.900 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-13T13:01:17.900 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.compression_opts.enabled: false 2024-09-13T13:01:17.900 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-13T13:01:17.900 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-13T13:01:17.900 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-13T13:01:17.900 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-13T13:01:17.900 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-13T13:01:17.900 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-13T13:01:17.900 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-13T13:01:17.900 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-13T13:01:17.901 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-13T13:01:17.901 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-13T13:01:17.901 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-13T13:01:17.901 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-13T13:01:17.901 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-13T13:01:17.901 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-13T13:01:17.901 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-13T13:01:17.901 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-13T13:01:17.901 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-13T13:01:17.901 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-13T13:01:17.901 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-13T13:01:17.901 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.arena_block_size: 1048576 2024-09-13T13:01:17.901 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-13T13:01:17.901 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-13T13:01:17.902 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-13T13:01:17.902 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-13T13:01:17.902 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-13T13:01:17.902 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-13T13:01:17.902 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-13T13:01:17.902 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-13T13:01:17.902 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-13T13:01:17.902 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-13T13:01:17.902 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-13T13:01:17.902 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-13T13:01:17.902 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-13T13:01:17.902 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-13T13:01:17.902 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.inplace_update_support: 0 2024-09-13T13:01:17.903 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-13T13:01:17.903 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-13T13:01:17.903 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-13T13:01:17.903 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-13T13:01:17.903 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.bloom_locality: 0 2024-09-13T13:01:17.903 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.max_successive_merges: 0 2024-09-13T13:01:17.903 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-13T13:01:17.903 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-13T13:01:17.903 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.force_consistency_checks: 1 2024-09-13T13:01:17.903 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-13T13:01:17.903 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.ttl: 2592000 2024-09-13T13:01:17.903 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-13T13:01:17.903 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-13T13:01:17.903 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-13T13:01:17.904 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.enable_blob_files: false 2024-09-13T13:01:17.904 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.min_blob_size: 0 2024-09-13T13:01:17.904 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.blob_file_size: 268435456 2024-09-13T13:01:17.904 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-13T13:01:17.904 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-13T13:01:17.904 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-13T13:01:17.904 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-13T13:01:17.904 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-13T13:01:17.904 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-09-13T13:01:17.904 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-13T13:01:17.904 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 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-13T13:01:17.904 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr 2024-09-13T13:01:17.905 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-13T13:01:17.905 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr 2024-09-13T13:01:17.905 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 5b639f64-42df-4f35-b955-d30d23f18911 2024-09-13T13:01:17.905 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr 2024-09-13T13:01:17.905 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-09-13T13:01:17.905 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr 2024-09-13T13:01:17.905 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x563d7f5eae00 2024-09-13T13:01:17.905 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c9b7f7c80 4 rocksdb: DB pointer 0x563d7f6cc000 2024-09-13T13:01:17.905 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c92f82640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-13T13:01:17.905 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.323+0000 7f3c92f82640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-13T13:01:17.905 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-09-13T13:01:17.905 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-13T13:01:17.905 INFO:teuthology.orchestra.run.smithi007.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-13T13:01:17.905 INFO:teuthology.orchestra.run.smithi007.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-13T13:01:17.906 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-13T13:01:17.906 INFO:teuthology.orchestra.run.smithi007.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-13T13:01:17.906 INFO:teuthology.orchestra.run.smithi007.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-13T13:01:17.906 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-13T13:01:17.906 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr 2024-09-13T13:01:17.906 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-09-13T13:01:17.906 INFO:teuthology.orchestra.run.smithi007.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-13T13:01:17.906 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-13T13:01:17.906 INFO:teuthology.orchestra.run.smithi007.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-13T13:01:17.906 INFO:teuthology.orchestra.run.smithi007.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-13T13:01:17.906 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr 2024-09-13T13:01:17.906 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-09-13T13:01:17.906 INFO:teuthology.orchestra.run.smithi007.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-13T13:01:17.907 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-13T13:01:17.907 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr 2024-09-13T13:01:17.907 INFO:teuthology.orchestra.run.smithi007.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-13T13:01:17.907 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr 2024-09-13T13:01:17.907 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-13T13:01:17.907 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-09-13T13:01:17.907 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-09-13T13:01:17.907 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-09-13T13:01:17.907 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-09-13T13:01:17.907 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-09-13T13:01:17.907 INFO:teuthology.orchestra.run.smithi007.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-13T13:01:17.907 INFO:teuthology.orchestra.run.smithi007.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-13T13:01:17.907 INFO:teuthology.orchestra.run.smithi007.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-13T13:01:17.907 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x563d7f5bb610#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.6e-05 secs_since: 0 2024-09-13T13:01:17.908 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-09-13T13:01:17.908 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr 2024-09-13T13:01:17.908 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-09-13T13:01:17.908 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr 2024-09-13T13:01:17.908 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.327+0000 7f3c9b7f7c80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-09-13T13:01:17.908 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.327+0000 7f3c9b7f7c80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-09-13T13:01:17.908 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T13:01:17.327+0000 7f3c9b7f7c80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-09-13T13:01:17.908 INFO:teuthology.orchestra.run.smithi007.stdout:create mon.a on 2024-09-13T13:01:18.171 INFO:teuthology.orchestra.run.smithi007.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-09-13T13:01:18.364 INFO:teuthology.orchestra.run.smithi007.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-09-13T13:01:18.614 INFO:teuthology.orchestra.run.smithi007.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-fa2bba74-71cf-11ef-bceb-c7b262605968.target -> /etc/systemd/system/ceph-fa2bba74-71cf-11ef-bceb-c7b262605968.target. 2024-09-13T13:01:18.614 INFO:teuthology.orchestra.run.smithi007.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-fa2bba74-71cf-11ef-bceb-c7b262605968.target -> /etc/systemd/system/ceph-fa2bba74-71cf-11ef-bceb-c7b262605968.target. 2024-09-13T13:01:18.907 INFO:teuthology.orchestra.run.smithi007.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@mon.a 2024-09-13T13:01:18.907 INFO:teuthology.orchestra.run.smithi007.stdout:systemctl: stderr Failed to reset failed state of unit ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@mon.a.service: Unit ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@mon.a.service not loaded. 2024-09-13T13:01:19.106 INFO:teuthology.orchestra.run.smithi007.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-fa2bba74-71cf-11ef-bceb-c7b262605968.target.wants/ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@mon.a.service -> /etc/systemd/system/ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@.service. 2024-09-13T13:01:19.114 INFO:teuthology.orchestra.run.smithi007.stdout:firewalld does not appear to be present 2024-09-13T13:01:19.114 INFO:teuthology.orchestra.run.smithi007.stdout:Not possible to enable service . firewalld.service is not available 2024-09-13T13:01:19.114 INFO:teuthology.orchestra.run.smithi007.stdout:Waiting for mon to start... 2024-09-13T13:01:19.115 INFO:teuthology.orchestra.run.smithi007.stdout:Waiting for mon... 2024-09-13T13:01:21.021 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:20 smithi007 bash[22236]: cluster 2024-09-13T13:01:20.768583+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-13T13:01:21.604 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout cluster: 2024-09-13T13:01:21.604 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout id: fa2bba74-71cf-11ef-bceb-c7b262605968 2024-09-13T13:01:21.604 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-09-13T13:01:21.604 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout 2024-09-13T13:01:21.604 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout services: 2024-09-13T13:01:21.604 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.238247s) 2024-09-13T13:01:21.604 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-09-13T13:01:21.604 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-09-13T13:01:21.604 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout 2024-09-13T13:01:21.604 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout data: 2024-09-13T13:01:21.605 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-09-13T13:01:21.605 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-09-13T13:01:21.605 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-09-13T13:01:21.605 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout pgs: 2024-09-13T13:01:21.605 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout 2024-09-13T13:01:21.605 INFO:teuthology.orchestra.run.smithi007.stdout:mon is available 2024-09-13T13:01:21.605 INFO:teuthology.orchestra.run.smithi007.stdout:Assimilating anything we can from ceph.conf... 2024-09-13T13:01:22.062 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:21 smithi007 bash[22236]: cluster 2024-09-13T13:01:20.772205+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-13T13:01:22.062 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:21 smithi007 bash[22236]: cluster 2024-09-13T13:01:20.772205+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-13T13:01:22.062 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:21 smithi007 bash[22236]: cluster 2024-09-13T13:01:20.772343+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-09-13T13:01:22.062 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:21 smithi007 bash[22236]: cluster 2024-09-13T13:01:20.772343+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-09-13T13:01:22.062 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:21 smithi007 bash[22236]: cluster 2024-09-13T13:01:20.772355+0000 mon.a (mon.0) 4 : cluster [DBG] fsid fa2bba74-71cf-11ef-bceb-c7b262605968 2024-09-13T13:01:22.062 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:21 smithi007 bash[22236]: cluster 2024-09-13T13:01:20.772355+0000 mon.a (mon.0) 4 : cluster [DBG] fsid fa2bba74-71cf-11ef-bceb-c7b262605968 2024-09-13T13:01:22.062 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:21 smithi007 bash[22236]: cluster 2024-09-13T13:01:20.772363+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-09-13T13:01:15.694217+0000 2024-09-13T13:01:22.062 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:21 smithi007 bash[22236]: cluster 2024-09-13T13:01:20.772363+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-09-13T13:01:15.694217+0000 2024-09-13T13:01:22.062 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:21 smithi007 bash[22236]: cluster 2024-09-13T13:01:20.772372+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-09-13T13:01:15.694217+0000 2024-09-13T13:01:22.062 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:21 smithi007 bash[22236]: cluster 2024-09-13T13:01:20.772372+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-09-13T13:01:15.694217+0000 2024-09-13T13:01:22.062 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:21 smithi007 bash[22236]: cluster 2024-09-13T13:01:20.772381+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-09-13T13:01:22.063 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:21 smithi007 bash[22236]: cluster 2024-09-13T13:01:20.772381+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-09-13T13:01:22.063 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:21 smithi007 bash[22236]: cluster 2024-09-13T13:01:20.772389+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-09-13T13:01:22.063 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:21 smithi007 bash[22236]: cluster 2024-09-13T13:01:20.772389+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-09-13T13:01:22.063 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:21 smithi007 bash[22236]: cluster 2024-09-13T13:01:20.772396+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0] mon.a 2024-09-13T13:01:22.063 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:21 smithi007 bash[22236]: cluster 2024-09-13T13:01:20.772396+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0] mon.a 2024-09-13T13:01:22.063 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:21 smithi007 bash[22236]: cluster 2024-09-13T13:01:20.774366+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-09-13T13:01:22.063 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:21 smithi007 bash[22236]: cluster 2024-09-13T13:01:20.774366+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-09-13T13:01:22.063 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:21 smithi007 bash[22236]: cluster 2024-09-13T13:01:20.776519+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-13T13:01:22.063 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:21 smithi007 bash[22236]: cluster 2024-09-13T13:01:20.776519+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-13T13:01:22.063 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:21 smithi007 bash[22236]: cluster 2024-09-13T13:01:20.776947+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-09-13T13:01:22.063 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:21 smithi007 bash[22236]: cluster 2024-09-13T13:01:20.776947+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-09-13T13:01:22.063 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:21 smithi007 bash[22236]: audit 2024-09-13T13:01:21.010394+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.7:0/3385006767' entity='client.admin' cmd={"prefix": "status"} : dispatch 2024-09-13T13:01:22.063 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:21 smithi007 bash[22236]: audit 2024-09-13T13:01:21.010394+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.7:0/3385006767' entity='client.admin' cmd={"prefix": "status"} : dispatch 2024-09-13T13:01:23.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:22 smithi007 bash[22236]: audit 2024-09-13T13:01:22.819186+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.7:0/1170360899' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-13T13:01:23.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:22 smithi007 bash[22236]: audit 2024-09-13T13:01:22.819186+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.7:0/1170360899' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-13T13:01:23.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:22 smithi007 bash[22236]: audit 2024-09-13T13:01:22.822655+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.7:0/1170360899' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-13T13:01:23.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:22 smithi007 bash[22236]: audit 2024-09-13T13:01:22.822655+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.7:0/1170360899' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-13T13:01:23.425 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout 2024-09-13T13:01:23.426 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout [global] 2024-09-13T13:01:23.426 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout fsid = fa2bba74-71cf-11ef-bceb-c7b262605968 2024-09-13T13:01:23.426 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-13T13:01:23.426 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.7:3300,v1:172.21.15.7:6789] 2024-09-13T13:01:23.426 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-13T13:01:23.426 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-13T13:01:23.426 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-13T13:01:23.426 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-13T13:01:23.426 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout 2024-09-13T13:01:23.426 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-13T13:01:23.426 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-09-13T13:01:23.427 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-13T13:01:23.427 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout 2024-09-13T13:01:23.427 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout [osd] 2024-09-13T13:01:23.427 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-13T13:01:23.427 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-13T13:01:23.427 INFO:teuthology.orchestra.run.smithi007.stdout:Generating new minimal ceph.conf... 2024-09-13T13:01:24.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:24 smithi007 bash[22236]: audit 2024-09-13T13:01:24.549576+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.7:0/187441836' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:01:24.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:24 smithi007 bash[22236]: audit 2024-09-13T13:01:24.549576+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.7:0/187441836' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:01:25.123 INFO:teuthology.orchestra.run.smithi007.stdout:Restarting the monitor... 2024-09-13T13:01:25.453 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:25 smithi007 systemd[1]: Stopping Ceph mon.a for fa2bba74-71cf-11ef-bceb-c7b262605968... 2024-09-13T13:01:25.453 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:25 smithi007 bash[22236]: debug 2024-09-13T13:01:25.255+0000 7f0495123640 -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-13T13:01:25.453 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:25 smithi007 bash[22236]: debug 2024-09-13T13:01:25.255+0000 7f0495123640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-09-13T13:01:25.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:25 smithi007 bash[22621]: ceph-fa2bba74-71cf-11ef-bceb-c7b262605968-mon-a 2024-09-13T13:01:25.847 INFO:teuthology.orchestra.run.smithi007.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-09-13T13:01:26.195 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:25 smithi007 bash[22681]: Error response from daemon: No such container: ceph-fa2bba74-71cf-11ef-bceb-c7b262605968-mon-a 2024-09-13T13:01:26.196 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:25 smithi007 systemd[1]: ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@mon.a.service: Deactivated successfully. 2024-09-13T13:01:26.196 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:25 smithi007 systemd[1]: Stopped Ceph mon.a for fa2bba74-71cf-11ef-bceb-c7b262605968. 2024-09-13T13:01:26.196 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:25 smithi007 systemd[1]: Started Ceph mon.a for fa2bba74-71cf-11ef-bceb-c7b262605968. 2024-09-13T13:01:27.717 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.483+0000 7fa3290cbc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-13T13:01:27.717 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.483+0000 7fa3290cbc80 0 ceph version 19.3.0-4917-gb0201b8c (b0201b8c79733293453e7f10a10c7fa43119222b) squid (dev), process ceph-mon, pid 7 2024-09-13T13:01:27.717 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.483+0000 7fa3290cbc80 0 pidfile_write: ignore empty --pid-file 2024-09-13T13:01:27.717 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.483+0000 7fa3290cbc80 0 load: jerasure load: lrc 2024-09-13T13:01:27.717 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: RocksDB version: 7.9.2 2024-09-13T13:01:27.717 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Git sha 0 2024-09-13T13:01:27.717 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Compile date 2024-09-13 10:06:52 2024-09-13T13:01:27.718 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: DB SUMMARY 2024-09-13T13:01:27.718 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: DB Session ID: FZ9D3FMSNFR4BY4WBBEQ 2024-09-13T13:01:27.718 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: CURRENT file: CURRENT 2024-09-13T13:01:27.718 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: IDENTITY file: IDENTITY 2024-09-13T13:01:27.718 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-09-13T13:01:27.718 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-09-13T13:01:27.718 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88776 ; 2024-09-13T13:01:27.718 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.error_if_exists: 0 2024-09-13T13:01:27.718 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.create_if_missing: 0 2024-09-13T13:01:27.718 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.paranoid_checks: 1 2024-09-13T13:01:27.718 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-09-13T13:01:27.718 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-13T13:01:27.719 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-13T13:01:27.719 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.env: 0x55c98a17d120 2024-09-13T13:01:27.719 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.fs: PosixFileSystem 2024-09-13T13:01:27.719 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.info_log: 0x55c98b199700 2024-09-13T13:01:27.719 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-13T13:01:27.719 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.statistics: (nil) 2024-09-13T13:01:27.719 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.use_fsync: 0 2024-09-13T13:01:27.719 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.max_log_file_size: 0 2024-09-13T13:01:27.721 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-13T13:01:27.721 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-13T13:01:27.721 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-13T13:01:27.721 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-13T13:01:27.721 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.allow_fallocate: 1 2024-09-13T13:01:27.721 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-13T13:01:27.721 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-13T13:01:27.721 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.use_direct_reads: 0 2024-09-13T13:01:27.722 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-13T13:01:27.722 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.create_missing_column_families: 0 2024-09-13T13:01:27.722 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.db_log_dir: 2024-09-13T13:01:27.722 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.wal_dir: 2024-09-13T13:01:27.722 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-13T13:01:27.722 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-13T13:01:27.722 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-13T13:01:27.722 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-13T13:01:27.722 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-13T13:01:27.722 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-13T13:01:27.722 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.advise_random_on_open: 1 2024-09-13T13:01:27.722 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-13T13:01:27.723 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.write_buffer_manager: 0x55c98b19db80 2024-09-13T13:01:27.723 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-13T13:01:27.723 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-13T13:01:27.723 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-13T13:01:27.723 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.rate_limiter: (nil) 2024-09-13T13:01:27.723 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-13T13:01:27.723 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-13T13:01:27.723 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-13T13:01:27.723 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-13T13:01:27.723 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.unordered_write: 0 2024-09-13T13:01:27.723 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-13T13:01:27.723 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-13T13:01:27.723 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-13T13:01:27.724 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-13T13:01:27.724 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.row_cache: None 2024-09-13T13:01:27.724 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.wal_filter: None 2024-09-13T13:01:27.724 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-13T13:01:27.724 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-13T13:01:27.724 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.two_write_queues: 0 2024-09-13T13:01:27.724 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.manual_wal_flush: 0 2024-09-13T13:01:27.724 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.wal_compression: 0 2024-09-13T13:01:27.724 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.atomic_flush: 0 2024-09-13T13:01:27.724 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-13T13:01:27.724 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-13T13:01:27.724 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-13T13:01:27.724 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.log_readahead_size: 0 2024-09-13T13:01:27.725 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-13T13:01:27.725 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-13T13:01:27.725 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-13T13:01:27.725 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-13T13:01:27.725 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-13T13:01:27.725 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-13T13:01:27.725 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-09-13T13:01:27.725 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.max_background_jobs: 2 2024-09-13T13:01:27.725 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.max_background_compactions: -1 2024-09-13T13:01:27.725 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.max_subcompactions: 1 2024-09-13T13:01:27.725 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-13T13:01:27.725 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-13T13:01:27.725 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-13T13:01:27.726 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.max_total_wal_size: 0 2024-09-13T13:01:27.726 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-13T13:01:27.726 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-13T13:01:27.726 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-13T13:01:27.726 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-13T13:01:27.726 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.max_open_files: -1 2024-09-13T13:01:27.726 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.bytes_per_sync: 0 2024-09-13T13:01:27.726 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-13T13:01:27.726 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-13T13:01:27.726 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-13T13:01:27.726 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.max_background_flushes: -1 2024-09-13T13:01:27.727 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Compression algorithms supported: 2024-09-13T13:01:27.727 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: kZSTD supported: 0 2024-09-13T13:01:27.727 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: kXpressCompression supported: 0 2024-09-13T13:01:27.727 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: kBZip2Compression supported: 0 2024-09-13T13:01:27.727 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-13T13:01:27.727 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: kLZ4Compression supported: 1 2024-09-13T13:01:27.727 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: kZlibCompression supported: 1 2024-09-13T13:01:27.727 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-13T13:01:27.727 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: kSnappyCompression supported: 1 2024-09-13T13:01:27.727 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-13T13:01:27.727 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-09-13T13:01:27.728 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-09-13T13:01:27.728 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-13T13:01:27.728 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-13T13:01:27.728 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.merge_operator: 2024-09-13T13:01:27.728 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.compaction_filter: None 2024-09-13T13:01:27.728 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.compaction_filter_factory: None 2024-09-13T13:01:27.728 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-13T13:01:27.728 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-13T13:01:27.728 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-13T13:01:27.728 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55c98b199320) 2024-09-13T13:01:27.728 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: cache_index_and_filter_blocks: 1 2024-09-13T13:01:27.728 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-13T13:01:27.728 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-13T13:01:27.729 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: pin_top_level_index_and_filter: 1 2024-09-13T13:01:27.729 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: index_type: 0 2024-09-13T13:01:27.729 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: data_block_index_type: 0 2024-09-13T13:01:27.729 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: index_shortening: 1 2024-09-13T13:01:27.729 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: data_block_hash_table_util_ratio: 0.750000 2024-09-13T13:01:27.729 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: checksum: 4 2024-09-13T13:01:27.729 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: no_block_cache: 0 2024-09-13T13:01:27.729 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: block_cache: 0x55c98b18f610 2024-09-13T13:01:27.729 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: block_cache_name: BinnedLRUCache 2024-09-13T13:01:27.729 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: block_cache_options: 2024-09-13T13:01:27.729 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: capacity : 536870912 2024-09-13T13:01:27.729 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: num_shard_bits : 4 2024-09-13T13:01:27.729 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: strict_capacity_limit : 0 2024-09-13T13:01:27.730 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: high_pri_pool_ratio: 0.000 2024-09-13T13:01:27.730 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: block_cache_compressed: (nil) 2024-09-13T13:01:27.730 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: persistent_cache: (nil) 2024-09-13T13:01:27.730 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: block_size: 4096 2024-09-13T13:01:27.730 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: block_size_deviation: 10 2024-09-13T13:01:27.730 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: block_restart_interval: 16 2024-09-13T13:01:27.730 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: index_block_restart_interval: 1 2024-09-13T13:01:27.730 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: metadata_block_size: 4096 2024-09-13T13:01:27.730 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: partition_filters: 0 2024-09-13T13:01:27.731 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: use_delta_encoding: 1 2024-09-13T13:01:27.731 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: filter_policy: bloomfilter 2024-09-13T13:01:27.731 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: whole_key_filtering: 1 2024-09-13T13:01:27.731 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: verify_compression: 0 2024-09-13T13:01:27.731 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: read_amp_bytes_per_bit: 0 2024-09-13T13:01:27.731 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: format_version: 5 2024-09-13T13:01:27.731 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: enable_index_compression: 1 2024-09-13T13:01:27.731 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: block_align: 0 2024-09-13T13:01:27.731 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: max_auto_readahead_size: 262144 2024-09-13T13:01:27.731 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: prepopulate_block_cache: 0 2024-09-13T13:01:27.731 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: initial_auto_readahead_size: 8192 2024-09-13T13:01:27.731 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: num_file_reads_for_auto_readahead: 2 2024-09-13T13:01:27.731 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-13T13:01:27.731 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-13T13:01:27.732 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.compression: NoCompression 2024-09-13T13:01:27.732 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-13T13:01:27.732 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-13T13:01:27.732 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-13T13:01:27.732 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.num_levels: 7 2024-09-13T13:01:27.732 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-13T13:01:27.732 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-13T13:01:27.732 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-13T13:01:27.732 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-13T13:01:27.732 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-13T13:01:27.732 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-13T13:01:27.732 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-13T13:01:27.732 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-13T13:01:27.733 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-13T13:01:27.733 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-13T13:01:27.733 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-13T13:01:27.733 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-13T13:01:27.733 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-13T13:01:27.733 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.compression_opts.level: 32767 2024-09-13T13:01:27.733 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-13T13:01:27.733 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-13T13:01:27.733 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-13T13:01:27.733 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-13T13:01:27.733 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-13T13:01:27.733 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.compression_opts.enabled: false 2024-09-13T13:01:27.733 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-13T13:01:27.734 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-13T13:01:27.734 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-13T13:01:27.734 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-13T13:01:27.734 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-13T13:01:27.734 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-13T13:01:27.734 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-13T13:01:27.734 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-13T13:01:27.734 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-13T13:01:27.734 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-13T13:01:27.734 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-13T13:01:27.734 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-13T13:01:27.734 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-13T13:01:27.734 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-13T13:01:27.735 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-13T13:01:27.735 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-13T13:01:27.735 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-13T13:01:27.735 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-13T13:01:27.735 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-13T13:01:27.735 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.arena_block_size: 1048576 2024-09-13T13:01:27.735 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-13T13:01:27.735 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-13T13:01:27.735 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-13T13:01:27.735 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-13T13:01:27.735 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-13T13:01:27.735 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-13T13:01:27.735 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-13T13:01:27.735 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-13T13:01:27.736 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-13T13:01:27.736 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-13T13:01:27.736 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-13T13:01:27.736 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-13T13:01:27.736 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-13T13:01:27.736 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-13T13:01:27.736 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.inplace_update_support: 0 2024-09-13T13:01:27.736 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-13T13:01:27.736 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-13T13:01:27.736 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-13T13:01:27.736 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-13T13:01:27.736 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.bloom_locality: 0 2024-09-13T13:01:27.737 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.max_successive_merges: 0 2024-09-13T13:01:27.737 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-13T13:01:27.737 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-13T13:01:27.737 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.force_consistency_checks: 1 2024-09-13T13:01:27.737 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-13T13:01:27.737 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.ttl: 2592000 2024-09-13T13:01:27.737 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-13T13:01:27.737 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-13T13:01:27.737 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-13T13:01:27.737 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.enable_blob_files: false 2024-09-13T13:01:27.737 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.min_blob_size: 0 2024-09-13T13:01:27.737 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.blob_file_size: 268435456 2024-09-13T13:01:27.738 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-13T13:01:27.738 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-13T13:01:27.738 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-13T13:01:27.738 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-13T13:01:27.738 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-13T13:01:27.738 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-09-13T13:01:27.738 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-13T13:01:27.738 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 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-13T13:01:27.738 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-09-13T13:01:27.738 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 5b639f64-42df-4f35-b955-d30d23f18911 2024-09-13T13:01:27.738 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726232487490494, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-09-13T13:01:27.738 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-09-13T13:01:27.739 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.487+0000 7fa3290cbc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726232487492012, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85521, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 259, "table_properties": {"data_size": 83668, "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": 77808, "raw_average_value_size": 356, "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": 1726232487, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "5b639f64-42df-4f35-b955-d30d23f18911", "db_session_id": "FZ9D3FMSNFR4BY4WBBEQ", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-09-13T13:01:27.739 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.491+0000 7fa3290cbc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726232487492177, "job": 1, "event": "recovery_finished"} 2024-09-13T13:01:27.739 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.491+0000 7fa3290cbc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-09-13T13:01:27.739 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.491+0000 7fa3290cbc80 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-13T13:01:27.739 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.491+0000 7fa3290cbc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55c98b1bce00 2024-09-13T13:01:27.739 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.491+0000 7fa3290cbc80 4 rocksdb: DB pointer 0x55c98b2c0000 2024-09-13T13:01:27.739 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.491+0000 7fa31ee93640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-13T13:01:27.739 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.491+0000 7fa31ee93640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-13T13:01:27.739 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: ** DB Stats ** 2024-09-13T13:01:27.739 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-13T13:01:27.740 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: 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-13T13:01:27.740 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-13T13:01:27.740 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-13T13:01:27.740 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: 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-13T13:01:27.740 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-13T13:01:27.740 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-13T13:01:27.740 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: ** Compaction Stats [default] ** 2024-09-13T13:01:27.740 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: 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-13T13:01:27.740 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-13T13:01:27.740 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: L0 2/0 85.38 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 87.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-13T13:01:27.740 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: Sum 2/0 85.38 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 87.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-13T13:01:27.741 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 87.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-13T13:01:27.741 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: ** Compaction Stats [default] ** 2024-09-13T13:01:27.741 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: 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-13T13:01:27.741 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-13T13:01:27.741 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 87.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-13T13:01:27.741 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-13T13:01:27.741 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-13T13:01:27.741 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-13T13:01:27.741 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-13T13:01:27.741 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: AddFile(Total Files): cumulative 0, interval 0 2024-09-13T13:01:27.741 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-13T13:01:27.741 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: AddFile(Keys): cumulative 0, interval 0 2024-09-13T13:01:27.741 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: Cumulative compaction: 0.00 GB write, 16.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-13T13:01:27.742 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: Interval compaction: 0.00 GB write, 16.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-13T13:01:27.742 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: 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-13T13:01:27.742 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: Block cache BinnedLRUCache@0x55c98b18f610#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2024-09-13T13:01:27.742 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: 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-13T13:01:27.742 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: ** File Read Latency Histogram By Level [default] ** 2024-09-13T13:01:27.742 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.491+0000 7fa3290cbc80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0] at bind addrs [v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid fa2bba74-71cf-11ef-bceb-c7b262605968 2024-09-13T13:01:27.742 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.495+0000 7fa3290cbc80 1 mon.a@-1(???) e1 preinit fsid fa2bba74-71cf-11ef-bceb-c7b262605968 2024-09-13T13:01:27.742 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.495+0000 7fa3290cbc80 0 mon.a@-1(???).mds e1 new map 2024-09-13T13:01:27.742 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.495+0000 7fa3290cbc80 0 mon.a@-1(???).mds e1 print_map 2024-09-13T13:01:27.742 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: e1 2024-09-13T13:01:27.742 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: btime 2024-09-13T13:01:20:772772+0000 2024-09-13T13:01:27.742 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: enable_multiple, ever_enabled_multiple: 1,1 2024-09-13T13:01:27.742 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: 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-13T13:01:27.743 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: legacy client fscid: -1 2024-09-13T13:01:27.743 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: 2024-09-13T13:01:27.743 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: No filesystems configured 2024-09-13T13:01:27.743 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.495+0000 7fa3290cbc80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-13T13:01:27.743 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.495+0000 7fa3290cbc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-13T13:01:27.743 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.495+0000 7fa3290cbc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-13T13:01:27.743 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.495+0000 7fa3290cbc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-13T13:01:27.743 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: debug 2024-09-13T13:01:27.495+0000 7fa3290cbc80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-13T13:01:27.743 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: cluster 2024-09-13T13:01:27.524625+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-13T13:01:27.743 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: cluster 2024-09-13T13:01:27.524625+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-13T13:01:27.743 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: cluster 2024-09-13T13:01:27.524685+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-09-13T13:01:27.743 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: cluster 2024-09-13T13:01:27.524685+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-09-13T13:01:27.743 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: cluster 2024-09-13T13:01:27.524693+0000 mon.a (mon.0) 3 : cluster [DBG] fsid fa2bba74-71cf-11ef-bceb-c7b262605968 2024-09-13T13:01:27.744 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: cluster 2024-09-13T13:01:27.524693+0000 mon.a (mon.0) 3 : cluster [DBG] fsid fa2bba74-71cf-11ef-bceb-c7b262605968 2024-09-13T13:01:27.744 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: cluster 2024-09-13T13:01:27.524700+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-09-13T13:01:15.694217+0000 2024-09-13T13:01:27.744 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: cluster 2024-09-13T13:01:27.524700+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-09-13T13:01:15.694217+0000 2024-09-13T13:01:27.744 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: cluster 2024-09-13T13:01:27.524706+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-09-13T13:01:15.694217+0000 2024-09-13T13:01:27.744 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: cluster 2024-09-13T13:01:27.524706+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-09-13T13:01:15.694217+0000 2024-09-13T13:01:27.744 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: cluster 2024-09-13T13:01:27.524713+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-09-13T13:01:27.744 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: cluster 2024-09-13T13:01:27.524713+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-09-13T13:01:27.744 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: cluster 2024-09-13T13:01:27.524719+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-09-13T13:01:27.744 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: cluster 2024-09-13T13:01:27.524719+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-09-13T13:01:27.745 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: cluster 2024-09-13T13:01:27.524726+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0] mon.a 2024-09-13T13:01:27.745 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: cluster 2024-09-13T13:01:27.524726+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0] mon.a 2024-09-13T13:01:27.745 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: cluster 2024-09-13T13:01:27.525171+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-09-13T13:01:27.745 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: cluster 2024-09-13T13:01:27.525171+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-09-13T13:01:27.745 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: cluster 2024-09-13T13:01:27.525195+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-13T13:01:27.745 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: cluster 2024-09-13T13:01:27.525195+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-13T13:01:27.745 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: cluster 2024-09-13T13:01:27.525572+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-09-13T13:01:27.745 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:27 smithi007 bash[22721]: cluster 2024-09-13T13:01:27.525572+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-09-13T13:01:28.327 INFO:teuthology.orchestra.run.smithi007.stdout:Wrote config to /etc/ceph/ceph.conf 2024-09-13T13:01:28.344 INFO:teuthology.orchestra.run.smithi007.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-13T13:01:28.344 INFO:teuthology.orchestra.run.smithi007.stdout:Creating mgr... 2024-09-13T13:01:28.345 INFO:teuthology.orchestra.run.smithi007.stdout:Verifying port 0.0.0.0:9283 ... 2024-09-13T13:01:28.345 INFO:teuthology.orchestra.run.smithi007.stdout:Verifying port 0.0.0.0:8765 ... 2024-09-13T13:01:28.639 INFO:teuthology.orchestra.run.smithi007.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@mgr.a 2024-09-13T13:01:28.639 INFO:teuthology.orchestra.run.smithi007.stdout:systemctl: stderr Failed to reset failed state of unit ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@mgr.a.service: Unit ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@mgr.a.service not loaded. 2024-09-13T13:01:28.704 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:28 smithi007 systemd[1]: /etc/systemd/system/ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T13:01:28.836 INFO:teuthology.orchestra.run.smithi007.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-fa2bba74-71cf-11ef-bceb-c7b262605968.target.wants/ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@mgr.a.service -> /etc/systemd/system/ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@.service. 2024-09-13T13:01:28.844 INFO:teuthology.orchestra.run.smithi007.stdout:firewalld does not appear to be present 2024-09-13T13:01:28.844 INFO:teuthology.orchestra.run.smithi007.stdout:Not possible to enable service . firewalld.service is not available 2024-09-13T13:01:28.845 INFO:teuthology.orchestra.run.smithi007.stdout:firewalld does not appear to be present 2024-09-13T13:01:28.845 INFO:teuthology.orchestra.run.smithi007.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-09-13T13:01:28.845 INFO:teuthology.orchestra.run.smithi007.stdout:Waiting for mgr to start... 2024-09-13T13:01:28.845 INFO:teuthology.orchestra.run.smithi007.stdout:Waiting for mgr... 2024-09-13T13:01:28.983 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:28 smithi007 bash[22721]: audit 2024-09-13T13:01:27.705018+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.7:0/3368024999' entity='client.admin' 2024-09-13T13:01:28.984 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:28 smithi007 bash[22721]: audit 2024-09-13T13:01:27.705018+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.7:0/3368024999' entity='client.admin' 2024-09-13T13:01:28.984 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:28 smithi007 systemd[1]: /etc/systemd/system/ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T13:01:28.984 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:01:28 smithi007 systemd[1]: Started Ceph mgr.a for fa2bba74-71cf-11ef-bceb-c7b262605968. 2024-09-13T13:01:31.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:30 smithi007 bash[22721]: audit 2024-09-13T13:01:30.783947+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.7:0/1981763496' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-13T13:01:31.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:30 smithi007 bash[22721]: audit 2024-09-13T13:01:30.783947+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.7:0/1981763496' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-13T13:01:31.346 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout 2024-09-13T13:01:31.346 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout { 2024-09-13T13:01:31.346 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "fsid": "fa2bba74-71cf-11ef-bceb-c7b262605968", 2024-09-13T13:01:31.346 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "health": { 2024-09-13T13:01:31.346 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-13T13:01:31.347 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-13T13:01:31.347 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-13T13:01:31.348 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout }, 2024-09-13T13:01:31.348 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-13T13:01:31.348 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-13T13:01:31.348 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout 0 2024-09-13T13:01:31.348 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout ], 2024-09-13T13:01:31.349 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-13T13:01:31.349 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "a" 2024-09-13T13:01:31.349 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout ], 2024-09-13T13:01:31.349 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2024-09-13T13:01:31.349 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-13T13:01:31.349 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T13:01:31.349 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-13T13:01:31.349 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-13T13:01:31.349 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout }, 2024-09-13T13:01:31.350 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-13T13:01:31.350 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T13:01:31.350 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-13T13:01:31.350 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-13T13:01:31.351 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-13T13:01:31.351 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-13T13:01:31.351 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-13T13:01:31.351 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-13T13:01:31.351 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout }, 2024-09-13T13:01:31.351 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-13T13:01:31.354 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-13T13:01:31.354 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-13T13:01:31.354 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-13T13:01:31.354 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-13T13:01:31.354 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-13T13:01:31.354 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-13T13:01:31.354 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-13T13:01:31.354 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-13T13:01:31.354 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout }, 2024-09-13T13:01:31.354 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-13T13:01:31.355 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T13:01:31.355 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "btime": "2024-09-13T13:01:20:772772+0000", 2024-09-13T13:01:31.355 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-13T13:01:31.355 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-13T13:01:31.355 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout }, 2024-09-13T13:01:31.355 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-13T13:01:31.355 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-13T13:01:31.355 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-13T13:01:31.355 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-13T13:01:31.355 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-13T13:01:31.355 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-13T13:01:31.355 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "restful" 2024-09-13T13:01:31.355 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout ], 2024-09-13T13:01:31.355 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-13T13:01:31.356 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout }, 2024-09-13T13:01:31.356 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-13T13:01:31.356 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T13:01:31.356 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "modified": "2024-09-13T13:01:20.773496+0000", 2024-09-13T13:01:31.356 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-13T13:01:31.356 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout }, 2024-09-13T13:01:31.356 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-13T13:01:31.357 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout } 2024-09-13T13:01:31.357 INFO:teuthology.orchestra.run.smithi007.stdout:mgr not available, waiting (1/15)... 2024-09-13T13:01:35.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:34 smithi007 bash[22721]: audit 2024-09-13T13:01:34.639444+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.7:0/3445394036' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-13T13:01:35.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:34 smithi007 bash[22721]: audit 2024-09-13T13:01:34.639444+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.7:0/3445394036' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-13T13:01:35.282 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout 2024-09-13T13:01:35.282 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout { 2024-09-13T13:01:35.282 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "fsid": "fa2bba74-71cf-11ef-bceb-c7b262605968", 2024-09-13T13:01:35.282 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "health": { 2024-09-13T13:01:35.282 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-13T13:01:35.282 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-13T13:01:35.282 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-13T13:01:35.282 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout }, 2024-09-13T13:01:35.282 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-13T13:01:35.282 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-13T13:01:35.283 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout 0 2024-09-13T13:01:35.283 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout ], 2024-09-13T13:01:35.283 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-13T13:01:35.283 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "a" 2024-09-13T13:01:35.283 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout ], 2024-09-13T13:01:35.283 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "quorum_age": 7, 2024-09-13T13:01:35.283 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-13T13:01:35.283 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T13:01:35.283 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-13T13:01:35.283 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-13T13:01:35.283 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout }, 2024-09-13T13:01:35.283 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-13T13:01:35.283 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T13:01:35.284 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-13T13:01:35.284 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-13T13:01:35.284 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-13T13:01:35.284 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-13T13:01:35.284 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-13T13:01:35.284 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-13T13:01:35.287 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout }, 2024-09-13T13:01:35.287 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-13T13:01:35.287 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-13T13:01:35.287 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-13T13:01:35.288 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-13T13:01:35.288 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-13T13:01:35.288 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-13T13:01:35.288 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-13T13:01:35.288 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-13T13:01:35.288 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-13T13:01:35.288 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout }, 2024-09-13T13:01:35.288 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-13T13:01:35.288 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T13:01:35.288 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "btime": "2024-09-13T13:01:20:772772+0000", 2024-09-13T13:01:35.288 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-13T13:01:35.288 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-13T13:01:35.288 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout }, 2024-09-13T13:01:35.288 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-13T13:01:35.289 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-13T13:01:35.289 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-13T13:01:35.289 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-13T13:01:35.289 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-13T13:01:35.289 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-13T13:01:35.289 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "restful" 2024-09-13T13:01:35.289 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout ], 2024-09-13T13:01:35.289 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-13T13:01:35.289 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout }, 2024-09-13T13:01:35.289 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-13T13:01:35.289 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T13:01:35.289 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "modified": "2024-09-13T13:01:20.773496+0000", 2024-09-13T13:01:35.289 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-13T13:01:35.289 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout }, 2024-09-13T13:01:35.290 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-13T13:01:35.290 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout } 2024-09-13T13:01:35.290 INFO:teuthology.orchestra.run.smithi007.stdout:mgr not available, waiting (2/15)... 2024-09-13T13:01:37.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:36 smithi007 bash[22721]: cluster 2024-09-13T13:01:36.795335+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon a 2024-09-13T13:01:37.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:36 smithi007 bash[22721]: cluster 2024-09-13T13:01:36.795335+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon a 2024-09-13T13:01:37.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:36 smithi007 bash[22721]: cluster 2024-09-13T13:01:36.802208+0000 mon.a (mon.0) 16 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00739859s) 2024-09-13T13:01:37.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:36 smithi007 bash[22721]: cluster 2024-09-13T13:01:36.802208+0000 mon.a (mon.0) 16 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00739859s) 2024-09-13T13:01:37.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:36 smithi007 bash[22721]: audit 2024-09-13T13:01:36.804485+0000 mon.a (mon.0) 17 : audit [DBG] from='mgr.14100 172.21.15.7:0/2401207074' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-13T13:01:37.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:36 smithi007 bash[22721]: audit 2024-09-13T13:01:36.804485+0000 mon.a (mon.0) 17 : audit [DBG] from='mgr.14100 172.21.15.7:0/2401207074' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-13T13:01:37.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:36 smithi007 bash[22721]: audit 2024-09-13T13:01:36.804764+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.7:0/2401207074' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-13T13:01:37.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:36 smithi007 bash[22721]: audit 2024-09-13T13:01:36.804764+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.7:0/2401207074' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-13T13:01:37.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:36 smithi007 bash[22721]: audit 2024-09-13T13:01:36.804969+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.7:0/2401207074' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-13T13:01:37.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:36 smithi007 bash[22721]: audit 2024-09-13T13:01:36.804969+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.7:0/2401207074' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-13T13:01:37.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:36 smithi007 bash[22721]: audit 2024-09-13T13:01:36.805148+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.7:0/2401207074' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T13:01:37.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:36 smithi007 bash[22721]: audit 2024-09-13T13:01:36.805148+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.7:0/2401207074' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T13:01:37.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:36 smithi007 bash[22721]: audit 2024-09-13T13:01:36.806144+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.7:0/2401207074' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-13T13:01:37.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:36 smithi007 bash[22721]: audit 2024-09-13T13:01:36.806144+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.7:0/2401207074' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-13T13:01:37.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:36 smithi007 bash[22721]: cluster 2024-09-13T13:01:36.830500+0000 mon.a (mon.0) 22 : cluster [INF] Manager daemon a is now available 2024-09-13T13:01:37.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:36 smithi007 bash[22721]: cluster 2024-09-13T13:01:36.830500+0000 mon.a (mon.0) 22 : cluster [INF] Manager daemon a is now available 2024-09-13T13:01:37.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:36 smithi007 bash[22721]: audit 2024-09-13T13:01:36.842421+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.14100 172.21.15.7:0/2401207074' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-13T13:01:37.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:36 smithi007 bash[22721]: audit 2024-09-13T13:01:36.842421+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.14100 172.21.15.7:0/2401207074' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-13T13:01:37.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:36 smithi007 bash[22721]: audit 2024-09-13T13:01:36.844198+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.7:0/2401207074' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-13T13:01:37.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:36 smithi007 bash[22721]: audit 2024-09-13T13:01:36.844198+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.7:0/2401207074' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-13T13:01:38.283 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:37 smithi007 bash[22721]: audit 2024-09-13T13:01:36.847178+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.7:0/2401207074' entity='mgr.a' 2024-09-13T13:01:38.283 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:37 smithi007 bash[22721]: audit 2024-09-13T13:01:36.847178+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.7:0/2401207074' entity='mgr.a' 2024-09-13T13:01:38.283 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:37 smithi007 bash[22721]: audit 2024-09-13T13:01:36.851561+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.7:0/2401207074' entity='mgr.a' 2024-09-13T13:01:38.283 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:37 smithi007 bash[22721]: audit 2024-09-13T13:01:36.851561+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.7:0/2401207074' entity='mgr.a' 2024-09-13T13:01:38.283 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:37 smithi007 bash[22721]: audit 2024-09-13T13:01:36.853639+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.7:0/2401207074' entity='mgr.a' 2024-09-13T13:01:38.283 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:37 smithi007 bash[22721]: audit 2024-09-13T13:01:36.853639+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.7:0/2401207074' entity='mgr.a' 2024-09-13T13:01:38.283 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:37 smithi007 bash[22721]: cluster 2024-09-13T13:01:37.810816+0000 mon.a (mon.0) 28 : cluster [DBG] mgrmap e3: a(active, since 1.016s) 2024-09-13T13:01:38.284 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:37 smithi007 bash[22721]: cluster 2024-09-13T13:01:37.810816+0000 mon.a (mon.0) 28 : cluster [DBG] mgrmap e3: a(active, since 1.016s) 2024-09-13T13:01:39.556 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout 2024-09-13T13:01:39.556 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout { 2024-09-13T13:01:39.556 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "fsid": "fa2bba74-71cf-11ef-bceb-c7b262605968", 2024-09-13T13:01:39.556 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "health": { 2024-09-13T13:01:39.557 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-13T13:01:39.557 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-13T13:01:39.557 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-13T13:01:39.557 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout }, 2024-09-13T13:01:39.557 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-13T13:01:39.557 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-13T13:01:39.557 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout 0 2024-09-13T13:01:39.557 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout ], 2024-09-13T13:01:39.557 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-13T13:01:39.557 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "a" 2024-09-13T13:01:39.557 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout ], 2024-09-13T13:01:39.558 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "quorum_age": 11, 2024-09-13T13:01:39.558 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-13T13:01:39.558 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T13:01:39.558 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-13T13:01:39.558 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-13T13:01:39.558 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout }, 2024-09-13T13:01:39.558 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-13T13:01:39.558 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T13:01:39.558 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-13T13:01:39.558 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-13T13:01:39.558 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-13T13:01:39.562 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-13T13:01:39.562 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-13T13:01:39.562 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-13T13:01:39.563 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout }, 2024-09-13T13:01:39.563 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-13T13:01:39.563 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-13T13:01:39.563 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-13T13:01:39.563 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-13T13:01:39.563 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-13T13:01:39.563 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-13T13:01:39.563 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-13T13:01:39.563 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-13T13:01:39.563 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-13T13:01:39.563 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout }, 2024-09-13T13:01:39.563 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-13T13:01:39.563 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T13:01:39.563 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "btime": "2024-09-13T13:01:20:772772+0000", 2024-09-13T13:01:39.563 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-13T13:01:39.564 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-13T13:01:39.564 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout }, 2024-09-13T13:01:39.564 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-13T13:01:39.564 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-13T13:01:39.564 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-13T13:01:39.564 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-13T13:01:39.564 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-13T13:01:39.564 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-13T13:01:39.564 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "restful" 2024-09-13T13:01:39.564 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout ], 2024-09-13T13:01:39.564 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-13T13:01:39.564 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout }, 2024-09-13T13:01:39.564 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-13T13:01:39.564 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T13:01:39.565 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "modified": "2024-09-13T13:01:20.773496+0000", 2024-09-13T13:01:39.565 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-13T13:01:39.565 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout }, 2024-09-13T13:01:39.565 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-13T13:01:39.565 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout } 2024-09-13T13:01:39.565 INFO:teuthology.orchestra.run.smithi007.stdout:mgr is available 2024-09-13T13:01:40.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:39 smithi007 bash[22721]: cluster 2024-09-13T13:01:38.856132+0000 mon.a (mon.0) 29 : cluster [DBG] mgrmap e4: a(active, since 2s) 2024-09-13T13:01:40.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:39 smithi007 bash[22721]: cluster 2024-09-13T13:01:38.856132+0000 mon.a (mon.0) 29 : cluster [DBG] mgrmap e4: a(active, since 2s) 2024-09-13T13:01:40.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:39 smithi007 bash[22721]: audit 2024-09-13T13:01:38.972555+0000 mon.a (mon.0) 30 : audit [DBG] from='client.? 172.21.15.7:0/1289080460' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-13T13:01:40.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:39 smithi007 bash[22721]: audit 2024-09-13T13:01:38.972555+0000 mon.a (mon.0) 30 : audit [DBG] from='client.? 172.21.15.7:0/1289080460' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-13T13:01:41.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:41 smithi007 bash[22721]: audit 2024-09-13T13:01:40.974844+0000 mon.a (mon.0) 31 : audit [INF] from='client.? 172.21.15.7:0/3061500633' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-13T13:01:41.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:41 smithi007 bash[22721]: audit 2024-09-13T13:01:40.974844+0000 mon.a (mon.0) 31 : audit [INF] from='client.? 172.21.15.7:0/3061500633' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-13T13:01:41.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:41 smithi007 bash[22721]: audit 2024-09-13T13:01:40.977317+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.7:0/3061500633' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-13T13:01:41.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:41 smithi007 bash[22721]: audit 2024-09-13T13:01:40.977317+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.7:0/3061500633' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-13T13:01:41.535 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout 2024-09-13T13:01:41.535 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout [global] 2024-09-13T13:01:41.535 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout fsid = fa2bba74-71cf-11ef-bceb-c7b262605968 2024-09-13T13:01:41.535 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-13T13:01:41.535 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.7:3300,v1:172.21.15.7:6789] 2024-09-13T13:01:41.535 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-13T13:01:41.535 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-13T13:01:41.535 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-13T13:01:41.536 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-13T13:01:41.536 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout 2024-09-13T13:01:41.537 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-13T13:01:41.537 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-13T13:01:41.537 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout 2024-09-13T13:01:41.537 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout [osd] 2024-09-13T13:01:41.537 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-13T13:01:41.537 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-13T13:01:41.537 INFO:teuthology.orchestra.run.smithi007.stdout:Enabling cephadm module... 2024-09-13T13:01:43.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:43 smithi007 bash[22721]: audit 2024-09-13T13:01:43.059682+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.7:0/1022550637' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2024-09-13T13:01:43.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:43 smithi007 bash[22721]: audit 2024-09-13T13:01:43.059682+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.7:0/1022550637' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2024-09-13T13:01:43.561 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:01:43 smithi007 bash[22975]: ignoring --setuser ceph since I am not root 2024-09-13T13:01:43.561 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:01:43 smithi007 bash[22975]: ignoring --setgroup ceph since I am not root 2024-09-13T13:01:44.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:44 smithi007 bash[22721]: audit 2024-09-13T13:01:43.111327+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.7:0/1022550637' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-13T13:01:44.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:44 smithi007 bash[22721]: audit 2024-09-13T13:01:43.111327+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.7:0/1022550637' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-13T13:01:44.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:44 smithi007 bash[22721]: cluster 2024-09-13T13:01:43.117919+0000 mon.a (mon.0) 35 : cluster [DBG] mgrmap e5: a(active, since 6s) 2024-09-13T13:01:44.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:44 smithi007 bash[22721]: cluster 2024-09-13T13:01:43.117919+0000 mon.a (mon.0) 35 : cluster [DBG] mgrmap e5: a(active, since 6s) 2024-09-13T13:01:45.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:45 smithi007 bash[22721]: audit 2024-09-13T13:01:45.204669+0000 mon.a (mon.0) 36 : audit [DBG] from='client.? 172.21.15.7:0/2266452703' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-13T13:01:45.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:45 smithi007 bash[22721]: audit 2024-09-13T13:01:45.204669+0000 mon.a (mon.0) 36 : audit [DBG] from='client.? 172.21.15.7:0/2266452703' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-13T13:01:45.749 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout { 2024-09-13T13:01:45.749 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-09-13T13:01:45.749 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-13T13:01:45.750 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-09-13T13:01:45.750 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-13T13:01:45.750 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout } 2024-09-13T13:01:45.750 INFO:teuthology.orchestra.run.smithi007.stdout:Waiting for the mgr to restart... 2024-09-13T13:01:45.750 INFO:teuthology.orchestra.run.smithi007.stdout:Waiting for mgr epoch 5... 2024-09-13T13:01:49.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:49 smithi007 bash[22721]: cluster 2024-09-13T13:01:49.414138+0000 mon.a (mon.0) 37 : cluster [INF] Active manager daemon a restarted 2024-09-13T13:01:49.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:49 smithi007 bash[22721]: cluster 2024-09-13T13:01:49.414138+0000 mon.a (mon.0) 37 : cluster [INF] Active manager daemon a restarted 2024-09-13T13:01:49.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:49 smithi007 bash[22721]: cluster 2024-09-13T13:01:49.414451+0000 mon.a (mon.0) 38 : cluster [INF] Activating manager daemon a 2024-09-13T13:01:49.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:49 smithi007 bash[22721]: cluster 2024-09-13T13:01:49.414451+0000 mon.a (mon.0) 38 : cluster [INF] Activating manager daemon a 2024-09-13T13:01:49.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:49 smithi007 bash[22721]: cluster 2024-09-13T13:01:49.418512+0000 mon.a (mon.0) 39 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-09-13T13:01:49.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:49 smithi007 bash[22721]: cluster 2024-09-13T13:01:49.418512+0000 mon.a (mon.0) 39 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-09-13T13:01:49.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:49 smithi007 bash[22721]: cluster 2024-09-13T13:01:49.418680+0000 mon.a (mon.0) 40 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00442029s) 2024-09-13T13:01:49.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:49 smithi007 bash[22721]: cluster 2024-09-13T13:01:49.418680+0000 mon.a (mon.0) 40 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00442029s) 2024-09-13T13:01:49.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:49 smithi007 bash[22721]: audit 2024-09-13T13:01:49.421047+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.14118 172.21.15.7:0/3978417293' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T13:01:49.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:49 smithi007 bash[22721]: audit 2024-09-13T13:01:49.421047+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.14118 172.21.15.7:0/3978417293' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T13:01:49.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:49 smithi007 bash[22721]: audit 2024-09-13T13:01:49.421901+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14118 172.21.15.7:0/3978417293' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-13T13:01:49.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:49 smithi007 bash[22721]: audit 2024-09-13T13:01:49.421901+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14118 172.21.15.7:0/3978417293' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-13T13:01:49.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:49 smithi007 bash[22721]: audit 2024-09-13T13:01:49.422817+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14118 172.21.15.7:0/3978417293' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-13T13:01:49.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:49 smithi007 bash[22721]: audit 2024-09-13T13:01:49.422817+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14118 172.21.15.7:0/3978417293' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-13T13:01:49.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:49 smithi007 bash[22721]: audit 2024-09-13T13:01:49.423083+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14118 172.21.15.7:0/3978417293' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-13T13:01:49.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:49 smithi007 bash[22721]: audit 2024-09-13T13:01:49.423083+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14118 172.21.15.7:0/3978417293' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-13T13:01:49.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:49 smithi007 bash[22721]: audit 2024-09-13T13:01:49.423325+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14118 172.21.15.7:0/3978417293' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-13T13:01:49.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:49 smithi007 bash[22721]: audit 2024-09-13T13:01:49.423325+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14118 172.21.15.7:0/3978417293' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-13T13:01:49.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:49 smithi007 bash[22721]: cluster 2024-09-13T13:01:49.450884+0000 mon.a (mon.0) 46 : cluster [INF] Manager daemon a is now available 2024-09-13T13:01:49.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:49 smithi007 bash[22721]: cluster 2024-09-13T13:01:49.450884+0000 mon.a (mon.0) 46 : cluster [INF] Manager daemon a is now available 2024-09-13T13:01:51.077 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout { 2024-09-13T13:01:51.077 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-09-13T13:01:51.077 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-13T13:01:51.077 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout } 2024-09-13T13:01:51.078 INFO:teuthology.orchestra.run.smithi007.stdout:mgr epoch 5 is available 2024-09-13T13:01:51.078 INFO:teuthology.orchestra.run.smithi007.stdout:Verifying orchestrator module is enabled... 2024-09-13T13:01:51.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:51 smithi007 bash[22721]: cluster 2024-09-13T13:01:50.426726+0000 mon.a (mon.0) 47 : cluster [DBG] mgrmap e7: a(active, since 1.01245s) 2024-09-13T13:01:51.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:51 smithi007 bash[22721]: cluster 2024-09-13T13:01:50.426726+0000 mon.a (mon.0) 47 : cluster [DBG] mgrmap e7: a(active, since 1.01245s) 2024-09-13T13:01:51.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:51 smithi007 bash[22721]: audit 2024-09-13T13:01:50.535614+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14118 172.21.15.7:0/3978417293' entity='mgr.a' 2024-09-13T13:01:51.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:51 smithi007 bash[22721]: audit 2024-09-13T13:01:50.535614+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14118 172.21.15.7:0/3978417293' entity='mgr.a' 2024-09-13T13:01:51.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:51 smithi007 bash[22721]: audit 2024-09-13T13:01:50.538227+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14118 172.21.15.7:0/3978417293' entity='mgr.a' 2024-09-13T13:01:51.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:51 smithi007 bash[22721]: audit 2024-09-13T13:01:50.538227+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14118 172.21.15.7:0/3978417293' entity='mgr.a' 2024-09-13T13:01:51.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:51 smithi007 bash[22721]: cephadm 2024-09-13T13:01:50.538651+0000 mgr.a (mgr.14118) 3 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-09-13T13:01:51.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:51 smithi007 bash[22721]: cephadm 2024-09-13T13:01:50.538651+0000 mgr.a (mgr.14118) 3 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-09-13T13:01:51.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:51 smithi007 bash[22721]: audit 2024-09-13T13:01:50.540642+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14118 172.21.15.7:0/3978417293' entity='mgr.a' 2024-09-13T13:01:51.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:51 smithi007 bash[22721]: audit 2024-09-13T13:01:50.540642+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14118 172.21.15.7:0/3978417293' entity='mgr.a' 2024-09-13T13:01:51.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:51 smithi007 bash[22721]: audit 2024-09-13T13:01:50.543597+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.14118 172.21.15.7:0/3978417293' entity='mgr.a' 2024-09-13T13:01:51.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:51 smithi007 bash[22721]: audit 2024-09-13T13:01:50.543597+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.14118 172.21.15.7:0/3978417293' entity='mgr.a' 2024-09-13T13:01:51.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:51 smithi007 bash[22721]: audit 2024-09-13T13:01:50.546411+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.14118 172.21.15.7:0/3978417293' entity='mgr.a' 2024-09-13T13:01:51.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:51 smithi007 bash[22721]: audit 2024-09-13T13:01:50.546411+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.14118 172.21.15.7:0/3978417293' entity='mgr.a' 2024-09-13T13:01:51.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:51 smithi007 bash[22721]: audit 2024-09-13T13:01:50.549670+0000 mon.a (mon.0) 53 : audit [DBG] from='mgr.14118 172.21.15.7:0/3978417293' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:01:51.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:51 smithi007 bash[22721]: audit 2024-09-13T13:01:50.549670+0000 mon.a (mon.0) 53 : audit [DBG] from='mgr.14118 172.21.15.7:0/3978417293' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:01:51.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:51 smithi007 bash[22721]: audit 2024-09-13T13:01:50.553036+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.14118 172.21.15.7:0/3978417293' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:01:51.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:51 smithi007 bash[22721]: audit 2024-09-13T13:01:50.553036+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.14118 172.21.15.7:0/3978417293' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:01:51.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:51 smithi007 bash[22721]: audit 2024-09-13T13:01:50.562233+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14118 172.21.15.7:0/3978417293' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-13T13:01:51.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:51 smithi007 bash[22721]: audit 2024-09-13T13:01:50.562233+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14118 172.21.15.7:0/3978417293' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-13T13:01:51.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:51 smithi007 bash[22721]: audit 2024-09-13T13:01:50.565454+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14118 172.21.15.7:0/3978417293' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-13T13:01:51.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:51 smithi007 bash[22721]: audit 2024-09-13T13:01:50.565454+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14118 172.21.15.7:0/3978417293' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-13T13:01:52.311 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:01:52 smithi007 bash[22975]: debug 2024-09-13T13:01:52.131+0000 7f0e4070e640 -1 log_channel(cephadm) log [ERR] : [13/Sep/2024:13:01:52] ENGINE Error in HTTPServer.serve 2024-09-13T13:01:52.311 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:01:52 smithi007 bash[22975]: Traceback (most recent call last): 2024-09-13T13:01:52.311 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:01:52 smithi007 bash[22975]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-13T13:01:52.312 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:01:52 smithi007 bash[22975]: self._connections.run(self.expiration_interval) 2024-09-13T13:01:52.312 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:01:52 smithi007 bash[22975]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-13T13:01:52.312 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:01:52 smithi007 bash[22975]: self._run(expiration_interval) 2024-09-13T13:01:52.312 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:01:52 smithi007 bash[22975]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-13T13:01:52.312 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:01:52 smithi007 bash[22975]: new_conn = self._from_server_socket(self.server.socket) 2024-09-13T13:01:52.312 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:01:52 smithi007 bash[22975]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-13T13:01:52.312 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:01:52 smithi007 bash[22975]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-13T13:01:52.312 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:01:52 smithi007 bash[22975]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-13T13:01:52.312 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:01:52 smithi007 bash[22975]: s = self.context.wrap_socket( 2024-09-13T13:01:52.312 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:01:52 smithi007 bash[22975]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-13T13:01:52.312 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:01:52 smithi007 bash[22975]: return self.sslsocket_class._create( 2024-09-13T13:01:52.312 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:01:52 smithi007 bash[22975]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-13T13:01:52.312 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:01:52 smithi007 bash[22975]: self.do_handshake() 2024-09-13T13:01:52.313 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:01:52 smithi007 bash[22975]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-13T13:01:52.313 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:01:52 smithi007 bash[22975]: self._sslobj.do_handshake() 2024-09-13T13:01:52.313 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:01:52 smithi007 bash[22975]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-13T13:01:52.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:52 smithi007 bash[22721]: cephadm 2024-09-13T13:01:52.011125+0000 mgr.a (mgr.14118) 4 : cephadm [INF] [13/Sep/2024:13:01:52] ENGINE Bus STARTING 2024-09-13T13:01:52.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:52 smithi007 bash[22721]: cephadm 2024-09-13T13:01:52.011125+0000 mgr.a (mgr.14118) 4 : cephadm [INF] [13/Sep/2024:13:01:52] ENGINE Bus STARTING 2024-09-13T13:01:52.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:52 smithi007 bash[22721]: cephadm 2024-09-13T13:01:52.131858+0000 mgr.a (mgr.14118) 5 : cephadm [INF] [13/Sep/2024:13:01:52] ENGINE Serving on https://172.21.15.7:7150 2024-09-13T13:01:52.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:52 smithi007 bash[22721]: cephadm 2024-09-13T13:01:52.131858+0000 mgr.a (mgr.14118) 5 : cephadm [INF] [13/Sep/2024:13:01:52] ENGINE Serving on https://172.21.15.7:7150 2024-09-13T13:01:52.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:52 smithi007 bash[22721]: cephadm 2024-09-13T13:01:52.135126+0000 mgr.a (mgr.14118) 6 : cephadm [ERR] [13/Sep/2024:13:01:52] ENGINE Error in HTTPServer.serve 2024-09-13T13:01:52.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:52 smithi007 bash[22721]: Traceback (most recent call last): 2024-09-13T13:01:52.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:52 smithi007 bash[22721]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-13T13:01:52.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:52 smithi007 bash[22721]: self._connections.run(self.expiration_interval) 2024-09-13T13:01:52.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:52 smithi007 bash[22721]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-13T13:01:52.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:52 smithi007 bash[22721]: self._run(expiration_interval) 2024-09-13T13:01:52.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:52 smithi007 bash[22721]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-13T13:01:52.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:52 smithi007 bash[22721]: new_conn = self._from_server_socket(self.server.socket) 2024-09-13T13:01:52.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:52 smithi007 bash[22721]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-13T13:01:52.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:52 smithi007 bash[22721]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-13T13:01:52.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:52 smithi007 bash[22721]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-13T13:01:52.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:52 smithi007 bash[22721]: s = self.context.wrap_socket( 2024-09-13T13:01:52.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:52 smithi007 bash[22721]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-13T13:01:52.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:52 smithi007 bash[22721]: return self.sslsocket_class._create( 2024-09-13T13:01:52.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:52 smithi007 bash[22721]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-13T13:01:52.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:52 smithi007 bash[22721]: self.do_handshake() 2024-09-13T13:01:52.814 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:52 smithi007 bash[22721]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-13T13:01:52.814 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:52 smithi007 bash[22721]: self._sslobj.do_handshake() 2024-09-13T13:01:52.814 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:52 smithi007 bash[22721]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-13T13:01:52.814 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:52 smithi007 bash[22721]: cephadm 2024-09-13T13:01:52.135126+0000 mgr.a (mgr.14118) 6 : cephadm [ERR] [13/Sep/2024:13:01:52] ENGINE Error in HTTPServer.serve 2024-09-13T13:01:52.814 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:52 smithi007 bash[22721]: Traceback (most recent call last): 2024-09-13T13:01:52.814 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:52 smithi007 bash[22721]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-13T13:01:52.814 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:52 smithi007 bash[22721]: self._connections.run(self.expiration_interval) 2024-09-13T13:01:52.814 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:52 smithi007 bash[22721]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-13T13:01:52.814 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:52 smithi007 bash[22721]: self._run(expiration_interval) 2024-09-13T13:01:52.814 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:52 smithi007 bash[22721]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-13T13:01:52.815 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:52 smithi007 bash[22721]: new_conn = self._from_server_socket(self.server.socket) 2024-09-13T13:01:52.815 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:52 smithi007 bash[22721]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-13T13:01:52.815 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:52 smithi007 bash[22721]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-13T13:01:52.815 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:52 smithi007 bash[22721]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-13T13:01:52.815 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:52 smithi007 bash[22721]: s = self.context.wrap_socket( 2024-09-13T13:01:52.815 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:52 smithi007 bash[22721]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-13T13:01:52.815 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:52 smithi007 bash[22721]: return self.sslsocket_class._create( 2024-09-13T13:01:52.815 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:52 smithi007 bash[22721]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-13T13:01:52.815 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:52 smithi007 bash[22721]: self.do_handshake() 2024-09-13T13:01:52.815 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:52 smithi007 bash[22721]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-13T13:01:52.815 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:52 smithi007 bash[22721]: self._sslobj.do_handshake() 2024-09-13T13:01:52.816 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:52 smithi007 bash[22721]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-13T13:01:52.816 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:52 smithi007 bash[22721]: audit 2024-09-13T13:01:52.233971+0000 mon.a (mon.0) 57 : audit [DBG] from='mgr.14118 172.21.15.7:0/3978417293' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:01:52.816 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:52 smithi007 bash[22721]: audit 2024-09-13T13:01:52.233971+0000 mon.a (mon.0) 57 : audit [DBG] from='mgr.14118 172.21.15.7:0/3978417293' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:01:53.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:53 smithi007 bash[22721]: cephadm 2024-09-13T13:01:52.232996+0000 mgr.a (mgr.14118) 7 : cephadm [INF] [13/Sep/2024:13:01:52] ENGINE Serving on http://172.21.15.7:8765 2024-09-13T13:01:53.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:53 smithi007 bash[22721]: cephadm 2024-09-13T13:01:52.232996+0000 mgr.a (mgr.14118) 7 : cephadm [INF] [13/Sep/2024:13:01:52] ENGINE Serving on http://172.21.15.7:8765 2024-09-13T13:01:53.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:53 smithi007 bash[22721]: cephadm 2024-09-13T13:01:52.233145+0000 mgr.a (mgr.14118) 8 : cephadm [INF] [13/Sep/2024:13:01:52] ENGINE Bus STARTED 2024-09-13T13:01:53.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:53 smithi007 bash[22721]: cephadm 2024-09-13T13:01:52.233145+0000 mgr.a (mgr.14118) 8 : cephadm [INF] [13/Sep/2024:13:01:52] ENGINE Bus STARTED 2024-09-13T13:01:53.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:53 smithi007 bash[22721]: cluster 2024-09-13T13:01:52.435432+0000 mon.a (mon.0) 58 : cluster [DBG] mgrmap e8: a(active, since 3s) 2024-09-13T13:01:53.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:53 smithi007 bash[22721]: cluster 2024-09-13T13:01:52.435432+0000 mon.a (mon.0) 58 : cluster [DBG] mgrmap e8: a(active, since 3s) 2024-09-13T13:01:53.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:53 smithi007 bash[22721]: audit 2024-09-13T13:01:52.581357+0000 mon.a (mon.0) 59 : audit [INF] from='client.? 172.21.15.7:0/1438850339' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2024-09-13T13:01:53.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:53 smithi007 bash[22721]: audit 2024-09-13T13:01:52.581357+0000 mon.a (mon.0) 59 : audit [INF] from='client.? 172.21.15.7:0/1438850339' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2024-09-13T13:01:54.077 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stderr module 'orchestrator' is already enabled (always-on) 2024-09-13T13:01:54.077 INFO:teuthology.orchestra.run.smithi007.stdout:Setting orchestrator backend to cephadm... 2024-09-13T13:01:54.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:54 smithi007 bash[22721]: audit 2024-09-13T13:01:53.431436+0000 mon.a (mon.0) 60 : audit [INF] from='client.? 172.21.15.7:0/1438850339' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2024-09-13T13:01:54.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:54 smithi007 bash[22721]: audit 2024-09-13T13:01:53.431436+0000 mon.a (mon.0) 60 : audit [INF] from='client.? 172.21.15.7:0/1438850339' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2024-09-13T13:01:54.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:54 smithi007 bash[22721]: cluster 2024-09-13T13:01:53.437895+0000 mon.a (mon.0) 61 : cluster [DBG] mgrmap e9: a(active, since 4s) 2024-09-13T13:01:54.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:54 smithi007 bash[22721]: cluster 2024-09-13T13:01:53.437895+0000 mon.a (mon.0) 61 : cluster [DBG] mgrmap e9: a(active, since 4s) 2024-09-13T13:01:56.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:56 smithi007 bash[22721]: audit 2024-09-13T13:01:55.549871+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-13T13:01:56.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:56 smithi007 bash[22721]: audit 2024-09-13T13:01:55.549871+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-13T13:01:56.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:56 smithi007 bash[22721]: audit 2024-09-13T13:01:55.558127+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14118 172.21.15.7:0/3978417293' entity='mgr.a' 2024-09-13T13:01:56.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:56 smithi007 bash[22721]: audit 2024-09-13T13:01:55.558127+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14118 172.21.15.7:0/3978417293' entity='mgr.a' 2024-09-13T13:01:56.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:56 smithi007 bash[22721]: audit 2024-09-13T13:01:55.577090+0000 mon.a (mon.0) 63 : audit [DBG] from='mgr.14118 172.21.15.7:0/3978417293' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:01:56.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:56 smithi007 bash[22721]: audit 2024-09-13T13:01:55.577090+0000 mon.a (mon.0) 63 : audit [DBG] from='mgr.14118 172.21.15.7:0/3978417293' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:01:58.200 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout value unchanged 2024-09-13T13:01:58.200 INFO:teuthology.orchestra.run.smithi007.stdout:Generating ssh key... 2024-09-13T13:01:58.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:58 smithi007 bash[22721]: audit 2024-09-13T13:01:57.629296+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-13T13:01:58.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:01:58 smithi007 bash[22721]: audit 2024-09-13T13:01:57.629296+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-13T13:02:00.260 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:01:59 smithi007 bash[22975]: Generating public/private rsa key pair. 2024-09-13T13:02:00.260 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:01:59 smithi007 bash[22975]: Your identification has been saved in /tmp/tmphps64p5y/key 2024-09-13T13:02:00.261 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:01:59 smithi007 bash[22975]: Your public key has been saved in /tmp/tmphps64p5y/key.pub 2024-09-13T13:02:00.261 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:01:59 smithi007 bash[22975]: The key fingerprint is: 2024-09-13T13:02:00.261 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:01:59 smithi007 bash[22975]: SHA256:SmbXXs8hQ/LvYBfUKAR/5xyyW7T3hiqViwTe3qKs4zA ceph-fa2bba74-71cf-11ef-bceb-c7b262605968 2024-09-13T13:02:00.261 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:01:59 smithi007 bash[22975]: The key's randomart image is: 2024-09-13T13:02:00.261 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:01:59 smithi007 bash[22975]: +---[RSA 3072]----+ 2024-09-13T13:02:00.261 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:01:59 smithi007 bash[22975]: | ... | 2024-09-13T13:02:00.261 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:01:59 smithi007 bash[22975]: | o o | 2024-09-13T13:02:00.261 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:01:59 smithi007 bash[22975]: | . +.+oo| 2024-09-13T13:02:00.261 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:01:59 smithi007 bash[22975]: | .. + +++o| 2024-09-13T13:02:00.261 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:01:59 smithi007 bash[22975]: | +.So. =ooo+| 2024-09-13T13:02:00.261 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:01:59 smithi007 bash[22975]: | + o..o.o*o+o| 2024-09-13T13:02:00.261 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:01:59 smithi007 bash[22975]: | E . o.+oo* o| 2024-09-13T13:02:00.261 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:01:59 smithi007 bash[22975]: | o.. =.o= . | 2024-09-13T13:02:00.262 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:01:59 smithi007 bash[22975]: | .ooo. o. . | 2024-09-13T13:02:00.262 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:01:59 smithi007 bash[22975]: +----[SHA256]-----+ 2024-09-13T13:02:01.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:01 smithi007 bash[22721]: audit 2024-09-13T13:01:59.742696+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-13T13:02:01.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:01 smithi007 bash[22721]: audit 2024-09-13T13:01:59.742696+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-13T13:02:01.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:01 smithi007 bash[22721]: cephadm 2024-09-13T13:01:59.743056+0000 mgr.a (mgr.14118) 12 : cephadm [INF] Generating ssh key... 2024-09-13T13:02:01.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:01 smithi007 bash[22721]: cephadm 2024-09-13T13:01:59.743056+0000 mgr.a (mgr.14118) 12 : cephadm [INF] Generating ssh key... 2024-09-13T13:02:01.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:01 smithi007 bash[22721]: audit 2024-09-13T13:02:00.001778+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14118 172.21.15.7:0/3978417293' entity='mgr.a' 2024-09-13T13:02:01.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:01 smithi007 bash[22721]: audit 2024-09-13T13:02:00.001778+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14118 172.21.15.7:0/3978417293' entity='mgr.a' 2024-09-13T13:02:01.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:01 smithi007 bash[22721]: audit 2024-09-13T13:02:00.005927+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14118 172.21.15.7:0/3978417293' entity='mgr.a' 2024-09-13T13:02:01.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:01 smithi007 bash[22721]: audit 2024-09-13T13:02:00.005927+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14118 172.21.15.7:0/3978417293' entity='mgr.a' 2024-09-13T13:02:02.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:02 smithi007 bash[22721]: audit 2024-09-13T13:02:02.070479+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-13T13:02:02.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:02 smithi007 bash[22721]: audit 2024-09-13T13:02:02.070479+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-13T13:02:02.630 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCmv9r8D8CDSzEqdc3p+I3MgXuGOQ8qekBiQ9/FN1dmKPpjItQAITrMPTO4DGudLyRs9fISchyPKFUlo5jFA9HAuVcFpuVK9sV1Y7pdWxWdRpUIZJCFnCbaONRYVlsLARVkPfApsghdNGOCxE/aMzjwp7nprCtdhNQPztWWBNW5TJklKaGx7KtPI8JfrWJgVHFANgdF+2LeULN7XaX+MCvGLjlCumi72kg9BtcdgqQlQvGe6HucKaCWv+waFQfUGQxRtYHtxuf9l0BZ8vWTT1pGEj9FaUOcdPbzhXGdoxnL3TKw5NlfOVDuLBBMd0XGn93WR+OqstBLUzVO5OroNlI0KNCbESUcWB3jxpDmHonh0Z6FJTjefGOOlJMnB6WRbuTKwNh3OgPmWLnegUAKPP7IoOKgB36vevshq3zAk2yXGNCncFo9wUmKakEALNjqbKGUB7H0yym6fnXeI9zZHfGwvmzvgbGEW/l83VSKIA0LerRVBy4Kccyvbcfak2ytRoU= ceph-fa2bba74-71cf-11ef-bceb-c7b262605968 2024-09-13T13:02:02.630 INFO:teuthology.orchestra.run.smithi007.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-09-13T13:02:02.630 INFO:teuthology.orchestra.run.smithi007.stdout:Adding key to root@localhost authorized_keys... 2024-09-13T13:02:02.630 INFO:teuthology.orchestra.run.smithi007.stdout:Adding host smithi007... 2024-09-13T13:02:04.509 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:04 smithi007 bash[22721]: audit 2024-09-13T13:02:04.148897+0000 mgr.a (mgr.14118) 14 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi007", "addr": "172.21.15.7", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:02:04.509 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:04 smithi007 bash[22721]: audit 2024-09-13T13:02:04.148897+0000 mgr.a (mgr.14118) 14 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi007", "addr": "172.21.15.7", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:02:06.537 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:06 smithi007 bash[22721]: cephadm 2024-09-13T13:02:05.385664+0000 mgr.a (mgr.14118) 15 : cephadm [INF] Deploying cephadm binary to smithi007 2024-09-13T13:02:06.537 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:06 smithi007 bash[22721]: cephadm 2024-09-13T13:02:05.385664+0000 mgr.a (mgr.14118) 15 : cephadm [INF] Deploying cephadm binary to smithi007 2024-09-13T13:02:09.885 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout Added host 'smithi007' with addr '172.21.15.7' 2024-09-13T13:02:09.885 INFO:teuthology.orchestra.run.smithi007.stdout:Deploying unmanaged mon service... 2024-09-13T13:02:10.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:09 smithi007 bash[22721]: audit 2024-09-13T13:02:08.970923+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14118 172.21.15.7:0/3978417293' entity='mgr.a' 2024-09-13T13:02:10.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:09 smithi007 bash[22721]: audit 2024-09-13T13:02:08.970923+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14118 172.21.15.7:0/3978417293' entity='mgr.a' 2024-09-13T13:02:10.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:09 smithi007 bash[22721]: cephadm 2024-09-13T13:02:08.971452+0000 mgr.a (mgr.14118) 16 : cephadm [INF] Added host smithi007 2024-09-13T13:02:10.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:09 smithi007 bash[22721]: cephadm 2024-09-13T13:02:08.971452+0000 mgr.a (mgr.14118) 16 : cephadm [INF] Added host smithi007 2024-09-13T13:02:10.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:09 smithi007 bash[22721]: audit 2024-09-13T13:02:08.971808+0000 mon.a (mon.0) 67 : audit [DBG] from='mgr.14118 172.21.15.7:0/3978417293' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:02:10.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:09 smithi007 bash[22721]: audit 2024-09-13T13:02:08.971808+0000 mon.a (mon.0) 67 : audit [DBG] from='mgr.14118 172.21.15.7:0/3978417293' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:02:11.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:10 smithi007 bash[22721]: cluster 2024-09-13T13:02:09.424608+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-13T13:02:11.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:10 smithi007 bash[22721]: cluster 2024-09-13T13:02:09.424608+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-13T13:02:12.859 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-09-13T13:02:12.859 INFO:teuthology.orchestra.run.smithi007.stdout:Deploying unmanaged mgr service... 2024-09-13T13:02:13.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:12 smithi007 bash[22721]: cluster 2024-09-13T13:02:11.425021+0000 mgr.a (mgr.14118) 18 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:02:13.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:12 smithi007 bash[22721]: cluster 2024-09-13T13:02:11.425021+0000 mgr.a (mgr.14118) 18 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:02:13.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:12 smithi007 bash[22721]: audit 2024-09-13T13:02:12.167070+0000 mgr.a (mgr.14118) 19 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:02:13.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:12 smithi007 bash[22721]: audit 2024-09-13T13:02:12.167070+0000 mgr.a (mgr.14118) 19 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:02:13.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:12 smithi007 bash[22721]: cephadm 2024-09-13T13:02:12.170040+0000 mgr.a (mgr.14118) 20 : cephadm [INF] Saving service mon spec with placement count:5 2024-09-13T13:02:13.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:12 smithi007 bash[22721]: cephadm 2024-09-13T13:02:12.170040+0000 mgr.a (mgr.14118) 20 : cephadm [INF] Saving service mon spec with placement count:5 2024-09-13T13:02:13.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:12 smithi007 bash[22721]: audit 2024-09-13T13:02:12.173584+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14118 172.21.15.7:0/3978417293' entity='mgr.a' 2024-09-13T13:02:13.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:12 smithi007 bash[22721]: audit 2024-09-13T13:02:12.173584+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14118 172.21.15.7:0/3978417293' entity='mgr.a' 2024-09-13T13:02:13.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:12 smithi007 bash[22721]: audit 2024-09-13T13:02:12.497566+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14118 172.21.15.7:0/3978417293' entity='mgr.a' 2024-09-13T13:02:13.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:12 smithi007 bash[22721]: audit 2024-09-13T13:02:12.497566+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14118 172.21.15.7:0/3978417293' entity='mgr.a' 2024-09-13T13:02:14.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:14 smithi007 bash[22721]: audit 2024-09-13T13:02:13.074092+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.14118 172.21.15.7:0/3978417293' entity='mgr.a' 2024-09-13T13:02:14.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:14 smithi007 bash[22721]: audit 2024-09-13T13:02:13.074092+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.14118 172.21.15.7:0/3978417293' entity='mgr.a' 2024-09-13T13:02:15.042 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-09-13T13:02:15.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:15 smithi007 bash[22721]: cluster 2024-09-13T13:02:13.425437+0000 mgr.a (mgr.14118) 21 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:02:15.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:15 smithi007 bash[22721]: cluster 2024-09-13T13:02:13.425437+0000 mgr.a (mgr.14118) 21 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:02:15.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:15 smithi007 bash[22721]: audit 2024-09-13T13:02:14.440338+0000 mon.a (mon.0) 71 : audit [INF] from='mgr.14118 172.21.15.7:0/3978417293' entity='mgr.a' 2024-09-13T13:02:15.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:15 smithi007 bash[22721]: audit 2024-09-13T13:02:14.440338+0000 mon.a (mon.0) 71 : audit [INF] from='mgr.14118 172.21.15.7:0/3978417293' entity='mgr.a' 2024-09-13T13:02:16.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:16 smithi007 bash[22721]: audit 2024-09-13T13:02:14.436263+0000 mgr.a (mgr.14118) 22 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:02:16.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:16 smithi007 bash[22721]: audit 2024-09-13T13:02:14.436263+0000 mgr.a (mgr.14118) 22 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:02:16.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:16 smithi007 bash[22721]: cephadm 2024-09-13T13:02:14.437249+0000 mgr.a (mgr.14118) 23 : cephadm [INF] Saving service mgr spec with placement count:2 2024-09-13T13:02:16.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:16 smithi007 bash[22721]: cephadm 2024-09-13T13:02:14.437249+0000 mgr.a (mgr.14118) 23 : cephadm [INF] Saving service mgr spec with placement count:2 2024-09-13T13:02:17.390 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:17 smithi007 bash[22721]: cluster 2024-09-13T13:02:15.425884+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-13T13:02:17.390 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:17 smithi007 bash[22721]: cluster 2024-09-13T13:02:15.425884+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-13T13:02:17.390 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:17 smithi007 bash[22721]: audit 2024-09-13T13:02:16.633641+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.7:0/3358044473' entity='client.admin' 2024-09-13T13:02:17.390 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:17 smithi007 bash[22721]: audit 2024-09-13T13:02:16.633641+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.7:0/3358044473' entity='client.admin' 2024-09-13T13:02:19.413 INFO:teuthology.orchestra.run.smithi007.stdout:Enabling the dashboard module... 2024-09-13T13:02:19.502 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:19 smithi007 bash[22721]: cluster 2024-09-13T13:02:17.426316+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-13T13:02:19.502 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:19 smithi007 bash[22721]: cluster 2024-09-13T13:02:17.426316+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-13T13:02:19.502 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:19 smithi007 bash[22721]: audit 2024-09-13T13:02:18.789034+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 172.21.15.7:0/281024533' entity='client.admin' 2024-09-13T13:02:19.502 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:19 smithi007 bash[22721]: audit 2024-09-13T13:02:18.789034+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 172.21.15.7:0/281024533' entity='client.admin' 2024-09-13T13:02:19.502 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:19 smithi007 bash[22721]: audit 2024-09-13T13:02:19.003866+0000 mon.a (mon.0) 74 : audit [INF] from='mgr.14118 172.21.15.7:0/3978417293' entity='mgr.a' 2024-09-13T13:02:19.502 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:19 smithi007 bash[22721]: audit 2024-09-13T13:02:19.003866+0000 mon.a (mon.0) 74 : audit [INF] from='mgr.14118 172.21.15.7:0/3978417293' entity='mgr.a' 2024-09-13T13:02:19.502 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:19 smithi007 bash[22721]: audit 2024-09-13T13:02:19.006061+0000 mon.a (mon.0) 75 : audit [INF] from='mgr.14118 172.21.15.7:0/3978417293' entity='mgr.a' 2024-09-13T13:02:19.502 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:19 smithi007 bash[22721]: audit 2024-09-13T13:02:19.006061+0000 mon.a (mon.0) 75 : audit [INF] from='mgr.14118 172.21.15.7:0/3978417293' entity='mgr.a' 2024-09-13T13:02:19.503 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:19 smithi007 bash[22721]: audit 2024-09-13T13:02:19.006621+0000 mon.a (mon.0) 76 : audit [INF] from='mgr.14118 172.21.15.7:0/3978417293' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi007", "name": "osd_memory_target"} : dispatch 2024-09-13T13:02:19.503 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:19 smithi007 bash[22721]: audit 2024-09-13T13:02:19.006621+0000 mon.a (mon.0) 76 : audit [INF] from='mgr.14118 172.21.15.7:0/3978417293' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi007", "name": "osd_memory_target"} : dispatch 2024-09-13T13:02:19.503 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:19 smithi007 bash[22721]: audit 2024-09-13T13:02:19.009436+0000 mon.a (mon.0) 77 : audit [INF] from='mgr.14118 172.21.15.7:0/3978417293' entity='mgr.a' 2024-09-13T13:02:19.503 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:19 smithi007 bash[22721]: audit 2024-09-13T13:02:19.009436+0000 mon.a (mon.0) 77 : audit [INF] from='mgr.14118 172.21.15.7:0/3978417293' entity='mgr.a' 2024-09-13T13:02:19.503 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:19 smithi007 bash[22721]: audit 2024-09-13T13:02:19.010903+0000 mon.a (mon.0) 78 : audit [INF] from='mgr.14118 172.21.15.7:0/3978417293' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi007", "caps": []} : dispatch 2024-09-13T13:02:19.503 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:19 smithi007 bash[22721]: audit 2024-09-13T13:02:19.010903+0000 mon.a (mon.0) 78 : audit [INF] from='mgr.14118 172.21.15.7:0/3978417293' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi007", "caps": []} : dispatch 2024-09-13T13:02:19.503 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:19 smithi007 bash[22721]: audit 2024-09-13T13:02:19.011460+0000 mon.a (mon.0) 79 : audit [INF] from='mgr.14118 172.21.15.7:0/3978417293' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi007", "caps": []}]': finished 2024-09-13T13:02:19.503 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:19 smithi007 bash[22721]: audit 2024-09-13T13:02:19.011460+0000 mon.a (mon.0) 79 : audit [INF] from='mgr.14118 172.21.15.7:0/3978417293' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi007", "caps": []}]': finished 2024-09-13T13:02:21.561 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:02:21 smithi007 bash[22975]: ignoring --setuser ceph since I am not root 2024-09-13T13:02:21.561 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:02:21 smithi007 bash[22975]: ignoring --setgroup ceph since I am not root 2024-09-13T13:02:21.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:21 smithi007 bash[22721]: cluster 2024-09-13T13:02:19.426592+0000 mgr.a (mgr.14118) 26 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:02:21.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:21 smithi007 bash[22721]: cluster 2024-09-13T13:02:19.426592+0000 mgr.a (mgr.14118) 26 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:02:21.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:21 smithi007 bash[22721]: audit 2024-09-13T13:02:20.996430+0000 mon.a (mon.0) 80 : audit [INF] from='client.? 172.21.15.7:0/1181904396' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2024-09-13T13:02:21.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:21 smithi007 bash[22721]: audit 2024-09-13T13:02:20.996430+0000 mon.a (mon.0) 80 : audit [INF] from='client.? 172.21.15.7:0/1181904396' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2024-09-13T13:02:22.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:22 smithi007 bash[22721]: audit 2024-09-13T13:02:21.084888+0000 mon.a (mon.0) 81 : audit [INF] from='client.? 172.21.15.7:0/1181904396' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-13T13:02:22.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:22 smithi007 bash[22721]: audit 2024-09-13T13:02:21.084888+0000 mon.a (mon.0) 81 : audit [INF] from='client.? 172.21.15.7:0/1181904396' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-13T13:02:22.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:22 smithi007 bash[22721]: cluster 2024-09-13T13:02:21.090973+0000 mon.a (mon.0) 82 : cluster [DBG] mgrmap e10: a(active, since 31s) 2024-09-13T13:02:22.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:22 smithi007 bash[22721]: cluster 2024-09-13T13:02:21.090973+0000 mon.a (mon.0) 82 : cluster [DBG] mgrmap e10: a(active, since 31s) 2024-09-13T13:02:23.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:23 smithi007 bash[22721]: audit 2024-09-13T13:02:23.260727+0000 mon.a (mon.0) 83 : audit [DBG] from='client.? 172.21.15.7:0/1723340914' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-13T13:02:23.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:23 smithi007 bash[22721]: audit 2024-09-13T13:02:23.260727+0000 mon.a (mon.0) 83 : audit [DBG] from='client.? 172.21.15.7:0/1723340914' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-13T13:02:23.862 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout { 2024-09-13T13:02:24.154 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "epoch": 10, 2024-09-13T13:02:24.154 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-13T13:02:24.154 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-09-13T13:02:24.154 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-13T13:02:24.154 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout } 2024-09-13T13:02:24.154 INFO:teuthology.orchestra.run.smithi007.stdout:Waiting for the mgr to restart... 2024-09-13T13:02:24.154 INFO:teuthology.orchestra.run.smithi007.stdout:Waiting for mgr epoch 10... 2024-09-13T13:02:27.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:27 smithi007 bash[22721]: cluster 2024-09-13T13:02:27.390839+0000 mon.a (mon.0) 84 : cluster [INF] Active manager daemon a restarted 2024-09-13T13:02:27.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:27 smithi007 bash[22721]: cluster 2024-09-13T13:02:27.390839+0000 mon.a (mon.0) 84 : cluster [INF] Active manager daemon a restarted 2024-09-13T13:02:27.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:27 smithi007 bash[22721]: cluster 2024-09-13T13:02:27.391640+0000 mon.a (mon.0) 85 : cluster [INF] Activating manager daemon a 2024-09-13T13:02:27.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:27 smithi007 bash[22721]: cluster 2024-09-13T13:02:27.391640+0000 mon.a (mon.0) 85 : cluster [INF] Activating manager daemon a 2024-09-13T13:02:27.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:27 smithi007 bash[22721]: cluster 2024-09-13T13:02:27.399753+0000 mon.a (mon.0) 86 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-09-13T13:02:27.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:27 smithi007 bash[22721]: cluster 2024-09-13T13:02:27.399753+0000 mon.a (mon.0) 86 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-09-13T13:02:27.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:27 smithi007 bash[22721]: cluster 2024-09-13T13:02:27.400015+0000 mon.a (mon.0) 87 : cluster [DBG] mgrmap e11: a(active, starting, since 0.00873341s) 2024-09-13T13:02:27.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:27 smithi007 bash[22721]: cluster 2024-09-13T13:02:27.400015+0000 mon.a (mon.0) 87 : cluster [DBG] mgrmap e11: a(active, starting, since 0.00873341s) 2024-09-13T13:02:27.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:27 smithi007 bash[22721]: audit 2024-09-13T13:02:27.402631+0000 mon.a (mon.0) 88 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T13:02:27.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:27 smithi007 bash[22721]: audit 2024-09-13T13:02:27.402631+0000 mon.a (mon.0) 88 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T13:02:27.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:27 smithi007 bash[22721]: audit 2024-09-13T13:02:27.404769+0000 mon.a (mon.0) 89 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-13T13:02:27.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:27 smithi007 bash[22721]: audit 2024-09-13T13:02:27.404769+0000 mon.a (mon.0) 89 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-13T13:02:27.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:27 smithi007 bash[22721]: audit 2024-09-13T13:02:27.405785+0000 mon.a (mon.0) 90 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-13T13:02:27.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:27 smithi007 bash[22721]: audit 2024-09-13T13:02:27.405785+0000 mon.a (mon.0) 90 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-13T13:02:27.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:27 smithi007 bash[22721]: audit 2024-09-13T13:02:27.406047+0000 mon.a (mon.0) 91 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-13T13:02:27.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:27 smithi007 bash[22721]: audit 2024-09-13T13:02:27.406047+0000 mon.a (mon.0) 91 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-13T13:02:27.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:27 smithi007 bash[22721]: audit 2024-09-13T13:02:27.406282+0000 mon.a (mon.0) 92 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-13T13:02:27.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:27 smithi007 bash[22721]: audit 2024-09-13T13:02:27.406282+0000 mon.a (mon.0) 92 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-13T13:02:27.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:27 smithi007 bash[22721]: cluster 2024-09-13T13:02:27.430316+0000 mon.a (mon.0) 93 : cluster [INF] Manager daemon a is now available 2024-09-13T13:02:27.814 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:27 smithi007 bash[22721]: cluster 2024-09-13T13:02:27.430316+0000 mon.a (mon.0) 93 : cluster [INF] Manager daemon a is now available 2024-09-13T13:02:29.090 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout { 2024-09-13T13:02:29.090 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 12, 2024-09-13T13:02:29.090 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-13T13:02:29.090 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout } 2024-09-13T13:02:29.090 INFO:teuthology.orchestra.run.smithi007.stdout:mgr epoch 10 is available 2024-09-13T13:02:29.090 INFO:teuthology.orchestra.run.smithi007.stdout:Using certmgr to generate dashboard self-signed certificate... 2024-09-13T13:02:29.180 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:28 smithi007 bash[22721]: audit 2024-09-13T13:02:27.852473+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:02:29.180 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:28 smithi007 bash[22721]: audit 2024-09-13T13:02:27.852473+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:02:29.180 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:28 smithi007 bash[22721]: audit 2024-09-13T13:02:27.855243+0000 mon.a (mon.0) 95 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:02:29.180 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:28 smithi007 bash[22721]: audit 2024-09-13T13:02:27.855243+0000 mon.a (mon.0) 95 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:02:29.180 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:28 smithi007 bash[22721]: audit 2024-09-13T13:02:27.876585+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-13T13:02:29.180 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:28 smithi007 bash[22721]: audit 2024-09-13T13:02:27.876585+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-13T13:02:29.180 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:28 smithi007 bash[22721]: audit 2024-09-13T13:02:27.879038+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-13T13:02:29.180 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:28 smithi007 bash[22721]: audit 2024-09-13T13:02:27.879038+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-13T13:02:29.181 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:28 smithi007 bash[22721]: cluster 2024-09-13T13:02:28.404177+0000 mon.a (mon.0) 98 : cluster [DBG] mgrmap e12: a(active, since 1.01291s) 2024-09-13T13:02:29.181 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:28 smithi007 bash[22721]: cluster 2024-09-13T13:02:28.404177+0000 mon.a (mon.0) 98 : cluster [DBG] mgrmap e12: a(active, since 1.01291s) 2024-09-13T13:02:29.561 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:02:29 smithi007 bash[22975]: debug 2024-09-13T13:02:29.298+0000 7f519f233640 -1 log_channel(cephadm) log [ERR] : [13/Sep/2024:13:02:29] ENGINE Error in HTTPServer.serve 2024-09-13T13:02:29.562 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:02:29 smithi007 bash[22975]: Traceback (most recent call last): 2024-09-13T13:02:29.562 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:02:29 smithi007 bash[22975]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-13T13:02:29.562 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:02:29 smithi007 bash[22975]: self._connections.run(self.expiration_interval) 2024-09-13T13:02:29.562 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:02:29 smithi007 bash[22975]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-13T13:02:29.562 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:02:29 smithi007 bash[22975]: self._run(expiration_interval) 2024-09-13T13:02:29.562 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:02:29 smithi007 bash[22975]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-13T13:02:29.562 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:02:29 smithi007 bash[22975]: new_conn = self._from_server_socket(self.server.socket) 2024-09-13T13:02:29.562 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:02:29 smithi007 bash[22975]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-13T13:02:29.562 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:02:29 smithi007 bash[22975]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-13T13:02:29.562 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:02:29 smithi007 bash[22975]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-13T13:02:29.562 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:02:29 smithi007 bash[22975]: s = self.context.wrap_socket( 2024-09-13T13:02:29.562 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:02:29 smithi007 bash[22975]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-13T13:02:29.563 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:02:29 smithi007 bash[22975]: return self.sslsocket_class._create( 2024-09-13T13:02:29.563 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:02:29 smithi007 bash[22975]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-13T13:02:29.563 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:02:29 smithi007 bash[22975]: self.do_handshake() 2024-09-13T13:02:29.563 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:02:29 smithi007 bash[22975]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-13T13:02:29.563 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:02:29 smithi007 bash[22975]: self._sslobj.do_handshake() 2024-09-13T13:02:29.563 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:02:29 smithi007 bash[22975]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-13T13:02:30.141 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:29 smithi007 bash[22721]: cephadm 2024-09-13T13:02:29.076253+0000 mgr.a (mgr.14152) 3 : cephadm [INF] [13/Sep/2024:13:02:29] ENGINE Bus STARTING 2024-09-13T13:02:30.141 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:29 smithi007 bash[22721]: cephadm 2024-09-13T13:02:29.076253+0000 mgr.a (mgr.14152) 3 : cephadm [INF] [13/Sep/2024:13:02:29] ENGINE Bus STARTING 2024-09-13T13:02:31.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:30 smithi007 bash[22721]: cephadm 2024-09-13T13:02:29.178261+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [13/Sep/2024:13:02:29] ENGINE Serving on http://172.21.15.7:8765 2024-09-13T13:02:31.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:30 smithi007 bash[22721]: cephadm 2024-09-13T13:02:29.178261+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [13/Sep/2024:13:02:29] ENGINE Serving on http://172.21.15.7:8765 2024-09-13T13:02:31.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:30 smithi007 bash[22721]: cephadm 2024-09-13T13:02:29.300314+0000 mgr.a (mgr.14152) 5 : cephadm [INF] [13/Sep/2024:13:02:29] ENGINE Serving on https://172.21.15.7:7150 2024-09-13T13:02:31.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:30 smithi007 bash[22721]: cephadm 2024-09-13T13:02:29.300314+0000 mgr.a (mgr.14152) 5 : cephadm [INF] [13/Sep/2024:13:02:29] ENGINE Serving on https://172.21.15.7:7150 2024-09-13T13:02:31.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:30 smithi007 bash[22721]: cephadm 2024-09-13T13:02:29.300538+0000 mgr.a (mgr.14152) 6 : cephadm [INF] [13/Sep/2024:13:02:29] ENGINE Bus STARTED 2024-09-13T13:02:31.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:30 smithi007 bash[22721]: cephadm 2024-09-13T13:02:29.300538+0000 mgr.a (mgr.14152) 6 : cephadm [INF] [13/Sep/2024:13:02:29] ENGINE Bus STARTED 2024-09-13T13:02:31.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:30 smithi007 bash[22721]: cephadm 2024-09-13T13:02:29.302103+0000 mgr.a (mgr.14152) 7 : cephadm [ERR] [13/Sep/2024:13:02:29] ENGINE Error in HTTPServer.serve 2024-09-13T13:02:31.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:30 smithi007 bash[22721]: Traceback (most recent call last): 2024-09-13T13:02:31.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:30 smithi007 bash[22721]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-13T13:02:31.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:30 smithi007 bash[22721]: self._connections.run(self.expiration_interval) 2024-09-13T13:02:31.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:30 smithi007 bash[22721]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-13T13:02:31.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:30 smithi007 bash[22721]: self._run(expiration_interval) 2024-09-13T13:02:31.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:30 smithi007 bash[22721]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-13T13:02:31.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:30 smithi007 bash[22721]: new_conn = self._from_server_socket(self.server.socket) 2024-09-13T13:02:31.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:30 smithi007 bash[22721]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-13T13:02:31.314 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:30 smithi007 bash[22721]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-13T13:02:31.314 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:30 smithi007 bash[22721]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-13T13:02:31.314 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:30 smithi007 bash[22721]: s = self.context.wrap_socket( 2024-09-13T13:02:31.314 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:30 smithi007 bash[22721]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-13T13:02:31.314 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:30 smithi007 bash[22721]: return self.sslsocket_class._create( 2024-09-13T13:02:31.314 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:30 smithi007 bash[22721]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-13T13:02:31.314 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:30 smithi007 bash[22721]: self.do_handshake() 2024-09-13T13:02:31.314 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:30 smithi007 bash[22721]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-13T13:02:31.314 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:30 smithi007 bash[22721]: self._sslobj.do_handshake() 2024-09-13T13:02:31.314 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:30 smithi007 bash[22721]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-13T13:02:31.314 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:30 smithi007 bash[22721]: cephadm 2024-09-13T13:02:29.302103+0000 mgr.a (mgr.14152) 7 : cephadm [ERR] [13/Sep/2024:13:02:29] ENGINE Error in HTTPServer.serve 2024-09-13T13:02:31.314 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:30 smithi007 bash[22721]: Traceback (most recent call last): 2024-09-13T13:02:31.314 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:30 smithi007 bash[22721]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-13T13:02:31.315 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:30 smithi007 bash[22721]: self._connections.run(self.expiration_interval) 2024-09-13T13:02:31.315 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:30 smithi007 bash[22721]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-13T13:02:31.315 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:30 smithi007 bash[22721]: self._run(expiration_interval) 2024-09-13T13:02:31.315 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:30 smithi007 bash[22721]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-13T13:02:31.315 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:30 smithi007 bash[22721]: new_conn = self._from_server_socket(self.server.socket) 2024-09-13T13:02:31.315 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:30 smithi007 bash[22721]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-13T13:02:31.315 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:30 smithi007 bash[22721]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-13T13:02:31.315 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:30 smithi007 bash[22721]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-13T13:02:31.315 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:30 smithi007 bash[22721]: s = self.context.wrap_socket( 2024-09-13T13:02:31.315 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:30 smithi007 bash[22721]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-13T13:02:31.315 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:30 smithi007 bash[22721]: return self.sslsocket_class._create( 2024-09-13T13:02:31.315 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:30 smithi007 bash[22721]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-13T13:02:31.315 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:30 smithi007 bash[22721]: self.do_handshake() 2024-09-13T13:02:31.316 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:30 smithi007 bash[22721]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-13T13:02:31.316 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:30 smithi007 bash[22721]: self._sslobj.do_handshake() 2024-09-13T13:02:31.316 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:30 smithi007 bash[22721]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-13T13:02:31.316 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:30 smithi007 bash[22721]: cluster 2024-09-13T13:02:29.859391+0000 mon.a (mon.0) 99 : cluster [DBG] mgrmap e13: a(active, since 2s) 2024-09-13T13:02:31.316 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:30 smithi007 bash[22721]: cluster 2024-09-13T13:02:29.859391+0000 mon.a (mon.0) 99 : cluster [DBG] mgrmap e13: a(active, since 2s) 2024-09-13T13:02:32.124 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:31 smithi007 bash[22721]: audit 2024-09-13T13:02:30.711755+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-13T13:02:32.124 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:31 smithi007 bash[22721]: audit 2024-09-13T13:02:30.711755+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-13T13:02:32.700 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout {"cert": "-----BEGIN CERTIFICATE-----\nMIIE+jCCAuKgAwIBAgIUDZffFVhftKC4slv6Dwr0NFbnWSgwDQYJKoZIhvcNAQEL\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMzEzMDIzMloXDTM0\nMDkxNDEzMDIzMlowFjEUMBIGA1UEAwwLMTcyLjIxLjE1LjcwggIiMA0GCSqGSIb3\nDQEBAQUAA4ICDwAwggIKAoICAQCn+zH93eGISs7oSMASFG5hpR3kGYIc+t3VkJIz\noa/IDHcbzIpCwqf/f/ajUM3Gm+gTonT6ejQsWl1jSGBDsTJMh6FmgLpwgnwMpwaI\nAsHMFhifHDUiSQ+G9Dvr7cM8yjt0FfRLc0Ly3pWAo5eZ9HOQ8ROTHRcbYh02/3Ti\nLmixWkMNQ6dqxtSKvmSGwIGSX7jOHw5E7o5iHEaTLzoDiqdvWyony5gFNmE1UrYV\n3KSWKRuxNg5QCoyW0A8FJh6P0QyHEBr36gCsLrbleg+vIt+iePH1h2AoakkbU1Bu\noeewM+BQCsF2O4ywwqRSJqurA9AljW9LvlB1L/5eEPGCDJ6McCeN3YstnXRtAUJv\nmUwYZtTxV6SEzPfNtcqvSjuY2HlIzos8KXA8dLtX8XVnWWVS5mVVkai/4G6XUt4g\nM+2aiCz4a/zv0uy0ZQfvf/OKhukxOy8N0GzcDlba1I2iai++ICjRg+KFQz1qPpWv\nhIlShYyLivEbn2IcAY4XLVn/jGAg/RS75IUaSM9zh6uZ6kmbk7gRXMTsp0Pzu3BX\nmwHV4xZy1PINRMUO4oFdQFkoMJJ8tz0QmAZQpSeXAkUCF9g+pNsEEh2CbvmIPd6i\nn5q773Or0abEWwd1EV9RbGArTiSmbTLT4yOuKFIoMvEordiWx+/+zqCgh7t7DjHS\nL9OrBQIDAQABoz8wPTAtBgNVHREEJjAkgglzbWl0aGkwMDeCEWRhc2hib2FyZF9z\nZXJ2ZXJzhwSsFQ8HMAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggIBAHxM\nTt0JISoSur11R5IXFn3TlPevm7+quQ7BaTKfnul/2siT0N+XruETOu8Hj8ecI/OK\ng0zuUnGRuDQc7lSPL+Ia8885vKnEtB5k6GQ5z6Pb9wgM1QERQD93YgvWbmzcZfFm\ne4CyasOTUR0qDyeJB6gqkq6mo5lmi4PSH2QuZZ5wgQSotLyTGKNfOggQw1ty2/wN\nm9Q0jIL7mXdSvg6wgBjD+mwC7uomJ5M00AwzWK4HY73fSpJKl3g08dOaNzAFwIi+\nqBM31WzTZxZnk/ZgHomIdsmjl9ZoahHyOSWEiVn1LPFgbAnAuR18Qq1XWblk9B+q\nEkPjrlmToAJShZi1d3lHdd3zW/UYQE5zFWtP+cKGtMlLyiLtuF9POCf9jzUXtYJw\nxKAwRJGMzbiX+Hby+CePJQ7kf2nBSaDIdzax/Rv5vNygVmghRJvhmnNsG/Q2k5OT\njy6083XxUGQX9aUSssVaMH5Rzy71REbd27ojOkgZccTZCn6eHIxJPaPIuQaDpQN1\na2g9jv94MIQXYeTJbdCoMu5XMIlfcloFHTuQmWHQaihrA6FApl9++tyDhKxtLQBP\n0r2iuZaDuIRfEvkCQ754FSFnpYWbr5GV6eTpr6TURXyDjO8zuEVhLY2qetEUt/GI\nmrSz9feP7hZBAaTr2s0281jPPp1SJLZQhDqEDBrs\n-----END CERTIFICATE-----\n", "key": "-----BEGIN RSA PRIVATE KEY-----\nMIIJKAIBAAKCAgEAp/sx/d3hiErO6EjAEhRuYaUd5BmCHPrd1ZCSM6GvyAx3G8yK\nQsKn/3/2o1DNxpvoE6J0+no0LFpdY0hgQ7EyTIehZoC6cIJ8DKcGiALBzBYYnxw1\nIkkPhvQ76+3DPMo7dBX0S3NC8t6VgKOXmfRzkPETkx0XG2IdNv904i5osVpDDUOn\nasbUir5khsCBkl+4zh8ORO6OYhxGky86A4qnb1sqJ8uYBTZhNVK2FdyklikbsTYO\nUAqMltAPBSYej9EMhxAa9+oArC625XoPryLfonjx9YdgKGpJG1NQbqHnsDPgUArB\ndjuMsMKkUiarqwPQJY1vS75QdS/+XhDxggyejHAnjd2LLZ10bQFCb5lMGGbU8Vek\nhMz3zbXKr0o7mNh5SM6LPClwPHS7V/F1Z1llUuZlVZGov+Bul1LeIDPtmogs+Gv8\n79LstGUH73/ziobpMTsvDdBs3A5W2tSNomovviAo0YPihUM9aj6Vr4SJUoWMi4rx\nG59iHAGOFy1Z/4xgIP0Uu+SFGkjPc4ermepJm5O4EVzE7KdD87twV5sB1eMWctTy\nDUTFDuKBXUBZKDCSfLc9EJgGUKUnlwJFAhfYPqTbBBIdgm75iD3eop+au+9zq9Gm\nxFsHdRFfUWxgK04kpm0y0+MjrihSKDLxKK3Ylsfv/s6goIe7ew4x0i/TqwUCAwEA\nAQKCAgAG0+stG6AyVywVfU4v+JxLTsKqG1lSY+YGwL4YktQKHcDs+dbi2Muq/ctg\nya+GM58ZcTXaWoOVYUTrfK0hAz+n+a6snm3gQIWEns4L/Y9dWXE9wmVB1AC+u7MA\nfM+96vsYqwMc2qite4ZNzhh4PbCW2HMIZ0XMVflvBgTSZBAwU/ARcXReyYnTwTe6\nfHJSffPijkOZDK3v50tSaeMsnVhUlTrfluMXzyU2CCXLj1uHQ6YoVqn6meXWBCCg\nKnOn5SziWTFnbfUCCqdiKMsgvhpN8ybj6SaWQ0pebc1WpIZo1JWjsJQ61zfO6tJy\ns7da7P2Vu9Z6wy0SXlWIrZ1La8eOnR+fUcN7Dz40kZcDRsBwJnCPRtbBl56LTl8G\nP3ZLXn47vtOLvMPBqxCsp/5i1LtLGiMniljl5E+nhYYIxFpqPqzxhjB3PybZBLFO\nj9wx+Lzz6XZBF6gsDiub3/ZJTwRmQTw7bP9+nSuVMk5qMSXtZP7UkuFp7BBjAM41\nLyg/n+DGe5DdoHrR7ELcSfLB+ZozwyHGJryBlWoSCt1XgkmFqMB79YDNbesaNtst\n2R/8klFlhnL74xp3UlhMZxWQP9aKgr1U8V/Mojo/m90Yq2QlhvCFhAqXjxAIMstQ\n8b1O7l7jOjCBcv3nC9Opo/yzsCtzuwIuPj6XBUiNNjoR3oZ0sQKCAQEA65OAh/+n\nmC6b8/bJ6ZaC0iPLRGWIoCXAvJonC1Y3e2YBQFrUeLbcqrYGC/eb2i9u8FseY1Ju\nRq8dNoouQRF8wlbB7Nn78tSl+SMBWgdBgUvpaYAbGRZZf3uIhqjOx64jpETEUWyN\nswkJFXFnX1Sr16rpFJ7B7NMHpFkIKNz8D8C0UevJsMs92BoSYvB+CxH26miASkAi\nboM2P/t6ccXQR9sdQ2+zEvOjNMoxeiuVGcF52DUOIM9W4E/y4uOgpBcbS8+1BJSD\nEpHI3dQI8enE1AYWJ9OudRB9n1ljFINAfiAfP3YSD1q0EuXn98Qevsd4UoE5v4u5\n8CUzkGgAd3Ne3QKCAQEAtot02NsQpHTYOzFDlrfaJTm0fgMm77wI0S3o9S5/i0ZJ\nbHYWxkia1DkEgIg08RBENsm++R5ZLCvM1mRqKs5IwPcsN4qa24UhxCH+pUgYTfhz\ndScy21nOHAPS/oOX6QJaqMF4qkqxvsuTtH6/AGcyWuRBN/f4I9VnYLoMiCeZjdnF\nmCVzrrW0vgcHh9b4R5E1FjT/0CEJh1FMQ6HeLHuhcQ+q6IVCBQwkbD+JSMfY/XsH\n6lajCz37eAd55aBT2N++wAAs6rT2pSZdpQHJqqpsEjauvW9etntGK3Nmg3gS3rTp\n/wqWJizCXtc/ankqt43u5FfTQdbv/YMr4h+5q2c2SQKCAQBsl2fOSRj2W7Xj9cUJ\nein/uCRA+RTLzdtUlTKeVTXqGhFFmxkKNDDwOEv9RDyBjQ/0l+wgGKVgy+QJehTs\nRaVe6CMojStIuqFvgKVk3KdjdJy51yWmoNjMnSNH/5SiEzG2zUQ5zHJdLzMSwV3H\nYf58wfoDWVNHWdfR+IB8ZbGDiW8VvD0S0/1EGnCTTwyrCbLqRxWsJHg6vR1KzR+a\nRndGSEjrBxhjChAXi4TXLjPi1X7XHU3P7gO8Dt6FnCw2t7gLcEmfPN5WtwEC0HT3\nHq1ulwergDaRG/Lse4XitMYL3b7JwCF/Fm6fr38IhU0u4EAkuBDorP4fJuboECj2\n5yW5AoIBAQCpsWw25zZKWyBjrkExi8mrj0AdYFrCw17C7dXAjrAcTYOV4xT60KW1\noSdxQK1OZxuyfsscFD07FaB+sKwNDOSPFXcyTpP0e4dPJ3bsON/3I35ZKs5ZINu8\nKUXsOXJvNjQG6ot8aqFfRyoQwT5XZpdl7Qg/ujEfRpOqVGmv7HgPaKEJ9c7bW6kg\nebJjcdAt32ulMDGaTgvokge+W2wImAkU7Eapjq83t/jn9Axv7u/le4h5LH62xbDN\n/M0xTGCFnEFbhQ48RWt/TPICoW3STEjYiaLZEP3PzzsEy2tBzc5k33MjFrlL1ZH+\nzkPye57dMYEhHg+SBfflCBo0Q9+62eCZAoIBAHfOZDUB+EdBAuDXodMjjA5X1Aqt\nauMDg62EQXRH8Yg+j149bLbl5IPGQzVYZswb5idB7PHCmJgnUBKJ0egrRqKO3P4+\nlcUY7Y2YYMPKtsB/7bJuw9gxVoEe6lLFYpN4T62TXA0uROQI4GF/ro8qcjvsBtyQ\np38wX81Kl5HV35P4c2NFFx6OkxwJ1ap9Lhmgbt9GcUtGZ6GQoVb7sUTqiYjS6yEr\nKiAKwDKKQ0Y8DNpi1feLOJ1LGmerz4GYEuJgkCnzSyyYsdcwefwHb8co3gRYevZn\ntZDN/DCAlk7HJSQu9x8ugFd8yjhSy3Br9o0wUzJou9OTuOOVKD6dzGQjUt4=\n-----END RSA PRIVATE KEY-----\n"} 2024-09-13T13:02:34.798 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout SSL certificate updated 2024-09-13T13:02:35.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:35 smithi007 bash[22721]: audit 2024-09-13T13:02:34.174026+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-13T13:02:35.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:35 smithi007 bash[22721]: audit 2024-09-13T13:02:34.174026+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-13T13:02:35.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:35 smithi007 bash[22721]: audit 2024-09-13T13:02:34.176979+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:02:35.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:35 smithi007 bash[22721]: audit 2024-09-13T13:02:34.176979+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:02:35.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:35 smithi007 bash[22721]: audit 2024-09-13T13:02:34.366363+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:02:35.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:35 smithi007 bash[22721]: audit 2024-09-13T13:02:34.366363+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:02:35.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:35 smithi007 bash[22721]: audit 2024-09-13T13:02:34.367053+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi007", "name": "osd_memory_target"} : dispatch 2024-09-13T13:02:35.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:35 smithi007 bash[22721]: audit 2024-09-13T13:02:34.367053+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi007", "name": "osd_memory_target"} : dispatch 2024-09-13T13:02:35.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:35 smithi007 bash[22721]: audit 2024-09-13T13:02:34.370279+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:02:35.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:35 smithi007 bash[22721]: audit 2024-09-13T13:02:34.370279+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:02:35.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:35 smithi007 bash[22721]: audit 2024-09-13T13:02:34.371774+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi007", "caps": []} : dispatch 2024-09-13T13:02:35.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:35 smithi007 bash[22721]: audit 2024-09-13T13:02:34.371774+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi007", "caps": []} : dispatch 2024-09-13T13:02:36.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:36 smithi007 bash[22721]: cephadm 2024-09-13T13:02:35.178638+0000 mgr.a (mgr.14152) 10 : cephadm [INF] Deploying daemon agent.smithi007 on smithi007 2024-09-13T13:02:36.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:36 smithi007 bash[22721]: cephadm 2024-09-13T13:02:35.178638+0000 mgr.a (mgr.14152) 10 : cephadm [INF] Deploying daemon agent.smithi007 on smithi007 2024-09-13T13:02:36.874 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout SSL certificate key updated 2024-09-13T13:02:36.874 INFO:teuthology.orchestra.run.smithi007.stdout:Creating initial admin user... 2024-09-13T13:02:37.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:37 smithi007 bash[22721]: audit 2024-09-13T13:02:36.203973+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-13T13:02:37.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:37 smithi007 bash[22721]: audit 2024-09-13T13:02:36.203973+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-13T13:02:37.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:37 smithi007 bash[22721]: audit 2024-09-13T13:02:36.209155+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:02:37.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:37 smithi007 bash[22721]: audit 2024-09-13T13:02:36.209155+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:02:39.331 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$BXCVLlVTLzOvQJr6buHX/.0IZIRKTRSdAdTx/NMLgPONAuKTmIIfu", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1726232558, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-09-13T13:02:39.331 INFO:teuthology.orchestra.run.smithi007.stdout:Fetching dashboard port number... 2024-09-13T13:02:40.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:39 smithi007 bash[22721]: audit 2024-09-13T13:02:38.435575+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-13T13:02:40.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:39 smithi007 bash[22721]: audit 2024-09-13T13:02:38.435575+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-13T13:02:40.062 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:39 smithi007 bash[22721]: audit 2024-09-13T13:02:38.750854+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:02:40.062 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:39 smithi007 bash[22721]: audit 2024-09-13T13:02:38.750854+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:02:41.007 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:40 smithi007 bash[22721]: cluster 2024-09-13T13:02:39.762616+0000 mon.a (mon.0) 107 : cluster [DBG] mgrmap e14: a(active, since 12s) 2024-09-13T13:02:41.007 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:40 smithi007 bash[22721]: cluster 2024-09-13T13:02:39.762616+0000 mon.a (mon.0) 107 : cluster [DBG] mgrmap e14: a(active, since 12s) 2024-09-13T13:02:41.380 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stdout 8443 2024-09-13T13:02:41.380 INFO:teuthology.orchestra.run.smithi007.stdout:firewalld does not appear to be present 2024-09-13T13:02:41.380 INFO:teuthology.orchestra.run.smithi007.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-09-13T13:02:41.382 INFO:teuthology.orchestra.run.smithi007.stdout:Ceph Dashboard is now available at: 2024-09-13T13:02:41.383 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-13T13:02:41.383 INFO:teuthology.orchestra.run.smithi007.stdout: URL: https://smithi007.front.sepia.ceph.com:8443/ 2024-09-13T13:02:41.383 INFO:teuthology.orchestra.run.smithi007.stdout: User: admin 2024-09-13T13:02:41.383 INFO:teuthology.orchestra.run.smithi007.stdout: Password: 4fzhly3tuy 2024-09-13T13:02:41.383 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-13T13:02:41.383 INFO:teuthology.orchestra.run.smithi007.stdout:Saving cluster configuration to /var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config directory 2024-09-13T13:02:42.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:41 smithi007 bash[22721]: audit 2024-09-13T13:02:40.768902+0000 mon.a (mon.0) 108 : audit [DBG] from='client.? 172.21.15.7:0/22328898' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2024-09-13T13:02:42.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:41 smithi007 bash[22721]: audit 2024-09-13T13:02:40.768902+0000 mon.a (mon.0) 108 : audit [DBG] from='client.? 172.21.15.7:0/22328898' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2024-09-13T13:02:43.647 INFO:teuthology.orchestra.run.smithi007.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-09-13T13:02:43.647 INFO:teuthology.orchestra.run.smithi007.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-09-13T13:02:43.647 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-13T13:02:43.647 INFO:teuthology.orchestra.run.smithi007.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid fa2bba74-71cf-11ef-bceb-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-09-13T13:02:43.647 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-13T13:02:43.647 INFO:teuthology.orchestra.run.smithi007.stdout:Or, if you are only running a single cluster on this host: 2024-09-13T13:02:43.647 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-13T13:02:43.647 INFO:teuthology.orchestra.run.smithi007.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-09-13T13:02:43.647 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-13T13:02:43.647 INFO:teuthology.orchestra.run.smithi007.stdout:Please consider enabling telemetry to help improve Ceph: 2024-09-13T13:02:43.648 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-13T13:02:43.648 INFO:teuthology.orchestra.run.smithi007.stdout: ceph telemetry on 2024-09-13T13:02:43.648 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-13T13:02:43.648 INFO:teuthology.orchestra.run.smithi007.stdout:For more information see: 2024-09-13T13:02:43.648 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-13T13:02:43.648 INFO:teuthology.orchestra.run.smithi007.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-09-13T13:02:43.648 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-13T13:02:43.648 INFO:teuthology.orchestra.run.smithi007.stdout:Bootstrap complete. 2024-09-13T13:02:43.712 INFO:tasks.cephadm:Fetching config... 2024-09-13T13:02:43.713 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2024-09-13T13:02:43.713 DEBUG:teuthology.orchestra.run.smithi007:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-09-13T13:02:43.719 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-09-13T13:02:43.719 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2024-09-13T13:02:43.719 DEBUG:teuthology.orchestra.run.smithi007:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-09-13T13:02:43.768 INFO:tasks.cephadm:Fetching mon keyring... 2024-09-13T13:02:43.768 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2024-09-13T13:02:43.768 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd if=/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/mon.a/keyring of=/dev/stdout 2024-09-13T13:02:43.824 INFO:tasks.cephadm:Fetching pub ssh key... 2024-09-13T13:02:43.824 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2024-09-13T13:02:43.824 DEBUG:teuthology.orchestra.run.smithi007:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-09-13T13:02:43.875 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-09-13T13:02:43.876 DEBUG:teuthology.orchestra.run.smithi007:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCmv9r8D8CDSzEqdc3p+I3MgXuGOQ8qekBiQ9/FN1dmKPpjItQAITrMPTO4DGudLyRs9fISchyPKFUlo5jFA9HAuVcFpuVK9sV1Y7pdWxWdRpUIZJCFnCbaONRYVlsLARVkPfApsghdNGOCxE/aMzjwp7nprCtdhNQPztWWBNW5TJklKaGx7KtPI8JfrWJgVHFANgdF+2LeULN7XaX+MCvGLjlCumi72kg9BtcdgqQlQvGe6HucKaCWv+waFQfUGQxRtYHtxuf9l0BZ8vWTT1pGEj9FaUOcdPbzhXGdoxnL3TKw5NlfOVDuLBBMd0XGn93WR+OqstBLUzVO5OroNlI0KNCbESUcWB3jxpDmHonh0Z6FJTjefGOOlJMnB6WRbuTKwNh3OgPmWLnegUAKPP7IoOKgB36vevshq3zAk2yXGNCncFo9wUmKakEALNjqbKGUB7H0yym6fnXeI9zZHfGwvmzvgbGEW/l83VSKIA0LerRVBy4Kccyvbcfak2ytRoU= ceph-fa2bba74-71cf-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-13T13:02:43.937 INFO:teuthology.orchestra.run.smithi007.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCmv9r8D8CDSzEqdc3p+I3MgXuGOQ8qekBiQ9/FN1dmKPpjItQAITrMPTO4DGudLyRs9fISchyPKFUlo5jFA9HAuVcFpuVK9sV1Y7pdWxWdRpUIZJCFnCbaONRYVlsLARVkPfApsghdNGOCxE/aMzjwp7nprCtdhNQPztWWBNW5TJklKaGx7KtPI8JfrWJgVHFANgdF+2LeULN7XaX+MCvGLjlCumi72kg9BtcdgqQlQvGe6HucKaCWv+waFQfUGQxRtYHtxuf9l0BZ8vWTT1pGEj9FaUOcdPbzhXGdoxnL3TKw5NlfOVDuLBBMd0XGn93WR+OqstBLUzVO5OroNlI0KNCbESUcWB3jxpDmHonh0Z6FJTjefGOOlJMnB6WRbuTKwNh3OgPmWLnegUAKPP7IoOKgB36vevshq3zAk2yXGNCncFo9wUmKakEALNjqbKGUB7H0yym6fnXeI9zZHfGwvmzvgbGEW/l83VSKIA0LerRVBy4Kccyvbcfak2ytRoU= ceph-fa2bba74-71cf-11ef-bceb-c7b262605968 2024-09-13T13:02:43.943 DEBUG:teuthology.orchestra.run.smithi053:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCmv9r8D8CDSzEqdc3p+I3MgXuGOQ8qekBiQ9/FN1dmKPpjItQAITrMPTO4DGudLyRs9fISchyPKFUlo5jFA9HAuVcFpuVK9sV1Y7pdWxWdRpUIZJCFnCbaONRYVlsLARVkPfApsghdNGOCxE/aMzjwp7nprCtdhNQPztWWBNW5TJklKaGx7KtPI8JfrWJgVHFANgdF+2LeULN7XaX+MCvGLjlCumi72kg9BtcdgqQlQvGe6HucKaCWv+waFQfUGQxRtYHtxuf9l0BZ8vWTT1pGEj9FaUOcdPbzhXGdoxnL3TKw5NlfOVDuLBBMd0XGn93WR+OqstBLUzVO5OroNlI0KNCbESUcWB3jxpDmHonh0Z6FJTjefGOOlJMnB6WRbuTKwNh3OgPmWLnegUAKPP7IoOKgB36vevshq3zAk2yXGNCncFo9wUmKakEALNjqbKGUB7H0yym6fnXeI9zZHfGwvmzvgbGEW/l83VSKIA0LerRVBy4Kccyvbcfak2ytRoU= ceph-fa2bba74-71cf-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-13T13:02:43.969 INFO:teuthology.orchestra.run.smithi053.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCmv9r8D8CDSzEqdc3p+I3MgXuGOQ8qekBiQ9/FN1dmKPpjItQAITrMPTO4DGudLyRs9fISchyPKFUlo5jFA9HAuVcFpuVK9sV1Y7pdWxWdRpUIZJCFnCbaONRYVlsLARVkPfApsghdNGOCxE/aMzjwp7nprCtdhNQPztWWBNW5TJklKaGx7KtPI8JfrWJgVHFANgdF+2LeULN7XaX+MCvGLjlCumi72kg9BtcdgqQlQvGe6HucKaCWv+waFQfUGQxRtYHtxuf9l0BZ8vWTT1pGEj9FaUOcdPbzhXGdoxnL3TKw5NlfOVDuLBBMd0XGn93WR+OqstBLUzVO5OroNlI0KNCbESUcWB3jxpDmHonh0Z6FJTjefGOOlJMnB6WRbuTKwNh3OgPmWLnegUAKPP7IoOKgB36vevshq3zAk2yXGNCncFo9wUmKakEALNjqbKGUB7H0yym6fnXeI9zZHfGwvmzvgbGEW/l83VSKIA0LerRVBy4Kccyvbcfak2ytRoU= ceph-fa2bba74-71cf-11ef-bceb-c7b262605968 2024-09-13T13:02:43.979 DEBUG:teuthology.orchestra.run.smithi077:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCmv9r8D8CDSzEqdc3p+I3MgXuGOQ8qekBiQ9/FN1dmKPpjItQAITrMPTO4DGudLyRs9fISchyPKFUlo5jFA9HAuVcFpuVK9sV1Y7pdWxWdRpUIZJCFnCbaONRYVlsLARVkPfApsghdNGOCxE/aMzjwp7nprCtdhNQPztWWBNW5TJklKaGx7KtPI8JfrWJgVHFANgdF+2LeULN7XaX+MCvGLjlCumi72kg9BtcdgqQlQvGe6HucKaCWv+waFQfUGQxRtYHtxuf9l0BZ8vWTT1pGEj9FaUOcdPbzhXGdoxnL3TKw5NlfOVDuLBBMd0XGn93WR+OqstBLUzVO5OroNlI0KNCbESUcWB3jxpDmHonh0Z6FJTjefGOOlJMnB6WRbuTKwNh3OgPmWLnegUAKPP7IoOKgB36vevshq3zAk2yXGNCncFo9wUmKakEALNjqbKGUB7H0yym6fnXeI9zZHfGwvmzvgbGEW/l83VSKIA0LerRVBy4Kccyvbcfak2ytRoU= ceph-fa2bba74-71cf-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-13T13:02:43.984 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:43 smithi007 systemd[1]: /etc/systemd/system/ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T13:02:43.985 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:02:43 smithi007 systemd[1]: /etc/systemd/system/ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T13:02:44.005 INFO:teuthology.orchestra.run.smithi077.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCmv9r8D8CDSzEqdc3p+I3MgXuGOQ8qekBiQ9/FN1dmKPpjItQAITrMPTO4DGudLyRs9fISchyPKFUlo5jFA9HAuVcFpuVK9sV1Y7pdWxWdRpUIZJCFnCbaONRYVlsLARVkPfApsghdNGOCxE/aMzjwp7nprCtdhNQPztWWBNW5TJklKaGx7KtPI8JfrWJgVHFANgdF+2LeULN7XaX+MCvGLjlCumi72kg9BtcdgqQlQvGe6HucKaCWv+waFQfUGQxRtYHtxuf9l0BZ8vWTT1pGEj9FaUOcdPbzhXGdoxnL3TKw5NlfOVDuLBBMd0XGn93WR+OqstBLUzVO5OroNlI0KNCbESUcWB3jxpDmHonh0Z6FJTjefGOOlJMnB6WRbuTKwNh3OgPmWLnegUAKPP7IoOKgB36vevshq3zAk2yXGNCncFo9wUmKakEALNjqbKGUB7H0yym6fnXeI9zZHfGwvmzvgbGEW/l83VSKIA0LerRVBy4Kccyvbcfak2ytRoU= ceph-fa2bba74-71cf-11ef-bceb-c7b262605968 2024-09-13T13:02:44.014 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0201b8c79733293453e7f10a10c7fa43119222b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fa2bba74-71cf-11ef-bceb-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-09-13T13:02:44.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:44 smithi007 bash[22721]: audit 2024-09-13T13:02:43.046254+0000 mon.a (mon.0) 109 : audit [INF] from='client.? 172.21.15.7:0/1853413384' entity='client.admin' 2024-09-13T13:02:44.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:44 smithi007 bash[22721]: audit 2024-09-13T13:02:43.046254+0000 mon.a (mon.0) 109 : audit [INF] from='client.? 172.21.15.7:0/1853413384' entity='client.admin' 2024-09-13T13:02:44.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:44 smithi007 systemd[1]: /etc/systemd/system/ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T13:02:44.311 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:02:44 smithi007 systemd[1]: /etc/systemd/system/ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T13:02:45.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:45 smithi007 bash[22721]: audit 2024-09-13T13:02:44.229383+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:02:45.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:45 smithi007 bash[22721]: audit 2024-09-13T13:02:44.229383+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:02:45.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:45 smithi007 bash[22721]: audit 2024-09-13T13:02:44.231767+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:02:45.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:45 smithi007 bash[22721]: audit 2024-09-13T13:02:44.231767+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:02:45.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:45 smithi007 bash[22721]: audit 2024-09-13T13:02:44.233834+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:02:45.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:45 smithi007 bash[22721]: audit 2024-09-13T13:02:44.233834+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:02:45.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:45 smithi007 bash[22721]: audit 2024-09-13T13:02:44.242107+0000 mon.a (mon.0) 113 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:02:45.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:45 smithi007 bash[22721]: audit 2024-09-13T13:02:44.242107+0000 mon.a (mon.0) 113 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:02:45.564 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:45 smithi007 bash[22721]: audit 2024-09-13T13:02:44.245209+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:02:45.564 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:45 smithi007 bash[22721]: audit 2024-09-13T13:02:44.245209+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:02:45.564 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:45 smithi007 bash[22721]: audit 2024-09-13T13:02:44.246919+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:02:45.564 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:45 smithi007 bash[22721]: audit 2024-09-13T13:02:44.246919+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:02:45.564 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:45 smithi007 bash[22721]: audit 2024-09-13T13:02:44.248645+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:02:45.564 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:45 smithi007 bash[22721]: audit 2024-09-13T13:02:44.248645+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:02:45.565 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:45 smithi007 bash[22721]: audit 2024-09-13T13:02:44.250225+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:02:45.565 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:45 smithi007 bash[22721]: audit 2024-09-13T13:02:44.250225+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:02:45.565 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:45 smithi007 bash[22721]: audit 2024-09-13T13:02:44.253106+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:02:45.565 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:45 smithi007 bash[22721]: audit 2024-09-13T13:02:44.253106+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:02:45.565 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:45 smithi007 bash[22721]: audit 2024-09-13T13:02:44.261985+0000 mon.a (mon.0) 119 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:02:45.565 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:45 smithi007 bash[22721]: audit 2024-09-13T13:02:44.261985+0000 mon.a (mon.0) 119 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:02:45.566 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:45 smithi007 bash[22721]: audit 2024-09-13T13:02:44.266046+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:02:45.566 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:45 smithi007 bash[22721]: audit 2024-09-13T13:02:44.266046+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:02:45.566 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:45 smithi007 bash[22721]: audit 2024-09-13T13:02:44.762510+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:02:45.566 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:45 smithi007 bash[22721]: audit 2024-09-13T13:02:44.762510+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:02:48.735 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T13:02:49.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:48 smithi007 bash[22721]: cluster 2024-09-13T13:02:47.407464+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-13T13:02:49.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:48 smithi007 bash[22721]: cluster 2024-09-13T13:02:47.407464+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-13T13:02:49.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:48 smithi007 bash[22721]: audit 2024-09-13T13:02:47.876175+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:02:49.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:48 smithi007 bash[22721]: audit 2024-09-13T13:02:47.876175+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:02:50.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:50 smithi007 bash[22721]: audit 2024-09-13T13:02:49.096091+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:02:50.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:50 smithi007 bash[22721]: audit 2024-09-13T13:02:49.096091+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:02:50.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:50 smithi007 bash[22721]: audit 2024-09-13T13:02:49.099282+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:02:50.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:50 smithi007 bash[22721]: audit 2024-09-13T13:02:49.099282+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:02:51.029 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-09-13T13:02:51.029 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0201b8c79733293453e7f10a10c7fa43119222b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fa2bba74-71cf-11ef-bceb-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-09-13T13:02:51.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:51 smithi007 bash[22721]: cluster 2024-09-13T13:02:49.407896+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-13T13:02:51.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:51 smithi007 bash[22721]: cluster 2024-09-13T13:02:49.407896+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-13T13:02:51.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:51 smithi007 bash[22721]: audit 2024-09-13T13:02:50.414959+0000 mon.a (mon.0) 125 : audit [INF] from='client.? 172.21.15.7:0/92138430' entity='client.admin' 2024-09-13T13:02:51.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:51 smithi007 bash[22721]: audit 2024-09-13T13:02:50.414959+0000 mon.a (mon.0) 125 : audit [INF] from='client.? 172.21.15.7:0/92138430' entity='client.admin' 2024-09-13T13:02:51.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:51 smithi007 bash[22721]: audit 2024-09-13T13:02:50.433175+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:02:51.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:51 smithi007 bash[22721]: audit 2024-09-13T13:02:50.433175+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:02:51.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:51 smithi007 bash[22721]: audit 2024-09-13T13:02:50.437808+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:02:51.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:51 smithi007 bash[22721]: audit 2024-09-13T13:02:50.437808+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:02:53.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:53 smithi007 bash[22721]: cluster 2024-09-13T13:02:51.408430+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-13T13:02:53.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:53 smithi007 bash[22721]: cluster 2024-09-13T13:02:51.408430+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-13T13:02:54.768 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T13:02:55.180 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:55 smithi007 bash[22721]: cluster 2024-09-13T13:02:53.408938+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-13T13:02:55.180 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:55 smithi007 bash[22721]: cluster 2024-09-13T13:02:53.408938+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-13T13:02:57.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:57 smithi007 bash[22721]: cluster 2024-09-13T13:02:55.409407+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-13T13:02:57.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:57 smithi007 bash[22721]: cluster 2024-09-13T13:02:55.409407+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-13T13:02:57.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:57 smithi007 bash[22721]: audit 2024-09-13T13:02:56.992349+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:02:57.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:57 smithi007 bash[22721]: audit 2024-09-13T13:02:56.992349+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:02:57.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:57 smithi007 bash[22721]: audit 2024-09-13T13:02:56.993506+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:02:57.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:57 smithi007 bash[22721]: audit 2024-09-13T13:02:56.993506+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:02:57.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:57 smithi007 bash[22721]: audit 2024-09-13T13:02:56.996024+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:02:57.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:57 smithi007 bash[22721]: audit 2024-09-13T13:02:56.996024+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:02:57.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:57 smithi007 bash[22721]: audit 2024-09-13T13:02:56.997025+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:02:57.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:57 smithi007 bash[22721]: audit 2024-09-13T13:02:56.997025+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:02:58.011 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi053 2024-09-13T13:02:58.011 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-09-13T13:02:58.011 DEBUG:teuthology.orchestra.run.smithi053:> dd of=/etc/ceph/ceph.conf 2024-09-13T13:02:58.018 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-09-13T13:02:58.018 DEBUG:teuthology.orchestra.run.smithi053:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-13T13:02:58.065 INFO:tasks.cephadm:Adding host smithi053 to orchestrator... 2024-09-13T13:02:58.065 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0201b8c79733293453e7f10a10c7fa43119222b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fa2bba74-71cf-11ef-bceb-c7b262605968 -- ceph orch host add smithi053 2024-09-13T13:02:58.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:58 smithi007 bash[22721]: audit 2024-09-13T13:02:56.987549+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-13T13:02:58.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:58 smithi007 bash[22721]: audit 2024-09-13T13:02:56.987549+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-13T13:02:58.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:58 smithi007 bash[22721]: cephadm 2024-09-13T13:02:56.998223+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi007:/etc/ceph/ceph.conf 2024-09-13T13:02:58.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:58 smithi007 bash[22721]: cephadm 2024-09-13T13:02:56.998223+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi007:/etc/ceph/ceph.conf 2024-09-13T13:02:58.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:58 smithi007 bash[22721]: cephadm 2024-09-13T13:02:57.069673+0000 mgr.a (mgr.14152) 20 : cephadm [INF] Updating smithi007:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:02:58.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:58 smithi007 bash[22721]: cephadm 2024-09-13T13:02:57.069673+0000 mgr.a (mgr.14152) 20 : cephadm [INF] Updating smithi007:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:02:58.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:58 smithi007 bash[22721]: cephadm 2024-09-13T13:02:57.130009+0000 mgr.a (mgr.14152) 21 : cephadm [INF] Updating smithi007:/etc/ceph/ceph.client.admin.keyring 2024-09-13T13:02:58.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:58 smithi007 bash[22721]: cephadm 2024-09-13T13:02:57.130009+0000 mgr.a (mgr.14152) 21 : cephadm [INF] Updating smithi007:/etc/ceph/ceph.client.admin.keyring 2024-09-13T13:02:58.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:58 smithi007 bash[22721]: audit 2024-09-13T13:02:57.290599+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:02:58.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:58 smithi007 bash[22721]: audit 2024-09-13T13:02:57.290599+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:02:58.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:58 smithi007 bash[22721]: audit 2024-09-13T13:02:57.294118+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:02:58.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:58 smithi007 bash[22721]: audit 2024-09-13T13:02:57.294118+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:02:59.495 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:59 smithi007 bash[22721]: cephadm 2024-09-13T13:02:57.219998+0000 mgr.a (mgr.14152) 22 : cephadm [INF] Updating smithi007:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T13:02:59.495 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:59 smithi007 bash[22721]: cephadm 2024-09-13T13:02:57.219998+0000 mgr.a (mgr.14152) 22 : cephadm [INF] Updating smithi007:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T13:02:59.495 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:59 smithi007 bash[22721]: cluster 2024-09-13T13:02:57.409836+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-13T13:02:59.495 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:02:59 smithi007 bash[22721]: cluster 2024-09-13T13:02:57.409836+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-13T13:03:00.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:00 smithi007 bash[22721]: cluster 2024-09-13T13:02:59.410272+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-13T13:03:00.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:00 smithi007 bash[22721]: cluster 2024-09-13T13:02:59.410272+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-13T13:03:00.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:00 smithi007 bash[22721]: audit 2024-09-13T13:02:59.486658+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:00.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:00 smithi007 bash[22721]: audit 2024-09-13T13:02:59.486658+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:00.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:00 smithi007 bash[22721]: audit 2024-09-13T13:02:59.492994+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:00.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:00 smithi007 bash[22721]: audit 2024-09-13T13:02:59.492994+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:02.789 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T13:03:02.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:02 smithi007 bash[22721]: cluster 2024-09-13T13:03:01.410713+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-13T13:03:02.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:02 smithi007 bash[22721]: cluster 2024-09-13T13:03:01.410713+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-13T13:03:04.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:04 smithi007 bash[22721]: cluster 2024-09-13T13:03:03.411102+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-13T13:03:04.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:04 smithi007 bash[22721]: cluster 2024-09-13T13:03:03.411102+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-13T13:03:05.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:05 smithi007 bash[22721]: audit 2024-09-13T13:03:04.168517+0000 mgr.a (mgr.14152) 27 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi053", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:03:05.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:05 smithi007 bash[22721]: audit 2024-09-13T13:03:04.168517+0000 mgr.a (mgr.14152) 27 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi053", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:03:06.753 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:06 smithi007 bash[22721]: cluster 2024-09-13T13:03:05.411438+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-13T13:03:06.753 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:06 smithi007 bash[22721]: cluster 2024-09-13T13:03:05.411438+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-13T13:03:06.753 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:06 smithi007 bash[22721]: cephadm 2024-09-13T13:03:05.433291+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Deploying cephadm binary to smithi053 2024-09-13T13:03:06.753 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:06 smithi007 bash[22721]: cephadm 2024-09-13T13:03:05.433291+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Deploying cephadm binary to smithi053 2024-09-13T13:03:09.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:08 smithi007 bash[22721]: cluster 2024-09-13T13:03:07.411831+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-13T13:03:09.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:08 smithi007 bash[22721]: cluster 2024-09-13T13:03:07.411831+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-13T13:03:09.062 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:08 smithi007 bash[22721]: audit 2024-09-13T13:03:07.764218+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:09.062 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:08 smithi007 bash[22721]: audit 2024-09-13T13:03:07.764218+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:09.062 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:08 smithi007 bash[22721]: audit 2024-09-13T13:03:07.773367+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:09.062 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:08 smithi007 bash[22721]: audit 2024-09-13T13:03:07.773367+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:09.062 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:08 smithi007 bash[22721]: audit 2024-09-13T13:03:07.784144+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:09.062 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:08 smithi007 bash[22721]: audit 2024-09-13T13:03:07.784144+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:09.132 INFO:teuthology.orchestra.run.smithi007.stdout:Added host 'smithi053' with addr '172.21.15.53' 2024-09-13T13:03:09.904 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0201b8c79733293453e7f10a10c7fa43119222b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fa2bba74-71cf-11ef-bceb-c7b262605968 -- ceph orch host ls --format=json 2024-09-13T13:03:10.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:10 smithi007 bash[22721]: audit 2024-09-13T13:03:09.130520+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:10.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:10 smithi007 bash[22721]: audit 2024-09-13T13:03:09.130520+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:10.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:10 smithi007 bash[22721]: cephadm 2024-09-13T13:03:09.131434+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Added host smithi053 2024-09-13T13:03:10.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:10 smithi007 bash[22721]: cephadm 2024-09-13T13:03:09.131434+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Added host smithi053 2024-09-13T13:03:10.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:10 smithi007 bash[22721]: audit 2024-09-13T13:03:09.132314+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:03:10.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:10 smithi007 bash[22721]: audit 2024-09-13T13:03:09.132314+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:03:10.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:10 smithi007 bash[22721]: audit 2024-09-13T13:03:09.680379+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:10.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:10 smithi007 bash[22721]: audit 2024-09-13T13:03:09.680379+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:11.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:11 smithi007 bash[22721]: cluster 2024-09-13T13:03:09.412316+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-13T13:03:11.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:11 smithi007 bash[22721]: cluster 2024-09-13T13:03:09.412316+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-13T13:03:12.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:12 smithi007 bash[22721]: audit 2024-09-13T13:03:11.246319+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:12.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:12 smithi007 bash[22721]: audit 2024-09-13T13:03:11.246319+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:12.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:12 smithi007 bash[22721]: audit 2024-09-13T13:03:11.252179+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:12.564 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:12 smithi007 bash[22721]: audit 2024-09-13T13:03:11.252179+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:12.564 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:12 smithi007 bash[22721]: audit 2024-09-13T13:03:11.253764+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi053", "name": "osd_memory_target"} : dispatch 2024-09-13T13:03:12.564 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:12 smithi007 bash[22721]: audit 2024-09-13T13:03:11.253764+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi053", "name": "osd_memory_target"} : dispatch 2024-09-13T13:03:12.564 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:12 smithi007 bash[22721]: audit 2024-09-13T13:03:11.255832+0000 mon.a (mon.0) 145 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:03:12.564 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:12 smithi007 bash[22721]: audit 2024-09-13T13:03:11.255832+0000 mon.a (mon.0) 145 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:03:12.564 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:12 smithi007 bash[22721]: audit 2024-09-13T13:03:11.257619+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:03:12.564 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:12 smithi007 bash[22721]: audit 2024-09-13T13:03:11.257619+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:03:12.564 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:12 smithi007 bash[22721]: cephadm 2024-09-13T13:03:11.260215+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi053:/etc/ceph/ceph.conf 2024-09-13T13:03:12.564 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:12 smithi007 bash[22721]: cephadm 2024-09-13T13:03:11.260215+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi053:/etc/ceph/ceph.conf 2024-09-13T13:03:12.564 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:12 smithi007 bash[22721]: cephadm 2024-09-13T13:03:11.375678+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi053:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:03:12.565 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:12 smithi007 bash[22721]: cephadm 2024-09-13T13:03:11.375678+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi053:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:03:12.565 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:12 smithi007 bash[22721]: cluster 2024-09-13T13:03:11.412732+0000 mgr.a (mgr.14152) 35 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:03:12.565 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:12 smithi007 bash[22721]: cluster 2024-09-13T13:03:11.412732+0000 mgr.a (mgr.14152) 35 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:03:12.565 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:12 smithi007 bash[22721]: cephadm 2024-09-13T13:03:11.480072+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Updating smithi053:/etc/ceph/ceph.client.admin.keyring 2024-09-13T13:03:12.565 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:12 smithi007 bash[22721]: cephadm 2024-09-13T13:03:11.480072+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Updating smithi053:/etc/ceph/ceph.client.admin.keyring 2024-09-13T13:03:12.565 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:12 smithi007 bash[22721]: cephadm 2024-09-13T13:03:11.579013+0000 mgr.a (mgr.14152) 37 : cephadm [INF] Updating smithi053:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T13:03:12.565 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:12 smithi007 bash[22721]: cephadm 2024-09-13T13:03:11.579013+0000 mgr.a (mgr.14152) 37 : cephadm [INF] Updating smithi053:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T13:03:12.565 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:12 smithi007 bash[22721]: audit 2024-09-13T13:03:11.677722+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:12.565 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:12 smithi007 bash[22721]: audit 2024-09-13T13:03:11.677722+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:12.565 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:12 smithi007 bash[22721]: audit 2024-09-13T13:03:11.684183+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:12.565 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:12 smithi007 bash[22721]: audit 2024-09-13T13:03:11.684183+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:12.565 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:12 smithi007 bash[22721]: audit 2024-09-13T13:03:11.687286+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi053", "caps": []} : dispatch 2024-09-13T13:03:12.565 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:12 smithi007 bash[22721]: audit 2024-09-13T13:03:11.687286+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi053", "caps": []} : dispatch 2024-09-13T13:03:12.566 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:12 smithi007 bash[22721]: audit 2024-09-13T13:03:11.688753+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi053", "caps": []}]': finished 2024-09-13T13:03:12.566 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:12 smithi007 bash[22721]: audit 2024-09-13T13:03:11.688753+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi053", "caps": []}]': finished 2024-09-13T13:03:13.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:13 smithi007 bash[22721]: cephadm 2024-09-13T13:03:12.555444+0000 mgr.a (mgr.14152) 38 : cephadm [INF] Deploying daemon agent.smithi053 on smithi053 2024-09-13T13:03:13.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:13 smithi007 bash[22721]: cephadm 2024-09-13T13:03:12.555444+0000 mgr.a (mgr.14152) 38 : cephadm [INF] Deploying daemon agent.smithi053 on smithi053 2024-09-13T13:03:14.640 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T13:03:15.062 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:14 smithi007 bash[22721]: cluster 2024-09-13T13:03:13.413123+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-13T13:03:15.062 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:14 smithi007 bash[22721]: cluster 2024-09-13T13:03:13.413123+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-13T13:03:15.062 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:14 smithi007 bash[22721]: audit 2024-09-13T13:03:13.618321+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:15.062 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:14 smithi007 bash[22721]: audit 2024-09-13T13:03:13.618321+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:15.062 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:14 smithi007 bash[22721]: audit 2024-09-13T13:03:13.624036+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:15.062 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:14 smithi007 bash[22721]: audit 2024-09-13T13:03:13.624036+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:15.062 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:14 smithi007 bash[22721]: audit 2024-09-13T13:03:13.629180+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:15.062 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:14 smithi007 bash[22721]: audit 2024-09-13T13:03:13.629180+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:15.063 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:14 smithi007 bash[22721]: audit 2024-09-13T13:03:13.662378+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:03:15.063 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:14 smithi007 bash[22721]: audit 2024-09-13T13:03:13.662378+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:03:15.063 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:14 smithi007 bash[22721]: audit 2024-09-13T13:03:13.666022+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:03:15.063 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:14 smithi007 bash[22721]: audit 2024-09-13T13:03:13.666022+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:03:15.063 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:14 smithi007 bash[22721]: audit 2024-09-13T13:03:13.667354+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:03:15.063 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:14 smithi007 bash[22721]: audit 2024-09-13T13:03:13.667354+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:03:15.063 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:14 smithi007 bash[22721]: audit 2024-09-13T13:03:13.674376+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:15.063 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:14 smithi007 bash[22721]: audit 2024-09-13T13:03:13.674376+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:15.063 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:14 smithi007 bash[22721]: audit 2024-09-13T13:03:13.709676+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:03:15.063 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:14 smithi007 bash[22721]: audit 2024-09-13T13:03:13.709676+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:03:15.063 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:14 smithi007 bash[22721]: audit 2024-09-13T13:03:13.713787+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:03:15.063 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:14 smithi007 bash[22721]: audit 2024-09-13T13:03:13.713787+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:03:15.064 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:14 smithi007 bash[22721]: audit 2024-09-13T13:03:13.715592+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:03:15.064 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:14 smithi007 bash[22721]: audit 2024-09-13T13:03:13.715592+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:03:15.064 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:14 smithi007 bash[22721]: audit 2024-09-13T13:03:13.723336+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:15.064 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:14 smithi007 bash[22721]: audit 2024-09-13T13:03:13.723336+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:15.064 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:14 smithi007 bash[22721]: audit 2024-09-13T13:03:14.186281+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:15.064 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:14 smithi007 bash[22721]: audit 2024-09-13T13:03:14.186281+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:16.141 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-13T13:03:16.141 INFO:teuthology.orchestra.run.smithi007.stdout:[{"addr": "172.21.15.7", "hostname": "smithi007", "labels": [], "status": ""}, {"addr": "172.21.15.53", "hostname": "smithi053", "labels": [], "status": ""}] 2024-09-13T13:03:16.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:16 smithi007 bash[22721]: audit 2024-09-13T13:03:15.262070+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:16.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:16 smithi007 bash[22721]: audit 2024-09-13T13:03:15.262070+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:16.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:16 smithi007 bash[22721]: audit 2024-09-13T13:03:15.270033+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:16.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:16 smithi007 bash[22721]: audit 2024-09-13T13:03:15.270033+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:16.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:16 smithi007 bash[22721]: cluster 2024-09-13T13:03:15.413565+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-13T13:03:16.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:16 smithi007 bash[22721]: cluster 2024-09-13T13:03:15.413565+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-13T13:03:16.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:16 smithi007 bash[22721]: audit 2024-09-13T13:03:16.139901+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-13T13:03:16.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:16 smithi007 bash[22721]: audit 2024-09-13T13:03:16.139901+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-13T13:03:16.785 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi077 2024-09-13T13:03:16.786 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-09-13T13:03:16.786 DEBUG:teuthology.orchestra.run.smithi077:> dd of=/etc/ceph/ceph.conf 2024-09-13T13:03:16.792 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-09-13T13:03:16.792 DEBUG:teuthology.orchestra.run.smithi077:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-13T13:03:16.838 INFO:tasks.cephadm:Adding host smithi077 to orchestrator... 2024-09-13T13:03:16.839 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0201b8c79733293453e7f10a10c7fa43119222b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fa2bba74-71cf-11ef-bceb-c7b262605968 -- ceph orch host add smithi077 2024-09-13T13:03:19.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:18 smithi007 bash[22721]: cluster 2024-09-13T13:03:17.413968+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-13T13:03:19.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:18 smithi007 bash[22721]: cluster 2024-09-13T13:03:17.413968+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-13T13:03:19.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:18 smithi007 bash[22721]: audit 2024-09-13T13:03:17.902874+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:19.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:18 smithi007 bash[22721]: audit 2024-09-13T13:03:17.902874+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:21.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:20 smithi007 bash[22721]: cluster 2024-09-13T13:03:19.414395+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-13T13:03:21.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:20 smithi007 bash[22721]: cluster 2024-09-13T13:03:19.414395+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-13T13:03:21.567 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T13:03:23.192 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:22 smithi007 bash[22721]: cluster 2024-09-13T13:03:21.414830+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-13T13:03:23.193 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:22 smithi007 bash[22721]: cluster 2024-09-13T13:03:21.414830+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-13T13:03:25.064 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:24 smithi007 bash[22721]: audit 2024-09-13T13:03:23.393057+0000 mgr.a (mgr.14152) 45 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi077", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:03:25.064 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:24 smithi007 bash[22721]: audit 2024-09-13T13:03:23.393057+0000 mgr.a (mgr.14152) 45 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi077", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:03:25.064 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:24 smithi007 bash[22721]: cluster 2024-09-13T13:03:23.415226+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-13T13:03:25.065 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:24 smithi007 bash[22721]: cluster 2024-09-13T13:03:23.415226+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-13T13:03:26.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:25 smithi007 bash[22721]: cephadm 2024-09-13T13:03:24.629172+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Deploying cephadm binary to smithi077 2024-09-13T13:03:26.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:25 smithi007 bash[22721]: cephadm 2024-09-13T13:03:24.629172+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Deploying cephadm binary to smithi077 2024-09-13T13:03:27.198 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:26 smithi007 bash[22721]: cluster 2024-09-13T13:03:25.415723+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-13T13:03:27.199 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:26 smithi007 bash[22721]: cluster 2024-09-13T13:03:25.415723+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-13T13:03:28.258 INFO:teuthology.orchestra.run.smithi007.stdout:Added host 'smithi077' with addr '172.21.15.77' 2024-09-13T13:03:28.925 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0201b8c79733293453e7f10a10c7fa43119222b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fa2bba74-71cf-11ef-bceb-c7b262605968 -- ceph orch host ls --format=json 2024-09-13T13:03:29.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:28 smithi007 bash[22721]: cluster 2024-09-13T13:03:27.416217+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:03:29.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:28 smithi007 bash[22721]: cluster 2024-09-13T13:03:27.416217+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:03:29.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:28 smithi007 bash[22721]: audit 2024-09-13T13:03:27.980149+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:29.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:28 smithi007 bash[22721]: audit 2024-09-13T13:03:27.980149+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:29.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:28 smithi007 bash[22721]: audit 2024-09-13T13:03:27.985838+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:29.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:28 smithi007 bash[22721]: audit 2024-09-13T13:03:27.985838+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:29.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:28 smithi007 bash[22721]: audit 2024-09-13T13:03:27.992016+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:29.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:28 smithi007 bash[22721]: audit 2024-09-13T13:03:27.992016+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:29.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:28 smithi007 bash[22721]: audit 2024-09-13T13:03:28.256286+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:29.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:28 smithi007 bash[22721]: audit 2024-09-13T13:03:28.256286+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:29.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:28 smithi007 bash[22721]: audit 2024-09-13T13:03:28.257771+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:03:29.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:28 smithi007 bash[22721]: audit 2024-09-13T13:03:28.257771+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:03:29.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:28 smithi007 bash[22721]: audit 2024-09-13T13:03:28.599241+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:29.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:28 smithi007 bash[22721]: audit 2024-09-13T13:03:28.599241+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:29.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:28 smithi007 bash[22721]: audit 2024-09-13T13:03:28.606797+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:29.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:28 smithi007 bash[22721]: audit 2024-09-13T13:03:28.606797+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:29.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:28 smithi007 bash[22721]: audit 2024-09-13T13:03:28.783643+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:29.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:28 smithi007 bash[22721]: audit 2024-09-13T13:03:28.783643+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:30.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:29 smithi007 bash[22721]: cephadm 2024-09-13T13:03:28.257065+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Added host smithi077 2024-09-13T13:03:30.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:29 smithi007 bash[22721]: cephadm 2024-09-13T13:03:28.257065+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Added host smithi077 2024-09-13T13:03:31.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:30 smithi007 bash[22721]: cluster 2024-09-13T13:03:29.416810+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:03:31.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:30 smithi007 bash[22721]: cluster 2024-09-13T13:03:29.416810+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:03:31.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:30 smithi007 bash[22721]: audit 2024-09-13T13:03:30.298808+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:31.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:30 smithi007 bash[22721]: audit 2024-09-13T13:03:30.298808+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:31.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:30 smithi007 bash[22721]: audit 2024-09-13T13:03:30.304596+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:31.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:30 smithi007 bash[22721]: audit 2024-09-13T13:03:30.304596+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:31.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:30 smithi007 bash[22721]: audit 2024-09-13T13:03:30.306221+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi077", "name": "osd_memory_target"} : dispatch 2024-09-13T13:03:31.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:30 smithi007 bash[22721]: audit 2024-09-13T13:03:30.306221+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi077", "name": "osd_memory_target"} : dispatch 2024-09-13T13:03:31.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:30 smithi007 bash[22721]: audit 2024-09-13T13:03:30.308502+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:03:31.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:30 smithi007 bash[22721]: audit 2024-09-13T13:03:30.308502+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:03:31.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:30 smithi007 bash[22721]: audit 2024-09-13T13:03:30.310329+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:03:31.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:30 smithi007 bash[22721]: audit 2024-09-13T13:03:30.310329+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:03:31.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:30 smithi007 bash[22721]: audit 2024-09-13T13:03:30.722554+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:31.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:30 smithi007 bash[22721]: audit 2024-09-13T13:03:30.722554+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:31.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:30 smithi007 bash[22721]: audit 2024-09-13T13:03:30.728664+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:31.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:30 smithi007 bash[22721]: audit 2024-09-13T13:03:30.728664+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:31.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:30 smithi007 bash[22721]: audit 2024-09-13T13:03:30.731683+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi077", "caps": []} : dispatch 2024-09-13T13:03:31.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:30 smithi007 bash[22721]: audit 2024-09-13T13:03:30.731683+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi077", "caps": []} : dispatch 2024-09-13T13:03:31.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:30 smithi007 bash[22721]: audit 2024-09-13T13:03:30.732899+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi077", "caps": []}]': finished 2024-09-13T13:03:31.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:30 smithi007 bash[22721]: audit 2024-09-13T13:03:30.732899+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi077", "caps": []}]': finished 2024-09-13T13:03:32.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:31 smithi007 bash[22721]: cephadm 2024-09-13T13:03:30.312965+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi077:/etc/ceph/ceph.conf 2024-09-13T13:03:32.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:31 smithi007 bash[22721]: cephadm 2024-09-13T13:03:30.312965+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi077:/etc/ceph/ceph.conf 2024-09-13T13:03:32.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:31 smithi007 bash[22721]: cephadm 2024-09-13T13:03:30.429999+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi077:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:03:32.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:31 smithi007 bash[22721]: cephadm 2024-09-13T13:03:30.429999+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi077:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:03:32.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:31 smithi007 bash[22721]: cephadm 2024-09-13T13:03:30.532434+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi077:/etc/ceph/ceph.client.admin.keyring 2024-09-13T13:03:32.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:31 smithi007 bash[22721]: cephadm 2024-09-13T13:03:30.532434+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi077:/etc/ceph/ceph.client.admin.keyring 2024-09-13T13:03:32.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:31 smithi007 bash[22721]: cephadm 2024-09-13T13:03:30.626068+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi077:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T13:03:32.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:31 smithi007 bash[22721]: cephadm 2024-09-13T13:03:30.626068+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi077:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T13:03:33.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:32 smithi007 bash[22721]: cluster 2024-09-13T13:03:31.417285+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:03:33.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:32 smithi007 bash[22721]: cluster 2024-09-13T13:03:31.417285+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:03:33.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:32 smithi007 bash[22721]: cephadm 2024-09-13T13:03:31.485106+0000 mgr.a (mgr.14152) 57 : cephadm [INF] Deploying daemon agent.smithi077 on smithi077 2024-09-13T13:03:33.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:32 smithi007 bash[22721]: cephadm 2024-09-13T13:03:31.485106+0000 mgr.a (mgr.14152) 57 : cephadm [INF] Deploying daemon agent.smithi077 on smithi077 2024-09-13T13:03:33.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:32 smithi007 bash[22721]: audit 2024-09-13T13:03:32.598657+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:33.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:32 smithi007 bash[22721]: audit 2024-09-13T13:03:32.598657+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:33.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:32 smithi007 bash[22721]: audit 2024-09-13T13:03:32.604799+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:33.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:32 smithi007 bash[22721]: audit 2024-09-13T13:03:32.604799+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:33.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:32 smithi007 bash[22721]: audit 2024-09-13T13:03:32.610219+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:33.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:32 smithi007 bash[22721]: audit 2024-09-13T13:03:32.610219+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:33.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:32 smithi007 bash[22721]: audit 2024-09-13T13:03:32.662642+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:03:33.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:32 smithi007 bash[22721]: audit 2024-09-13T13:03:32.662642+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:03:33.314 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:32 smithi007 bash[22721]: audit 2024-09-13T13:03:32.667961+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:03:33.314 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:32 smithi007 bash[22721]: audit 2024-09-13T13:03:32.667961+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:03:33.314 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:32 smithi007 bash[22721]: audit 2024-09-13T13:03:32.669819+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:03:33.314 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:32 smithi007 bash[22721]: audit 2024-09-13T13:03:32.669819+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:03:33.314 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:32 smithi007 bash[22721]: audit 2024-09-13T13:03:32.678401+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:33.315 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:32 smithi007 bash[22721]: audit 2024-09-13T13:03:32.678401+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:33.315 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:32 smithi007 bash[22721]: audit 2024-09-13T13:03:32.729800+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:03:33.315 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:32 smithi007 bash[22721]: audit 2024-09-13T13:03:32.729800+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:03:33.315 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:32 smithi007 bash[22721]: audit 2024-09-13T13:03:32.734590+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:03:33.315 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:32 smithi007 bash[22721]: audit 2024-09-13T13:03:32.734590+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:03:33.315 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:32 smithi007 bash[22721]: audit 2024-09-13T13:03:32.736465+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:03:33.315 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:32 smithi007 bash[22721]: audit 2024-09-13T13:03:32.736465+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:03:33.316 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:32 smithi007 bash[22721]: audit 2024-09-13T13:03:32.744978+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:33.316 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:32 smithi007 bash[22721]: audit 2024-09-13T13:03:32.744978+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:33.316 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:32 smithi007 bash[22721]: audit 2024-09-13T13:03:32.909671+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:33.316 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:32 smithi007 bash[22721]: audit 2024-09-13T13:03:32.909671+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:33.665 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T13:03:34.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:34 smithi007 bash[22721]: audit 2024-09-13T13:03:33.161319+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:34.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:34 smithi007 bash[22721]: audit 2024-09-13T13:03:33.161319+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:35.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:35 smithi007 bash[22721]: cluster 2024-09-13T13:03:33.417719+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-13T13:03:35.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:35 smithi007 bash[22721]: cluster 2024-09-13T13:03:33.417719+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-13T13:03:35.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:35 smithi007 bash[22721]: audit 2024-09-13T13:03:34.224926+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:35.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:35 smithi007 bash[22721]: audit 2024-09-13T13:03:34.224926+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:35.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:35 smithi007 bash[22721]: audit 2024-09-13T13:03:34.232835+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:35.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:35 smithi007 bash[22721]: audit 2024-09-13T13:03:34.232835+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:35.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:35 smithi007 bash[22721]: audit 2024-09-13T13:03:34.829139+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:35.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:35 smithi007 bash[22721]: audit 2024-09-13T13:03:34.829139+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:35.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:35 smithi007 bash[22721]: audit 2024-09-13T13:03:34.834744+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:35.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:35 smithi007 bash[22721]: audit 2024-09-13T13:03:34.834744+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:35.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:35 smithi007 bash[22721]: audit 2024-09-13T13:03:34.842429+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:35.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:35 smithi007 bash[22721]: audit 2024-09-13T13:03:34.842429+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:35.319 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-13T13:03:35.319 INFO:teuthology.orchestra.run.smithi007.stdout:[{"addr": "172.21.15.7", "hostname": "smithi007", "labels": [], "status": ""}, {"addr": "172.21.15.53", "hostname": "smithi053", "labels": [], "status": ""}, {"addr": "172.21.15.77", "hostname": "smithi077", "labels": [], "status": ""}] 2024-09-13T13:03:36.017 INFO:tasks.cephadm:Setting crush tunables to default 2024-09-13T13:03:36.017 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0201b8c79733293453e7f10a10c7fa43119222b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fa2bba74-71cf-11ef-bceb-c7b262605968 -- ceph osd crush tunables default 2024-09-13T13:03:36.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:36 smithi007 bash[22721]: audit 2024-09-13T13:03:35.318289+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-13T13:03:36.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:36 smithi007 bash[22721]: audit 2024-09-13T13:03:35.318289+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-13T13:03:36.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:36 smithi007 bash[22721]: cluster 2024-09-13T13:03:35.418054+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-13T13:03:36.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:36 smithi007 bash[22721]: cluster 2024-09-13T13:03:35.418054+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-13T13:03:38.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:38 smithi007 bash[22721]: cluster 2024-09-13T13:03:37.418514+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-13T13:03:38.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:38 smithi007 bash[22721]: cluster 2024-09-13T13:03:37.418514+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-13T13:03:40.755 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T13:03:40.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:40 smithi007 bash[22721]: cluster 2024-09-13T13:03:39.418883+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-13T13:03:40.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:40 smithi007 bash[22721]: cluster 2024-09-13T13:03:39.418883+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-13T13:03:42.476 INFO:teuthology.orchestra.run.smithi007.stderr:adjusted tunables profile to default 2024-09-13T13:03:42.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:42 smithi007 bash[22721]: cluster 2024-09-13T13:03:41.419296+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:03:42.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:42 smithi007 bash[22721]: cluster 2024-09-13T13:03:41.419296+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:03:42.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:42 smithi007 bash[22721]: audit 2024-09-13T13:03:42.346270+0000 mon.a (mon.0) 201 : audit [INF] from='client.? 172.21.15.7:0/2602744712' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-13T13:03:42.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:42 smithi007 bash[22721]: audit 2024-09-13T13:03:42.346270+0000 mon.a (mon.0) 201 : audit [INF] from='client.? 172.21.15.7:0/2602744712' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-13T13:03:43.373 INFO:tasks.cephadm:Adding mon.a on smithi007 2024-09-13T13:03:43.373 INFO:tasks.cephadm:Adding mon.b on smithi053 2024-09-13T13:03:43.373 INFO:tasks.cephadm:Adding mon.c on smithi077 2024-09-13T13:03:43.373 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0201b8c79733293453e7f10a10c7fa43119222b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fa2bba74-71cf-11ef-bceb-c7b262605968 -- ceph orch apply mon '3;smithi007:172.21.15.7=a;smithi053:172.21.15.53=b;smithi077:172.21.15.77=c' 2024-09-13T13:03:43.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:43 smithi007 bash[22721]: audit 2024-09-13T13:03:42.476735+0000 mon.a (mon.0) 202 : audit [INF] from='client.? 172.21.15.7:0/2602744712' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-13T13:03:43.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:43 smithi007 bash[22721]: audit 2024-09-13T13:03:42.476735+0000 mon.a (mon.0) 202 : audit [INF] from='client.? 172.21.15.7:0/2602744712' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-13T13:03:43.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:43 smithi007 bash[22721]: cluster 2024-09-13T13:03:42.478657+0000 mon.a (mon.0) 203 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-13T13:03:43.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:43 smithi007 bash[22721]: cluster 2024-09-13T13:03:42.478657+0000 mon.a (mon.0) 203 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-13T13:03:44.600 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:03:44.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:44 smithi007 bash[22721]: cluster 2024-09-13T13:03:43.419665+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-13T13:03:44.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:44 smithi007 bash[22721]: cluster 2024-09-13T13:03:43.419665+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-13T13:03:46.468 INFO:teuthology.orchestra.run.smithi077.stdout:Scheduled mon update... 2024-09-13T13:03:46.783 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:46 smithi007 bash[22721]: cluster 2024-09-13T13:03:45.420062+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-13T13:03:46.784 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:46 smithi007 bash[22721]: cluster 2024-09-13T13:03:45.420062+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-13T13:03:46.784 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:46 smithi007 bash[22721]: audit 2024-09-13T13:03:46.467304+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:46.784 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:46 smithi007 bash[22721]: audit 2024-09-13T13:03:46.467304+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:46.784 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:46 smithi007 bash[22721]: audit 2024-09-13T13:03:46.469047+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:03:46.784 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:46 smithi007 bash[22721]: audit 2024-09-13T13:03:46.469047+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:03:46.784 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:46 smithi007 bash[22721]: audit 2024-09-13T13:03:46.474019+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:03:46.785 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:46 smithi007 bash[22721]: audit 2024-09-13T13:03:46.474019+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:03:46.785 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:46 smithi007 bash[22721]: audit 2024-09-13T13:03:46.475794+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:03:46.785 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:46 smithi007 bash[22721]: audit 2024-09-13T13:03:46.475794+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:03:46.785 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:46 smithi007 bash[22721]: audit 2024-09-13T13:03:46.483441+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:46.785 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:46 smithi007 bash[22721]: audit 2024-09-13T13:03:46.483441+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:47.151 DEBUG:teuthology.orchestra.run.smithi053:mon.b> sudo journalctl -f -n 0 -u ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@mon.b.service 2024-09-13T13:03:47.154 DEBUG:teuthology.orchestra.run.smithi077:mon.c> sudo journalctl -f -n 0 -u ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@mon.c.service 2024-09-13T13:03:47.156 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-13T13:03:47.156 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0201b8c79733293453e7f10a10c7fa43119222b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fa2bba74-71cf-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-13T13:03:47.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:47 smithi007 bash[22721]: audit 2024-09-13T13:03:46.456618+0000 mgr.a (mgr.14152) 66 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi007:172.21.15.7=a;smithi053:172.21.15.53=b;smithi077:172.21.15.77=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:03:47.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:47 smithi007 bash[22721]: audit 2024-09-13T13:03:46.456618+0000 mgr.a (mgr.14152) 66 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi007:172.21.15.7=a;smithi053:172.21.15.53=b;smithi077:172.21.15.77=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:03:47.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:47 smithi007 bash[22721]: cephadm 2024-09-13T13:03:46.461754+0000 mgr.a (mgr.14152) 67 : cephadm [INF] Saving service mon spec with placement smithi007:172.21.15.7=a;smithi053:172.21.15.53=b;smithi077:172.21.15.77=c;count:3 2024-09-13T13:03:47.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:47 smithi007 bash[22721]: cephadm 2024-09-13T13:03:46.461754+0000 mgr.a (mgr.14152) 67 : cephadm [INF] Saving service mon spec with placement smithi007:172.21.15.7=a;smithi053:172.21.15.53=b;smithi077:172.21.15.77=c;count:3 2024-09-13T13:03:47.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:47 smithi007 bash[22721]: audit 2024-09-13T13:03:46.490944+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T13:03:47.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:47 smithi007 bash[22721]: audit 2024-09-13T13:03:46.490944+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T13:03:47.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:47 smithi007 bash[22721]: audit 2024-09-13T13:03:46.492721+0000 mon.a (mon.0) 210 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:03:47.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:47 smithi007 bash[22721]: audit 2024-09-13T13:03:46.492721+0000 mon.a (mon.0) 210 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:03:47.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:47 smithi007 bash[22721]: cephadm 2024-09-13T13:03:46.494675+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Deploying daemon mon.c on smithi077 2024-09-13T13:03:47.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:47 smithi007 bash[22721]: cephadm 2024-09-13T13:03:46.494675+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Deploying daemon mon.c on smithi077 2024-09-13T13:03:48.913 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:03:49.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:49 smithi007 bash[22721]: cluster 2024-09-13T13:03:47.420538+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-13T13:03:49.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:49 smithi007 bash[22721]: cluster 2024-09-13T13:03:47.420538+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-13T13:03:49.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:49 smithi007 bash[22721]: audit 2024-09-13T13:03:48.042171+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:49.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:49 smithi007 bash[22721]: audit 2024-09-13T13:03:48.042171+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:49.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:49 smithi007 bash[22721]: audit 2024-09-13T13:03:48.047460+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:49.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:49 smithi007 bash[22721]: audit 2024-09-13T13:03:48.047460+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:49.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:49 smithi007 bash[22721]: audit 2024-09-13T13:03:48.193835+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:49.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:49 smithi007 bash[22721]: audit 2024-09-13T13:03:48.193835+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:49.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:49 smithi007 bash[22721]: audit 2024-09-13T13:03:48.199202+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:49.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:49 smithi007 bash[22721]: audit 2024-09-13T13:03:48.199202+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:49.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:49 smithi007 bash[22721]: audit 2024-09-13T13:03:48.206746+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:49.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:49 smithi007 bash[22721]: audit 2024-09-13T13:03:48.206746+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:50.805 INFO:teuthology.orchestra.run.smithi077.stderr:dumped monmap epoch 1 2024-09-13T13:03:50.806 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-13T13:03:50.806 INFO:teuthology.orchestra.run.smithi077.stdout:{"epoch":1,"fsid":"fa2bba74-71cf-11ef-bceb-c7b262605968","modified":"2024-09-13T13:01:15.694217Z","created":"2024-09-13T13:01:15.694217Z","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.7:3300","nonce":0},{"type":"v1","addr":"172.21.15.7:6789","nonce":0}]},"addr":"172.21.15.7:6789/0","public_addr":"172.21.15.7:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-13T13:03:51.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:51 smithi007 bash[22721]: cluster 2024-09-13T13:03:49.420946+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-13T13:03:51.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:51 smithi007 bash[22721]: cluster 2024-09-13T13:03:49.420946+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-13T13:03:51.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:51 smithi007 bash[22721]: audit 2024-09-13T13:03:50.805248+0000 mon.a (mon.0) 216 : audit [DBG] from='client.? 172.21.15.77:0/3604222156' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-13T13:03:51.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:51 smithi007 bash[22721]: audit 2024-09-13T13:03:50.805248+0000 mon.a (mon.0) 216 : audit [DBG] from='client.? 172.21.15.77:0/3604222156' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-13T13:03:52.729 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-13T13:03:52.729 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0201b8c79733293453e7f10a10c7fa43119222b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fa2bba74-71cf-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-13T13:03:53.087 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:52 smithi077 systemd[1]: Started Ceph mon.c for fa2bba74-71cf-11ef-bceb-c7b262605968. 2024-09-13T13:03:53.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:53 smithi007 bash[22721]: cluster 2024-09-13T13:03:51.421339+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-13T13:03:53.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:53 smithi007 bash[22721]: cluster 2024-09-13T13:03:51.421339+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-13T13:03:53.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:53 smithi007 bash[22721]: audit 2024-09-13T13:03:53.037851+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:53.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:53 smithi007 bash[22721]: audit 2024-09-13T13:03:53.037851+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:53.964 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/mon.c/config 2024-09-13T13:03:54.152 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.131+0000 7fe431a4dc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-13T13:03:54.153 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.131+0000 7fe431a4dc80 0 ceph version 19.3.0-4917-gb0201b8c (b0201b8c79733293453e7f10a10c7fa43119222b) squid (dev), process ceph-mon, pid 7 2024-09-13T13:03:54.153 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.131+0000 7fe431a4dc80 0 pidfile_write: ignore empty --pid-file 2024-09-13T13:03:54.153 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 0 load: jerasure load: lrc 2024-09-13T13:03:54.153 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: RocksDB version: 7.9.2 2024-09-13T13:03:54.153 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Git sha 0 2024-09-13T13:03:54.153 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Compile date 2024-09-13 10:06:52 2024-09-13T13:03:54.153 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: DB SUMMARY 2024-09-13T13:03:54.153 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: DB Session ID: 5MU9SDL7NYIAGE6KGNPU 2024-09-13T13:03:54.153 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: CURRENT file: CURRENT 2024-09-13T13:03:54.154 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: IDENTITY file: IDENTITY 2024-09-13T13:03:54.154 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-09-13T13:03:54.154 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-09-13T13:03:54.154 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2024-09-13T13:03:54.154 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.error_if_exists: 0 2024-09-13T13:03:54.154 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.create_if_missing: 0 2024-09-13T13:03:54.154 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.paranoid_checks: 1 2024-09-13T13:03:54.154 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-09-13T13:03:54.154 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-13T13:03:54.154 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-13T13:03:54.154 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.env: 0x55d8f8580120 2024-09-13T13:03:54.155 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.fs: PosixFileSystem 2024-09-13T13:03:54.155 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.info_log: 0x55d8fa825700 2024-09-13T13:03:54.155 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-13T13:03:54.155 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.statistics: (nil) 2024-09-13T13:03:54.155 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.use_fsync: 0 2024-09-13T13:03:54.155 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.max_log_file_size: 0 2024-09-13T13:03:54.155 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-13T13:03:54.155 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-13T13:03:54.155 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-13T13:03:54.155 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-13T13:03:54.155 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.allow_fallocate: 1 2024-09-13T13:03:54.155 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-13T13:03:54.156 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-13T13:03:54.156 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.use_direct_reads: 0 2024-09-13T13:03:54.156 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-13T13:03:54.156 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.create_missing_column_families: 0 2024-09-13T13:03:54.156 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.db_log_dir: 2024-09-13T13:03:54.156 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.wal_dir: 2024-09-13T13:03:54.156 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-13T13:03:54.156 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-13T13:03:54.156 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-13T13:03:54.156 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-13T13:03:54.156 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-13T13:03:54.156 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-13T13:03:54.156 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.advise_random_on_open: 1 2024-09-13T13:03:54.157 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-13T13:03:54.157 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.write_buffer_manager: 0x55d8fa829b80 2024-09-13T13:03:54.157 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-13T13:03:54.157 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-13T13:03:54.157 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-13T13:03:54.157 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.rate_limiter: (nil) 2024-09-13T13:03:54.157 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-13T13:03:54.157 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-13T13:03:54.157 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-13T13:03:54.157 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-13T13:03:54.157 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.unordered_write: 0 2024-09-13T13:03:54.157 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-13T13:03:54.158 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-13T13:03:54.158 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-13T13:03:54.158 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-13T13:03:54.158 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.row_cache: None 2024-09-13T13:03:54.158 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.wal_filter: None 2024-09-13T13:03:54.158 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-13T13:03:54.158 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-13T13:03:54.158 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.two_write_queues: 0 2024-09-13T13:03:54.158 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.manual_wal_flush: 0 2024-09-13T13:03:54.158 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.wal_compression: 0 2024-09-13T13:03:54.158 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.atomic_flush: 0 2024-09-13T13:03:54.158 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-13T13:03:54.159 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-13T13:03:54.159 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-13T13:03:54.159 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.log_readahead_size: 0 2024-09-13T13:03:54.159 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-13T13:03:54.159 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-13T13:03:54.159 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-13T13:03:54.159 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-13T13:03:54.159 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-13T13:03:54.159 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-13T13:03:54.159 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-09-13T13:03:54.159 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.max_background_jobs: 2 2024-09-13T13:03:54.159 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.max_background_compactions: -1 2024-09-13T13:03:54.161 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.max_subcompactions: 1 2024-09-13T13:03:54.161 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-13T13:03:54.161 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-13T13:03:54.161 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-13T13:03:54.161 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.max_total_wal_size: 0 2024-09-13T13:03:54.161 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-13T13:03:54.161 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-13T13:03:54.161 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-13T13:03:54.161 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-13T13:03:54.161 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.max_open_files: -1 2024-09-13T13:03:54.162 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.bytes_per_sync: 0 2024-09-13T13:03:54.162 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-13T13:03:54.162 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-13T13:03:54.162 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-13T13:03:54.162 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.max_background_flushes: -1 2024-09-13T13:03:54.162 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Compression algorithms supported: 2024-09-13T13:03:54.162 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: kZSTD supported: 0 2024-09-13T13:03:54.162 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: kXpressCompression supported: 0 2024-09-13T13:03:54.162 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: kBZip2Compression supported: 0 2024-09-13T13:03:54.162 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-13T13:03:54.162 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: kLZ4Compression supported: 1 2024-09-13T13:03:54.162 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: kZlibCompression supported: 1 2024-09-13T13:03:54.163 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-13T13:03:54.163 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: kSnappyCompression supported: 1 2024-09-13T13:03:54.163 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-13T13:03:54.163 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-09-13T13:03:54.163 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2024-09-13T13:03:54.163 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-13T13:03:54.163 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-13T13:03:54.163 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.merge_operator: 2024-09-13T13:03:54.163 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.compaction_filter: None 2024-09-13T13:03:54.163 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.compaction_filter_factory: None 2024-09-13T13:03:54.163 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-13T13:03:54.163 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-13T13:03:54.164 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-13T13:03:54.164 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55d8fa825320) 2024-09-13T13:03:54.164 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cache_index_and_filter_blocks: 1 2024-09-13T13:03:54.164 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-13T13:03:54.164 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-13T13:03:54.164 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: pin_top_level_index_and_filter: 1 2024-09-13T13:03:54.164 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: index_type: 0 2024-09-13T13:03:54.164 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: data_block_index_type: 0 2024-09-13T13:03:54.164 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: index_shortening: 1 2024-09-13T13:03:54.164 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: data_block_hash_table_util_ratio: 0.750000 2024-09-13T13:03:54.164 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: checksum: 4 2024-09-13T13:03:54.164 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: no_block_cache: 0 2024-09-13T13:03:54.164 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: block_cache: 0x55d8fa81b610 2024-09-13T13:03:54.165 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: block_cache_name: BinnedLRUCache 2024-09-13T13:03:54.165 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: block_cache_options: 2024-09-13T13:03:54.165 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: capacity : 536870912 2024-09-13T13:03:54.165 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: num_shard_bits : 4 2024-09-13T13:03:54.165 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: strict_capacity_limit : 0 2024-09-13T13:03:54.165 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: high_pri_pool_ratio: 0.000 2024-09-13T13:03:54.165 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: block_cache_compressed: (nil) 2024-09-13T13:03:54.165 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: persistent_cache: (nil) 2024-09-13T13:03:54.165 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: block_size: 4096 2024-09-13T13:03:54.165 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: block_size_deviation: 10 2024-09-13T13:03:54.165 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: block_restart_interval: 16 2024-09-13T13:03:54.165 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: index_block_restart_interval: 1 2024-09-13T13:03:54.165 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: metadata_block_size: 4096 2024-09-13T13:03:54.166 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: partition_filters: 0 2024-09-13T13:03:54.166 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: use_delta_encoding: 1 2024-09-13T13:03:54.166 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: filter_policy: bloomfilter 2024-09-13T13:03:54.166 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: whole_key_filtering: 1 2024-09-13T13:03:54.166 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: verify_compression: 0 2024-09-13T13:03:54.166 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: read_amp_bytes_per_bit: 0 2024-09-13T13:03:54.166 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: format_version: 5 2024-09-13T13:03:54.166 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: enable_index_compression: 1 2024-09-13T13:03:54.166 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: block_align: 0 2024-09-13T13:03:54.166 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: max_auto_readahead_size: 262144 2024-09-13T13:03:54.166 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: prepopulate_block_cache: 0 2024-09-13T13:03:54.166 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: initial_auto_readahead_size: 8192 2024-09-13T13:03:54.166 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: num_file_reads_for_auto_readahead: 2 2024-09-13T13:03:54.167 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-13T13:03:54.167 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-13T13:03:54.167 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.compression: NoCompression 2024-09-13T13:03:54.167 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-13T13:03:54.167 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-13T13:03:54.167 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-13T13:03:54.167 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.num_levels: 7 2024-09-13T13:03:54.167 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-13T13:03:54.167 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-13T13:03:54.167 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-13T13:03:54.167 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-13T13:03:54.167 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-13T13:03:54.167 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-13T13:03:54.168 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-13T13:03:54.168 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-13T13:03:54.168 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-13T13:03:54.168 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-13T13:03:54.168 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-13T13:03:54.168 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-13T13:03:54.168 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-13T13:03:54.168 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.compression_opts.level: 32767 2024-09-13T13:03:54.168 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-13T13:03:54.168 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-13T13:03:54.168 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-13T13:03:54.168 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-13T13:03:54.168 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-13T13:03:54.169 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.compression_opts.enabled: false 2024-09-13T13:03:54.169 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-13T13:03:54.169 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-13T13:03:54.169 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-13T13:03:54.169 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-13T13:03:54.169 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-13T13:03:54.169 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-13T13:03:54.169 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-13T13:03:54.169 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-13T13:03:54.169 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-13T13:03:54.169 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-13T13:03:54.169 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-13T13:03:54.169 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-13T13:03:54.169 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-13T13:03:54.170 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-13T13:03:54.170 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-13T13:03:54.170 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-13T13:03:54.170 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-13T13:03:54.170 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-13T13:03:54.170 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-13T13:03:54.170 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.arena_block_size: 1048576 2024-09-13T13:03:54.170 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-13T13:03:54.170 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-13T13:03:54.170 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-13T13:03:54.170 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-13T13:03:54.170 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-13T13:03:54.171 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-13T13:03:54.171 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-13T13:03:54.171 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-13T13:03:54.171 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-13T13:03:54.171 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-13T13:03:54.171 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-13T13:03:54.171 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-13T13:03:54.171 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-13T13:03:54.171 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-13T13:03:54.171 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.inplace_update_support: 0 2024-09-13T13:03:54.171 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-13T13:03:54.171 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-13T13:03:54.171 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-13T13:03:54.172 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-13T13:03:54.172 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.bloom_locality: 0 2024-09-13T13:03:54.172 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.max_successive_merges: 0 2024-09-13T13:03:54.172 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-13T13:03:54.172 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-13T13:03:54.172 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.force_consistency_checks: 1 2024-09-13T13:03:54.172 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-13T13:03:54.172 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.ttl: 2592000 2024-09-13T13:03:54.172 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-13T13:03:54.172 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-13T13:03:54.172 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-13T13:03:54.172 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.enable_blob_files: false 2024-09-13T13:03:54.172 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.min_blob_size: 0 2024-09-13T13:03:54.173 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.blob_file_size: 268435456 2024-09-13T13:03:54.173 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-13T13:03:54.173 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-13T13:03:54.173 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-13T13:03:54.173 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-13T13:03:54.173 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-13T13:03:54.173 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-09-13T13:03:54.173 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.135+0000 7fe431a4dc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-13T13:03:54.173 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.139+0000 7fe431a4dc80 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-13T13:03:54.173 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.139+0000 7fe431a4dc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-13T13:03:54.173 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.139+0000 7fe431a4dc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 2d44e905-d244-46bd-9c92-da85d45376cf 2024-09-13T13:03:54.173 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.139+0000 7fe431a4dc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726232634143192, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-09-13T13:03:54.173 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.139+0000 7fe431a4dc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-09-13T13:03:54.174 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.139+0000 7fe431a4dc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726232634143877, "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": 1726232634, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "2d44e905-d244-46bd-9c92-da85d45376cf", "db_session_id": "5MU9SDL7NYIAGE6KGNPU", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-09-13T13:03:54.174 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.139+0000 7fe431a4dc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726232634144035, "job": 1, "event": "recovery_finished"} 2024-09-13T13:03:54.174 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.139+0000 7fe431a4dc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-09-13T13:03:54.174 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.139+0000 7fe431a4dc80 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-13T13:03:54.174 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.139+0000 7fe431a4dc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55d8fa848e00 2024-09-13T13:03:54.174 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.139+0000 7fe431a4dc80 4 rocksdb: DB pointer 0x55d8fa94c000 2024-09-13T13:03:54.174 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.143+0000 7fe427815640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-13T13:03:54.174 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.143+0000 7fe427815640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-13T13:03:54.174 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: ** DB Stats ** 2024-09-13T13:03:54.174 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-13T13:03:54.174 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: 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-13T13:03:54.174 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-13T13:03:54.174 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-13T13:03:54.175 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: 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-13T13:03:54.175 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-13T13:03:54.175 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-13T13:03:54.175 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: ** Compaction Stats [default] ** 2024-09-13T13:03:54.175 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: 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-13T13:03:54.175 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-13T13:03:54.175 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: 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.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-13T13:03:54.175 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: 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.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-13T13:03:54.175 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: 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.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-13T13:03:54.175 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: ** Compaction Stats [default] ** 2024-09-13T13:03:54.175 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: 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-13T13:03:54.175 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-13T13:03:54.175 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: 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.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-13T13:03:54.176 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-13T13:03:54.176 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-13T13:03:54.176 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-13T13:03:54.176 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-13T13:03:54.176 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: AddFile(Total Files): cumulative 0, interval 0 2024-09-13T13:03:54.176 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-13T13:03:54.176 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: AddFile(Keys): cumulative 0, interval 0 2024-09-13T13:03:54.176 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: Cumulative compaction: 0.00 GB write, 0.24 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-13T13:03:54.176 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: Interval compaction: 0.00 GB write, 0.24 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-13T13:03:54.176 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: 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-13T13:03:54.176 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: Block cache BinnedLRUCache@0x55d8fa81b610#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 2.6e-05 secs_since: 0 2024-09-13T13:03:54.176 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: 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-13T13:03:54.176 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: ** File Read Latency Histogram By Level [default] ** 2024-09-13T13:03:54.177 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.143+0000 7fe431a4dc80 0 mon.c does not exist in monmap, will attempt to join an existing cluster 2024-09-13T13:03:54.177 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.143+0000 7fe431a4dc80 0 using public_addr v2:172.21.15.77:0/0 -> [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] 2024-09-13T13:03:54.177 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.143+0000 7fe431a4dc80 0 starting mon.c rank -1 at public addrs [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] at bind addrs [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid fa2bba74-71cf-11ef-bceb-c7b262605968 2024-09-13T13:03:54.177 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.143+0000 7fe431a4dc80 1 mon.c@-1(???) e0 preinit fsid fa2bba74-71cf-11ef-bceb-c7b262605968 2024-09-13T13:03:54.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:54 smithi007 bash[22721]: audit 2024-09-13T13:03:53.043582+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:54 smithi007 bash[22721]: audit 2024-09-13T13:03:53.043582+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:54 smithi007 bash[22721]: audit 2024-09-13T13:03:53.053311+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:54 smithi007 bash[22721]: audit 2024-09-13T13:03:53.053311+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:54 smithi007 bash[22721]: audit 2024-09-13T13:03:53.054690+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T13:03:54.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:54 smithi007 bash[22721]: audit 2024-09-13T13:03:53.054690+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T13:03:54.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:54 smithi007 bash[22721]: audit 2024-09-13T13:03:53.056462+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:03:54.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:54 smithi007 bash[22721]: audit 2024-09-13T13:03:53.056462+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:03:54.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:54 smithi007 bash[22721]: cephadm 2024-09-13T13:03:53.058413+0000 mgr.a (mgr.14152) 72 : cephadm [INF] Deploying daemon mon.b on smithi053 2024-09-13T13:03:54.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:54 smithi007 bash[22721]: cephadm 2024-09-13T13:03:53.058413+0000 mgr.a (mgr.14152) 72 : cephadm [INF] Deploying daemon mon.b on smithi053 2024-09-13T13:03:54.358 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.171+0000 7fe42a81b640 0 mon.c@-1(synchronizing).mds e1 new map 2024-09-13T13:03:54.358 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.171+0000 7fe42a81b640 0 mon.c@-1(synchronizing).mds e1 print_map 2024-09-13T13:03:54.358 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: e1 2024-09-13T13:03:54.358 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: btime 2024-09-13T13:01:20:772772+0000 2024-09-13T13:03:54.359 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: enable_multiple, ever_enabled_multiple: 1,1 2024-09-13T13:03:54.359 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: 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-13T13:03:54.359 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: legacy client fscid: -1 2024-09-13T13:03:54.359 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: 2024-09-13T13:03:54.359 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: No filesystems configured 2024-09-13T13:03:54.359 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.171+0000 7fe42a81b640 1 mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-13T13:03:54.359 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.171+0000 7fe42a81b640 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-13T13:03:54.359 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.171+0000 7fe42a81b640 1 mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-13T13:03:54.359 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.171+0000 7fe42a81b640 1 mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-13T13:03:54.359 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.171+0000 7fe42a81b640 1 mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-13T13:03:54.359 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.171+0000 7fe42a81b640 1 mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-13T13:03:54.359 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.171+0000 7fe42a81b640 0 mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-13T13:03:54.360 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.171+0000 7fe42a81b640 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-13T13:03:54.360 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.171+0000 7fe42a81b640 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-13T13:03:54.360 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.171+0000 7fe42a81b640 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-13T13:03:54.360 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:02:47.407464+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-13T13:03:54.360 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:02:47.407464+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-13T13:03:54.360 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:02:47.876175+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.360 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:02:47.876175+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.360 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:02:49.096091+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.360 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:02:49.096091+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.360 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:02:49.099282+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.360 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:02:49.099282+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.360 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:02:49.407896+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-13T13:03:54.360 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:02:49.407896+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-13T13:03:54.361 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:02:50.414959+0000 mon.a (mon.0) 125 : audit [INF] from='client.? 172.21.15.7:0/92138430' entity='client.admin' 2024-09-13T13:03:54.361 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:02:50.414959+0000 mon.a (mon.0) 125 : audit [INF] from='client.? 172.21.15.7:0/92138430' entity='client.admin' 2024-09-13T13:03:54.361 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:02:50.433175+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:03:54.361 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:02:50.433175+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:03:54.361 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:02:50.437808+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.361 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:02:50.437808+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.361 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:02:51.408430+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-13T13:03:54.361 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:02:51.408430+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-13T13:03:54.361 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:02:53.408938+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-13T13:03:54.361 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:02:53.408938+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-13T13:03:54.361 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:02:55.409407+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-13T13:03:54.361 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:02:55.409407+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-13T13:03:54.361 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:02:56.992349+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.361 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:02:56.992349+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.362 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:02:56.993506+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:03:54.362 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:02:56.993506+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:03:54.362 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:02:56.996024+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:03:54.362 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:02:56.996024+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:03:54.362 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:02:56.997025+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:03:54.362 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:02:56.997025+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:03:54.362 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:02:56.987549+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-13T13:03:54.362 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:02:56.987549+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-13T13:03:54.362 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cephadm 2024-09-13T13:02:56.998223+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi007:/etc/ceph/ceph.conf 2024-09-13T13:03:54.362 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cephadm 2024-09-13T13:02:56.998223+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi007:/etc/ceph/ceph.conf 2024-09-13T13:03:54.362 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cephadm 2024-09-13T13:02:57.069673+0000 mgr.a (mgr.14152) 20 : cephadm [INF] Updating smithi007:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:03:54.362 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cephadm 2024-09-13T13:02:57.069673+0000 mgr.a (mgr.14152) 20 : cephadm [INF] Updating smithi007:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:03:54.362 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cephadm 2024-09-13T13:02:57.130009+0000 mgr.a (mgr.14152) 21 : cephadm [INF] Updating smithi007:/etc/ceph/ceph.client.admin.keyring 2024-09-13T13:03:54.363 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cephadm 2024-09-13T13:02:57.130009+0000 mgr.a (mgr.14152) 21 : cephadm [INF] Updating smithi007:/etc/ceph/ceph.client.admin.keyring 2024-09-13T13:03:54.363 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:02:57.290599+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.363 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:02:57.290599+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.363 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:02:57.294118+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.363 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:02:57.294118+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.363 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cephadm 2024-09-13T13:02:57.219998+0000 mgr.a (mgr.14152) 22 : cephadm [INF] Updating smithi007:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T13:03:54.363 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cephadm 2024-09-13T13:02:57.219998+0000 mgr.a (mgr.14152) 22 : cephadm [INF] Updating smithi007:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T13:03:54.363 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:02:57.409836+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-13T13:03:54.363 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:02:57.409836+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-13T13:03:54.363 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:02:59.410272+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-13T13:03:54.363 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:02:59.410272+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-13T13:03:54.363 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:02:59.486658+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.363 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:02:59.486658+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.363 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:02:59.492994+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.364 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:02:59.492994+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.364 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:03:01.410713+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-13T13:03:54.364 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:03:01.410713+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-13T13:03:54.364 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:03:03.411102+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-13T13:03:54.364 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:03:03.411102+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-13T13:03:54.364 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:04.168517+0000 mgr.a (mgr.14152) 27 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi053", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:03:54.364 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:04.168517+0000 mgr.a (mgr.14152) 27 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi053", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:03:54.364 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:03:05.411438+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-13T13:03:54.364 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:03:05.411438+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-13T13:03:54.364 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cephadm 2024-09-13T13:03:05.433291+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Deploying cephadm binary to smithi053 2024-09-13T13:03:54.364 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cephadm 2024-09-13T13:03:05.433291+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Deploying cephadm binary to smithi053 2024-09-13T13:03:54.364 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:03:07.411831+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-13T13:03:54.364 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:03:07.411831+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-13T13:03:54.365 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:07.764218+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.365 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:07.764218+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.365 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:07.773367+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.365 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:07.773367+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.365 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:07.784144+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.365 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:07.784144+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.365 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:09.130520+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.365 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:09.130520+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.365 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cephadm 2024-09-13T13:03:09.131434+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Added host smithi053 2024-09-13T13:03:54.365 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cephadm 2024-09-13T13:03:09.131434+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Added host smithi053 2024-09-13T13:03:54.365 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:09.132314+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:03:54.365 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:09.132314+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:03:54.365 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:09.680379+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.366 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:09.680379+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.366 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:03:09.412316+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-13T13:03:54.366 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:03:09.412316+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-13T13:03:54.366 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:11.246319+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.366 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:11.246319+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.366 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:11.252179+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.366 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:11.252179+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.366 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:11.253764+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi053", "name": "osd_memory_target"} : dispatch 2024-09-13T13:03:54.366 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:11.253764+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi053", "name": "osd_memory_target"} : dispatch 2024-09-13T13:03:54.366 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:11.255832+0000 mon.a (mon.0) 145 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:03:54.366 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:11.255832+0000 mon.a (mon.0) 145 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:03:54.366 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:11.257619+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:03:54.366 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:11.257619+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:03:54.367 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cephadm 2024-09-13T13:03:11.260215+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi053:/etc/ceph/ceph.conf 2024-09-13T13:03:54.367 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cephadm 2024-09-13T13:03:11.260215+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi053:/etc/ceph/ceph.conf 2024-09-13T13:03:54.367 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cephadm 2024-09-13T13:03:11.375678+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi053:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:03:54.367 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cephadm 2024-09-13T13:03:11.375678+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi053:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:03:54.367 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:03:11.412732+0000 mgr.a (mgr.14152) 35 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:03:54.367 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:03:11.412732+0000 mgr.a (mgr.14152) 35 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:03:54.367 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cephadm 2024-09-13T13:03:11.480072+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Updating smithi053:/etc/ceph/ceph.client.admin.keyring 2024-09-13T13:03:54.367 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cephadm 2024-09-13T13:03:11.480072+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Updating smithi053:/etc/ceph/ceph.client.admin.keyring 2024-09-13T13:03:54.367 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cephadm 2024-09-13T13:03:11.579013+0000 mgr.a (mgr.14152) 37 : cephadm [INF] Updating smithi053:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T13:03:54.367 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cephadm 2024-09-13T13:03:11.579013+0000 mgr.a (mgr.14152) 37 : cephadm [INF] Updating smithi053:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T13:03:54.367 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:11.677722+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.367 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:11.677722+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.367 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:11.684183+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.368 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:11.684183+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.368 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:11.687286+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi053", "caps": []} : dispatch 2024-09-13T13:03:54.368 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:11.687286+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi053", "caps": []} : dispatch 2024-09-13T13:03:54.368 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:11.688753+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi053", "caps": []}]': finished 2024-09-13T13:03:54.368 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:11.688753+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi053", "caps": []}]': finished 2024-09-13T13:03:54.368 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cephadm 2024-09-13T13:03:12.555444+0000 mgr.a (mgr.14152) 38 : cephadm [INF] Deploying daemon agent.smithi053 on smithi053 2024-09-13T13:03:54.368 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cephadm 2024-09-13T13:03:12.555444+0000 mgr.a (mgr.14152) 38 : cephadm [INF] Deploying daemon agent.smithi053 on smithi053 2024-09-13T13:03:54.368 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:03:13.413123+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-13T13:03:54.368 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:03:13.413123+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-13T13:03:54.368 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:13.618321+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.368 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:13.618321+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.368 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:13.624036+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.369 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:13.624036+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.369 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:13.629180+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.369 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:13.629180+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.369 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:13.662378+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:03:54.369 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:13.662378+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:03:54.369 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:13.666022+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:03:54.369 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:13.666022+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:03:54.369 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:13.667354+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:03:54.369 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:13.667354+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:03:54.369 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:13.674376+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.369 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:13.674376+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.369 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:13.709676+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:03:54.369 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:13.709676+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:03:54.369 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:13.713787+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:03:54.370 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:13.713787+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:03:54.370 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:13.715592+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:03:54.370 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:13.715592+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:03:54.370 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:13.723336+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.370 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:13.723336+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.370 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:14.186281+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.370 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:14.186281+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.370 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:15.262070+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.370 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:15.262070+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.370 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:15.270033+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.370 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:15.270033+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.370 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:03:15.413565+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-13T13:03:54.371 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:03:15.413565+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-13T13:03:54.371 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:16.139901+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-13T13:03:54.371 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:16.139901+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-13T13:03:54.371 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:03:17.413968+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-13T13:03:54.371 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:03:17.413968+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-13T13:03:54.371 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:17.902874+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.371 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:17.902874+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.371 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:03:19.414395+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-13T13:03:54.371 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:03:19.414395+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-13T13:03:54.371 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:03:21.414830+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-13T13:03:54.371 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:03:21.414830+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-13T13:03:54.371 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:23.393057+0000 mgr.a (mgr.14152) 45 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi077", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:03:54.371 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:23.393057+0000 mgr.a (mgr.14152) 45 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi077", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:03:54.372 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:03:23.415226+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-13T13:03:54.372 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:03:23.415226+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-13T13:03:54.372 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cephadm 2024-09-13T13:03:24.629172+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Deploying cephadm binary to smithi077 2024-09-13T13:03:54.372 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cephadm 2024-09-13T13:03:24.629172+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Deploying cephadm binary to smithi077 2024-09-13T13:03:54.372 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:03:25.415723+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-13T13:03:54.372 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:03:25.415723+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-13T13:03:54.373 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:03:27.416217+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:03:54.373 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:03:27.416217+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:03:54.373 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:27.980149+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.373 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:27.980149+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.373 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:27.985838+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.374 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:27.985838+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.374 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:27.992016+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.374 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:27.992016+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.374 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:28.256286+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.374 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:28.256286+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.374 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:28.257771+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:03:54.374 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:28.257771+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:03:54.374 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:28.599241+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.374 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:28.599241+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.374 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:28.606797+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.374 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:28.606797+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.374 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:28.783643+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.374 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:28.783643+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.375 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cephadm 2024-09-13T13:03:28.257065+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Added host smithi077 2024-09-13T13:03:54.375 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cephadm 2024-09-13T13:03:28.257065+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Added host smithi077 2024-09-13T13:03:54.375 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:03:29.416810+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:03:54.375 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:03:29.416810+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:03:54.375 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:30.298808+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.375 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:30.298808+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.375 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:30.304596+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.375 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:30.304596+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.375 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:30.306221+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi077", "name": "osd_memory_target"} : dispatch 2024-09-13T13:03:54.375 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:30.306221+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi077", "name": "osd_memory_target"} : dispatch 2024-09-13T13:03:54.375 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:30.308502+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:03:54.375 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:30.308502+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:03:54.375 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:30.310329+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:03:54.376 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:30.310329+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:03:54.376 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:30.722554+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.376 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:30.722554+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.376 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:30.728664+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.376 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:30.728664+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.376 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:30.731683+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi077", "caps": []} : dispatch 2024-09-13T13:03:54.376 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:30.731683+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi077", "caps": []} : dispatch 2024-09-13T13:03:54.376 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:30.732899+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi077", "caps": []}]': finished 2024-09-13T13:03:54.376 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:30.732899+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi077", "caps": []}]': finished 2024-09-13T13:03:54.376 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cephadm 2024-09-13T13:03:30.312965+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi077:/etc/ceph/ceph.conf 2024-09-13T13:03:54.376 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cephadm 2024-09-13T13:03:30.312965+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi077:/etc/ceph/ceph.conf 2024-09-13T13:03:54.376 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cephadm 2024-09-13T13:03:30.429999+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi077:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:03:54.376 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cephadm 2024-09-13T13:03:30.429999+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi077:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:03:54.377 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cephadm 2024-09-13T13:03:30.532434+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi077:/etc/ceph/ceph.client.admin.keyring 2024-09-13T13:03:54.377 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cephadm 2024-09-13T13:03:30.532434+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi077:/etc/ceph/ceph.client.admin.keyring 2024-09-13T13:03:54.377 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cephadm 2024-09-13T13:03:30.626068+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi077:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T13:03:54.377 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cephadm 2024-09-13T13:03:30.626068+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi077:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T13:03:54.377 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:03:31.417285+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:03:54.377 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:03:31.417285+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:03:54.377 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cephadm 2024-09-13T13:03:31.485106+0000 mgr.a (mgr.14152) 57 : cephadm [INF] Deploying daemon agent.smithi077 on smithi077 2024-09-13T13:03:54.377 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cephadm 2024-09-13T13:03:31.485106+0000 mgr.a (mgr.14152) 57 : cephadm [INF] Deploying daemon agent.smithi077 on smithi077 2024-09-13T13:03:54.377 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:32.598657+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.377 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:32.598657+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.377 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:32.604799+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.377 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:32.604799+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.377 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:32.610219+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.377 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:32.610219+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.378 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:32.662642+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:03:54.378 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:32.662642+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:03:54.378 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:32.667961+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:03:54.378 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:32.667961+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:03:54.378 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:32.669819+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:03:54.378 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:32.669819+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:03:54.378 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:32.678401+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.378 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:32.678401+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.378 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:32.729800+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:03:54.378 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:32.729800+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:03:54.378 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:32.734590+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:03:54.378 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:32.734590+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:03:54.378 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:32.736465+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:03:54.379 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:32.736465+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:03:54.379 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:32.744978+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.379 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:32.744978+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.379 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:32.909671+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.379 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:32.909671+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.379 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:33.161319+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.379 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:33.161319+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.379 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:03:33.417719+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-13T13:03:54.379 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:03:33.417719+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-13T13:03:54.379 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:34.224926+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.379 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:34.224926+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.379 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:34.232835+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.379 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:34.232835+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.379 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:34.829139+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.380 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:34.829139+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.380 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:34.834744+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.380 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:34.834744+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.380 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:34.842429+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.380 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:34.842429+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.380 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:35.318289+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-13T13:03:54.380 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:35.318289+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-13T13:03:54.380 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:03:35.418054+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-13T13:03:54.380 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:03:35.418054+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-13T13:03:54.380 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:03:37.418514+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-13T13:03:54.380 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:03:37.418514+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-13T13:03:54.380 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:03:39.418883+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-13T13:03:54.380 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:03:39.418883+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-13T13:03:54.381 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:03:41.419296+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:03:54.381 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:03:41.419296+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:03:54.381 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:42.346270+0000 mon.a (mon.0) 201 : audit [INF] from='client.? 172.21.15.7:0/2602744712' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-13T13:03:54.381 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:42.346270+0000 mon.a (mon.0) 201 : audit [INF] from='client.? 172.21.15.7:0/2602744712' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-13T13:03:54.381 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:42.476735+0000 mon.a (mon.0) 202 : audit [INF] from='client.? 172.21.15.7:0/2602744712' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-13T13:03:54.381 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:42.476735+0000 mon.a (mon.0) 202 : audit [INF] from='client.? 172.21.15.7:0/2602744712' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-13T13:03:54.381 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:03:42.478657+0000 mon.a (mon.0) 203 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-13T13:03:54.381 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:03:42.478657+0000 mon.a (mon.0) 203 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-13T13:03:54.381 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:03:43.419665+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-13T13:03:54.381 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:03:43.419665+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-13T13:03:54.381 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:03:45.420062+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-13T13:03:54.381 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:03:45.420062+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-13T13:03:54.381 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:46.467304+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.382 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:46.467304+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.382 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:46.469047+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:03:54.382 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:46.469047+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:03:54.382 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:46.474019+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:03:54.382 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:46.474019+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:03:54.382 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:46.475794+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:03:54.382 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:46.475794+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:03:54.382 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:46.483441+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.382 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:46.483441+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.382 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:46.456618+0000 mgr.a (mgr.14152) 66 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi007:172.21.15.7=a;smithi053:172.21.15.53=b;smithi077:172.21.15.77=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:03:54.382 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:46.456618+0000 mgr.a (mgr.14152) 66 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi007:172.21.15.7=a;smithi053:172.21.15.53=b;smithi077:172.21.15.77=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:03:54.382 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cephadm 2024-09-13T13:03:46.461754+0000 mgr.a (mgr.14152) 67 : cephadm [INF] Saving service mon spec with placement smithi007:172.21.15.7=a;smithi053:172.21.15.53=b;smithi077:172.21.15.77=c;count:3 2024-09-13T13:03:54.382 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cephadm 2024-09-13T13:03:46.461754+0000 mgr.a (mgr.14152) 67 : cephadm [INF] Saving service mon spec with placement smithi007:172.21.15.7=a;smithi053:172.21.15.53=b;smithi077:172.21.15.77=c;count:3 2024-09-13T13:03:54.382 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:46.490944+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T13:03:54.383 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:46.490944+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T13:03:54.383 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:46.492721+0000 mon.a (mon.0) 210 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:03:54.383 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:46.492721+0000 mon.a (mon.0) 210 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:03:54.383 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cephadm 2024-09-13T13:03:46.494675+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Deploying daemon mon.c on smithi077 2024-09-13T13:03:54.383 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cephadm 2024-09-13T13:03:46.494675+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Deploying daemon mon.c on smithi077 2024-09-13T13:03:54.383 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:03:47.420538+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-13T13:03:54.383 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:03:47.420538+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-13T13:03:54.383 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:48.042171+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.383 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:48.042171+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.383 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:48.047460+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.383 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:48.047460+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.383 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:48.193835+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.383 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:48.193835+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.384 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:48.199202+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.384 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:48.199202+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.384 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:48.206746+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.384 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:48.206746+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.384 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:03:49.420946+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-13T13:03:54.384 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:03:49.420946+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-13T13:03:54.384 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:50.805248+0000 mon.a (mon.0) 216 : audit [DBG] from='client.? 172.21.15.77:0/3604222156' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-13T13:03:54.384 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:50.805248+0000 mon.a (mon.0) 216 : audit [DBG] from='client.? 172.21.15.77:0/3604222156' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-13T13:03:54.384 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:03:51.421339+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-13T13:03:54.384 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cluster 2024-09-13T13:03:51.421339+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-13T13:03:54.384 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:53.037851+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.384 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:53.037851+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.384 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:53.043582+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.385 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:53.043582+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.385 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:53.053311+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.385 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:53.053311+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:54.385 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:53.054690+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T13:03:54.385 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:53.054690+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T13:03:54.385 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:53.056462+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:03:54.385 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: audit 2024-09-13T13:03:53.056462+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:03:54.385 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cephadm 2024-09-13T13:03:53.058413+0000 mgr.a (mgr.14152) 72 : cephadm [INF] Deploying daemon mon.b on smithi053 2024-09-13T13:03:54.385 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: cephadm 2024-09-13T13:03:53.058413+0000 mgr.a (mgr.14152) 72 : cephadm [INF] Deploying daemon mon.b on smithi053 2024-09-13T13:03:54.385 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:54 smithi077 bash[23251]: debug 2024-09-13T13:03:54.187+0000 7fe42a81b640 1 mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-09-13T13:03:59.050 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: block_cache_options: 2024-09-13T13:03:59.050 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: capacity : 536870912 2024-09-13T13:03:59.050 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: num_shard_bits : 4 2024-09-13T13:03:59.050 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: strict_capacity_limit : 0 2024-09-13T13:03:59.050 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: high_pri_pool_ratio: 0.000 2024-09-13T13:03:59.050 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: block_cache_compressed: (nil) 2024-09-13T13:03:59.323 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: persistent_cache: (nil) 2024-09-13T13:03:59.323 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: block_size: 4096 2024-09-13T13:03:59.323 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: block_size_deviation: 10 2024-09-13T13:03:59.323 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: block_restart_interval: 16 2024-09-13T13:03:59.323 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: index_block_restart_interval: 1 2024-09-13T13:03:59.323 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: metadata_block_size: 4096 2024-09-13T13:03:59.323 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: partition_filters: 0 2024-09-13T13:03:59.323 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: use_delta_encoding: 1 2024-09-13T13:03:59.324 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: filter_policy: bloomfilter 2024-09-13T13:03:59.324 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: whole_key_filtering: 1 2024-09-13T13:03:59.324 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: verify_compression: 0 2024-09-13T13:03:59.324 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: read_amp_bytes_per_bit: 0 2024-09-13T13:03:59.324 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: format_version: 5 2024-09-13T13:03:59.324 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: enable_index_compression: 1 2024-09-13T13:03:59.324 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: block_align: 0 2024-09-13T13:03:59.324 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: max_auto_readahead_size: 262144 2024-09-13T13:03:59.324 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: prepopulate_block_cache: 0 2024-09-13T13:03:59.324 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: initial_auto_readahead_size: 8192 2024-09-13T13:03:59.324 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: num_file_reads_for_auto_readahead: 2 2024-09-13T13:03:59.324 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-13T13:03:59.324 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-13T13:03:59.325 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.compression: NoCompression 2024-09-13T13:03:59.325 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-13T13:03:59.325 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-13T13:03:59.325 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-13T13:03:59.325 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.num_levels: 7 2024-09-13T13:03:59.325 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-13T13:03:59.325 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-13T13:03:59.325 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-13T13:03:59.325 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-13T13:03:59.325 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-13T13:03:59.325 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-13T13:03:59.326 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-13T13:03:59.326 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-13T13:03:59.326 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-13T13:03:59.326 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-13T13:03:59.326 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-13T13:03:59.327 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-13T13:03:59.327 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-13T13:03:59.327 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.compression_opts.level: 32767 2024-09-13T13:03:59.327 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-13T13:03:59.327 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-13T13:03:59.327 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-13T13:03:59.327 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-13T13:03:59.327 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-13T13:03:59.328 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.compression_opts.enabled: false 2024-09-13T13:03:59.328 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-13T13:03:59.328 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-13T13:03:59.328 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-13T13:03:59.328 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-13T13:03:59.328 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-13T13:03:59.328 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-13T13:03:59.328 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-13T13:03:59.329 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-13T13:03:59.329 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-13T13:03:59.329 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-13T13:03:59.329 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-13T13:03:59.329 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-13T13:03:59.329 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-13T13:03:59.329 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-13T13:03:59.329 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-13T13:03:59.330 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-13T13:03:59.330 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-13T13:03:59.330 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-13T13:03:59.330 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-13T13:03:59.330 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.arena_block_size: 1048576 2024-09-13T13:03:59.330 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-13T13:03:59.330 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-13T13:03:59.330 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-13T13:03:59.330 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-13T13:03:59.330 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-13T13:03:59.330 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-13T13:03:59.330 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-13T13:03:59.330 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-13T13:03:59.331 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-13T13:03:59.331 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-13T13:03:59.331 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-13T13:03:59.331 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-13T13:03:59.331 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-13T13:03:59.331 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-13T13:03:59.331 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.inplace_update_support: 0 2024-09-13T13:03:59.331 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-13T13:03:59.331 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-13T13:03:59.331 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-13T13:03:59.331 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-13T13:03:59.331 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.bloom_locality: 0 2024-09-13T13:03:59.331 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.max_successive_merges: 0 2024-09-13T13:03:59.332 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-13T13:03:59.332 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-13T13:03:59.332 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.force_consistency_checks: 1 2024-09-13T13:03:59.332 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-13T13:03:59.332 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.ttl: 2592000 2024-09-13T13:03:59.332 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-13T13:03:59.332 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-13T13:03:59.332 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-13T13:03:59.332 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.enable_blob_files: false 2024-09-13T13:03:59.332 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.min_blob_size: 0 2024-09-13T13:03:59.332 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.blob_file_size: 268435456 2024-09-13T13:03:59.332 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-13T13:03:59.332 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-13T13:03:59.333 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-13T13:03:59.333 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-13T13:03:59.333 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-13T13:03:59.333 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-09-13T13:03:59.333 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.039+0000 7fcf3af98c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-13T13:03:59.333 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.043+0000 7fcf3af98c80 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-13T13:03:59.333 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.043+0000 7fcf3af98c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-13T13:03:59.333 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.043+0000 7fcf3af98c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 13cc9d63-bcdd-45d0-ae0f-3c1a794eb010 2024-09-13T13:03:59.333 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.043+0000 7fcf3af98c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726232639044937, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-09-13T13:03:59.333 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.043+0000 7fcf3af98c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-09-13T13:03:59.333 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.043+0000 7fcf3af98c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726232639045464, "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": 1726232639, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "13cc9d63-bcdd-45d0-ae0f-3c1a794eb010", "db_session_id": "L09PK6S3OVW7C4PJBV35", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-09-13T13:03:59.333 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.043+0000 7fcf3af98c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726232639045595, "job": 1, "event": "recovery_finished"} 2024-09-13T13:03:59.333 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.043+0000 7fcf3af98c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-09-13T13:03:59.334 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.043+0000 7fcf3af98c80 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-13T13:03:59.334 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.043+0000 7fcf3af98c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5604e22fae00 2024-09-13T13:03:59.334 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.043+0000 7fcf3af98c80 4 rocksdb: DB pointer 0x5604e23fe000 2024-09-13T13:03:59.334 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.043+0000 7fcf30d60640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-13T13:03:59.334 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.043+0000 7fcf30d60640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-13T13:03:59.334 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: ** DB Stats ** 2024-09-13T13:03:59.334 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-13T13:03:59.334 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: 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-13T13:03:59.335 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-13T13:03:59.335 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-13T13:03:59.335 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: 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-13T13:03:59.335 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-13T13:03:59.335 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-13T13:03:59.335 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: ** Compaction Stats [default] ** 2024-09-13T13:03:59.335 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: 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-13T13:03:59.335 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-13T13:03:59.335 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: 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.2 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-13T13:03:59.335 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: 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.2 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-13T13:03:59.335 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: 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.2 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-13T13:03:59.335 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: ** Compaction Stats [default] ** 2024-09-13T13:03:59.336 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: 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-13T13:03:59.337 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-13T13:03:59.337 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: 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.2 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-13T13:03:59.337 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-13T13:03:59.337 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-13T13:03:59.337 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-13T13:03:59.337 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-13T13:03:59.337 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: AddFile(Total Files): cumulative 0, interval 0 2024-09-13T13:03:59.337 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-13T13:03:59.337 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: AddFile(Keys): cumulative 0, interval 0 2024-09-13T13:03:59.337 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: 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-13T13:03:59.338 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: 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-13T13:03:59.338 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: 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-13T13:03:59.338 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: Block cache BinnedLRUCache@0x5604e22cd610#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2024-09-13T13:03:59.338 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: 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-13T13:03:59.338 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: ** File Read Latency Histogram By Level [default] ** 2024-09-13T13:03:59.338 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.043+0000 7fcf3af98c80 0 mon.b does not exist in monmap, will attempt to join an existing cluster 2024-09-13T13:03:59.338 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.043+0000 7fcf3af98c80 0 using public_addr v2:172.21.15.53:0/0 -> [v2:172.21.15.53:3300/0,v1:172.21.15.53:6789/0] 2024-09-13T13:03:59.338 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.043+0000 7fcf3af98c80 0 starting mon.b rank -1 at public addrs [v2:172.21.15.53:3300/0,v1:172.21.15.53:6789/0] at bind addrs [v2:172.21.15.53:3300/0,v1:172.21.15.53:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid fa2bba74-71cf-11ef-bceb-c7b262605968 2024-09-13T13:03:59.338 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.047+0000 7fcf3af98c80 1 mon.b@-1(???) e0 preinit fsid fa2bba74-71cf-11ef-bceb-c7b262605968 2024-09-13T13:03:59.338 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.067+0000 7fcf33d66640 0 mon.b@-1(synchronizing).mds e1 new map 2024-09-13T13:03:59.338 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.067+0000 7fcf33d66640 0 mon.b@-1(synchronizing).mds e1 print_map 2024-09-13T13:03:59.339 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: e1 2024-09-13T13:03:59.339 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: btime 2024-09-13T13:01:20:772772+0000 2024-09-13T13:03:59.339 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: enable_multiple, ever_enabled_multiple: 1,1 2024-09-13T13:03:59.339 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: 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-13T13:03:59.339 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: legacy client fscid: -1 2024-09-13T13:03:59.339 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: 2024-09-13T13:03:59.339 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: No filesystems configured 2024-09-13T13:03:59.339 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.067+0000 7fcf33d66640 1 mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-13T13:03:59.339 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.071+0000 7fcf33d66640 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-13T13:03:59.339 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.071+0000 7fcf33d66640 1 mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-13T13:03:59.340 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.071+0000 7fcf33d66640 1 mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-13T13:03:59.340 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.071+0000 7fcf33d66640 1 mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-13T13:03:59.340 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.071+0000 7fcf33d66640 1 mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-13T13:03:59.340 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.071+0000 7fcf33d66640 0 mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-13T13:03:59.340 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.071+0000 7fcf33d66640 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-13T13:03:59.340 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.071+0000 7fcf33d66640 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-13T13:03:59.340 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.071+0000 7fcf33d66640 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-13T13:03:59.340 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:02:47.407464+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-13T13:03:59.340 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:02:47.407464+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-13T13:03:59.340 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:02:47.876175+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.341 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:02:47.876175+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.341 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:02:49.096091+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.341 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:02:49.096091+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.341 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:02:49.099282+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.341 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:02:49.099282+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.341 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:02:49.407896+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-13T13:03:59.341 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:02:49.407896+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-13T13:03:59.341 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:02:50.414959+0000 mon.a (mon.0) 125 : audit [INF] from='client.? 172.21.15.7:0/92138430' entity='client.admin' 2024-09-13T13:03:59.341 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:02:50.414959+0000 mon.a (mon.0) 125 : audit [INF] from='client.? 172.21.15.7:0/92138430' entity='client.admin' 2024-09-13T13:03:59.344 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:02:50.433175+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:03:59.344 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:02:50.433175+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:03:59.344 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:02:50.437808+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.344 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:02:50.437808+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.344 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:02:51.408430+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-13T13:03:59.344 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:02:51.408430+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-13T13:03:59.344 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:02:53.408938+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-13T13:03:59.344 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:02:53.408938+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-13T13:03:59.344 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:02:55.409407+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-13T13:03:59.344 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:02:55.409407+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-13T13:03:59.344 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:02:56.992349+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.345 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:02:56.992349+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.345 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:02:56.993506+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:03:59.345 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:02:56.993506+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:03:59.345 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:02:56.996024+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:03:59.345 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:02:56.996024+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:03:59.345 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:02:56.997025+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:03:59.345 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:02:56.997025+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:03:59.345 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:02:56.987549+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-13T13:03:59.345 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:02:56.987549+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-13T13:03:59.345 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cephadm 2024-09-13T13:02:56.998223+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi007:/etc/ceph/ceph.conf 2024-09-13T13:03:59.345 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cephadm 2024-09-13T13:02:56.998223+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi007:/etc/ceph/ceph.conf 2024-09-13T13:03:59.345 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cephadm 2024-09-13T13:02:57.069673+0000 mgr.a (mgr.14152) 20 : cephadm [INF] Updating smithi007:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:03:59.345 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cephadm 2024-09-13T13:02:57.069673+0000 mgr.a (mgr.14152) 20 : cephadm [INF] Updating smithi007:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:03:59.346 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cephadm 2024-09-13T13:02:57.130009+0000 mgr.a (mgr.14152) 21 : cephadm [INF] Updating smithi007:/etc/ceph/ceph.client.admin.keyring 2024-09-13T13:03:59.346 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cephadm 2024-09-13T13:02:57.130009+0000 mgr.a (mgr.14152) 21 : cephadm [INF] Updating smithi007:/etc/ceph/ceph.client.admin.keyring 2024-09-13T13:03:59.346 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:02:57.290599+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.346 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:02:57.290599+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.346 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:02:57.294118+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.346 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:02:57.294118+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.346 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cephadm 2024-09-13T13:02:57.219998+0000 mgr.a (mgr.14152) 22 : cephadm [INF] Updating smithi007:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T13:03:59.346 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cephadm 2024-09-13T13:02:57.219998+0000 mgr.a (mgr.14152) 22 : cephadm [INF] Updating smithi007:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T13:03:59.346 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:02:57.409836+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-13T13:03:59.346 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:02:57.409836+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-13T13:03:59.346 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:02:59.410272+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-13T13:03:59.346 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:02:59.410272+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-13T13:03:59.346 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:02:59.486658+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.347 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:02:59.486658+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.347 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:02:59.492994+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.347 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:02:59.492994+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.347 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:03:01.410713+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-13T13:03:59.347 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:03:01.410713+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-13T13:03:59.347 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:03:03.411102+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-13T13:03:59.347 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:03:03.411102+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-13T13:03:59.347 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:04.168517+0000 mgr.a (mgr.14152) 27 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi053", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:03:59.347 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:04.168517+0000 mgr.a (mgr.14152) 27 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi053", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:03:59.347 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:03:05.411438+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-13T13:03:59.347 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:03:05.411438+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-13T13:03:59.347 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cephadm 2024-09-13T13:03:05.433291+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Deploying cephadm binary to smithi053 2024-09-13T13:03:59.347 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cephadm 2024-09-13T13:03:05.433291+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Deploying cephadm binary to smithi053 2024-09-13T13:03:59.347 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:03:07.411831+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-13T13:03:59.348 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:03:07.411831+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-13T13:03:59.348 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:07.764218+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.348 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:07.764218+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.348 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:07.773367+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.348 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:07.773367+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.348 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:07.784144+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.348 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:07.784144+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.348 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:09.130520+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.348 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:09.130520+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.348 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cephadm 2024-09-13T13:03:09.131434+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Added host smithi053 2024-09-13T13:03:59.348 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cephadm 2024-09-13T13:03:09.131434+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Added host smithi053 2024-09-13T13:03:59.348 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:09.132314+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:03:59.348 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:09.132314+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:03:59.349 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:09.680379+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.349 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:09.680379+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.349 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:03:09.412316+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-13T13:03:59.349 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:03:09.412316+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-13T13:03:59.349 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:11.246319+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.349 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:11.246319+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.349 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:11.252179+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.349 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:11.252179+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.349 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:11.253764+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi053", "name": "osd_memory_target"} : dispatch 2024-09-13T13:03:59.349 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:11.253764+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi053", "name": "osd_memory_target"} : dispatch 2024-09-13T13:03:59.349 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:11.255832+0000 mon.a (mon.0) 145 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:03:59.349 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:11.255832+0000 mon.a (mon.0) 145 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:03:59.349 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:11.257619+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:03:59.350 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:11.257619+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:03:59.350 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cephadm 2024-09-13T13:03:11.260215+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi053:/etc/ceph/ceph.conf 2024-09-13T13:03:59.350 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cephadm 2024-09-13T13:03:11.260215+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi053:/etc/ceph/ceph.conf 2024-09-13T13:03:59.350 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cephadm 2024-09-13T13:03:11.375678+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi053:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:03:59.350 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cephadm 2024-09-13T13:03:11.375678+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi053:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:03:59.350 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:03:11.412732+0000 mgr.a (mgr.14152) 35 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:03:59.350 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:03:11.412732+0000 mgr.a (mgr.14152) 35 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:03:59.350 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cephadm 2024-09-13T13:03:11.480072+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Updating smithi053:/etc/ceph/ceph.client.admin.keyring 2024-09-13T13:03:59.350 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cephadm 2024-09-13T13:03:11.480072+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Updating smithi053:/etc/ceph/ceph.client.admin.keyring 2024-09-13T13:03:59.350 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cephadm 2024-09-13T13:03:11.579013+0000 mgr.a (mgr.14152) 37 : cephadm [INF] Updating smithi053:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T13:03:59.350 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cephadm 2024-09-13T13:03:11.579013+0000 mgr.a (mgr.14152) 37 : cephadm [INF] Updating smithi053:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T13:03:59.350 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:11.677722+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.350 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:11.677722+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.351 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:11.684183+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.351 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:11.684183+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.351 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:11.687286+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi053", "caps": []} : dispatch 2024-09-13T13:03:59.351 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:11.687286+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi053", "caps": []} : dispatch 2024-09-13T13:03:59.351 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:11.688753+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi053", "caps": []}]': finished 2024-09-13T13:03:59.351 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:11.688753+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi053", "caps": []}]': finished 2024-09-13T13:03:59.351 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cephadm 2024-09-13T13:03:12.555444+0000 mgr.a (mgr.14152) 38 : cephadm [INF] Deploying daemon agent.smithi053 on smithi053 2024-09-13T13:03:59.351 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cephadm 2024-09-13T13:03:12.555444+0000 mgr.a (mgr.14152) 38 : cephadm [INF] Deploying daemon agent.smithi053 on smithi053 2024-09-13T13:03:59.351 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:03:13.413123+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-13T13:03:59.351 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:03:13.413123+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-13T13:03:59.351 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:13.618321+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.351 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:13.618321+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.351 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:13.624036+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.351 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:13.624036+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.352 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:13.629180+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.352 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:13.629180+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.352 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:13.662378+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:03:59.352 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:13.662378+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:03:59.352 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:13.666022+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:03:59.352 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:13.666022+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:03:59.352 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:13.667354+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:03:59.352 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:13.667354+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:03:59.352 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:13.674376+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.352 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:13.674376+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.352 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:13.709676+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:03:59.352 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:13.709676+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:03:59.352 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:13.713787+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:03:59.352 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:13.713787+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:03:59.353 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:13.715592+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:03:59.353 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:13.715592+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:03:59.353 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:13.723336+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.353 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:13.723336+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.353 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:14.186281+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.353 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:14.186281+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.353 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:15.262070+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.353 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:15.262070+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.353 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:15.270033+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.353 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:15.270033+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.353 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:03:15.413565+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-13T13:03:59.353 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:03:15.413565+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-13T13:03:59.353 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:16.139901+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-13T13:03:59.354 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:16.139901+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-13T13:03:59.354 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:03:17.413968+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-13T13:03:59.354 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:03:17.413968+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-13T13:03:59.354 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:17.902874+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.354 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:17.902874+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.354 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:03:19.414395+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-13T13:03:59.354 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:03:19.414395+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-13T13:03:59.354 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:03:21.414830+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-13T13:03:59.354 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:03:21.414830+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-13T13:03:59.354 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:23.393057+0000 mgr.a (mgr.14152) 45 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi077", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:03:59.354 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:23.393057+0000 mgr.a (mgr.14152) 45 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi077", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:03:59.354 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:03:23.415226+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-13T13:03:59.354 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:03:23.415226+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-13T13:03:59.355 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cephadm 2024-09-13T13:03:24.629172+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Deploying cephadm binary to smithi077 2024-09-13T13:03:59.355 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cephadm 2024-09-13T13:03:24.629172+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Deploying cephadm binary to smithi077 2024-09-13T13:03:59.355 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:03:25.415723+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-13T13:03:59.355 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:03:25.415723+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-13T13:03:59.355 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:03:27.416217+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:03:59.355 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:03:27.416217+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:03:59.355 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:27.980149+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.355 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:27.980149+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.355 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:27.985838+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.355 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:27.985838+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.355 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:27.992016+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.355 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:27.992016+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.355 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:28.256286+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.355 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:28.256286+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.356 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:28.257771+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:03:59.356 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:28.257771+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:03:59.356 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:28.599241+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.356 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:28.599241+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.356 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:28.606797+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.356 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:28.606797+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.356 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:28.783643+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.356 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:28.783643+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.356 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cephadm 2024-09-13T13:03:28.257065+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Added host smithi077 2024-09-13T13:03:59.356 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cephadm 2024-09-13T13:03:28.257065+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Added host smithi077 2024-09-13T13:03:59.356 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:03:29.416810+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:03:59.356 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:03:29.416810+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:03:59.357 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:30.298808+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.357 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:30.298808+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.357 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:30.304596+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.357 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:30.304596+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.357 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:30.306221+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi077", "name": "osd_memory_target"} : dispatch 2024-09-13T13:03:59.357 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:30.306221+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi077", "name": "osd_memory_target"} : dispatch 2024-09-13T13:03:59.357 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:30.308502+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:03:59.357 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:30.308502+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:03:59.357 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:30.310329+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:03:59.357 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:30.310329+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:03:59.357 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:30.722554+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.358 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:30.722554+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.358 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:30.728664+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.358 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:30.728664+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.358 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:30.731683+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi077", "caps": []} : dispatch 2024-09-13T13:03:59.358 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:30.731683+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi077", "caps": []} : dispatch 2024-09-13T13:03:59.358 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:30.732899+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi077", "caps": []}]': finished 2024-09-13T13:03:59.358 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:30.732899+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi077", "caps": []}]': finished 2024-09-13T13:03:59.358 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cephadm 2024-09-13T13:03:30.312965+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi077:/etc/ceph/ceph.conf 2024-09-13T13:03:59.358 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cephadm 2024-09-13T13:03:30.312965+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi077:/etc/ceph/ceph.conf 2024-09-13T13:03:59.358 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cephadm 2024-09-13T13:03:30.429999+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi077:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:03:59.358 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cephadm 2024-09-13T13:03:30.429999+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi077:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:03:59.358 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cephadm 2024-09-13T13:03:30.532434+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi077:/etc/ceph/ceph.client.admin.keyring 2024-09-13T13:03:59.359 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cephadm 2024-09-13T13:03:30.532434+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi077:/etc/ceph/ceph.client.admin.keyring 2024-09-13T13:03:59.359 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cephadm 2024-09-13T13:03:30.626068+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi077:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T13:03:59.359 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cephadm 2024-09-13T13:03:30.626068+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi077:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T13:03:59.359 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:03:31.417285+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:03:59.359 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:03:31.417285+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:03:59.359 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cephadm 2024-09-13T13:03:31.485106+0000 mgr.a (mgr.14152) 57 : cephadm [INF] Deploying daemon agent.smithi077 on smithi077 2024-09-13T13:03:59.359 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cephadm 2024-09-13T13:03:31.485106+0000 mgr.a (mgr.14152) 57 : cephadm [INF] Deploying daemon agent.smithi077 on smithi077 2024-09-13T13:03:59.359 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:32.598657+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.359 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:32.598657+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.359 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:32.604799+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.359 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:32.604799+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.360 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:32.610219+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.360 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:32.610219+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.360 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:32.662642+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:03:59.360 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:32.662642+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:03:59.360 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:32.667961+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:03:59.360 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:32.667961+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:03:59.360 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:32.669819+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:03:59.360 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:32.669819+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:03:59.360 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:32.678401+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.360 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:32.678401+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.360 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:32.729800+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:03:59.361 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:32.729800+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:03:59.361 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:32.734590+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:03:59.361 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:32.734590+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:03:59.361 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:32.736465+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:03:59.361 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:32.736465+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:03:59.361 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:32.744978+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.361 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:32.744978+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.361 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:32.909671+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.361 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:32.909671+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.361 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:33.161319+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.361 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:33.161319+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.361 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:03:33.417719+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-13T13:03:59.361 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:03:33.417719+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-13T13:03:59.362 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:34.224926+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.362 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:34.224926+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.362 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:34.232835+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.362 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:34.232835+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.362 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:34.829139+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.362 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:34.829139+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.362 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:34.834744+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.362 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:34.834744+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.362 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:34.842429+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.362 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:34.842429+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.362 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:35.318289+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-13T13:03:59.362 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:35.318289+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-13T13:03:59.362 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:03:35.418054+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-13T13:03:59.362 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:03:35.418054+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-13T13:03:59.363 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:03:37.418514+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-13T13:03:59.363 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:03:37.418514+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-13T13:03:59.363 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:03:39.418883+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-13T13:03:59.363 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:03:39.418883+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-13T13:03:59.363 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:03:41.419296+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:03:59.363 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:03:41.419296+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:03:59.363 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:42.346270+0000 mon.a (mon.0) 201 : audit [INF] from='client.? 172.21.15.7:0/2602744712' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-13T13:03:59.363 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:42.346270+0000 mon.a (mon.0) 201 : audit [INF] from='client.? 172.21.15.7:0/2602744712' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-13T13:03:59.363 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:42.476735+0000 mon.a (mon.0) 202 : audit [INF] from='client.? 172.21.15.7:0/2602744712' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-13T13:03:59.363 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:42.476735+0000 mon.a (mon.0) 202 : audit [INF] from='client.? 172.21.15.7:0/2602744712' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-13T13:03:59.363 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:03:42.478657+0000 mon.a (mon.0) 203 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-13T13:03:59.363 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:03:42.478657+0000 mon.a (mon.0) 203 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-13T13:03:59.363 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:03:43.419665+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-13T13:03:59.363 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:03:43.419665+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-13T13:03:59.364 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:03:45.420062+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-13T13:03:59.364 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:03:45.420062+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-13T13:03:59.364 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:46.467304+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.364 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:46.467304+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.364 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:46.469047+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:03:59.364 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:46.469047+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:03:59.364 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:46.474019+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:03:59.364 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:46.474019+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:03:59.364 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:46.475794+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:03:59.364 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:46.475794+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:03:59.365 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:46.483441+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.365 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:46.483441+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.365 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:46.456618+0000 mgr.a (mgr.14152) 66 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi007:172.21.15.7=a;smithi053:172.21.15.53=b;smithi077:172.21.15.77=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:03:59.365 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:46.456618+0000 mgr.a (mgr.14152) 66 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi007:172.21.15.7=a;smithi053:172.21.15.53=b;smithi077:172.21.15.77=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:03:59.365 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cephadm 2024-09-13T13:03:46.461754+0000 mgr.a (mgr.14152) 67 : cephadm [INF] Saving service mon spec with placement smithi007:172.21.15.7=a;smithi053:172.21.15.53=b;smithi077:172.21.15.77=c;count:3 2024-09-13T13:03:59.365 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cephadm 2024-09-13T13:03:46.461754+0000 mgr.a (mgr.14152) 67 : cephadm [INF] Saving service mon spec with placement smithi007:172.21.15.7=a;smithi053:172.21.15.53=b;smithi077:172.21.15.77=c;count:3 2024-09-13T13:03:59.365 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:46.490944+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T13:03:59.365 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:46.490944+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T13:03:59.365 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:46.492721+0000 mon.a (mon.0) 210 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:03:59.365 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:46.492721+0000 mon.a (mon.0) 210 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:03:59.365 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cephadm 2024-09-13T13:03:46.494675+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Deploying daemon mon.c on smithi077 2024-09-13T13:03:59.365 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cephadm 2024-09-13T13:03:46.494675+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Deploying daemon mon.c on smithi077 2024-09-13T13:03:59.365 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:03:47.420538+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-13T13:03:59.366 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:03:47.420538+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-13T13:03:59.366 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:48.042171+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.366 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:48.042171+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.366 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:48.047460+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.366 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:48.047460+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.366 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:48.193835+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.366 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:48.193835+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.366 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:48.199202+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.366 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:48.199202+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.366 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:48.206746+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.366 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:48.206746+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.366 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:03:49.420946+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-13T13:03:59.366 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:03:49.420946+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-13T13:03:59.366 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:50.805248+0000 mon.a (mon.0) 216 : audit [DBG] from='client.? 172.21.15.77:0/3604222156' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-13T13:03:59.367 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:50.805248+0000 mon.a (mon.0) 216 : audit [DBG] from='client.? 172.21.15.77:0/3604222156' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-13T13:03:59.367 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:03:51.421339+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-13T13:03:59.367 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cluster 2024-09-13T13:03:51.421339+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-13T13:03:59.367 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:53.037851+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.367 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:53.037851+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.367 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:53.043582+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.367 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:53.043582+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.367 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:53.053311+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.367 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:53.053311+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.367 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:53.054690+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T13:03:59.367 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:53.054690+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T13:03:59.367 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:53.056462+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:03:59.367 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: audit 2024-09-13T13:03:53.056462+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:03:59.367 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cephadm 2024-09-13T13:03:53.058413+0000 mgr.a (mgr.14152) 72 : cephadm [INF] Deploying daemon mon.b on smithi053 2024-09-13T13:03:59.368 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: cephadm 2024-09-13T13:03:53.058413+0000 mgr.a (mgr.14152) 72 : cephadm [INF] Deploying daemon mon.b on smithi053 2024-09-13T13:03:59.368 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:03:59 smithi053 bash[23444]: debug 2024-09-13T13:03:59.075+0000 7fcf33d66640 1 mon.b@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-09-13T13:03:59.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: audit 2024-09-13T13:03:54.198373+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:03:59.732 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: audit 2024-09-13T13:03:54.198373+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:03:59.732 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: audit 2024-09-13T13:03:54.203070+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T13:03:59.732 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: audit 2024-09-13T13:03:54.203070+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T13:03:59.732 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: cluster 2024-09-13T13:03:54.203349+0000 mon.a (mon.0) 224 : cluster [INF] mon.a calling monitor election 2024-09-13T13:03:59.732 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: cluster 2024-09-13T13:03:54.203349+0000 mon.a (mon.0) 224 : cluster [INF] mon.a calling monitor election 2024-09-13T13:03:59.732 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: audit 2024-09-13T13:03:54.225353+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:03:59.732 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: audit 2024-09-13T13:03:54.225353+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:03:59.732 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: audit 2024-09-13T13:03:55.198540+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:03:59.733 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: audit 2024-09-13T13:03:55.198540+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:03:59.733 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: cluster 2024-09-13T13:03:55.422150+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-13T13:03:59.733 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: cluster 2024-09-13T13:03:55.422150+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-13T13:03:59.733 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: audit 2024-09-13T13:03:56.198683+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:03:59.733 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: audit 2024-09-13T13:03:56.198683+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:03:59.733 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: cluster 2024-09-13T13:03:56.200290+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-13T13:03:59.733 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: cluster 2024-09-13T13:03:56.200290+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-13T13:03:59.733 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: audit 2024-09-13T13:03:57.198810+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:03:59.733 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: audit 2024-09-13T13:03:57.198810+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:03:59.733 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: cluster 2024-09-13T13:03:57.422590+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-13T13:03:59.733 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: cluster 2024-09-13T13:03:57.422590+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-13T13:03:59.734 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: audit 2024-09-13T13:03:58.198933+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:03:59.734 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: audit 2024-09-13T13:03:58.198933+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:03:59.734 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: audit 2024-09-13T13:03:59.083793+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:03:59.734 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: audit 2024-09-13T13:03:59.083793+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:03:59.734 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: audit 2024-09-13T13:03:59.199033+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:03:59.734 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: audit 2024-09-13T13:03:59.199033+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:03:59.734 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: cluster 2024-09-13T13:03:59.248066+0000 mon.a (mon.0) 232 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-13T13:03:59.734 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: cluster 2024-09-13T13:03:59.248066+0000 mon.a (mon.0) 232 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-13T13:03:59.734 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: cluster 2024-09-13T13:03:59.254339+0000 mon.a (mon.0) 233 : cluster [DBG] monmap epoch 2 2024-09-13T13:03:59.735 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: cluster 2024-09-13T13:03:59.254339+0000 mon.a (mon.0) 233 : cluster [DBG] monmap epoch 2 2024-09-13T13:03:59.735 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: cluster 2024-09-13T13:03:59.254403+0000 mon.a (mon.0) 234 : cluster [DBG] fsid fa2bba74-71cf-11ef-bceb-c7b262605968 2024-09-13T13:03:59.735 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: cluster 2024-09-13T13:03:59.254403+0000 mon.a (mon.0) 234 : cluster [DBG] fsid fa2bba74-71cf-11ef-bceb-c7b262605968 2024-09-13T13:03:59.735 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: cluster 2024-09-13T13:03:59.254439+0000 mon.a (mon.0) 235 : cluster [DBG] last_changed 2024-09-13T13:03:54.197817+0000 2024-09-13T13:03:59.735 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: cluster 2024-09-13T13:03:59.254439+0000 mon.a (mon.0) 235 : cluster [DBG] last_changed 2024-09-13T13:03:54.197817+0000 2024-09-13T13:03:59.735 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: cluster 2024-09-13T13:03:59.254477+0000 mon.a (mon.0) 236 : cluster [DBG] created 2024-09-13T13:01:15.694217+0000 2024-09-13T13:03:59.735 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: cluster 2024-09-13T13:03:59.254477+0000 mon.a (mon.0) 236 : cluster [DBG] created 2024-09-13T13:01:15.694217+0000 2024-09-13T13:03:59.735 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: cluster 2024-09-13T13:03:59.254514+0000 mon.a (mon.0) 237 : cluster [DBG] min_mon_release 19 (squid) 2024-09-13T13:03:59.735 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: cluster 2024-09-13T13:03:59.254514+0000 mon.a (mon.0) 237 : cluster [DBG] min_mon_release 19 (squid) 2024-09-13T13:03:59.735 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: cluster 2024-09-13T13:03:59.254552+0000 mon.a (mon.0) 238 : cluster [DBG] election_strategy: 1 2024-09-13T13:03:59.735 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: cluster 2024-09-13T13:03:59.254552+0000 mon.a (mon.0) 238 : cluster [DBG] election_strategy: 1 2024-09-13T13:03:59.735 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: cluster 2024-09-13T13:03:59.254591+0000 mon.a (mon.0) 239 : cluster [DBG] 0: [v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0] mon.a 2024-09-13T13:03:59.735 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: cluster 2024-09-13T13:03:59.254591+0000 mon.a (mon.0) 239 : cluster [DBG] 0: [v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0] mon.a 2024-09-13T13:03:59.735 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: cluster 2024-09-13T13:03:59.254627+0000 mon.a (mon.0) 240 : cluster [DBG] 1: [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] mon.c 2024-09-13T13:03:59.736 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: cluster 2024-09-13T13:03:59.254627+0000 mon.a (mon.0) 240 : cluster [DBG] 1: [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] mon.c 2024-09-13T13:03:59.736 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: cluster 2024-09-13T13:03:59.273295+0000 mon.a (mon.0) 241 : cluster [DBG] fsmap 2024-09-13T13:03:59.736 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: cluster 2024-09-13T13:03:59.273295+0000 mon.a (mon.0) 241 : cluster [DBG] fsmap 2024-09-13T13:03:59.736 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: cluster 2024-09-13T13:03:59.273386+0000 mon.a (mon.0) 242 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-13T13:03:59.736 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: cluster 2024-09-13T13:03:59.273386+0000 mon.a (mon.0) 242 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-13T13:03:59.736 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: cluster 2024-09-13T13:03:59.273730+0000 mon.a (mon.0) 243 : cluster [DBG] mgrmap e14: a(active, since 91s) 2024-09-13T13:03:59.736 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: cluster 2024-09-13T13:03:59.273730+0000 mon.a (mon.0) 243 : cluster [DBG] mgrmap e14: a(active, since 91s) 2024-09-13T13:03:59.736 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: cluster 2024-09-13T13:03:59.274079+0000 mon.a (mon.0) 244 : cluster [INF] overall HEALTH_OK 2024-09-13T13:03:59.736 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: cluster 2024-09-13T13:03:59.274079+0000 mon.a (mon.0) 244 : cluster [INF] overall HEALTH_OK 2024-09-13T13:03:59.736 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: audit 2024-09-13T13:03:59.281033+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.736 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: audit 2024-09-13T13:03:59.281033+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.736 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: audit 2024-09-13T13:03:59.284751+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.736 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: audit 2024-09-13T13:03:59.284751+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.736 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: audit 2024-09-13T13:03:59.290881+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.737 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: audit 2024-09-13T13:03:59.290881+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.737 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: audit 2024-09-13T13:03:59.296651+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.737 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: audit 2024-09-13T13:03:59.296651+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.737 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: audit 2024-09-13T13:03:59.302198+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.737 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: audit 2024-09-13T13:03:59.302198+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.737 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: audit 2024-09-13T13:03:59.308027+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.737 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: audit 2024-09-13T13:03:59.308027+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.737 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: audit 2024-09-13T13:03:59.313864+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.737 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: audit 2024-09-13T13:03:59.313864+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.737 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: audit 2024-09-13T13:03:59.320071+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.737 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:03:59 smithi077 bash[23251]: audit 2024-09-13T13:03:59.320071+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: audit 2024-09-13T13:03:54.198373+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:03:59.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: audit 2024-09-13T13:03:54.198373+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:03:59.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: audit 2024-09-13T13:03:54.203070+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T13:03:59.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: audit 2024-09-13T13:03:54.203070+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T13:03:59.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: cluster 2024-09-13T13:03:54.203349+0000 mon.a (mon.0) 224 : cluster [INF] mon.a calling monitor election 2024-09-13T13:03:59.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: cluster 2024-09-13T13:03:54.203349+0000 mon.a (mon.0) 224 : cluster [INF] mon.a calling monitor election 2024-09-13T13:03:59.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: audit 2024-09-13T13:03:54.225353+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:03:59.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: audit 2024-09-13T13:03:54.225353+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:03:59.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: audit 2024-09-13T13:03:55.198540+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:03:59.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: audit 2024-09-13T13:03:55.198540+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:03:59.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: cluster 2024-09-13T13:03:55.422150+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-13T13:03:59.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: cluster 2024-09-13T13:03:55.422150+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-13T13:03:59.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: audit 2024-09-13T13:03:56.198683+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:03:59.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: audit 2024-09-13T13:03:56.198683+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:03:59.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: cluster 2024-09-13T13:03:56.200290+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-13T13:03:59.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: cluster 2024-09-13T13:03:56.200290+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-13T13:03:59.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: audit 2024-09-13T13:03:57.198810+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:03:59.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: audit 2024-09-13T13:03:57.198810+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:03:59.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: cluster 2024-09-13T13:03:57.422590+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-13T13:03:59.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: cluster 2024-09-13T13:03:57.422590+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-13T13:03:59.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: audit 2024-09-13T13:03:58.198933+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:03:59.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: audit 2024-09-13T13:03:58.198933+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:03:59.814 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: audit 2024-09-13T13:03:59.083793+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:03:59.814 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: audit 2024-09-13T13:03:59.083793+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:03:59.814 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: audit 2024-09-13T13:03:59.199033+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:03:59.814 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: audit 2024-09-13T13:03:59.199033+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:03:59.814 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: cluster 2024-09-13T13:03:59.248066+0000 mon.a (mon.0) 232 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-13T13:03:59.814 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: cluster 2024-09-13T13:03:59.248066+0000 mon.a (mon.0) 232 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-13T13:03:59.814 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: cluster 2024-09-13T13:03:59.254339+0000 mon.a (mon.0) 233 : cluster [DBG] monmap epoch 2 2024-09-13T13:03:59.814 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: cluster 2024-09-13T13:03:59.254339+0000 mon.a (mon.0) 233 : cluster [DBG] monmap epoch 2 2024-09-13T13:03:59.814 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: cluster 2024-09-13T13:03:59.254403+0000 mon.a (mon.0) 234 : cluster [DBG] fsid fa2bba74-71cf-11ef-bceb-c7b262605968 2024-09-13T13:03:59.814 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: cluster 2024-09-13T13:03:59.254403+0000 mon.a (mon.0) 234 : cluster [DBG] fsid fa2bba74-71cf-11ef-bceb-c7b262605968 2024-09-13T13:03:59.814 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: cluster 2024-09-13T13:03:59.254439+0000 mon.a (mon.0) 235 : cluster [DBG] last_changed 2024-09-13T13:03:54.197817+0000 2024-09-13T13:03:59.814 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: cluster 2024-09-13T13:03:59.254439+0000 mon.a (mon.0) 235 : cluster [DBG] last_changed 2024-09-13T13:03:54.197817+0000 2024-09-13T13:03:59.814 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: cluster 2024-09-13T13:03:59.254477+0000 mon.a (mon.0) 236 : cluster [DBG] created 2024-09-13T13:01:15.694217+0000 2024-09-13T13:03:59.815 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: cluster 2024-09-13T13:03:59.254477+0000 mon.a (mon.0) 236 : cluster [DBG] created 2024-09-13T13:01:15.694217+0000 2024-09-13T13:03:59.815 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: cluster 2024-09-13T13:03:59.254514+0000 mon.a (mon.0) 237 : cluster [DBG] min_mon_release 19 (squid) 2024-09-13T13:03:59.815 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: cluster 2024-09-13T13:03:59.254514+0000 mon.a (mon.0) 237 : cluster [DBG] min_mon_release 19 (squid) 2024-09-13T13:03:59.815 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: cluster 2024-09-13T13:03:59.254552+0000 mon.a (mon.0) 238 : cluster [DBG] election_strategy: 1 2024-09-13T13:03:59.815 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: cluster 2024-09-13T13:03:59.254552+0000 mon.a (mon.0) 238 : cluster [DBG] election_strategy: 1 2024-09-13T13:03:59.815 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: cluster 2024-09-13T13:03:59.254591+0000 mon.a (mon.0) 239 : cluster [DBG] 0: [v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0] mon.a 2024-09-13T13:03:59.815 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: cluster 2024-09-13T13:03:59.254591+0000 mon.a (mon.0) 239 : cluster [DBG] 0: [v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0] mon.a 2024-09-13T13:03:59.815 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: cluster 2024-09-13T13:03:59.254627+0000 mon.a (mon.0) 240 : cluster [DBG] 1: [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] mon.c 2024-09-13T13:03:59.815 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: cluster 2024-09-13T13:03:59.254627+0000 mon.a (mon.0) 240 : cluster [DBG] 1: [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] mon.c 2024-09-13T13:03:59.815 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: cluster 2024-09-13T13:03:59.273295+0000 mon.a (mon.0) 241 : cluster [DBG] fsmap 2024-09-13T13:03:59.815 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: cluster 2024-09-13T13:03:59.273295+0000 mon.a (mon.0) 241 : cluster [DBG] fsmap 2024-09-13T13:03:59.815 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: cluster 2024-09-13T13:03:59.273386+0000 mon.a (mon.0) 242 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-13T13:03:59.815 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: cluster 2024-09-13T13:03:59.273386+0000 mon.a (mon.0) 242 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-13T13:03:59.816 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: cluster 2024-09-13T13:03:59.273730+0000 mon.a (mon.0) 243 : cluster [DBG] mgrmap e14: a(active, since 91s) 2024-09-13T13:03:59.816 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: cluster 2024-09-13T13:03:59.273730+0000 mon.a (mon.0) 243 : cluster [DBG] mgrmap e14: a(active, since 91s) 2024-09-13T13:03:59.816 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: cluster 2024-09-13T13:03:59.274079+0000 mon.a (mon.0) 244 : cluster [INF] overall HEALTH_OK 2024-09-13T13:03:59.816 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: cluster 2024-09-13T13:03:59.274079+0000 mon.a (mon.0) 244 : cluster [INF] overall HEALTH_OK 2024-09-13T13:03:59.816 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: audit 2024-09-13T13:03:59.281033+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.816 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: audit 2024-09-13T13:03:59.281033+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.816 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: audit 2024-09-13T13:03:59.284751+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.816 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: audit 2024-09-13T13:03:59.284751+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.816 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: audit 2024-09-13T13:03:59.290881+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.816 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: audit 2024-09-13T13:03:59.290881+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.816 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: audit 2024-09-13T13:03:59.296651+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.816 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: audit 2024-09-13T13:03:59.296651+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.816 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: audit 2024-09-13T13:03:59.302198+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.816 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: audit 2024-09-13T13:03:59.302198+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.817 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: audit 2024-09-13T13:03:59.308027+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.817 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: audit 2024-09-13T13:03:59.308027+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.817 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: audit 2024-09-13T13:03:59.313864+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.817 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: audit 2024-09-13T13:03:59.313864+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.817 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: audit 2024-09-13T13:03:59.320071+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.817 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:03:59 smithi007 bash[22721]: audit 2024-09-13T13:03:59.320071+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:03:59.879 INFO:teuthology.orchestra.run.smithi077.stderr:dumped monmap epoch 2 2024-09-13T13:03:59.879 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-13T13:03:59.879 INFO:teuthology.orchestra.run.smithi077.stdout:{"epoch":2,"fsid":"fa2bba74-71cf-11ef-bceb-c7b262605968","modified":"2024-09-13T13:03:54.197817Z","created":"2024-09-13T13:01:15.694217Z","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.7:3300","nonce":0},{"type":"v1","addr":"172.21.15.7:6789","nonce":0}]},"addr":"172.21.15.7:6789/0","public_addr":"172.21.15.7:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-13T13:04:00.587 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:00 smithi007 bash[22721]: audit 2024-09-13T13:03:59.326005+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:00.587 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:00 smithi007 bash[22721]: audit 2024-09-13T13:03:59.326005+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:00.587 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:00 smithi007 bash[22721]: audit 2024-09-13T13:03:59.343999+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:00.587 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:00 smithi007 bash[22721]: audit 2024-09-13T13:03:59.343999+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:00.587 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:00 smithi007 bash[22721]: audit 2024-09-13T13:03:59.374753+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:04:00.587 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:00 smithi007 bash[22721]: audit 2024-09-13T13:03:59.374753+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:04:00.587 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:00 smithi007 bash[22721]: audit 2024-09-13T13:03:59.377219+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:00.587 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:00 smithi007 bash[22721]: audit 2024-09-13T13:03:59.377219+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:00.587 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:00 smithi007 bash[22721]: audit 2024-09-13T13:03:59.377960+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:04:00.588 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:00 smithi007 bash[22721]: audit 2024-09-13T13:03:59.377960+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:04:00.588 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:00 smithi007 bash[22721]: cephadm 2024-09-13T13:03:59.378995+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Updating smithi007:/etc/ceph/ceph.conf 2024-09-13T13:04:00.588 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:00 smithi007 bash[22721]: cephadm 2024-09-13T13:03:59.378995+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Updating smithi007:/etc/ceph/ceph.conf 2024-09-13T13:04:00.588 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:00 smithi007 bash[22721]: cephadm 2024-09-13T13:03:59.379286+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi053:/etc/ceph/ceph.conf 2024-09-13T13:04:00.588 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:00 smithi007 bash[22721]: cephadm 2024-09-13T13:03:59.379286+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi053:/etc/ceph/ceph.conf 2024-09-13T13:04:00.588 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:00 smithi007 bash[22721]: cephadm 2024-09-13T13:03:59.379430+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi077:/etc/ceph/ceph.conf 2024-09-13T13:04:00.588 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:00 smithi007 bash[22721]: cephadm 2024-09-13T13:03:59.379430+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi077:/etc/ceph/ceph.conf 2024-09-13T13:04:00.588 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:00 smithi007 bash[22721]: cluster 2024-09-13T13:03:59.422897+0000 mgr.a (mgr.14152) 79 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:00.588 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:00 smithi007 bash[22721]: cluster 2024-09-13T13:03:59.422897+0000 mgr.a (mgr.14152) 79 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:00.589 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:00 smithi007 bash[22721]: audit 2024-09-13T13:03:59.498474+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:00.589 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:00 smithi007 bash[22721]: audit 2024-09-13T13:03:59.498474+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:00.589 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:00 smithi007 bash[22721]: cephadm 2024-09-13T13:03:59.500313+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi053:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:04:00.589 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:00 smithi007 bash[22721]: cephadm 2024-09-13T13:03:59.500313+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi053:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:04:00.589 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:00 smithi007 bash[22721]: cephadm 2024-09-13T13:03:59.500563+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi077:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:04:00.589 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:00 smithi007 bash[22721]: cephadm 2024-09-13T13:03:59.500563+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi077:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:04:00.589 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:00 smithi007 bash[22721]: cephadm 2024-09-13T13:03:59.501039+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi007:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:04:00.589 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:00 smithi007 bash[22721]: cephadm 2024-09-13T13:03:59.501039+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi007:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:04:00.589 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:00 smithi007 bash[22721]: audit 2024-09-13T13:03:59.501904+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:00.589 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:00 smithi007 bash[22721]: audit 2024-09-13T13:03:59.501904+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:00.589 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:00 smithi007 bash[22721]: audit 2024-09-13T13:03:59.506993+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:00.590 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:00 smithi007 bash[22721]: audit 2024-09-13T13:03:59.506993+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:00.590 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:00 smithi007 bash[22721]: audit 2024-09-13T13:03:59.625818+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:00.590 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:00 smithi007 bash[22721]: audit 2024-09-13T13:03:59.625818+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:00.590 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:00 smithi007 bash[22721]: audit 2024-09-13T13:03:59.629043+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:00.590 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:00 smithi007 bash[22721]: audit 2024-09-13T13:03:59.629043+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:00.590 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:00 smithi007 bash[22721]: audit 2024-09-13T13:03:59.632036+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:00.590 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:00 smithi007 bash[22721]: audit 2024-09-13T13:03:59.632036+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:00.590 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:00 smithi007 bash[22721]: audit 2024-09-13T13:03:59.635191+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:00.590 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:00 smithi007 bash[22721]: audit 2024-09-13T13:03:59.635191+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:00.590 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:00 smithi007 bash[22721]: audit 2024-09-13T13:03:59.638230+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:00.590 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:00 smithi007 bash[22721]: audit 2024-09-13T13:03:59.638230+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:00.590 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:00 smithi007 bash[22721]: audit 2024-09-13T13:03:59.641239+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:00.591 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:00 smithi007 bash[22721]: audit 2024-09-13T13:03:59.641239+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:00.591 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:00 smithi007 bash[22721]: audit 2024-09-13T13:03:59.645230+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:00.591 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:00 smithi007 bash[22721]: audit 2024-09-13T13:03:59.645230+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:00.591 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:00 smithi007 bash[22721]: cephadm 2024-09-13T13:03:59.645744+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T13:04:00.591 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:00 smithi007 bash[22721]: cephadm 2024-09-13T13:03:59.645744+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T13:04:00.591 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:00 smithi007 bash[22721]: cephadm 2024-09-13T13:03:59.668760+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-13T13:04:00.591 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:00 smithi007 bash[22721]: cephadm 2024-09-13T13:03:59.668760+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-13T13:04:00.591 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:00 smithi007 bash[22721]: audit 2024-09-13T13:03:59.669084+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T13:04:00.591 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:00 smithi007 bash[22721]: audit 2024-09-13T13:03:59.669084+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T13:04:00.591 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:00 smithi007 bash[22721]: audit 2024-09-13T13:03:59.669797+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-13T13:04:00.592 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:00 smithi007 bash[22721]: audit 2024-09-13T13:03:59.669797+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-13T13:04:00.592 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:00 smithi007 bash[22721]: audit 2024-09-13T13:03:59.670405+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:00.592 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:00 smithi007 bash[22721]: audit 2024-09-13T13:03:59.670405+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:00.592 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:00 smithi007 bash[22721]: cephadm 2024-09-13T13:03:59.671082+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring daemon mon.a on smithi007 2024-09-13T13:04:00.592 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:00 smithi007 bash[22721]: cephadm 2024-09-13T13:03:59.671082+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring daemon mon.a on smithi007 2024-09-13T13:04:00.592 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:00 smithi007 bash[22721]: audit 2024-09-13T13:03:59.878640+0000 mon.a (mon.0) 271 : audit [DBG] from='client.? 172.21.15.77:0/1738613294' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-13T13:04:00.592 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:00 smithi007 bash[22721]: audit 2024-09-13T13:03:59.878640+0000 mon.a (mon.0) 271 : audit [DBG] from='client.? 172.21.15.77:0/1738613294' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-13T13:04:00.592 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:00 smithi007 bash[22721]: audit 2024-09-13T13:04:00.083576+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:04:00.592 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:00 smithi007 bash[22721]: audit 2024-09-13T13:04:00.083576+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:04:00.592 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:00 smithi007 bash[22721]: audit 2024-09-13T13:04:00.198451+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:04:00.593 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:00 smithi007 bash[22721]: audit 2024-09-13T13:04:00.198451+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:04:00.723 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:00 smithi077 bash[23251]: audit 2024-09-13T13:03:59.326005+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:00.724 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:00 smithi077 bash[23251]: audit 2024-09-13T13:03:59.326005+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:00.724 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:00 smithi077 bash[23251]: audit 2024-09-13T13:03:59.343999+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:00.724 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:00 smithi077 bash[23251]: audit 2024-09-13T13:03:59.343999+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:00.724 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:00 smithi077 bash[23251]: audit 2024-09-13T13:03:59.374753+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:04:00.724 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:00 smithi077 bash[23251]: audit 2024-09-13T13:03:59.374753+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:04:00.724 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:00 smithi077 bash[23251]: audit 2024-09-13T13:03:59.377219+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:00.724 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:00 smithi077 bash[23251]: audit 2024-09-13T13:03:59.377219+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:00.724 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:00 smithi077 bash[23251]: audit 2024-09-13T13:03:59.377960+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:04:00.724 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:00 smithi077 bash[23251]: audit 2024-09-13T13:03:59.377960+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:04:00.724 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:00 smithi077 bash[23251]: cephadm 2024-09-13T13:03:59.378995+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Updating smithi007:/etc/ceph/ceph.conf 2024-09-13T13:04:00.725 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:00 smithi077 bash[23251]: cephadm 2024-09-13T13:03:59.378995+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Updating smithi007:/etc/ceph/ceph.conf 2024-09-13T13:04:00.725 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:00 smithi077 bash[23251]: cephadm 2024-09-13T13:03:59.379286+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi053:/etc/ceph/ceph.conf 2024-09-13T13:04:00.725 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:00 smithi077 bash[23251]: cephadm 2024-09-13T13:03:59.379286+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi053:/etc/ceph/ceph.conf 2024-09-13T13:04:00.725 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:00 smithi077 bash[23251]: cephadm 2024-09-13T13:03:59.379430+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi077:/etc/ceph/ceph.conf 2024-09-13T13:04:00.725 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:00 smithi077 bash[23251]: cephadm 2024-09-13T13:03:59.379430+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi077:/etc/ceph/ceph.conf 2024-09-13T13:04:00.725 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:00 smithi077 bash[23251]: cluster 2024-09-13T13:03:59.422897+0000 mgr.a (mgr.14152) 79 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:00.725 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:00 smithi077 bash[23251]: cluster 2024-09-13T13:03:59.422897+0000 mgr.a (mgr.14152) 79 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:00.725 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:00 smithi077 bash[23251]: audit 2024-09-13T13:03:59.498474+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:00.725 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:00 smithi077 bash[23251]: audit 2024-09-13T13:03:59.498474+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:00.725 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:00 smithi077 bash[23251]: cephadm 2024-09-13T13:03:59.500313+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi053:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:04:00.725 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:00 smithi077 bash[23251]: cephadm 2024-09-13T13:03:59.500313+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi053:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:04:00.727 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:00 smithi077 bash[23251]: cephadm 2024-09-13T13:03:59.500563+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi077:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:04:00.727 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:00 smithi077 bash[23251]: cephadm 2024-09-13T13:03:59.500563+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi077:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:04:00.727 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:00 smithi077 bash[23251]: cephadm 2024-09-13T13:03:59.501039+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi007:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:04:00.727 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:00 smithi077 bash[23251]: cephadm 2024-09-13T13:03:59.501039+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi007:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:04:00.727 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:00 smithi077 bash[23251]: audit 2024-09-13T13:03:59.501904+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:00.727 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:00 smithi077 bash[23251]: audit 2024-09-13T13:03:59.501904+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:00.727 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:00 smithi077 bash[23251]: audit 2024-09-13T13:03:59.506993+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:00.727 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:00 smithi077 bash[23251]: audit 2024-09-13T13:03:59.506993+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:00.727 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:00 smithi077 bash[23251]: audit 2024-09-13T13:03:59.625818+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:00.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:00 smithi077 bash[23251]: audit 2024-09-13T13:03:59.625818+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:00.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:00 smithi077 bash[23251]: audit 2024-09-13T13:03:59.629043+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:00.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:00 smithi077 bash[23251]: audit 2024-09-13T13:03:59.629043+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:00.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:00 smithi077 bash[23251]: audit 2024-09-13T13:03:59.632036+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:00.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:00 smithi077 bash[23251]: audit 2024-09-13T13:03:59.632036+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:00.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:00 smithi077 bash[23251]: audit 2024-09-13T13:03:59.635191+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:00.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:00 smithi077 bash[23251]: audit 2024-09-13T13:03:59.635191+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:00.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:00 smithi077 bash[23251]: audit 2024-09-13T13:03:59.638230+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:00.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:00 smithi077 bash[23251]: audit 2024-09-13T13:03:59.638230+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:00.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:00 smithi077 bash[23251]: audit 2024-09-13T13:03:59.641239+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:00.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:00 smithi077 bash[23251]: audit 2024-09-13T13:03:59.641239+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:00.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:00 smithi077 bash[23251]: audit 2024-09-13T13:03:59.645230+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:00.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:00 smithi077 bash[23251]: audit 2024-09-13T13:03:59.645230+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:00.729 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:00 smithi077 bash[23251]: cephadm 2024-09-13T13:03:59.645744+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T13:04:00.729 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:00 smithi077 bash[23251]: cephadm 2024-09-13T13:03:59.645744+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T13:04:00.729 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:00 smithi077 bash[23251]: cephadm 2024-09-13T13:03:59.668760+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-13T13:04:00.729 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:00 smithi077 bash[23251]: cephadm 2024-09-13T13:03:59.668760+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-13T13:04:00.729 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:00 smithi077 bash[23251]: audit 2024-09-13T13:03:59.669084+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T13:04:00.729 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:00 smithi077 bash[23251]: audit 2024-09-13T13:03:59.669084+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T13:04:00.729 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:00 smithi077 bash[23251]: audit 2024-09-13T13:03:59.669797+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-13T13:04:00.729 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:00 smithi077 bash[23251]: audit 2024-09-13T13:03:59.669797+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-13T13:04:00.729 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:00 smithi077 bash[23251]: audit 2024-09-13T13:03:59.670405+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:00.729 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:00 smithi077 bash[23251]: audit 2024-09-13T13:03:59.670405+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:00.729 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:00 smithi077 bash[23251]: cephadm 2024-09-13T13:03:59.671082+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring daemon mon.a on smithi007 2024-09-13T13:04:00.730 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:00 smithi077 bash[23251]: cephadm 2024-09-13T13:03:59.671082+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring daemon mon.a on smithi007 2024-09-13T13:04:00.730 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:00 smithi077 bash[23251]: audit 2024-09-13T13:03:59.878640+0000 mon.a (mon.0) 271 : audit [DBG] from='client.? 172.21.15.77:0/1738613294' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-13T13:04:00.730 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:00 smithi077 bash[23251]: audit 2024-09-13T13:03:59.878640+0000 mon.a (mon.0) 271 : audit [DBG] from='client.? 172.21.15.77:0/1738613294' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-13T13:04:00.730 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:00 smithi077 bash[23251]: audit 2024-09-13T13:04:00.083576+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:04:00.730 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:00 smithi077 bash[23251]: audit 2024-09-13T13:04:00.083576+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:04:00.730 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:00 smithi077 bash[23251]: audit 2024-09-13T13:04:00.198451+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:04:00.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:00 smithi077 bash[23251]: audit 2024-09-13T13:04:00.198451+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:04:01.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:54.198373+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:04:01.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:54.198373+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:04:01.217 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:54.203070+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T13:04:01.217 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:54.203070+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T13:04:01.217 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: cluster 2024-09-13T13:03:54.203349+0000 mon.a (mon.0) 224 : cluster [INF] mon.a calling monitor election 2024-09-13T13:04:01.217 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: cluster 2024-09-13T13:03:54.203349+0000 mon.a (mon.0) 224 : cluster [INF] mon.a calling monitor election 2024-09-13T13:04:01.217 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:54.225353+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:04:01.217 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:54.225353+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:04:01.218 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:55.198540+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:04:01.218 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:55.198540+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:04:01.218 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: cluster 2024-09-13T13:03:55.422150+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-13T13:04:01.218 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: cluster 2024-09-13T13:03:55.422150+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-13T13:04:01.218 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:56.198683+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:04:01.218 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:56.198683+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:04:01.218 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: cluster 2024-09-13T13:03:56.200290+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-13T13:04:01.219 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: cluster 2024-09-13T13:03:56.200290+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-13T13:04:01.219 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:57.198810+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:04:01.219 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:57.198810+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:04:01.219 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: cluster 2024-09-13T13:03:57.422590+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-13T13:04:01.219 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: cluster 2024-09-13T13:03:57.422590+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-13T13:04:01.221 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:58.198933+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:04:01.221 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:58.198933+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:04:01.221 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:59.083793+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:04:01.221 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:59.083793+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:04:01.221 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:59.199033+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:04:01.221 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:59.199033+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:04:01.221 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: cluster 2024-09-13T13:03:59.248066+0000 mon.a (mon.0) 232 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-13T13:04:01.222 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: cluster 2024-09-13T13:03:59.248066+0000 mon.a (mon.0) 232 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-13T13:04:01.222 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: cluster 2024-09-13T13:03:59.254339+0000 mon.a (mon.0) 233 : cluster [DBG] monmap epoch 2 2024-09-13T13:04:01.222 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: cluster 2024-09-13T13:03:59.254339+0000 mon.a (mon.0) 233 : cluster [DBG] monmap epoch 2 2024-09-13T13:04:01.222 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: cluster 2024-09-13T13:03:59.254403+0000 mon.a (mon.0) 234 : cluster [DBG] fsid fa2bba74-71cf-11ef-bceb-c7b262605968 2024-09-13T13:04:01.222 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: cluster 2024-09-13T13:03:59.254403+0000 mon.a (mon.0) 234 : cluster [DBG] fsid fa2bba74-71cf-11ef-bceb-c7b262605968 2024-09-13T13:04:01.222 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: cluster 2024-09-13T13:03:59.254439+0000 mon.a (mon.0) 235 : cluster [DBG] last_changed 2024-09-13T13:03:54.197817+0000 2024-09-13T13:04:01.222 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: cluster 2024-09-13T13:03:59.254439+0000 mon.a (mon.0) 235 : cluster [DBG] last_changed 2024-09-13T13:03:54.197817+0000 2024-09-13T13:04:01.222 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: cluster 2024-09-13T13:03:59.254477+0000 mon.a (mon.0) 236 : cluster [DBG] created 2024-09-13T13:01:15.694217+0000 2024-09-13T13:04:01.222 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: cluster 2024-09-13T13:03:59.254477+0000 mon.a (mon.0) 236 : cluster [DBG] created 2024-09-13T13:01:15.694217+0000 2024-09-13T13:04:01.222 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: cluster 2024-09-13T13:03:59.254514+0000 mon.a (mon.0) 237 : cluster [DBG] min_mon_release 19 (squid) 2024-09-13T13:04:01.222 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: cluster 2024-09-13T13:03:59.254514+0000 mon.a (mon.0) 237 : cluster [DBG] min_mon_release 19 (squid) 2024-09-13T13:04:01.223 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: cluster 2024-09-13T13:03:59.254552+0000 mon.a (mon.0) 238 : cluster [DBG] election_strategy: 1 2024-09-13T13:04:01.223 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: cluster 2024-09-13T13:03:59.254552+0000 mon.a (mon.0) 238 : cluster [DBG] election_strategy: 1 2024-09-13T13:04:01.223 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: cluster 2024-09-13T13:03:59.254591+0000 mon.a (mon.0) 239 : cluster [DBG] 0: [v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0] mon.a 2024-09-13T13:04:01.223 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: cluster 2024-09-13T13:03:59.254591+0000 mon.a (mon.0) 239 : cluster [DBG] 0: [v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0] mon.a 2024-09-13T13:04:01.223 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: cluster 2024-09-13T13:03:59.254627+0000 mon.a (mon.0) 240 : cluster [DBG] 1: [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] mon.c 2024-09-13T13:04:01.223 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: cluster 2024-09-13T13:03:59.254627+0000 mon.a (mon.0) 240 : cluster [DBG] 1: [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] mon.c 2024-09-13T13:04:01.223 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: cluster 2024-09-13T13:03:59.273295+0000 mon.a (mon.0) 241 : cluster [DBG] fsmap 2024-09-13T13:04:01.223 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: cluster 2024-09-13T13:03:59.273295+0000 mon.a (mon.0) 241 : cluster [DBG] fsmap 2024-09-13T13:04:01.223 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: cluster 2024-09-13T13:03:59.273386+0000 mon.a (mon.0) 242 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-13T13:04:01.223 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: cluster 2024-09-13T13:03:59.273386+0000 mon.a (mon.0) 242 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-13T13:04:01.223 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: cluster 2024-09-13T13:03:59.273730+0000 mon.a (mon.0) 243 : cluster [DBG] mgrmap e14: a(active, since 91s) 2024-09-13T13:04:01.223 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: cluster 2024-09-13T13:03:59.273730+0000 mon.a (mon.0) 243 : cluster [DBG] mgrmap e14: a(active, since 91s) 2024-09-13T13:04:01.223 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: cluster 2024-09-13T13:03:59.274079+0000 mon.a (mon.0) 244 : cluster [INF] overall HEALTH_OK 2024-09-13T13:04:01.224 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: cluster 2024-09-13T13:03:59.274079+0000 mon.a (mon.0) 244 : cluster [INF] overall HEALTH_OK 2024-09-13T13:04:01.224 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:59.281033+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:01.224 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:59.281033+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:01.224 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:59.284751+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:01.224 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:59.284751+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:01.224 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:59.290881+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:01.224 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:59.290881+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:01.224 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:59.296651+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:01.224 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:59.296651+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:01.224 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:59.302198+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:01.224 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:59.302198+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:01.224 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:59.308027+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:01.224 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:59.308027+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:01.224 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:59.313864+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:01.225 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:59.313864+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:01.225 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:59.320071+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:01.225 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:59.320071+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:01.225 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:59.326005+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:01.225 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:59.326005+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:01.225 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:59.343999+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:01.225 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:59.343999+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:01.225 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:59.374753+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:04:01.225 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:59.374753+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:04:01.225 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:59.377219+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:01.225 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:59.377219+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:01.225 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:59.377960+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:04:01.226 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:59.377960+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:04:01.226 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: cephadm 2024-09-13T13:03:59.378995+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Updating smithi007:/etc/ceph/ceph.conf 2024-09-13T13:04:01.226 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: cephadm 2024-09-13T13:03:59.378995+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Updating smithi007:/etc/ceph/ceph.conf 2024-09-13T13:04:01.226 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: cephadm 2024-09-13T13:03:59.379286+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi053:/etc/ceph/ceph.conf 2024-09-13T13:04:01.226 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: cephadm 2024-09-13T13:03:59.379286+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi053:/etc/ceph/ceph.conf 2024-09-13T13:04:01.226 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: cephadm 2024-09-13T13:03:59.379430+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi077:/etc/ceph/ceph.conf 2024-09-13T13:04:01.226 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: cephadm 2024-09-13T13:03:59.379430+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi077:/etc/ceph/ceph.conf 2024-09-13T13:04:01.226 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: cluster 2024-09-13T13:03:59.422897+0000 mgr.a (mgr.14152) 79 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:01.226 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: cluster 2024-09-13T13:03:59.422897+0000 mgr.a (mgr.14152) 79 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:01.226 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:59.498474+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:01.226 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:59.498474+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:01.226 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: cephadm 2024-09-13T13:03:59.500313+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi053:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:04:01.226 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: cephadm 2024-09-13T13:03:59.500313+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi053:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:04:01.227 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: cephadm 2024-09-13T13:03:59.500563+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi077:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:04:01.227 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: cephadm 2024-09-13T13:03:59.500563+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi077:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:04:01.227 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: cephadm 2024-09-13T13:03:59.501039+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi007:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:04:01.227 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: cephadm 2024-09-13T13:03:59.501039+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi007:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:04:01.227 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:59.501904+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:01.227 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:59.501904+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:01.227 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:59.506993+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:01.227 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:59.506993+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:01.227 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:59.625818+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:01.227 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:59.625818+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:01.227 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:59.629043+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:01.227 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:59.629043+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:01.227 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:59.632036+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:01.227 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:59.632036+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:01.228 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:59.635191+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:01.228 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:59.635191+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:01.228 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:59.638230+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:01.228 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:59.638230+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:01.228 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:59.641239+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:01.228 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:59.641239+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:01.228 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:59.645230+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:01.228 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:59.645230+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:01.228 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: cephadm 2024-09-13T13:03:59.645744+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T13:04:01.228 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: cephadm 2024-09-13T13:03:59.645744+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T13:04:01.228 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: cephadm 2024-09-13T13:03:59.668760+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-13T13:04:01.228 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: cephadm 2024-09-13T13:03:59.668760+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-13T13:04:01.228 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:59.669084+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T13:04:01.229 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:59.669084+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T13:04:01.229 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:59.669797+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-13T13:04:01.229 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:59.669797+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-13T13:04:01.229 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:59.670405+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:01.229 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:59.670405+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:01.229 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: cephadm 2024-09-13T13:03:59.671082+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring daemon mon.a on smithi007 2024-09-13T13:04:01.229 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: cephadm 2024-09-13T13:03:59.671082+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring daemon mon.a on smithi007 2024-09-13T13:04:01.229 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:59.878640+0000 mon.a (mon.0) 271 : audit [DBG] from='client.? 172.21.15.77:0/1738613294' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-13T13:04:01.229 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:03:59.878640+0000 mon.a (mon.0) 271 : audit [DBG] from='client.? 172.21.15.77:0/1738613294' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-13T13:04:01.229 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:04:00.083576+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:04:01.229 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:04:00.083576+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:04:01.229 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:04:00.198451+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:04:01.229 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:01 smithi053 bash[23444]: audit 2024-09-13T13:04:00.198451+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:04:01.561 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:04:01 smithi007 bash[22975]: debug 2024-09-13T13:04:01.192+0000 7f51d8465640 -1 mgr.server handle_report got status from non-daemon mon.c 2024-09-13T13:04:01.727 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-13T13:04:01.728 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0201b8c79733293453e7f10a10c7fa43119222b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fa2bba74-71cf-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-13T13:04:06.221 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/mon.c/config 2024-09-13T13:04:06.466 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: audit 2024-09-13T13:04:01.113971+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T13:04:06.466 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: audit 2024-09-13T13:04:01.113971+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T13:04:06.466 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: audit 2024-09-13T13:04:01.114428+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:04:06.466 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: audit 2024-09-13T13:04:01.114428+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:04:06.466 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: cluster 2024-09-13T13:04:01.114651+0000 mon.a (mon.0) 277 : cluster [INF] mon.a calling monitor election 2024-09-13T13:04:06.466 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: cluster 2024-09-13T13:04:01.114651+0000 mon.a (mon.0) 277 : cluster [INF] mon.a calling monitor election 2024-09-13T13:04:06.466 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: cluster 2024-09-13T13:04:01.116054+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-13T13:04:06.466 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: cluster 2024-09-13T13:04:01.116054+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-13T13:04:06.467 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: audit 2024-09-13T13:04:01.116882+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:04:06.467 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: audit 2024-09-13T13:04:01.116882+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:04:06.467 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: cluster 2024-09-13T13:04:01.423297+0000 mgr.a (mgr.14152) 86 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:06.467 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: cluster 2024-09-13T13:04:01.423297+0000 mgr.a (mgr.14152) 86 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:06.467 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: audit 2024-09-13T13:04:02.084439+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:04:06.467 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: audit 2024-09-13T13:04:02.084439+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:04:06.467 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: audit 2024-09-13T13:04:03.084513+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:04:06.467 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: audit 2024-09-13T13:04:03.084513+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:04:06.467 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: cluster 2024-09-13T13:04:03.110159+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-13T13:04:06.467 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: cluster 2024-09-13T13:04:03.110159+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-13T13:04:06.467 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: cluster 2024-09-13T13:04:03.423713+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-13T13:04:06.467 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: cluster 2024-09-13T13:04:03.423713+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-13T13:04:06.467 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: audit 2024-09-13T13:04:04.084160+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:04:06.468 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: audit 2024-09-13T13:04:04.084160+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:04:06.468 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: audit 2024-09-13T13:04:05.084911+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:04:06.468 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: audit 2024-09-13T13:04:05.084911+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:04:06.468 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: cluster 2024-09-13T13:04:05.424150+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-13T13:04:06.468 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: cluster 2024-09-13T13:04:05.424150+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-13T13:04:06.469 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: audit 2024-09-13T13:04:06.085212+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:04:06.469 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: audit 2024-09-13T13:04:06.085212+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:04:06.469 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: cluster 2024-09-13T13:04:06.139996+0000 mon.a (mon.0) 284 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-13T13:04:06.469 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: cluster 2024-09-13T13:04:06.139996+0000 mon.a (mon.0) 284 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-13T13:04:06.469 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: cluster 2024-09-13T13:04:06.146425+0000 mon.a (mon.0) 285 : cluster [DBG] monmap epoch 3 2024-09-13T13:04:06.469 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: cluster 2024-09-13T13:04:06.146425+0000 mon.a (mon.0) 285 : cluster [DBG] monmap epoch 3 2024-09-13T13:04:06.469 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: cluster 2024-09-13T13:04:06.146457+0000 mon.a (mon.0) 286 : cluster [DBG] fsid fa2bba74-71cf-11ef-bceb-c7b262605968 2024-09-13T13:04:06.469 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: cluster 2024-09-13T13:04:06.146457+0000 mon.a (mon.0) 286 : cluster [DBG] fsid fa2bba74-71cf-11ef-bceb-c7b262605968 2024-09-13T13:04:06.469 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: cluster 2024-09-13T13:04:06.146480+0000 mon.a (mon.0) 287 : cluster [DBG] last_changed 2024-09-13T13:04:01.107420+0000 2024-09-13T13:04:06.469 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: cluster 2024-09-13T13:04:06.146480+0000 mon.a (mon.0) 287 : cluster [DBG] last_changed 2024-09-13T13:04:01.107420+0000 2024-09-13T13:04:06.469 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: cluster 2024-09-13T13:04:06.146503+0000 mon.a (mon.0) 288 : cluster [DBG] created 2024-09-13T13:01:15.694217+0000 2024-09-13T13:04:06.469 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: cluster 2024-09-13T13:04:06.146503+0000 mon.a (mon.0) 288 : cluster [DBG] created 2024-09-13T13:01:15.694217+0000 2024-09-13T13:04:06.469 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: cluster 2024-09-13T13:04:06.146526+0000 mon.a (mon.0) 289 : cluster [DBG] min_mon_release 19 (squid) 2024-09-13T13:04:06.470 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: cluster 2024-09-13T13:04:06.146526+0000 mon.a (mon.0) 289 : cluster [DBG] min_mon_release 19 (squid) 2024-09-13T13:04:06.470 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: cluster 2024-09-13T13:04:06.146545+0000 mon.a (mon.0) 290 : cluster [DBG] election_strategy: 1 2024-09-13T13:04:06.470 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: cluster 2024-09-13T13:04:06.146545+0000 mon.a (mon.0) 290 : cluster [DBG] election_strategy: 1 2024-09-13T13:04:06.470 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: cluster 2024-09-13T13:04:06.146570+0000 mon.a (mon.0) 291 : cluster [DBG] 0: [v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0] mon.a 2024-09-13T13:04:06.470 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: cluster 2024-09-13T13:04:06.146570+0000 mon.a (mon.0) 291 : cluster [DBG] 0: [v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0] mon.a 2024-09-13T13:04:06.470 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: cluster 2024-09-13T13:04:06.146590+0000 mon.a (mon.0) 292 : cluster [DBG] 1: [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] mon.c 2024-09-13T13:04:06.471 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: cluster 2024-09-13T13:04:06.146590+0000 mon.a (mon.0) 292 : cluster [DBG] 1: [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] mon.c 2024-09-13T13:04:06.471 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: cluster 2024-09-13T13:04:06.146612+0000 mon.a (mon.0) 293 : cluster [DBG] 2: [v2:172.21.15.53:3300/0,v1:172.21.15.53:6789/0] mon.b 2024-09-13T13:04:06.471 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: cluster 2024-09-13T13:04:06.146612+0000 mon.a (mon.0) 293 : cluster [DBG] 2: [v2:172.21.15.53:3300/0,v1:172.21.15.53:6789/0] mon.b 2024-09-13T13:04:06.471 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: cluster 2024-09-13T13:04:06.165031+0000 mon.a (mon.0) 294 : cluster [DBG] fsmap 2024-09-13T13:04:06.471 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: cluster 2024-09-13T13:04:06.165031+0000 mon.a (mon.0) 294 : cluster [DBG] fsmap 2024-09-13T13:04:06.471 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: cluster 2024-09-13T13:04:06.165082+0000 mon.a (mon.0) 295 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-13T13:04:06.471 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: cluster 2024-09-13T13:04:06.165082+0000 mon.a (mon.0) 295 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-13T13:04:06.472 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: cluster 2024-09-13T13:04:06.165377+0000 mon.a (mon.0) 296 : cluster [DBG] mgrmap e14: a(active, since 98s) 2024-09-13T13:04:06.472 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: cluster 2024-09-13T13:04:06.165377+0000 mon.a (mon.0) 296 : cluster [DBG] mgrmap e14: a(active, since 98s) 2024-09-13T13:04:06.472 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: cluster 2024-09-13T13:04:06.165626+0000 mon.a (mon.0) 297 : cluster [INF] overall HEALTH_OK 2024-09-13T13:04:06.472 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: cluster 2024-09-13T13:04:06.165626+0000 mon.a (mon.0) 297 : cluster [INF] overall HEALTH_OK 2024-09-13T13:04:06.472 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: audit 2024-09-13T13:04:06.173164+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:06.472 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: audit 2024-09-13T13:04:06.173164+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:06.472 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: audit 2024-09-13T13:04:06.179714+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:06.472 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: audit 2024-09-13T13:04:06.179714+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:06.472 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: audit 2024-09-13T13:04:06.186145+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:06.472 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: audit 2024-09-13T13:04:06.186145+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:06.472 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: audit 2024-09-13T13:04:06.192191+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:06.473 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: audit 2024-09-13T13:04:06.192191+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:06.473 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: audit 2024-09-13T13:04:06.198409+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:06.473 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: audit 2024-09-13T13:04:06.198409+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:06.473 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: audit 2024-09-13T13:04:06.204522+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:06.473 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: audit 2024-09-13T13:04:06.204522+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:06.473 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: audit 2024-09-13T13:04:06.211204+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:06.473 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: audit 2024-09-13T13:04:06.211204+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:06.473 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: audit 2024-09-13T13:04:06.211934+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T13:04:06.473 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: audit 2024-09-13T13:04:06.211934+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T13:04:06.473 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: audit 2024-09-13T13:04:06.214011+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-13T13:04:06.473 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:06 smithi053 bash[23444]: audit 2024-09-13T13:04:06.214011+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-13T13:04:06.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: audit 2024-09-13T13:04:01.113971+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T13:04:06.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: audit 2024-09-13T13:04:01.113971+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T13:04:06.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: audit 2024-09-13T13:04:01.114428+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:04:06.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: audit 2024-09-13T13:04:01.114428+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:04:06.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: cluster 2024-09-13T13:04:01.114651+0000 mon.a (mon.0) 277 : cluster [INF] mon.a calling monitor election 2024-09-13T13:04:06.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: cluster 2024-09-13T13:04:01.114651+0000 mon.a (mon.0) 277 : cluster [INF] mon.a calling monitor election 2024-09-13T13:04:06.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: cluster 2024-09-13T13:04:01.116054+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-13T13:04:06.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: cluster 2024-09-13T13:04:01.116054+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-13T13:04:06.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: audit 2024-09-13T13:04:01.116882+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:04:06.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: audit 2024-09-13T13:04:01.116882+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:04:06.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: cluster 2024-09-13T13:04:01.423297+0000 mgr.a (mgr.14152) 86 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:06.483 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: cluster 2024-09-13T13:04:01.423297+0000 mgr.a (mgr.14152) 86 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:06.483 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: audit 2024-09-13T13:04:02.084439+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:04:06.483 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: audit 2024-09-13T13:04:02.084439+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:04:06.483 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: audit 2024-09-13T13:04:03.084513+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:04:06.483 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: audit 2024-09-13T13:04:03.084513+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:04:06.483 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: cluster 2024-09-13T13:04:03.110159+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-13T13:04:06.483 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: cluster 2024-09-13T13:04:03.110159+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-13T13:04:06.483 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: cluster 2024-09-13T13:04:03.423713+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-13T13:04:06.483 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: cluster 2024-09-13T13:04:03.423713+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-13T13:04:06.483 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: audit 2024-09-13T13:04:04.084160+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:04:06.485 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: audit 2024-09-13T13:04:04.084160+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:04:06.485 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: audit 2024-09-13T13:04:05.084911+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:04:06.485 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: audit 2024-09-13T13:04:05.084911+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:04:06.485 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: cluster 2024-09-13T13:04:05.424150+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-13T13:04:06.485 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: cluster 2024-09-13T13:04:05.424150+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-13T13:04:06.485 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: audit 2024-09-13T13:04:06.085212+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:04:06.485 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: audit 2024-09-13T13:04:06.085212+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:04:06.485 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: cluster 2024-09-13T13:04:06.139996+0000 mon.a (mon.0) 284 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-13T13:04:06.485 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: cluster 2024-09-13T13:04:06.139996+0000 mon.a (mon.0) 284 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-13T13:04:06.485 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: cluster 2024-09-13T13:04:06.146425+0000 mon.a (mon.0) 285 : cluster [DBG] monmap epoch 3 2024-09-13T13:04:06.485 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: cluster 2024-09-13T13:04:06.146425+0000 mon.a (mon.0) 285 : cluster [DBG] monmap epoch 3 2024-09-13T13:04:06.486 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: cluster 2024-09-13T13:04:06.146457+0000 mon.a (mon.0) 286 : cluster [DBG] fsid fa2bba74-71cf-11ef-bceb-c7b262605968 2024-09-13T13:04:06.486 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: cluster 2024-09-13T13:04:06.146457+0000 mon.a (mon.0) 286 : cluster [DBG] fsid fa2bba74-71cf-11ef-bceb-c7b262605968 2024-09-13T13:04:06.486 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: cluster 2024-09-13T13:04:06.146480+0000 mon.a (mon.0) 287 : cluster [DBG] last_changed 2024-09-13T13:04:01.107420+0000 2024-09-13T13:04:06.486 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: cluster 2024-09-13T13:04:06.146480+0000 mon.a (mon.0) 287 : cluster [DBG] last_changed 2024-09-13T13:04:01.107420+0000 2024-09-13T13:04:06.486 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: cluster 2024-09-13T13:04:06.146503+0000 mon.a (mon.0) 288 : cluster [DBG] created 2024-09-13T13:01:15.694217+0000 2024-09-13T13:04:06.486 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: cluster 2024-09-13T13:04:06.146503+0000 mon.a (mon.0) 288 : cluster [DBG] created 2024-09-13T13:01:15.694217+0000 2024-09-13T13:04:06.486 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: cluster 2024-09-13T13:04:06.146526+0000 mon.a (mon.0) 289 : cluster [DBG] min_mon_release 19 (squid) 2024-09-13T13:04:06.486 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: cluster 2024-09-13T13:04:06.146526+0000 mon.a (mon.0) 289 : cluster [DBG] min_mon_release 19 (squid) 2024-09-13T13:04:06.486 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: cluster 2024-09-13T13:04:06.146545+0000 mon.a (mon.0) 290 : cluster [DBG] election_strategy: 1 2024-09-13T13:04:06.486 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: cluster 2024-09-13T13:04:06.146545+0000 mon.a (mon.0) 290 : cluster [DBG] election_strategy: 1 2024-09-13T13:04:06.486 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: cluster 2024-09-13T13:04:06.146570+0000 mon.a (mon.0) 291 : cluster [DBG] 0: [v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0] mon.a 2024-09-13T13:04:06.486 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: cluster 2024-09-13T13:04:06.146570+0000 mon.a (mon.0) 291 : cluster [DBG] 0: [v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0] mon.a 2024-09-13T13:04:06.487 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: cluster 2024-09-13T13:04:06.146590+0000 mon.a (mon.0) 292 : cluster [DBG] 1: [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] mon.c 2024-09-13T13:04:06.487 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: cluster 2024-09-13T13:04:06.146590+0000 mon.a (mon.0) 292 : cluster [DBG] 1: [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] mon.c 2024-09-13T13:04:06.487 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: cluster 2024-09-13T13:04:06.146612+0000 mon.a (mon.0) 293 : cluster [DBG] 2: [v2:172.21.15.53:3300/0,v1:172.21.15.53:6789/0] mon.b 2024-09-13T13:04:06.487 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: cluster 2024-09-13T13:04:06.146612+0000 mon.a (mon.0) 293 : cluster [DBG] 2: [v2:172.21.15.53:3300/0,v1:172.21.15.53:6789/0] mon.b 2024-09-13T13:04:06.487 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: cluster 2024-09-13T13:04:06.165031+0000 mon.a (mon.0) 294 : cluster [DBG] fsmap 2024-09-13T13:04:06.487 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: cluster 2024-09-13T13:04:06.165031+0000 mon.a (mon.0) 294 : cluster [DBG] fsmap 2024-09-13T13:04:06.487 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: cluster 2024-09-13T13:04:06.165082+0000 mon.a (mon.0) 295 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-13T13:04:06.487 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: cluster 2024-09-13T13:04:06.165082+0000 mon.a (mon.0) 295 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-13T13:04:06.487 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: cluster 2024-09-13T13:04:06.165377+0000 mon.a (mon.0) 296 : cluster [DBG] mgrmap e14: a(active, since 98s) 2024-09-13T13:04:06.488 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: cluster 2024-09-13T13:04:06.165377+0000 mon.a (mon.0) 296 : cluster [DBG] mgrmap e14: a(active, since 98s) 2024-09-13T13:04:06.488 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: cluster 2024-09-13T13:04:06.165626+0000 mon.a (mon.0) 297 : cluster [INF] overall HEALTH_OK 2024-09-13T13:04:06.488 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: cluster 2024-09-13T13:04:06.165626+0000 mon.a (mon.0) 297 : cluster [INF] overall HEALTH_OK 2024-09-13T13:04:06.488 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: audit 2024-09-13T13:04:06.173164+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:06.488 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: audit 2024-09-13T13:04:06.173164+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:06.488 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: audit 2024-09-13T13:04:06.179714+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:06.488 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: audit 2024-09-13T13:04:06.179714+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:06.488 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: audit 2024-09-13T13:04:06.186145+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:06.488 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: audit 2024-09-13T13:04:06.186145+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:06.488 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: audit 2024-09-13T13:04:06.192191+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:06.489 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: audit 2024-09-13T13:04:06.192191+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:06.489 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: audit 2024-09-13T13:04:06.198409+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:06.489 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: audit 2024-09-13T13:04:06.198409+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:06.489 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: audit 2024-09-13T13:04:06.204522+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:06.489 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: audit 2024-09-13T13:04:06.204522+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:06.489 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: audit 2024-09-13T13:04:06.211204+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:06.489 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: audit 2024-09-13T13:04:06.211204+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:06.489 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: audit 2024-09-13T13:04:06.211934+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T13:04:06.489 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: audit 2024-09-13T13:04:06.211934+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T13:04:06.489 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: audit 2024-09-13T13:04:06.214011+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-13T13:04:06.490 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:06 smithi077 bash[23251]: audit 2024-09-13T13:04:06.214011+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-13T13:04:06.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: audit 2024-09-13T13:04:01.113971+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T13:04:06.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: audit 2024-09-13T13:04:01.113971+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T13:04:06.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: audit 2024-09-13T13:04:01.114428+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:04:06.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: audit 2024-09-13T13:04:01.114428+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:04:06.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: cluster 2024-09-13T13:04:01.114651+0000 mon.a (mon.0) 277 : cluster [INF] mon.a calling monitor election 2024-09-13T13:04:06.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: cluster 2024-09-13T13:04:01.114651+0000 mon.a (mon.0) 277 : cluster [INF] mon.a calling monitor election 2024-09-13T13:04:06.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: cluster 2024-09-13T13:04:01.116054+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-13T13:04:06.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: cluster 2024-09-13T13:04:01.116054+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-13T13:04:06.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: audit 2024-09-13T13:04:01.116882+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:04:06.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: audit 2024-09-13T13:04:01.116882+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:04:06.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: cluster 2024-09-13T13:04:01.423297+0000 mgr.a (mgr.14152) 86 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:06.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: cluster 2024-09-13T13:04:01.423297+0000 mgr.a (mgr.14152) 86 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:06.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: audit 2024-09-13T13:04:02.084439+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:04:06.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: audit 2024-09-13T13:04:02.084439+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:04:06.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: audit 2024-09-13T13:04:03.084513+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:04:06.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: audit 2024-09-13T13:04:03.084513+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:04:06.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: cluster 2024-09-13T13:04:03.110159+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-13T13:04:06.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: cluster 2024-09-13T13:04:03.110159+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-13T13:04:06.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: cluster 2024-09-13T13:04:03.423713+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-13T13:04:06.564 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: cluster 2024-09-13T13:04:03.423713+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-13T13:04:06.564 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: audit 2024-09-13T13:04:04.084160+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:04:06.564 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: audit 2024-09-13T13:04:04.084160+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:04:06.565 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: audit 2024-09-13T13:04:05.084911+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:04:06.565 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: audit 2024-09-13T13:04:05.084911+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:04:06.565 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: cluster 2024-09-13T13:04:05.424150+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-13T13:04:06.565 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: cluster 2024-09-13T13:04:05.424150+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-13T13:04:06.565 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: audit 2024-09-13T13:04:06.085212+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:04:06.565 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: audit 2024-09-13T13:04:06.085212+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:04:06.565 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: cluster 2024-09-13T13:04:06.139996+0000 mon.a (mon.0) 284 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-13T13:04:06.565 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: cluster 2024-09-13T13:04:06.139996+0000 mon.a (mon.0) 284 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-13T13:04:06.565 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: cluster 2024-09-13T13:04:06.146425+0000 mon.a (mon.0) 285 : cluster [DBG] monmap epoch 3 2024-09-13T13:04:06.565 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: cluster 2024-09-13T13:04:06.146425+0000 mon.a (mon.0) 285 : cluster [DBG] monmap epoch 3 2024-09-13T13:04:06.566 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: cluster 2024-09-13T13:04:06.146457+0000 mon.a (mon.0) 286 : cluster [DBG] fsid fa2bba74-71cf-11ef-bceb-c7b262605968 2024-09-13T13:04:06.566 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: cluster 2024-09-13T13:04:06.146457+0000 mon.a (mon.0) 286 : cluster [DBG] fsid fa2bba74-71cf-11ef-bceb-c7b262605968 2024-09-13T13:04:06.566 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: cluster 2024-09-13T13:04:06.146480+0000 mon.a (mon.0) 287 : cluster [DBG] last_changed 2024-09-13T13:04:01.107420+0000 2024-09-13T13:04:06.566 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: cluster 2024-09-13T13:04:06.146480+0000 mon.a (mon.0) 287 : cluster [DBG] last_changed 2024-09-13T13:04:01.107420+0000 2024-09-13T13:04:06.566 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: cluster 2024-09-13T13:04:06.146503+0000 mon.a (mon.0) 288 : cluster [DBG] created 2024-09-13T13:01:15.694217+0000 2024-09-13T13:04:06.566 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: cluster 2024-09-13T13:04:06.146503+0000 mon.a (mon.0) 288 : cluster [DBG] created 2024-09-13T13:01:15.694217+0000 2024-09-13T13:04:06.566 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: cluster 2024-09-13T13:04:06.146526+0000 mon.a (mon.0) 289 : cluster [DBG] min_mon_release 19 (squid) 2024-09-13T13:04:06.566 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: cluster 2024-09-13T13:04:06.146526+0000 mon.a (mon.0) 289 : cluster [DBG] min_mon_release 19 (squid) 2024-09-13T13:04:06.566 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: cluster 2024-09-13T13:04:06.146545+0000 mon.a (mon.0) 290 : cluster [DBG] election_strategy: 1 2024-09-13T13:04:06.566 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: cluster 2024-09-13T13:04:06.146545+0000 mon.a (mon.0) 290 : cluster [DBG] election_strategy: 1 2024-09-13T13:04:06.566 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: cluster 2024-09-13T13:04:06.146570+0000 mon.a (mon.0) 291 : cluster [DBG] 0: [v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0] mon.a 2024-09-13T13:04:06.566 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: cluster 2024-09-13T13:04:06.146570+0000 mon.a (mon.0) 291 : cluster [DBG] 0: [v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0] mon.a 2024-09-13T13:04:06.567 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: cluster 2024-09-13T13:04:06.146590+0000 mon.a (mon.0) 292 : cluster [DBG] 1: [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] mon.c 2024-09-13T13:04:06.567 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: cluster 2024-09-13T13:04:06.146590+0000 mon.a (mon.0) 292 : cluster [DBG] 1: [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] mon.c 2024-09-13T13:04:06.567 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: cluster 2024-09-13T13:04:06.146612+0000 mon.a (mon.0) 293 : cluster [DBG] 2: [v2:172.21.15.53:3300/0,v1:172.21.15.53:6789/0] mon.b 2024-09-13T13:04:06.567 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: cluster 2024-09-13T13:04:06.146612+0000 mon.a (mon.0) 293 : cluster [DBG] 2: [v2:172.21.15.53:3300/0,v1:172.21.15.53:6789/0] mon.b 2024-09-13T13:04:06.567 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: cluster 2024-09-13T13:04:06.165031+0000 mon.a (mon.0) 294 : cluster [DBG] fsmap 2024-09-13T13:04:06.567 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: cluster 2024-09-13T13:04:06.165031+0000 mon.a (mon.0) 294 : cluster [DBG] fsmap 2024-09-13T13:04:06.567 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: cluster 2024-09-13T13:04:06.165082+0000 mon.a (mon.0) 295 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-13T13:04:06.567 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: cluster 2024-09-13T13:04:06.165082+0000 mon.a (mon.0) 295 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-13T13:04:06.567 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: cluster 2024-09-13T13:04:06.165377+0000 mon.a (mon.0) 296 : cluster [DBG] mgrmap e14: a(active, since 98s) 2024-09-13T13:04:06.567 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: cluster 2024-09-13T13:04:06.165377+0000 mon.a (mon.0) 296 : cluster [DBG] mgrmap e14: a(active, since 98s) 2024-09-13T13:04:06.567 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: cluster 2024-09-13T13:04:06.165626+0000 mon.a (mon.0) 297 : cluster [INF] overall HEALTH_OK 2024-09-13T13:04:06.567 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: cluster 2024-09-13T13:04:06.165626+0000 mon.a (mon.0) 297 : cluster [INF] overall HEALTH_OK 2024-09-13T13:04:06.568 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: audit 2024-09-13T13:04:06.173164+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:06.568 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: audit 2024-09-13T13:04:06.173164+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:06.568 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: audit 2024-09-13T13:04:06.179714+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:06.568 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: audit 2024-09-13T13:04:06.179714+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:06.568 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: audit 2024-09-13T13:04:06.186145+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:06.568 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: audit 2024-09-13T13:04:06.186145+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:06.568 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: audit 2024-09-13T13:04:06.192191+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:06.568 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: audit 2024-09-13T13:04:06.192191+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:06.568 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: audit 2024-09-13T13:04:06.198409+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:06.568 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: audit 2024-09-13T13:04:06.198409+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:06.568 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: audit 2024-09-13T13:04:06.204522+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:06.569 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: audit 2024-09-13T13:04:06.204522+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:06.569 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: audit 2024-09-13T13:04:06.211204+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:06.569 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: audit 2024-09-13T13:04:06.211204+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:06.569 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: audit 2024-09-13T13:04:06.211934+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T13:04:06.569 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: audit 2024-09-13T13:04:06.211934+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T13:04:06.569 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: audit 2024-09-13T13:04:06.214011+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-13T13:04:06.569 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:06 smithi007 bash[22721]: audit 2024-09-13T13:04:06.214011+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-13T13:04:07.466 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:07 smithi053 bash[23444]: cephadm 2024-09-13T13:04:06.208063+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-13T13:04:07.466 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:07 smithi053 bash[23444]: cephadm 2024-09-13T13:04:06.208063+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-13T13:04:07.466 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:07 smithi053 bash[23444]: audit 2024-09-13T13:04:06.215915+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:07.466 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:07 smithi053 bash[23444]: audit 2024-09-13T13:04:06.215915+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:07.466 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:07 smithi053 bash[23444]: cephadm 2024-09-13T13:04:06.218545+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring daemon mon.b on smithi053 2024-09-13T13:04:07.467 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:07 smithi053 bash[23444]: cephadm 2024-09-13T13:04:06.218545+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring daemon mon.b on smithi053 2024-09-13T13:04:07.467 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:07 smithi053 bash[23444]: audit 2024-09-13T13:04:06.364506+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:07.467 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:07 smithi053 bash[23444]: audit 2024-09-13T13:04:06.364506+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:07.467 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:07 smithi053 bash[23444]: audit 2024-09-13T13:04:06.371720+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:07.467 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:07 smithi053 bash[23444]: audit 2024-09-13T13:04:06.371720+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:07.467 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:07 smithi053 bash[23444]: audit 2024-09-13T13:04:06.381083+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:07.467 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:07 smithi053 bash[23444]: audit 2024-09-13T13:04:06.381083+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:07.467 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:07 smithi053 bash[23444]: audit 2024-09-13T13:04:07.062049+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:07.467 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:07 smithi053 bash[23444]: audit 2024-09-13T13:04:07.062049+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:07.468 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:07 smithi053 bash[23444]: audit 2024-09-13T13:04:07.068988+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:07.468 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:07 smithi053 bash[23444]: audit 2024-09-13T13:04:07.068988+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:07.468 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:07 smithi053 bash[23444]: audit 2024-09-13T13:04:07.077798+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:07.468 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:07 smithi053 bash[23444]: audit 2024-09-13T13:04:07.077798+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:07.468 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:07 smithi053 bash[23444]: audit 2024-09-13T13:04:07.085070+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:04:07.468 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:07 smithi053 bash[23444]: audit 2024-09-13T13:04:07.085070+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:04:07.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:07 smithi077 bash[23251]: cephadm 2024-09-13T13:04:06.208063+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-13T13:04:07.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:07 smithi077 bash[23251]: cephadm 2024-09-13T13:04:06.208063+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-13T13:04:07.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:07 smithi077 bash[23251]: audit 2024-09-13T13:04:06.215915+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:07.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:07 smithi077 bash[23251]: audit 2024-09-13T13:04:06.215915+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:07.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:07 smithi077 bash[23251]: cephadm 2024-09-13T13:04:06.218545+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring daemon mon.b on smithi053 2024-09-13T13:04:07.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:07 smithi077 bash[23251]: cephadm 2024-09-13T13:04:06.218545+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring daemon mon.b on smithi053 2024-09-13T13:04:07.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:07 smithi077 bash[23251]: audit 2024-09-13T13:04:06.364506+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:07.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:07 smithi077 bash[23251]: audit 2024-09-13T13:04:06.364506+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:07.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:07 smithi077 bash[23251]: audit 2024-09-13T13:04:06.371720+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:07.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:07 smithi077 bash[23251]: audit 2024-09-13T13:04:06.371720+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:07.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:07 smithi077 bash[23251]: audit 2024-09-13T13:04:06.381083+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:07.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:07 smithi077 bash[23251]: audit 2024-09-13T13:04:06.381083+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:07.483 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:07 smithi077 bash[23251]: audit 2024-09-13T13:04:07.062049+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:07.483 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:07 smithi077 bash[23251]: audit 2024-09-13T13:04:07.062049+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:07.483 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:07 smithi077 bash[23251]: audit 2024-09-13T13:04:07.068988+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:07.483 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:07 smithi077 bash[23251]: audit 2024-09-13T13:04:07.068988+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:07.483 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:07 smithi077 bash[23251]: audit 2024-09-13T13:04:07.077798+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:07.483 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:07 smithi077 bash[23251]: audit 2024-09-13T13:04:07.077798+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:07.483 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:07 smithi077 bash[23251]: audit 2024-09-13T13:04:07.085070+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:04:07.484 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:07 smithi077 bash[23251]: audit 2024-09-13T13:04:07.085070+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:04:07.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:07 smithi007 bash[22721]: cephadm 2024-09-13T13:04:06.208063+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-13T13:04:07.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:07 smithi007 bash[22721]: cephadm 2024-09-13T13:04:06.208063+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-13T13:04:07.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:07 smithi007 bash[22721]: audit 2024-09-13T13:04:06.215915+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:07.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:07 smithi007 bash[22721]: audit 2024-09-13T13:04:06.215915+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:07.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:07 smithi007 bash[22721]: cephadm 2024-09-13T13:04:06.218545+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring daemon mon.b on smithi053 2024-09-13T13:04:07.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:07 smithi007 bash[22721]: cephadm 2024-09-13T13:04:06.218545+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring daemon mon.b on smithi053 2024-09-13T13:04:07.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:07 smithi007 bash[22721]: audit 2024-09-13T13:04:06.364506+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:07.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:07 smithi007 bash[22721]: audit 2024-09-13T13:04:06.364506+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:07.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:07 smithi007 bash[22721]: audit 2024-09-13T13:04:06.371720+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:07.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:07 smithi007 bash[22721]: audit 2024-09-13T13:04:06.371720+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:07.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:07 smithi007 bash[22721]: audit 2024-09-13T13:04:06.381083+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:07.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:07 smithi007 bash[22721]: audit 2024-09-13T13:04:06.381083+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:07.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:07 smithi007 bash[22721]: audit 2024-09-13T13:04:07.062049+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:07.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:07 smithi007 bash[22721]: audit 2024-09-13T13:04:07.062049+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:07.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:07 smithi007 bash[22721]: audit 2024-09-13T13:04:07.068988+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:07.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:07 smithi007 bash[22721]: audit 2024-09-13T13:04:07.068988+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:07.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:07 smithi007 bash[22721]: audit 2024-09-13T13:04:07.077798+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:07.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:07 smithi007 bash[22721]: audit 2024-09-13T13:04:07.077798+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:07.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:07 smithi007 bash[22721]: audit 2024-09-13T13:04:07.085070+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:04:07.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:07 smithi007 bash[22721]: audit 2024-09-13T13:04:07.085070+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:04:07.598 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-13T13:04:07.598 INFO:teuthology.orchestra.run.smithi077.stdout:{"epoch":3,"fsid":"fa2bba74-71cf-11ef-bceb-c7b262605968","modified":"2024-09-13T13:04:01.107420Z","created":"2024-09-13T13:01:15.694217Z","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.7:3300","nonce":0},{"type":"v1","addr":"172.21.15.7:6789","nonce":0}]},"addr":"172.21.15.7:6789/0","public_addr":"172.21.15.7:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:3300","nonce":0},{"type":"v1","addr":"172.21.15.53:6789","nonce":0}]},"addr":"172.21.15.53:6789/0","public_addr":"172.21.15.53:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-09-13T13:04:07.598 INFO:teuthology.orchestra.run.smithi077.stderr:dumped monmap epoch 3 2024-09-13T13:04:08.160 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-09-13T13:04:08.160 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0201b8c79733293453e7f10a10c7fa43119222b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fa2bba74-71cf-11ef-bceb-c7b262605968 -- ceph config generate-minimal-conf 2024-09-13T13:04:08.370 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:04:08 smithi007 bash[22975]: debug 2024-09-13T13:04:08.080+0000 7f51d8465640 -1 mgr.server handle_report got status from non-daemon mon.b 2024-09-13T13:04:08.371 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:08 smithi007 bash[22721]: cluster 2024-09-13T13:04:07.424532+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-13T13:04:08.371 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:08 smithi007 bash[22721]: cluster 2024-09-13T13:04:07.424532+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-13T13:04:08.371 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:08 smithi007 bash[22721]: audit 2024-09-13T13:04:07.597169+0000 mon.a (mon.0) 315 : audit [DBG] from='client.? 172.21.15.77:0/250527781' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-13T13:04:08.371 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:08 smithi007 bash[22721]: audit 2024-09-13T13:04:07.597169+0000 mon.a (mon.0) 315 : audit [DBG] from='client.? 172.21.15.77:0/250527781' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-13T13:04:08.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:08 smithi053 bash[23444]: cluster 2024-09-13T13:04:07.424532+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-13T13:04:08.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:08 smithi053 bash[23444]: cluster 2024-09-13T13:04:07.424532+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-13T13:04:08.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:08 smithi053 bash[23444]: audit 2024-09-13T13:04:07.597169+0000 mon.a (mon.0) 315 : audit [DBG] from='client.? 172.21.15.77:0/250527781' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-13T13:04:08.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:08 smithi053 bash[23444]: audit 2024-09-13T13:04:07.597169+0000 mon.a (mon.0) 315 : audit [DBG] from='client.? 172.21.15.77:0/250527781' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-13T13:04:08.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:08 smithi077 bash[23251]: cluster 2024-09-13T13:04:07.424532+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-13T13:04:08.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:08 smithi077 bash[23251]: cluster 2024-09-13T13:04:07.424532+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-13T13:04:08.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:08 smithi077 bash[23251]: audit 2024-09-13T13:04:07.597169+0000 mon.a (mon.0) 315 : audit [DBG] from='client.? 172.21.15.77:0/250527781' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-13T13:04:08.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:08 smithi077 bash[23251]: audit 2024-09-13T13:04:07.597169+0000 mon.a (mon.0) 315 : audit [DBG] from='client.? 172.21.15.77:0/250527781' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-13T13:04:09.716 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:09 smithi053 bash[23444]: audit 2024-09-13T13:04:08.358888+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:09.716 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:09 smithi053 bash[23444]: audit 2024-09-13T13:04:08.358888+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:09.716 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:09 smithi053 bash[23444]: audit 2024-09-13T13:04:08.363635+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:09.716 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:09 smithi053 bash[23444]: audit 2024-09-13T13:04:08.363635+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:09.716 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:09 smithi053 bash[23444]: audit 2024-09-13T13:04:08.369470+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:09.716 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:09 smithi053 bash[23444]: audit 2024-09-13T13:04:08.369470+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:09.717 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:09 smithi053 bash[23444]: audit 2024-09-13T13:04:08.492621+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:09.717 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:09 smithi053 bash[23444]: audit 2024-09-13T13:04:08.492621+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:09.717 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:09 smithi053 bash[23444]: audit 2024-09-13T13:04:08.499302+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:09.717 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:09 smithi053 bash[23444]: audit 2024-09-13T13:04:08.499302+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:09.717 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:09 smithi053 bash[23444]: cephadm 2024-09-13T13:04:08.501329+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-13T13:04:09.717 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:09 smithi053 bash[23444]: cephadm 2024-09-13T13:04:08.501329+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-13T13:04:09.717 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:09 smithi053 bash[23444]: audit 2024-09-13T13:04:08.501998+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T13:04:09.717 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:09 smithi053 bash[23444]: audit 2024-09-13T13:04:08.501998+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T13:04:09.717 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:09 smithi053 bash[23444]: audit 2024-09-13T13:04:08.503689+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-13T13:04:09.717 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:09 smithi053 bash[23444]: audit 2024-09-13T13:04:08.503689+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-13T13:04:09.717 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:09 smithi053 bash[23444]: audit 2024-09-13T13:04:08.505502+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:09.717 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:09 smithi053 bash[23444]: audit 2024-09-13T13:04:08.505502+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:09.717 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:09 smithi053 bash[23444]: cephadm 2024-09-13T13:04:08.507361+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring daemon mon.c on smithi077 2024-09-13T13:04:09.718 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:09 smithi053 bash[23444]: cephadm 2024-09-13T13:04:08.507361+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring daemon mon.c on smithi077 2024-09-13T13:04:09.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:09 smithi077 bash[23251]: audit 2024-09-13T13:04:08.358888+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:09.732 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:09 smithi077 bash[23251]: audit 2024-09-13T13:04:08.358888+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:09.732 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:09 smithi077 bash[23251]: audit 2024-09-13T13:04:08.363635+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:09.732 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:09 smithi077 bash[23251]: audit 2024-09-13T13:04:08.363635+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:09.732 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:09 smithi077 bash[23251]: audit 2024-09-13T13:04:08.369470+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:09.732 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:09 smithi077 bash[23251]: audit 2024-09-13T13:04:08.369470+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:09.732 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:09 smithi077 bash[23251]: audit 2024-09-13T13:04:08.492621+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:09.732 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:09 smithi077 bash[23251]: audit 2024-09-13T13:04:08.492621+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:09.732 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:09 smithi077 bash[23251]: audit 2024-09-13T13:04:08.499302+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:09.732 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:09 smithi077 bash[23251]: audit 2024-09-13T13:04:08.499302+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:09.732 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:09 smithi077 bash[23251]: cephadm 2024-09-13T13:04:08.501329+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-13T13:04:09.732 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:09 smithi077 bash[23251]: cephadm 2024-09-13T13:04:08.501329+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-13T13:04:09.733 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:09 smithi077 bash[23251]: audit 2024-09-13T13:04:08.501998+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T13:04:09.733 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:09 smithi077 bash[23251]: audit 2024-09-13T13:04:08.501998+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T13:04:09.733 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:09 smithi077 bash[23251]: audit 2024-09-13T13:04:08.503689+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-13T13:04:09.733 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:09 smithi077 bash[23251]: audit 2024-09-13T13:04:08.503689+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-13T13:04:09.733 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:09 smithi077 bash[23251]: audit 2024-09-13T13:04:08.505502+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:09.733 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:09 smithi077 bash[23251]: audit 2024-09-13T13:04:08.505502+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:09.733 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:09 smithi077 bash[23251]: cephadm 2024-09-13T13:04:08.507361+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring daemon mon.c on smithi077 2024-09-13T13:04:09.733 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:09 smithi077 bash[23251]: cephadm 2024-09-13T13:04:08.507361+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring daemon mon.c on smithi077 2024-09-13T13:04:09.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:09 smithi007 bash[22721]: audit 2024-09-13T13:04:08.358888+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:09.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:09 smithi007 bash[22721]: audit 2024-09-13T13:04:08.358888+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:09.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:09 smithi007 bash[22721]: audit 2024-09-13T13:04:08.363635+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:09.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:09 smithi007 bash[22721]: audit 2024-09-13T13:04:08.363635+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:09.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:09 smithi007 bash[22721]: audit 2024-09-13T13:04:08.369470+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:09.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:09 smithi007 bash[22721]: audit 2024-09-13T13:04:08.369470+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:09.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:09 smithi007 bash[22721]: audit 2024-09-13T13:04:08.492621+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:09.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:09 smithi007 bash[22721]: audit 2024-09-13T13:04:08.492621+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:09.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:09 smithi007 bash[22721]: audit 2024-09-13T13:04:08.499302+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:09.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:09 smithi007 bash[22721]: audit 2024-09-13T13:04:08.499302+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:09.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:09 smithi007 bash[22721]: cephadm 2024-09-13T13:04:08.501329+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-13T13:04:09.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:09 smithi007 bash[22721]: cephadm 2024-09-13T13:04:08.501329+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-13T13:04:09.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:09 smithi007 bash[22721]: audit 2024-09-13T13:04:08.501998+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T13:04:09.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:09 smithi007 bash[22721]: audit 2024-09-13T13:04:08.501998+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T13:04:09.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:09 smithi007 bash[22721]: audit 2024-09-13T13:04:08.503689+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-13T13:04:09.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:09 smithi007 bash[22721]: audit 2024-09-13T13:04:08.503689+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-13T13:04:09.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:09 smithi007 bash[22721]: audit 2024-09-13T13:04:08.505502+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:09.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:09 smithi007 bash[22721]: audit 2024-09-13T13:04:08.505502+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:09.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:09 smithi007 bash[22721]: cephadm 2024-09-13T13:04:08.507361+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring daemon mon.c on smithi077 2024-09-13T13:04:09.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:09 smithi007 bash[22721]: cephadm 2024-09-13T13:04:08.507361+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring daemon mon.c on smithi077 2024-09-13T13:04:10.715 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:10 smithi053 bash[23444]: cluster 2024-09-13T13:04:09.424964+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-13T13:04:10.715 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:10 smithi053 bash[23444]: cluster 2024-09-13T13:04:09.424964+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-13T13:04:10.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:10 smithi077 bash[23251]: cluster 2024-09-13T13:04:09.424964+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-13T13:04:10.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:10 smithi077 bash[23251]: cluster 2024-09-13T13:04:09.424964+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-13T13:04:10.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:10 smithi007 bash[22721]: cluster 2024-09-13T13:04:09.424964+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-13T13:04:10.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:10 smithi007 bash[22721]: cluster 2024-09-13T13:04:09.424964+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-13T13:04:11.966 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:11 smithi053 bash[23444]: audit 2024-09-13T13:04:10.678990+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:11.966 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:11 smithi053 bash[23444]: audit 2024-09-13T13:04:10.678990+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:11.966 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:11 smithi053 bash[23444]: audit 2024-09-13T13:04:10.685943+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:11.967 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:11 smithi053 bash[23444]: audit 2024-09-13T13:04:10.685943+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:11.967 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:11 smithi053 bash[23444]: audit 2024-09-13T13:04:10.688394+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:04:11.967 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:11 smithi053 bash[23444]: audit 2024-09-13T13:04:10.688394+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:04:11.967 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:11 smithi053 bash[23444]: audit 2024-09-13T13:04:10.693226+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:11.967 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:11 smithi053 bash[23444]: audit 2024-09-13T13:04:10.693226+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:11.967 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:11 smithi053 bash[23444]: audit 2024-09-13T13:04:10.695193+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:04:11.967 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:11 smithi053 bash[23444]: audit 2024-09-13T13:04:10.695193+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:04:11.967 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:11 smithi053 bash[23444]: cephadm 2024-09-13T13:04:10.697640+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Updating smithi007:/etc/ceph/ceph.conf 2024-09-13T13:04:11.968 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:11 smithi053 bash[23444]: cephadm 2024-09-13T13:04:10.697640+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Updating smithi007:/etc/ceph/ceph.conf 2024-09-13T13:04:11.968 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:11 smithi053 bash[23444]: cephadm 2024-09-13T13:04:10.698348+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi053:/etc/ceph/ceph.conf 2024-09-13T13:04:11.968 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:11 smithi053 bash[23444]: cephadm 2024-09-13T13:04:10.698348+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi053:/etc/ceph/ceph.conf 2024-09-13T13:04:11.968 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:11 smithi053 bash[23444]: cephadm 2024-09-13T13:04:10.698587+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi077:/etc/ceph/ceph.conf 2024-09-13T13:04:11.968 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:11 smithi053 bash[23444]: cephadm 2024-09-13T13:04:10.698587+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi077:/etc/ceph/ceph.conf 2024-09-13T13:04:11.968 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:11 smithi053 bash[23444]: cephadm 2024-09-13T13:04:10.865842+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi007:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:04:11.968 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:11 smithi053 bash[23444]: cephadm 2024-09-13T13:04:10.865842+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi007:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:04:11.969 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:11 smithi053 bash[23444]: cephadm 2024-09-13T13:04:10.866267+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi053:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:04:11.969 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:11 smithi053 bash[23444]: cephadm 2024-09-13T13:04:10.866267+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi053:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:04:11.969 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:11 smithi053 bash[23444]: cephadm 2024-09-13T13:04:10.866721+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi077:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:04:11.970 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:11 smithi053 bash[23444]: cephadm 2024-09-13T13:04:10.866721+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi077:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:04:11.970 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:11 smithi053 bash[23444]: audit 2024-09-13T13:04:10.987100+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:11.970 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:11 smithi053 bash[23444]: audit 2024-09-13T13:04:10.987100+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:11.970 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:11 smithi053 bash[23444]: audit 2024-09-13T13:04:10.993287+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:11.970 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:11 smithi053 bash[23444]: audit 2024-09-13T13:04:10.993287+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:11.970 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:11 smithi053 bash[23444]: audit 2024-09-13T13:04:11.000638+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:11.970 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:11 smithi053 bash[23444]: audit 2024-09-13T13:04:11.000638+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:11.970 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:11 smithi053 bash[23444]: audit 2024-09-13T13:04:11.005967+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:11.971 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:11 smithi053 bash[23444]: audit 2024-09-13T13:04:11.005967+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:11.971 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:11 smithi053 bash[23444]: audit 2024-09-13T13:04:11.011581+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:11.971 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:11 smithi053 bash[23444]: audit 2024-09-13T13:04:11.011581+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:11.971 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:11 smithi053 bash[23444]: audit 2024-09-13T13:04:11.016087+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:11.971 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:11 smithi053 bash[23444]: audit 2024-09-13T13:04:11.016087+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:11.971 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:11 smithi053 bash[23444]: audit 2024-09-13T13:04:11.020531+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:11.971 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:11 smithi053 bash[23444]: audit 2024-09-13T13:04:11.020531+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:11.971 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:11 smithi053 bash[23444]: cephadm 2024-09-13T13:04:11.048798+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-13T13:04:11.972 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:11 smithi053 bash[23444]: cephadm 2024-09-13T13:04:11.048798+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-13T13:04:11.972 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:11 smithi053 bash[23444]: audit 2024-09-13T13:04:11.049412+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T13:04:11.972 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:11 smithi053 bash[23444]: audit 2024-09-13T13:04:11.049412+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T13:04:11.972 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:11 smithi053 bash[23444]: audit 2024-09-13T13:04:11.050918+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-13T13:04:11.972 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:11 smithi053 bash[23444]: audit 2024-09-13T13:04:11.050918+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-13T13:04:11.972 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:11 smithi053 bash[23444]: audit 2024-09-13T13:04:11.052032+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:11.972 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:11 smithi053 bash[23444]: audit 2024-09-13T13:04:11.052032+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:11.972 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:11 smithi053 bash[23444]: cephadm 2024-09-13T13:04:11.053225+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Reconfiguring daemon mon.a on smithi007 2024-09-13T13:04:11.973 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:11 smithi053 bash[23444]: cephadm 2024-09-13T13:04:11.053225+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Reconfiguring daemon mon.a on smithi007 2024-09-13T13:04:11.982 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:11 smithi077 bash[23251]: audit 2024-09-13T13:04:10.678990+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:11.982 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:11 smithi077 bash[23251]: audit 2024-09-13T13:04:10.678990+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:11.982 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:11 smithi077 bash[23251]: audit 2024-09-13T13:04:10.685943+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:11.982 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:11 smithi077 bash[23251]: audit 2024-09-13T13:04:10.685943+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:11.982 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:11 smithi077 bash[23251]: audit 2024-09-13T13:04:10.688394+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:04:11.982 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:11 smithi077 bash[23251]: audit 2024-09-13T13:04:10.688394+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:04:11.982 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:11 smithi077 bash[23251]: audit 2024-09-13T13:04:10.693226+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:11.982 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:11 smithi077 bash[23251]: audit 2024-09-13T13:04:10.693226+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:11.982 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:11 smithi077 bash[23251]: audit 2024-09-13T13:04:10.695193+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:04:11.982 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:11 smithi077 bash[23251]: audit 2024-09-13T13:04:10.695193+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:04:11.983 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:11 smithi077 bash[23251]: cephadm 2024-09-13T13:04:10.697640+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Updating smithi007:/etc/ceph/ceph.conf 2024-09-13T13:04:11.983 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:11 smithi077 bash[23251]: cephadm 2024-09-13T13:04:10.697640+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Updating smithi007:/etc/ceph/ceph.conf 2024-09-13T13:04:11.983 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:11 smithi077 bash[23251]: cephadm 2024-09-13T13:04:10.698348+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi053:/etc/ceph/ceph.conf 2024-09-13T13:04:11.983 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:11 smithi077 bash[23251]: cephadm 2024-09-13T13:04:10.698348+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi053:/etc/ceph/ceph.conf 2024-09-13T13:04:11.983 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:11 smithi077 bash[23251]: cephadm 2024-09-13T13:04:10.698587+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi077:/etc/ceph/ceph.conf 2024-09-13T13:04:11.983 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:11 smithi077 bash[23251]: cephadm 2024-09-13T13:04:10.698587+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi077:/etc/ceph/ceph.conf 2024-09-13T13:04:11.983 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:11 smithi077 bash[23251]: cephadm 2024-09-13T13:04:10.865842+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi007:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:04:11.983 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:11 smithi077 bash[23251]: cephadm 2024-09-13T13:04:10.865842+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi007:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:04:11.983 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:11 smithi077 bash[23251]: cephadm 2024-09-13T13:04:10.866267+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi053:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:04:11.983 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:11 smithi077 bash[23251]: cephadm 2024-09-13T13:04:10.866267+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi053:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:04:11.983 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:11 smithi077 bash[23251]: cephadm 2024-09-13T13:04:10.866721+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi077:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:04:11.984 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:11 smithi077 bash[23251]: cephadm 2024-09-13T13:04:10.866721+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi077:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:04:11.984 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:11 smithi077 bash[23251]: audit 2024-09-13T13:04:10.987100+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:11.984 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:11 smithi077 bash[23251]: audit 2024-09-13T13:04:10.987100+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:11.984 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:11 smithi077 bash[23251]: audit 2024-09-13T13:04:10.993287+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:11.984 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:11 smithi077 bash[23251]: audit 2024-09-13T13:04:10.993287+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:11.984 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:11 smithi077 bash[23251]: audit 2024-09-13T13:04:11.000638+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:11.984 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:11 smithi077 bash[23251]: audit 2024-09-13T13:04:11.000638+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:11.984 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:11 smithi077 bash[23251]: audit 2024-09-13T13:04:11.005967+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:11.984 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:11 smithi077 bash[23251]: audit 2024-09-13T13:04:11.005967+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:11.985 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:11 smithi077 bash[23251]: audit 2024-09-13T13:04:11.011581+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:11.985 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:11 smithi077 bash[23251]: audit 2024-09-13T13:04:11.011581+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:11.985 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:11 smithi077 bash[23251]: audit 2024-09-13T13:04:11.016087+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:11.985 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:11 smithi077 bash[23251]: audit 2024-09-13T13:04:11.016087+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:11.985 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:11 smithi077 bash[23251]: audit 2024-09-13T13:04:11.020531+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:11.985 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:11 smithi077 bash[23251]: audit 2024-09-13T13:04:11.020531+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:11.985 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:11 smithi077 bash[23251]: cephadm 2024-09-13T13:04:11.048798+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-13T13:04:11.985 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:11 smithi077 bash[23251]: cephadm 2024-09-13T13:04:11.048798+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-13T13:04:11.985 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:11 smithi077 bash[23251]: audit 2024-09-13T13:04:11.049412+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T13:04:11.985 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:11 smithi077 bash[23251]: audit 2024-09-13T13:04:11.049412+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T13:04:11.986 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:11 smithi077 bash[23251]: audit 2024-09-13T13:04:11.050918+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-13T13:04:11.986 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:11 smithi077 bash[23251]: audit 2024-09-13T13:04:11.050918+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-13T13:04:11.986 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:11 smithi077 bash[23251]: audit 2024-09-13T13:04:11.052032+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:11.986 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:11 smithi077 bash[23251]: audit 2024-09-13T13:04:11.052032+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:11.986 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:11 smithi077 bash[23251]: cephadm 2024-09-13T13:04:11.053225+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Reconfiguring daemon mon.a on smithi007 2024-09-13T13:04:11.986 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:11 smithi077 bash[23251]: cephadm 2024-09-13T13:04:11.053225+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Reconfiguring daemon mon.a on smithi007 2024-09-13T13:04:12.062 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:11 smithi007 bash[22721]: audit 2024-09-13T13:04:10.678990+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:12.062 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:11 smithi007 bash[22721]: audit 2024-09-13T13:04:10.678990+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:12.062 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:11 smithi007 bash[22721]: audit 2024-09-13T13:04:10.685943+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:12.062 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:11 smithi007 bash[22721]: audit 2024-09-13T13:04:10.685943+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:12.062 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:11 smithi007 bash[22721]: audit 2024-09-13T13:04:10.688394+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:04:12.062 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:11 smithi007 bash[22721]: audit 2024-09-13T13:04:10.688394+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:04:12.063 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:11 smithi007 bash[22721]: audit 2024-09-13T13:04:10.693226+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:12.063 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:11 smithi007 bash[22721]: audit 2024-09-13T13:04:10.693226+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:12.063 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:11 smithi007 bash[22721]: audit 2024-09-13T13:04:10.695193+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:04:12.063 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:11 smithi007 bash[22721]: audit 2024-09-13T13:04:10.695193+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:04:12.063 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:11 smithi007 bash[22721]: cephadm 2024-09-13T13:04:10.697640+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Updating smithi007:/etc/ceph/ceph.conf 2024-09-13T13:04:12.063 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:11 smithi007 bash[22721]: cephadm 2024-09-13T13:04:10.697640+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Updating smithi007:/etc/ceph/ceph.conf 2024-09-13T13:04:12.063 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:11 smithi007 bash[22721]: cephadm 2024-09-13T13:04:10.698348+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi053:/etc/ceph/ceph.conf 2024-09-13T13:04:12.063 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:11 smithi007 bash[22721]: cephadm 2024-09-13T13:04:10.698348+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi053:/etc/ceph/ceph.conf 2024-09-13T13:04:12.063 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:11 smithi007 bash[22721]: cephadm 2024-09-13T13:04:10.698587+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi077:/etc/ceph/ceph.conf 2024-09-13T13:04:12.063 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:11 smithi007 bash[22721]: cephadm 2024-09-13T13:04:10.698587+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi077:/etc/ceph/ceph.conf 2024-09-13T13:04:12.063 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:11 smithi007 bash[22721]: cephadm 2024-09-13T13:04:10.865842+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi007:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:04:12.063 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:11 smithi007 bash[22721]: cephadm 2024-09-13T13:04:10.865842+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi007:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:04:12.063 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:11 smithi007 bash[22721]: cephadm 2024-09-13T13:04:10.866267+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi053:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:04:12.064 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:11 smithi007 bash[22721]: cephadm 2024-09-13T13:04:10.866267+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi053:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:04:12.064 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:11 smithi007 bash[22721]: cephadm 2024-09-13T13:04:10.866721+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi077:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:04:12.064 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:11 smithi007 bash[22721]: cephadm 2024-09-13T13:04:10.866721+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi077:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:04:12.064 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:11 smithi007 bash[22721]: audit 2024-09-13T13:04:10.987100+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:12.064 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:11 smithi007 bash[22721]: audit 2024-09-13T13:04:10.987100+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:12.064 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:11 smithi007 bash[22721]: audit 2024-09-13T13:04:10.993287+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:12.065 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:11 smithi007 bash[22721]: audit 2024-09-13T13:04:10.993287+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:12.065 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:11 smithi007 bash[22721]: audit 2024-09-13T13:04:11.000638+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:12.065 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:11 smithi007 bash[22721]: audit 2024-09-13T13:04:11.000638+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:12.065 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:11 smithi007 bash[22721]: audit 2024-09-13T13:04:11.005967+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:12.065 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:11 smithi007 bash[22721]: audit 2024-09-13T13:04:11.005967+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:12.065 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:11 smithi007 bash[22721]: audit 2024-09-13T13:04:11.011581+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:12.065 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:11 smithi007 bash[22721]: audit 2024-09-13T13:04:11.011581+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:12.065 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:11 smithi007 bash[22721]: audit 2024-09-13T13:04:11.016087+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:12.065 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:11 smithi007 bash[22721]: audit 2024-09-13T13:04:11.016087+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:12.065 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:11 smithi007 bash[22721]: audit 2024-09-13T13:04:11.020531+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:12.065 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:11 smithi007 bash[22721]: audit 2024-09-13T13:04:11.020531+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:12.066 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:11 smithi007 bash[22721]: cephadm 2024-09-13T13:04:11.048798+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-13T13:04:12.066 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:11 smithi007 bash[22721]: cephadm 2024-09-13T13:04:11.048798+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-13T13:04:12.066 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:11 smithi007 bash[22721]: audit 2024-09-13T13:04:11.049412+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T13:04:12.066 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:11 smithi007 bash[22721]: audit 2024-09-13T13:04:11.049412+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T13:04:12.066 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:11 smithi007 bash[22721]: audit 2024-09-13T13:04:11.050918+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-13T13:04:12.066 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:11 smithi007 bash[22721]: audit 2024-09-13T13:04:11.050918+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-13T13:04:12.066 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:11 smithi007 bash[22721]: audit 2024-09-13T13:04:11.052032+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:12.066 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:11 smithi007 bash[22721]: audit 2024-09-13T13:04:11.052032+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:12.066 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:11 smithi007 bash[22721]: cephadm 2024-09-13T13:04:11.053225+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Reconfiguring daemon mon.a on smithi007 2024-09-13T13:04:12.066 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:11 smithi007 bash[22721]: cephadm 2024-09-13T13:04:11.053225+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Reconfiguring daemon mon.a on smithi007 2024-09-13T13:04:12.901 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T13:04:13.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:13 smithi007 bash[22721]: cluster 2024-09-13T13:04:11.425419+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:13.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:13 smithi007 bash[22721]: cluster 2024-09-13T13:04:11.425419+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:13.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:13 smithi053 bash[23444]: cluster 2024-09-13T13:04:11.425419+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:13.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:13 smithi053 bash[23444]: cluster 2024-09-13T13:04:11.425419+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:13.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:13 smithi077 bash[23251]: cluster 2024-09-13T13:04:11.425419+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:13.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:13 smithi077 bash[23251]: cluster 2024-09-13T13:04:11.425419+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:14.634 INFO:teuthology.orchestra.run.smithi007.stdout:# minimal ceph.conf for fa2bba74-71cf-11ef-bceb-c7b262605968 2024-09-13T13:04:14.634 INFO:teuthology.orchestra.run.smithi007.stdout:[global] 2024-09-13T13:04:14.634 INFO:teuthology.orchestra.run.smithi007.stdout: fsid = fa2bba74-71cf-11ef-bceb-c7b262605968 2024-09-13T13:04:14.634 INFO:teuthology.orchestra.run.smithi007.stdout: mon_host = [v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0] [v2:172.21.15.53:3300/0,v1:172.21.15.53:6789/0] [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] 2024-09-13T13:04:15.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:14 smithi053 bash[23444]: cluster 2024-09-13T13:04:13.425934+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:15.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:14 smithi053 bash[23444]: cluster 2024-09-13T13:04:13.425934+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:15.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:14 smithi053 bash[23444]: audit 2024-09-13T13:04:13.901099+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:15.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:14 smithi053 bash[23444]: audit 2024-09-13T13:04:13.901099+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:15.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:14 smithi053 bash[23444]: audit 2024-09-13T13:04:13.907500+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:15.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:14 smithi053 bash[23444]: audit 2024-09-13T13:04:13.907500+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:15.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:14 smithi053 bash[23444]: audit 2024-09-13T13:04:14.633547+0000 mon.a (mon.0) 341 : audit [DBG] from='client.? 172.21.15.7:0/2463139476' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:15.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:14 smithi053 bash[23444]: audit 2024-09-13T13:04:14.633547+0000 mon.a (mon.0) 341 : audit [DBG] from='client.? 172.21.15.7:0/2463139476' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:15.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:14 smithi077 bash[23251]: cluster 2024-09-13T13:04:13.425934+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:15.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:14 smithi077 bash[23251]: cluster 2024-09-13T13:04:13.425934+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:15.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:14 smithi077 bash[23251]: audit 2024-09-13T13:04:13.901099+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:15.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:14 smithi077 bash[23251]: audit 2024-09-13T13:04:13.901099+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:15.232 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:14 smithi077 bash[23251]: audit 2024-09-13T13:04:13.907500+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:15.232 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:14 smithi077 bash[23251]: audit 2024-09-13T13:04:13.907500+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:15.232 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:14 smithi077 bash[23251]: audit 2024-09-13T13:04:14.633547+0000 mon.a (mon.0) 341 : audit [DBG] from='client.? 172.21.15.7:0/2463139476' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:15.232 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:14 smithi077 bash[23251]: audit 2024-09-13T13:04:14.633547+0000 mon.a (mon.0) 341 : audit [DBG] from='client.? 172.21.15.7:0/2463139476' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:15.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:14 smithi007 bash[22721]: cluster 2024-09-13T13:04:13.425934+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:15.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:14 smithi007 bash[22721]: cluster 2024-09-13T13:04:13.425934+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:15.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:14 smithi007 bash[22721]: audit 2024-09-13T13:04:13.901099+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:15.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:14 smithi007 bash[22721]: audit 2024-09-13T13:04:13.901099+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:15.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:14 smithi007 bash[22721]: audit 2024-09-13T13:04:13.907500+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:15.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:14 smithi007 bash[22721]: audit 2024-09-13T13:04:13.907500+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:15.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:14 smithi007 bash[22721]: audit 2024-09-13T13:04:14.633547+0000 mon.a (mon.0) 341 : audit [DBG] from='client.? 172.21.15.7:0/2463139476' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:15.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:14 smithi007 bash[22721]: audit 2024-09-13T13:04:14.633547+0000 mon.a (mon.0) 341 : audit [DBG] from='client.? 172.21.15.7:0/2463139476' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:15.376 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-09-13T13:04:15.376 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2024-09-13T13:04:15.376 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd of=/etc/ceph/ceph.conf 2024-09-13T13:04:15.391 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2024-09-13T13:04:15.391 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-13T13:04:15.449 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-09-13T13:04:15.449 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd of=/etc/ceph/ceph.conf 2024-09-13T13:04:15.463 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-09-13T13:04:15.464 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-13T13:04:15.519 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-09-13T13:04:15.519 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd of=/etc/ceph/ceph.conf 2024-09-13T13:04:15.534 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-09-13T13:04:15.534 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-13T13:04:15.594 INFO:tasks.cephadm:Adding mgr.a on smithi007 2024-09-13T13:04:15.595 INFO:tasks.cephadm:Adding mgr.b on smithi053 2024-09-13T13:04:15.595 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0201b8c79733293453e7f10a10c7fa43119222b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fa2bba74-71cf-11ef-bceb-c7b262605968 -- ceph orch apply mgr '2;smithi007=a;smithi053=b' 2024-09-13T13:04:17.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:16 smithi053 bash[23444]: cluster 2024-09-13T13:04:15.426490+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:17.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:16 smithi053 bash[23444]: cluster 2024-09-13T13:04:15.426490+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:17.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:16 smithi077 bash[23251]: cluster 2024-09-13T13:04:15.426490+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:17.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:16 smithi077 bash[23251]: cluster 2024-09-13T13:04:15.426490+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:17.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:16 smithi007 bash[22721]: cluster 2024-09-13T13:04:15.426490+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:17.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:16 smithi007 bash[22721]: cluster 2024-09-13T13:04:15.426490+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:19.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:18 smithi053 bash[23444]: cluster 2024-09-13T13:04:17.426965+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:19.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:18 smithi053 bash[23444]: cluster 2024-09-13T13:04:17.426965+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:19.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:18 smithi077 bash[23251]: cluster 2024-09-13T13:04:17.426965+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:19.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:18 smithi077 bash[23251]: cluster 2024-09-13T13:04:17.426965+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:19.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:18 smithi007 bash[22721]: cluster 2024-09-13T13:04:17.426965+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:19.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:18 smithi007 bash[22721]: cluster 2024-09-13T13:04:17.426965+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:19.353 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/mon.c/config 2024-09-13T13:04:20.860 INFO:teuthology.orchestra.run.smithi077.stdout:Scheduled mgr update... 2024-09-13T13:04:21.181 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:20 smithi007 bash[22721]: cluster 2024-09-13T13:04:19.427457+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:21.182 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:20 smithi007 bash[22721]: cluster 2024-09-13T13:04:19.427457+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:21.182 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:20 smithi007 bash[22721]: audit 2024-09-13T13:04:20.859259+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:21.182 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:20 smithi007 bash[22721]: audit 2024-09-13T13:04:20.859259+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:21.182 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:20 smithi007 bash[22721]: audit 2024-09-13T13:04:20.860764+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:04:21.182 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:20 smithi007 bash[22721]: audit 2024-09-13T13:04:20.860764+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:04:21.182 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:20 smithi007 bash[22721]: audit 2024-09-13T13:04:20.864770+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:21.182 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:20 smithi007 bash[22721]: audit 2024-09-13T13:04:20.864770+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:21.182 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:20 smithi007 bash[22721]: audit 2024-09-13T13:04:20.866266+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:04:21.182 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:20 smithi007 bash[22721]: audit 2024-09-13T13:04:20.866266+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:04:21.183 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:20 smithi007 bash[22721]: audit 2024-09-13T13:04:20.874284+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:21.183 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:20 smithi007 bash[22721]: audit 2024-09-13T13:04:20.874284+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:21.183 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:20 smithi007 bash[22721]: audit 2024-09-13T13:04:20.878304+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-13T13:04:21.183 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:20 smithi007 bash[22721]: audit 2024-09-13T13:04:20.878304+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-13T13:04:21.183 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:20 smithi007 bash[22721]: audit 2024-09-13T13:04:20.880925+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-13T13:04:21.183 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:20 smithi007 bash[22721]: audit 2024-09-13T13:04:20.880925+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-13T13:04:21.183 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:20 smithi007 bash[22721]: audit 2024-09-13T13:04:20.884911+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-13T13:04:21.183 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:20 smithi007 bash[22721]: audit 2024-09-13T13:04:20.884911+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-13T13:04:21.183 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:20 smithi007 bash[22721]: audit 2024-09-13T13:04:20.886826+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:21.183 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:20 smithi007 bash[22721]: audit 2024-09-13T13:04:20.886826+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:21.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:20 smithi053 bash[23444]: cluster 2024-09-13T13:04:19.427457+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:21.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:20 smithi053 bash[23444]: cluster 2024-09-13T13:04:19.427457+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:21.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:20 smithi053 bash[23444]: audit 2024-09-13T13:04:20.859259+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:21.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:20 smithi053 bash[23444]: audit 2024-09-13T13:04:20.859259+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:21.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:20 smithi053 bash[23444]: audit 2024-09-13T13:04:20.860764+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:04:21.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:20 smithi053 bash[23444]: audit 2024-09-13T13:04:20.860764+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:04:21.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:20 smithi053 bash[23444]: audit 2024-09-13T13:04:20.864770+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:21.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:20 smithi053 bash[23444]: audit 2024-09-13T13:04:20.864770+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:21.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:20 smithi053 bash[23444]: audit 2024-09-13T13:04:20.866266+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:04:21.217 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:20 smithi053 bash[23444]: audit 2024-09-13T13:04:20.866266+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:04:21.217 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:20 smithi053 bash[23444]: audit 2024-09-13T13:04:20.874284+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:21.217 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:20 smithi053 bash[23444]: audit 2024-09-13T13:04:20.874284+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:21.217 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:20 smithi053 bash[23444]: audit 2024-09-13T13:04:20.878304+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-13T13:04:21.217 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:20 smithi053 bash[23444]: audit 2024-09-13T13:04:20.878304+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-13T13:04:21.217 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:20 smithi053 bash[23444]: audit 2024-09-13T13:04:20.880925+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-13T13:04:21.217 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:20 smithi053 bash[23444]: audit 2024-09-13T13:04:20.880925+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-13T13:04:21.217 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:20 smithi053 bash[23444]: audit 2024-09-13T13:04:20.884911+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-13T13:04:21.217 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:20 smithi053 bash[23444]: audit 2024-09-13T13:04:20.884911+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-13T13:04:21.217 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:20 smithi053 bash[23444]: audit 2024-09-13T13:04:20.886826+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:21.217 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:20 smithi053 bash[23444]: audit 2024-09-13T13:04:20.886826+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:21.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:20 smithi077 bash[23251]: cluster 2024-09-13T13:04:19.427457+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:21.232 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:20 smithi077 bash[23251]: cluster 2024-09-13T13:04:19.427457+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:21.232 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:20 smithi077 bash[23251]: audit 2024-09-13T13:04:20.859259+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:21.232 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:20 smithi077 bash[23251]: audit 2024-09-13T13:04:20.859259+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:21.232 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:20 smithi077 bash[23251]: audit 2024-09-13T13:04:20.860764+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:04:21.232 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:20 smithi077 bash[23251]: audit 2024-09-13T13:04:20.860764+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:04:21.232 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:20 smithi077 bash[23251]: audit 2024-09-13T13:04:20.864770+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:21.232 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:20 smithi077 bash[23251]: audit 2024-09-13T13:04:20.864770+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:21.232 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:20 smithi077 bash[23251]: audit 2024-09-13T13:04:20.866266+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:04:21.233 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:20 smithi077 bash[23251]: audit 2024-09-13T13:04:20.866266+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:04:21.233 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:20 smithi077 bash[23251]: audit 2024-09-13T13:04:20.874284+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:21.233 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:20 smithi077 bash[23251]: audit 2024-09-13T13:04:20.874284+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:21.233 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:20 smithi077 bash[23251]: audit 2024-09-13T13:04:20.878304+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-13T13:04:21.233 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:20 smithi077 bash[23251]: audit 2024-09-13T13:04:20.878304+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-13T13:04:21.233 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:20 smithi077 bash[23251]: audit 2024-09-13T13:04:20.880925+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-13T13:04:21.233 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:20 smithi077 bash[23251]: audit 2024-09-13T13:04:20.880925+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-13T13:04:21.233 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:20 smithi077 bash[23251]: audit 2024-09-13T13:04:20.884911+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-13T13:04:21.233 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:20 smithi077 bash[23251]: audit 2024-09-13T13:04:20.884911+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-13T13:04:21.234 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:20 smithi077 bash[23251]: audit 2024-09-13T13:04:20.886826+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:21.234 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:20 smithi077 bash[23251]: audit 2024-09-13T13:04:20.886826+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:21.692 DEBUG:teuthology.orchestra.run.smithi053:mgr.b> sudo journalctl -f -n 0 -u ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@mgr.b.service 2024-09-13T13:04:21.695 DEBUG:tasks.cephadm:set 0 configs 2024-09-13T13:04:21.695 INFO:tasks.cephadm:Deploying OSDs... 2024-09-13T13:04:21.695 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2024-09-13T13:04:21.695 DEBUG:teuthology.orchestra.run.smithi007:> dd if=/scratch_devs of=/dev/stdout 2024-09-13T13:04:21.701 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-13T13:04:21.702 DEBUG:teuthology.orchestra.run.smithi007:> stat /dev/vg_nvme/lv_1 2024-09-13T13:04:21.754 INFO:teuthology.orchestra.run.smithi007.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-13T13:04:21.754 INFO:teuthology.orchestra.run.smithi007.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T13:04:21.754 INFO:teuthology.orchestra.run.smithi007.stdout:Device: 5h/5d Inode: 884 Links: 1 2024-09-13T13:04:21.754 INFO:teuthology.orchestra.run.smithi007.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T13:04:21.755 INFO:teuthology.orchestra.run.smithi007.stdout:Access: 2024-09-13 12:53:37.830995193 +0000 2024-09-13T13:04:21.755 INFO:teuthology.orchestra.run.smithi007.stdout:Modify: 2024-09-13 12:53:37.826995228 +0000 2024-09-13T13:04:21.755 INFO:teuthology.orchestra.run.smithi007.stdout:Change: 2024-09-13 12:53:37.826995228 +0000 2024-09-13T13:04:21.755 INFO:teuthology.orchestra.run.smithi007.stdout: Birth: - 2024-09-13T13:04:21.755 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-13T13:04:21.807 INFO:teuthology.orchestra.run.smithi007.stderr:1+0 records in 2024-09-13T13:04:21.808 INFO:teuthology.orchestra.run.smithi007.stderr:1+0 records out 2024-09-13T13:04:21.808 INFO:teuthology.orchestra.run.smithi007.stderr:512 bytes copied, 0.00027464 s, 1.9 MB/s 2024-09-13T13:04:21.809 DEBUG:teuthology.orchestra.run.smithi007:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-13T13:04:21.859 DEBUG:teuthology.orchestra.run.smithi007:> stat /dev/vg_nvme/lv_2 2024-09-13T13:04:21.908 INFO:teuthology.orchestra.run.smithi007.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-13T13:04:21.908 INFO:teuthology.orchestra.run.smithi007.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T13:04:21.908 INFO:teuthology.orchestra.run.smithi007.stdout:Device: 5h/5d Inode: 902 Links: 1 2024-09-13T13:04:21.909 INFO:teuthology.orchestra.run.smithi007.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T13:04:21.909 INFO:teuthology.orchestra.run.smithi007.stdout:Access: 2024-09-13 12:53:38.582988512 +0000 2024-09-13T13:04:21.909 INFO:teuthology.orchestra.run.smithi007.stdout:Modify: 2024-09-13 12:53:38.302991000 +0000 2024-09-13T13:04:21.909 INFO:teuthology.orchestra.run.smithi007.stdout:Change: 2024-09-13 12:53:38.302991000 +0000 2024-09-13T13:04:21.909 INFO:teuthology.orchestra.run.smithi007.stdout: Birth: - 2024-09-13T13:04:21.909 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-13T13:04:21.962 INFO:teuthology.orchestra.run.smithi007.stderr:1+0 records in 2024-09-13T13:04:21.962 INFO:teuthology.orchestra.run.smithi007.stderr:1+0 records out 2024-09-13T13:04:21.962 INFO:teuthology.orchestra.run.smithi007.stderr:512 bytes copied, 0.000299349 s, 1.7 MB/s 2024-09-13T13:04:21.963 DEBUG:teuthology.orchestra.run.smithi007:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-13T13:04:21.965 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:21 smithi053 bash[23444]: audit 2024-09-13T13:04:20.851083+0000 mgr.a (mgr.14152) 108 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi007=a;smithi053=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:04:21.965 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:21 smithi053 bash[23444]: audit 2024-09-13T13:04:20.851083+0000 mgr.a (mgr.14152) 108 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi007=a;smithi053=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:04:21.965 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:21 smithi053 bash[23444]: cephadm 2024-09-13T13:04:20.854200+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Saving service mgr spec with placement smithi007=a;smithi053=b;count:2 2024-09-13T13:04:21.965 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:21 smithi053 bash[23444]: cephadm 2024-09-13T13:04:20.854200+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Saving service mgr spec with placement smithi007=a;smithi053=b;count:2 2024-09-13T13:04:21.965 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:21 smithi053 bash[23444]: cephadm 2024-09-13T13:04:20.888751+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Deploying daemon mgr.b on smithi053 2024-09-13T13:04:21.965 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:21 smithi053 bash[23444]: cephadm 2024-09-13T13:04:20.888751+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Deploying daemon mgr.b on smithi053 2024-09-13T13:04:21.981 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:21 smithi077 bash[23251]: audit 2024-09-13T13:04:20.851083+0000 mgr.a (mgr.14152) 108 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi007=a;smithi053=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:04:21.981 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:21 smithi077 bash[23251]: audit 2024-09-13T13:04:20.851083+0000 mgr.a (mgr.14152) 108 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi007=a;smithi053=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:04:21.981 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:21 smithi077 bash[23251]: cephadm 2024-09-13T13:04:20.854200+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Saving service mgr spec with placement smithi007=a;smithi053=b;count:2 2024-09-13T13:04:21.981 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:21 smithi077 bash[23251]: cephadm 2024-09-13T13:04:20.854200+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Saving service mgr spec with placement smithi007=a;smithi053=b;count:2 2024-09-13T13:04:21.982 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:21 smithi077 bash[23251]: cephadm 2024-09-13T13:04:20.888751+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Deploying daemon mgr.b on smithi053 2024-09-13T13:04:21.982 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:21 smithi077 bash[23251]: cephadm 2024-09-13T13:04:20.888751+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Deploying daemon mgr.b on smithi053 2024-09-13T13:04:22.017 DEBUG:teuthology.orchestra.run.smithi007:> stat /dev/vg_nvme/lv_3 2024-09-13T13:04:22.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:21 smithi007 bash[22721]: audit 2024-09-13T13:04:20.851083+0000 mgr.a (mgr.14152) 108 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi007=a;smithi053=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:04:22.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:21 smithi007 bash[22721]: audit 2024-09-13T13:04:20.851083+0000 mgr.a (mgr.14152) 108 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi007=a;smithi053=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:04:22.062 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:21 smithi007 bash[22721]: cephadm 2024-09-13T13:04:20.854200+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Saving service mgr spec with placement smithi007=a;smithi053=b;count:2 2024-09-13T13:04:22.062 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:21 smithi007 bash[22721]: cephadm 2024-09-13T13:04:20.854200+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Saving service mgr spec with placement smithi007=a;smithi053=b;count:2 2024-09-13T13:04:22.062 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:21 smithi007 bash[22721]: cephadm 2024-09-13T13:04:20.888751+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Deploying daemon mgr.b on smithi053 2024-09-13T13:04:22.062 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:21 smithi007 bash[22721]: cephadm 2024-09-13T13:04:20.888751+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Deploying daemon mgr.b on smithi053 2024-09-13T13:04:22.064 INFO:teuthology.orchestra.run.smithi007.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-13T13:04:22.064 INFO:teuthology.orchestra.run.smithi007.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T13:04:22.064 INFO:teuthology.orchestra.run.smithi007.stdout:Device: 5h/5d Inode: 913 Links: 1 2024-09-13T13:04:22.064 INFO:teuthology.orchestra.run.smithi007.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T13:04:22.064 INFO:teuthology.orchestra.run.smithi007.stdout:Access: 2024-09-13 12:53:39.050984355 +0000 2024-09-13T13:04:22.064 INFO:teuthology.orchestra.run.smithi007.stdout:Modify: 2024-09-13 12:53:38.810986487 +0000 2024-09-13T13:04:22.064 INFO:teuthology.orchestra.run.smithi007.stdout:Change: 2024-09-13 12:53:38.810986487 +0000 2024-09-13T13:04:22.064 INFO:teuthology.orchestra.run.smithi007.stdout: Birth: - 2024-09-13T13:04:22.065 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-13T13:04:22.117 INFO:teuthology.orchestra.run.smithi007.stderr:1+0 records in 2024-09-13T13:04:22.117 INFO:teuthology.orchestra.run.smithi007.stderr:1+0 records out 2024-09-13T13:04:22.117 INFO:teuthology.orchestra.run.smithi007.stderr:512 bytes copied, 0.000303222 s, 1.7 MB/s 2024-09-13T13:04:22.118 DEBUG:teuthology.orchestra.run.smithi007:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-13T13:04:22.165 DEBUG:teuthology.orchestra.run.smithi007:> stat /dev/vg_nvme/lv_4 2024-09-13T13:04:22.212 INFO:teuthology.orchestra.run.smithi007.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-13T13:04:22.212 INFO:teuthology.orchestra.run.smithi007.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T13:04:22.212 INFO:teuthology.orchestra.run.smithi007.stdout:Device: 5h/5d Inode: 929 Links: 1 2024-09-13T13:04:22.212 INFO:teuthology.orchestra.run.smithi007.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T13:04:22.212 INFO:teuthology.orchestra.run.smithi007.stdout:Access: 2024-09-13 12:53:39.290982222 +0000 2024-09-13T13:04:22.212 INFO:teuthology.orchestra.run.smithi007.stdout:Modify: 2024-09-13 12:53:39.286982258 +0000 2024-09-13T13:04:22.212 INFO:teuthology.orchestra.run.smithi007.stdout:Change: 2024-09-13 12:53:39.286982258 +0000 2024-09-13T13:04:22.212 INFO:teuthology.orchestra.run.smithi007.stdout: Birth: - 2024-09-13T13:04:22.213 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-13T13:04:22.267 INFO:teuthology.orchestra.run.smithi007.stderr:1+0 records in 2024-09-13T13:04:22.267 INFO:teuthology.orchestra.run.smithi007.stderr:1+0 records out 2024-09-13T13:04:22.267 INFO:teuthology.orchestra.run.smithi007.stderr:512 bytes copied, 0.000323958 s, 1.6 MB/s 2024-09-13T13:04:22.269 DEBUG:teuthology.orchestra.run.smithi007:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-13T13:04:22.318 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-09-13T13:04:22.318 DEBUG:teuthology.orchestra.run.smithi053:> dd if=/scratch_devs of=/dev/stdout 2024-09-13T13:04:22.324 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-13T13:04:22.324 DEBUG:teuthology.orchestra.run.smithi053:> stat /dev/vg_nvme/lv_1 2024-09-13T13:04:22.373 INFO:teuthology.orchestra.run.smithi053.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-13T13:04:22.373 INFO:teuthology.orchestra.run.smithi053.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T13:04:22.373 INFO:teuthology.orchestra.run.smithi053.stdout:Device: 5h/5d Inode: 885 Links: 1 2024-09-13T13:04:22.373 INFO:teuthology.orchestra.run.smithi053.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T13:04:22.373 INFO:teuthology.orchestra.run.smithi053.stdout:Access: 2024-09-13 12:53:37.313233295 +0000 2024-09-13T13:04:22.373 INFO:teuthology.orchestra.run.smithi053.stdout:Modify: 2024-09-13 12:53:37.033235788 +0000 2024-09-13T13:04:22.373 INFO:teuthology.orchestra.run.smithi053.stdout:Change: 2024-09-13 12:53:37.033235788 +0000 2024-09-13T13:04:22.374 INFO:teuthology.orchestra.run.smithi053.stdout: Birth: - 2024-09-13T13:04:22.374 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-13T13:04:22.427 INFO:teuthology.orchestra.run.smithi053.stderr:1+0 records in 2024-09-13T13:04:22.427 INFO:teuthology.orchestra.run.smithi053.stderr:1+0 records out 2024-09-13T13:04:22.427 INFO:teuthology.orchestra.run.smithi053.stderr:512 bytes copied, 0.000262194 s, 2.0 MB/s 2024-09-13T13:04:22.429 DEBUG:teuthology.orchestra.run.smithi053:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-13T13:04:22.478 DEBUG:teuthology.orchestra.run.smithi053:> stat /dev/vg_nvme/lv_2 2024-09-13T13:04:22.524 INFO:teuthology.orchestra.run.smithi053.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-13T13:04:22.524 INFO:teuthology.orchestra.run.smithi053.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T13:04:22.524 INFO:teuthology.orchestra.run.smithi053.stdout:Device: 5h/5d Inode: 907 Links: 1 2024-09-13T13:04:22.524 INFO:teuthology.orchestra.run.smithi053.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T13:04:22.524 INFO:teuthology.orchestra.run.smithi053.stdout:Access: 2024-09-13 12:53:37.821228775 +0000 2024-09-13T13:04:22.524 INFO:teuthology.orchestra.run.smithi053.stdout:Modify: 2024-09-13 12:53:37.545231231 +0000 2024-09-13T13:04:22.525 INFO:teuthology.orchestra.run.smithi053.stdout:Change: 2024-09-13 12:53:37.545231231 +0000 2024-09-13T13:04:22.525 INFO:teuthology.orchestra.run.smithi053.stdout: Birth: - 2024-09-13T13:04:22.525 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-13T13:04:22.583 INFO:teuthology.orchestra.run.smithi053.stderr:1+0 records in 2024-09-13T13:04:22.583 INFO:teuthology.orchestra.run.smithi053.stderr:1+0 records out 2024-09-13T13:04:22.584 INFO:teuthology.orchestra.run.smithi053.stderr:512 bytes copied, 0.000362934 s, 1.4 MB/s 2024-09-13T13:04:22.585 DEBUG:teuthology.orchestra.run.smithi053:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-13T13:04:22.634 DEBUG:teuthology.orchestra.run.smithi053:> stat /dev/vg_nvme/lv_3 2024-09-13T13:04:22.681 INFO:teuthology.orchestra.run.smithi053.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-13T13:04:22.681 INFO:teuthology.orchestra.run.smithi053.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T13:04:22.681 INFO:teuthology.orchestra.run.smithi053.stdout:Device: 5h/5d Inode: 926 Links: 1 2024-09-13T13:04:22.681 INFO:teuthology.orchestra.run.smithi053.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T13:04:22.681 INFO:teuthology.orchestra.run.smithi053.stdout:Access: 2024-09-13 12:53:38.293224573 +0000 2024-09-13T13:04:22.681 INFO:teuthology.orchestra.run.smithi053.stdout:Modify: 2024-09-13 12:53:38.057226673 +0000 2024-09-13T13:04:22.682 INFO:teuthology.orchestra.run.smithi053.stdout:Change: 2024-09-13 12:53:38.057226673 +0000 2024-09-13T13:04:22.682 INFO:teuthology.orchestra.run.smithi053.stdout: Birth: - 2024-09-13T13:04:22.682 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-13T13:04:22.754 INFO:teuthology.orchestra.run.smithi053.stderr:1+0 records in 2024-09-13T13:04:22.754 INFO:teuthology.orchestra.run.smithi053.stderr:1+0 records out 2024-09-13T13:04:22.754 INFO:teuthology.orchestra.run.smithi053.stderr:512 bytes copied, 0.000247971 s, 2.1 MB/s 2024-09-13T13:04:22.755 DEBUG:teuthology.orchestra.run.smithi053:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-13T13:04:22.825 DEBUG:teuthology.orchestra.run.smithi053:> stat /dev/vg_nvme/lv_4 2024-09-13T13:04:22.889 INFO:teuthology.orchestra.run.smithi053.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-13T13:04:22.890 INFO:teuthology.orchestra.run.smithi053.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T13:04:22.890 INFO:teuthology.orchestra.run.smithi053.stdout:Device: 5h/5d Inode: 944 Links: 1 2024-09-13T13:04:22.890 INFO:teuthology.orchestra.run.smithi053.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T13:04:22.890 INFO:teuthology.orchestra.run.smithi053.stdout:Access: 2024-09-13 12:53:38.789220158 +0000 2024-09-13T13:04:22.890 INFO:teuthology.orchestra.run.smithi053.stdout:Modify: 2024-09-13 12:53:38.537222402 +0000 2024-09-13T13:04:22.890 INFO:teuthology.orchestra.run.smithi053.stdout:Change: 2024-09-13 12:53:38.537222402 +0000 2024-09-13T13:04:22.890 INFO:teuthology.orchestra.run.smithi053.stdout: Birth: - 2024-09-13T13:04:22.890 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-13T13:04:22.965 INFO:teuthology.orchestra.run.smithi053.stderr:1+0 records in 2024-09-13T13:04:22.965 INFO:teuthology.orchestra.run.smithi053.stderr:1+0 records out 2024-09-13T13:04:22.965 INFO:teuthology.orchestra.run.smithi053.stderr:512 bytes copied, 0.00028926 s, 1.8 MB/s 2024-09-13T13:04:22.966 DEBUG:teuthology.orchestra.run.smithi053:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-13T13:04:23.021 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-09-13T13:04:23.021 DEBUG:teuthology.orchestra.run.smithi077:> dd if=/scratch_devs of=/dev/stdout 2024-09-13T13:04:23.028 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-13T13:04:23.028 DEBUG:teuthology.orchestra.run.smithi077:> stat /dev/vg_nvme/lv_1 2024-09-13T13:04:23.078 INFO:teuthology.orchestra.run.smithi077.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-13T13:04:23.078 INFO:teuthology.orchestra.run.smithi077.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T13:04:23.078 INFO:teuthology.orchestra.run.smithi077.stdout:Device: 5h/5d Inode: 893 Links: 1 2024-09-13T13:04:23.078 INFO:teuthology.orchestra.run.smithi077.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T13:04:23.079 INFO:teuthology.orchestra.run.smithi077.stdout:Access: 2024-09-13 12:53:32.545027457 +0000 2024-09-13T13:04:23.079 INFO:teuthology.orchestra.run.smithi077.stdout:Modify: 2024-09-13 12:53:32.269029570 +0000 2024-09-13T13:04:23.079 INFO:teuthology.orchestra.run.smithi077.stdout:Change: 2024-09-13 12:53:32.269029570 +0000 2024-09-13T13:04:23.079 INFO:teuthology.orchestra.run.smithi077.stdout: Birth: - 2024-09-13T13:04:23.079 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-13T13:04:23.136 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records in 2024-09-13T13:04:23.137 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records out 2024-09-13T13:04:23.137 INFO:teuthology.orchestra.run.smithi077.stderr:512 bytes copied, 0.000435716 s, 1.2 MB/s 2024-09-13T13:04:23.138 DEBUG:teuthology.orchestra.run.smithi077:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-13T13:04:23.191 DEBUG:teuthology.orchestra.run.smithi077:> stat /dev/vg_nvme/lv_2 2024-09-13T13:04:23.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:22 smithi053 bash[23444]: cluster 2024-09-13T13:04:21.427904+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:23.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:22 smithi053 bash[23444]: cluster 2024-09-13T13:04:21.427904+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:23.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:22 smithi077 bash[23251]: cluster 2024-09-13T13:04:21.427904+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:23.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:22 smithi077 bash[23251]: cluster 2024-09-13T13:04:21.427904+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:23.236 INFO:teuthology.orchestra.run.smithi077.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-13T13:04:23.236 INFO:teuthology.orchestra.run.smithi077.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T13:04:23.237 INFO:teuthology.orchestra.run.smithi077.stdout:Device: 5h/5d Inode: 909 Links: 1 2024-09-13T13:04:23.237 INFO:teuthology.orchestra.run.smithi077.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T13:04:23.237 INFO:teuthology.orchestra.run.smithi077.stdout:Access: 2024-09-13 12:53:33.021023814 +0000 2024-09-13T13:04:23.237 INFO:teuthology.orchestra.run.smithi077.stdout:Modify: 2024-09-13 12:53:32.777025681 +0000 2024-09-13T13:04:23.237 INFO:teuthology.orchestra.run.smithi077.stdout:Change: 2024-09-13 12:53:32.777025681 +0000 2024-09-13T13:04:23.237 INFO:teuthology.orchestra.run.smithi077.stdout: Birth: - 2024-09-13T13:04:23.237 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-13T13:04:23.289 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records in 2024-09-13T13:04:23.289 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records out 2024-09-13T13:04:23.290 INFO:teuthology.orchestra.run.smithi077.stderr:512 bytes copied, 0.000447723 s, 1.1 MB/s 2024-09-13T13:04:23.291 DEBUG:teuthology.orchestra.run.smithi077:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-13T13:04:23.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:22 smithi007 bash[22721]: cluster 2024-09-13T13:04:21.427904+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:23.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:22 smithi007 bash[22721]: cluster 2024-09-13T13:04:21.427904+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:23.341 DEBUG:teuthology.orchestra.run.smithi077:> stat /dev/vg_nvme/lv_3 2024-09-13T13:04:23.386 INFO:teuthology.orchestra.run.smithi077.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-13T13:04:23.387 INFO:teuthology.orchestra.run.smithi077.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T13:04:23.387 INFO:teuthology.orchestra.run.smithi077.stdout:Device: 5h/5d Inode: 927 Links: 1 2024-09-13T13:04:23.387 INFO:teuthology.orchestra.run.smithi077.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T13:04:23.387 INFO:teuthology.orchestra.run.smithi077.stdout:Access: 2024-09-13 12:53:33.521019984 +0000 2024-09-13T13:04:23.387 INFO:teuthology.orchestra.run.smithi077.stdout:Modify: 2024-09-13 12:53:33.261021975 +0000 2024-09-13T13:04:23.387 INFO:teuthology.orchestra.run.smithi077.stdout:Change: 2024-09-13 12:53:33.261021975 +0000 2024-09-13T13:04:23.387 INFO:teuthology.orchestra.run.smithi077.stdout: Birth: - 2024-09-13T13:04:23.388 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-13T13:04:23.444 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records in 2024-09-13T13:04:23.445 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records out 2024-09-13T13:04:23.445 INFO:teuthology.orchestra.run.smithi077.stderr:512 bytes copied, 0.000423071 s, 1.2 MB/s 2024-09-13T13:04:23.446 DEBUG:teuthology.orchestra.run.smithi077:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-13T13:04:23.499 DEBUG:teuthology.orchestra.run.smithi077:> stat /dev/vg_nvme/lv_4 2024-09-13T13:04:23.546 INFO:teuthology.orchestra.run.smithi077.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-13T13:04:23.547 INFO:teuthology.orchestra.run.smithi077.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T13:04:23.547 INFO:teuthology.orchestra.run.smithi077.stdout:Device: 5h/5d Inode: 944 Links: 1 2024-09-13T13:04:23.547 INFO:teuthology.orchestra.run.smithi077.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T13:04:23.547 INFO:teuthology.orchestra.run.smithi077.stdout:Access: 2024-09-13 12:53:33.773018054 +0000 2024-09-13T13:04:23.547 INFO:teuthology.orchestra.run.smithi077.stdout:Modify: 2024-09-13 12:53:33.769018084 +0000 2024-09-13T13:04:23.547 INFO:teuthology.orchestra.run.smithi077.stdout:Change: 2024-09-13 12:53:33.769018084 +0000 2024-09-13T13:04:23.547 INFO:teuthology.orchestra.run.smithi077.stdout: Birth: - 2024-09-13T13:04:23.547 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-13T13:04:23.602 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records in 2024-09-13T13:04:23.602 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records out 2024-09-13T13:04:23.602 INFO:teuthology.orchestra.run.smithi077.stderr:512 bytes copied, 0.00029248 s, 1.8 MB/s 2024-09-13T13:04:23.603 DEBUG:teuthology.orchestra.run.smithi077:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-13T13:04:23.653 INFO:tasks.cephadm:Deploying osd.0 on smithi007 with /dev/vg_nvme/lv_4... 2024-09-13T13:04:23.654 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0201b8c79733293453e7f10a10c7fa43119222b ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fa2bba74-71cf-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-13T13:04:24.715 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:24 smithi053 bash[23444]: cluster 2024-09-13T13:04:23.428240+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:24.715 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:24 smithi053 bash[23444]: cluster 2024-09-13T13:04:23.428240+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:24.715 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:24 smithi053 bash[23444]: audit 2024-09-13T13:04:23.528336+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:24.716 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:24 smithi053 bash[23444]: audit 2024-09-13T13:04:23.528336+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:24.716 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:24 smithi053 bash[23444]: audit 2024-09-13T13:04:23.531670+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:24.716 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:24 smithi053 bash[23444]: audit 2024-09-13T13:04:23.531670+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:24.716 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:24 smithi053 bash[23444]: audit 2024-09-13T13:04:23.536351+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:24.716 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:24 smithi053 bash[23444]: audit 2024-09-13T13:04:23.536351+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:24.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:24 smithi007 bash[22721]: cluster 2024-09-13T13:04:23.428240+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:24.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:24 smithi007 bash[22721]: cluster 2024-09-13T13:04:23.428240+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:24.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:24 smithi007 bash[22721]: audit 2024-09-13T13:04:23.528336+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:24.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:24 smithi007 bash[22721]: audit 2024-09-13T13:04:23.528336+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:24.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:24 smithi007 bash[22721]: audit 2024-09-13T13:04:23.531670+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:24.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:24 smithi007 bash[22721]: audit 2024-09-13T13:04:23.531670+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:24.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:24 smithi007 bash[22721]: audit 2024-09-13T13:04:23.536351+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:24.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:24 smithi007 bash[22721]: audit 2024-09-13T13:04:23.536351+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:24.981 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:24 smithi077 bash[23251]: cluster 2024-09-13T13:04:23.428240+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:24.981 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:24 smithi077 bash[23251]: cluster 2024-09-13T13:04:23.428240+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:24.981 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:24 smithi077 bash[23251]: audit 2024-09-13T13:04:23.528336+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:24.982 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:24 smithi077 bash[23251]: audit 2024-09-13T13:04:23.528336+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:24.982 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:24 smithi077 bash[23251]: audit 2024-09-13T13:04:23.531670+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:24.982 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:24 smithi077 bash[23251]: audit 2024-09-13T13:04:23.531670+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:24.982 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:24 smithi077 bash[23251]: audit 2024-09-13T13:04:23.536351+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:24.982 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:24 smithi077 bash[23251]: audit 2024-09-13T13:04:23.536351+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:25.083 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:24 smithi053 systemd[1]: /etc/systemd/system/ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T13:04:25.423 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:25 smithi053 systemd[1]: /etc/systemd/system/ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T13:04:25.424 INFO:journalctl@ceph.mgr.b.smithi053.stdout:Sep 13 13:04:25 smithi053 systemd[1]: /etc/systemd/system/ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T13:04:25.424 INFO:journalctl@ceph.mgr.b.smithi053.stdout:Sep 13 13:04:25 smithi053 systemd[1]: /etc/systemd/system/ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T13:04:25.424 INFO:journalctl@ceph.mgr.b.smithi053.stdout:Sep 13 13:04:25 smithi053 systemd[1]: /etc/systemd/system/ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T13:04:25.424 INFO:journalctl@ceph.mgr.b.smithi053.stdout:Sep 13 13:04:25 smithi053 systemd[1]: /etc/systemd/system/ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T13:04:25.424 INFO:journalctl@ceph.mgr.b.smithi053.stdout:Sep 13 13:04:25 smithi053 systemd[1]: Started Ceph mgr.b for fa2bba74-71cf-11ef-bceb-c7b262605968. 2024-09-13T13:04:26.716 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:26 smithi053 bash[23444]: audit 2024-09-13T13:04:25.355097+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:26.716 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:26 smithi053 bash[23444]: audit 2024-09-13T13:04:25.355097+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:26.716 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:26 smithi053 bash[23444]: audit 2024-09-13T13:04:25.362150+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:26.716 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:26 smithi053 bash[23444]: audit 2024-09-13T13:04:25.362150+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:26.716 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:26 smithi053 bash[23444]: audit 2024-09-13T13:04:25.369104+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:26.716 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:26 smithi053 bash[23444]: audit 2024-09-13T13:04:25.369104+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:26.716 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:26 smithi053 bash[23444]: audit 2024-09-13T13:04:25.375519+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:26.716 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:26 smithi053 bash[23444]: audit 2024-09-13T13:04:25.375519+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:26.717 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:26 smithi053 bash[23444]: audit 2024-09-13T13:04:25.409249+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:04:26.717 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:26 smithi053 bash[23444]: audit 2024-09-13T13:04:25.409249+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:04:26.717 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:26 smithi053 bash[23444]: audit 2024-09-13T13:04:25.411541+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:26.717 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:26 smithi053 bash[23444]: audit 2024-09-13T13:04:25.411541+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:26.717 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:26 smithi053 bash[23444]: audit 2024-09-13T13:04:25.412366+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:04:26.717 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:26 smithi053 bash[23444]: audit 2024-09-13T13:04:25.412366+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:04:26.717 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:26 smithi053 bash[23444]: audit 2024-09-13T13:04:25.417443+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:26.717 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:26 smithi053 bash[23444]: audit 2024-09-13T13:04:25.417443+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:26.717 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:26 smithi053 bash[23444]: cephadm 2024-09-13T13:04:25.417833+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T13:04:26.717 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:26 smithi053 bash[23444]: cephadm 2024-09-13T13:04:25.417833+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T13:04:26.717 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:26 smithi053 bash[23444]: cluster 2024-09-13T13:04:25.428494+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:26.717 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:26 smithi053 bash[23444]: cluster 2024-09-13T13:04:25.428494+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:26.718 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:26 smithi053 bash[23444]: cephadm 2024-09-13T13:04:25.444066+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-09-13T13:04:26.718 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:26 smithi053 bash[23444]: cephadm 2024-09-13T13:04:25.444066+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-09-13T13:04:26.718 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:26 smithi053 bash[23444]: audit 2024-09-13T13:04:25.444430+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-13T13:04:26.718 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:26 smithi053 bash[23444]: audit 2024-09-13T13:04:25.444430+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-13T13:04:26.718 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:26 smithi053 bash[23444]: audit 2024-09-13T13:04:25.445330+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-13T13:04:26.718 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:26 smithi053 bash[23444]: audit 2024-09-13T13:04:25.445330+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-13T13:04:26.718 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:26 smithi053 bash[23444]: audit 2024-09-13T13:04:25.446011+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:26.718 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:26 smithi053 bash[23444]: audit 2024-09-13T13:04:25.446011+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:26.718 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:26 smithi053 bash[23444]: cephadm 2024-09-13T13:04:25.446788+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Reconfiguring daemon mgr.a on smithi007 2024-09-13T13:04:26.718 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:26 smithi053 bash[23444]: cephadm 2024-09-13T13:04:25.446788+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Reconfiguring daemon mgr.a on smithi007 2024-09-13T13:04:26.718 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:26 smithi053 bash[23444]: audit 2024-09-13T13:04:26.193491+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:26.718 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:26 smithi053 bash[23444]: audit 2024-09-13T13:04:26.193491+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:26.732 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:26 smithi077 bash[23251]: audit 2024-09-13T13:04:25.355097+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:26.732 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:26 smithi077 bash[23251]: audit 2024-09-13T13:04:25.355097+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:26.732 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:26 smithi077 bash[23251]: audit 2024-09-13T13:04:25.362150+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:26.732 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:26 smithi077 bash[23251]: audit 2024-09-13T13:04:25.362150+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:26.732 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:26 smithi077 bash[23251]: audit 2024-09-13T13:04:25.369104+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:26.732 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:26 smithi077 bash[23251]: audit 2024-09-13T13:04:25.369104+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:26.732 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:26 smithi077 bash[23251]: audit 2024-09-13T13:04:25.375519+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:26.732 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:26 smithi077 bash[23251]: audit 2024-09-13T13:04:25.375519+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:26.732 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:26 smithi077 bash[23251]: audit 2024-09-13T13:04:25.409249+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:04:26.732 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:26 smithi077 bash[23251]: audit 2024-09-13T13:04:25.409249+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:04:26.733 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:26 smithi077 bash[23251]: audit 2024-09-13T13:04:25.411541+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:26.733 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:26 smithi077 bash[23251]: audit 2024-09-13T13:04:25.411541+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:26.733 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:26 smithi077 bash[23251]: audit 2024-09-13T13:04:25.412366+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:04:26.733 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:26 smithi077 bash[23251]: audit 2024-09-13T13:04:25.412366+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:04:26.733 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:26 smithi077 bash[23251]: audit 2024-09-13T13:04:25.417443+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:26.733 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:26 smithi077 bash[23251]: audit 2024-09-13T13:04:25.417443+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:26.733 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:26 smithi077 bash[23251]: cephadm 2024-09-13T13:04:25.417833+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T13:04:26.733 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:26 smithi077 bash[23251]: cephadm 2024-09-13T13:04:25.417833+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T13:04:26.733 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:26 smithi077 bash[23251]: cluster 2024-09-13T13:04:25.428494+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:26.733 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:26 smithi077 bash[23251]: cluster 2024-09-13T13:04:25.428494+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:26.733 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:26 smithi077 bash[23251]: cephadm 2024-09-13T13:04:25.444066+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-09-13T13:04:26.733 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:26 smithi077 bash[23251]: cephadm 2024-09-13T13:04:25.444066+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-09-13T13:04:26.734 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:26 smithi077 bash[23251]: audit 2024-09-13T13:04:25.444430+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-13T13:04:26.734 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:26 smithi077 bash[23251]: audit 2024-09-13T13:04:25.444430+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-13T13:04:26.734 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:26 smithi077 bash[23251]: audit 2024-09-13T13:04:25.445330+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-13T13:04:26.734 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:26 smithi077 bash[23251]: audit 2024-09-13T13:04:25.445330+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-13T13:04:26.734 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:26 smithi077 bash[23251]: audit 2024-09-13T13:04:25.446011+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:26.734 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:26 smithi077 bash[23251]: audit 2024-09-13T13:04:25.446011+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:26.734 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:26 smithi077 bash[23251]: cephadm 2024-09-13T13:04:25.446788+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Reconfiguring daemon mgr.a on smithi007 2024-09-13T13:04:26.734 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:26 smithi077 bash[23251]: cephadm 2024-09-13T13:04:25.446788+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Reconfiguring daemon mgr.a on smithi007 2024-09-13T13:04:26.734 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:26 smithi077 bash[23251]: audit 2024-09-13T13:04:26.193491+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:26.734 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:26 smithi077 bash[23251]: audit 2024-09-13T13:04:26.193491+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:26.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:26 smithi007 bash[22721]: audit 2024-09-13T13:04:25.355097+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:26.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:26 smithi007 bash[22721]: audit 2024-09-13T13:04:25.355097+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:26.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:26 smithi007 bash[22721]: audit 2024-09-13T13:04:25.362150+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:26.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:26 smithi007 bash[22721]: audit 2024-09-13T13:04:25.362150+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:26.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:26 smithi007 bash[22721]: audit 2024-09-13T13:04:25.369104+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:26.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:26 smithi007 bash[22721]: audit 2024-09-13T13:04:25.369104+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:26.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:26 smithi007 bash[22721]: audit 2024-09-13T13:04:25.375519+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:26.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:26 smithi007 bash[22721]: audit 2024-09-13T13:04:25.375519+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:26.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:26 smithi007 bash[22721]: audit 2024-09-13T13:04:25.409249+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:04:26.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:26 smithi007 bash[22721]: audit 2024-09-13T13:04:25.409249+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:04:26.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:26 smithi007 bash[22721]: audit 2024-09-13T13:04:25.411541+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:26.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:26 smithi007 bash[22721]: audit 2024-09-13T13:04:25.411541+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:26.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:26 smithi007 bash[22721]: audit 2024-09-13T13:04:25.412366+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:04:26.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:26 smithi007 bash[22721]: audit 2024-09-13T13:04:25.412366+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:04:26.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:26 smithi007 bash[22721]: audit 2024-09-13T13:04:25.417443+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:26.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:26 smithi007 bash[22721]: audit 2024-09-13T13:04:25.417443+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:26.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:26 smithi007 bash[22721]: cephadm 2024-09-13T13:04:25.417833+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T13:04:26.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:26 smithi007 bash[22721]: cephadm 2024-09-13T13:04:25.417833+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T13:04:26.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:26 smithi007 bash[22721]: cluster 2024-09-13T13:04:25.428494+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:26.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:26 smithi007 bash[22721]: cluster 2024-09-13T13:04:25.428494+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:26.814 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:26 smithi007 bash[22721]: cephadm 2024-09-13T13:04:25.444066+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-09-13T13:04:26.814 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:26 smithi007 bash[22721]: cephadm 2024-09-13T13:04:25.444066+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-09-13T13:04:26.814 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:26 smithi007 bash[22721]: audit 2024-09-13T13:04:25.444430+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-13T13:04:26.814 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:26 smithi007 bash[22721]: audit 2024-09-13T13:04:25.444430+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-13T13:04:26.814 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:26 smithi007 bash[22721]: audit 2024-09-13T13:04:25.445330+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-13T13:04:26.814 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:26 smithi007 bash[22721]: audit 2024-09-13T13:04:25.445330+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-13T13:04:26.814 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:26 smithi007 bash[22721]: audit 2024-09-13T13:04:25.446011+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:26.814 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:26 smithi007 bash[22721]: audit 2024-09-13T13:04:25.446011+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:26.814 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:26 smithi007 bash[22721]: cephadm 2024-09-13T13:04:25.446788+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Reconfiguring daemon mgr.a on smithi007 2024-09-13T13:04:26.814 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:26 smithi007 bash[22721]: cephadm 2024-09-13T13:04:25.446788+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Reconfiguring daemon mgr.a on smithi007 2024-09-13T13:04:26.815 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:26 smithi007 bash[22721]: audit 2024-09-13T13:04:26.193491+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:26.815 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:26 smithi007 bash[22721]: audit 2024-09-13T13:04:26.193491+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:27.198 INFO:journalctl@ceph.mgr.b.smithi053.stdout:Sep 13 13:04:27 smithi053 bash[24305]: debug 2024-09-13T13:04:27.006+0000 7f3a2843b640 1 -- 172.21.15.53:0/383978049 <== mon.2 v2:172.21.15.53:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x556f56a6f0e0 con 0x556f56a71400 2024-09-13T13:04:28.388 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T13:04:28.462 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:28 smithi007 bash[22721]: audit 2024-09-13T13:04:27.197288+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:28.462 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:28 smithi007 bash[22721]: audit 2024-09-13T13:04:27.197288+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:28.462 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:28 smithi007 bash[22721]: cluster 2024-09-13T13:04:27.428730+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:28.462 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:28 smithi007 bash[22721]: cluster 2024-09-13T13:04:27.428730+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:28.462 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:28 smithi007 bash[22721]: audit 2024-09-13T13:04:27.847310+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:28.463 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:28 smithi007 bash[22721]: audit 2024-09-13T13:04:27.847310+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:28.463 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:28 smithi007 bash[22721]: audit 2024-09-13T13:04:27.854518+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:28.463 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:28 smithi007 bash[22721]: audit 2024-09-13T13:04:27.854518+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:28.463 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:28 smithi007 bash[22721]: audit 2024-09-13T13:04:27.857057+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:04:28.463 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:28 smithi007 bash[22721]: audit 2024-09-13T13:04:27.857057+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:04:28.463 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:28 smithi007 bash[22721]: audit 2024-09-13T13:04:27.861280+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:28.463 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:28 smithi007 bash[22721]: audit 2024-09-13T13:04:27.861280+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:28.463 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:28 smithi007 bash[22721]: audit 2024-09-13T13:04:27.862578+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:04:28.463 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:28 smithi007 bash[22721]: audit 2024-09-13T13:04:27.862578+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:04:28.463 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:28 smithi007 bash[22721]: audit 2024-09-13T13:04:27.870444+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:28.463 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:28 smithi007 bash[22721]: audit 2024-09-13T13:04:27.870444+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:28.463 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:28 smithi007 bash[22721]: cephadm 2024-09-13T13:04:27.871040+0000 mgr.a (mgr.14152) 118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T13:04:28.464 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:28 smithi007 bash[22721]: cephadm 2024-09-13T13:04:27.871040+0000 mgr.a (mgr.14152) 118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T13:04:28.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:28 smithi053 bash[23444]: audit 2024-09-13T13:04:27.197288+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:28.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:28 smithi053 bash[23444]: audit 2024-09-13T13:04:27.197288+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:28.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:28 smithi053 bash[23444]: cluster 2024-09-13T13:04:27.428730+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:28.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:28 smithi053 bash[23444]: cluster 2024-09-13T13:04:27.428730+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:28.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:28 smithi053 bash[23444]: audit 2024-09-13T13:04:27.847310+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:28.466 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:28 smithi053 bash[23444]: audit 2024-09-13T13:04:27.847310+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:28.466 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:28 smithi053 bash[23444]: audit 2024-09-13T13:04:27.854518+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:28.466 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:28 smithi053 bash[23444]: audit 2024-09-13T13:04:27.854518+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:28.466 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:28 smithi053 bash[23444]: audit 2024-09-13T13:04:27.857057+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:04:28.466 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:28 smithi053 bash[23444]: audit 2024-09-13T13:04:27.857057+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:04:28.466 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:28 smithi053 bash[23444]: audit 2024-09-13T13:04:27.861280+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:28.466 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:28 smithi053 bash[23444]: audit 2024-09-13T13:04:27.861280+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:28.466 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:28 smithi053 bash[23444]: audit 2024-09-13T13:04:27.862578+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:04:28.466 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:28 smithi053 bash[23444]: audit 2024-09-13T13:04:27.862578+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:04:28.466 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:28 smithi053 bash[23444]: audit 2024-09-13T13:04:27.870444+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:28.466 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:28 smithi053 bash[23444]: audit 2024-09-13T13:04:27.870444+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:28.466 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:28 smithi053 bash[23444]: cephadm 2024-09-13T13:04:27.871040+0000 mgr.a (mgr.14152) 118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T13:04:28.467 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:28 smithi053 bash[23444]: cephadm 2024-09-13T13:04:27.871040+0000 mgr.a (mgr.14152) 118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T13:04:28.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:28 smithi077 bash[23251]: audit 2024-09-13T13:04:27.197288+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:28.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:28 smithi077 bash[23251]: audit 2024-09-13T13:04:27.197288+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:28.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:28 smithi077 bash[23251]: cluster 2024-09-13T13:04:27.428730+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:28.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:28 smithi077 bash[23251]: cluster 2024-09-13T13:04:27.428730+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:28.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:28 smithi077 bash[23251]: audit 2024-09-13T13:04:27.847310+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:28.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:28 smithi077 bash[23251]: audit 2024-09-13T13:04:27.847310+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:28.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:28 smithi077 bash[23251]: audit 2024-09-13T13:04:27.854518+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:28.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:28 smithi077 bash[23251]: audit 2024-09-13T13:04:27.854518+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:28.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:28 smithi077 bash[23251]: audit 2024-09-13T13:04:27.857057+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:04:28.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:28 smithi077 bash[23251]: audit 2024-09-13T13:04:27.857057+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:04:28.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:28 smithi077 bash[23251]: audit 2024-09-13T13:04:27.861280+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:28.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:28 smithi077 bash[23251]: audit 2024-09-13T13:04:27.861280+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:28.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:28 smithi077 bash[23251]: audit 2024-09-13T13:04:27.862578+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:04:28.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:28 smithi077 bash[23251]: audit 2024-09-13T13:04:27.862578+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:04:28.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:28 smithi077 bash[23251]: audit 2024-09-13T13:04:27.870444+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:28.483 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:28 smithi077 bash[23251]: audit 2024-09-13T13:04:27.870444+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:28.483 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:28 smithi077 bash[23251]: cephadm 2024-09-13T13:04:27.871040+0000 mgr.a (mgr.14152) 118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T13:04:28.483 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:28 smithi077 bash[23251]: cephadm 2024-09-13T13:04:27.871040+0000 mgr.a (mgr.14152) 118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T13:04:29.715 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:29 smithi053 bash[23444]: audit 2024-09-13T13:04:28.513790+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:29.715 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:29 smithi053 bash[23444]: audit 2024-09-13T13:04:28.513790+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:29.715 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:29 smithi053 bash[23444]: audit 2024-09-13T13:04:28.519860+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:29.715 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:29 smithi053 bash[23444]: audit 2024-09-13T13:04:28.519860+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:29.715 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:29 smithi053 bash[23444]: audit 2024-09-13T13:04:28.526756+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:29.715 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:29 smithi053 bash[23444]: audit 2024-09-13T13:04:28.526756+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:29.756 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:29 smithi007 bash[22721]: audit 2024-09-13T13:04:28.513790+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:29.756 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:29 smithi007 bash[22721]: audit 2024-09-13T13:04:28.513790+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:29.756 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:29 smithi007 bash[22721]: audit 2024-09-13T13:04:28.519860+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:29.756 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:29 smithi007 bash[22721]: audit 2024-09-13T13:04:28.519860+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:29.756 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:29 smithi007 bash[22721]: audit 2024-09-13T13:04:28.526756+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:29.756 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:29 smithi007 bash[22721]: audit 2024-09-13T13:04:28.526756+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:29.981 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:29 smithi077 bash[23251]: audit 2024-09-13T13:04:28.513790+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:29.981 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:29 smithi077 bash[23251]: audit 2024-09-13T13:04:28.513790+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:29.981 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:29 smithi077 bash[23251]: audit 2024-09-13T13:04:28.519860+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:29.981 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:29 smithi077 bash[23251]: audit 2024-09-13T13:04:28.519860+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:29.982 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:29 smithi077 bash[23251]: audit 2024-09-13T13:04:28.526756+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:29.982 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:29 smithi077 bash[23251]: audit 2024-09-13T13:04:28.526756+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:31.172 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:30 smithi007 bash[22721]: cluster 2024-09-13T13:04:29.429171+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:31.172 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:30 smithi007 bash[22721]: cluster 2024-09-13T13:04:29.429171+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:31.172 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:30 smithi007 bash[22721]: audit 2024-09-13T13:04:29.896057+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:31.172 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:30 smithi007 bash[22721]: audit 2024-09-13T13:04:29.896057+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:31.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:30 smithi053 bash[23444]: cluster 2024-09-13T13:04:29.429171+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:31.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:30 smithi053 bash[23444]: cluster 2024-09-13T13:04:29.429171+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:31.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:30 smithi053 bash[23444]: audit 2024-09-13T13:04:29.896057+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:31.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:30 smithi053 bash[23444]: audit 2024-09-13T13:04:29.896057+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:31.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:30 smithi077 bash[23251]: cluster 2024-09-13T13:04:29.429171+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:31.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:30 smithi077 bash[23251]: cluster 2024-09-13T13:04:29.429171+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:31.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:30 smithi077 bash[23251]: audit 2024-09-13T13:04:29.896057+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:31.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:30 smithi077 bash[23251]: audit 2024-09-13T13:04:29.896057+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:32.749 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-13T13:04:32.805 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0201b8c79733293453e7f10a10c7fa43119222b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fa2bba74-71cf-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi007:vg_nvme/lv_4 2024-09-13T13:04:33.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:32 smithi007 bash[22721]: cluster 2024-09-13T13:04:31.429546+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:33.062 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:32 smithi007 bash[22721]: cluster 2024-09-13T13:04:31.429546+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:33.062 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:32 smithi007 bash[22721]: audit 2024-09-13T13:04:32.171161+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:33.062 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:32 smithi007 bash[22721]: audit 2024-09-13T13:04:32.171161+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:33.062 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:32 smithi007 bash[22721]: audit 2024-09-13T13:04:32.621292+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:33.062 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:32 smithi007 bash[22721]: audit 2024-09-13T13:04:32.621292+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:33.062 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:32 smithi007 bash[22721]: audit 2024-09-13T13:04:32.628649+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:33.062 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:32 smithi007 bash[22721]: audit 2024-09-13T13:04:32.628649+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:33.062 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:32 smithi007 bash[22721]: audit 2024-09-13T13:04:32.633321+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:04:33.062 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:32 smithi007 bash[22721]: audit 2024-09-13T13:04:32.633321+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:04:33.062 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:32 smithi007 bash[22721]: audit 2024-09-13T13:04:32.638222+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:33.063 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:32 smithi007 bash[22721]: audit 2024-09-13T13:04:32.638222+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:33.063 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:32 smithi007 bash[22721]: audit 2024-09-13T13:04:32.638980+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:33.063 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:32 smithi007 bash[22721]: audit 2024-09-13T13:04:32.638980+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:33.063 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:32 smithi007 bash[22721]: audit 2024-09-13T13:04:32.640992+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:04:33.063 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:32 smithi007 bash[22721]: audit 2024-09-13T13:04:32.640992+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:04:33.063 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:32 smithi007 bash[22721]: audit 2024-09-13T13:04:32.650370+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:33.063 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:32 smithi007 bash[22721]: audit 2024-09-13T13:04:32.650370+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:33.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:32 smithi053 bash[23444]: cluster 2024-09-13T13:04:31.429546+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:33.273 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:32 smithi053 bash[23444]: cluster 2024-09-13T13:04:31.429546+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:33.273 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:32 smithi053 bash[23444]: audit 2024-09-13T13:04:32.171161+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:33.273 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:32 smithi053 bash[23444]: audit 2024-09-13T13:04:32.171161+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:33.273 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:32 smithi053 bash[23444]: audit 2024-09-13T13:04:32.621292+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:33.273 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:32 smithi053 bash[23444]: audit 2024-09-13T13:04:32.621292+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:33.273 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:32 smithi053 bash[23444]: audit 2024-09-13T13:04:32.628649+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:33.273 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:32 smithi053 bash[23444]: audit 2024-09-13T13:04:32.628649+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:33.273 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:32 smithi053 bash[23444]: audit 2024-09-13T13:04:32.633321+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:04:33.274 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:32 smithi053 bash[23444]: audit 2024-09-13T13:04:32.633321+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:04:33.274 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:32 smithi053 bash[23444]: audit 2024-09-13T13:04:32.638222+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:33.274 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:32 smithi053 bash[23444]: audit 2024-09-13T13:04:32.638222+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:33.274 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:32 smithi053 bash[23444]: audit 2024-09-13T13:04:32.638980+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:33.274 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:32 smithi053 bash[23444]: audit 2024-09-13T13:04:32.638980+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:33.274 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:32 smithi053 bash[23444]: audit 2024-09-13T13:04:32.640992+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:04:33.274 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:32 smithi053 bash[23444]: audit 2024-09-13T13:04:32.640992+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:04:33.274 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:32 smithi053 bash[23444]: audit 2024-09-13T13:04:32.650370+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:33.274 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:32 smithi053 bash[23444]: audit 2024-09-13T13:04:32.650370+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:33.275 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:32 smithi077 bash[23251]: cluster 2024-09-13T13:04:31.429546+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:33.275 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:32 smithi077 bash[23251]: cluster 2024-09-13T13:04:31.429546+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:33.275 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:32 smithi077 bash[23251]: audit 2024-09-13T13:04:32.171161+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:33.275 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:32 smithi077 bash[23251]: audit 2024-09-13T13:04:32.171161+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:33.276 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:32 smithi077 bash[23251]: audit 2024-09-13T13:04:32.621292+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:33.276 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:32 smithi077 bash[23251]: audit 2024-09-13T13:04:32.621292+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:33.276 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:32 smithi077 bash[23251]: audit 2024-09-13T13:04:32.628649+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:33.276 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:32 smithi077 bash[23251]: audit 2024-09-13T13:04:32.628649+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:33.276 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:32 smithi077 bash[23251]: audit 2024-09-13T13:04:32.633321+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:04:33.276 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:32 smithi077 bash[23251]: audit 2024-09-13T13:04:32.633321+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:04:33.276 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:32 smithi077 bash[23251]: audit 2024-09-13T13:04:32.638222+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:33.276 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:32 smithi077 bash[23251]: audit 2024-09-13T13:04:32.638222+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:33.276 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:32 smithi077 bash[23251]: audit 2024-09-13T13:04:32.638980+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:33.276 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:32 smithi077 bash[23251]: audit 2024-09-13T13:04:32.638980+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:33.276 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:32 smithi077 bash[23251]: audit 2024-09-13T13:04:32.640992+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:04:33.276 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:32 smithi077 bash[23251]: audit 2024-09-13T13:04:32.640992+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:04:33.277 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:32 smithi077 bash[23251]: audit 2024-09-13T13:04:32.650370+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:33.277 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:32 smithi077 bash[23251]: audit 2024-09-13T13:04:32.650370+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:34.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:33 smithi053 bash[23444]: cluster 2024-09-13T13:04:33.365513+0000 mon.a (mon.0) 385 : cluster [DBG] Standby manager daemon b started 2024-09-13T13:04:34.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:33 smithi053 bash[23444]: cluster 2024-09-13T13:04:33.365513+0000 mon.a (mon.0) 385 : cluster [DBG] Standby manager daemon b started 2024-09-13T13:04:34.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:33 smithi053 bash[23444]: audit 2024-09-13T13:04:33.367047+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.53:0/1449250682' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-13T13:04:34.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:33 smithi053 bash[23444]: audit 2024-09-13T13:04:33.367047+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.53:0/1449250682' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-13T13:04:34.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:33 smithi053 bash[23444]: audit 2024-09-13T13:04:33.367714+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.53:0/1449250682' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-13T13:04:34.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:33 smithi053 bash[23444]: audit 2024-09-13T13:04:33.367714+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.53:0/1449250682' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-13T13:04:34.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:33 smithi053 bash[23444]: audit 2024-09-13T13:04:33.368770+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.53:0/1449250682' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-13T13:04:34.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:33 smithi053 bash[23444]: audit 2024-09-13T13:04:33.368770+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.53:0/1449250682' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-13T13:04:34.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:33 smithi053 bash[23444]: audit 2024-09-13T13:04:33.369273+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.53:0/1449250682' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-13T13:04:34.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:33 smithi053 bash[23444]: audit 2024-09-13T13:04:33.369273+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.53:0/1449250682' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-13T13:04:34.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:33 smithi077 bash[23251]: cluster 2024-09-13T13:04:33.365513+0000 mon.a (mon.0) 385 : cluster [DBG] Standby manager daemon b started 2024-09-13T13:04:34.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:33 smithi077 bash[23251]: cluster 2024-09-13T13:04:33.365513+0000 mon.a (mon.0) 385 : cluster [DBG] Standby manager daemon b started 2024-09-13T13:04:34.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:33 smithi077 bash[23251]: audit 2024-09-13T13:04:33.367047+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.53:0/1449250682' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-13T13:04:34.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:33 smithi077 bash[23251]: audit 2024-09-13T13:04:33.367047+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.53:0/1449250682' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-13T13:04:34.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:33 smithi077 bash[23251]: audit 2024-09-13T13:04:33.367714+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.53:0/1449250682' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-13T13:04:34.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:33 smithi077 bash[23251]: audit 2024-09-13T13:04:33.367714+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.53:0/1449250682' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-13T13:04:34.232 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:33 smithi077 bash[23251]: audit 2024-09-13T13:04:33.368770+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.53:0/1449250682' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-13T13:04:34.232 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:33 smithi077 bash[23251]: audit 2024-09-13T13:04:33.368770+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.53:0/1449250682' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-13T13:04:34.232 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:33 smithi077 bash[23251]: audit 2024-09-13T13:04:33.369273+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.53:0/1449250682' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-13T13:04:34.232 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:33 smithi077 bash[23251]: audit 2024-09-13T13:04:33.369273+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.53:0/1449250682' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-13T13:04:34.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:33 smithi007 bash[22721]: cluster 2024-09-13T13:04:33.365513+0000 mon.a (mon.0) 385 : cluster [DBG] Standby manager daemon b started 2024-09-13T13:04:34.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:33 smithi007 bash[22721]: cluster 2024-09-13T13:04:33.365513+0000 mon.a (mon.0) 385 : cluster [DBG] Standby manager daemon b started 2024-09-13T13:04:34.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:33 smithi007 bash[22721]: audit 2024-09-13T13:04:33.367047+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.53:0/1449250682' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-13T13:04:34.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:33 smithi007 bash[22721]: audit 2024-09-13T13:04:33.367047+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.53:0/1449250682' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-13T13:04:34.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:33 smithi007 bash[22721]: audit 2024-09-13T13:04:33.367714+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.53:0/1449250682' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-13T13:04:34.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:33 smithi007 bash[22721]: audit 2024-09-13T13:04:33.367714+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.53:0/1449250682' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-13T13:04:34.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:33 smithi007 bash[22721]: audit 2024-09-13T13:04:33.368770+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.53:0/1449250682' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-13T13:04:34.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:33 smithi007 bash[22721]: audit 2024-09-13T13:04:33.368770+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.53:0/1449250682' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-13T13:04:34.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:33 smithi007 bash[22721]: audit 2024-09-13T13:04:33.369273+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.53:0/1449250682' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-13T13:04:34.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:33 smithi007 bash[22721]: audit 2024-09-13T13:04:33.369273+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.53:0/1449250682' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-13T13:04:35.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:34 smithi053 bash[23444]: cluster 2024-09-13T13:04:33.429947+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:35.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:34 smithi053 bash[23444]: cluster 2024-09-13T13:04:33.429947+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:35.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:34 smithi053 bash[23444]: cluster 2024-09-13T13:04:33.920964+0000 mon.a (mon.0) 386 : cluster [DBG] mgrmap e15: a(active, since 2m), standbys: b 2024-09-13T13:04:35.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:34 smithi053 bash[23444]: cluster 2024-09-13T13:04:33.920964+0000 mon.a (mon.0) 386 : cluster [DBG] mgrmap e15: a(active, since 2m), standbys: b 2024-09-13T13:04:35.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:34 smithi053 bash[23444]: audit 2024-09-13T13:04:33.921446+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-13T13:04:35.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:34 smithi053 bash[23444]: audit 2024-09-13T13:04:33.921446+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-13T13:04:35.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:34 smithi077 bash[23251]: cluster 2024-09-13T13:04:33.429947+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:35.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:34 smithi077 bash[23251]: cluster 2024-09-13T13:04:33.429947+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:35.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:34 smithi077 bash[23251]: cluster 2024-09-13T13:04:33.920964+0000 mon.a (mon.0) 386 : cluster [DBG] mgrmap e15: a(active, since 2m), standbys: b 2024-09-13T13:04:35.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:34 smithi077 bash[23251]: cluster 2024-09-13T13:04:33.920964+0000 mon.a (mon.0) 386 : cluster [DBG] mgrmap e15: a(active, since 2m), standbys: b 2024-09-13T13:04:35.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:34 smithi077 bash[23251]: audit 2024-09-13T13:04:33.921446+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-13T13:04:35.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:34 smithi077 bash[23251]: audit 2024-09-13T13:04:33.921446+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-13T13:04:35.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:34 smithi007 bash[22721]: cluster 2024-09-13T13:04:33.429947+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:35.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:34 smithi007 bash[22721]: cluster 2024-09-13T13:04:33.429947+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:35.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:34 smithi007 bash[22721]: cluster 2024-09-13T13:04:33.920964+0000 mon.a (mon.0) 386 : cluster [DBG] mgrmap e15: a(active, since 2m), standbys: b 2024-09-13T13:04:35.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:34 smithi007 bash[22721]: cluster 2024-09-13T13:04:33.920964+0000 mon.a (mon.0) 386 : cluster [DBG] mgrmap e15: a(active, since 2m), standbys: b 2024-09-13T13:04:35.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:34 smithi007 bash[22721]: audit 2024-09-13T13:04:33.921446+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-13T13:04:35.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:34 smithi007 bash[22721]: audit 2024-09-13T13:04:33.921446+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-13T13:04:37.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:36 smithi053 bash[23444]: cluster 2024-09-13T13:04:35.430465+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:37.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:36 smithi053 bash[23444]: cluster 2024-09-13T13:04:35.430465+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:37.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:36 smithi077 bash[23251]: cluster 2024-09-13T13:04:35.430465+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:37.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:36 smithi077 bash[23251]: cluster 2024-09-13T13:04:35.430465+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:37.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:36 smithi007 bash[22721]: cluster 2024-09-13T13:04:35.430465+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:37.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:36 smithi007 bash[22721]: cluster 2024-09-13T13:04:35.430465+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:37.548 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T13:04:39.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:38 smithi053 bash[23444]: cluster 2024-09-13T13:04:37.430916+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:39.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:38 smithi053 bash[23444]: cluster 2024-09-13T13:04:37.430916+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:39.225 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:38 smithi077 bash[23251]: cluster 2024-09-13T13:04:37.430916+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:39.225 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:38 smithi077 bash[23251]: cluster 2024-09-13T13:04:37.430916+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:39.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:38 smithi007 bash[22721]: cluster 2024-09-13T13:04:37.430916+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:39.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:38 smithi007 bash[22721]: cluster 2024-09-13T13:04:37.430916+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:40.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:39 smithi053 bash[23444]: audit 2024-09-13T13:04:39.008252+0000 mgr.a (mgr.14152) 124 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi007:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:04:40.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:39 smithi053 bash[23444]: audit 2024-09-13T13:04:39.008252+0000 mgr.a (mgr.14152) 124 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi007:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:04:40.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:39 smithi053 bash[23444]: audit 2024-09-13T13:04:39.015004+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-13T13:04:40.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:39 smithi053 bash[23444]: audit 2024-09-13T13:04:39.015004+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-13T13:04:40.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:39 smithi053 bash[23444]: audit 2024-09-13T13:04:39.021097+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-13T13:04:40.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:39 smithi053 bash[23444]: audit 2024-09-13T13:04:39.021097+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-13T13:04:40.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:39 smithi053 bash[23444]: audit 2024-09-13T13:04:39.022920+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:40.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:39 smithi053 bash[23444]: audit 2024-09-13T13:04:39.022920+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:40.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:39 smithi077 bash[23251]: audit 2024-09-13T13:04:39.008252+0000 mgr.a (mgr.14152) 124 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi007:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:04:40.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:39 smithi077 bash[23251]: audit 2024-09-13T13:04:39.008252+0000 mgr.a (mgr.14152) 124 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi007:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:04:40.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:39 smithi077 bash[23251]: audit 2024-09-13T13:04:39.015004+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-13T13:04:40.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:39 smithi077 bash[23251]: audit 2024-09-13T13:04:39.015004+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-13T13:04:40.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:39 smithi077 bash[23251]: audit 2024-09-13T13:04:39.021097+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-13T13:04:40.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:39 smithi077 bash[23251]: audit 2024-09-13T13:04:39.021097+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-13T13:04:40.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:39 smithi077 bash[23251]: audit 2024-09-13T13:04:39.022920+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:40.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:39 smithi077 bash[23251]: audit 2024-09-13T13:04:39.022920+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:40.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:39 smithi007 bash[22721]: audit 2024-09-13T13:04:39.008252+0000 mgr.a (mgr.14152) 124 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi007:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:04:40.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:39 smithi007 bash[22721]: audit 2024-09-13T13:04:39.008252+0000 mgr.a (mgr.14152) 124 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi007:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:04:40.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:39 smithi007 bash[22721]: audit 2024-09-13T13:04:39.015004+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-13T13:04:40.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:39 smithi007 bash[22721]: audit 2024-09-13T13:04:39.015004+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-13T13:04:40.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:39 smithi007 bash[22721]: audit 2024-09-13T13:04:39.021097+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-13T13:04:40.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:39 smithi007 bash[22721]: audit 2024-09-13T13:04:39.021097+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-13T13:04:40.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:39 smithi007 bash[22721]: audit 2024-09-13T13:04:39.022920+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:40.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:39 smithi007 bash[22721]: audit 2024-09-13T13:04:39.022920+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:04:41.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:40 smithi053 bash[23444]: cluster 2024-09-13T13:04:39.431302+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:41.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:40 smithi053 bash[23444]: cluster 2024-09-13T13:04:39.431302+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:41.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:40 smithi077 bash[23251]: cluster 2024-09-13T13:04:39.431302+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:41.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:40 smithi077 bash[23251]: cluster 2024-09-13T13:04:39.431302+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:41.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:40 smithi007 bash[22721]: cluster 2024-09-13T13:04:39.431302+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:41.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:40 smithi007 bash[22721]: cluster 2024-09-13T13:04:39.431302+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:43.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:42 smithi053 bash[23444]: cluster 2024-09-13T13:04:41.431727+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:43.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:42 smithi053 bash[23444]: cluster 2024-09-13T13:04:41.431727+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:43.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:42 smithi053 bash[23444]: audit 2024-09-13T13:04:42.739493+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:43.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:42 smithi053 bash[23444]: audit 2024-09-13T13:04:42.739493+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:43.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:42 smithi053 bash[23444]: audit 2024-09-13T13:04:42.744098+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:43.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:42 smithi053 bash[23444]: audit 2024-09-13T13:04:42.744098+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:43.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:42 smithi053 bash[23444]: audit 2024-09-13T13:04:42.748837+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:43.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:42 smithi053 bash[23444]: audit 2024-09-13T13:04:42.748837+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:43.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:42 smithi077 bash[23251]: cluster 2024-09-13T13:04:41.431727+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:43.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:42 smithi077 bash[23251]: cluster 2024-09-13T13:04:41.431727+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:43.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:42 smithi077 bash[23251]: audit 2024-09-13T13:04:42.739493+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:43.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:42 smithi077 bash[23251]: audit 2024-09-13T13:04:42.739493+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:43.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:42 smithi077 bash[23251]: audit 2024-09-13T13:04:42.744098+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:43.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:42 smithi077 bash[23251]: audit 2024-09-13T13:04:42.744098+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:43.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:42 smithi077 bash[23251]: audit 2024-09-13T13:04:42.748837+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:43.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:42 smithi077 bash[23251]: audit 2024-09-13T13:04:42.748837+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:43.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:42 smithi007 bash[22721]: cluster 2024-09-13T13:04:41.431727+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:43.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:42 smithi007 bash[22721]: cluster 2024-09-13T13:04:41.431727+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:43.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:42 smithi007 bash[22721]: audit 2024-09-13T13:04:42.739493+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:43.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:42 smithi007 bash[22721]: audit 2024-09-13T13:04:42.739493+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:43.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:42 smithi007 bash[22721]: audit 2024-09-13T13:04:42.744098+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:43.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:42 smithi007 bash[22721]: audit 2024-09-13T13:04:42.744098+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:43.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:42 smithi007 bash[22721]: audit 2024-09-13T13:04:42.748837+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:43.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:42 smithi007 bash[22721]: audit 2024-09-13T13:04:42.748837+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:45.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:44 smithi053 bash[23444]: cluster 2024-09-13T13:04:43.432184+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:45.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:44 smithi053 bash[23444]: cluster 2024-09-13T13:04:43.432184+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:45.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:44 smithi077 bash[23251]: cluster 2024-09-13T13:04:43.432184+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:45.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:44 smithi077 bash[23251]: cluster 2024-09-13T13:04:43.432184+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:45.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:44 smithi007 bash[22721]: cluster 2024-09-13T13:04:43.432184+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:45.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:44 smithi007 bash[22721]: cluster 2024-09-13T13:04:43.432184+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:47.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:46 smithi007 bash[22721]: cluster 2024-09-13T13:04:45.432584+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:47.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:46 smithi007 bash[22721]: cluster 2024-09-13T13:04:45.432584+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:47.217 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:46 smithi053 bash[23444]: cluster 2024-09-13T13:04:45.432584+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:47.217 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:46 smithi053 bash[23444]: cluster 2024-09-13T13:04:45.432584+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:47.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:46 smithi077 bash[23251]: cluster 2024-09-13T13:04:45.432584+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:47.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:46 smithi077 bash[23251]: cluster 2024-09-13T13:04:45.432584+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:48.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:47 smithi053 bash[23444]: audit 2024-09-13T13:04:47.602403+0000 mon.a (mon.0) 394 : audit [INF] from='client.? 172.21.15.7:0/1777737366' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "94b4e99b-797a-46a1-8930-4f58e2983a1f"} : dispatch 2024-09-13T13:04:48.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:47 smithi053 bash[23444]: audit 2024-09-13T13:04:47.602403+0000 mon.a (mon.0) 394 : audit [INF] from='client.? 172.21.15.7:0/1777737366' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "94b4e99b-797a-46a1-8930-4f58e2983a1f"} : dispatch 2024-09-13T13:04:48.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:47 smithi053 bash[23444]: audit 2024-09-13T13:04:47.604474+0000 mon.a (mon.0) 395 : audit [INF] from='client.? 172.21.15.7:0/1777737366' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "94b4e99b-797a-46a1-8930-4f58e2983a1f"}]': finished 2024-09-13T13:04:48.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:47 smithi053 bash[23444]: audit 2024-09-13T13:04:47.604474+0000 mon.a (mon.0) 395 : audit [INF] from='client.? 172.21.15.7:0/1777737366' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "94b4e99b-797a-46a1-8930-4f58e2983a1f"}]': finished 2024-09-13T13:04:48.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:47 smithi053 bash[23444]: cluster 2024-09-13T13:04:47.609379+0000 mon.a (mon.0) 396 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-13T13:04:48.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:47 smithi053 bash[23444]: cluster 2024-09-13T13:04:47.609379+0000 mon.a (mon.0) 396 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-13T13:04:48.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:47 smithi053 bash[23444]: audit 2024-09-13T13:04:47.609663+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-13T13:04:48.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:47 smithi053 bash[23444]: audit 2024-09-13T13:04:47.609663+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-13T13:04:48.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:47 smithi077 bash[23251]: audit 2024-09-13T13:04:47.602403+0000 mon.a (mon.0) 394 : audit [INF] from='client.? 172.21.15.7:0/1777737366' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "94b4e99b-797a-46a1-8930-4f58e2983a1f"} : dispatch 2024-09-13T13:04:48.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:47 smithi077 bash[23251]: audit 2024-09-13T13:04:47.602403+0000 mon.a (mon.0) 394 : audit [INF] from='client.? 172.21.15.7:0/1777737366' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "94b4e99b-797a-46a1-8930-4f58e2983a1f"} : dispatch 2024-09-13T13:04:48.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:47 smithi077 bash[23251]: audit 2024-09-13T13:04:47.604474+0000 mon.a (mon.0) 395 : audit [INF] from='client.? 172.21.15.7:0/1777737366' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "94b4e99b-797a-46a1-8930-4f58e2983a1f"}]': finished 2024-09-13T13:04:48.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:47 smithi077 bash[23251]: audit 2024-09-13T13:04:47.604474+0000 mon.a (mon.0) 395 : audit [INF] from='client.? 172.21.15.7:0/1777737366' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "94b4e99b-797a-46a1-8930-4f58e2983a1f"}]': finished 2024-09-13T13:04:48.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:47 smithi077 bash[23251]: cluster 2024-09-13T13:04:47.609379+0000 mon.a (mon.0) 396 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-13T13:04:48.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:47 smithi077 bash[23251]: cluster 2024-09-13T13:04:47.609379+0000 mon.a (mon.0) 396 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-13T13:04:48.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:47 smithi077 bash[23251]: audit 2024-09-13T13:04:47.609663+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-13T13:04:48.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:47 smithi077 bash[23251]: audit 2024-09-13T13:04:47.609663+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-13T13:04:48.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:47 smithi007 bash[22721]: audit 2024-09-13T13:04:47.602403+0000 mon.a (mon.0) 394 : audit [INF] from='client.? 172.21.15.7:0/1777737366' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "94b4e99b-797a-46a1-8930-4f58e2983a1f"} : dispatch 2024-09-13T13:04:48.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:47 smithi007 bash[22721]: audit 2024-09-13T13:04:47.602403+0000 mon.a (mon.0) 394 : audit [INF] from='client.? 172.21.15.7:0/1777737366' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "94b4e99b-797a-46a1-8930-4f58e2983a1f"} : dispatch 2024-09-13T13:04:48.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:47 smithi007 bash[22721]: audit 2024-09-13T13:04:47.604474+0000 mon.a (mon.0) 395 : audit [INF] from='client.? 172.21.15.7:0/1777737366' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "94b4e99b-797a-46a1-8930-4f58e2983a1f"}]': finished 2024-09-13T13:04:48.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:47 smithi007 bash[22721]: audit 2024-09-13T13:04:47.604474+0000 mon.a (mon.0) 395 : audit [INF] from='client.? 172.21.15.7:0/1777737366' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "94b4e99b-797a-46a1-8930-4f58e2983a1f"}]': finished 2024-09-13T13:04:48.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:47 smithi007 bash[22721]: cluster 2024-09-13T13:04:47.609379+0000 mon.a (mon.0) 396 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-13T13:04:48.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:47 smithi007 bash[22721]: cluster 2024-09-13T13:04:47.609379+0000 mon.a (mon.0) 396 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-13T13:04:48.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:47 smithi007 bash[22721]: audit 2024-09-13T13:04:47.609663+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-13T13:04:48.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:47 smithi007 bash[22721]: audit 2024-09-13T13:04:47.609663+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-13T13:04:49.017 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:48 smithi007 bash[22721]: cluster 2024-09-13T13:04:47.432855+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:49.017 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:48 smithi007 bash[22721]: cluster 2024-09-13T13:04:47.432855+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:49.017 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:48 smithi007 bash[22721]: audit 2024-09-13T13:04:48.239880+0000 mon.a (mon.0) 398 : audit [DBG] from='client.? 172.21.15.7:0/256556720' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-13T13:04:49.017 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:48 smithi007 bash[22721]: audit 2024-09-13T13:04:48.239880+0000 mon.a (mon.0) 398 : audit [DBG] from='client.? 172.21.15.7:0/256556720' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-13T13:04:49.017 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:48 smithi007 bash[22721]: audit 2024-09-13T13:04:48.705122+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:49.018 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:48 smithi007 bash[22721]: audit 2024-09-13T13:04:48.705122+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:49.018 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:48 smithi007 bash[22721]: audit 2024-09-13T13:04:48.710508+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:49.018 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:48 smithi007 bash[22721]: audit 2024-09-13T13:04:48.710508+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:49.018 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:48 smithi007 bash[22721]: audit 2024-09-13T13:04:48.715307+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:49.018 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:48 smithi007 bash[22721]: audit 2024-09-13T13:04:48.715307+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:49.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:48 smithi053 bash[23444]: cluster 2024-09-13T13:04:47.432855+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:49.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:48 smithi053 bash[23444]: cluster 2024-09-13T13:04:47.432855+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:49.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:48 smithi053 bash[23444]: audit 2024-09-13T13:04:48.239880+0000 mon.a (mon.0) 398 : audit [DBG] from='client.? 172.21.15.7:0/256556720' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-13T13:04:49.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:48 smithi053 bash[23444]: audit 2024-09-13T13:04:48.239880+0000 mon.a (mon.0) 398 : audit [DBG] from='client.? 172.21.15.7:0/256556720' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-13T13:04:49.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:48 smithi053 bash[23444]: audit 2024-09-13T13:04:48.705122+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:49.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:48 smithi053 bash[23444]: audit 2024-09-13T13:04:48.705122+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:49.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:48 smithi053 bash[23444]: audit 2024-09-13T13:04:48.710508+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:49.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:48 smithi053 bash[23444]: audit 2024-09-13T13:04:48.710508+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:49.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:48 smithi053 bash[23444]: audit 2024-09-13T13:04:48.715307+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:49.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:48 smithi053 bash[23444]: audit 2024-09-13T13:04:48.715307+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:49.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:48 smithi077 bash[23251]: cluster 2024-09-13T13:04:47.432855+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:49.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:48 smithi077 bash[23251]: cluster 2024-09-13T13:04:47.432855+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:49.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:48 smithi077 bash[23251]: audit 2024-09-13T13:04:48.239880+0000 mon.a (mon.0) 398 : audit [DBG] from='client.? 172.21.15.7:0/256556720' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-13T13:04:49.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:48 smithi077 bash[23251]: audit 2024-09-13T13:04:48.239880+0000 mon.a (mon.0) 398 : audit [DBG] from='client.? 172.21.15.7:0/256556720' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-13T13:04:49.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:48 smithi077 bash[23251]: audit 2024-09-13T13:04:48.705122+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:49.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:48 smithi077 bash[23251]: audit 2024-09-13T13:04:48.705122+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:49.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:48 smithi077 bash[23251]: audit 2024-09-13T13:04:48.710508+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:49.232 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:48 smithi077 bash[23251]: audit 2024-09-13T13:04:48.710508+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:49.232 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:48 smithi077 bash[23251]: audit 2024-09-13T13:04:48.715307+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:49.232 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:48 smithi077 bash[23251]: audit 2024-09-13T13:04:48.715307+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:51.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:50 smithi053 bash[23444]: cluster 2024-09-13T13:04:49.433243+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:51.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:50 smithi053 bash[23444]: cluster 2024-09-13T13:04:49.433243+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:51.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:50 smithi077 bash[23251]: cluster 2024-09-13T13:04:49.433243+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:51.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:50 smithi077 bash[23251]: cluster 2024-09-13T13:04:49.433243+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:51.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:50 smithi007 bash[22721]: cluster 2024-09-13T13:04:49.433243+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:51.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:50 smithi007 bash[22721]: cluster 2024-09-13T13:04:49.433243+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:53.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:52 smithi053 bash[23444]: cluster 2024-09-13T13:04:51.433679+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:53.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:52 smithi053 bash[23444]: cluster 2024-09-13T13:04:51.433679+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:53.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:52 smithi053 bash[23444]: audit 2024-09-13T13:04:52.848870+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:53.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:52 smithi053 bash[23444]: audit 2024-09-13T13:04:52.848870+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:53.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:52 smithi053 bash[23444]: audit 2024-09-13T13:04:52.856754+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:53.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:52 smithi053 bash[23444]: audit 2024-09-13T13:04:52.856754+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:53.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:52 smithi053 bash[23444]: audit 2024-09-13T13:04:52.866258+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:53.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:52 smithi053 bash[23444]: audit 2024-09-13T13:04:52.866258+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:53.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:52 smithi077 bash[23251]: cluster 2024-09-13T13:04:51.433679+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:53.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:52 smithi077 bash[23251]: cluster 2024-09-13T13:04:51.433679+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:53.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:52 smithi077 bash[23251]: audit 2024-09-13T13:04:52.848870+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:53.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:52 smithi077 bash[23251]: audit 2024-09-13T13:04:52.848870+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:53.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:52 smithi077 bash[23251]: audit 2024-09-13T13:04:52.856754+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:53.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:52 smithi077 bash[23251]: audit 2024-09-13T13:04:52.856754+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:53.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:52 smithi077 bash[23251]: audit 2024-09-13T13:04:52.866258+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:53.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:52 smithi077 bash[23251]: audit 2024-09-13T13:04:52.866258+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:53.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:52 smithi007 bash[22721]: cluster 2024-09-13T13:04:51.433679+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:53.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:52 smithi007 bash[22721]: cluster 2024-09-13T13:04:51.433679+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:53.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:52 smithi007 bash[22721]: audit 2024-09-13T13:04:52.848870+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:53.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:52 smithi007 bash[22721]: audit 2024-09-13T13:04:52.848870+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:53.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:52 smithi007 bash[22721]: audit 2024-09-13T13:04:52.856754+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:53.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:52 smithi007 bash[22721]: audit 2024-09-13T13:04:52.856754+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:53.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:52 smithi007 bash[22721]: audit 2024-09-13T13:04:52.866258+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:53.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:52 smithi007 bash[22721]: audit 2024-09-13T13:04:52.866258+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:04:55.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:54 smithi053 bash[23444]: cluster 2024-09-13T13:04:53.434088+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:55.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:54 smithi053 bash[23444]: cluster 2024-09-13T13:04:53.434088+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:55.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:54 smithi077 bash[23251]: cluster 2024-09-13T13:04:53.434088+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:55.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:54 smithi077 bash[23251]: cluster 2024-09-13T13:04:53.434088+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:55.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:54 smithi007 bash[22721]: cluster 2024-09-13T13:04:53.434088+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:55.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:54 smithi007 bash[22721]: cluster 2024-09-13T13:04:53.434088+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:57.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:56 smithi077 bash[23251]: cluster 2024-09-13T13:04:55.434529+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:57.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:56 smithi077 bash[23251]: cluster 2024-09-13T13:04:55.434529+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:57.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:56 smithi007 bash[22721]: cluster 2024-09-13T13:04:55.434529+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:57.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:56 smithi007 bash[22721]: cluster 2024-09-13T13:04:55.434529+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:57.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:56 smithi053 bash[23444]: cluster 2024-09-13T13:04:55.434529+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:57.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:56 smithi053 bash[23444]: cluster 2024-09-13T13:04:55.434529+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:59.142 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:58 smithi007 bash[22721]: cluster 2024-09-13T13:04:57.435020+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:59.142 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:04:58 smithi007 bash[22721]: cluster 2024-09-13T13:04:57.435020+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:59.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:58 smithi077 bash[23251]: cluster 2024-09-13T13:04:57.435020+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:59.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:04:58 smithi077 bash[23251]: cluster 2024-09-13T13:04:57.435020+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:59.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:58 smithi053 bash[23444]: cluster 2024-09-13T13:04:57.435020+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:04:59.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:04:58 smithi053 bash[23444]: cluster 2024-09-13T13:04:57.435020+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:01.230 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:00 smithi007 bash[22721]: cluster 2024-09-13T13:04:59.435485+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:01.230 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:00 smithi007 bash[22721]: cluster 2024-09-13T13:04:59.435485+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:01.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:00 smithi077 bash[23251]: cluster 2024-09-13T13:04:59.435485+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:01.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:00 smithi077 bash[23251]: cluster 2024-09-13T13:04:59.435485+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:01.374 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:00 smithi053 bash[23444]: cluster 2024-09-13T13:04:59.435485+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:01.374 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:00 smithi053 bash[23444]: cluster 2024-09-13T13:04:59.435485+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:03.063 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:02 smithi007 bash[22721]: cluster 2024-09-13T13:05:01.435859+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:03.063 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:02 smithi007 bash[22721]: cluster 2024-09-13T13:05:01.435859+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:03.063 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:02 smithi007 bash[22721]: audit 2024-09-13T13:05:02.587484+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-13T13:05:03.063 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:02 smithi007 bash[22721]: audit 2024-09-13T13:05:02.587484+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-13T13:05:03.063 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:02 smithi007 bash[22721]: audit 2024-09-13T13:05:02.589329+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:05:03.064 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:02 smithi007 bash[22721]: audit 2024-09-13T13:05:02.589329+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:05:03.064 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:02 smithi007 bash[22721]: audit 2024-09-13T13:05:02.952718+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:03.064 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:02 smithi007 bash[22721]: audit 2024-09-13T13:05:02.952718+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:03.064 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:02 smithi007 bash[22721]: audit 2024-09-13T13:05:02.959896+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:03.064 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:02 smithi007 bash[22721]: audit 2024-09-13T13:05:02.959896+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:03.064 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:02 smithi007 bash[22721]: audit 2024-09-13T13:05:02.969155+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:03.064 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:02 smithi007 bash[22721]: audit 2024-09-13T13:05:02.969155+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:03.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:02 smithi077 bash[23251]: cluster 2024-09-13T13:05:01.435859+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:03.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:02 smithi077 bash[23251]: cluster 2024-09-13T13:05:01.435859+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:03.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:02 smithi077 bash[23251]: audit 2024-09-13T13:05:02.587484+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-13T13:05:03.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:02 smithi077 bash[23251]: audit 2024-09-13T13:05:02.587484+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-13T13:05:03.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:02 smithi077 bash[23251]: audit 2024-09-13T13:05:02.589329+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:05:03.232 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:02 smithi077 bash[23251]: audit 2024-09-13T13:05:02.589329+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:05:03.232 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:02 smithi077 bash[23251]: audit 2024-09-13T13:05:02.952718+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:03.232 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:02 smithi077 bash[23251]: audit 2024-09-13T13:05:02.952718+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:03.232 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:02 smithi077 bash[23251]: audit 2024-09-13T13:05:02.959896+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:03.232 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:02 smithi077 bash[23251]: audit 2024-09-13T13:05:02.959896+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:03.232 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:02 smithi077 bash[23251]: audit 2024-09-13T13:05:02.969155+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:03.232 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:02 smithi077 bash[23251]: audit 2024-09-13T13:05:02.969155+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:03.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:02 smithi053 bash[23444]: cluster 2024-09-13T13:05:01.435859+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:03.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:02 smithi053 bash[23444]: cluster 2024-09-13T13:05:01.435859+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:03.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:02 smithi053 bash[23444]: audit 2024-09-13T13:05:02.587484+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-13T13:05:03.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:02 smithi053 bash[23444]: audit 2024-09-13T13:05:02.587484+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-13T13:05:03.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:02 smithi053 bash[23444]: audit 2024-09-13T13:05:02.589329+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:05:03.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:02 smithi053 bash[23444]: audit 2024-09-13T13:05:02.589329+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:05:03.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:02 smithi053 bash[23444]: audit 2024-09-13T13:05:02.952718+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:03.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:02 smithi053 bash[23444]: audit 2024-09-13T13:05:02.952718+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:03.466 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:02 smithi053 bash[23444]: audit 2024-09-13T13:05:02.959896+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:03.466 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:02 smithi053 bash[23444]: audit 2024-09-13T13:05:02.959896+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:03.466 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:02 smithi053 bash[23444]: audit 2024-09-13T13:05:02.969155+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:03.466 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:02 smithi053 bash[23444]: audit 2024-09-13T13:05:02.969155+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:04.282 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:03 smithi007 bash[22721]: cephadm 2024-09-13T13:05:02.590757+0000 mgr.a (mgr.14152) 137 : cephadm [INF] Deploying daemon osd.0 on smithi007 2024-09-13T13:05:04.283 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:03 smithi007 bash[22721]: cephadm 2024-09-13T13:05:02.590757+0000 mgr.a (mgr.14152) 137 : cephadm [INF] Deploying daemon osd.0 on smithi007 2024-09-13T13:05:04.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:03 smithi053 bash[23444]: cephadm 2024-09-13T13:05:02.590757+0000 mgr.a (mgr.14152) 137 : cephadm [INF] Deploying daemon osd.0 on smithi007 2024-09-13T13:05:04.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:03 smithi053 bash[23444]: cephadm 2024-09-13T13:05:02.590757+0000 mgr.a (mgr.14152) 137 : cephadm [INF] Deploying daemon osd.0 on smithi007 2024-09-13T13:05:04.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:03 smithi077 bash[23251]: cephadm 2024-09-13T13:05:02.590757+0000 mgr.a (mgr.14152) 137 : cephadm [INF] Deploying daemon osd.0 on smithi007 2024-09-13T13:05:04.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:03 smithi077 bash[23251]: cephadm 2024-09-13T13:05:02.590757+0000 mgr.a (mgr.14152) 137 : cephadm [INF] Deploying daemon osd.0 on smithi007 2024-09-13T13:05:05.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:04 smithi007 bash[22721]: cluster 2024-09-13T13:05:03.436278+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:05.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:04 smithi007 bash[22721]: cluster 2024-09-13T13:05:03.436278+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:05.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:04 smithi053 bash[23444]: cluster 2024-09-13T13:05:03.436278+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:05.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:04 smithi053 bash[23444]: cluster 2024-09-13T13:05:03.436278+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:05.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:04 smithi077 bash[23251]: cluster 2024-09-13T13:05:03.436278+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:05.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:04 smithi077 bash[23251]: cluster 2024-09-13T13:05:03.436278+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:07.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:06 smithi007 bash[22721]: cluster 2024-09-13T13:05:05.436705+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:07.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:06 smithi007 bash[22721]: cluster 2024-09-13T13:05:05.436705+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:07.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:06 smithi053 bash[23444]: cluster 2024-09-13T13:05:05.436705+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:07.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:06 smithi053 bash[23444]: cluster 2024-09-13T13:05:05.436705+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:07.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:06 smithi077 bash[23251]: cluster 2024-09-13T13:05:05.436705+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:07.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:06 smithi077 bash[23251]: cluster 2024-09-13T13:05:05.436705+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:09.038 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:05:08 smithi007 systemd[1]: /etc/systemd/system/ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T13:05:09.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:08 smithi007 systemd[1]: /etc/systemd/system/ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T13:05:09.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:08 smithi007 bash[22721]: cluster 2024-09-13T13:05:07.437103+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:09.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:08 smithi007 bash[22721]: cluster 2024-09-13T13:05:07.437103+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:09.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:08 smithi007 bash[22721]: audit 2024-09-13T13:05:08.922198+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:09.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:08 smithi007 bash[22721]: audit 2024-09-13T13:05:08.922198+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:09.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:08 smithi007 bash[22721]: audit 2024-09-13T13:05:08.927396+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:09.039 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:08 smithi007 bash[22721]: audit 2024-09-13T13:05:08.927396+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:09.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:08 smithi007 bash[22721]: audit 2024-09-13T13:05:08.931801+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:09.040 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:08 smithi007 bash[22721]: audit 2024-09-13T13:05:08.931801+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:09.336 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:09 smithi007 systemd[1]: /etc/systemd/system/ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T13:05:09.336 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:05:09 smithi007 systemd[1]: /etc/systemd/system/ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T13:05:09.371 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:08 smithi053 bash[23444]: cluster 2024-09-13T13:05:07.437103+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:09.371 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:08 smithi053 bash[23444]: cluster 2024-09-13T13:05:07.437103+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:09.372 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:08 smithi053 bash[23444]: audit 2024-09-13T13:05:08.922198+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:09.372 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:08 smithi053 bash[23444]: audit 2024-09-13T13:05:08.922198+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:09.372 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:08 smithi053 bash[23444]: audit 2024-09-13T13:05:08.927396+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:09.372 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:08 smithi053 bash[23444]: audit 2024-09-13T13:05:08.927396+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:09.372 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:08 smithi053 bash[23444]: audit 2024-09-13T13:05:08.931801+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:09.372 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:08 smithi053 bash[23444]: audit 2024-09-13T13:05:08.931801+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:09.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:08 smithi077 bash[23251]: cluster 2024-09-13T13:05:07.437103+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:09.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:08 smithi077 bash[23251]: cluster 2024-09-13T13:05:07.437103+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:09.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:08 smithi077 bash[23251]: audit 2024-09-13T13:05:08.922198+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:09.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:08 smithi077 bash[23251]: audit 2024-09-13T13:05:08.922198+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:09.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:08 smithi077 bash[23251]: audit 2024-09-13T13:05:08.927396+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:09.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:08 smithi077 bash[23251]: audit 2024-09-13T13:05:08.927396+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:09.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:08 smithi077 bash[23251]: audit 2024-09-13T13:05:08.931801+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:09.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:08 smithi077 bash[23251]: audit 2024-09-13T13:05:08.931801+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:10.217 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:09 smithi053 bash[23444]: cephadm 2024-09-13T13:05:08.928564+0000 mgr.a (mgr.14152) 141 : cephadm [INF] Detected new or changed devices on smithi007 2024-09-13T13:05:10.217 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:09 smithi053 bash[23444]: cephadm 2024-09-13T13:05:08.928564+0000 mgr.a (mgr.14152) 141 : cephadm [INF] Detected new or changed devices on smithi007 2024-09-13T13:05:10.217 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:09 smithi053 bash[23444]: audit 2024-09-13T13:05:09.299104+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:05:10.218 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:09 smithi053 bash[23444]: audit 2024-09-13T13:05:09.299104+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:05:10.218 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:09 smithi053 bash[23444]: audit 2024-09-13T13:05:09.303526+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:10.218 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:09 smithi053 bash[23444]: audit 2024-09-13T13:05:09.303526+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:10.218 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:09 smithi053 bash[23444]: audit 2024-09-13T13:05:09.303815+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:05:10.218 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:09 smithi053 bash[23444]: audit 2024-09-13T13:05:09.303815+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:05:10.218 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:09 smithi053 bash[23444]: audit 2024-09-13T13:05:09.304991+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:05:10.219 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:09 smithi053 bash[23444]: audit 2024-09-13T13:05:09.304991+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:05:10.219 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:09 smithi053 bash[23444]: audit 2024-09-13T13:05:09.308451+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:10.219 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:09 smithi053 bash[23444]: audit 2024-09-13T13:05:09.308451+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:10.219 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:09 smithi053 bash[23444]: audit 2024-09-13T13:05:09.313168+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:10.219 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:09 smithi053 bash[23444]: audit 2024-09-13T13:05:09.313168+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:10.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:09 smithi007 bash[22721]: cephadm 2024-09-13T13:05:08.928564+0000 mgr.a (mgr.14152) 141 : cephadm [INF] Detected new or changed devices on smithi007 2024-09-13T13:05:10.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:09 smithi007 bash[22721]: cephadm 2024-09-13T13:05:08.928564+0000 mgr.a (mgr.14152) 141 : cephadm [INF] Detected new or changed devices on smithi007 2024-09-13T13:05:10.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:09 smithi007 bash[22721]: audit 2024-09-13T13:05:09.299104+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:05:10.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:09 smithi007 bash[22721]: audit 2024-09-13T13:05:09.299104+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:05:10.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:09 smithi007 bash[22721]: audit 2024-09-13T13:05:09.303526+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:10.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:09 smithi007 bash[22721]: audit 2024-09-13T13:05:09.303526+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:10.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:09 smithi007 bash[22721]: audit 2024-09-13T13:05:09.303815+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:05:10.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:09 smithi007 bash[22721]: audit 2024-09-13T13:05:09.303815+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:05:10.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:09 smithi007 bash[22721]: audit 2024-09-13T13:05:09.304991+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:05:10.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:09 smithi007 bash[22721]: audit 2024-09-13T13:05:09.304991+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:05:10.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:09 smithi007 bash[22721]: audit 2024-09-13T13:05:09.308451+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:10.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:09 smithi007 bash[22721]: audit 2024-09-13T13:05:09.308451+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:10.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:09 smithi007 bash[22721]: audit 2024-09-13T13:05:09.313168+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:10.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:09 smithi007 bash[22721]: audit 2024-09-13T13:05:09.313168+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:10.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:09 smithi077 bash[23251]: cephadm 2024-09-13T13:05:08.928564+0000 mgr.a (mgr.14152) 141 : cephadm [INF] Detected new or changed devices on smithi007 2024-09-13T13:05:10.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:09 smithi077 bash[23251]: cephadm 2024-09-13T13:05:08.928564+0000 mgr.a (mgr.14152) 141 : cephadm [INF] Detected new or changed devices on smithi007 2024-09-13T13:05:10.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:09 smithi077 bash[23251]: audit 2024-09-13T13:05:09.299104+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:05:10.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:09 smithi077 bash[23251]: audit 2024-09-13T13:05:09.299104+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:05:10.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:09 smithi077 bash[23251]: audit 2024-09-13T13:05:09.303526+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:10.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:09 smithi077 bash[23251]: audit 2024-09-13T13:05:09.303526+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:10.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:09 smithi077 bash[23251]: audit 2024-09-13T13:05:09.303815+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:05:10.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:09 smithi077 bash[23251]: audit 2024-09-13T13:05:09.303815+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:05:10.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:09 smithi077 bash[23251]: audit 2024-09-13T13:05:09.304991+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:05:10.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:09 smithi077 bash[23251]: audit 2024-09-13T13:05:09.304991+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:05:10.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:09 smithi077 bash[23251]: audit 2024-09-13T13:05:09.308451+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:10.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:09 smithi077 bash[23251]: audit 2024-09-13T13:05:09.308451+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:10.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:09 smithi077 bash[23251]: audit 2024-09-13T13:05:09.313168+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:10.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:09 smithi077 bash[23251]: audit 2024-09-13T13:05:09.313168+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:11.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:10 smithi007 bash[22721]: cluster 2024-09-13T13:05:09.437540+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:11.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:10 smithi007 bash[22721]: cluster 2024-09-13T13:05:09.437540+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:11.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:10 smithi053 bash[23444]: cluster 2024-09-13T13:05:09.437540+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:11.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:10 smithi053 bash[23444]: cluster 2024-09-13T13:05:09.437540+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:11.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:10 smithi077 bash[23251]: cluster 2024-09-13T13:05:09.437540+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:11.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:10 smithi077 bash[23251]: cluster 2024-09-13T13:05:09.437540+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:13.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:13 smithi007 bash[22721]: cluster 2024-09-13T13:05:11.437914+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:13.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:13 smithi007 bash[22721]: cluster 2024-09-13T13:05:11.437914+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:13.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:13 smithi053 bash[23444]: cluster 2024-09-13T13:05:11.437914+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:13.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:13 smithi053 bash[23444]: cluster 2024-09-13T13:05:11.437914+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:13.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:13 smithi077 bash[23251]: cluster 2024-09-13T13:05:11.437914+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:13.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:13 smithi077 bash[23251]: cluster 2024-09-13T13:05:11.437914+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:14.449 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:14 smithi007 bash[22721]: audit 2024-09-13T13:05:13.082281+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:14.449 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:14 smithi007 bash[22721]: audit 2024-09-13T13:05:13.082281+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:14.449 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:14 smithi007 bash[22721]: audit 2024-09-13T13:05:13.090152+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:14.449 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:14 smithi007 bash[22721]: audit 2024-09-13T13:05:13.090152+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:14.449 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:14 smithi007 bash[22721]: audit 2024-09-13T13:05:13.099470+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:14.449 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:14 smithi007 bash[22721]: audit 2024-09-13T13:05:13.099470+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:14.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:14 smithi053 bash[23444]: audit 2024-09-13T13:05:13.082281+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:14.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:14 smithi053 bash[23444]: audit 2024-09-13T13:05:13.082281+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:14.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:14 smithi053 bash[23444]: audit 2024-09-13T13:05:13.090152+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:14.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:14 smithi053 bash[23444]: audit 2024-09-13T13:05:13.090152+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:14.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:14 smithi053 bash[23444]: audit 2024-09-13T13:05:13.099470+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:14.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:14 smithi053 bash[23444]: audit 2024-09-13T13:05:13.099470+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:14.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:14 smithi077 bash[23251]: audit 2024-09-13T13:05:13.082281+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:14.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:14 smithi077 bash[23251]: audit 2024-09-13T13:05:13.082281+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:14.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:14 smithi077 bash[23251]: audit 2024-09-13T13:05:13.090152+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:14.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:14 smithi077 bash[23251]: audit 2024-09-13T13:05:13.090152+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:14.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:14 smithi077 bash[23251]: audit 2024-09-13T13:05:13.099470+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:14.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:14 smithi077 bash[23251]: audit 2024-09-13T13:05:13.099470+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:15.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:15 smithi007 bash[22721]: cluster 2024-09-13T13:05:13.438337+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:15.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:15 smithi007 bash[22721]: cluster 2024-09-13T13:05:13.438337+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:15.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:15 smithi007 bash[22721]: audit 2024-09-13T13:05:14.438683+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:15.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:15 smithi007 bash[22721]: audit 2024-09-13T13:05:14.438683+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:15.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:15 smithi007 bash[22721]: audit 2024-09-13T13:05:14.442885+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:15.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:15 smithi007 bash[22721]: audit 2024-09-13T13:05:14.442885+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:15.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:15 smithi007 bash[22721]: audit 2024-09-13T13:05:14.447922+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:15.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:15 smithi007 bash[22721]: audit 2024-09-13T13:05:14.447922+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:15.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:15 smithi053 bash[23444]: cluster 2024-09-13T13:05:13.438337+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:15.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:15 smithi053 bash[23444]: cluster 2024-09-13T13:05:13.438337+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:15.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:15 smithi053 bash[23444]: audit 2024-09-13T13:05:14.438683+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:15.466 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:15 smithi053 bash[23444]: audit 2024-09-13T13:05:14.438683+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:15.466 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:15 smithi053 bash[23444]: audit 2024-09-13T13:05:14.442885+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:15.466 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:15 smithi053 bash[23444]: audit 2024-09-13T13:05:14.442885+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:15.466 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:15 smithi053 bash[23444]: audit 2024-09-13T13:05:14.447922+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:15.466 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:15 smithi053 bash[23444]: audit 2024-09-13T13:05:14.447922+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:15.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:15 smithi077 bash[23251]: cluster 2024-09-13T13:05:13.438337+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:15.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:15 smithi077 bash[23251]: cluster 2024-09-13T13:05:13.438337+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:15.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:15 smithi077 bash[23251]: audit 2024-09-13T13:05:14.438683+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:15.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:15 smithi077 bash[23251]: audit 2024-09-13T13:05:14.438683+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:15.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:15 smithi077 bash[23251]: audit 2024-09-13T13:05:14.442885+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:15.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:15 smithi077 bash[23251]: audit 2024-09-13T13:05:14.442885+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:15.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:15 smithi077 bash[23251]: audit 2024-09-13T13:05:14.447922+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:15.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:15 smithi077 bash[23251]: audit 2024-09-13T13:05:14.447922+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:17.419 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:17 smithi007 bash[22721]: cluster 2024-09-13T13:05:15.438738+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:17.419 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:17 smithi007 bash[22721]: cluster 2024-09-13T13:05:15.438738+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:17.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:17 smithi053 bash[23444]: cluster 2024-09-13T13:05:15.438738+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:17.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:17 smithi053 bash[23444]: cluster 2024-09-13T13:05:15.438738+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:17.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:17 smithi077 bash[23251]: cluster 2024-09-13T13:05:15.438738+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:17.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:17 smithi077 bash[23251]: cluster 2024-09-13T13:05:15.438738+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:19.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:19 smithi053 bash[23444]: cluster 2024-09-13T13:05:17.439043+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:19.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:19 smithi053 bash[23444]: cluster 2024-09-13T13:05:17.439043+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:19.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:19 smithi077 bash[23251]: cluster 2024-09-13T13:05:17.439043+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:19.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:19 smithi077 bash[23251]: cluster 2024-09-13T13:05:17.439043+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:19.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:19 smithi007 bash[22721]: cluster 2024-09-13T13:05:17.439043+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:19.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:19 smithi007 bash[22721]: cluster 2024-09-13T13:05:17.439043+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:21.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:21 smithi053 bash[23444]: cluster 2024-09-13T13:05:19.439438+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:21.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:21 smithi053 bash[23444]: cluster 2024-09-13T13:05:19.439438+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:21.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:21 smithi053 bash[23444]: audit 2024-09-13T13:05:20.798455+0000 mon.a (mon.0) 425 : audit [INF] from='osd.0 [v2:172.21.15.7:6802/893855708,v1:172.21.15.7:6803/893855708]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-13T13:05:21.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:21 smithi053 bash[23444]: audit 2024-09-13T13:05:20.798455+0000 mon.a (mon.0) 425 : audit [INF] from='osd.0 [v2:172.21.15.7:6802/893855708,v1:172.21.15.7:6803/893855708]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-13T13:05:21.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:21 smithi077 bash[23251]: cluster 2024-09-13T13:05:19.439438+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:21.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:21 smithi077 bash[23251]: cluster 2024-09-13T13:05:19.439438+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:21.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:21 smithi077 bash[23251]: audit 2024-09-13T13:05:20.798455+0000 mon.a (mon.0) 425 : audit [INF] from='osd.0 [v2:172.21.15.7:6802/893855708,v1:172.21.15.7:6803/893855708]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-13T13:05:21.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:21 smithi077 bash[23251]: audit 2024-09-13T13:05:20.798455+0000 mon.a (mon.0) 425 : audit [INF] from='osd.0 [v2:172.21.15.7:6802/893855708,v1:172.21.15.7:6803/893855708]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-13T13:05:21.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:21 smithi007 bash[22721]: cluster 2024-09-13T13:05:19.439438+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:21.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:21 smithi007 bash[22721]: cluster 2024-09-13T13:05:19.439438+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:21.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:21 smithi007 bash[22721]: audit 2024-09-13T13:05:20.798455+0000 mon.a (mon.0) 425 : audit [INF] from='osd.0 [v2:172.21.15.7:6802/893855708,v1:172.21.15.7:6803/893855708]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-13T13:05:21.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:21 smithi007 bash[22721]: audit 2024-09-13T13:05:20.798455+0000 mon.a (mon.0) 425 : audit [INF] from='osd.0 [v2:172.21.15.7:6802/893855708,v1:172.21.15.7:6803/893855708]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-13T13:05:21.632 INFO:teuthology.orchestra.run.smithi007.stdout:Created osd(s) 0 on host 'smithi007' 2024-09-13T13:05:22.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:22 smithi053 bash[23444]: audit 2024-09-13T13:05:21.111662+0000 mon.a (mon.0) 426 : audit [INF] from='osd.0 [v2:172.21.15.7:6802/893855708,v1:172.21.15.7:6803/893855708]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-13T13:05:22.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:22 smithi053 bash[23444]: audit 2024-09-13T13:05:21.111662+0000 mon.a (mon.0) 426 : audit [INF] from='osd.0 [v2:172.21.15.7:6802/893855708,v1:172.21.15.7:6803/893855708]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-13T13:05:22.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:22 smithi053 bash[23444]: cluster 2024-09-13T13:05:21.116765+0000 mon.a (mon.0) 427 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-13T13:05:22.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:22 smithi053 bash[23444]: cluster 2024-09-13T13:05:21.116765+0000 mon.a (mon.0) 427 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-13T13:05:22.466 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:22 smithi053 bash[23444]: audit 2024-09-13T13:05:21.117627+0000 mon.a (mon.0) 428 : audit [INF] from='osd.0 [v2:172.21.15.7:6802/893855708,v1:172.21.15.7:6803/893855708]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi007", "root=default"]} : dispatch 2024-09-13T13:05:22.466 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:22 smithi053 bash[23444]: audit 2024-09-13T13:05:21.117627+0000 mon.a (mon.0) 428 : audit [INF] from='osd.0 [v2:172.21.15.7:6802/893855708,v1:172.21.15.7:6803/893855708]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi007", "root=default"]} : dispatch 2024-09-13T13:05:22.466 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:22 smithi053 bash[23444]: audit 2024-09-13T13:05:21.118157+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-13T13:05:22.466 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:22 smithi053 bash[23444]: audit 2024-09-13T13:05:21.118157+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-13T13:05:22.466 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:22 smithi053 bash[23444]: audit 2024-09-13T13:05:21.620496+0000 mon.a (mon.0) 430 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:05:22.466 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:22 smithi053 bash[23444]: audit 2024-09-13T13:05:21.620496+0000 mon.a (mon.0) 430 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:05:22.466 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:22 smithi053 bash[23444]: audit 2024-09-13T13:05:21.626041+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:22.466 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:22 smithi053 bash[23444]: audit 2024-09-13T13:05:21.626041+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:22.466 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:22 smithi053 bash[23444]: audit 2024-09-13T13:05:21.626519+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-13T13:05:22.466 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:22 smithi053 bash[23444]: audit 2024-09-13T13:05:21.626519+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-13T13:05:22.466 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:22 smithi053 bash[23444]: audit 2024-09-13T13:05:21.631339+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:22.467 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:22 smithi053 bash[23444]: audit 2024-09-13T13:05:21.631339+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:22.467 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:22 smithi053 bash[23444]: audit 2024-09-13T13:05:21.637884+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:22.467 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:22 smithi053 bash[23444]: audit 2024-09-13T13:05:21.637884+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:22.467 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:22 smithi053 bash[23444]: audit 2024-09-13T13:05:21.641943+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:05:22.467 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:22 smithi053 bash[23444]: audit 2024-09-13T13:05:21.641943+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:05:22.467 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:22 smithi053 bash[23444]: audit 2024-09-13T13:05:21.643218+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:05:22.467 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:22 smithi053 bash[23444]: audit 2024-09-13T13:05:21.643218+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:05:22.467 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:22 smithi053 bash[23444]: audit 2024-09-13T13:05:21.652944+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:22.467 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:22 smithi053 bash[23444]: audit 2024-09-13T13:05:21.652944+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:22.467 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:22 smithi053 bash[23444]: audit 2024-09-13T13:05:22.113976+0000 mon.a (mon.0) 438 : audit [INF] from='osd.0 [v2:172.21.15.7:6802/893855708,v1:172.21.15.7:6803/893855708]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]': finished 2024-09-13T13:05:22.467 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:22 smithi053 bash[23444]: audit 2024-09-13T13:05:22.113976+0000 mon.a (mon.0) 438 : audit [INF] from='osd.0 [v2:172.21.15.7:6802/893855708,v1:172.21.15.7:6803/893855708]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]': finished 2024-09-13T13:05:22.468 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:22 smithi053 bash[23444]: cluster 2024-09-13T13:05:22.119036+0000 mon.a (mon.0) 439 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-13T13:05:22.468 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:22 smithi053 bash[23444]: cluster 2024-09-13T13:05:22.119036+0000 mon.a (mon.0) 439 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-13T13:05:22.468 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:22 smithi053 bash[23444]: audit 2024-09-13T13:05:22.120524+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-13T13:05:22.468 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:22 smithi053 bash[23444]: audit 2024-09-13T13:05:22.120524+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-13T13:05:22.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:22 smithi077 bash[23251]: audit 2024-09-13T13:05:21.111662+0000 mon.a (mon.0) 426 : audit [INF] from='osd.0 [v2:172.21.15.7:6802/893855708,v1:172.21.15.7:6803/893855708]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-13T13:05:22.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:22 smithi077 bash[23251]: audit 2024-09-13T13:05:21.111662+0000 mon.a (mon.0) 426 : audit [INF] from='osd.0 [v2:172.21.15.7:6802/893855708,v1:172.21.15.7:6803/893855708]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-13T13:05:22.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:22 smithi077 bash[23251]: cluster 2024-09-13T13:05:21.116765+0000 mon.a (mon.0) 427 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-13T13:05:22.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:22 smithi077 bash[23251]: cluster 2024-09-13T13:05:21.116765+0000 mon.a (mon.0) 427 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-13T13:05:22.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:22 smithi077 bash[23251]: audit 2024-09-13T13:05:21.117627+0000 mon.a (mon.0) 428 : audit [INF] from='osd.0 [v2:172.21.15.7:6802/893855708,v1:172.21.15.7:6803/893855708]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi007", "root=default"]} : dispatch 2024-09-13T13:05:22.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:22 smithi077 bash[23251]: audit 2024-09-13T13:05:21.117627+0000 mon.a (mon.0) 428 : audit [INF] from='osd.0 [v2:172.21.15.7:6802/893855708,v1:172.21.15.7:6803/893855708]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi007", "root=default"]} : dispatch 2024-09-13T13:05:22.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:22 smithi077 bash[23251]: audit 2024-09-13T13:05:21.118157+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-13T13:05:22.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:22 smithi077 bash[23251]: audit 2024-09-13T13:05:21.118157+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-13T13:05:22.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:22 smithi077 bash[23251]: audit 2024-09-13T13:05:21.620496+0000 mon.a (mon.0) 430 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:05:22.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:22 smithi077 bash[23251]: audit 2024-09-13T13:05:21.620496+0000 mon.a (mon.0) 430 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:05:22.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:22 smithi077 bash[23251]: audit 2024-09-13T13:05:21.626041+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:22.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:22 smithi077 bash[23251]: audit 2024-09-13T13:05:21.626041+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:22.483 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:22 smithi077 bash[23251]: audit 2024-09-13T13:05:21.626519+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-13T13:05:22.483 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:22 smithi077 bash[23251]: audit 2024-09-13T13:05:21.626519+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-13T13:05:22.483 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:22 smithi077 bash[23251]: audit 2024-09-13T13:05:21.631339+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:22.483 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:22 smithi077 bash[23251]: audit 2024-09-13T13:05:21.631339+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:22.483 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:22 smithi077 bash[23251]: audit 2024-09-13T13:05:21.637884+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:22.483 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:22 smithi077 bash[23251]: audit 2024-09-13T13:05:21.637884+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:22.483 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:22 smithi077 bash[23251]: audit 2024-09-13T13:05:21.641943+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:05:22.483 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:22 smithi077 bash[23251]: audit 2024-09-13T13:05:21.641943+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:05:22.483 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:22 smithi077 bash[23251]: audit 2024-09-13T13:05:21.643218+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:05:22.483 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:22 smithi077 bash[23251]: audit 2024-09-13T13:05:21.643218+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:05:22.483 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:22 smithi077 bash[23251]: audit 2024-09-13T13:05:21.652944+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:22.483 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:22 smithi077 bash[23251]: audit 2024-09-13T13:05:21.652944+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:22.483 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:22 smithi077 bash[23251]: audit 2024-09-13T13:05:22.113976+0000 mon.a (mon.0) 438 : audit [INF] from='osd.0 [v2:172.21.15.7:6802/893855708,v1:172.21.15.7:6803/893855708]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]': finished 2024-09-13T13:05:22.484 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:22 smithi077 bash[23251]: audit 2024-09-13T13:05:22.113976+0000 mon.a (mon.0) 438 : audit [INF] from='osd.0 [v2:172.21.15.7:6802/893855708,v1:172.21.15.7:6803/893855708]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]': finished 2024-09-13T13:05:22.484 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:22 smithi077 bash[23251]: cluster 2024-09-13T13:05:22.119036+0000 mon.a (mon.0) 439 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-13T13:05:22.484 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:22 smithi077 bash[23251]: cluster 2024-09-13T13:05:22.119036+0000 mon.a (mon.0) 439 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-13T13:05:22.484 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:22 smithi077 bash[23251]: audit 2024-09-13T13:05:22.120524+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-13T13:05:22.484 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:22 smithi077 bash[23251]: audit 2024-09-13T13:05:22.120524+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-13T13:05:22.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:22 smithi007 bash[22721]: audit 2024-09-13T13:05:21.111662+0000 mon.a (mon.0) 426 : audit [INF] from='osd.0 [v2:172.21.15.7:6802/893855708,v1:172.21.15.7:6803/893855708]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-13T13:05:22.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:22 smithi007 bash[22721]: audit 2024-09-13T13:05:21.111662+0000 mon.a (mon.0) 426 : audit [INF] from='osd.0 [v2:172.21.15.7:6802/893855708,v1:172.21.15.7:6803/893855708]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-13T13:05:22.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:22 smithi007 bash[22721]: cluster 2024-09-13T13:05:21.116765+0000 mon.a (mon.0) 427 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-13T13:05:22.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:22 smithi007 bash[22721]: cluster 2024-09-13T13:05:21.116765+0000 mon.a (mon.0) 427 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-13T13:05:22.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:22 smithi007 bash[22721]: audit 2024-09-13T13:05:21.117627+0000 mon.a (mon.0) 428 : audit [INF] from='osd.0 [v2:172.21.15.7:6802/893855708,v1:172.21.15.7:6803/893855708]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi007", "root=default"]} : dispatch 2024-09-13T13:05:22.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:22 smithi007 bash[22721]: audit 2024-09-13T13:05:21.117627+0000 mon.a (mon.0) 428 : audit [INF] from='osd.0 [v2:172.21.15.7:6802/893855708,v1:172.21.15.7:6803/893855708]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi007", "root=default"]} : dispatch 2024-09-13T13:05:22.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:22 smithi007 bash[22721]: audit 2024-09-13T13:05:21.118157+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-13T13:05:22.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:22 smithi007 bash[22721]: audit 2024-09-13T13:05:21.118157+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-13T13:05:22.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:22 smithi007 bash[22721]: audit 2024-09-13T13:05:21.620496+0000 mon.a (mon.0) 430 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:05:22.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:22 smithi007 bash[22721]: audit 2024-09-13T13:05:21.620496+0000 mon.a (mon.0) 430 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:05:22.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:22 smithi007 bash[22721]: audit 2024-09-13T13:05:21.626041+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:22.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:22 smithi007 bash[22721]: audit 2024-09-13T13:05:21.626041+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:22.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:22 smithi007 bash[22721]: audit 2024-09-13T13:05:21.626519+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-13T13:05:22.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:22 smithi007 bash[22721]: audit 2024-09-13T13:05:21.626519+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-13T13:05:22.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:22 smithi007 bash[22721]: audit 2024-09-13T13:05:21.631339+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:22.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:22 smithi007 bash[22721]: audit 2024-09-13T13:05:21.631339+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:22.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:22 smithi007 bash[22721]: audit 2024-09-13T13:05:21.637884+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:22.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:22 smithi007 bash[22721]: audit 2024-09-13T13:05:21.637884+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:22.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:22 smithi007 bash[22721]: audit 2024-09-13T13:05:21.641943+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:05:22.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:22 smithi007 bash[22721]: audit 2024-09-13T13:05:21.641943+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:05:22.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:22 smithi007 bash[22721]: audit 2024-09-13T13:05:21.643218+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:05:22.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:22 smithi007 bash[22721]: audit 2024-09-13T13:05:21.643218+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:05:22.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:22 smithi007 bash[22721]: audit 2024-09-13T13:05:21.652944+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:22.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:22 smithi007 bash[22721]: audit 2024-09-13T13:05:21.652944+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:22.564 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:22 smithi007 bash[22721]: audit 2024-09-13T13:05:22.113976+0000 mon.a (mon.0) 438 : audit [INF] from='osd.0 [v2:172.21.15.7:6802/893855708,v1:172.21.15.7:6803/893855708]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]': finished 2024-09-13T13:05:22.564 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:22 smithi007 bash[22721]: audit 2024-09-13T13:05:22.113976+0000 mon.a (mon.0) 438 : audit [INF] from='osd.0 [v2:172.21.15.7:6802/893855708,v1:172.21.15.7:6803/893855708]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]': finished 2024-09-13T13:05:22.564 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:22 smithi007 bash[22721]: cluster 2024-09-13T13:05:22.119036+0000 mon.a (mon.0) 439 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-13T13:05:22.564 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:22 smithi007 bash[22721]: cluster 2024-09-13T13:05:22.119036+0000 mon.a (mon.0) 439 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-13T13:05:22.564 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:22 smithi007 bash[22721]: audit 2024-09-13T13:05:22.120524+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-13T13:05:22.564 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:22 smithi007 bash[22721]: audit 2024-09-13T13:05:22.120524+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-13T13:05:22.925 DEBUG:teuthology.orchestra.run.smithi007:osd.0> sudo journalctl -f -n 0 -u ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@osd.0.service 2024-09-13T13:05:22.928 INFO:tasks.cephadm:Deploying osd.1 on smithi053 with /dev/vg_nvme/lv_4... 2024-09-13T13:05:22.928 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0201b8c79733293453e7f10a10c7fa43119222b ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fa2bba74-71cf-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-13T13:05:23.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:23 smithi053 bash[23444]: cluster 2024-09-13T13:05:21.439897+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:23.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:23 smithi053 bash[23444]: cluster 2024-09-13T13:05:21.439897+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:23.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:23 smithi053 bash[23444]: cephadm 2024-09-13T13:05:21.627524+0000 mgr.a (mgr.14152) 149 : cephadm [INF] Adjusting osd_memory_target on smithi007 to 16245M 2024-09-13T13:05:23.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:23 smithi053 bash[23444]: cephadm 2024-09-13T13:05:21.627524+0000 mgr.a (mgr.14152) 149 : cephadm [INF] Adjusting osd_memory_target on smithi007 to 16245M 2024-09-13T13:05:23.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:23 smithi053 bash[23444]: audit 2024-09-13T13:05:22.130973+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-13T13:05:23.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:23 smithi053 bash[23444]: audit 2024-09-13T13:05:22.130973+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-13T13:05:23.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:23 smithi053 bash[23444]: audit 2024-09-13T13:05:23.125616+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-13T13:05:23.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:23 smithi053 bash[23444]: audit 2024-09-13T13:05:23.125616+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-13T13:05:23.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:23 smithi007 bash[22721]: cluster 2024-09-13T13:05:21.439897+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:23.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:23 smithi007 bash[22721]: cluster 2024-09-13T13:05:21.439897+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:23.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:23 smithi007 bash[22721]: cephadm 2024-09-13T13:05:21.627524+0000 mgr.a (mgr.14152) 149 : cephadm [INF] Adjusting osd_memory_target on smithi007 to 16245M 2024-09-13T13:05:23.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:23 smithi007 bash[22721]: cephadm 2024-09-13T13:05:21.627524+0000 mgr.a (mgr.14152) 149 : cephadm [INF] Adjusting osd_memory_target on smithi007 to 16245M 2024-09-13T13:05:23.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:23 smithi007 bash[22721]: audit 2024-09-13T13:05:22.130973+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-13T13:05:23.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:23 smithi007 bash[22721]: audit 2024-09-13T13:05:22.130973+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-13T13:05:23.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:23 smithi007 bash[22721]: audit 2024-09-13T13:05:23.125616+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-13T13:05:23.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:23 smithi007 bash[22721]: audit 2024-09-13T13:05:23.125616+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-13T13:05:23.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:23 smithi077 bash[23251]: cluster 2024-09-13T13:05:21.439897+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:23.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:23 smithi077 bash[23251]: cluster 2024-09-13T13:05:21.439897+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:23.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:23 smithi077 bash[23251]: cephadm 2024-09-13T13:05:21.627524+0000 mgr.a (mgr.14152) 149 : cephadm [INF] Adjusting osd_memory_target on smithi007 to 16245M 2024-09-13T13:05:23.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:23 smithi077 bash[23251]: cephadm 2024-09-13T13:05:21.627524+0000 mgr.a (mgr.14152) 149 : cephadm [INF] Adjusting osd_memory_target on smithi007 to 16245M 2024-09-13T13:05:23.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:23 smithi077 bash[23251]: audit 2024-09-13T13:05:22.130973+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-13T13:05:23.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:23 smithi077 bash[23251]: audit 2024-09-13T13:05:22.130973+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-13T13:05:23.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:23 smithi077 bash[23251]: audit 2024-09-13T13:05:23.125616+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-13T13:05:23.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:23 smithi077 bash[23251]: audit 2024-09-13T13:05:23.125616+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-13T13:05:24.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:24 smithi007 bash[22721]: cluster 2024-09-13T13:05:21.804745+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-13T13:05:24.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:24 smithi007 bash[22721]: cluster 2024-09-13T13:05:21.804745+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-13T13:05:24.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:24 smithi007 bash[22721]: cluster 2024-09-13T13:05:21.804883+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-13T13:05:24.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:24 smithi007 bash[22721]: cluster 2024-09-13T13:05:21.804883+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-13T13:05:24.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:24 smithi007 bash[22721]: cluster 2024-09-13T13:05:23.136991+0000 mon.a (mon.0) 443 : cluster [INF] osd.0 [v2:172.21.15.7:6802/893855708,v1:172.21.15.7:6803/893855708] boot 2024-09-13T13:05:24.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:24 smithi007 bash[22721]: cluster 2024-09-13T13:05:23.136991+0000 mon.a (mon.0) 443 : cluster [INF] osd.0 [v2:172.21.15.7:6802/893855708,v1:172.21.15.7:6803/893855708] boot 2024-09-13T13:05:24.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:24 smithi007 bash[22721]: cluster 2024-09-13T13:05:23.137017+0000 mon.a (mon.0) 444 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-13T13:05:24.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:24 smithi007 bash[22721]: cluster 2024-09-13T13:05:23.137017+0000 mon.a (mon.0) 444 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-13T13:05:24.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:24 smithi007 bash[22721]: audit 2024-09-13T13:05:23.137472+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-13T13:05:24.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:24 smithi007 bash[22721]: audit 2024-09-13T13:05:23.137472+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-13T13:05:24.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:24 smithi007 bash[22721]: audit 2024-09-13T13:05:23.153242+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:24.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:24 smithi007 bash[22721]: audit 2024-09-13T13:05:23.153242+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:24.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:24 smithi007 bash[22721]: audit 2024-09-13T13:05:23.156814+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:24.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:24 smithi007 bash[22721]: audit 2024-09-13T13:05:23.156814+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:24.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:24 smithi007 bash[22721]: audit 2024-09-13T13:05:23.161609+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:24.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:24 smithi007 bash[22721]: audit 2024-09-13T13:05:23.161609+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:24.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:24 smithi053 bash[23444]: cluster 2024-09-13T13:05:21.804745+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-13T13:05:24.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:24 smithi053 bash[23444]: cluster 2024-09-13T13:05:21.804745+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-13T13:05:24.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:24 smithi053 bash[23444]: cluster 2024-09-13T13:05:21.804883+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-13T13:05:24.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:24 smithi053 bash[23444]: cluster 2024-09-13T13:05:21.804883+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-13T13:05:24.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:24 smithi053 bash[23444]: cluster 2024-09-13T13:05:23.136991+0000 mon.a (mon.0) 443 : cluster [INF] osd.0 [v2:172.21.15.7:6802/893855708,v1:172.21.15.7:6803/893855708] boot 2024-09-13T13:05:24.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:24 smithi053 bash[23444]: cluster 2024-09-13T13:05:23.136991+0000 mon.a (mon.0) 443 : cluster [INF] osd.0 [v2:172.21.15.7:6802/893855708,v1:172.21.15.7:6803/893855708] boot 2024-09-13T13:05:24.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:24 smithi053 bash[23444]: cluster 2024-09-13T13:05:23.137017+0000 mon.a (mon.0) 444 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-13T13:05:24.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:24 smithi053 bash[23444]: cluster 2024-09-13T13:05:23.137017+0000 mon.a (mon.0) 444 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-13T13:05:24.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:24 smithi053 bash[23444]: audit 2024-09-13T13:05:23.137472+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-13T13:05:24.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:24 smithi053 bash[23444]: audit 2024-09-13T13:05:23.137472+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-13T13:05:24.466 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:24 smithi053 bash[23444]: audit 2024-09-13T13:05:23.153242+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:24.466 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:24 smithi053 bash[23444]: audit 2024-09-13T13:05:23.153242+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:24.466 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:24 smithi053 bash[23444]: audit 2024-09-13T13:05:23.156814+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:24.466 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:24 smithi053 bash[23444]: audit 2024-09-13T13:05:23.156814+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:24.466 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:24 smithi053 bash[23444]: audit 2024-09-13T13:05:23.161609+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:24.466 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:24 smithi053 bash[23444]: audit 2024-09-13T13:05:23.161609+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:24.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:24 smithi077 bash[23251]: cluster 2024-09-13T13:05:21.804745+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-13T13:05:24.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:24 smithi077 bash[23251]: cluster 2024-09-13T13:05:21.804745+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-13T13:05:24.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:24 smithi077 bash[23251]: cluster 2024-09-13T13:05:21.804883+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-13T13:05:24.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:24 smithi077 bash[23251]: cluster 2024-09-13T13:05:21.804883+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-13T13:05:24.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:24 smithi077 bash[23251]: cluster 2024-09-13T13:05:23.136991+0000 mon.a (mon.0) 443 : cluster [INF] osd.0 [v2:172.21.15.7:6802/893855708,v1:172.21.15.7:6803/893855708] boot 2024-09-13T13:05:24.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:24 smithi077 bash[23251]: cluster 2024-09-13T13:05:23.136991+0000 mon.a (mon.0) 443 : cluster [INF] osd.0 [v2:172.21.15.7:6802/893855708,v1:172.21.15.7:6803/893855708] boot 2024-09-13T13:05:24.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:24 smithi077 bash[23251]: cluster 2024-09-13T13:05:23.137017+0000 mon.a (mon.0) 444 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-13T13:05:24.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:24 smithi077 bash[23251]: cluster 2024-09-13T13:05:23.137017+0000 mon.a (mon.0) 444 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-13T13:05:24.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:24 smithi077 bash[23251]: audit 2024-09-13T13:05:23.137472+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-13T13:05:24.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:24 smithi077 bash[23251]: audit 2024-09-13T13:05:23.137472+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-13T13:05:24.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:24 smithi077 bash[23251]: audit 2024-09-13T13:05:23.153242+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:24.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:24 smithi077 bash[23251]: audit 2024-09-13T13:05:23.153242+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:24.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:24 smithi077 bash[23251]: audit 2024-09-13T13:05:23.156814+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:24.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:24 smithi077 bash[23251]: audit 2024-09-13T13:05:23.156814+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:24.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:24 smithi077 bash[23251]: audit 2024-09-13T13:05:23.161609+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:24.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:24 smithi077 bash[23251]: audit 2024-09-13T13:05:23.161609+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:25.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:25 smithi007 bash[22721]: cluster 2024-09-13T13:05:23.440418+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:25.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:25 smithi007 bash[22721]: cluster 2024-09-13T13:05:23.440418+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:25.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:25 smithi007 bash[22721]: cluster 2024-09-13T13:05:24.171320+0000 mon.a (mon.0) 449 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-13T13:05:25.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:25 smithi007 bash[22721]: cluster 2024-09-13T13:05:24.171320+0000 mon.a (mon.0) 449 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-13T13:05:25.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:25 smithi053 bash[23444]: cluster 2024-09-13T13:05:23.440418+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:25.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:25 smithi053 bash[23444]: cluster 2024-09-13T13:05:23.440418+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:25.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:25 smithi053 bash[23444]: cluster 2024-09-13T13:05:24.171320+0000 mon.a (mon.0) 449 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-13T13:05:25.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:25 smithi053 bash[23444]: cluster 2024-09-13T13:05:24.171320+0000 mon.a (mon.0) 449 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-13T13:05:25.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:25 smithi077 bash[23251]: cluster 2024-09-13T13:05:23.440418+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:25.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:25 smithi077 bash[23251]: cluster 2024-09-13T13:05:23.440418+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T13:05:25.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:25 smithi077 bash[23251]: cluster 2024-09-13T13:05:24.171320+0000 mon.a (mon.0) 449 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-13T13:05:25.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:25 smithi077 bash[23251]: cluster 2024-09-13T13:05:24.171320+0000 mon.a (mon.0) 449 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-13T13:05:27.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:27 smithi053 bash[23444]: cluster 2024-09-13T13:05:25.440820+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:27.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:27 smithi053 bash[23444]: cluster 2024-09-13T13:05:25.440820+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:27.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:27 smithi077 bash[23251]: cluster 2024-09-13T13:05:25.440820+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:27.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:27 smithi077 bash[23251]: cluster 2024-09-13T13:05:25.440820+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:27.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:27 smithi007 bash[22721]: cluster 2024-09-13T13:05:25.440820+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:27.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:27 smithi007 bash[22721]: cluster 2024-09-13T13:05:25.440820+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:27.666 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T13:05:29.368 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:29 smithi053 bash[23444]: cluster 2024-09-13T13:05:27.441245+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:29.368 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:29 smithi053 bash[23444]: cluster 2024-09-13T13:05:27.441245+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:29.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:29 smithi077 bash[23251]: cluster 2024-09-13T13:05:27.441245+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:29.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:29 smithi077 bash[23251]: cluster 2024-09-13T13:05:27.441245+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:29.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:29 smithi007 bash[22721]: cluster 2024-09-13T13:05:27.441245+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:29.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:29 smithi007 bash[22721]: cluster 2024-09-13T13:05:27.441245+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:31.433 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:31 smithi053 bash[23444]: cluster 2024-09-13T13:05:29.441727+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:31.433 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:31 smithi053 bash[23444]: cluster 2024-09-13T13:05:29.441727+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:31.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:31 smithi077 bash[23251]: cluster 2024-09-13T13:05:29.441727+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:31.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:31 smithi077 bash[23251]: cluster 2024-09-13T13:05:29.441727+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:31.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:31 smithi007 bash[22721]: cluster 2024-09-13T13:05:29.441727+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:31.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:31 smithi007 bash[22721]: cluster 2024-09-13T13:05:29.441727+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:32.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:32 smithi053 bash[23444]: cluster 2024-09-13T13:05:31.442200+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:32.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:32 smithi053 bash[23444]: cluster 2024-09-13T13:05:31.442200+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:32.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:32 smithi077 bash[23251]: cluster 2024-09-13T13:05:31.442200+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:32.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:32 smithi077 bash[23251]: cluster 2024-09-13T13:05:31.442200+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:32.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:32 smithi007 bash[22721]: cluster 2024-09-13T13:05:31.442200+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:32.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:32 smithi007 bash[22721]: cluster 2024-09-13T13:05:31.442200+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:33.014 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-09-13T13:05:33.050 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0201b8c79733293453e7f10a10c7fa43119222b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fa2bba74-71cf-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi053:vg_nvme/lv_4 2024-09-13T13:05:34.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:34 smithi053 bash[23444]: audit 2024-09-13T13:05:33.229886+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:34.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:34 smithi053 bash[23444]: audit 2024-09-13T13:05:33.229886+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:34.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:34 smithi053 bash[23444]: audit 2024-09-13T13:05:33.237800+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:34.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:34 smithi053 bash[23444]: audit 2024-09-13T13:05:33.237800+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:34.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:34 smithi053 bash[23444]: audit 2024-09-13T13:05:33.247797+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:34.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:34 smithi053 bash[23444]: audit 2024-09-13T13:05:33.247797+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:34.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:34 smithi053 bash[23444]: cluster 2024-09-13T13:05:33.442679+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:34.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:34 smithi053 bash[23444]: cluster 2024-09-13T13:05:33.442679+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:34.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:34 smithi077 bash[23251]: audit 2024-09-13T13:05:33.229886+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:34.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:34 smithi077 bash[23251]: audit 2024-09-13T13:05:33.229886+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:34.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:34 smithi077 bash[23251]: audit 2024-09-13T13:05:33.237800+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:34.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:34 smithi077 bash[23251]: audit 2024-09-13T13:05:33.237800+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:34.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:34 smithi077 bash[23251]: audit 2024-09-13T13:05:33.247797+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:34.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:34 smithi077 bash[23251]: audit 2024-09-13T13:05:33.247797+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:34.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:34 smithi077 bash[23251]: cluster 2024-09-13T13:05:33.442679+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:34.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:34 smithi077 bash[23251]: cluster 2024-09-13T13:05:33.442679+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:34.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:34 smithi007 bash[22721]: audit 2024-09-13T13:05:33.229886+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:34.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:34 smithi007 bash[22721]: audit 2024-09-13T13:05:33.229886+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:34.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:34 smithi007 bash[22721]: audit 2024-09-13T13:05:33.237800+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:34.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:34 smithi007 bash[22721]: audit 2024-09-13T13:05:33.237800+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:34.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:34 smithi007 bash[22721]: audit 2024-09-13T13:05:33.247797+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:34.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:34 smithi007 bash[22721]: audit 2024-09-13T13:05:33.247797+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:34.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:34 smithi007 bash[22721]: cluster 2024-09-13T13:05:33.442679+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:34.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:34 smithi007 bash[22721]: cluster 2024-09-13T13:05:33.442679+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:35.964 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:35 smithi053 bash[23444]: audit 2024-09-13T13:05:34.657189+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:35.965 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:35 smithi053 bash[23444]: audit 2024-09-13T13:05:34.657189+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:35.965 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:35 smithi053 bash[23444]: audit 2024-09-13T13:05:34.665143+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:35.965 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:35 smithi053 bash[23444]: audit 2024-09-13T13:05:34.665143+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:35.965 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:35 smithi053 bash[23444]: audit 2024-09-13T13:05:34.674687+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:35.965 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:35 smithi053 bash[23444]: audit 2024-09-13T13:05:34.674687+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:35.981 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:35 smithi077 bash[23251]: audit 2024-09-13T13:05:34.657189+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:35.981 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:35 smithi077 bash[23251]: audit 2024-09-13T13:05:34.657189+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:35.981 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:35 smithi077 bash[23251]: audit 2024-09-13T13:05:34.665143+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:35.981 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:35 smithi077 bash[23251]: audit 2024-09-13T13:05:34.665143+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:35.981 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:35 smithi077 bash[23251]: audit 2024-09-13T13:05:34.674687+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:35.981 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:35 smithi077 bash[23251]: audit 2024-09-13T13:05:34.674687+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:36.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:35 smithi007 bash[22721]: audit 2024-09-13T13:05:34.657189+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:36.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:35 smithi007 bash[22721]: audit 2024-09-13T13:05:34.657189+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:36.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:35 smithi007 bash[22721]: audit 2024-09-13T13:05:34.665143+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:36.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:35 smithi007 bash[22721]: audit 2024-09-13T13:05:34.665143+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:36.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:35 smithi007 bash[22721]: audit 2024-09-13T13:05:34.674687+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:36.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:35 smithi007 bash[22721]: audit 2024-09-13T13:05:34.674687+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:36.964 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:36 smithi053 bash[23444]: cluster 2024-09-13T13:05:35.443189+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:36.964 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:36 smithi053 bash[23444]: cluster 2024-09-13T13:05:35.443189+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:36.980 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:36 smithi077 bash[23251]: cluster 2024-09-13T13:05:35.443189+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:36.981 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:36 smithi077 bash[23251]: cluster 2024-09-13T13:05:35.443189+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:37.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:36 smithi007 bash[22721]: cluster 2024-09-13T13:05:35.443189+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:37.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:36 smithi007 bash[22721]: cluster 2024-09-13T13:05:35.443189+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:37.935 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T13:05:38.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:38 smithi053 bash[23444]: audit 2024-09-13T13:05:37.262721+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:38.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:38 smithi053 bash[23444]: audit 2024-09-13T13:05:37.262721+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:38.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:38 smithi053 bash[23444]: audit 2024-09-13T13:05:37.267852+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:38.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:38 smithi053 bash[23444]: audit 2024-09-13T13:05:37.267852+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:38.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:38 smithi053 bash[23444]: audit 2024-09-13T13:05:37.272709+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:38.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:38 smithi053 bash[23444]: audit 2024-09-13T13:05:37.272709+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:38.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:38 smithi053 bash[23444]: cluster 2024-09-13T13:05:37.443662+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:38.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:38 smithi053 bash[23444]: cluster 2024-09-13T13:05:37.443662+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:38.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:38 smithi007 bash[22721]: audit 2024-09-13T13:05:37.262721+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:38.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:38 smithi007 bash[22721]: audit 2024-09-13T13:05:37.262721+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:38.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:38 smithi007 bash[22721]: audit 2024-09-13T13:05:37.267852+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:38.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:38 smithi007 bash[22721]: audit 2024-09-13T13:05:37.267852+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:38.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:38 smithi007 bash[22721]: audit 2024-09-13T13:05:37.272709+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:38.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:38 smithi007 bash[22721]: audit 2024-09-13T13:05:37.272709+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:38.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:38 smithi007 bash[22721]: cluster 2024-09-13T13:05:37.443662+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:38.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:38 smithi007 bash[22721]: cluster 2024-09-13T13:05:37.443662+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:38.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:38 smithi077 bash[23251]: audit 2024-09-13T13:05:37.262721+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:38.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:38 smithi077 bash[23251]: audit 2024-09-13T13:05:37.262721+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:38.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:38 smithi077 bash[23251]: audit 2024-09-13T13:05:37.267852+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:38.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:38 smithi077 bash[23251]: audit 2024-09-13T13:05:37.267852+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:38.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:38 smithi077 bash[23251]: audit 2024-09-13T13:05:37.272709+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:38.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:38 smithi077 bash[23251]: audit 2024-09-13T13:05:37.272709+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:38.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:38 smithi077 bash[23251]: cluster 2024-09-13T13:05:37.443662+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:38.732 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:38 smithi077 bash[23251]: cluster 2024-09-13T13:05:37.443662+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:39.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:39 smithi077 bash[23251]: audit 2024-09-13T13:05:39.424454+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-13T13:05:39.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:39 smithi077 bash[23251]: audit 2024-09-13T13:05:39.424454+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-13T13:05:39.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:39 smithi077 bash[23251]: audit 2024-09-13T13:05:39.430436+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-13T13:05:39.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:39 smithi077 bash[23251]: audit 2024-09-13T13:05:39.430436+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-13T13:05:39.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:39 smithi077 bash[23251]: audit 2024-09-13T13:05:39.432203+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:05:39.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:39 smithi077 bash[23251]: audit 2024-09-13T13:05:39.432203+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:05:39.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:39 smithi007 bash[22721]: audit 2024-09-13T13:05:39.424454+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-13T13:05:39.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:39 smithi007 bash[22721]: audit 2024-09-13T13:05:39.424454+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-13T13:05:39.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:39 smithi007 bash[22721]: audit 2024-09-13T13:05:39.430436+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-13T13:05:39.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:39 smithi007 bash[22721]: audit 2024-09-13T13:05:39.430436+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-13T13:05:39.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:39 smithi007 bash[22721]: audit 2024-09-13T13:05:39.432203+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:05:39.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:39 smithi007 bash[22721]: audit 2024-09-13T13:05:39.432203+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:05:39.964 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:39 smithi053 bash[23444]: audit 2024-09-13T13:05:39.424454+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-13T13:05:39.964 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:39 smithi053 bash[23444]: audit 2024-09-13T13:05:39.424454+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-13T13:05:39.964 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:39 smithi053 bash[23444]: audit 2024-09-13T13:05:39.430436+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-13T13:05:39.964 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:39 smithi053 bash[23444]: audit 2024-09-13T13:05:39.430436+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-13T13:05:39.964 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:39 smithi053 bash[23444]: audit 2024-09-13T13:05:39.432203+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:05:39.965 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:39 smithi053 bash[23444]: audit 2024-09-13T13:05:39.432203+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:05:40.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:40 smithi077 bash[23251]: audit 2024-09-13T13:05:39.417662+0000 mgr.a (mgr.14152) 158 : audit [DBG] from='client.24128 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi053:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:05:40.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:40 smithi077 bash[23251]: audit 2024-09-13T13:05:39.417662+0000 mgr.a (mgr.14152) 158 : audit [DBG] from='client.24128 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi053:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:05:40.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:40 smithi077 bash[23251]: cluster 2024-09-13T13:05:39.444136+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:40.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:40 smithi077 bash[23251]: cluster 2024-09-13T13:05:39.444136+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:40.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:40 smithi007 bash[22721]: audit 2024-09-13T13:05:39.417662+0000 mgr.a (mgr.14152) 158 : audit [DBG] from='client.24128 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi053:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:05:40.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:40 smithi007 bash[22721]: audit 2024-09-13T13:05:39.417662+0000 mgr.a (mgr.14152) 158 : audit [DBG] from='client.24128 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi053:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:05:40.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:40 smithi007 bash[22721]: cluster 2024-09-13T13:05:39.444136+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:40.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:40 smithi007 bash[22721]: cluster 2024-09-13T13:05:39.444136+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:40.964 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:40 smithi053 bash[23444]: audit 2024-09-13T13:05:39.417662+0000 mgr.a (mgr.14152) 158 : audit [DBG] from='client.24128 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi053:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:05:40.964 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:40 smithi053 bash[23444]: audit 2024-09-13T13:05:39.417662+0000 mgr.a (mgr.14152) 158 : audit [DBG] from='client.24128 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi053:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:05:40.964 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:40 smithi053 bash[23444]: cluster 2024-09-13T13:05:39.444136+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:40.965 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:40 smithi053 bash[23444]: cluster 2024-09-13T13:05:39.444136+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:42.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:42 smithi077 bash[23251]: cluster 2024-09-13T13:05:41.444590+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:42.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:42 smithi077 bash[23251]: cluster 2024-09-13T13:05:41.444590+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:42.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:42 smithi007 bash[22721]: cluster 2024-09-13T13:05:41.444590+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:42.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:42 smithi007 bash[22721]: cluster 2024-09-13T13:05:41.444590+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:42.964 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:42 smithi053 bash[23444]: cluster 2024-09-13T13:05:41.444590+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:42.964 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:42 smithi053 bash[23444]: cluster 2024-09-13T13:05:41.444590+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:44.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:44 smithi007 bash[22721]: audit 2024-09-13T13:05:43.283697+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:44.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:44 smithi007 bash[22721]: audit 2024-09-13T13:05:43.283697+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:44.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:44 smithi007 bash[22721]: audit 2024-09-13T13:05:43.289430+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:44.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:44 smithi007 bash[22721]: audit 2024-09-13T13:05:43.289430+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:44.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:44 smithi007 bash[22721]: audit 2024-09-13T13:05:43.295563+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:44.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:44 smithi007 bash[22721]: audit 2024-09-13T13:05:43.295563+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:44.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:44 smithi007 bash[22721]: cluster 2024-09-13T13:05:43.445000+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:44.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:44 smithi007 bash[22721]: cluster 2024-09-13T13:05:43.445000+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:44.578 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:44 smithi053 bash[23444]: audit 2024-09-13T13:05:43.283697+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:44.578 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:44 smithi053 bash[23444]: audit 2024-09-13T13:05:43.283697+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:44.579 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:44 smithi053 bash[23444]: audit 2024-09-13T13:05:43.289430+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:44.579 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:44 smithi053 bash[23444]: audit 2024-09-13T13:05:43.289430+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:44.579 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:44 smithi053 bash[23444]: audit 2024-09-13T13:05:43.295563+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:44.579 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:44 smithi053 bash[23444]: audit 2024-09-13T13:05:43.295563+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:44.579 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:44 smithi053 bash[23444]: cluster 2024-09-13T13:05:43.445000+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:44.579 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:44 smithi053 bash[23444]: cluster 2024-09-13T13:05:43.445000+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:44.641 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:44 smithi077 bash[23251]: audit 2024-09-13T13:05:43.283697+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:44.641 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:44 smithi077 bash[23251]: audit 2024-09-13T13:05:43.283697+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:44.641 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:44 smithi077 bash[23251]: audit 2024-09-13T13:05:43.289430+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:44.641 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:44 smithi077 bash[23251]: audit 2024-09-13T13:05:43.289430+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:44.641 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:44 smithi077 bash[23251]: audit 2024-09-13T13:05:43.295563+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:44.641 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:44 smithi077 bash[23251]: audit 2024-09-13T13:05:43.295563+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:44.641 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:44 smithi077 bash[23251]: cluster 2024-09-13T13:05:43.445000+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:44.641 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:44 smithi077 bash[23251]: cluster 2024-09-13T13:05:43.445000+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:46.714 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:46 smithi053 bash[23444]: cluster 2024-09-13T13:05:45.445501+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:46.714 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:46 smithi053 bash[23444]: cluster 2024-09-13T13:05:45.445501+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:46.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:46 smithi007 bash[22721]: cluster 2024-09-13T13:05:45.445501+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:46.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:46 smithi007 bash[22721]: cluster 2024-09-13T13:05:45.445501+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:46.981 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:46 smithi077 bash[23251]: cluster 2024-09-13T13:05:45.445501+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:46.981 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:46 smithi077 bash[23251]: cluster 2024-09-13T13:05:45.445501+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:48.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:48 smithi007 bash[22721]: cluster 2024-09-13T13:05:47.445967+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:48.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:48 smithi007 bash[22721]: cluster 2024-09-13T13:05:47.445967+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:48.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:48 smithi007 bash[22721]: audit 2024-09-13T13:05:48.046499+0000 mon.a (mon.0) 465 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "6e167e2d-2e16-4971-8056-f8b6abb18857"} : dispatch 2024-09-13T13:05:48.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:48 smithi007 bash[22721]: audit 2024-09-13T13:05:48.046499+0000 mon.a (mon.0) 465 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "6e167e2d-2e16-4971-8056-f8b6abb18857"} : dispatch 2024-09-13T13:05:48.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:48 smithi007 bash[22721]: audit 2024-09-13T13:05:48.046835+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.53:0/4271902576' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "6e167e2d-2e16-4971-8056-f8b6abb18857"} : dispatch 2024-09-13T13:05:48.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:48 smithi007 bash[22721]: audit 2024-09-13T13:05:48.046835+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.53:0/4271902576' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "6e167e2d-2e16-4971-8056-f8b6abb18857"} : dispatch 2024-09-13T13:05:48.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:48 smithi007 bash[22721]: audit 2024-09-13T13:05:48.049563+0000 mon.a (mon.0) 466 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6e167e2d-2e16-4971-8056-f8b6abb18857"}]': finished 2024-09-13T13:05:48.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:48 smithi007 bash[22721]: audit 2024-09-13T13:05:48.049563+0000 mon.a (mon.0) 466 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6e167e2d-2e16-4971-8056-f8b6abb18857"}]': finished 2024-09-13T13:05:48.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:48 smithi007 bash[22721]: cluster 2024-09-13T13:05:48.054546+0000 mon.a (mon.0) 467 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-13T13:05:48.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:48 smithi007 bash[22721]: cluster 2024-09-13T13:05:48.054546+0000 mon.a (mon.0) 467 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-13T13:05:48.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:48 smithi007 bash[22721]: audit 2024-09-13T13:05:48.055176+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-13T13:05:48.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:48 smithi007 bash[22721]: audit 2024-09-13T13:05:48.055176+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-13T13:05:48.964 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:48 smithi053 bash[23444]: cluster 2024-09-13T13:05:47.445967+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:48.965 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:48 smithi053 bash[23444]: cluster 2024-09-13T13:05:47.445967+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:48.965 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:48 smithi053 bash[23444]: audit 2024-09-13T13:05:48.046499+0000 mon.a (mon.0) 465 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "6e167e2d-2e16-4971-8056-f8b6abb18857"} : dispatch 2024-09-13T13:05:48.965 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:48 smithi053 bash[23444]: audit 2024-09-13T13:05:48.046499+0000 mon.a (mon.0) 465 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "6e167e2d-2e16-4971-8056-f8b6abb18857"} : dispatch 2024-09-13T13:05:48.965 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:48 smithi053 bash[23444]: audit 2024-09-13T13:05:48.046835+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.53:0/4271902576' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "6e167e2d-2e16-4971-8056-f8b6abb18857"} : dispatch 2024-09-13T13:05:48.965 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:48 smithi053 bash[23444]: audit 2024-09-13T13:05:48.046835+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.53:0/4271902576' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "6e167e2d-2e16-4971-8056-f8b6abb18857"} : dispatch 2024-09-13T13:05:48.965 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:48 smithi053 bash[23444]: audit 2024-09-13T13:05:48.049563+0000 mon.a (mon.0) 466 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6e167e2d-2e16-4971-8056-f8b6abb18857"}]': finished 2024-09-13T13:05:48.965 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:48 smithi053 bash[23444]: audit 2024-09-13T13:05:48.049563+0000 mon.a (mon.0) 466 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6e167e2d-2e16-4971-8056-f8b6abb18857"}]': finished 2024-09-13T13:05:48.965 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:48 smithi053 bash[23444]: cluster 2024-09-13T13:05:48.054546+0000 mon.a (mon.0) 467 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-13T13:05:48.965 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:48 smithi053 bash[23444]: cluster 2024-09-13T13:05:48.054546+0000 mon.a (mon.0) 467 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-13T13:05:48.965 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:48 smithi053 bash[23444]: audit 2024-09-13T13:05:48.055176+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-13T13:05:48.965 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:48 smithi053 bash[23444]: audit 2024-09-13T13:05:48.055176+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-13T13:05:48.981 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:48 smithi077 bash[23251]: cluster 2024-09-13T13:05:47.445967+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:48.981 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:48 smithi077 bash[23251]: cluster 2024-09-13T13:05:47.445967+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:48.981 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:48 smithi077 bash[23251]: audit 2024-09-13T13:05:48.046499+0000 mon.a (mon.0) 465 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "6e167e2d-2e16-4971-8056-f8b6abb18857"} : dispatch 2024-09-13T13:05:48.981 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:48 smithi077 bash[23251]: audit 2024-09-13T13:05:48.046499+0000 mon.a (mon.0) 465 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "6e167e2d-2e16-4971-8056-f8b6abb18857"} : dispatch 2024-09-13T13:05:48.981 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:48 smithi077 bash[23251]: audit 2024-09-13T13:05:48.046835+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.53:0/4271902576' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "6e167e2d-2e16-4971-8056-f8b6abb18857"} : dispatch 2024-09-13T13:05:48.981 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:48 smithi077 bash[23251]: audit 2024-09-13T13:05:48.046835+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.53:0/4271902576' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "6e167e2d-2e16-4971-8056-f8b6abb18857"} : dispatch 2024-09-13T13:05:48.981 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:48 smithi077 bash[23251]: audit 2024-09-13T13:05:48.049563+0000 mon.a (mon.0) 466 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6e167e2d-2e16-4971-8056-f8b6abb18857"}]': finished 2024-09-13T13:05:48.981 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:48 smithi077 bash[23251]: audit 2024-09-13T13:05:48.049563+0000 mon.a (mon.0) 466 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6e167e2d-2e16-4971-8056-f8b6abb18857"}]': finished 2024-09-13T13:05:48.982 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:48 smithi077 bash[23251]: cluster 2024-09-13T13:05:48.054546+0000 mon.a (mon.0) 467 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-13T13:05:48.982 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:48 smithi077 bash[23251]: cluster 2024-09-13T13:05:48.054546+0000 mon.a (mon.0) 467 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-13T13:05:48.982 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:48 smithi077 bash[23251]: audit 2024-09-13T13:05:48.055176+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-13T13:05:48.982 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:48 smithi077 bash[23251]: audit 2024-09-13T13:05:48.055176+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-13T13:05:49.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:49 smithi007 bash[22721]: audit 2024-09-13T13:05:48.701722+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.53:0/792363002' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-13T13:05:49.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:49 smithi007 bash[22721]: audit 2024-09-13T13:05:48.701722+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.53:0/792363002' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-13T13:05:49.964 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:49 smithi053 bash[23444]: audit 2024-09-13T13:05:48.701722+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.53:0/792363002' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-13T13:05:49.964 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:49 smithi053 bash[23444]: audit 2024-09-13T13:05:48.701722+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.53:0/792363002' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-13T13:05:49.980 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:49 smithi077 bash[23251]: audit 2024-09-13T13:05:48.701722+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.53:0/792363002' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-13T13:05:49.980 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:49 smithi077 bash[23251]: audit 2024-09-13T13:05:48.701722+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.53:0/792363002' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-13T13:05:50.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:50 smithi007 bash[22721]: cluster 2024-09-13T13:05:49.446465+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:50.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:50 smithi007 bash[22721]: cluster 2024-09-13T13:05:49.446465+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:50.964 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:50 smithi053 bash[23444]: cluster 2024-09-13T13:05:49.446465+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:50.964 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:50 smithi053 bash[23444]: cluster 2024-09-13T13:05:49.446465+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:50.980 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:50 smithi077 bash[23251]: cluster 2024-09-13T13:05:49.446465+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:50.981 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:50 smithi077 bash[23251]: cluster 2024-09-13T13:05:49.446465+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:52.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:52 smithi007 bash[22721]: cluster 2024-09-13T13:05:51.446919+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:52.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:52 smithi007 bash[22721]: cluster 2024-09-13T13:05:51.446919+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:52.964 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:52 smithi053 bash[23444]: cluster 2024-09-13T13:05:51.446919+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:52.964 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:52 smithi053 bash[23444]: cluster 2024-09-13T13:05:51.446919+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:52.980 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:52 smithi077 bash[23251]: cluster 2024-09-13T13:05:51.446919+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:52.980 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:52 smithi077 bash[23251]: cluster 2024-09-13T13:05:51.446919+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:54.698 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:54 smithi053 bash[23444]: cluster 2024-09-13T13:05:53.447313+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:54.698 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:54 smithi053 bash[23444]: cluster 2024-09-13T13:05:53.447313+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:54.698 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:54 smithi053 bash[23444]: audit 2024-09-13T13:05:53.449768+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:54.698 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:54 smithi053 bash[23444]: audit 2024-09-13T13:05:53.449768+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:54.698 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:54 smithi053 bash[23444]: audit 2024-09-13T13:05:53.457796+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:54.698 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:54 smithi053 bash[23444]: audit 2024-09-13T13:05:53.457796+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:54.699 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:54 smithi053 bash[23444]: audit 2024-09-13T13:05:53.467045+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:54.699 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:54 smithi053 bash[23444]: audit 2024-09-13T13:05:53.467045+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:54.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:54 smithi077 bash[23251]: cluster 2024-09-13T13:05:53.447313+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:54.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:54 smithi077 bash[23251]: cluster 2024-09-13T13:05:53.447313+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:54.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:54 smithi077 bash[23251]: audit 2024-09-13T13:05:53.449768+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:54.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:54 smithi077 bash[23251]: audit 2024-09-13T13:05:53.449768+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:54.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:54 smithi077 bash[23251]: audit 2024-09-13T13:05:53.457796+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:54.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:54 smithi077 bash[23251]: audit 2024-09-13T13:05:53.457796+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:54.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:54 smithi077 bash[23251]: audit 2024-09-13T13:05:53.467045+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:54.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:54 smithi077 bash[23251]: audit 2024-09-13T13:05:53.467045+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:54.744 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:54 smithi007 bash[22721]: cluster 2024-09-13T13:05:53.447313+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:54.744 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:54 smithi007 bash[22721]: cluster 2024-09-13T13:05:53.447313+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:54.744 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:54 smithi007 bash[22721]: audit 2024-09-13T13:05:53.449768+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:54.744 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:54 smithi007 bash[22721]: audit 2024-09-13T13:05:53.449768+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:54.744 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:54 smithi007 bash[22721]: audit 2024-09-13T13:05:53.457796+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:54.744 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:54 smithi007 bash[22721]: audit 2024-09-13T13:05:53.457796+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:54.744 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:54 smithi007 bash[22721]: audit 2024-09-13T13:05:53.467045+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:54.744 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:54 smithi007 bash[22721]: audit 2024-09-13T13:05:53.467045+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:56.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:55 smithi053 bash[23444]: audit 2024-09-13T13:05:54.891239+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:56.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:55 smithi053 bash[23444]: audit 2024-09-13T13:05:54.891239+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:56.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:55 smithi053 bash[23444]: audit 2024-09-13T13:05:54.897260+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:56.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:55 smithi053 bash[23444]: audit 2024-09-13T13:05:54.897260+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:56.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:55 smithi053 bash[23444]: audit 2024-09-13T13:05:54.903758+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:56.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:55 smithi053 bash[23444]: audit 2024-09-13T13:05:54.903758+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:56.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:55 smithi077 bash[23251]: audit 2024-09-13T13:05:54.891239+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:56.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:55 smithi077 bash[23251]: audit 2024-09-13T13:05:54.891239+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:56.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:55 smithi077 bash[23251]: audit 2024-09-13T13:05:54.897260+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:56.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:55 smithi077 bash[23251]: audit 2024-09-13T13:05:54.897260+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:56.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:55 smithi077 bash[23251]: audit 2024-09-13T13:05:54.903758+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:56.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:55 smithi077 bash[23251]: audit 2024-09-13T13:05:54.903758+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:56.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:55 smithi007 bash[22721]: audit 2024-09-13T13:05:54.891239+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:56.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:55 smithi007 bash[22721]: audit 2024-09-13T13:05:54.891239+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:56.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:55 smithi007 bash[22721]: audit 2024-09-13T13:05:54.897260+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:56.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:55 smithi007 bash[22721]: audit 2024-09-13T13:05:54.897260+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:56.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:55 smithi007 bash[22721]: audit 2024-09-13T13:05:54.903758+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:56.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:55 smithi007 bash[22721]: audit 2024-09-13T13:05:54.903758+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:05:57.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:56 smithi053 bash[23444]: cluster 2024-09-13T13:05:55.447773+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:57.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:56 smithi053 bash[23444]: cluster 2024-09-13T13:05:55.447773+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:57.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:56 smithi077 bash[23251]: cluster 2024-09-13T13:05:55.447773+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:57.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:56 smithi077 bash[23251]: cluster 2024-09-13T13:05:55.447773+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:57.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:56 smithi007 bash[22721]: cluster 2024-09-13T13:05:55.447773+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:57.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:56 smithi007 bash[22721]: cluster 2024-09-13T13:05:55.447773+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:59.195 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:58 smithi053 bash[23444]: cluster 2024-09-13T13:05:57.448239+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:59.196 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:05:58 smithi053 bash[23444]: cluster 2024-09-13T13:05:57.448239+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:59.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:58 smithi077 bash[23251]: cluster 2024-09-13T13:05:57.448239+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:59.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:05:58 smithi077 bash[23251]: cluster 2024-09-13T13:05:57.448239+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:59.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:58 smithi007 bash[22721]: cluster 2024-09-13T13:05:57.448239+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:05:59.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:05:58 smithi007 bash[22721]: cluster 2024-09-13T13:05:57.448239+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:01.088 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:00 smithi077 bash[23251]: cluster 2024-09-13T13:05:59.448784+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:01.088 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:00 smithi077 bash[23251]: cluster 2024-09-13T13:05:59.448784+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:01.183 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:00 smithi053 bash[23444]: cluster 2024-09-13T13:05:59.448784+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:01.184 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:00 smithi053 bash[23444]: cluster 2024-09-13T13:05:59.448784+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:01.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:00 smithi007 bash[22721]: cluster 2024-09-13T13:05:59.448784+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:01.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:00 smithi007 bash[22721]: cluster 2024-09-13T13:05:59.448784+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:02.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:01 smithi053 bash[23444]: audit 2024-09-13T13:06:01.800883+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-13T13:06:02.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:01 smithi053 bash[23444]: audit 2024-09-13T13:06:01.800883+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-13T13:06:02.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:01 smithi053 bash[23444]: audit 2024-09-13T13:06:01.802823+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:06:02.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:01 smithi053 bash[23444]: audit 2024-09-13T13:06:01.802823+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:06:02.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:01 smithi077 bash[23251]: audit 2024-09-13T13:06:01.800883+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-13T13:06:02.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:01 smithi077 bash[23251]: audit 2024-09-13T13:06:01.800883+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-13T13:06:02.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:01 smithi077 bash[23251]: audit 2024-09-13T13:06:01.802823+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:06:02.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:01 smithi077 bash[23251]: audit 2024-09-13T13:06:01.802823+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:06:02.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:01 smithi007 bash[22721]: audit 2024-09-13T13:06:01.800883+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-13T13:06:02.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:01 smithi007 bash[22721]: audit 2024-09-13T13:06:01.800883+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-13T13:06:02.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:01 smithi007 bash[22721]: audit 2024-09-13T13:06:01.802823+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:06:02.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:01 smithi007 bash[22721]: audit 2024-09-13T13:06:01.802823+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:06:03.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:02 smithi053 bash[23444]: cluster 2024-09-13T13:06:01.449282+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:03.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:02 smithi053 bash[23444]: cluster 2024-09-13T13:06:01.449282+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:03.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:02 smithi053 bash[23444]: cephadm 2024-09-13T13:06:01.804581+0000 mgr.a (mgr.14152) 171 : cephadm [INF] Deploying daemon osd.1 on smithi053 2024-09-13T13:06:03.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:02 smithi053 bash[23444]: cephadm 2024-09-13T13:06:01.804581+0000 mgr.a (mgr.14152) 171 : cephadm [INF] Deploying daemon osd.1 on smithi053 2024-09-13T13:06:03.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:02 smithi077 bash[23251]: cluster 2024-09-13T13:06:01.449282+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:03.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:02 smithi077 bash[23251]: cluster 2024-09-13T13:06:01.449282+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:03.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:02 smithi077 bash[23251]: cephadm 2024-09-13T13:06:01.804581+0000 mgr.a (mgr.14152) 171 : cephadm [INF] Deploying daemon osd.1 on smithi053 2024-09-13T13:06:03.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:02 smithi077 bash[23251]: cephadm 2024-09-13T13:06:01.804581+0000 mgr.a (mgr.14152) 171 : cephadm [INF] Deploying daemon osd.1 on smithi053 2024-09-13T13:06:03.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:02 smithi007 bash[22721]: cluster 2024-09-13T13:06:01.449282+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:03.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:02 smithi007 bash[22721]: cluster 2024-09-13T13:06:01.449282+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:03.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:02 smithi007 bash[22721]: cephadm 2024-09-13T13:06:01.804581+0000 mgr.a (mgr.14152) 171 : cephadm [INF] Deploying daemon osd.1 on smithi053 2024-09-13T13:06:03.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:02 smithi007 bash[22721]: cephadm 2024-09-13T13:06:01.804581+0000 mgr.a (mgr.14152) 171 : cephadm [INF] Deploying daemon osd.1 on smithi053 2024-09-13T13:06:04.714 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:04 smithi053 bash[23444]: cluster 2024-09-13T13:06:03.449719+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:04.714 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:04 smithi053 bash[23444]: cluster 2024-09-13T13:06:03.449719+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:04.714 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:04 smithi053 bash[23444]: audit 2024-09-13T13:06:03.473137+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:04.714 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:04 smithi053 bash[23444]: audit 2024-09-13T13:06:03.473137+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:04.714 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:04 smithi053 bash[23444]: audit 2024-09-13T13:06:03.480810+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:04.715 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:04 smithi053 bash[23444]: audit 2024-09-13T13:06:03.480810+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:04.715 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:04 smithi053 bash[23444]: audit 2024-09-13T13:06:03.490148+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:04.715 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:04 smithi053 bash[23444]: audit 2024-09-13T13:06:03.490148+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:04.730 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:04 smithi077 bash[23251]: cluster 2024-09-13T13:06:03.449719+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:04.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:04 smithi077 bash[23251]: cluster 2024-09-13T13:06:03.449719+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:04.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:04 smithi077 bash[23251]: audit 2024-09-13T13:06:03.473137+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:04.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:04 smithi077 bash[23251]: audit 2024-09-13T13:06:03.473137+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:04.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:04 smithi077 bash[23251]: audit 2024-09-13T13:06:03.480810+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:04.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:04 smithi077 bash[23251]: audit 2024-09-13T13:06:03.480810+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:04.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:04 smithi077 bash[23251]: audit 2024-09-13T13:06:03.490148+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:04.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:04 smithi077 bash[23251]: audit 2024-09-13T13:06:03.490148+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:04.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:04 smithi007 bash[22721]: cluster 2024-09-13T13:06:03.449719+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:04.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:04 smithi007 bash[22721]: cluster 2024-09-13T13:06:03.449719+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:04.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:04 smithi007 bash[22721]: audit 2024-09-13T13:06:03.473137+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:04.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:04 smithi007 bash[22721]: audit 2024-09-13T13:06:03.473137+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:04.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:04 smithi007 bash[22721]: audit 2024-09-13T13:06:03.480810+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:04.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:04 smithi007 bash[22721]: audit 2024-09-13T13:06:03.480810+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:04.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:04 smithi007 bash[22721]: audit 2024-09-13T13:06:03.490148+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:04.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:04 smithi007 bash[22721]: audit 2024-09-13T13:06:03.490148+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:06.522 INFO:journalctl@ceph.mgr.b.smithi053.stdout:Sep 13 13:06:06 smithi053 systemd[1]: /etc/systemd/system/ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T13:06:06.522 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:06 smithi053 systemd[1]: /etc/systemd/system/ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T13:06:06.522 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:06 smithi053 bash[23444]: cluster 2024-09-13T13:06:05.453006+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:06.522 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:06 smithi053 bash[23444]: cluster 2024-09-13T13:06:05.453006+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:06.730 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:06 smithi077 bash[23251]: cluster 2024-09-13T13:06:05.453006+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:06.730 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:06 smithi077 bash[23251]: cluster 2024-09-13T13:06:05.453006+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:06.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:06 smithi007 bash[22721]: cluster 2024-09-13T13:06:05.453006+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:06.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:06 smithi007 bash[22721]: cluster 2024-09-13T13:06:05.453006+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:06.861 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:06 smithi053 systemd[1]: /etc/systemd/system/ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T13:06:06.861 INFO:journalctl@ceph.mgr.b.smithi053.stdout:Sep 13 13:06:06 smithi053 systemd[1]: /etc/systemd/system/ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T13:06:07.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:07 smithi077 bash[23251]: audit 2024-09-13T13:06:06.791481+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:06:07.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:07 smithi077 bash[23251]: audit 2024-09-13T13:06:06.791481+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:06:07.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:07 smithi077 bash[23251]: audit 2024-09-13T13:06:06.799220+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:07.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:07 smithi077 bash[23251]: audit 2024-09-13T13:06:06.799220+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:07.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:07 smithi077 bash[23251]: audit 2024-09-13T13:06:06.800053+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:06:07.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:07 smithi077 bash[23251]: audit 2024-09-13T13:06:06.800053+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:06:07.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:07 smithi077 bash[23251]: audit 2024-09-13T13:06:06.803270+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:06:07.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:07 smithi077 bash[23251]: audit 2024-09-13T13:06:06.803270+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:06:07.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:07 smithi077 bash[23251]: audit 2024-09-13T13:06:06.807870+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:07.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:07 smithi077 bash[23251]: audit 2024-09-13T13:06:06.807870+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:07.732 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:07 smithi077 bash[23251]: audit 2024-09-13T13:06:06.821595+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:07.732 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:07 smithi077 bash[23251]: audit 2024-09-13T13:06:06.821595+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:07.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:07 smithi007 bash[22721]: audit 2024-09-13T13:06:06.791481+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:06:07.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:07 smithi007 bash[22721]: audit 2024-09-13T13:06:06.791481+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:06:07.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:07 smithi007 bash[22721]: audit 2024-09-13T13:06:06.799220+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:07.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:07 smithi007 bash[22721]: audit 2024-09-13T13:06:06.799220+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:07.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:07 smithi007 bash[22721]: audit 2024-09-13T13:06:06.800053+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:06:07.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:07 smithi007 bash[22721]: audit 2024-09-13T13:06:06.800053+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:06:07.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:07 smithi007 bash[22721]: audit 2024-09-13T13:06:06.803270+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:06:07.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:07 smithi007 bash[22721]: audit 2024-09-13T13:06:06.803270+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:06:07.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:07 smithi007 bash[22721]: audit 2024-09-13T13:06:06.807870+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:07.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:07 smithi007 bash[22721]: audit 2024-09-13T13:06:06.807870+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:07.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:07 smithi007 bash[22721]: audit 2024-09-13T13:06:06.821595+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:07.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:07 smithi007 bash[22721]: audit 2024-09-13T13:06:06.821595+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:07.855 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:07 smithi053 bash[23444]: audit 2024-09-13T13:06:06.791481+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:06:07.855 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:07 smithi053 bash[23444]: audit 2024-09-13T13:06:06.791481+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:06:07.855 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:07 smithi053 bash[23444]: audit 2024-09-13T13:06:06.799220+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:07.856 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:07 smithi053 bash[23444]: audit 2024-09-13T13:06:06.799220+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:07.856 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:07 smithi053 bash[23444]: audit 2024-09-13T13:06:06.800053+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:06:07.856 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:07 smithi053 bash[23444]: audit 2024-09-13T13:06:06.800053+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:06:07.856 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:07 smithi053 bash[23444]: audit 2024-09-13T13:06:06.803270+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:06:07.856 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:07 smithi053 bash[23444]: audit 2024-09-13T13:06:06.803270+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:06:07.856 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:07 smithi053 bash[23444]: audit 2024-09-13T13:06:06.807870+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:07.856 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:07 smithi053 bash[23444]: audit 2024-09-13T13:06:06.807870+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:07.856 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:07 smithi053 bash[23444]: audit 2024-09-13T13:06:06.821595+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:07.856 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:07 smithi053 bash[23444]: audit 2024-09-13T13:06:06.821595+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:09.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:08 smithi053 bash[23444]: cluster 2024-09-13T13:06:07.453476+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:09.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:08 smithi053 bash[23444]: cluster 2024-09-13T13:06:07.453476+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:09.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:08 smithi077 bash[23251]: cluster 2024-09-13T13:06:07.453476+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:09.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:08 smithi077 bash[23251]: cluster 2024-09-13T13:06:07.453476+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:09.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:08 smithi007 bash[22721]: cluster 2024-09-13T13:06:07.453476+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:09.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:08 smithi007 bash[22721]: cluster 2024-09-13T13:06:07.453476+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:11.080 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:10 smithi053 bash[23444]: cluster 2024-09-13T13:06:09.453939+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:11.080 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:10 smithi053 bash[23444]: cluster 2024-09-13T13:06:09.453939+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:11.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:10 smithi077 bash[23251]: cluster 2024-09-13T13:06:09.453939+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:11.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:10 smithi077 bash[23251]: cluster 2024-09-13T13:06:09.453939+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:11.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:10 smithi007 bash[22721]: cluster 2024-09-13T13:06:09.453939+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:11.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:10 smithi007 bash[22721]: cluster 2024-09-13T13:06:09.453939+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:13.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:12 smithi053 bash[23444]: cluster 2024-09-13T13:06:11.454392+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:13.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:12 smithi053 bash[23444]: cluster 2024-09-13T13:06:11.454392+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:13.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:12 smithi077 bash[23251]: cluster 2024-09-13T13:06:11.454392+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:13.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:12 smithi077 bash[23251]: cluster 2024-09-13T13:06:11.454392+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:13.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:12 smithi007 bash[22721]: cluster 2024-09-13T13:06:11.454392+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:13.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:12 smithi007 bash[22721]: cluster 2024-09-13T13:06:11.454392+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:14.714 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:14 smithi053 bash[23444]: cluster 2024-09-13T13:06:13.454859+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:14.715 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:14 smithi053 bash[23444]: cluster 2024-09-13T13:06:13.454859+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:14.715 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:14 smithi053 bash[23444]: audit 2024-09-13T13:06:13.643323+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:14.715 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:14 smithi053 bash[23444]: audit 2024-09-13T13:06:13.643323+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:14.715 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:14 smithi053 bash[23444]: audit 2024-09-13T13:06:13.652014+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:14.715 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:14 smithi053 bash[23444]: audit 2024-09-13T13:06:13.652014+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:14.715 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:14 smithi053 bash[23444]: cephadm 2024-09-13T13:06:13.654775+0000 mgr.a (mgr.14152) 178 : cephadm [INF] Detected new or changed devices on smithi053 2024-09-13T13:06:14.715 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:14 smithi053 bash[23444]: cephadm 2024-09-13T13:06:13.654775+0000 mgr.a (mgr.14152) 178 : cephadm [INF] Detected new or changed devices on smithi053 2024-09-13T13:06:14.715 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:14 smithi053 bash[23444]: audit 2024-09-13T13:06:13.657273+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:06:14.716 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:14 smithi053 bash[23444]: audit 2024-09-13T13:06:13.657273+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:06:14.716 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:14 smithi053 bash[23444]: audit 2024-09-13T13:06:13.662379+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:14.716 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:14 smithi053 bash[23444]: audit 2024-09-13T13:06:13.662379+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:14.716 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:14 smithi053 bash[23444]: audit 2024-09-13T13:06:13.668781+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:06:14.716 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:14 smithi053 bash[23444]: audit 2024-09-13T13:06:13.668781+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:06:14.716 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:14 smithi053 bash[23444]: audit 2024-09-13T13:06:13.670690+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:06:14.716 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:14 smithi053 bash[23444]: audit 2024-09-13T13:06:13.670690+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:06:14.716 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:14 smithi053 bash[23444]: audit 2024-09-13T13:06:13.680719+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:14.716 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:14 smithi053 bash[23444]: audit 2024-09-13T13:06:13.680719+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:14.981 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:14 smithi077 bash[23251]: cluster 2024-09-13T13:06:13.454859+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:14.981 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:14 smithi077 bash[23251]: cluster 2024-09-13T13:06:13.454859+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:14.981 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:14 smithi077 bash[23251]: audit 2024-09-13T13:06:13.643323+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:14.981 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:14 smithi077 bash[23251]: audit 2024-09-13T13:06:13.643323+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:14.981 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:14 smithi077 bash[23251]: audit 2024-09-13T13:06:13.652014+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:14.981 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:14 smithi077 bash[23251]: audit 2024-09-13T13:06:13.652014+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:14.981 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:14 smithi077 bash[23251]: cephadm 2024-09-13T13:06:13.654775+0000 mgr.a (mgr.14152) 178 : cephadm [INF] Detected new or changed devices on smithi053 2024-09-13T13:06:14.982 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:14 smithi077 bash[23251]: cephadm 2024-09-13T13:06:13.654775+0000 mgr.a (mgr.14152) 178 : cephadm [INF] Detected new or changed devices on smithi053 2024-09-13T13:06:14.982 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:14 smithi077 bash[23251]: audit 2024-09-13T13:06:13.657273+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:06:14.982 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:14 smithi077 bash[23251]: audit 2024-09-13T13:06:13.657273+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:06:14.982 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:14 smithi077 bash[23251]: audit 2024-09-13T13:06:13.662379+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:14.982 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:14 smithi077 bash[23251]: audit 2024-09-13T13:06:13.662379+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:14.982 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:14 smithi077 bash[23251]: audit 2024-09-13T13:06:13.668781+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:06:14.982 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:14 smithi077 bash[23251]: audit 2024-09-13T13:06:13.668781+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:06:14.982 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:14 smithi077 bash[23251]: audit 2024-09-13T13:06:13.670690+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:06:14.982 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:14 smithi077 bash[23251]: audit 2024-09-13T13:06:13.670690+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:06:14.982 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:14 smithi077 bash[23251]: audit 2024-09-13T13:06:13.680719+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:14.982 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:14 smithi077 bash[23251]: audit 2024-09-13T13:06:13.680719+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:15.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:14 smithi007 bash[22721]: cluster 2024-09-13T13:06:13.454859+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:15.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:14 smithi007 bash[22721]: cluster 2024-09-13T13:06:13.454859+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:15.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:14 smithi007 bash[22721]: audit 2024-09-13T13:06:13.643323+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:15.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:14 smithi007 bash[22721]: audit 2024-09-13T13:06:13.643323+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:15.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:14 smithi007 bash[22721]: audit 2024-09-13T13:06:13.652014+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:15.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:14 smithi007 bash[22721]: audit 2024-09-13T13:06:13.652014+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:15.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:14 smithi007 bash[22721]: cephadm 2024-09-13T13:06:13.654775+0000 mgr.a (mgr.14152) 178 : cephadm [INF] Detected new or changed devices on smithi053 2024-09-13T13:06:15.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:14 smithi007 bash[22721]: cephadm 2024-09-13T13:06:13.654775+0000 mgr.a (mgr.14152) 178 : cephadm [INF] Detected new or changed devices on smithi053 2024-09-13T13:06:15.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:14 smithi007 bash[22721]: audit 2024-09-13T13:06:13.657273+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:06:15.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:14 smithi007 bash[22721]: audit 2024-09-13T13:06:13.657273+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:06:15.062 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:14 smithi007 bash[22721]: audit 2024-09-13T13:06:13.662379+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:15.062 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:14 smithi007 bash[22721]: audit 2024-09-13T13:06:13.662379+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:15.062 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:14 smithi007 bash[22721]: audit 2024-09-13T13:06:13.668781+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:06:15.062 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:14 smithi007 bash[22721]: audit 2024-09-13T13:06:13.668781+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:06:15.062 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:14 smithi007 bash[22721]: audit 2024-09-13T13:06:13.670690+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:06:15.062 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:14 smithi007 bash[22721]: audit 2024-09-13T13:06:13.670690+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:06:15.062 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:14 smithi007 bash[22721]: audit 2024-09-13T13:06:13.680719+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:15.062 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:14 smithi007 bash[22721]: audit 2024-09-13T13:06:13.680719+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:16.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:16 smithi053 bash[23444]: audit 2024-09-13T13:06:15.103093+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:16.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:16 smithi053 bash[23444]: audit 2024-09-13T13:06:15.103093+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:16.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:16 smithi053 bash[23444]: audit 2024-09-13T13:06:15.108921+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:16.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:16 smithi053 bash[23444]: audit 2024-09-13T13:06:15.108921+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:16.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:16 smithi053 bash[23444]: audit 2024-09-13T13:06:15.116354+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:16.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:16 smithi053 bash[23444]: audit 2024-09-13T13:06:15.116354+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:16.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:16 smithi077 bash[23251]: audit 2024-09-13T13:06:15.103093+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:16.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:16 smithi077 bash[23251]: audit 2024-09-13T13:06:15.103093+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:16.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:16 smithi077 bash[23251]: audit 2024-09-13T13:06:15.108921+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:16.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:16 smithi077 bash[23251]: audit 2024-09-13T13:06:15.108921+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:16.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:16 smithi077 bash[23251]: audit 2024-09-13T13:06:15.116354+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:16.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:16 smithi077 bash[23251]: audit 2024-09-13T13:06:15.116354+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:16.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:16 smithi007 bash[22721]: audit 2024-09-13T13:06:15.103093+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:16.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:16 smithi007 bash[22721]: audit 2024-09-13T13:06:15.103093+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:16.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:16 smithi007 bash[22721]: audit 2024-09-13T13:06:15.108921+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:16.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:16 smithi007 bash[22721]: audit 2024-09-13T13:06:15.108921+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:16.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:16 smithi007 bash[22721]: audit 2024-09-13T13:06:15.116354+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:16.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:16 smithi007 bash[22721]: audit 2024-09-13T13:06:15.116354+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:17.381 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:17 smithi053 bash[23444]: cluster 2024-09-13T13:06:15.455340+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:17.382 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:17 smithi053 bash[23444]: cluster 2024-09-13T13:06:15.455340+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:17.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:17 smithi077 bash[23251]: cluster 2024-09-13T13:06:15.455340+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:17.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:17 smithi077 bash[23251]: cluster 2024-09-13T13:06:15.455340+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:17.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:17 smithi007 bash[22721]: cluster 2024-09-13T13:06:15.455340+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:17.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:17 smithi007 bash[22721]: cluster 2024-09-13T13:06:15.455340+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:19.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:19 smithi053 bash[23444]: cluster 2024-09-13T13:06:17.455841+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:19.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:19 smithi053 bash[23444]: cluster 2024-09-13T13:06:17.455841+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:19.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:19 smithi077 bash[23251]: cluster 2024-09-13T13:06:17.455841+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:19.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:19 smithi077 bash[23251]: cluster 2024-09-13T13:06:17.455841+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:19.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:19 smithi007 bash[22721]: cluster 2024-09-13T13:06:17.455841+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:19.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:19 smithi007 bash[22721]: cluster 2024-09-13T13:06:17.455841+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:20.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:20 smithi053 bash[23444]: audit 2024-09-13T13:06:19.716161+0000 mon.a (mon.0) 496 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-13T13:06:20.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:20 smithi053 bash[23444]: audit 2024-09-13T13:06:19.716161+0000 mon.a (mon.0) 496 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-13T13:06:20.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:20 smithi053 bash[23444]: audit 2024-09-13T13:06:19.716832+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.53:6800/3033940876,v1:172.21.15.53:6801/3033940876]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-13T13:06:20.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:20 smithi053 bash[23444]: audit 2024-09-13T13:06:19.716832+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.53:6800/3033940876,v1:172.21.15.53:6801/3033940876]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-13T13:06:20.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:20 smithi077 bash[23251]: audit 2024-09-13T13:06:19.716161+0000 mon.a (mon.0) 496 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-13T13:06:20.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:20 smithi077 bash[23251]: audit 2024-09-13T13:06:19.716161+0000 mon.a (mon.0) 496 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-13T13:06:20.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:20 smithi077 bash[23251]: audit 2024-09-13T13:06:19.716832+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.53:6800/3033940876,v1:172.21.15.53:6801/3033940876]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-13T13:06:20.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:20 smithi077 bash[23251]: audit 2024-09-13T13:06:19.716832+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.53:6800/3033940876,v1:172.21.15.53:6801/3033940876]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-13T13:06:20.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:20 smithi007 bash[22721]: audit 2024-09-13T13:06:19.716161+0000 mon.a (mon.0) 496 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-13T13:06:20.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:20 smithi007 bash[22721]: audit 2024-09-13T13:06:19.716161+0000 mon.a (mon.0) 496 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-13T13:06:20.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:20 smithi007 bash[22721]: audit 2024-09-13T13:06:19.716832+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.53:6800/3033940876,v1:172.21.15.53:6801/3033940876]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-13T13:06:20.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:20 smithi007 bash[22721]: audit 2024-09-13T13:06:19.716832+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.53:6800/3033940876,v1:172.21.15.53:6801/3033940876]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-13T13:06:21.381 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:21 smithi053 bash[23444]: cluster 2024-09-13T13:06:19.456322+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:21.381 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:21 smithi053 bash[23444]: cluster 2024-09-13T13:06:19.456322+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:21.381 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:21 smithi053 bash[23444]: audit 2024-09-13T13:06:20.131011+0000 mon.a (mon.0) 497 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-13T13:06:21.381 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:21 smithi053 bash[23444]: audit 2024-09-13T13:06:20.131011+0000 mon.a (mon.0) 497 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-13T13:06:21.381 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:21 smithi053 bash[23444]: audit 2024-09-13T13:06:20.136431+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.53:6800/3033940876,v1:172.21.15.53:6801/3033940876]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi053", "root=default"]} : dispatch 2024-09-13T13:06:21.381 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:21 smithi053 bash[23444]: audit 2024-09-13T13:06:20.136431+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.53:6800/3033940876,v1:172.21.15.53:6801/3033940876]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi053", "root=default"]} : dispatch 2024-09-13T13:06:21.381 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:21 smithi053 bash[23444]: cluster 2024-09-13T13:06:20.137496+0000 mon.a (mon.0) 498 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-13T13:06:21.381 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:21 smithi053 bash[23444]: cluster 2024-09-13T13:06:20.137496+0000 mon.a (mon.0) 498 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-13T13:06:21.381 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:21 smithi053 bash[23444]: audit 2024-09-13T13:06:20.138031+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-13T13:06:21.382 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:21 smithi053 bash[23444]: audit 2024-09-13T13:06:20.138031+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-13T13:06:21.382 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:21 smithi053 bash[23444]: audit 2024-09-13T13:06:20.138837+0000 mon.a (mon.0) 500 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi053", "root=default"]} : dispatch 2024-09-13T13:06:21.382 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:21 smithi053 bash[23444]: audit 2024-09-13T13:06:20.138837+0000 mon.a (mon.0) 500 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi053", "root=default"]} : dispatch 2024-09-13T13:06:21.382 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:21 smithi053 bash[23444]: audit 2024-09-13T13:06:21.059645+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:21.382 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:21 smithi053 bash[23444]: audit 2024-09-13T13:06:21.059645+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:21.382 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:21 smithi053 bash[23444]: audit 2024-09-13T13:06:21.067888+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:21.382 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:21 smithi053 bash[23444]: audit 2024-09-13T13:06:21.067888+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:21.382 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:21 smithi053 bash[23444]: audit 2024-09-13T13:06:21.072782+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:06:21.382 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:21 smithi053 bash[23444]: audit 2024-09-13T13:06:21.072782+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:06:21.382 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:21 smithi053 bash[23444]: audit 2024-09-13T13:06:21.078087+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:21.382 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:21 smithi053 bash[23444]: audit 2024-09-13T13:06:21.078087+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:21.382 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:21 smithi053 bash[23444]: audit 2024-09-13T13:06:21.078970+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:06:21.382 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:21 smithi053 bash[23444]: audit 2024-09-13T13:06:21.078970+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:06:21.382 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:21 smithi053 bash[23444]: audit 2024-09-13T13:06:21.080935+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:06:21.383 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:21 smithi053 bash[23444]: audit 2024-09-13T13:06:21.080935+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:06:21.383 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:21 smithi053 bash[23444]: audit 2024-09-13T13:06:21.091091+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:21.383 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:21 smithi053 bash[23444]: audit 2024-09-13T13:06:21.091091+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:21.393 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:21 smithi077 bash[23251]: cluster 2024-09-13T13:06:19.456322+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:21.394 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:21 smithi077 bash[23251]: cluster 2024-09-13T13:06:19.456322+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:21.394 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:21 smithi077 bash[23251]: audit 2024-09-13T13:06:20.131011+0000 mon.a (mon.0) 497 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-13T13:06:21.394 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:21 smithi077 bash[23251]: audit 2024-09-13T13:06:20.131011+0000 mon.a (mon.0) 497 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-13T13:06:21.394 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:21 smithi077 bash[23251]: audit 2024-09-13T13:06:20.136431+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.53:6800/3033940876,v1:172.21.15.53:6801/3033940876]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi053", "root=default"]} : dispatch 2024-09-13T13:06:21.394 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:21 smithi077 bash[23251]: audit 2024-09-13T13:06:20.136431+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.53:6800/3033940876,v1:172.21.15.53:6801/3033940876]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi053", "root=default"]} : dispatch 2024-09-13T13:06:21.394 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:21 smithi077 bash[23251]: cluster 2024-09-13T13:06:20.137496+0000 mon.a (mon.0) 498 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-13T13:06:21.394 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:21 smithi077 bash[23251]: cluster 2024-09-13T13:06:20.137496+0000 mon.a (mon.0) 498 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-13T13:06:21.394 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:21 smithi077 bash[23251]: audit 2024-09-13T13:06:20.138031+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-13T13:06:21.394 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:21 smithi077 bash[23251]: audit 2024-09-13T13:06:20.138031+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-13T13:06:21.394 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:21 smithi077 bash[23251]: audit 2024-09-13T13:06:20.138837+0000 mon.a (mon.0) 500 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi053", "root=default"]} : dispatch 2024-09-13T13:06:21.394 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:21 smithi077 bash[23251]: audit 2024-09-13T13:06:20.138837+0000 mon.a (mon.0) 500 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi053", "root=default"]} : dispatch 2024-09-13T13:06:21.395 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:21 smithi077 bash[23251]: audit 2024-09-13T13:06:21.059645+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:21.395 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:21 smithi077 bash[23251]: audit 2024-09-13T13:06:21.059645+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:21.395 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:21 smithi077 bash[23251]: audit 2024-09-13T13:06:21.067888+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:21.395 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:21 smithi077 bash[23251]: audit 2024-09-13T13:06:21.067888+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:21.395 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:21 smithi077 bash[23251]: audit 2024-09-13T13:06:21.072782+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:06:21.395 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:21 smithi077 bash[23251]: audit 2024-09-13T13:06:21.072782+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:06:21.395 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:21 smithi077 bash[23251]: audit 2024-09-13T13:06:21.078087+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:21.395 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:21 smithi077 bash[23251]: audit 2024-09-13T13:06:21.078087+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:21.395 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:21 smithi077 bash[23251]: audit 2024-09-13T13:06:21.078970+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:06:21.395 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:21 smithi077 bash[23251]: audit 2024-09-13T13:06:21.078970+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:06:21.395 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:21 smithi077 bash[23251]: audit 2024-09-13T13:06:21.080935+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:06:21.395 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:21 smithi077 bash[23251]: audit 2024-09-13T13:06:21.080935+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:06:21.396 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:21 smithi077 bash[23251]: audit 2024-09-13T13:06:21.091091+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:21.396 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:21 smithi077 bash[23251]: audit 2024-09-13T13:06:21.091091+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:21.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:21 smithi007 bash[22721]: cluster 2024-09-13T13:06:19.456322+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:21.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:21 smithi007 bash[22721]: cluster 2024-09-13T13:06:19.456322+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:21.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:21 smithi007 bash[22721]: audit 2024-09-13T13:06:20.131011+0000 mon.a (mon.0) 497 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-13T13:06:21.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:21 smithi007 bash[22721]: audit 2024-09-13T13:06:20.131011+0000 mon.a (mon.0) 497 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-13T13:06:21.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:21 smithi007 bash[22721]: audit 2024-09-13T13:06:20.136431+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.53:6800/3033940876,v1:172.21.15.53:6801/3033940876]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi053", "root=default"]} : dispatch 2024-09-13T13:06:21.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:21 smithi007 bash[22721]: audit 2024-09-13T13:06:20.136431+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.53:6800/3033940876,v1:172.21.15.53:6801/3033940876]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi053", "root=default"]} : dispatch 2024-09-13T13:06:21.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:21 smithi007 bash[22721]: cluster 2024-09-13T13:06:20.137496+0000 mon.a (mon.0) 498 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-13T13:06:21.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:21 smithi007 bash[22721]: cluster 2024-09-13T13:06:20.137496+0000 mon.a (mon.0) 498 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-13T13:06:21.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:21 smithi007 bash[22721]: audit 2024-09-13T13:06:20.138031+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-13T13:06:21.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:21 smithi007 bash[22721]: audit 2024-09-13T13:06:20.138031+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-13T13:06:21.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:21 smithi007 bash[22721]: audit 2024-09-13T13:06:20.138837+0000 mon.a (mon.0) 500 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi053", "root=default"]} : dispatch 2024-09-13T13:06:21.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:21 smithi007 bash[22721]: audit 2024-09-13T13:06:20.138837+0000 mon.a (mon.0) 500 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi053", "root=default"]} : dispatch 2024-09-13T13:06:21.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:21 smithi007 bash[22721]: audit 2024-09-13T13:06:21.059645+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:21.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:21 smithi007 bash[22721]: audit 2024-09-13T13:06:21.059645+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:21.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:21 smithi007 bash[22721]: audit 2024-09-13T13:06:21.067888+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:21.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:21 smithi007 bash[22721]: audit 2024-09-13T13:06:21.067888+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:21.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:21 smithi007 bash[22721]: audit 2024-09-13T13:06:21.072782+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:06:21.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:21 smithi007 bash[22721]: audit 2024-09-13T13:06:21.072782+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:06:21.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:21 smithi007 bash[22721]: audit 2024-09-13T13:06:21.078087+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:21.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:21 smithi007 bash[22721]: audit 2024-09-13T13:06:21.078087+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:21.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:21 smithi007 bash[22721]: audit 2024-09-13T13:06:21.078970+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:06:21.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:21 smithi007 bash[22721]: audit 2024-09-13T13:06:21.078970+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:06:21.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:21 smithi007 bash[22721]: audit 2024-09-13T13:06:21.080935+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:06:21.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:21 smithi007 bash[22721]: audit 2024-09-13T13:06:21.080935+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:06:21.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:21 smithi007 bash[22721]: audit 2024-09-13T13:06:21.091091+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:21.564 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:21 smithi007 bash[22721]: audit 2024-09-13T13:06:21.091091+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:21.894 INFO:teuthology.orchestra.run.smithi053.stdout:Created osd(s) 1 on host 'smithi053' 2024-09-13T13:06:22.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:22 smithi053 bash[23444]: audit 2024-09-13T13:06:21.133016+0000 mon.a (mon.0) 508 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]': finished 2024-09-13T13:06:22.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:22 smithi053 bash[23444]: audit 2024-09-13T13:06:21.133016+0000 mon.a (mon.0) 508 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]': finished 2024-09-13T13:06:22.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:22 smithi053 bash[23444]: cluster 2024-09-13T13:06:21.138343+0000 mon.a (mon.0) 509 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-13T13:06:22.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:22 smithi053 bash[23444]: cluster 2024-09-13T13:06:21.138343+0000 mon.a (mon.0) 509 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-13T13:06:22.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:22 smithi053 bash[23444]: audit 2024-09-13T13:06:21.139584+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-13T13:06:22.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:22 smithi053 bash[23444]: audit 2024-09-13T13:06:21.139584+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-13T13:06:22.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:22 smithi053 bash[23444]: audit 2024-09-13T13:06:21.149707+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-13T13:06:22.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:22 smithi053 bash[23444]: audit 2024-09-13T13:06:21.149707+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-13T13:06:22.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:22 smithi053 bash[23444]: audit 2024-09-13T13:06:21.476445+0000 mon.a (mon.0) 512 : audit [INF] from='osd.1 ' entity='osd.1' 2024-09-13T13:06:22.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:22 smithi053 bash[23444]: audit 2024-09-13T13:06:21.476445+0000 mon.a (mon.0) 512 : audit [INF] from='osd.1 ' entity='osd.1' 2024-09-13T13:06:22.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:22 smithi053 bash[23444]: audit 2024-09-13T13:06:21.876306+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:06:22.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:22 smithi053 bash[23444]: audit 2024-09-13T13:06:21.876306+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:06:22.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:22 smithi053 bash[23444]: audit 2024-09-13T13:06:21.884302+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:22.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:22 smithi053 bash[23444]: audit 2024-09-13T13:06:21.884302+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:22.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:22 smithi053 bash[23444]: audit 2024-09-13T13:06:21.885271+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-13T13:06:22.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:22 smithi053 bash[23444]: audit 2024-09-13T13:06:21.885271+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-13T13:06:22.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:22 smithi053 bash[23444]: audit 2024-09-13T13:06:21.892835+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:22.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:22 smithi053 bash[23444]: audit 2024-09-13T13:06:21.892835+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:22.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:22 smithi053 bash[23444]: audit 2024-09-13T13:06:21.898840+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:22.217 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:22 smithi053 bash[23444]: audit 2024-09-13T13:06:21.898840+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:22.217 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:22 smithi053 bash[23444]: audit 2024-09-13T13:06:21.902803+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:06:22.217 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:22 smithi053 bash[23444]: audit 2024-09-13T13:06:21.902803+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:06:22.217 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:22 smithi053 bash[23444]: audit 2024-09-13T13:06:21.904722+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:06:22.217 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:22 smithi053 bash[23444]: audit 2024-09-13T13:06:21.904722+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:06:22.217 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:22 smithi053 bash[23444]: audit 2024-09-13T13:06:21.914232+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:22.217 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:22 smithi053 bash[23444]: audit 2024-09-13T13:06:21.914232+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:22.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:22 smithi077 bash[23251]: audit 2024-09-13T13:06:21.133016+0000 mon.a (mon.0) 508 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]': finished 2024-09-13T13:06:22.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:22 smithi077 bash[23251]: audit 2024-09-13T13:06:21.133016+0000 mon.a (mon.0) 508 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]': finished 2024-09-13T13:06:22.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:22 smithi077 bash[23251]: cluster 2024-09-13T13:06:21.138343+0000 mon.a (mon.0) 509 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-13T13:06:22.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:22 smithi077 bash[23251]: cluster 2024-09-13T13:06:21.138343+0000 mon.a (mon.0) 509 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-13T13:06:22.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:22 smithi077 bash[23251]: audit 2024-09-13T13:06:21.139584+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-13T13:06:22.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:22 smithi077 bash[23251]: audit 2024-09-13T13:06:21.139584+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-13T13:06:22.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:22 smithi077 bash[23251]: audit 2024-09-13T13:06:21.149707+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-13T13:06:22.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:22 smithi077 bash[23251]: audit 2024-09-13T13:06:21.149707+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-13T13:06:22.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:22 smithi077 bash[23251]: audit 2024-09-13T13:06:21.476445+0000 mon.a (mon.0) 512 : audit [INF] from='osd.1 ' entity='osd.1' 2024-09-13T13:06:22.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:22 smithi077 bash[23251]: audit 2024-09-13T13:06:21.476445+0000 mon.a (mon.0) 512 : audit [INF] from='osd.1 ' entity='osd.1' 2024-09-13T13:06:22.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:22 smithi077 bash[23251]: audit 2024-09-13T13:06:21.876306+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:06:22.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:22 smithi077 bash[23251]: audit 2024-09-13T13:06:21.876306+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:06:22.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:22 smithi077 bash[23251]: audit 2024-09-13T13:06:21.884302+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:22.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:22 smithi077 bash[23251]: audit 2024-09-13T13:06:21.884302+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:22.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:22 smithi077 bash[23251]: audit 2024-09-13T13:06:21.885271+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-13T13:06:22.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:22 smithi077 bash[23251]: audit 2024-09-13T13:06:21.885271+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-13T13:06:22.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:22 smithi077 bash[23251]: audit 2024-09-13T13:06:21.892835+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:22.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:22 smithi077 bash[23251]: audit 2024-09-13T13:06:21.892835+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:22.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:22 smithi077 bash[23251]: audit 2024-09-13T13:06:21.898840+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:22.483 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:22 smithi077 bash[23251]: audit 2024-09-13T13:06:21.898840+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:22.483 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:22 smithi077 bash[23251]: audit 2024-09-13T13:06:21.902803+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:06:22.483 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:22 smithi077 bash[23251]: audit 2024-09-13T13:06:21.902803+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:06:22.483 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:22 smithi077 bash[23251]: audit 2024-09-13T13:06:21.904722+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:06:22.483 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:22 smithi077 bash[23251]: audit 2024-09-13T13:06:21.904722+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:06:22.483 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:22 smithi077 bash[23251]: audit 2024-09-13T13:06:21.914232+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:22.483 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:22 smithi077 bash[23251]: audit 2024-09-13T13:06:21.914232+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:22.529 DEBUG:teuthology.orchestra.run.smithi053:osd.1> sudo journalctl -f -n 0 -u ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@osd.1.service 2024-09-13T13:06:22.532 INFO:tasks.cephadm:Deploying osd.2 on smithi077 with /dev/vg_nvme/lv_4... 2024-09-13T13:06:22.532 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0201b8c79733293453e7f10a10c7fa43119222b ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fa2bba74-71cf-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-13T13:06:22.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:22 smithi007 bash[22721]: audit 2024-09-13T13:06:21.133016+0000 mon.a (mon.0) 508 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]': finished 2024-09-13T13:06:22.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:22 smithi007 bash[22721]: audit 2024-09-13T13:06:21.133016+0000 mon.a (mon.0) 508 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]': finished 2024-09-13T13:06:22.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:22 smithi007 bash[22721]: cluster 2024-09-13T13:06:21.138343+0000 mon.a (mon.0) 509 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-13T13:06:22.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:22 smithi007 bash[22721]: cluster 2024-09-13T13:06:21.138343+0000 mon.a (mon.0) 509 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-13T13:06:22.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:22 smithi007 bash[22721]: audit 2024-09-13T13:06:21.139584+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-13T13:06:22.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:22 smithi007 bash[22721]: audit 2024-09-13T13:06:21.139584+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-13T13:06:22.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:22 smithi007 bash[22721]: audit 2024-09-13T13:06:21.149707+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-13T13:06:22.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:22 smithi007 bash[22721]: audit 2024-09-13T13:06:21.149707+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-13T13:06:22.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:22 smithi007 bash[22721]: audit 2024-09-13T13:06:21.476445+0000 mon.a (mon.0) 512 : audit [INF] from='osd.1 ' entity='osd.1' 2024-09-13T13:06:22.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:22 smithi007 bash[22721]: audit 2024-09-13T13:06:21.476445+0000 mon.a (mon.0) 512 : audit [INF] from='osd.1 ' entity='osd.1' 2024-09-13T13:06:22.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:22 smithi007 bash[22721]: audit 2024-09-13T13:06:21.876306+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:06:22.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:22 smithi007 bash[22721]: audit 2024-09-13T13:06:21.876306+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:06:22.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:22 smithi007 bash[22721]: audit 2024-09-13T13:06:21.884302+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:22.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:22 smithi007 bash[22721]: audit 2024-09-13T13:06:21.884302+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:22.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:22 smithi007 bash[22721]: audit 2024-09-13T13:06:21.885271+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-13T13:06:22.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:22 smithi007 bash[22721]: audit 2024-09-13T13:06:21.885271+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-13T13:06:22.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:22 smithi007 bash[22721]: audit 2024-09-13T13:06:21.892835+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:22.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:22 smithi007 bash[22721]: audit 2024-09-13T13:06:21.892835+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:22.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:22 smithi007 bash[22721]: audit 2024-09-13T13:06:21.898840+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:22.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:22 smithi007 bash[22721]: audit 2024-09-13T13:06:21.898840+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:22.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:22 smithi007 bash[22721]: audit 2024-09-13T13:06:21.902803+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:06:22.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:22 smithi007 bash[22721]: audit 2024-09-13T13:06:21.902803+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:06:22.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:22 smithi007 bash[22721]: audit 2024-09-13T13:06:21.904722+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:06:22.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:22 smithi007 bash[22721]: audit 2024-09-13T13:06:21.904722+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:06:22.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:22 smithi007 bash[22721]: audit 2024-09-13T13:06:21.914232+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:22.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:22 smithi007 bash[22721]: audit 2024-09-13T13:06:21.914232+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:23.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:23 smithi007 bash[22721]: cluster 2024-09-13T13:06:20.668959+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-13T13:06:23.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:23 smithi007 bash[22721]: cluster 2024-09-13T13:06:20.668959+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-13T13:06:23.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:23 smithi007 bash[22721]: cluster 2024-09-13T13:06:20.669082+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-13T13:06:23.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:23 smithi007 bash[22721]: cluster 2024-09-13T13:06:20.669082+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-13T13:06:23.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:23 smithi007 bash[22721]: cluster 2024-09-13T13:06:21.456822+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:23.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:23 smithi007 bash[22721]: cluster 2024-09-13T13:06:21.456822+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:23.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:23 smithi007 bash[22721]: cephadm 2024-09-13T13:06:21.887885+0000 mgr.a (mgr.14152) 183 : cephadm [INF] Adjusting osd_memory_target on smithi053 to 16245M 2024-09-13T13:06:23.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:23 smithi007 bash[22721]: cephadm 2024-09-13T13:06:21.887885+0000 mgr.a (mgr.14152) 183 : cephadm [INF] Adjusting osd_memory_target on smithi053 to 16245M 2024-09-13T13:06:23.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:23 smithi007 bash[22721]: audit 2024-09-13T13:06:22.142794+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-13T13:06:23.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:23 smithi007 bash[22721]: audit 2024-09-13T13:06:22.142794+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-13T13:06:23.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:23 smithi007 bash[22721]: cluster 2024-09-13T13:06:22.480577+0000 mon.a (mon.0) 522 : cluster [INF] osd.1 [v2:172.21.15.53:6800/3033940876,v1:172.21.15.53:6801/3033940876] boot 2024-09-13T13:06:23.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:23 smithi007 bash[22721]: cluster 2024-09-13T13:06:22.480577+0000 mon.a (mon.0) 522 : cluster [INF] osd.1 [v2:172.21.15.53:6800/3033940876,v1:172.21.15.53:6801/3033940876] boot 2024-09-13T13:06:23.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:23 smithi007 bash[22721]: cluster 2024-09-13T13:06:22.480644+0000 mon.a (mon.0) 523 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-13T13:06:23.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:23 smithi007 bash[22721]: cluster 2024-09-13T13:06:22.480644+0000 mon.a (mon.0) 523 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-13T13:06:23.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:23 smithi007 bash[22721]: audit 2024-09-13T13:06:22.480912+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-13T13:06:23.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:23 smithi007 bash[22721]: audit 2024-09-13T13:06:22.480912+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-13T13:06:23.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:23 smithi053 bash[23444]: cluster 2024-09-13T13:06:20.668959+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-13T13:06:23.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:23 smithi053 bash[23444]: cluster 2024-09-13T13:06:20.668959+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-13T13:06:23.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:23 smithi053 bash[23444]: cluster 2024-09-13T13:06:20.669082+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-13T13:06:23.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:23 smithi053 bash[23444]: cluster 2024-09-13T13:06:20.669082+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-13T13:06:23.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:23 smithi053 bash[23444]: cluster 2024-09-13T13:06:21.456822+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:23.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:23 smithi053 bash[23444]: cluster 2024-09-13T13:06:21.456822+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:23.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:23 smithi053 bash[23444]: cephadm 2024-09-13T13:06:21.887885+0000 mgr.a (mgr.14152) 183 : cephadm [INF] Adjusting osd_memory_target on smithi053 to 16245M 2024-09-13T13:06:23.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:23 smithi053 bash[23444]: cephadm 2024-09-13T13:06:21.887885+0000 mgr.a (mgr.14152) 183 : cephadm [INF] Adjusting osd_memory_target on smithi053 to 16245M 2024-09-13T13:06:23.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:23 smithi053 bash[23444]: audit 2024-09-13T13:06:22.142794+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-13T13:06:23.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:23 smithi053 bash[23444]: audit 2024-09-13T13:06:22.142794+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-13T13:06:23.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:23 smithi053 bash[23444]: cluster 2024-09-13T13:06:22.480577+0000 mon.a (mon.0) 522 : cluster [INF] osd.1 [v2:172.21.15.53:6800/3033940876,v1:172.21.15.53:6801/3033940876] boot 2024-09-13T13:06:23.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:23 smithi053 bash[23444]: cluster 2024-09-13T13:06:22.480577+0000 mon.a (mon.0) 522 : cluster [INF] osd.1 [v2:172.21.15.53:6800/3033940876,v1:172.21.15.53:6801/3033940876] boot 2024-09-13T13:06:23.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:23 smithi053 bash[23444]: cluster 2024-09-13T13:06:22.480644+0000 mon.a (mon.0) 523 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-13T13:06:23.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:23 smithi053 bash[23444]: cluster 2024-09-13T13:06:22.480644+0000 mon.a (mon.0) 523 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-13T13:06:23.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:23 smithi053 bash[23444]: audit 2024-09-13T13:06:22.480912+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-13T13:06:23.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:23 smithi053 bash[23444]: audit 2024-09-13T13:06:22.480912+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-13T13:06:23.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:23 smithi077 bash[23251]: cluster 2024-09-13T13:06:20.668959+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-13T13:06:23.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:23 smithi077 bash[23251]: cluster 2024-09-13T13:06:20.668959+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-13T13:06:23.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:23 smithi077 bash[23251]: cluster 2024-09-13T13:06:20.669082+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-13T13:06:23.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:23 smithi077 bash[23251]: cluster 2024-09-13T13:06:20.669082+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-13T13:06:23.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:23 smithi077 bash[23251]: cluster 2024-09-13T13:06:21.456822+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:23.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:23 smithi077 bash[23251]: cluster 2024-09-13T13:06:21.456822+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T13:06:23.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:23 smithi077 bash[23251]: cephadm 2024-09-13T13:06:21.887885+0000 mgr.a (mgr.14152) 183 : cephadm [INF] Adjusting osd_memory_target on smithi053 to 16245M 2024-09-13T13:06:23.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:23 smithi077 bash[23251]: cephadm 2024-09-13T13:06:21.887885+0000 mgr.a (mgr.14152) 183 : cephadm [INF] Adjusting osd_memory_target on smithi053 to 16245M 2024-09-13T13:06:23.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:23 smithi077 bash[23251]: audit 2024-09-13T13:06:22.142794+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-13T13:06:23.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:23 smithi077 bash[23251]: audit 2024-09-13T13:06:22.142794+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-13T13:06:23.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:23 smithi077 bash[23251]: cluster 2024-09-13T13:06:22.480577+0000 mon.a (mon.0) 522 : cluster [INF] osd.1 [v2:172.21.15.53:6800/3033940876,v1:172.21.15.53:6801/3033940876] boot 2024-09-13T13:06:23.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:23 smithi077 bash[23251]: cluster 2024-09-13T13:06:22.480577+0000 mon.a (mon.0) 522 : cluster [INF] osd.1 [v2:172.21.15.53:6800/3033940876,v1:172.21.15.53:6801/3033940876] boot 2024-09-13T13:06:23.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:23 smithi077 bash[23251]: cluster 2024-09-13T13:06:22.480644+0000 mon.a (mon.0) 523 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-13T13:06:23.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:23 smithi077 bash[23251]: cluster 2024-09-13T13:06:22.480644+0000 mon.a (mon.0) 523 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-13T13:06:23.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:23 smithi077 bash[23251]: audit 2024-09-13T13:06:22.480912+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-13T13:06:23.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:23 smithi077 bash[23251]: audit 2024-09-13T13:06:22.480912+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-13T13:06:24.730 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:24 smithi077 bash[23251]: cluster 2024-09-13T13:06:23.457410+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:24.730 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:24 smithi077 bash[23251]: cluster 2024-09-13T13:06:23.457410+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:24.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:24 smithi077 bash[23251]: cluster 2024-09-13T13:06:23.482448+0000 mon.a (mon.0) 525 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-13T13:06:24.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:24 smithi077 bash[23251]: cluster 2024-09-13T13:06:23.482448+0000 mon.a (mon.0) 525 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-13T13:06:24.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:24 smithi077 bash[23251]: audit 2024-09-13T13:06:23.639574+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:24.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:24 smithi077 bash[23251]: audit 2024-09-13T13:06:23.639574+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:24.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:24 smithi077 bash[23251]: audit 2024-09-13T13:06:23.647288+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:24.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:24 smithi077 bash[23251]: audit 2024-09-13T13:06:23.647288+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:24.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:24 smithi077 bash[23251]: audit 2024-09-13T13:06:23.656555+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:24.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:24 smithi077 bash[23251]: audit 2024-09-13T13:06:23.656555+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:24.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:24 smithi007 bash[22721]: cluster 2024-09-13T13:06:23.457410+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:24.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:24 smithi007 bash[22721]: cluster 2024-09-13T13:06:23.457410+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:24.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:24 smithi007 bash[22721]: cluster 2024-09-13T13:06:23.482448+0000 mon.a (mon.0) 525 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-13T13:06:24.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:24 smithi007 bash[22721]: cluster 2024-09-13T13:06:23.482448+0000 mon.a (mon.0) 525 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-13T13:06:24.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:24 smithi007 bash[22721]: audit 2024-09-13T13:06:23.639574+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:24.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:24 smithi007 bash[22721]: audit 2024-09-13T13:06:23.639574+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:24.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:24 smithi007 bash[22721]: audit 2024-09-13T13:06:23.647288+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:24.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:24 smithi007 bash[22721]: audit 2024-09-13T13:06:23.647288+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:24.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:24 smithi007 bash[22721]: audit 2024-09-13T13:06:23.656555+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:24.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:24 smithi007 bash[22721]: audit 2024-09-13T13:06:23.656555+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:24.964 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:24 smithi053 bash[23444]: cluster 2024-09-13T13:06:23.457410+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:24.964 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:24 smithi053 bash[23444]: cluster 2024-09-13T13:06:23.457410+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:24.964 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:24 smithi053 bash[23444]: cluster 2024-09-13T13:06:23.482448+0000 mon.a (mon.0) 525 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-13T13:06:24.965 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:24 smithi053 bash[23444]: cluster 2024-09-13T13:06:23.482448+0000 mon.a (mon.0) 525 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-13T13:06:24.965 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:24 smithi053 bash[23444]: audit 2024-09-13T13:06:23.639574+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:24.965 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:24 smithi053 bash[23444]: audit 2024-09-13T13:06:23.639574+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:24.965 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:24 smithi053 bash[23444]: audit 2024-09-13T13:06:23.647288+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:24.965 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:24 smithi053 bash[23444]: audit 2024-09-13T13:06:23.647288+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:24.965 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:24 smithi053 bash[23444]: audit 2024-09-13T13:06:23.656555+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:24.965 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:24 smithi053 bash[23444]: audit 2024-09-13T13:06:23.656555+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:26.746 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/mon.c/config 2024-09-13T13:06:26.768 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:26 smithi077 bash[23251]: cluster 2024-09-13T13:06:25.457950+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:26.768 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:26 smithi077 bash[23251]: cluster 2024-09-13T13:06:25.457950+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:26.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:26 smithi007 bash[22721]: cluster 2024-09-13T13:06:25.457950+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:26.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:26 smithi007 bash[22721]: cluster 2024-09-13T13:06:25.457950+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:26.964 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:26 smithi053 bash[23444]: cluster 2024-09-13T13:06:25.457950+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:26.964 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:26 smithi053 bash[23444]: cluster 2024-09-13T13:06:25.457950+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:28.730 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:28 smithi077 bash[23251]: cluster 2024-09-13T13:06:27.458406+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:28.730 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:28 smithi077 bash[23251]: cluster 2024-09-13T13:06:27.458406+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:28.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:28 smithi007 bash[22721]: cluster 2024-09-13T13:06:27.458406+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:28.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:28 smithi007 bash[22721]: cluster 2024-09-13T13:06:27.458406+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:28.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:28 smithi053 bash[23444]: cluster 2024-09-13T13:06:27.458406+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:28.964 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:28 smithi053 bash[23444]: cluster 2024-09-13T13:06:27.458406+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:30.513 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-13T13:06:30.564 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0201b8c79733293453e7f10a10c7fa43119222b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fa2bba74-71cf-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi077:vg_nvme/lv_4 2024-09-13T13:06:30.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:30 smithi007 bash[22721]: cluster 2024-09-13T13:06:29.458889+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:30.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:30 smithi007 bash[22721]: cluster 2024-09-13T13:06:29.458889+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:30.964 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:30 smithi053 bash[23444]: cluster 2024-09-13T13:06:29.458889+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:30.964 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:30 smithi053 bash[23444]: cluster 2024-09-13T13:06:29.458889+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:30.980 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:30 smithi077 bash[23251]: cluster 2024-09-13T13:06:29.458889+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:30.980 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:30 smithi077 bash[23251]: cluster 2024-09-13T13:06:29.458889+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:32.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:32 smithi007 bash[22721]: cluster 2024-09-13T13:06:31.459393+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:32.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:32 smithi007 bash[22721]: cluster 2024-09-13T13:06:31.459393+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:32.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:32 smithi053 bash[23444]: cluster 2024-09-13T13:06:31.459393+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:32.964 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:32 smithi053 bash[23444]: cluster 2024-09-13T13:06:31.459393+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:32.980 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:32 smithi077 bash[23251]: cluster 2024-09-13T13:06:31.459393+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:32.980 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:32 smithi077 bash[23251]: cluster 2024-09-13T13:06:31.459393+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:34.282 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/mon.c/config 2024-09-13T13:06:34.730 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:34 smithi077 bash[23251]: cluster 2024-09-13T13:06:33.459885+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:34.730 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:34 smithi077 bash[23251]: cluster 2024-09-13T13:06:33.459885+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:34.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:34 smithi007 bash[22721]: cluster 2024-09-13T13:06:33.459885+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:34.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:34 smithi007 bash[22721]: cluster 2024-09-13T13:06:33.459885+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:34.845 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:34 smithi053 bash[23444]: cluster 2024-09-13T13:06:33.459885+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:34.845 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:34 smithi053 bash[23444]: cluster 2024-09-13T13:06:33.459885+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:36.714 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:36 smithi053 bash[23444]: audit 2024-09-13T13:06:35.330047+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:36.714 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:36 smithi053 bash[23444]: audit 2024-09-13T13:06:35.330047+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:36.714 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:36 smithi053 bash[23444]: audit 2024-09-13T13:06:35.338292+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:36.714 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:36 smithi053 bash[23444]: audit 2024-09-13T13:06:35.338292+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:36.715 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:36 smithi053 bash[23444]: audit 2024-09-13T13:06:35.347923+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:36.715 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:36 smithi053 bash[23444]: audit 2024-09-13T13:06:35.347923+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:36.715 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:36 smithi053 bash[23444]: cluster 2024-09-13T13:06:35.460364+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:36.715 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:36 smithi053 bash[23444]: cluster 2024-09-13T13:06:35.460364+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:36.715 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:36 smithi053 bash[23444]: audit 2024-09-13T13:06:35.707718+0000 mgr.a (mgr.14152) 191 : audit [DBG] from='client.24157 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi077:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:06:36.715 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:36 smithi053 bash[23444]: audit 2024-09-13T13:06:35.707718+0000 mgr.a (mgr.14152) 191 : audit [DBG] from='client.24157 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi077:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:06:36.715 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:36 smithi053 bash[23444]: audit 2024-09-13T13:06:35.714542+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-13T13:06:36.715 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:36 smithi053 bash[23444]: audit 2024-09-13T13:06:35.714542+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-13T13:06:36.715 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:36 smithi053 bash[23444]: audit 2024-09-13T13:06:35.720891+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-13T13:06:36.715 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:36 smithi053 bash[23444]: audit 2024-09-13T13:06:35.720891+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-13T13:06:36.715 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:36 smithi053 bash[23444]: audit 2024-09-13T13:06:35.722655+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:06:36.715 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:36 smithi053 bash[23444]: audit 2024-09-13T13:06:35.722655+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:06:36.730 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:36 smithi077 bash[23251]: audit 2024-09-13T13:06:35.330047+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:36.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:36 smithi077 bash[23251]: audit 2024-09-13T13:06:35.330047+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:36.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:36 smithi077 bash[23251]: audit 2024-09-13T13:06:35.338292+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:36.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:36 smithi077 bash[23251]: audit 2024-09-13T13:06:35.338292+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:36.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:36 smithi077 bash[23251]: audit 2024-09-13T13:06:35.347923+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:36.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:36 smithi077 bash[23251]: audit 2024-09-13T13:06:35.347923+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:36.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:36 smithi077 bash[23251]: cluster 2024-09-13T13:06:35.460364+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:36.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:36 smithi077 bash[23251]: cluster 2024-09-13T13:06:35.460364+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:36.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:36 smithi077 bash[23251]: audit 2024-09-13T13:06:35.707718+0000 mgr.a (mgr.14152) 191 : audit [DBG] from='client.24157 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi077:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:06:36.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:36 smithi077 bash[23251]: audit 2024-09-13T13:06:35.707718+0000 mgr.a (mgr.14152) 191 : audit [DBG] from='client.24157 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi077:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:06:36.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:36 smithi077 bash[23251]: audit 2024-09-13T13:06:35.714542+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-13T13:06:36.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:36 smithi077 bash[23251]: audit 2024-09-13T13:06:35.714542+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-13T13:06:36.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:36 smithi077 bash[23251]: audit 2024-09-13T13:06:35.720891+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-13T13:06:36.732 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:36 smithi077 bash[23251]: audit 2024-09-13T13:06:35.720891+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-13T13:06:36.732 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:36 smithi077 bash[23251]: audit 2024-09-13T13:06:35.722655+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:06:36.732 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:36 smithi077 bash[23251]: audit 2024-09-13T13:06:35.722655+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:06:36.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:36 smithi007 bash[22721]: audit 2024-09-13T13:06:35.330047+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:36.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:36 smithi007 bash[22721]: audit 2024-09-13T13:06:35.330047+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:36.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:36 smithi007 bash[22721]: audit 2024-09-13T13:06:35.338292+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:36.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:36 smithi007 bash[22721]: audit 2024-09-13T13:06:35.338292+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:36.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:36 smithi007 bash[22721]: audit 2024-09-13T13:06:35.347923+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:36.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:36 smithi007 bash[22721]: audit 2024-09-13T13:06:35.347923+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:36.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:36 smithi007 bash[22721]: cluster 2024-09-13T13:06:35.460364+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:36.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:36 smithi007 bash[22721]: cluster 2024-09-13T13:06:35.460364+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:36.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:36 smithi007 bash[22721]: audit 2024-09-13T13:06:35.707718+0000 mgr.a (mgr.14152) 191 : audit [DBG] from='client.24157 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi077:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:06:36.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:36 smithi007 bash[22721]: audit 2024-09-13T13:06:35.707718+0000 mgr.a (mgr.14152) 191 : audit [DBG] from='client.24157 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi077:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:06:36.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:36 smithi007 bash[22721]: audit 2024-09-13T13:06:35.714542+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-13T13:06:36.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:36 smithi007 bash[22721]: audit 2024-09-13T13:06:35.714542+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-13T13:06:36.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:36 smithi007 bash[22721]: audit 2024-09-13T13:06:35.720891+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-13T13:06:36.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:36 smithi007 bash[22721]: audit 2024-09-13T13:06:35.720891+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-13T13:06:36.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:36 smithi007 bash[22721]: audit 2024-09-13T13:06:35.722655+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:06:36.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:36 smithi007 bash[22721]: audit 2024-09-13T13:06:35.722655+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:06:38.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:38 smithi007 bash[22721]: cluster 2024-09-13T13:06:37.460833+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:38.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:38 smithi007 bash[22721]: cluster 2024-09-13T13:06:37.460833+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:38.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:38 smithi053 bash[23444]: cluster 2024-09-13T13:06:37.460833+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:38.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:38 smithi053 bash[23444]: cluster 2024-09-13T13:06:37.460833+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:38.980 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:38 smithi077 bash[23251]: cluster 2024-09-13T13:06:37.460833+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:38.980 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:38 smithi077 bash[23251]: cluster 2024-09-13T13:06:37.460833+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:39.980 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:39 smithi077 bash[23251]: audit 2024-09-13T13:06:38.717150+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:39.980 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:39 smithi077 bash[23251]: audit 2024-09-13T13:06:38.717150+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:39.980 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:39 smithi077 bash[23251]: audit 2024-09-13T13:06:38.725349+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:39.981 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:39 smithi077 bash[23251]: audit 2024-09-13T13:06:38.725349+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:39.981 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:39 smithi077 bash[23251]: audit 2024-09-13T13:06:38.734677+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:39.981 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:39 smithi077 bash[23251]: audit 2024-09-13T13:06:38.734677+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:40.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:39 smithi007 bash[22721]: audit 2024-09-13T13:06:38.717150+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:40.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:39 smithi007 bash[22721]: audit 2024-09-13T13:06:38.717150+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:40.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:39 smithi007 bash[22721]: audit 2024-09-13T13:06:38.725349+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:40.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:39 smithi007 bash[22721]: audit 2024-09-13T13:06:38.725349+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:40.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:39 smithi007 bash[22721]: audit 2024-09-13T13:06:38.734677+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:40.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:39 smithi007 bash[22721]: audit 2024-09-13T13:06:38.734677+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:40.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:39 smithi053 bash[23444]: audit 2024-09-13T13:06:38.717150+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:40.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:39 smithi053 bash[23444]: audit 2024-09-13T13:06:38.717150+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:40.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:39 smithi053 bash[23444]: audit 2024-09-13T13:06:38.725349+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:40.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:39 smithi053 bash[23444]: audit 2024-09-13T13:06:38.725349+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:40.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:39 smithi053 bash[23444]: audit 2024-09-13T13:06:38.734677+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:40.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:39 smithi053 bash[23444]: audit 2024-09-13T13:06:38.734677+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:41.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:40 smithi007 bash[22721]: cluster 2024-09-13T13:06:39.461357+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:41.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:40 smithi007 bash[22721]: cluster 2024-09-13T13:06:39.461357+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:41.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:40 smithi053 bash[23444]: cluster 2024-09-13T13:06:39.461357+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:41.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:40 smithi053 bash[23444]: cluster 2024-09-13T13:06:39.461357+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:41.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:40 smithi077 bash[23251]: cluster 2024-09-13T13:06:39.461357+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:41.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:40 smithi077 bash[23251]: cluster 2024-09-13T13:06:39.461357+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:43.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:42 smithi007 bash[22721]: cluster 2024-09-13T13:06:41.461811+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:43.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:42 smithi007 bash[22721]: cluster 2024-09-13T13:06:41.461811+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:43.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:42 smithi053 bash[23444]: cluster 2024-09-13T13:06:41.461811+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:43.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:42 smithi053 bash[23444]: cluster 2024-09-13T13:06:41.461811+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:43.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:42 smithi077 bash[23251]: cluster 2024-09-13T13:06:41.461811+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:43.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:42 smithi077 bash[23251]: cluster 2024-09-13T13:06:41.461811+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:45.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:44 smithi007 bash[22721]: cluster 2024-09-13T13:06:43.462376+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:45.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:44 smithi007 bash[22721]: cluster 2024-09-13T13:06:43.462376+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:45.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:44 smithi007 bash[22721]: audit 2024-09-13T13:06:43.864548+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:45.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:44 smithi007 bash[22721]: audit 2024-09-13T13:06:43.864548+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:45.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:44 smithi007 bash[22721]: audit 2024-09-13T13:06:43.871975+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:45.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:44 smithi007 bash[22721]: audit 2024-09-13T13:06:43.871975+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:45.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:44 smithi007 bash[22721]: audit 2024-09-13T13:06:43.881437+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:45.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:44 smithi007 bash[22721]: audit 2024-09-13T13:06:43.881437+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:45.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:44 smithi053 bash[23444]: cluster 2024-09-13T13:06:43.462376+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:45.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:44 smithi053 bash[23444]: cluster 2024-09-13T13:06:43.462376+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:45.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:44 smithi053 bash[23444]: audit 2024-09-13T13:06:43.864548+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:45.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:44 smithi053 bash[23444]: audit 2024-09-13T13:06:43.864548+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:45.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:44 smithi053 bash[23444]: audit 2024-09-13T13:06:43.871975+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:45.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:44 smithi053 bash[23444]: audit 2024-09-13T13:06:43.871975+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:45.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:44 smithi053 bash[23444]: audit 2024-09-13T13:06:43.881437+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:45.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:44 smithi053 bash[23444]: audit 2024-09-13T13:06:43.881437+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:45.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:44 smithi077 bash[23251]: cluster 2024-09-13T13:06:43.462376+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:45.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:44 smithi077 bash[23251]: cluster 2024-09-13T13:06:43.462376+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:45.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:44 smithi077 bash[23251]: audit 2024-09-13T13:06:43.864548+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:45.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:44 smithi077 bash[23251]: audit 2024-09-13T13:06:43.864548+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:45.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:44 smithi077 bash[23251]: audit 2024-09-13T13:06:43.871975+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:45.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:44 smithi077 bash[23251]: audit 2024-09-13T13:06:43.871975+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:45.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:44 smithi077 bash[23251]: audit 2024-09-13T13:06:43.881437+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:45.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:44 smithi077 bash[23251]: audit 2024-09-13T13:06:43.881437+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:46.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:45 smithi053 bash[23444]: audit 2024-09-13T13:06:44.876264+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.77:0/1951004916' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "33d0f034-8179-478b-8d40-843837e6d8fc"} : dispatch 2024-09-13T13:06:46.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:45 smithi053 bash[23444]: audit 2024-09-13T13:06:44.876264+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.77:0/1951004916' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "33d0f034-8179-478b-8d40-843837e6d8fc"} : dispatch 2024-09-13T13:06:46.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:45 smithi053 bash[23444]: audit 2024-09-13T13:06:44.876616+0000 mon.a (mon.0) 541 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "33d0f034-8179-478b-8d40-843837e6d8fc"} : dispatch 2024-09-13T13:06:46.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:45 smithi053 bash[23444]: audit 2024-09-13T13:06:44.876616+0000 mon.a (mon.0) 541 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "33d0f034-8179-478b-8d40-843837e6d8fc"} : dispatch 2024-09-13T13:06:46.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:45 smithi053 bash[23444]: audit 2024-09-13T13:06:44.879824+0000 mon.a (mon.0) 542 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "33d0f034-8179-478b-8d40-843837e6d8fc"}]': finished 2024-09-13T13:06:46.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:45 smithi053 bash[23444]: audit 2024-09-13T13:06:44.879824+0000 mon.a (mon.0) 542 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "33d0f034-8179-478b-8d40-843837e6d8fc"}]': finished 2024-09-13T13:06:46.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:45 smithi053 bash[23444]: cluster 2024-09-13T13:06:44.885079+0000 mon.a (mon.0) 543 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-13T13:06:46.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:45 smithi053 bash[23444]: cluster 2024-09-13T13:06:44.885079+0000 mon.a (mon.0) 543 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-13T13:06:46.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:45 smithi053 bash[23444]: audit 2024-09-13T13:06:44.885470+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-13T13:06:46.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:45 smithi053 bash[23444]: audit 2024-09-13T13:06:44.885470+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-13T13:06:46.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:45 smithi053 bash[23444]: audit 2024-09-13T13:06:45.521326+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.77:0/1520570528' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-13T13:06:46.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:45 smithi053 bash[23444]: audit 2024-09-13T13:06:45.521326+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.77:0/1520570528' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-13T13:06:46.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:45 smithi077 bash[23251]: audit 2024-09-13T13:06:44.876264+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.77:0/1951004916' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "33d0f034-8179-478b-8d40-843837e6d8fc"} : dispatch 2024-09-13T13:06:46.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:45 smithi077 bash[23251]: audit 2024-09-13T13:06:44.876264+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.77:0/1951004916' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "33d0f034-8179-478b-8d40-843837e6d8fc"} : dispatch 2024-09-13T13:06:46.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:45 smithi077 bash[23251]: audit 2024-09-13T13:06:44.876616+0000 mon.a (mon.0) 541 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "33d0f034-8179-478b-8d40-843837e6d8fc"} : dispatch 2024-09-13T13:06:46.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:45 smithi077 bash[23251]: audit 2024-09-13T13:06:44.876616+0000 mon.a (mon.0) 541 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "33d0f034-8179-478b-8d40-843837e6d8fc"} : dispatch 2024-09-13T13:06:46.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:45 smithi077 bash[23251]: audit 2024-09-13T13:06:44.879824+0000 mon.a (mon.0) 542 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "33d0f034-8179-478b-8d40-843837e6d8fc"}]': finished 2024-09-13T13:06:46.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:45 smithi077 bash[23251]: audit 2024-09-13T13:06:44.879824+0000 mon.a (mon.0) 542 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "33d0f034-8179-478b-8d40-843837e6d8fc"}]': finished 2024-09-13T13:06:46.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:45 smithi077 bash[23251]: cluster 2024-09-13T13:06:44.885079+0000 mon.a (mon.0) 543 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-13T13:06:46.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:45 smithi077 bash[23251]: cluster 2024-09-13T13:06:44.885079+0000 mon.a (mon.0) 543 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-13T13:06:46.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:45 smithi077 bash[23251]: audit 2024-09-13T13:06:44.885470+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-13T13:06:46.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:45 smithi077 bash[23251]: audit 2024-09-13T13:06:44.885470+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-13T13:06:46.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:45 smithi077 bash[23251]: audit 2024-09-13T13:06:45.521326+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.77:0/1520570528' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-13T13:06:46.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:45 smithi077 bash[23251]: audit 2024-09-13T13:06:45.521326+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.77:0/1520570528' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-13T13:06:46.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:45 smithi007 bash[22721]: audit 2024-09-13T13:06:44.876264+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.77:0/1951004916' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "33d0f034-8179-478b-8d40-843837e6d8fc"} : dispatch 2024-09-13T13:06:46.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:45 smithi007 bash[22721]: audit 2024-09-13T13:06:44.876264+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.77:0/1951004916' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "33d0f034-8179-478b-8d40-843837e6d8fc"} : dispatch 2024-09-13T13:06:46.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:45 smithi007 bash[22721]: audit 2024-09-13T13:06:44.876616+0000 mon.a (mon.0) 541 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "33d0f034-8179-478b-8d40-843837e6d8fc"} : dispatch 2024-09-13T13:06:46.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:45 smithi007 bash[22721]: audit 2024-09-13T13:06:44.876616+0000 mon.a (mon.0) 541 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "33d0f034-8179-478b-8d40-843837e6d8fc"} : dispatch 2024-09-13T13:06:46.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:45 smithi007 bash[22721]: audit 2024-09-13T13:06:44.879824+0000 mon.a (mon.0) 542 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "33d0f034-8179-478b-8d40-843837e6d8fc"}]': finished 2024-09-13T13:06:46.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:45 smithi007 bash[22721]: audit 2024-09-13T13:06:44.879824+0000 mon.a (mon.0) 542 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "33d0f034-8179-478b-8d40-843837e6d8fc"}]': finished 2024-09-13T13:06:46.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:45 smithi007 bash[22721]: cluster 2024-09-13T13:06:44.885079+0000 mon.a (mon.0) 543 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-13T13:06:46.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:45 smithi007 bash[22721]: cluster 2024-09-13T13:06:44.885079+0000 mon.a (mon.0) 543 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-13T13:06:46.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:45 smithi007 bash[22721]: audit 2024-09-13T13:06:44.885470+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-13T13:06:46.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:45 smithi007 bash[22721]: audit 2024-09-13T13:06:44.885470+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-13T13:06:46.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:45 smithi007 bash[22721]: audit 2024-09-13T13:06:45.521326+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.77:0/1520570528' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-13T13:06:46.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:45 smithi007 bash[22721]: audit 2024-09-13T13:06:45.521326+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.77:0/1520570528' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-13T13:06:47.170 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:46 smithi007 bash[22721]: cluster 2024-09-13T13:06:45.463003+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:47.170 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:46 smithi007 bash[22721]: cluster 2024-09-13T13:06:45.463003+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:47.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:46 smithi053 bash[23444]: cluster 2024-09-13T13:06:45.463003+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:47.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:46 smithi053 bash[23444]: cluster 2024-09-13T13:06:45.463003+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:47.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:46 smithi077 bash[23251]: cluster 2024-09-13T13:06:45.463003+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:47.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:46 smithi077 bash[23251]: cluster 2024-09-13T13:06:45.463003+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:49.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:48 smithi053 bash[23444]: cluster 2024-09-13T13:06:47.463583+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:49.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:48 smithi053 bash[23444]: cluster 2024-09-13T13:06:47.463583+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:49.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:48 smithi077 bash[23251]: cluster 2024-09-13T13:06:47.463583+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:49.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:48 smithi077 bash[23251]: cluster 2024-09-13T13:06:47.463583+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:49.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:48 smithi007 bash[22721]: cluster 2024-09-13T13:06:47.463583+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:49.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:48 smithi007 bash[22721]: cluster 2024-09-13T13:06:47.463583+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:51.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:50 smithi053 bash[23444]: cluster 2024-09-13T13:06:49.464140+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:51.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:50 smithi053 bash[23444]: cluster 2024-09-13T13:06:49.464140+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:51.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:50 smithi077 bash[23251]: cluster 2024-09-13T13:06:49.464140+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:51.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:50 smithi077 bash[23251]: cluster 2024-09-13T13:06:49.464140+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:51.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:50 smithi007 bash[22721]: cluster 2024-09-13T13:06:49.464140+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:51.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:50 smithi007 bash[22721]: cluster 2024-09-13T13:06:49.464140+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:53.206 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:52 smithi053 bash[23444]: cluster 2024-09-13T13:06:51.464606+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:53.206 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:52 smithi053 bash[23444]: cluster 2024-09-13T13:06:51.464606+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:53.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:52 smithi077 bash[23251]: cluster 2024-09-13T13:06:51.464606+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:53.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:52 smithi077 bash[23251]: cluster 2024-09-13T13:06:51.464606+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:53.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:52 smithi007 bash[22721]: cluster 2024-09-13T13:06:51.464606+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:53.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:52 smithi007 bash[22721]: cluster 2024-09-13T13:06:51.464606+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:55.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:54 smithi053 bash[23444]: cluster 2024-09-13T13:06:53.465065+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:55.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:54 smithi053 bash[23444]: cluster 2024-09-13T13:06:53.465065+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:55.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:54 smithi077 bash[23251]: cluster 2024-09-13T13:06:53.465065+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:55.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:54 smithi077 bash[23251]: cluster 2024-09-13T13:06:53.465065+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:55.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:54 smithi007 bash[22721]: cluster 2024-09-13T13:06:53.465065+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:55.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:54 smithi007 bash[22721]: cluster 2024-09-13T13:06:53.465065+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:56.730 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:56 smithi077 bash[23251]: cluster 2024-09-13T13:06:55.465562+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:56.744 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:56 smithi077 bash[23251]: cluster 2024-09-13T13:06:55.465562+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:56.744 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:56 smithi077 bash[23251]: audit 2024-09-13T13:06:55.551892+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:56.744 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:56 smithi077 bash[23251]: audit 2024-09-13T13:06:55.551892+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:56.744 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:56 smithi077 bash[23251]: audit 2024-09-13T13:06:55.559411+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:56.744 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:56 smithi077 bash[23251]: audit 2024-09-13T13:06:55.559411+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:56.744 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:56 smithi077 bash[23251]: audit 2024-09-13T13:06:55.568904+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:56.744 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:56 smithi077 bash[23251]: audit 2024-09-13T13:06:55.568904+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:56.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:56 smithi007 bash[22721]: cluster 2024-09-13T13:06:55.465562+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:56.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:56 smithi007 bash[22721]: cluster 2024-09-13T13:06:55.465562+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:56.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:56 smithi007 bash[22721]: audit 2024-09-13T13:06:55.551892+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:56.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:56 smithi007 bash[22721]: audit 2024-09-13T13:06:55.551892+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:56.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:56 smithi007 bash[22721]: audit 2024-09-13T13:06:55.559411+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:56.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:56 smithi007 bash[22721]: audit 2024-09-13T13:06:55.559411+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:56.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:56 smithi007 bash[22721]: audit 2024-09-13T13:06:55.568904+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:56.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:56 smithi007 bash[22721]: audit 2024-09-13T13:06:55.568904+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:56.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:56 smithi053 bash[23444]: cluster 2024-09-13T13:06:55.465562+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:56.964 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:56 smithi053 bash[23444]: cluster 2024-09-13T13:06:55.465562+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:56.964 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:56 smithi053 bash[23444]: audit 2024-09-13T13:06:55.551892+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:56.964 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:56 smithi053 bash[23444]: audit 2024-09-13T13:06:55.551892+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:56.964 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:56 smithi053 bash[23444]: audit 2024-09-13T13:06:55.559411+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:56.964 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:56 smithi053 bash[23444]: audit 2024-09-13T13:06:55.559411+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:56.964 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:56 smithi053 bash[23444]: audit 2024-09-13T13:06:55.568904+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:56.964 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:56 smithi053 bash[23444]: audit 2024-09-13T13:06:55.568904+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:06:58.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:58 smithi007 bash[22721]: cluster 2024-09-13T13:06:57.466119+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:58.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:58 smithi007 bash[22721]: cluster 2024-09-13T13:06:57.466119+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:58.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:58 smithi007 bash[22721]: audit 2024-09-13T13:06:58.145860+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-13T13:06:58.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:58 smithi007 bash[22721]: audit 2024-09-13T13:06:58.145860+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-13T13:06:58.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:58 smithi007 bash[22721]: audit 2024-09-13T13:06:58.147692+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:06:58.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:58 smithi007 bash[22721]: audit 2024-09-13T13:06:58.147692+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:06:58.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:58 smithi007 bash[22721]: cephadm 2024-09-13T13:06:58.149325+0000 mgr.a (mgr.14152) 203 : cephadm [INF] Deploying daemon osd.2 on smithi077 2024-09-13T13:06:58.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:58 smithi007 bash[22721]: cephadm 2024-09-13T13:06:58.149325+0000 mgr.a (mgr.14152) 203 : cephadm [INF] Deploying daemon osd.2 on smithi077 2024-09-13T13:06:58.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:58 smithi053 bash[23444]: cluster 2024-09-13T13:06:57.466119+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:58.964 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:58 smithi053 bash[23444]: cluster 2024-09-13T13:06:57.466119+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:58.964 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:58 smithi053 bash[23444]: audit 2024-09-13T13:06:58.145860+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-13T13:06:58.964 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:58 smithi053 bash[23444]: audit 2024-09-13T13:06:58.145860+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-13T13:06:58.964 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:58 smithi053 bash[23444]: audit 2024-09-13T13:06:58.147692+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:06:58.964 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:58 smithi053 bash[23444]: audit 2024-09-13T13:06:58.147692+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:06:58.964 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:58 smithi053 bash[23444]: cephadm 2024-09-13T13:06:58.149325+0000 mgr.a (mgr.14152) 203 : cephadm [INF] Deploying daemon osd.2 on smithi077 2024-09-13T13:06:58.964 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:58 smithi053 bash[23444]: cephadm 2024-09-13T13:06:58.149325+0000 mgr.a (mgr.14152) 203 : cephadm [INF] Deploying daemon osd.2 on smithi077 2024-09-13T13:06:58.980 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:58 smithi077 bash[23251]: cluster 2024-09-13T13:06:57.466119+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:58.980 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:58 smithi077 bash[23251]: cluster 2024-09-13T13:06:57.466119+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:06:58.980 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:58 smithi077 bash[23251]: audit 2024-09-13T13:06:58.145860+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-13T13:06:58.980 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:58 smithi077 bash[23251]: audit 2024-09-13T13:06:58.145860+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-13T13:06:58.980 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:58 smithi077 bash[23251]: audit 2024-09-13T13:06:58.147692+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:06:58.981 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:58 smithi077 bash[23251]: audit 2024-09-13T13:06:58.147692+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:06:58.981 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:58 smithi077 bash[23251]: cephadm 2024-09-13T13:06:58.149325+0000 mgr.a (mgr.14152) 203 : cephadm [INF] Deploying daemon osd.2 on smithi077 2024-09-13T13:06:58.981 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:58 smithi077 bash[23251]: cephadm 2024-09-13T13:06:58.149325+0000 mgr.a (mgr.14152) 203 : cephadm [INF] Deploying daemon osd.2 on smithi077 2024-09-13T13:07:00.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:59 smithi053 bash[23444]: audit 2024-09-13T13:06:58.951167+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:00.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:59 smithi053 bash[23444]: audit 2024-09-13T13:06:58.951167+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:00.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:59 smithi053 bash[23444]: audit 2024-09-13T13:06:58.959033+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:00.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:59 smithi053 bash[23444]: audit 2024-09-13T13:06:58.959033+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:00.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:59 smithi053 bash[23444]: audit 2024-09-13T13:06:58.968581+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:00.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:06:59 smithi053 bash[23444]: audit 2024-09-13T13:06:58.968581+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:00.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:59 smithi077 bash[23251]: audit 2024-09-13T13:06:58.951167+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:00.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:59 smithi077 bash[23251]: audit 2024-09-13T13:06:58.951167+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:00.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:59 smithi077 bash[23251]: audit 2024-09-13T13:06:58.959033+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:00.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:59 smithi077 bash[23251]: audit 2024-09-13T13:06:58.959033+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:00.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:59 smithi077 bash[23251]: audit 2024-09-13T13:06:58.968581+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:00.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:06:59 smithi077 bash[23251]: audit 2024-09-13T13:06:58.968581+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:00.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:59 smithi007 bash[22721]: audit 2024-09-13T13:06:58.951167+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:00.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:59 smithi007 bash[22721]: audit 2024-09-13T13:06:58.951167+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:00.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:59 smithi007 bash[22721]: audit 2024-09-13T13:06:58.959033+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:00.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:59 smithi007 bash[22721]: audit 2024-09-13T13:06:58.959033+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:00.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:59 smithi007 bash[22721]: audit 2024-09-13T13:06:58.968581+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:00.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:06:59 smithi007 bash[22721]: audit 2024-09-13T13:06:58.968581+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:01.223 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:00 smithi077 bash[23251]: cluster 2024-09-13T13:06:59.466734+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:07:01.223 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:00 smithi077 bash[23251]: cluster 2024-09-13T13:06:59.466734+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:07:01.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:00 smithi007 bash[22721]: cluster 2024-09-13T13:06:59.466734+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:07:01.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:00 smithi007 bash[22721]: cluster 2024-09-13T13:06:59.466734+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:07:01.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:00 smithi053 bash[23444]: cluster 2024-09-13T13:06:59.466734+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:07:01.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:00 smithi053 bash[23444]: cluster 2024-09-13T13:06:59.466734+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:07:02.375 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:02 smithi077 systemd[1]: /etc/systemd/system/ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T13:07:02.729 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:02 smithi077 systemd[1]: /etc/systemd/system/ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T13:07:03.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:02 smithi077 bash[23251]: cluster 2024-09-13T13:07:01.467236+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:07:03.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:02 smithi077 bash[23251]: cluster 2024-09-13T13:07:01.467236+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:07:03.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:02 smithi077 bash[23251]: audit 2024-09-13T13:07:02.667556+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:07:03.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:02 smithi077 bash[23251]: audit 2024-09-13T13:07:02.667556+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:07:03.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:02 smithi077 bash[23251]: audit 2024-09-13T13:07:02.675541+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:03.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:02 smithi077 bash[23251]: audit 2024-09-13T13:07:02.675541+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:03.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:02 smithi077 bash[23251]: audit 2024-09-13T13:07:02.676304+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:07:03.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:02 smithi077 bash[23251]: audit 2024-09-13T13:07:02.676304+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:07:03.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:02 smithi077 bash[23251]: audit 2024-09-13T13:07:02.679212+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:07:03.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:02 smithi077 bash[23251]: audit 2024-09-13T13:07:02.679212+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:07:03.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:02 smithi077 bash[23251]: audit 2024-09-13T13:07:02.683719+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:03.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:02 smithi077 bash[23251]: audit 2024-09-13T13:07:02.683719+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:03.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:02 smithi077 bash[23251]: audit 2024-09-13T13:07:02.695982+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:03.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:02 smithi077 bash[23251]: audit 2024-09-13T13:07:02.695982+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:03.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:02 smithi007 bash[22721]: cluster 2024-09-13T13:07:01.467236+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:07:03.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:02 smithi007 bash[22721]: cluster 2024-09-13T13:07:01.467236+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:07:03.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:02 smithi007 bash[22721]: audit 2024-09-13T13:07:02.667556+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:07:03.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:02 smithi007 bash[22721]: audit 2024-09-13T13:07:02.667556+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:07:03.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:02 smithi007 bash[22721]: audit 2024-09-13T13:07:02.675541+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:03.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:02 smithi007 bash[22721]: audit 2024-09-13T13:07:02.675541+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:03.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:02 smithi007 bash[22721]: audit 2024-09-13T13:07:02.676304+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:07:03.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:02 smithi007 bash[22721]: audit 2024-09-13T13:07:02.676304+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:07:03.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:02 smithi007 bash[22721]: audit 2024-09-13T13:07:02.679212+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:07:03.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:02 smithi007 bash[22721]: audit 2024-09-13T13:07:02.679212+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:07:03.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:02 smithi007 bash[22721]: audit 2024-09-13T13:07:02.683719+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:03.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:02 smithi007 bash[22721]: audit 2024-09-13T13:07:02.683719+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:03.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:02 smithi007 bash[22721]: audit 2024-09-13T13:07:02.695982+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:03.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:02 smithi007 bash[22721]: audit 2024-09-13T13:07:02.695982+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:03.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:02 smithi053 bash[23444]: cluster 2024-09-13T13:07:01.467236+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:07:03.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:02 smithi053 bash[23444]: cluster 2024-09-13T13:07:01.467236+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:07:03.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:02 smithi053 bash[23444]: audit 2024-09-13T13:07:02.667556+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:07:03.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:02 smithi053 bash[23444]: audit 2024-09-13T13:07:02.667556+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:07:03.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:02 smithi053 bash[23444]: audit 2024-09-13T13:07:02.675541+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:03.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:02 smithi053 bash[23444]: audit 2024-09-13T13:07:02.675541+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:03.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:02 smithi053 bash[23444]: audit 2024-09-13T13:07:02.676304+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:07:03.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:02 smithi053 bash[23444]: audit 2024-09-13T13:07:02.676304+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:07:03.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:02 smithi053 bash[23444]: audit 2024-09-13T13:07:02.679212+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:07:03.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:02 smithi053 bash[23444]: audit 2024-09-13T13:07:02.679212+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:07:03.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:02 smithi053 bash[23444]: audit 2024-09-13T13:07:02.683719+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:03.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:02 smithi053 bash[23444]: audit 2024-09-13T13:07:02.683719+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:03.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:02 smithi053 bash[23444]: audit 2024-09-13T13:07:02.695982+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:03.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:02 smithi053 bash[23444]: audit 2024-09-13T13:07:02.695982+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:05.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:05 smithi007 bash[22721]: cluster 2024-09-13T13:07:03.467705+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:07:05.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:05 smithi007 bash[22721]: cluster 2024-09-13T13:07:03.467705+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:07:05.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:05 smithi007 bash[22721]: audit 2024-09-13T13:07:04.016498+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:05.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:05 smithi007 bash[22721]: audit 2024-09-13T13:07:04.016498+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:05.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:05 smithi007 bash[22721]: audit 2024-09-13T13:07:04.024184+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:05.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:05 smithi007 bash[22721]: audit 2024-09-13T13:07:04.024184+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:05.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:05 smithi007 bash[22721]: cephadm 2024-09-13T13:07:04.026858+0000 mgr.a (mgr.14152) 207 : cephadm [INF] Detected new or changed devices on smithi077 2024-09-13T13:07:05.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:05 smithi007 bash[22721]: cephadm 2024-09-13T13:07:04.026858+0000 mgr.a (mgr.14152) 207 : cephadm [INF] Detected new or changed devices on smithi077 2024-09-13T13:07:05.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:05 smithi007 bash[22721]: audit 2024-09-13T13:07:04.029049+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:07:05.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:05 smithi007 bash[22721]: audit 2024-09-13T13:07:04.029049+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:07:05.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:05 smithi007 bash[22721]: audit 2024-09-13T13:07:04.034410+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:05.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:05 smithi007 bash[22721]: audit 2024-09-13T13:07:04.034410+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:05.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:05 smithi007 bash[22721]: audit 2024-09-13T13:07:04.035495+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:07:05.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:05 smithi007 bash[22721]: audit 2024-09-13T13:07:04.035495+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:07:05.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:05 smithi007 bash[22721]: audit 2024-09-13T13:07:04.037443+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:07:05.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:05 smithi007 bash[22721]: audit 2024-09-13T13:07:04.037443+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:07:05.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:05 smithi007 bash[22721]: audit 2024-09-13T13:07:04.047301+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:05.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:05 smithi007 bash[22721]: audit 2024-09-13T13:07:04.047301+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:05.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:05 smithi053 bash[23444]: cluster 2024-09-13T13:07:03.467705+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:07:05.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:05 smithi053 bash[23444]: cluster 2024-09-13T13:07:03.467705+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:07:05.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:05 smithi053 bash[23444]: audit 2024-09-13T13:07:04.016498+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:05.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:05 smithi053 bash[23444]: audit 2024-09-13T13:07:04.016498+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:05.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:05 smithi053 bash[23444]: audit 2024-09-13T13:07:04.024184+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:05.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:05 smithi053 bash[23444]: audit 2024-09-13T13:07:04.024184+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:05.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:05 smithi053 bash[23444]: cephadm 2024-09-13T13:07:04.026858+0000 mgr.a (mgr.14152) 207 : cephadm [INF] Detected new or changed devices on smithi077 2024-09-13T13:07:05.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:05 smithi053 bash[23444]: cephadm 2024-09-13T13:07:04.026858+0000 mgr.a (mgr.14152) 207 : cephadm [INF] Detected new or changed devices on smithi077 2024-09-13T13:07:05.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:05 smithi053 bash[23444]: audit 2024-09-13T13:07:04.029049+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:07:05.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:05 smithi053 bash[23444]: audit 2024-09-13T13:07:04.029049+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:07:05.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:05 smithi053 bash[23444]: audit 2024-09-13T13:07:04.034410+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:05.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:05 smithi053 bash[23444]: audit 2024-09-13T13:07:04.034410+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:05.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:05 smithi053 bash[23444]: audit 2024-09-13T13:07:04.035495+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:07:05.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:05 smithi053 bash[23444]: audit 2024-09-13T13:07:04.035495+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:07:05.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:05 smithi053 bash[23444]: audit 2024-09-13T13:07:04.037443+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:07:05.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:05 smithi053 bash[23444]: audit 2024-09-13T13:07:04.037443+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:07:05.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:05 smithi053 bash[23444]: audit 2024-09-13T13:07:04.047301+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:05.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:05 smithi053 bash[23444]: audit 2024-09-13T13:07:04.047301+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:05.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:05 smithi077 bash[23251]: cluster 2024-09-13T13:07:03.467705+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:07:05.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:05 smithi077 bash[23251]: cluster 2024-09-13T13:07:03.467705+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:07:05.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:05 smithi077 bash[23251]: audit 2024-09-13T13:07:04.016498+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:05.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:05 smithi077 bash[23251]: audit 2024-09-13T13:07:04.016498+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:05.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:05 smithi077 bash[23251]: audit 2024-09-13T13:07:04.024184+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:05.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:05 smithi077 bash[23251]: audit 2024-09-13T13:07:04.024184+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:05.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:05 smithi077 bash[23251]: cephadm 2024-09-13T13:07:04.026858+0000 mgr.a (mgr.14152) 207 : cephadm [INF] Detected new or changed devices on smithi077 2024-09-13T13:07:05.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:05 smithi077 bash[23251]: cephadm 2024-09-13T13:07:04.026858+0000 mgr.a (mgr.14152) 207 : cephadm [INF] Detected new or changed devices on smithi077 2024-09-13T13:07:05.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:05 smithi077 bash[23251]: audit 2024-09-13T13:07:04.029049+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:07:05.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:05 smithi077 bash[23251]: audit 2024-09-13T13:07:04.029049+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:07:05.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:05 smithi077 bash[23251]: audit 2024-09-13T13:07:04.034410+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:05.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:05 smithi077 bash[23251]: audit 2024-09-13T13:07:04.034410+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:05.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:05 smithi077 bash[23251]: audit 2024-09-13T13:07:04.035495+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:07:05.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:05 smithi077 bash[23251]: audit 2024-09-13T13:07:04.035495+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:07:05.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:05 smithi077 bash[23251]: audit 2024-09-13T13:07:04.037443+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:07:05.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:05 smithi077 bash[23251]: audit 2024-09-13T13:07:04.037443+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:07:05.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:05 smithi077 bash[23251]: audit 2024-09-13T13:07:04.047301+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:05.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:05 smithi077 bash[23251]: audit 2024-09-13T13:07:04.047301+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:07.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:07 smithi007 bash[22721]: cluster 2024-09-13T13:07:05.468336+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:07:07.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:07 smithi007 bash[22721]: cluster 2024-09-13T13:07:05.468336+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:07:07.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:07 smithi053 bash[23444]: cluster 2024-09-13T13:07:05.468336+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:07:07.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:07 smithi053 bash[23444]: cluster 2024-09-13T13:07:05.468336+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:07:07.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:07 smithi077 bash[23251]: cluster 2024-09-13T13:07:05.468336+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:07:07.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:07 smithi077 bash[23251]: cluster 2024-09-13T13:07:05.468336+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:07:09.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:09 smithi077 bash[23251]: cluster 2024-09-13T13:07:07.468737+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:07:09.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:09 smithi077 bash[23251]: cluster 2024-09-13T13:07:07.468737+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:07:09.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:09 smithi007 bash[22721]: cluster 2024-09-13T13:07:07.468737+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:07:09.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:09 smithi007 bash[22721]: cluster 2024-09-13T13:07:07.468737+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:07:09.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:09 smithi053 bash[23444]: cluster 2024-09-13T13:07:07.468737+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:07:09.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:09 smithi053 bash[23444]: cluster 2024-09-13T13:07:07.468737+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:07:11.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:11 smithi007 bash[22721]: cluster 2024-09-13T13:07:09.469188+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:07:11.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:11 smithi007 bash[22721]: cluster 2024-09-13T13:07:09.469188+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:07:11.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:11 smithi053 bash[23444]: cluster 2024-09-13T13:07:09.469188+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:07:11.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:11 smithi053 bash[23444]: cluster 2024-09-13T13:07:09.469188+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:07:11.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:11 smithi077 bash[23251]: cluster 2024-09-13T13:07:09.469188+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:07:11.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:11 smithi077 bash[23251]: cluster 2024-09-13T13:07:09.469188+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:07:13.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:13 smithi053 bash[23444]: cluster 2024-09-13T13:07:11.469668+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:07:13.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:13 smithi053 bash[23444]: cluster 2024-09-13T13:07:11.469668+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:07:13.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:13 smithi077 bash[23251]: cluster 2024-09-13T13:07:11.469668+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:07:13.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:13 smithi077 bash[23251]: cluster 2024-09-13T13:07:11.469668+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:07:13.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:13 smithi007 bash[22721]: cluster 2024-09-13T13:07:11.469668+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:07:13.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:13 smithi007 bash[22721]: cluster 2024-09-13T13:07:11.469668+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:07:15.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:15 smithi007 bash[22721]: cluster 2024-09-13T13:07:13.470172+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:07:15.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:15 smithi007 bash[22721]: cluster 2024-09-13T13:07:13.470172+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:07:15.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:15 smithi053 bash[23444]: cluster 2024-09-13T13:07:13.470172+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:07:15.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:15 smithi053 bash[23444]: cluster 2024-09-13T13:07:13.470172+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:07:15.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:15 smithi077 bash[23251]: cluster 2024-09-13T13:07:13.470172+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:07:15.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:15 smithi077 bash[23251]: cluster 2024-09-13T13:07:13.470172+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:07:16.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:16 smithi077 bash[23251]: audit 2024-09-13T13:07:15.122783+0000 mon.a (mon.0) 566 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-13T13:07:16.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:16 smithi077 bash[23251]: audit 2024-09-13T13:07:15.122783+0000 mon.a (mon.0) 566 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-13T13:07:16.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:16 smithi077 bash[23251]: audit 2024-09-13T13:07:15.122992+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.77:6800/4048340283,v1:172.21.15.77:6801/4048340283]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-13T13:07:16.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:16 smithi077 bash[23251]: audit 2024-09-13T13:07:15.122992+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.77:6800/4048340283,v1:172.21.15.77:6801/4048340283]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-13T13:07:16.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:16 smithi077 bash[23251]: audit 2024-09-13T13:07:15.766423+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:16.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:16 smithi077 bash[23251]: audit 2024-09-13T13:07:15.766423+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:16.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:16 smithi077 bash[23251]: audit 2024-09-13T13:07:15.772565+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:16.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:16 smithi077 bash[23251]: audit 2024-09-13T13:07:15.772565+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:16.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:16 smithi077 bash[23251]: audit 2024-09-13T13:07:15.781604+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:16.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:16 smithi077 bash[23251]: audit 2024-09-13T13:07:15.781604+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:16.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:16 smithi077 bash[23251]: audit 2024-09-13T13:07:15.953330+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:16.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:16 smithi077 bash[23251]: audit 2024-09-13T13:07:15.953330+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:16.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:16 smithi077 bash[23251]: audit 2024-09-13T13:07:15.961306+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:16.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:16 smithi077 bash[23251]: audit 2024-09-13T13:07:15.961306+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:16.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:16 smithi077 bash[23251]: audit 2024-09-13T13:07:15.965905+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:07:16.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:16 smithi077 bash[23251]: audit 2024-09-13T13:07:15.965905+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:07:16.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:16 smithi077 bash[23251]: audit 2024-09-13T13:07:15.971272+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:16.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:16 smithi077 bash[23251]: audit 2024-09-13T13:07:15.971272+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:16.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:16 smithi077 bash[23251]: audit 2024-09-13T13:07:15.972038+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:07:16.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:16 smithi077 bash[23251]: audit 2024-09-13T13:07:15.972038+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:07:16.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:16 smithi077 bash[23251]: audit 2024-09-13T13:07:15.973987+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:07:16.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:16 smithi077 bash[23251]: audit 2024-09-13T13:07:15.973987+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:07:16.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:16 smithi077 bash[23251]: audit 2024-09-13T13:07:15.983904+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:16.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:16 smithi077 bash[23251]: audit 2024-09-13T13:07:15.983904+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:16.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:16 smithi007 bash[22721]: audit 2024-09-13T13:07:15.122783+0000 mon.a (mon.0) 566 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-13T13:07:16.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:16 smithi007 bash[22721]: audit 2024-09-13T13:07:15.122783+0000 mon.a (mon.0) 566 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-13T13:07:16.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:16 smithi007 bash[22721]: audit 2024-09-13T13:07:15.122992+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.77:6800/4048340283,v1:172.21.15.77:6801/4048340283]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-13T13:07:16.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:16 smithi007 bash[22721]: audit 2024-09-13T13:07:15.122992+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.77:6800/4048340283,v1:172.21.15.77:6801/4048340283]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-13T13:07:16.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:16 smithi007 bash[22721]: audit 2024-09-13T13:07:15.766423+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:16.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:16 smithi007 bash[22721]: audit 2024-09-13T13:07:15.766423+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:16.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:16 smithi007 bash[22721]: audit 2024-09-13T13:07:15.772565+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:16.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:16 smithi007 bash[22721]: audit 2024-09-13T13:07:15.772565+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:16.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:16 smithi007 bash[22721]: audit 2024-09-13T13:07:15.781604+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:16.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:16 smithi007 bash[22721]: audit 2024-09-13T13:07:15.781604+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:16.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:16 smithi007 bash[22721]: audit 2024-09-13T13:07:15.953330+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:16.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:16 smithi007 bash[22721]: audit 2024-09-13T13:07:15.953330+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:16.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:16 smithi007 bash[22721]: audit 2024-09-13T13:07:15.961306+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:16.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:16 smithi007 bash[22721]: audit 2024-09-13T13:07:15.961306+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:16.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:16 smithi007 bash[22721]: audit 2024-09-13T13:07:15.965905+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:07:16.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:16 smithi007 bash[22721]: audit 2024-09-13T13:07:15.965905+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:07:16.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:16 smithi007 bash[22721]: audit 2024-09-13T13:07:15.971272+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:16.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:16 smithi007 bash[22721]: audit 2024-09-13T13:07:15.971272+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:16.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:16 smithi007 bash[22721]: audit 2024-09-13T13:07:15.972038+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:07:16.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:16 smithi007 bash[22721]: audit 2024-09-13T13:07:15.972038+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:07:16.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:16 smithi007 bash[22721]: audit 2024-09-13T13:07:15.973987+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:07:16.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:16 smithi007 bash[22721]: audit 2024-09-13T13:07:15.973987+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:07:16.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:16 smithi007 bash[22721]: audit 2024-09-13T13:07:15.983904+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:16.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:16 smithi007 bash[22721]: audit 2024-09-13T13:07:15.983904+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:16.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:16 smithi053 bash[23444]: audit 2024-09-13T13:07:15.122783+0000 mon.a (mon.0) 566 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-13T13:07:16.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:16 smithi053 bash[23444]: audit 2024-09-13T13:07:15.122783+0000 mon.a (mon.0) 566 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-13T13:07:16.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:16 smithi053 bash[23444]: audit 2024-09-13T13:07:15.122992+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.77:6800/4048340283,v1:172.21.15.77:6801/4048340283]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-13T13:07:16.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:16 smithi053 bash[23444]: audit 2024-09-13T13:07:15.122992+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.77:6800/4048340283,v1:172.21.15.77:6801/4048340283]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-13T13:07:16.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:16 smithi053 bash[23444]: audit 2024-09-13T13:07:15.766423+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:16.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:16 smithi053 bash[23444]: audit 2024-09-13T13:07:15.766423+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:16.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:16 smithi053 bash[23444]: audit 2024-09-13T13:07:15.772565+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:16.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:16 smithi053 bash[23444]: audit 2024-09-13T13:07:15.772565+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:16.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:16 smithi053 bash[23444]: audit 2024-09-13T13:07:15.781604+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:16.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:16 smithi053 bash[23444]: audit 2024-09-13T13:07:15.781604+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:16.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:16 smithi053 bash[23444]: audit 2024-09-13T13:07:15.953330+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:16.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:16 smithi053 bash[23444]: audit 2024-09-13T13:07:15.953330+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:16.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:16 smithi053 bash[23444]: audit 2024-09-13T13:07:15.961306+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:16.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:16 smithi053 bash[23444]: audit 2024-09-13T13:07:15.961306+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:16.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:16 smithi053 bash[23444]: audit 2024-09-13T13:07:15.965905+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:07:16.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:16 smithi053 bash[23444]: audit 2024-09-13T13:07:15.965905+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:07:16.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:16 smithi053 bash[23444]: audit 2024-09-13T13:07:15.971272+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:16.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:16 smithi053 bash[23444]: audit 2024-09-13T13:07:15.971272+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:16.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:16 smithi053 bash[23444]: audit 2024-09-13T13:07:15.972038+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:07:16.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:16 smithi053 bash[23444]: audit 2024-09-13T13:07:15.972038+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:07:16.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:16 smithi053 bash[23444]: audit 2024-09-13T13:07:15.973987+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:07:16.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:16 smithi053 bash[23444]: audit 2024-09-13T13:07:15.973987+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:07:16.466 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:16 smithi053 bash[23444]: audit 2024-09-13T13:07:15.983904+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:16.466 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:16 smithi053 bash[23444]: audit 2024-09-13T13:07:15.983904+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:17.006 INFO:teuthology.orchestra.run.smithi077.stdout:Created osd(s) 2 on host 'smithi077' 2024-09-13T13:07:17.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:17 smithi007 bash[22721]: cluster 2024-09-13T13:07:15.470700+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:07:17.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:17 smithi007 bash[22721]: cluster 2024-09-13T13:07:15.470700+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:07:17.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:17 smithi007 bash[22721]: audit 2024-09-13T13:07:16.045266+0000 mon.a (mon.0) 577 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-13T13:07:17.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:17 smithi007 bash[22721]: audit 2024-09-13T13:07:16.045266+0000 mon.a (mon.0) 577 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-13T13:07:17.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:17 smithi007 bash[22721]: cluster 2024-09-13T13:07:16.049879+0000 mon.a (mon.0) 578 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-13T13:07:17.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:17 smithi007 bash[22721]: cluster 2024-09-13T13:07:16.049879+0000 mon.a (mon.0) 578 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-13T13:07:17.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:17 smithi007 bash[22721]: audit 2024-09-13T13:07:16.050330+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-13T13:07:17.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:17 smithi007 bash[22721]: audit 2024-09-13T13:07:16.050330+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-13T13:07:17.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:17 smithi007 bash[22721]: audit 2024-09-13T13:07:16.051022+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.77:6800/4048340283,v1:172.21.15.77:6801/4048340283]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi077", "root=default"]} : dispatch 2024-09-13T13:07:17.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:17 smithi007 bash[22721]: audit 2024-09-13T13:07:16.051022+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.77:6800/4048340283,v1:172.21.15.77:6801/4048340283]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi077", "root=default"]} : dispatch 2024-09-13T13:07:17.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:17 smithi007 bash[22721]: audit 2024-09-13T13:07:16.051335+0000 mon.a (mon.0) 580 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi077", "root=default"]} : dispatch 2024-09-13T13:07:17.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:17 smithi007 bash[22721]: audit 2024-09-13T13:07:16.051335+0000 mon.a (mon.0) 580 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi077", "root=default"]} : dispatch 2024-09-13T13:07:17.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:17 smithi007 bash[22721]: audit 2024-09-13T13:07:16.989755+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:07:17.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:17 smithi007 bash[22721]: audit 2024-09-13T13:07:16.989755+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:07:17.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:17 smithi007 bash[22721]: audit 2024-09-13T13:07:16.997486+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:17.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:17 smithi007 bash[22721]: audit 2024-09-13T13:07:16.997486+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:17.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:17 smithi007 bash[22721]: audit 2024-09-13T13:07:16.998303+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-13T13:07:17.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:17 smithi007 bash[22721]: audit 2024-09-13T13:07:16.998303+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-13T13:07:17.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:17 smithi007 bash[22721]: audit 2024-09-13T13:07:17.005687+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:17.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:17 smithi007 bash[22721]: audit 2024-09-13T13:07:17.005687+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:17.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:17 smithi007 bash[22721]: audit 2024-09-13T13:07:17.011924+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:17.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:17 smithi007 bash[22721]: audit 2024-09-13T13:07:17.011924+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:17.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:17 smithi007 bash[22721]: audit 2024-09-13T13:07:17.015789+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:07:17.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:17 smithi007 bash[22721]: audit 2024-09-13T13:07:17.015789+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:07:17.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:17 smithi007 bash[22721]: audit 2024-09-13T13:07:17.017659+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:07:17.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:17 smithi007 bash[22721]: audit 2024-09-13T13:07:17.017659+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:07:17.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:17 smithi007 bash[22721]: audit 2024-09-13T13:07:17.027283+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:17.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:17 smithi007 bash[22721]: audit 2024-09-13T13:07:17.027283+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:17.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:17 smithi053 bash[23444]: cluster 2024-09-13T13:07:15.470700+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:07:17.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:17 smithi053 bash[23444]: cluster 2024-09-13T13:07:15.470700+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:07:17.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:17 smithi053 bash[23444]: audit 2024-09-13T13:07:16.045266+0000 mon.a (mon.0) 577 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-13T13:07:17.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:17 smithi053 bash[23444]: audit 2024-09-13T13:07:16.045266+0000 mon.a (mon.0) 577 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-13T13:07:17.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:17 smithi053 bash[23444]: cluster 2024-09-13T13:07:16.049879+0000 mon.a (mon.0) 578 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-13T13:07:17.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:17 smithi053 bash[23444]: cluster 2024-09-13T13:07:16.049879+0000 mon.a (mon.0) 578 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-13T13:07:17.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:17 smithi053 bash[23444]: audit 2024-09-13T13:07:16.050330+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-13T13:07:17.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:17 smithi053 bash[23444]: audit 2024-09-13T13:07:16.050330+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-13T13:07:17.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:17 smithi053 bash[23444]: audit 2024-09-13T13:07:16.051022+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.77:6800/4048340283,v1:172.21.15.77:6801/4048340283]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi077", "root=default"]} : dispatch 2024-09-13T13:07:17.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:17 smithi053 bash[23444]: audit 2024-09-13T13:07:16.051022+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.77:6800/4048340283,v1:172.21.15.77:6801/4048340283]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi077", "root=default"]} : dispatch 2024-09-13T13:07:17.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:17 smithi053 bash[23444]: audit 2024-09-13T13:07:16.051335+0000 mon.a (mon.0) 580 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi077", "root=default"]} : dispatch 2024-09-13T13:07:17.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:17 smithi053 bash[23444]: audit 2024-09-13T13:07:16.051335+0000 mon.a (mon.0) 580 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi077", "root=default"]} : dispatch 2024-09-13T13:07:17.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:17 smithi053 bash[23444]: audit 2024-09-13T13:07:16.989755+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:07:17.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:17 smithi053 bash[23444]: audit 2024-09-13T13:07:16.989755+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:07:17.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:17 smithi053 bash[23444]: audit 2024-09-13T13:07:16.997486+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:17.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:17 smithi053 bash[23444]: audit 2024-09-13T13:07:16.997486+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:17.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:17 smithi053 bash[23444]: audit 2024-09-13T13:07:16.998303+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-13T13:07:17.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:17 smithi053 bash[23444]: audit 2024-09-13T13:07:16.998303+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-13T13:07:17.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:17 smithi053 bash[23444]: audit 2024-09-13T13:07:17.005687+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:17.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:17 smithi053 bash[23444]: audit 2024-09-13T13:07:17.005687+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:17.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:17 smithi053 bash[23444]: audit 2024-09-13T13:07:17.011924+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:17.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:17 smithi053 bash[23444]: audit 2024-09-13T13:07:17.011924+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:17.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:17 smithi053 bash[23444]: audit 2024-09-13T13:07:17.015789+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:07:17.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:17 smithi053 bash[23444]: audit 2024-09-13T13:07:17.015789+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:07:17.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:17 smithi053 bash[23444]: audit 2024-09-13T13:07:17.017659+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:07:17.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:17 smithi053 bash[23444]: audit 2024-09-13T13:07:17.017659+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:07:17.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:17 smithi053 bash[23444]: audit 2024-09-13T13:07:17.027283+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:17.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:17 smithi053 bash[23444]: audit 2024-09-13T13:07:17.027283+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:17.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:17 smithi077 bash[23251]: cluster 2024-09-13T13:07:15.470700+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:07:17.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:17 smithi077 bash[23251]: cluster 2024-09-13T13:07:15.470700+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:07:17.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:17 smithi077 bash[23251]: audit 2024-09-13T13:07:16.045266+0000 mon.a (mon.0) 577 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-13T13:07:17.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:17 smithi077 bash[23251]: audit 2024-09-13T13:07:16.045266+0000 mon.a (mon.0) 577 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-13T13:07:17.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:17 smithi077 bash[23251]: cluster 2024-09-13T13:07:16.049879+0000 mon.a (mon.0) 578 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-13T13:07:17.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:17 smithi077 bash[23251]: cluster 2024-09-13T13:07:16.049879+0000 mon.a (mon.0) 578 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-13T13:07:17.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:17 smithi077 bash[23251]: audit 2024-09-13T13:07:16.050330+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-13T13:07:17.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:17 smithi077 bash[23251]: audit 2024-09-13T13:07:16.050330+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-13T13:07:17.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:17 smithi077 bash[23251]: audit 2024-09-13T13:07:16.051022+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.77:6800/4048340283,v1:172.21.15.77:6801/4048340283]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi077", "root=default"]} : dispatch 2024-09-13T13:07:17.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:17 smithi077 bash[23251]: audit 2024-09-13T13:07:16.051022+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.77:6800/4048340283,v1:172.21.15.77:6801/4048340283]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi077", "root=default"]} : dispatch 2024-09-13T13:07:17.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:17 smithi077 bash[23251]: audit 2024-09-13T13:07:16.051335+0000 mon.a (mon.0) 580 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi077", "root=default"]} : dispatch 2024-09-13T13:07:17.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:17 smithi077 bash[23251]: audit 2024-09-13T13:07:16.051335+0000 mon.a (mon.0) 580 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi077", "root=default"]} : dispatch 2024-09-13T13:07:17.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:17 smithi077 bash[23251]: audit 2024-09-13T13:07:16.989755+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:07:17.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:17 smithi077 bash[23251]: audit 2024-09-13T13:07:16.989755+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:07:17.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:17 smithi077 bash[23251]: audit 2024-09-13T13:07:16.997486+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:17.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:17 smithi077 bash[23251]: audit 2024-09-13T13:07:16.997486+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:17.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:17 smithi077 bash[23251]: audit 2024-09-13T13:07:16.998303+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-13T13:07:17.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:17 smithi077 bash[23251]: audit 2024-09-13T13:07:16.998303+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-13T13:07:17.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:17 smithi077 bash[23251]: audit 2024-09-13T13:07:17.005687+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:17.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:17 smithi077 bash[23251]: audit 2024-09-13T13:07:17.005687+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:17.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:17 smithi077 bash[23251]: audit 2024-09-13T13:07:17.011924+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:17.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:17 smithi077 bash[23251]: audit 2024-09-13T13:07:17.011924+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:17.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:17 smithi077 bash[23251]: audit 2024-09-13T13:07:17.015789+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:07:17.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:17 smithi077 bash[23251]: audit 2024-09-13T13:07:17.015789+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:07:17.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:17 smithi077 bash[23251]: audit 2024-09-13T13:07:17.017659+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:07:17.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:17 smithi077 bash[23251]: audit 2024-09-13T13:07:17.017659+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:07:17.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:17 smithi077 bash[23251]: audit 2024-09-13T13:07:17.027283+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:17.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:17 smithi077 bash[23251]: audit 2024-09-13T13:07:17.027283+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:17.621 DEBUG:teuthology.orchestra.run.smithi077:osd.2> sudo journalctl -f -n 0 -u ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@osd.2.service 2024-09-13T13:07:17.624 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-09-13T13:07:17.625 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0201b8c79733293453e7f10a10c7fa43119222b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fa2bba74-71cf-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-13T13:07:18.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:18 smithi007 bash[22721]: cephadm 2024-09-13T13:07:17.000966+0000 mgr.a (mgr.14152) 214 : cephadm [INF] Adjusting osd_memory_target on smithi077 to 20337M 2024-09-13T13:07:18.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:18 smithi007 bash[22721]: cephadm 2024-09-13T13:07:17.000966+0000 mgr.a (mgr.14152) 214 : cephadm [INF] Adjusting osd_memory_target on smithi077 to 20337M 2024-09-13T13:07:18.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:18 smithi007 bash[22721]: audit 2024-09-13T13:07:17.047539+0000 mon.a (mon.0) 589 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]': finished 2024-09-13T13:07:18.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:18 smithi007 bash[22721]: audit 2024-09-13T13:07:17.047539+0000 mon.a (mon.0) 589 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]': finished 2024-09-13T13:07:18.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:18 smithi007 bash[22721]: cluster 2024-09-13T13:07:17.053276+0000 mon.a (mon.0) 590 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-13T13:07:18.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:18 smithi007 bash[22721]: cluster 2024-09-13T13:07:17.053276+0000 mon.a (mon.0) 590 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-13T13:07:18.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:18 smithi007 bash[22721]: audit 2024-09-13T13:07:17.054313+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-13T13:07:18.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:18 smithi007 bash[22721]: audit 2024-09-13T13:07:17.054313+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-13T13:07:18.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:18 smithi007 bash[22721]: audit 2024-09-13T13:07:17.061021+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-13T13:07:18.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:18 smithi007 bash[22721]: audit 2024-09-13T13:07:17.061021+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-13T13:07:18.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:18 smithi053 bash[23444]: cephadm 2024-09-13T13:07:17.000966+0000 mgr.a (mgr.14152) 214 : cephadm [INF] Adjusting osd_memory_target on smithi077 to 20337M 2024-09-13T13:07:18.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:18 smithi053 bash[23444]: cephadm 2024-09-13T13:07:17.000966+0000 mgr.a (mgr.14152) 214 : cephadm [INF] Adjusting osd_memory_target on smithi077 to 20337M 2024-09-13T13:07:18.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:18 smithi053 bash[23444]: audit 2024-09-13T13:07:17.047539+0000 mon.a (mon.0) 589 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]': finished 2024-09-13T13:07:18.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:18 smithi053 bash[23444]: audit 2024-09-13T13:07:17.047539+0000 mon.a (mon.0) 589 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]': finished 2024-09-13T13:07:18.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:18 smithi053 bash[23444]: cluster 2024-09-13T13:07:17.053276+0000 mon.a (mon.0) 590 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-13T13:07:18.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:18 smithi053 bash[23444]: cluster 2024-09-13T13:07:17.053276+0000 mon.a (mon.0) 590 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-13T13:07:18.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:18 smithi053 bash[23444]: audit 2024-09-13T13:07:17.054313+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-13T13:07:18.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:18 smithi053 bash[23444]: audit 2024-09-13T13:07:17.054313+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-13T13:07:18.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:18 smithi053 bash[23444]: audit 2024-09-13T13:07:17.061021+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-13T13:07:18.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:18 smithi053 bash[23444]: audit 2024-09-13T13:07:17.061021+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-13T13:07:18.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:18 smithi077 bash[23251]: cephadm 2024-09-13T13:07:17.000966+0000 mgr.a (mgr.14152) 214 : cephadm [INF] Adjusting osd_memory_target on smithi077 to 20337M 2024-09-13T13:07:18.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:18 smithi077 bash[23251]: cephadm 2024-09-13T13:07:17.000966+0000 mgr.a (mgr.14152) 214 : cephadm [INF] Adjusting osd_memory_target on smithi077 to 20337M 2024-09-13T13:07:18.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:18 smithi077 bash[23251]: audit 2024-09-13T13:07:17.047539+0000 mon.a (mon.0) 589 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]': finished 2024-09-13T13:07:18.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:18 smithi077 bash[23251]: audit 2024-09-13T13:07:17.047539+0000 mon.a (mon.0) 589 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]': finished 2024-09-13T13:07:18.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:18 smithi077 bash[23251]: cluster 2024-09-13T13:07:17.053276+0000 mon.a (mon.0) 590 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-13T13:07:18.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:18 smithi077 bash[23251]: cluster 2024-09-13T13:07:17.053276+0000 mon.a (mon.0) 590 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-13T13:07:18.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:18 smithi077 bash[23251]: audit 2024-09-13T13:07:17.054313+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-13T13:07:18.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:18 smithi077 bash[23251]: audit 2024-09-13T13:07:17.054313+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-13T13:07:18.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:18 smithi077 bash[23251]: audit 2024-09-13T13:07:17.061021+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-13T13:07:18.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:18 smithi077 bash[23251]: audit 2024-09-13T13:07:17.061021+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-13T13:07:19.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:19 smithi007 bash[22721]: cluster 2024-09-13T13:07:16.108536+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-13T13:07:19.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:19 smithi007 bash[22721]: cluster 2024-09-13T13:07:16.108536+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-13T13:07:19.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:19 smithi007 bash[22721]: cluster 2024-09-13T13:07:16.108665+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-13T13:07:19.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:19 smithi007 bash[22721]: cluster 2024-09-13T13:07:16.108665+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-13T13:07:19.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:19 smithi007 bash[22721]: cluster 2024-09-13T13:07:17.471165+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:07:19.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:19 smithi007 bash[22721]: cluster 2024-09-13T13:07:17.471165+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:07:19.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:19 smithi007 bash[22721]: audit 2024-09-13T13:07:18.056531+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-13T13:07:19.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:19 smithi007 bash[22721]: audit 2024-09-13T13:07:18.056531+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-13T13:07:19.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:19 smithi007 bash[22721]: cluster 2024-09-13T13:07:18.071345+0000 mon.a (mon.0) 594 : cluster [INF] osd.2 [v2:172.21.15.77:6800/4048340283,v1:172.21.15.77:6801/4048340283] boot 2024-09-13T13:07:19.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:19 smithi007 bash[22721]: cluster 2024-09-13T13:07:18.071345+0000 mon.a (mon.0) 594 : cluster [INF] osd.2 [v2:172.21.15.77:6800/4048340283,v1:172.21.15.77:6801/4048340283] boot 2024-09-13T13:07:19.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:19 smithi007 bash[22721]: cluster 2024-09-13T13:07:18.071452+0000 mon.a (mon.0) 595 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-13T13:07:19.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:19 smithi007 bash[22721]: cluster 2024-09-13T13:07:18.071452+0000 mon.a (mon.0) 595 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-13T13:07:19.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:19 smithi007 bash[22721]: audit 2024-09-13T13:07:18.071746+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-13T13:07:19.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:19 smithi007 bash[22721]: audit 2024-09-13T13:07:18.071746+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-13T13:07:19.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:19 smithi053 bash[23444]: cluster 2024-09-13T13:07:16.108536+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-13T13:07:19.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:19 smithi053 bash[23444]: cluster 2024-09-13T13:07:16.108536+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-13T13:07:19.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:19 smithi053 bash[23444]: cluster 2024-09-13T13:07:16.108665+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-13T13:07:19.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:19 smithi053 bash[23444]: cluster 2024-09-13T13:07:16.108665+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-13T13:07:19.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:19 smithi053 bash[23444]: cluster 2024-09-13T13:07:17.471165+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:07:19.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:19 smithi053 bash[23444]: cluster 2024-09-13T13:07:17.471165+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:07:19.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:19 smithi053 bash[23444]: audit 2024-09-13T13:07:18.056531+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-13T13:07:19.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:19 smithi053 bash[23444]: audit 2024-09-13T13:07:18.056531+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-13T13:07:19.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:19 smithi053 bash[23444]: cluster 2024-09-13T13:07:18.071345+0000 mon.a (mon.0) 594 : cluster [INF] osd.2 [v2:172.21.15.77:6800/4048340283,v1:172.21.15.77:6801/4048340283] boot 2024-09-13T13:07:19.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:19 smithi053 bash[23444]: cluster 2024-09-13T13:07:18.071345+0000 mon.a (mon.0) 594 : cluster [INF] osd.2 [v2:172.21.15.77:6800/4048340283,v1:172.21.15.77:6801/4048340283] boot 2024-09-13T13:07:19.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:19 smithi053 bash[23444]: cluster 2024-09-13T13:07:18.071452+0000 mon.a (mon.0) 595 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-13T13:07:19.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:19 smithi053 bash[23444]: cluster 2024-09-13T13:07:18.071452+0000 mon.a (mon.0) 595 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-13T13:07:19.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:19 smithi053 bash[23444]: audit 2024-09-13T13:07:18.071746+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-13T13:07:19.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:19 smithi053 bash[23444]: audit 2024-09-13T13:07:18.071746+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-13T13:07:19.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:19 smithi077 bash[23251]: cluster 2024-09-13T13:07:16.108536+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-13T13:07:19.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:19 smithi077 bash[23251]: cluster 2024-09-13T13:07:16.108536+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-13T13:07:19.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:19 smithi077 bash[23251]: cluster 2024-09-13T13:07:16.108665+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-13T13:07:19.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:19 smithi077 bash[23251]: cluster 2024-09-13T13:07:16.108665+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-13T13:07:19.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:19 smithi077 bash[23251]: cluster 2024-09-13T13:07:17.471165+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:07:19.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:19 smithi077 bash[23251]: cluster 2024-09-13T13:07:17.471165+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T13:07:19.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:19 smithi077 bash[23251]: audit 2024-09-13T13:07:18.056531+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-13T13:07:19.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:19 smithi077 bash[23251]: audit 2024-09-13T13:07:18.056531+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-13T13:07:19.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:19 smithi077 bash[23251]: cluster 2024-09-13T13:07:18.071345+0000 mon.a (mon.0) 594 : cluster [INF] osd.2 [v2:172.21.15.77:6800/4048340283,v1:172.21.15.77:6801/4048340283] boot 2024-09-13T13:07:19.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:19 smithi077 bash[23251]: cluster 2024-09-13T13:07:18.071345+0000 mon.a (mon.0) 594 : cluster [INF] osd.2 [v2:172.21.15.77:6800/4048340283,v1:172.21.15.77:6801/4048340283] boot 2024-09-13T13:07:19.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:19 smithi077 bash[23251]: cluster 2024-09-13T13:07:18.071452+0000 mon.a (mon.0) 595 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-13T13:07:19.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:19 smithi077 bash[23251]: cluster 2024-09-13T13:07:18.071452+0000 mon.a (mon.0) 595 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-13T13:07:19.483 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:19 smithi077 bash[23251]: audit 2024-09-13T13:07:18.071746+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-13T13:07:19.483 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:19 smithi077 bash[23251]: audit 2024-09-13T13:07:18.071746+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-13T13:07:20.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:20 smithi053 bash[23444]: cluster 2024-09-13T13:07:19.075729+0000 mon.a (mon.0) 597 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-13T13:07:20.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:20 smithi053 bash[23444]: cluster 2024-09-13T13:07:19.075729+0000 mon.a (mon.0) 597 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-13T13:07:20.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:20 smithi053 bash[23444]: audit 2024-09-13T13:07:19.189474+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:20.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:20 smithi053 bash[23444]: audit 2024-09-13T13:07:19.189474+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:20.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:20 smithi053 bash[23444]: audit 2024-09-13T13:07:19.197474+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:20.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:20 smithi053 bash[23444]: audit 2024-09-13T13:07:19.197474+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:20.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:20 smithi053 bash[23444]: audit 2024-09-13T13:07:19.206706+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:20.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:20 smithi053 bash[23444]: audit 2024-09-13T13:07:19.206706+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:20.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:20 smithi053 bash[23444]: audit 2024-09-13T13:07:20.026986+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' 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-13T13:07:20.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:20 smithi053 bash[23444]: audit 2024-09-13T13:07:20.026986+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' 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-13T13:07:20.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:20 smithi077 bash[23251]: cluster 2024-09-13T13:07:19.075729+0000 mon.a (mon.0) 597 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-13T13:07:20.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:20 smithi077 bash[23251]: cluster 2024-09-13T13:07:19.075729+0000 mon.a (mon.0) 597 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-13T13:07:20.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:20 smithi077 bash[23251]: audit 2024-09-13T13:07:19.189474+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:20.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:20 smithi077 bash[23251]: audit 2024-09-13T13:07:19.189474+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:20.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:20 smithi077 bash[23251]: audit 2024-09-13T13:07:19.197474+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:20.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:20 smithi077 bash[23251]: audit 2024-09-13T13:07:19.197474+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:20.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:20 smithi077 bash[23251]: audit 2024-09-13T13:07:19.206706+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:20.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:20 smithi077 bash[23251]: audit 2024-09-13T13:07:19.206706+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:20.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:20 smithi077 bash[23251]: audit 2024-09-13T13:07:20.026986+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' 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-13T13:07:20.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:20 smithi077 bash[23251]: audit 2024-09-13T13:07:20.026986+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' 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-13T13:07:20.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:20 smithi007 bash[22721]: cluster 2024-09-13T13:07:19.075729+0000 mon.a (mon.0) 597 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-13T13:07:20.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:20 smithi007 bash[22721]: cluster 2024-09-13T13:07:19.075729+0000 mon.a (mon.0) 597 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-13T13:07:20.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:20 smithi007 bash[22721]: audit 2024-09-13T13:07:19.189474+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:20.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:20 smithi007 bash[22721]: audit 2024-09-13T13:07:19.189474+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:20.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:20 smithi007 bash[22721]: audit 2024-09-13T13:07:19.197474+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:20.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:20 smithi007 bash[22721]: audit 2024-09-13T13:07:19.197474+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:20.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:20 smithi007 bash[22721]: audit 2024-09-13T13:07:19.206706+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:20.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:20 smithi007 bash[22721]: audit 2024-09-13T13:07:19.206706+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:20.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:20 smithi007 bash[22721]: audit 2024-09-13T13:07:20.026986+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' 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-13T13:07:20.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:20 smithi007 bash[22721]: audit 2024-09-13T13:07:20.026986+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' 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-13T13:07:21.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:21 smithi053 bash[23444]: cluster 2024-09-13T13:07:19.471643+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:21.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:21 smithi053 bash[23444]: cluster 2024-09-13T13:07:19.471643+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:21.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:21 smithi053 bash[23444]: audit 2024-09-13T13:07:20.211630+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' 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-13T13:07:21.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:21 smithi053 bash[23444]: audit 2024-09-13T13:07:20.211630+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' 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-13T13:07:21.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:21 smithi053 bash[23444]: cluster 2024-09-13T13:07:20.216650+0000 mon.a (mon.0) 603 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-13T13:07:21.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:21 smithi053 bash[23444]: cluster 2024-09-13T13:07:20.216650+0000 mon.a (mon.0) 603 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-13T13:07:21.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:21 smithi053 bash[23444]: audit 2024-09-13T13:07:20.218331+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-13T13:07:21.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:21 smithi053 bash[23444]: audit 2024-09-13T13:07:20.218331+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-13T13:07:21.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:21 smithi077 bash[23251]: cluster 2024-09-13T13:07:19.471643+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:21.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:21 smithi077 bash[23251]: cluster 2024-09-13T13:07:19.471643+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:21.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:21 smithi077 bash[23251]: audit 2024-09-13T13:07:20.211630+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' 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-13T13:07:21.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:21 smithi077 bash[23251]: audit 2024-09-13T13:07:20.211630+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' 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-13T13:07:21.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:21 smithi077 bash[23251]: cluster 2024-09-13T13:07:20.216650+0000 mon.a (mon.0) 603 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-13T13:07:21.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:21 smithi077 bash[23251]: cluster 2024-09-13T13:07:20.216650+0000 mon.a (mon.0) 603 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-13T13:07:21.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:21 smithi077 bash[23251]: audit 2024-09-13T13:07:20.218331+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-13T13:07:21.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:21 smithi077 bash[23251]: audit 2024-09-13T13:07:20.218331+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-13T13:07:21.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:21 smithi007 bash[22721]: cluster 2024-09-13T13:07:19.471643+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:21.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:21 smithi007 bash[22721]: cluster 2024-09-13T13:07:19.471643+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:21.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:21 smithi007 bash[22721]: audit 2024-09-13T13:07:20.211630+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' 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-13T13:07:21.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:21 smithi007 bash[22721]: audit 2024-09-13T13:07:20.211630+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' 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-13T13:07:21.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:21 smithi007 bash[22721]: cluster 2024-09-13T13:07:20.216650+0000 mon.a (mon.0) 603 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-13T13:07:21.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:21 smithi007 bash[22721]: cluster 2024-09-13T13:07:20.216650+0000 mon.a (mon.0) 603 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-13T13:07:21.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:21 smithi007 bash[22721]: audit 2024-09-13T13:07:20.218331+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-13T13:07:21.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:21 smithi007 bash[22721]: audit 2024-09-13T13:07:20.218331+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-13T13:07:22.368 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T13:07:22.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:22 smithi077 bash[23251]: audit 2024-09-13T13:07:21.214208+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-13T13:07:22.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:22 smithi077 bash[23251]: audit 2024-09-13T13:07:21.214208+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-13T13:07:22.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:22 smithi077 bash[23251]: cluster 2024-09-13T13:07:21.220446+0000 mon.a (mon.0) 606 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-13T13:07:22.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:22 smithi077 bash[23251]: cluster 2024-09-13T13:07:21.220446+0000 mon.a (mon.0) 606 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-13T13:07:22.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:22 smithi077 bash[23251]: audit 2024-09-13T13:07:21.404112+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:22.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:22 smithi077 bash[23251]: audit 2024-09-13T13:07:21.404112+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:22.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:22 smithi077 bash[23251]: cluster 2024-09-13T13:07:21.472138+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v158: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:22.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:22 smithi077 bash[23251]: cluster 2024-09-13T13:07:21.472138+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v158: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:22.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:22 smithi077 bash[23251]: audit 2024-09-13T13:07:21.500474+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:22.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:22 smithi077 bash[23251]: audit 2024-09-13T13:07:21.500474+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:22.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:22 smithi077 bash[23251]: audit 2024-09-13T13:07:21.604499+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:22.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:22 smithi077 bash[23251]: audit 2024-09-13T13:07:21.604499+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:22.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:22 smithi077 bash[23251]: audit 2024-09-13T13:07:21.607500+0000 mon.a (mon.0) 610 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-13T13:07:22.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:22 smithi077 bash[23251]: audit 2024-09-13T13:07:21.607500+0000 mon.a (mon.0) 610 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-13T13:07:22.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:22 smithi077 bash[23251]: audit 2024-09-13T13:07:21.664601+0000 mon.a (mon.0) 611 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-13T13:07:22.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:22 smithi077 bash[23251]: audit 2024-09-13T13:07:21.664601+0000 mon.a (mon.0) 611 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-13T13:07:22.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:22 smithi077 bash[23251]: audit 2024-09-13T13:07:21.664919+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T13:07:22.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:22 smithi077 bash[23251]: audit 2024-09-13T13:07:21.664919+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T13:07:22.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:22 smithi077 bash[23251]: audit 2024-09-13T13:07:21.665372+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:07:22.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:22 smithi077 bash[23251]: audit 2024-09-13T13:07:21.665372+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:07:22.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:22 smithi077 bash[23251]: audit 2024-09-13T13:07:21.665579+0000 mon.a (mon.0) 614 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:07:22.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:22 smithi077 bash[23251]: audit 2024-09-13T13:07:21.665579+0000 mon.a (mon.0) 614 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:07:22.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:22 smithi077 bash[23251]: audit 2024-09-13T13:07:21.668385+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T13:07:22.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:22 smithi077 bash[23251]: audit 2024-09-13T13:07:21.668385+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T13:07:22.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:22 smithi077 bash[23251]: audit 2024-09-13T13:07:21.668700+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:07:22.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:22 smithi077 bash[23251]: audit 2024-09-13T13:07:21.668700+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:07:22.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:22 smithi077 bash[23251]: audit 2024-09-13T13:07:21.668879+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:07:22.483 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:22 smithi077 bash[23251]: audit 2024-09-13T13:07:21.668879+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:07:22.483 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:22 smithi077 bash[23251]: audit 2024-09-13T13:07:21.669041+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-13T13:07:22.483 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:22 smithi077 bash[23251]: audit 2024-09-13T13:07:21.669041+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-13T13:07:22.483 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:22 smithi077 bash[23251]: audit 2024-09-13T13:07:21.725072+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-13T13:07:22.483 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:22 smithi077 bash[23251]: audit 2024-09-13T13:07:21.725072+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-13T13:07:22.483 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:22 smithi077 bash[23251]: audit 2024-09-13T13:07:21.728459+0000 mon.a (mon.0) 618 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T13:07:22.483 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:22 smithi077 bash[23251]: audit 2024-09-13T13:07:21.728459+0000 mon.a (mon.0) 618 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T13:07:22.483 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:22 smithi077 bash[23251]: audit 2024-09-13T13:07:21.728905+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:07:22.483 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:22 smithi077 bash[23251]: audit 2024-09-13T13:07:21.728905+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:07:22.483 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:22 smithi077 bash[23251]: audit 2024-09-13T13:07:21.729360+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:07:22.483 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:22 smithi077 bash[23251]: audit 2024-09-13T13:07:21.729360+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:07:22.483 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:22 smithi077 bash[23251]: audit 2024-09-13T13:07:21.729801+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-13T13:07:22.484 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:22 smithi077 bash[23251]: audit 2024-09-13T13:07:21.729801+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-13T13:07:22.484 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:22 smithi077 bash[23251]: audit 2024-09-13T13:07:21.789667+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-13T13:07:22.484 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:22 smithi077 bash[23251]: audit 2024-09-13T13:07:21.789667+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-13T13:07:22.564 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:22 smithi007 bash[22721]: audit 2024-09-13T13:07:21.214208+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-13T13:07:22.564 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:22 smithi007 bash[22721]: audit 2024-09-13T13:07:21.214208+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-13T13:07:22.564 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:22 smithi007 bash[22721]: cluster 2024-09-13T13:07:21.220446+0000 mon.a (mon.0) 606 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-13T13:07:22.564 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:22 smithi007 bash[22721]: cluster 2024-09-13T13:07:21.220446+0000 mon.a (mon.0) 606 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-13T13:07:22.564 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:22 smithi007 bash[22721]: audit 2024-09-13T13:07:21.404112+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:22.565 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:22 smithi007 bash[22721]: audit 2024-09-13T13:07:21.404112+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:22.565 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:22 smithi007 bash[22721]: cluster 2024-09-13T13:07:21.472138+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v158: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:22.565 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:22 smithi007 bash[22721]: cluster 2024-09-13T13:07:21.472138+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v158: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:22.565 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:22 smithi007 bash[22721]: audit 2024-09-13T13:07:21.500474+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:22.565 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:22 smithi007 bash[22721]: audit 2024-09-13T13:07:21.500474+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:22.565 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:22 smithi007 bash[22721]: audit 2024-09-13T13:07:21.604499+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:22.565 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:22 smithi007 bash[22721]: audit 2024-09-13T13:07:21.604499+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:22.565 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:22 smithi007 bash[22721]: audit 2024-09-13T13:07:21.607500+0000 mon.a (mon.0) 610 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-13T13:07:22.565 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:22 smithi007 bash[22721]: audit 2024-09-13T13:07:21.607500+0000 mon.a (mon.0) 610 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-13T13:07:22.565 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:22 smithi007 bash[22721]: audit 2024-09-13T13:07:21.664601+0000 mon.a (mon.0) 611 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-13T13:07:22.565 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:22 smithi007 bash[22721]: audit 2024-09-13T13:07:21.664601+0000 mon.a (mon.0) 611 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-13T13:07:22.565 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:22 smithi007 bash[22721]: audit 2024-09-13T13:07:21.664919+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T13:07:22.566 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:22 smithi007 bash[22721]: audit 2024-09-13T13:07:21.664919+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T13:07:22.566 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:22 smithi007 bash[22721]: audit 2024-09-13T13:07:21.665372+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:07:22.566 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:22 smithi007 bash[22721]: audit 2024-09-13T13:07:21.665372+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:07:22.566 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:22 smithi007 bash[22721]: audit 2024-09-13T13:07:21.665579+0000 mon.a (mon.0) 614 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:07:22.566 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:22 smithi007 bash[22721]: audit 2024-09-13T13:07:21.665579+0000 mon.a (mon.0) 614 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:07:22.566 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:22 smithi007 bash[22721]: audit 2024-09-13T13:07:21.668385+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T13:07:22.566 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:22 smithi007 bash[22721]: audit 2024-09-13T13:07:21.668385+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T13:07:22.566 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:22 smithi007 bash[22721]: audit 2024-09-13T13:07:21.668700+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:07:22.566 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:22 smithi007 bash[22721]: audit 2024-09-13T13:07:21.668700+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:07:22.567 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:22 smithi007 bash[22721]: audit 2024-09-13T13:07:21.668879+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:07:22.567 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:22 smithi007 bash[22721]: audit 2024-09-13T13:07:21.668879+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:07:22.567 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:22 smithi007 bash[22721]: audit 2024-09-13T13:07:21.669041+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-13T13:07:22.567 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:22 smithi007 bash[22721]: audit 2024-09-13T13:07:21.669041+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-13T13:07:22.567 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:22 smithi007 bash[22721]: audit 2024-09-13T13:07:21.725072+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-13T13:07:22.567 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:22 smithi007 bash[22721]: audit 2024-09-13T13:07:21.725072+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-13T13:07:22.567 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:22 smithi007 bash[22721]: audit 2024-09-13T13:07:21.728459+0000 mon.a (mon.0) 618 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T13:07:22.567 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:22 smithi007 bash[22721]: audit 2024-09-13T13:07:21.728459+0000 mon.a (mon.0) 618 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T13:07:22.567 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:22 smithi007 bash[22721]: audit 2024-09-13T13:07:21.728905+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:07:22.567 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:22 smithi007 bash[22721]: audit 2024-09-13T13:07:21.728905+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:07:22.567 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:22 smithi007 bash[22721]: audit 2024-09-13T13:07:21.729360+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:07:22.567 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:22 smithi007 bash[22721]: audit 2024-09-13T13:07:21.729360+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:07:22.567 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:22 smithi007 bash[22721]: audit 2024-09-13T13:07:21.729801+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-13T13:07:22.568 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:22 smithi007 bash[22721]: audit 2024-09-13T13:07:21.729801+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-13T13:07:22.568 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:22 smithi007 bash[22721]: audit 2024-09-13T13:07:21.789667+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-13T13:07:22.568 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:22 smithi007 bash[22721]: audit 2024-09-13T13:07:21.789667+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-13T13:07:22.713 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:22 smithi053 bash[23444]: audit 2024-09-13T13:07:21.214208+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-13T13:07:22.714 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:22 smithi053 bash[23444]: audit 2024-09-13T13:07:21.214208+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-13T13:07:22.714 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:22 smithi053 bash[23444]: cluster 2024-09-13T13:07:21.220446+0000 mon.a (mon.0) 606 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-13T13:07:22.714 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:22 smithi053 bash[23444]: cluster 2024-09-13T13:07:21.220446+0000 mon.a (mon.0) 606 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-13T13:07:22.714 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:22 smithi053 bash[23444]: audit 2024-09-13T13:07:21.404112+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:22.714 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:22 smithi053 bash[23444]: audit 2024-09-13T13:07:21.404112+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:22.714 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:22 smithi053 bash[23444]: cluster 2024-09-13T13:07:21.472138+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v158: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:22.714 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:22 smithi053 bash[23444]: cluster 2024-09-13T13:07:21.472138+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v158: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:22.714 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:22 smithi053 bash[23444]: audit 2024-09-13T13:07:21.500474+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:22.714 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:22 smithi053 bash[23444]: audit 2024-09-13T13:07:21.500474+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:22.714 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:22 smithi053 bash[23444]: audit 2024-09-13T13:07:21.604499+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:22.714 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:22 smithi053 bash[23444]: audit 2024-09-13T13:07:21.604499+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:22.715 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:22 smithi053 bash[23444]: audit 2024-09-13T13:07:21.607500+0000 mon.a (mon.0) 610 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-13T13:07:22.715 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:22 smithi053 bash[23444]: audit 2024-09-13T13:07:21.607500+0000 mon.a (mon.0) 610 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-13T13:07:22.715 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:22 smithi053 bash[23444]: audit 2024-09-13T13:07:21.664601+0000 mon.a (mon.0) 611 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-13T13:07:22.715 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:22 smithi053 bash[23444]: audit 2024-09-13T13:07:21.664601+0000 mon.a (mon.0) 611 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-13T13:07:22.715 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:22 smithi053 bash[23444]: audit 2024-09-13T13:07:21.664919+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T13:07:22.715 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:22 smithi053 bash[23444]: audit 2024-09-13T13:07:21.664919+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T13:07:22.715 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:22 smithi053 bash[23444]: audit 2024-09-13T13:07:21.665372+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:07:22.715 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:22 smithi053 bash[23444]: audit 2024-09-13T13:07:21.665372+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:07:22.715 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:22 smithi053 bash[23444]: audit 2024-09-13T13:07:21.665579+0000 mon.a (mon.0) 614 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:07:22.715 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:22 smithi053 bash[23444]: audit 2024-09-13T13:07:21.665579+0000 mon.a (mon.0) 614 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:07:22.716 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:22 smithi053 bash[23444]: audit 2024-09-13T13:07:21.668385+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T13:07:22.716 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:22 smithi053 bash[23444]: audit 2024-09-13T13:07:21.668385+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T13:07:22.716 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:22 smithi053 bash[23444]: audit 2024-09-13T13:07:21.668700+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:07:22.716 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:22 smithi053 bash[23444]: audit 2024-09-13T13:07:21.668700+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:07:22.716 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:22 smithi053 bash[23444]: audit 2024-09-13T13:07:21.668879+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:07:22.716 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:22 smithi053 bash[23444]: audit 2024-09-13T13:07:21.668879+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:07:22.716 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:22 smithi053 bash[23444]: audit 2024-09-13T13:07:21.669041+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-13T13:07:22.716 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:22 smithi053 bash[23444]: audit 2024-09-13T13:07:21.669041+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-13T13:07:22.716 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:22 smithi053 bash[23444]: audit 2024-09-13T13:07:21.725072+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-13T13:07:22.716 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:22 smithi053 bash[23444]: audit 2024-09-13T13:07:21.725072+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-13T13:07:22.716 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:22 smithi053 bash[23444]: audit 2024-09-13T13:07:21.728459+0000 mon.a (mon.0) 618 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T13:07:22.716 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:22 smithi053 bash[23444]: audit 2024-09-13T13:07:21.728459+0000 mon.a (mon.0) 618 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T13:07:22.717 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:22 smithi053 bash[23444]: audit 2024-09-13T13:07:21.728905+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:07:22.717 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:22 smithi053 bash[23444]: audit 2024-09-13T13:07:21.728905+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:07:22.717 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:22 smithi053 bash[23444]: audit 2024-09-13T13:07:21.729360+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:07:22.717 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:22 smithi053 bash[23444]: audit 2024-09-13T13:07:21.729360+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:07:22.717 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:22 smithi053 bash[23444]: audit 2024-09-13T13:07:21.729801+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-13T13:07:22.717 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:22 smithi053 bash[23444]: audit 2024-09-13T13:07:21.729801+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-13T13:07:22.717 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:22 smithi053 bash[23444]: audit 2024-09-13T13:07:21.789667+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-13T13:07:22.717 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:22 smithi053 bash[23444]: audit 2024-09-13T13:07:21.789667+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-13T13:07:23.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:23 smithi077 bash[23251]: cluster 2024-09-13T13:07:22.223090+0000 mon.a (mon.0) 621 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-13T13:07:23.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:23 smithi077 bash[23251]: cluster 2024-09-13T13:07:22.223090+0000 mon.a (mon.0) 621 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-13T13:07:23.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:23 smithi077 bash[23251]: cluster 2024-09-13T13:07:22.618938+0000 mon.a (mon.0) 622 : cluster [DBG] mgrmap e16: a(active, since 4m), standbys: b 2024-09-13T13:07:23.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:23 smithi077 bash[23251]: cluster 2024-09-13T13:07:22.618938+0000 mon.a (mon.0) 622 : cluster [DBG] mgrmap e16: a(active, since 4m), standbys: b 2024-09-13T13:07:23.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:23 smithi007 bash[22721]: cluster 2024-09-13T13:07:22.223090+0000 mon.a (mon.0) 621 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-13T13:07:23.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:23 smithi007 bash[22721]: cluster 2024-09-13T13:07:22.223090+0000 mon.a (mon.0) 621 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-13T13:07:23.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:23 smithi007 bash[22721]: cluster 2024-09-13T13:07:22.618938+0000 mon.a (mon.0) 622 : cluster [DBG] mgrmap e16: a(active, since 4m), standbys: b 2024-09-13T13:07:23.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:23 smithi007 bash[22721]: cluster 2024-09-13T13:07:22.618938+0000 mon.a (mon.0) 622 : cluster [DBG] mgrmap e16: a(active, since 4m), standbys: b 2024-09-13T13:07:23.713 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:23 smithi053 bash[23444]: cluster 2024-09-13T13:07:22.223090+0000 mon.a (mon.0) 621 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-13T13:07:23.713 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:23 smithi053 bash[23444]: cluster 2024-09-13T13:07:22.223090+0000 mon.a (mon.0) 621 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-13T13:07:23.713 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:23 smithi053 bash[23444]: cluster 2024-09-13T13:07:22.618938+0000 mon.a (mon.0) 622 : cluster [DBG] mgrmap e16: a(active, since 4m), standbys: b 2024-09-13T13:07:23.713 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:23 smithi053 bash[23444]: cluster 2024-09-13T13:07:22.618938+0000 mon.a (mon.0) 622 : cluster [DBG] mgrmap e16: a(active, since 4m), standbys: b 2024-09-13T13:07:23.789 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-13T13:07:24.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:24 smithi007 bash[22721]: cluster 2024-09-13T13:07:23.472514+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:24.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:24 smithi007 bash[22721]: cluster 2024-09-13T13:07:23.472514+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:24.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:24 smithi007 bash[22721]: audit 2024-09-13T13:07:23.789930+0000 mon.a (mon.0) 623 : audit [DBG] from='client.? 172.21.15.7:0/2632940143' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-13T13:07:24.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:24 smithi007 bash[22721]: audit 2024-09-13T13:07:23.789930+0000 mon.a (mon.0) 623 : audit [DBG] from='client.? 172.21.15.7:0/2632940143' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-13T13:07:24.713 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:24 smithi053 bash[23444]: cluster 2024-09-13T13:07:23.472514+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:24.713 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:24 smithi053 bash[23444]: cluster 2024-09-13T13:07:23.472514+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:24.713 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:24 smithi053 bash[23444]: audit 2024-09-13T13:07:23.789930+0000 mon.a (mon.0) 623 : audit [DBG] from='client.? 172.21.15.7:0/2632940143' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-13T13:07:24.713 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:24 smithi053 bash[23444]: audit 2024-09-13T13:07:23.789930+0000 mon.a (mon.0) 623 : audit [DBG] from='client.? 172.21.15.7:0/2632940143' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-13T13:07:24.729 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:24 smithi077 bash[23251]: cluster 2024-09-13T13:07:23.472514+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:24.729 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:24 smithi077 bash[23251]: cluster 2024-09-13T13:07:23.472514+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:24.729 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:24 smithi077 bash[23251]: audit 2024-09-13T13:07:23.789930+0000 mon.a (mon.0) 623 : audit [DBG] from='client.? 172.21.15.7:0/2632940143' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-13T13:07:24.729 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:24 smithi077 bash[23251]: audit 2024-09-13T13:07:23.789930+0000 mon.a (mon.0) 623 : audit [DBG] from='client.? 172.21.15.7:0/2632940143' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-13T13:07:24.865 INFO:teuthology.orchestra.run.smithi007.stdout:{"epoch":22,"num_osds":3,"num_up_osds":3,"osd_up_since":1726232838,"num_in_osds":3,"osd_in_since":1726232804,"num_remapped_pgs":0} 2024-09-13T13:07:24.866 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0201b8c79733293453e7f10a10c7fa43119222b shell --fsid fa2bba74-71cf-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-13T13:07:26.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:26 smithi007 bash[22721]: cluster 2024-09-13T13:07:25.473125+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:26.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:26 smithi007 bash[22721]: cluster 2024-09-13T13:07:25.473125+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:26.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:26 smithi053 bash[23444]: cluster 2024-09-13T13:07:25.473125+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:26.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:26 smithi053 bash[23444]: cluster 2024-09-13T13:07:25.473125+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:26.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:26 smithi077 bash[23251]: cluster 2024-09-13T13:07:25.473125+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:26.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:26 smithi077 bash[23251]: cluster 2024-09-13T13:07:25.473125+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:28.729 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:28 smithi077 bash[23251]: cluster 2024-09-13T13:07:27.473661+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:28.730 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:28 smithi077 bash[23251]: cluster 2024-09-13T13:07:27.473661+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:28.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:28 smithi007 bash[22721]: cluster 2024-09-13T13:07:27.473661+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:28.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:28 smithi007 bash[22721]: cluster 2024-09-13T13:07:27.473661+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:28.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:28 smithi053 bash[23444]: cluster 2024-09-13T13:07:27.473661+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:28.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:28 smithi053 bash[23444]: cluster 2024-09-13T13:07:27.473661+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:29.739 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T13:07:30.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:30 smithi007 bash[22721]: cluster 2024-09-13T13:07:29.474274+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:30.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:30 smithi007 bash[22721]: cluster 2024-09-13T13:07:29.474274+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:30.850 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:30 smithi053 bash[23444]: cluster 2024-09-13T13:07:29.474274+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:30.850 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:30 smithi053 bash[23444]: cluster 2024-09-13T13:07:29.474274+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:30.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:30 smithi077 bash[23251]: cluster 2024-09-13T13:07:29.474274+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:30.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:30 smithi077 bash[23251]: cluster 2024-09-13T13:07:29.474274+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:31.173 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-13T13:07:31.174 INFO:teuthology.orchestra.run.smithi007.stdout:{"epoch":22,"fsid":"fa2bba74-71cf-11ef-bceb-c7b262605968","created":"2024-09-13T13:01:20.772964+0000","modified":"2024-09-13T13:07:22.214034+0000","last_up_change":"2024-09-13T13:07:18.055885+0000","last_in_change":"2024-09-13T13:06:44.877494+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-13T13:07:20.034242+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":"94b4e99b-797a-46a1-8930-4f58e2983a1f","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.7:6802","nonce":893855708},{"type":"v1","addr":"172.21.15.7:6803","nonce":893855708}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6804","nonce":893855708},{"type":"v1","addr":"172.21.15.7:6805","nonce":893855708}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6808","nonce":893855708},{"type":"v1","addr":"172.21.15.7:6809","nonce":893855708}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6806","nonce":893855708},{"type":"v1","addr":"172.21.15.7:6807","nonce":893855708}]},"public_addr":"172.21.15.7:6803/893855708","cluster_addr":"172.21.15.7:6805/893855708","heartbeat_back_addr":"172.21.15.7:6809/893855708","heartbeat_front_addr":"172.21.15.7:6807/893855708","state":["exists","up"]},{"osd":1,"uuid":"6e167e2d-2e16-4971-8056-f8b6abb18857","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.53:6800","nonce":3033940876},{"type":"v1","addr":"172.21.15.53:6801","nonce":3033940876}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6802","nonce":3033940876},{"type":"v1","addr":"172.21.15.53:6803","nonce":3033940876}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6806","nonce":3033940876},{"type":"v1","addr":"172.21.15.53:6807","nonce":3033940876}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6804","nonce":3033940876},{"type":"v1","addr":"172.21.15.53:6805","nonce":3033940876}]},"public_addr":"172.21.15.53:6801/3033940876","cluster_addr":"172.21.15.53:6803/3033940876","heartbeat_back_addr":"172.21.15.53:6807/3033940876","heartbeat_front_addr":"172.21.15.53:6805/3033940876","state":["exists","up"]},{"osd":2,"uuid":"33d0f034-8179-478b-8d40-843837e6d8fc","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.77:6800","nonce":4048340283},{"type":"v1","addr":"172.21.15.77:6801","nonce":4048340283}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6802","nonce":4048340283},{"type":"v1","addr":"172.21.15.77:6803","nonce":4048340283}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6806","nonce":4048340283},{"type":"v1","addr":"172.21.15.77:6807","nonce":4048340283}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6804","nonce":4048340283},{"type":"v1","addr":"172.21.15.77:6805","nonce":4048340283}]},"public_addr":"172.21.15.77:6801/4048340283","cluster_addr":"172.21.15.77:6803/4048340283","heartbeat_back_addr":"172.21.15.77:6807/4048340283","heartbeat_front_addr":"172.21.15.77:6805/4048340283","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-13T13:05:21.804888+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-13T13:06:20.669087+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-13T13:07:16.108671+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.7:0/2207630985":"2024-09-14T13:02:27.390894+0000","172.21.15.7:6801/1907212648":"2024-09-14T13:02:27.390894+0000","172.21.15.7:0/3758874330":"2024-09-14T13:02:27.390894+0000","172.21.15.7:6800/1907212648":"2024-09-14T13:02:27.390894+0000","172.21.15.7:0/2264891485":"2024-09-14T13:02:27.390894+0000","172.21.15.7:0/4279705262":"2024-09-14T13:01:49.414152+0000","172.21.15.7:0/84472202":"2024-09-14T13:01:49.414152+0000","172.21.15.7:0/2522712564":"2024-09-14T13:01:49.414152+0000","172.21.15.7:6801/4065481482":"2024-09-14T13:01:49.414152+0000","172.21.15.7:6800/4065481482":"2024-09-14T13:01:49.414152+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-13T13:07:31.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:31 smithi007 bash[22721]: audit 2024-09-13T13:07:31.171650+0000 mon.a (mon.0) 624 : audit [DBG] from='client.? 172.21.15.7:0/2518403845' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-13T13:07:31.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:31 smithi007 bash[22721]: audit 2024-09-13T13:07:31.171650+0000 mon.a (mon.0) 624 : audit [DBG] from='client.? 172.21.15.7:0/2518403845' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-13T13:07:31.815 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-09-13T13:07:20.034242+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-13T13:07:31.815 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0201b8c79733293453e7f10a10c7fa43119222b shell --fsid fa2bba74-71cf-11ef-bceb-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-09-13T13:07:31.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:31 smithi053 bash[23444]: audit 2024-09-13T13:07:31.171650+0000 mon.a (mon.0) 624 : audit [DBG] from='client.? 172.21.15.7:0/2518403845' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-13T13:07:31.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:31 smithi053 bash[23444]: audit 2024-09-13T13:07:31.171650+0000 mon.a (mon.0) 624 : audit [DBG] from='client.? 172.21.15.7:0/2518403845' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-13T13:07:31.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:31 smithi077 bash[23251]: audit 2024-09-13T13:07:31.171650+0000 mon.a (mon.0) 624 : audit [DBG] from='client.? 172.21.15.7:0/2518403845' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-13T13:07:31.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:31 smithi077 bash[23251]: audit 2024-09-13T13:07:31.171650+0000 mon.a (mon.0) 624 : audit [DBG] from='client.? 172.21.15.7:0/2518403845' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-13T13:07:32.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:32 smithi007 bash[22721]: cluster 2024-09-13T13:07:31.474949+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:32.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:32 smithi007 bash[22721]: cluster 2024-09-13T13:07:31.474949+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:32.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:32 smithi053 bash[23444]: cluster 2024-09-13T13:07:31.474949+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:32.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:32 smithi053 bash[23444]: cluster 2024-09-13T13:07:31.474949+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:32.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:32 smithi077 bash[23251]: cluster 2024-09-13T13:07:31.474949+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:32.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:32 smithi077 bash[23251]: cluster 2024-09-13T13:07:31.474949+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:34.729 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:34 smithi077 bash[23251]: cluster 2024-09-13T13:07:33.475508+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:34.729 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:34 smithi077 bash[23251]: cluster 2024-09-13T13:07:33.475508+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:34.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:34 smithi007 bash[22721]: cluster 2024-09-13T13:07:33.475508+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:34.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:34 smithi007 bash[22721]: cluster 2024-09-13T13:07:33.475508+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:34.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:34 smithi053 bash[23444]: cluster 2024-09-13T13:07:33.475508+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:34.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:34 smithi053 bash[23444]: cluster 2024-09-13T13:07:33.475508+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:35.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:35 smithi053 bash[23444]: audit 2024-09-13T13:07:34.577475+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:35.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:35 smithi053 bash[23444]: audit 2024-09-13T13:07:34.577475+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:35.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:35 smithi053 bash[23444]: audit 2024-09-13T13:07:34.585344+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:35.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:35 smithi053 bash[23444]: audit 2024-09-13T13:07:34.585344+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:35.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:35 smithi053 bash[23444]: audit 2024-09-13T13:07:34.594656+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:35.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:35 smithi053 bash[23444]: audit 2024-09-13T13:07:34.594656+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:35.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:35 smithi077 bash[23251]: audit 2024-09-13T13:07:34.577475+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:35.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:35 smithi077 bash[23251]: audit 2024-09-13T13:07:34.577475+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:35.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:35 smithi077 bash[23251]: audit 2024-09-13T13:07:34.585344+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:35.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:35 smithi077 bash[23251]: audit 2024-09-13T13:07:34.585344+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:35.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:35 smithi077 bash[23251]: audit 2024-09-13T13:07:34.594656+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:35.980 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:35 smithi077 bash[23251]: audit 2024-09-13T13:07:34.594656+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:35.981 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:35 smithi007 bash[22721]: audit 2024-09-13T13:07:34.577475+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:35.981 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:35 smithi007 bash[22721]: audit 2024-09-13T13:07:34.577475+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:35.981 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:35 smithi007 bash[22721]: audit 2024-09-13T13:07:34.585344+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:35.981 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:35 smithi007 bash[22721]: audit 2024-09-13T13:07:34.585344+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:35.981 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:35 smithi007 bash[22721]: audit 2024-09-13T13:07:34.594656+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:35.981 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:35 smithi007 bash[22721]: audit 2024-09-13T13:07:34.594656+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:36.299 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T13:07:37.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:36 smithi077 bash[23251]: cluster 2024-09-13T13:07:35.476037+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:37.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:36 smithi077 bash[23251]: cluster 2024-09-13T13:07:35.476037+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:37.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:36 smithi077 bash[23251]: audit 2024-09-13T13:07:35.964160+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:37.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:36 smithi077 bash[23251]: audit 2024-09-13T13:07:35.964160+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:37.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:36 smithi077 bash[23251]: audit 2024-09-13T13:07:35.970757+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:37.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:36 smithi077 bash[23251]: audit 2024-09-13T13:07:35.970757+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:37.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:36 smithi077 bash[23251]: audit 2024-09-13T13:07:35.979936+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:37.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:36 smithi077 bash[23251]: audit 2024-09-13T13:07:35.979936+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:37.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:36 smithi007 bash[22721]: cluster 2024-09-13T13:07:35.476037+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:37.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:36 smithi007 bash[22721]: cluster 2024-09-13T13:07:35.476037+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:37.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:36 smithi007 bash[22721]: audit 2024-09-13T13:07:35.964160+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:37.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:36 smithi007 bash[22721]: audit 2024-09-13T13:07:35.964160+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:37.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:36 smithi007 bash[22721]: audit 2024-09-13T13:07:35.970757+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:37.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:36 smithi007 bash[22721]: audit 2024-09-13T13:07:35.970757+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:37.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:36 smithi007 bash[22721]: audit 2024-09-13T13:07:35.979936+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:37.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:36 smithi007 bash[22721]: audit 2024-09-13T13:07:35.979936+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:37.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:36 smithi053 bash[23444]: cluster 2024-09-13T13:07:35.476037+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:37.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:36 smithi053 bash[23444]: cluster 2024-09-13T13:07:35.476037+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:37.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:36 smithi053 bash[23444]: audit 2024-09-13T13:07:35.964160+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:37.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:36 smithi053 bash[23444]: audit 2024-09-13T13:07:35.964160+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:37.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:36 smithi053 bash[23444]: audit 2024-09-13T13:07:35.970757+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:37.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:36 smithi053 bash[23444]: audit 2024-09-13T13:07:35.970757+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:37.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:36 smithi053 bash[23444]: audit 2024-09-13T13:07:35.979936+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:37.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:36 smithi053 bash[23444]: audit 2024-09-13T13:07:35.979936+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:37.813 INFO:teuthology.orchestra.run.smithi007.stdout:pg_num: 1 2024-09-13T13:07:38.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:37 smithi077 bash[23251]: audit 2024-09-13T13:07:37.814147+0000 mon.a (mon.0) 631 : audit [DBG] from='client.? 172.21.15.7:0/3046860706' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-13T13:07:38.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:37 smithi077 bash[23251]: audit 2024-09-13T13:07:37.814147+0000 mon.a (mon.0) 631 : audit [DBG] from='client.? 172.21.15.7:0/3046860706' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-13T13:07:38.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:37 smithi007 bash[22721]: audit 2024-09-13T13:07:37.814147+0000 mon.a (mon.0) 631 : audit [DBG] from='client.? 172.21.15.7:0/3046860706' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-13T13:07:38.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:37 smithi007 bash[22721]: audit 2024-09-13T13:07:37.814147+0000 mon.a (mon.0) 631 : audit [DBG] from='client.? 172.21.15.7:0/3046860706' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-13T13:07:38.463 INFO:tasks.cephadm:Setting up client nodes... 2024-09-13T13:07:38.463 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0201b8c79733293453e7f10a10c7fa43119222b shell --fsid fa2bba74-71cf-11ef-bceb-c7b262605968 -- ceph config log 1 --format=json 2024-09-13T13:07:38.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:37 smithi053 bash[23444]: audit 2024-09-13T13:07:37.814147+0000 mon.a (mon.0) 631 : audit [DBG] from='client.? 172.21.15.7:0/3046860706' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-13T13:07:38.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:37 smithi053 bash[23444]: audit 2024-09-13T13:07:37.814147+0000 mon.a (mon.0) 631 : audit [DBG] from='client.? 172.21.15.7:0/3046860706' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-13T13:07:39.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:38 smithi077 bash[23251]: cluster 2024-09-13T13:07:37.476558+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:39.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:38 smithi077 bash[23251]: cluster 2024-09-13T13:07:37.476558+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:39.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:38 smithi007 bash[22721]: cluster 2024-09-13T13:07:37.476558+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:39.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:38 smithi007 bash[22721]: cluster 2024-09-13T13:07:37.476558+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:39.413 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:38 smithi053 bash[23444]: cluster 2024-09-13T13:07:37.476558+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:39.414 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:38 smithi053 bash[23444]: cluster 2024-09-13T13:07:37.476558+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:40.713 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:40 smithi053 bash[23444]: audit 2024-09-13T13:07:39.395014+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:40.713 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:40 smithi053 bash[23444]: audit 2024-09-13T13:07:39.395014+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:40.713 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:40 smithi053 bash[23444]: audit 2024-09-13T13:07:39.403340+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:40.713 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:40 smithi053 bash[23444]: audit 2024-09-13T13:07:39.403340+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:40.713 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:40 smithi053 bash[23444]: audit 2024-09-13T13:07:39.412772+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:40.713 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:40 smithi053 bash[23444]: audit 2024-09-13T13:07:39.412772+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:40.713 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:40 smithi053 bash[23444]: cluster 2024-09-13T13:07:39.477167+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:40.713 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:40 smithi053 bash[23444]: cluster 2024-09-13T13:07:39.477167+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:40.729 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:40 smithi077 bash[23251]: audit 2024-09-13T13:07:39.395014+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:40.729 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:40 smithi077 bash[23251]: audit 2024-09-13T13:07:39.395014+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:40.729 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:40 smithi077 bash[23251]: audit 2024-09-13T13:07:39.403340+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:40.730 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:40 smithi077 bash[23251]: audit 2024-09-13T13:07:39.403340+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:40.730 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:40 smithi077 bash[23251]: audit 2024-09-13T13:07:39.412772+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:40.730 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:40 smithi077 bash[23251]: audit 2024-09-13T13:07:39.412772+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:40.730 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:40 smithi077 bash[23251]: cluster 2024-09-13T13:07:39.477167+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:40.730 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:40 smithi077 bash[23251]: cluster 2024-09-13T13:07:39.477167+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:40.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:40 smithi007 bash[22721]: audit 2024-09-13T13:07:39.395014+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:40.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:40 smithi007 bash[22721]: audit 2024-09-13T13:07:39.395014+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:40.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:40 smithi007 bash[22721]: audit 2024-09-13T13:07:39.403340+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:40.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:40 smithi007 bash[22721]: audit 2024-09-13T13:07:39.403340+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:40.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:40 smithi007 bash[22721]: audit 2024-09-13T13:07:39.412772+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:40.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:40 smithi007 bash[22721]: audit 2024-09-13T13:07:39.412772+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:40.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:40 smithi007 bash[22721]: cluster 2024-09-13T13:07:39.477167+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:40.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:40 smithi007 bash[22721]: cluster 2024-09-13T13:07:39.477167+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:42.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:42 smithi007 bash[22721]: cluster 2024-09-13T13:07:41.477839+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:42.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:42 smithi007 bash[22721]: cluster 2024-09-13T13:07:41.477839+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:42.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:42 smithi053 bash[23444]: cluster 2024-09-13T13:07:41.477839+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:42.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:42 smithi053 bash[23444]: cluster 2024-09-13T13:07:41.477839+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:42.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:42 smithi077 bash[23251]: cluster 2024-09-13T13:07:41.477839+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:42.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:42 smithi077 bash[23251]: cluster 2024-09-13T13:07:41.477839+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:43.210 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T13:07:44.729 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:44 smithi077 bash[23251]: cluster 2024-09-13T13:07:43.478419+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:44.729 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:44 smithi077 bash[23251]: cluster 2024-09-13T13:07:43.478419+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:44.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:44 smithi007 bash[22721]: cluster 2024-09-13T13:07:43.478419+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:44.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:44 smithi007 bash[22721]: cluster 2024-09-13T13:07:43.478419+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:44.884 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-13T13:07:44.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:44 smithi053 bash[23444]: cluster 2024-09-13T13:07:43.478419+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:44.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:44 smithi053 bash[23444]: cluster 2024-09-13T13:07:43.478419+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:45.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:45 smithi007 bash[22721]: audit 2024-09-13T13:07:44.884986+0000 mon.a (mon.0) 635 : audit [DBG] from='client.? 172.21.15.7:0/4170945176' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-13T13:07:45.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:45 smithi007 bash[22721]: audit 2024-09-13T13:07:44.884986+0000 mon.a (mon.0) 635 : audit [DBG] from='client.? 172.21.15.7:0/4170945176' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-13T13:07:45.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:45 smithi053 bash[23444]: audit 2024-09-13T13:07:44.884986+0000 mon.a (mon.0) 635 : audit [DBG] from='client.? 172.21.15.7:0/4170945176' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-13T13:07:45.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:45 smithi053 bash[23444]: audit 2024-09-13T13:07:44.884986+0000 mon.a (mon.0) 635 : audit [DBG] from='client.? 172.21.15.7:0/4170945176' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-13T13:07:45.966 INFO:teuthology.orchestra.run.smithi007.stdout:[{"version":14,"timestamp":"2024-09-13T13:07:17.006480+0000","name":"","changes":[{"name":"osd/host:smithi077/osd_memory_target","new_value":"21325373849"}]}] 2024-09-13T13:07:45.966 INFO:tasks.ceph_manager:config epoch is 14 2024-09-13T13:07:45.966 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-09-13T13:07:45.967 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-09-13T13:07:45.967 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0201b8c79733293453e7f10a10c7fa43119222b shell --fsid fa2bba74-71cf-11ef-bceb-c7b262605968 -- ceph mgr dump --format=json 2024-09-13T13:07:45.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:45 smithi077 bash[23251]: audit 2024-09-13T13:07:44.884986+0000 mon.a (mon.0) 635 : audit [DBG] from='client.? 172.21.15.7:0/4170945176' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-13T13:07:45.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:45 smithi077 bash[23251]: audit 2024-09-13T13:07:44.884986+0000 mon.a (mon.0) 635 : audit [DBG] from='client.? 172.21.15.7:0/4170945176' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-13T13:07:46.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:46 smithi007 bash[22721]: cluster 2024-09-13T13:07:45.478975+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:46.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:46 smithi007 bash[22721]: cluster 2024-09-13T13:07:45.478975+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:46.846 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:46 smithi077 bash[23251]: cluster 2024-09-13T13:07:45.478975+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:46.846 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:46 smithi077 bash[23251]: cluster 2024-09-13T13:07:45.478975+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:46.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:46 smithi053 bash[23444]: cluster 2024-09-13T13:07:45.478975+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:46.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:46 smithi053 bash[23444]: cluster 2024-09-13T13:07:45.478975+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:48.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:48 smithi007 bash[22721]: cluster 2024-09-13T13:07:47.479598+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:48.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:48 smithi007 bash[22721]: cluster 2024-09-13T13:07:47.479598+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:48.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:48 smithi053 bash[23444]: cluster 2024-09-13T13:07:47.479598+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:48.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:48 smithi053 bash[23444]: cluster 2024-09-13T13:07:47.479598+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:48.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:48 smithi077 bash[23251]: cluster 2024-09-13T13:07:47.479598+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:48.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:48 smithi077 bash[23251]: cluster 2024-09-13T13:07:47.479598+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:50.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:50 smithi007 bash[22721]: cluster 2024-09-13T13:07:49.480238+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:50.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:50 smithi007 bash[22721]: cluster 2024-09-13T13:07:49.480238+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:50.913 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:50 smithi053 bash[23444]: cluster 2024-09-13T13:07:49.480238+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:50.913 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:50 smithi053 bash[23444]: cluster 2024-09-13T13:07:49.480238+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:50.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:50 smithi077 bash[23251]: cluster 2024-09-13T13:07:49.480238+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:50.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:50 smithi077 bash[23251]: cluster 2024-09-13T13:07:49.480238+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:51.793 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T13:07:52.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:52 smithi007 bash[22721]: cluster 2024-09-13T13:07:51.480725+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:52.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:52 smithi007 bash[22721]: cluster 2024-09-13T13:07:51.480725+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:52.960 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:52 smithi077 bash[23251]: cluster 2024-09-13T13:07:51.480725+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:52.960 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:52 smithi077 bash[23251]: cluster 2024-09-13T13:07:51.480725+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:52.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:52 smithi053 bash[23444]: cluster 2024-09-13T13:07:51.480725+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:52.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:52 smithi053 bash[23444]: cluster 2024-09-13T13:07:51.480725+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:53.257 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-13T13:07:53.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:53 smithi053 bash[23444]: audit 2024-09-13T13:07:53.249659+0000 mon.a (mon.0) 636 : audit [DBG] from='client.? 172.21.15.7:0/3091586582' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-13T13:07:53.713 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:53 smithi053 bash[23444]: audit 2024-09-13T13:07:53.249659+0000 mon.a (mon.0) 636 : audit [DBG] from='client.? 172.21.15.7:0/3091586582' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-13T13:07:53.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:53 smithi077 bash[23251]: audit 2024-09-13T13:07:53.249659+0000 mon.a (mon.0) 636 : audit [DBG] from='client.? 172.21.15.7:0/3091586582' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-13T13:07:53.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:53 smithi077 bash[23251]: audit 2024-09-13T13:07:53.249659+0000 mon.a (mon.0) 636 : audit [DBG] from='client.? 172.21.15.7:0/3091586582' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-13T13:07:53.999 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:53 smithi007 bash[22721]: audit 2024-09-13T13:07:53.249659+0000 mon.a (mon.0) 636 : audit [DBG] from='client.? 172.21.15.7:0/3091586582' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-13T13:07:54.000 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:53 smithi007 bash[22721]: audit 2024-09-13T13:07:53.249659+0000 mon.a (mon.0) 636 : audit [DBG] from='client.? 172.21.15.7:0/3091586582' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-13T13:07:54.001 INFO:teuthology.orchestra.run.smithi007.stdout:{"epoch":16,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6800","nonce":2341458188},{"type":"v1","addr":"172.21.15.7:6801","nonce":2341458188}]},"active_addr":"172.21.15.7:6801/2341458188","active_change":"2024-09-13T13:02:27.391259+0000","active_mgr_features":4540719139924082687,"available":true,"standbys":[{"gid":24107,"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.7: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.7:0","nonce":723300163}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.7:0","nonce":1444518575}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.7:0","nonce":1984911667}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.7:0","nonce":751321983}]}]} 2024-09-13T13:07:54.006 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-09-13T13:07:54.006 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-09-13T13:07:54.006 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0201b8c79733293453e7f10a10c7fa43119222b shell --fsid fa2bba74-71cf-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-13T13:07:54.820 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:54 smithi077 bash[23251]: cluster 2024-09-13T13:07:53.481242+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:54.820 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:54 smithi077 bash[23251]: cluster 2024-09-13T13:07:53.481242+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:54.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:54 smithi053 bash[23444]: cluster 2024-09-13T13:07:53.481242+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:54.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:54 smithi053 bash[23444]: cluster 2024-09-13T13:07:53.481242+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:55.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:54 smithi007 bash[22721]: cluster 2024-09-13T13:07:53.481242+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:55.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:54 smithi007 bash[22721]: cluster 2024-09-13T13:07:53.481242+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:56.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:55 smithi007 bash[22721]: audit 2024-09-13T13:07:54.801612+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:56.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:55 smithi007 bash[22721]: audit 2024-09-13T13:07:54.801612+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:56.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:55 smithi007 bash[22721]: audit 2024-09-13T13:07:54.809739+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:56.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:55 smithi007 bash[22721]: audit 2024-09-13T13:07:54.809739+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:56.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:55 smithi007 bash[22721]: audit 2024-09-13T13:07:54.819463+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:56.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:55 smithi007 bash[22721]: audit 2024-09-13T13:07:54.819463+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:56.212 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:55 smithi053 bash[23444]: audit 2024-09-13T13:07:54.801612+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:56.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:55 smithi053 bash[23444]: audit 2024-09-13T13:07:54.801612+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:56.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:55 smithi053 bash[23444]: audit 2024-09-13T13:07:54.809739+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:56.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:55 smithi053 bash[23444]: audit 2024-09-13T13:07:54.809739+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:56.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:55 smithi053 bash[23444]: audit 2024-09-13T13:07:54.819463+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:56.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:55 smithi053 bash[23444]: audit 2024-09-13T13:07:54.819463+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:56.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:55 smithi077 bash[23251]: audit 2024-09-13T13:07:54.801612+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:56.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:55 smithi077 bash[23251]: audit 2024-09-13T13:07:54.801612+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:56.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:55 smithi077 bash[23251]: audit 2024-09-13T13:07:54.809739+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:56.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:55 smithi077 bash[23251]: audit 2024-09-13T13:07:54.809739+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:56.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:55 smithi077 bash[23251]: audit 2024-09-13T13:07:54.819463+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:56.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:55 smithi077 bash[23251]: audit 2024-09-13T13:07:54.819463+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:57.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:57 smithi053 bash[23444]: cluster 2024-09-13T13:07:55.481855+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:57.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:57 smithi053 bash[23444]: cluster 2024-09-13T13:07:55.481855+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:57.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:57 smithi053 bash[23444]: audit 2024-09-13T13:07:56.189504+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:57.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:57 smithi053 bash[23444]: audit 2024-09-13T13:07:56.189504+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:57.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:57 smithi053 bash[23444]: audit 2024-09-13T13:07:56.198038+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:57.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:57 smithi053 bash[23444]: audit 2024-09-13T13:07:56.198038+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:57.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:57 smithi053 bash[23444]: audit 2024-09-13T13:07:56.207686+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:57.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:57 smithi053 bash[23444]: audit 2024-09-13T13:07:56.207686+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:57.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:57 smithi077 bash[23251]: cluster 2024-09-13T13:07:55.481855+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:57.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:57 smithi077 bash[23251]: cluster 2024-09-13T13:07:55.481855+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:57.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:57 smithi077 bash[23251]: audit 2024-09-13T13:07:56.189504+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:57.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:57 smithi077 bash[23251]: audit 2024-09-13T13:07:56.189504+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:57.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:57 smithi077 bash[23251]: audit 2024-09-13T13:07:56.198038+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:57.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:57 smithi077 bash[23251]: audit 2024-09-13T13:07:56.198038+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:57.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:57 smithi077 bash[23251]: audit 2024-09-13T13:07:56.207686+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:57.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:57 smithi077 bash[23251]: audit 2024-09-13T13:07:56.207686+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:57.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:57 smithi007 bash[22721]: cluster 2024-09-13T13:07:55.481855+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:57.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:57 smithi007 bash[22721]: cluster 2024-09-13T13:07:55.481855+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:57.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:57 smithi007 bash[22721]: audit 2024-09-13T13:07:56.189504+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:57.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:57 smithi007 bash[22721]: audit 2024-09-13T13:07:56.189504+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:57.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:57 smithi007 bash[22721]: audit 2024-09-13T13:07:56.198038+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:57.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:57 smithi007 bash[22721]: audit 2024-09-13T13:07:56.198038+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:57.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:57 smithi007 bash[22721]: audit 2024-09-13T13:07:56.207686+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:57.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:57 smithi007 bash[22721]: audit 2024-09-13T13:07:56.207686+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:07:58.756 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T13:07:59.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:59 smithi053 bash[23444]: cluster 2024-09-13T13:07:57.482525+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:59.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:07:59 smithi053 bash[23444]: cluster 2024-09-13T13:07:57.482525+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:59.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:59 smithi077 bash[23251]: cluster 2024-09-13T13:07:57.482525+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:59.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:07:59 smithi077 bash[23251]: cluster 2024-09-13T13:07:57.482525+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:59.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:59 smithi007 bash[22721]: cluster 2024-09-13T13:07:57.482525+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:07:59.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:07:59 smithi007 bash[22721]: cluster 2024-09-13T13:07:57.482525+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:00.268 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-13T13:08:00.268 INFO:teuthology.orchestra.run.smithi007.stdout:{"epoch":22,"fsid":"fa2bba74-71cf-11ef-bceb-c7b262605968","created":"2024-09-13T13:01:20.772964+0000","modified":"2024-09-13T13:07:22.214034+0000","last_up_change":"2024-09-13T13:07:18.055885+0000","last_in_change":"2024-09-13T13:06:44.877494+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-13T13:07:20.034242+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":"94b4e99b-797a-46a1-8930-4f58e2983a1f","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.7:6802","nonce":893855708},{"type":"v1","addr":"172.21.15.7:6803","nonce":893855708}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6804","nonce":893855708},{"type":"v1","addr":"172.21.15.7:6805","nonce":893855708}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6808","nonce":893855708},{"type":"v1","addr":"172.21.15.7:6809","nonce":893855708}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6806","nonce":893855708},{"type":"v1","addr":"172.21.15.7:6807","nonce":893855708}]},"public_addr":"172.21.15.7:6803/893855708","cluster_addr":"172.21.15.7:6805/893855708","heartbeat_back_addr":"172.21.15.7:6809/893855708","heartbeat_front_addr":"172.21.15.7:6807/893855708","state":["exists","up"]},{"osd":1,"uuid":"6e167e2d-2e16-4971-8056-f8b6abb18857","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.53:6800","nonce":3033940876},{"type":"v1","addr":"172.21.15.53:6801","nonce":3033940876}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6802","nonce":3033940876},{"type":"v1","addr":"172.21.15.53:6803","nonce":3033940876}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6806","nonce":3033940876},{"type":"v1","addr":"172.21.15.53:6807","nonce":3033940876}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6804","nonce":3033940876},{"type":"v1","addr":"172.21.15.53:6805","nonce":3033940876}]},"public_addr":"172.21.15.53:6801/3033940876","cluster_addr":"172.21.15.53:6803/3033940876","heartbeat_back_addr":"172.21.15.53:6807/3033940876","heartbeat_front_addr":"172.21.15.53:6805/3033940876","state":["exists","up"]},{"osd":2,"uuid":"33d0f034-8179-478b-8d40-843837e6d8fc","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.77:6800","nonce":4048340283},{"type":"v1","addr":"172.21.15.77:6801","nonce":4048340283}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6802","nonce":4048340283},{"type":"v1","addr":"172.21.15.77:6803","nonce":4048340283}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6806","nonce":4048340283},{"type":"v1","addr":"172.21.15.77:6807","nonce":4048340283}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6804","nonce":4048340283},{"type":"v1","addr":"172.21.15.77:6805","nonce":4048340283}]},"public_addr":"172.21.15.77:6801/4048340283","cluster_addr":"172.21.15.77:6803/4048340283","heartbeat_back_addr":"172.21.15.77:6807/4048340283","heartbeat_front_addr":"172.21.15.77:6805/4048340283","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-13T13:05:21.804888+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-13T13:06:20.669087+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-13T13:07:16.108671+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.7:0/2207630985":"2024-09-14T13:02:27.390894+0000","172.21.15.7:6801/1907212648":"2024-09-14T13:02:27.390894+0000","172.21.15.7:0/3758874330":"2024-09-14T13:02:27.390894+0000","172.21.15.7:6800/1907212648":"2024-09-14T13:02:27.390894+0000","172.21.15.7:0/2264891485":"2024-09-14T13:02:27.390894+0000","172.21.15.7:0/4279705262":"2024-09-14T13:01:49.414152+0000","172.21.15.7:0/84472202":"2024-09-14T13:01:49.414152+0000","172.21.15.7:0/2522712564":"2024-09-14T13:01:49.414152+0000","172.21.15.7:6801/4065481482":"2024-09-14T13:01:49.414152+0000","172.21.15.7:6800/4065481482":"2024-09-14T13:01:49.414152+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-13T13:08:00.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:00 smithi007 bash[22721]: cluster 2024-09-13T13:07:59.483125+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:00.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:00 smithi007 bash[22721]: cluster 2024-09-13T13:07:59.483125+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:00.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:00 smithi007 bash[22721]: audit 2024-09-13T13:07:59.602483+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:00.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:00 smithi007 bash[22721]: audit 2024-09-13T13:07:59.602483+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:00.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:00 smithi007 bash[22721]: audit 2024-09-13T13:07:59.610793+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:00.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:00 smithi007 bash[22721]: audit 2024-09-13T13:07:59.610793+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:00.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:00 smithi007 bash[22721]: audit 2024-09-13T13:07:59.621464+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:00.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:00 smithi007 bash[22721]: audit 2024-09-13T13:07:59.621464+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:00.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:00 smithi007 bash[22721]: audit 2024-09-13T13:08:00.265546+0000 mon.a (mon.0) 646 : audit [DBG] from='client.? 172.21.15.7:0/3464683267' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-13T13:08:00.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:00 smithi007 bash[22721]: audit 2024-09-13T13:08:00.265546+0000 mon.a (mon.0) 646 : audit [DBG] from='client.? 172.21.15.7:0/3464683267' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-13T13:08:00.909 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-09-13T13:08:00.910 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0201b8c79733293453e7f10a10c7fa43119222b shell --fsid fa2bba74-71cf-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-13T13:08:00.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:00 smithi053 bash[23444]: cluster 2024-09-13T13:07:59.483125+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:00.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:00 smithi053 bash[23444]: cluster 2024-09-13T13:07:59.483125+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:00.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:00 smithi053 bash[23444]: audit 2024-09-13T13:07:59.602483+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:00.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:00 smithi053 bash[23444]: audit 2024-09-13T13:07:59.602483+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:00.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:00 smithi053 bash[23444]: audit 2024-09-13T13:07:59.610793+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:00.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:00 smithi053 bash[23444]: audit 2024-09-13T13:07:59.610793+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:00.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:00 smithi053 bash[23444]: audit 2024-09-13T13:07:59.621464+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:00.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:00 smithi053 bash[23444]: audit 2024-09-13T13:07:59.621464+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:00.964 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:00 smithi053 bash[23444]: audit 2024-09-13T13:08:00.265546+0000 mon.a (mon.0) 646 : audit [DBG] from='client.? 172.21.15.7:0/3464683267' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-13T13:08:00.964 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:00 smithi053 bash[23444]: audit 2024-09-13T13:08:00.265546+0000 mon.a (mon.0) 646 : audit [DBG] from='client.? 172.21.15.7:0/3464683267' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-13T13:08:00.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:00 smithi077 bash[23251]: cluster 2024-09-13T13:07:59.483125+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:00.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:00 smithi077 bash[23251]: cluster 2024-09-13T13:07:59.483125+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:00.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:00 smithi077 bash[23251]: audit 2024-09-13T13:07:59.602483+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:00.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:00 smithi077 bash[23251]: audit 2024-09-13T13:07:59.602483+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:00.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:00 smithi077 bash[23251]: audit 2024-09-13T13:07:59.610793+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:00.980 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:00 smithi077 bash[23251]: audit 2024-09-13T13:07:59.610793+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:00.980 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:00 smithi077 bash[23251]: audit 2024-09-13T13:07:59.621464+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:00.980 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:00 smithi077 bash[23251]: audit 2024-09-13T13:07:59.621464+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:00.980 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:00 smithi077 bash[23251]: audit 2024-09-13T13:08:00.265546+0000 mon.a (mon.0) 646 : audit [DBG] from='client.? 172.21.15.7:0/3464683267' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-13T13:08:00.980 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:00 smithi077 bash[23251]: audit 2024-09-13T13:08:00.265546+0000 mon.a (mon.0) 646 : audit [DBG] from='client.? 172.21.15.7:0/3464683267' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-13T13:08:02.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:02 smithi053 bash[23444]: cluster 2024-09-13T13:08:01.483650+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:02.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:02 smithi053 bash[23444]: cluster 2024-09-13T13:08:01.483650+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:02.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:02 smithi077 bash[23251]: cluster 2024-09-13T13:08:01.483650+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:02.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:02 smithi077 bash[23251]: cluster 2024-09-13T13:08:01.483650+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:03.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:02 smithi007 bash[22721]: cluster 2024-09-13T13:08:01.483650+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:03.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:02 smithi007 bash[22721]: cluster 2024-09-13T13:08:01.483650+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:04.908 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:04 smithi077 bash[23251]: cluster 2024-09-13T13:08:03.484241+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:04.909 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:04 smithi077 bash[23251]: cluster 2024-09-13T13:08:03.484241+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:04.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:04 smithi053 bash[23444]: cluster 2024-09-13T13:08:03.484241+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:04.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:04 smithi053 bash[23444]: cluster 2024-09-13T13:08:03.484241+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:05.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:04 smithi007 bash[22721]: cluster 2024-09-13T13:08:03.484241+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:05.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:04 smithi007 bash[22721]: cluster 2024-09-13T13:08:03.484241+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:05.660 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T13:08:06.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:06 smithi053 bash[23444]: cluster 2024-09-13T13:08:05.484798+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:06.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:06 smithi053 bash[23444]: cluster 2024-09-13T13:08:05.484798+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:06.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:06 smithi077 bash[23251]: cluster 2024-09-13T13:08:05.484798+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:06.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:06 smithi077 bash[23251]: cluster 2024-09-13T13:08:05.484798+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:07.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:06 smithi007 bash[22721]: cluster 2024-09-13T13:08:05.484798+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:07.042 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:06 smithi007 bash[22721]: cluster 2024-09-13T13:08:05.484798+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:07.446 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-13T13:08:07.446 INFO:teuthology.orchestra.run.smithi007.stdout:{"epoch":22,"fsid":"fa2bba74-71cf-11ef-bceb-c7b262605968","created":"2024-09-13T13:01:20.772964+0000","modified":"2024-09-13T13:07:22.214034+0000","last_up_change":"2024-09-13T13:07:18.055885+0000","last_in_change":"2024-09-13T13:06:44.877494+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-13T13:07:20.034242+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":"94b4e99b-797a-46a1-8930-4f58e2983a1f","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.7:6802","nonce":893855708},{"type":"v1","addr":"172.21.15.7:6803","nonce":893855708}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6804","nonce":893855708},{"type":"v1","addr":"172.21.15.7:6805","nonce":893855708}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6808","nonce":893855708},{"type":"v1","addr":"172.21.15.7:6809","nonce":893855708}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6806","nonce":893855708},{"type":"v1","addr":"172.21.15.7:6807","nonce":893855708}]},"public_addr":"172.21.15.7:6803/893855708","cluster_addr":"172.21.15.7:6805/893855708","heartbeat_back_addr":"172.21.15.7:6809/893855708","heartbeat_front_addr":"172.21.15.7:6807/893855708","state":["exists","up"]},{"osd":1,"uuid":"6e167e2d-2e16-4971-8056-f8b6abb18857","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.53:6800","nonce":3033940876},{"type":"v1","addr":"172.21.15.53:6801","nonce":3033940876}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6802","nonce":3033940876},{"type":"v1","addr":"172.21.15.53:6803","nonce":3033940876}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6806","nonce":3033940876},{"type":"v1","addr":"172.21.15.53:6807","nonce":3033940876}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6804","nonce":3033940876},{"type":"v1","addr":"172.21.15.53:6805","nonce":3033940876}]},"public_addr":"172.21.15.53:6801/3033940876","cluster_addr":"172.21.15.53:6803/3033940876","heartbeat_back_addr":"172.21.15.53:6807/3033940876","heartbeat_front_addr":"172.21.15.53:6805/3033940876","state":["exists","up"]},{"osd":2,"uuid":"33d0f034-8179-478b-8d40-843837e6d8fc","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.77:6800","nonce":4048340283},{"type":"v1","addr":"172.21.15.77:6801","nonce":4048340283}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6802","nonce":4048340283},{"type":"v1","addr":"172.21.15.77:6803","nonce":4048340283}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6806","nonce":4048340283},{"type":"v1","addr":"172.21.15.77:6807","nonce":4048340283}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6804","nonce":4048340283},{"type":"v1","addr":"172.21.15.77:6805","nonce":4048340283}]},"public_addr":"172.21.15.77:6801/4048340283","cluster_addr":"172.21.15.77:6803/4048340283","heartbeat_back_addr":"172.21.15.77:6807/4048340283","heartbeat_front_addr":"172.21.15.77:6805/4048340283","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-13T13:05:21.804888+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-13T13:06:20.669087+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-13T13:07:16.108671+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.7:0/2207630985":"2024-09-14T13:02:27.390894+0000","172.21.15.7:6801/1907212648":"2024-09-14T13:02:27.390894+0000","172.21.15.7:0/3758874330":"2024-09-14T13:02:27.390894+0000","172.21.15.7:6800/1907212648":"2024-09-14T13:02:27.390894+0000","172.21.15.7:0/2264891485":"2024-09-14T13:02:27.390894+0000","172.21.15.7:0/4279705262":"2024-09-14T13:01:49.414152+0000","172.21.15.7:0/84472202":"2024-09-14T13:01:49.414152+0000","172.21.15.7:0/2522712564":"2024-09-14T13:01:49.414152+0000","172.21.15.7:6801/4065481482":"2024-09-14T13:01:49.414152+0000","172.21.15.7:6800/4065481482":"2024-09-14T13:01:49.414152+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-13T13:08:07.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:07 smithi007 bash[22721]: audit 2024-09-13T13:08:07.446001+0000 mon.a (mon.0) 647 : audit [DBG] from='client.? 172.21.15.7:0/2910586750' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-13T13:08:07.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:07 smithi007 bash[22721]: audit 2024-09-13T13:08:07.446001+0000 mon.a (mon.0) 647 : audit [DBG] from='client.? 172.21.15.7:0/2910586750' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-13T13:08:07.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:07 smithi053 bash[23444]: audit 2024-09-13T13:08:07.446001+0000 mon.a (mon.0) 647 : audit [DBG] from='client.? 172.21.15.7:0/2910586750' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-13T13:08:07.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:07 smithi053 bash[23444]: audit 2024-09-13T13:08:07.446001+0000 mon.a (mon.0) 647 : audit [DBG] from='client.? 172.21.15.7:0/2910586750' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-13T13:08:07.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:07 smithi077 bash[23251]: audit 2024-09-13T13:08:07.446001+0000 mon.a (mon.0) 647 : audit [DBG] from='client.? 172.21.15.7:0/2910586750' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-13T13:08:07.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:07 smithi077 bash[23251]: audit 2024-09-13T13:08:07.446001+0000 mon.a (mon.0) 647 : audit [DBG] from='client.? 172.21.15.7:0/2910586750' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-13T13:08:08.603 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0201b8c79733293453e7f10a10c7fa43119222b shell --fsid fa2bba74-71cf-11ef-bceb-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-09-13T13:08:08.603 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0201b8c79733293453e7f10a10c7fa43119222b shell --fsid fa2bba74-71cf-11ef-bceb-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-09-13T13:08:08.604 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0201b8c79733293453e7f10a10c7fa43119222b shell --fsid fa2bba74-71cf-11ef-bceb-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-09-13T13:08:08.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:08 smithi053 bash[23444]: cluster 2024-09-13T13:08:07.485159+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:08.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:08 smithi053 bash[23444]: cluster 2024-09-13T13:08:07.485159+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:08.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:08 smithi077 bash[23251]: cluster 2024-09-13T13:08:07.485159+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:08.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:08 smithi077 bash[23251]: cluster 2024-09-13T13:08:07.485159+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:09.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:08 smithi007 bash[22721]: cluster 2024-09-13T13:08:07.485159+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:09.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:08 smithi007 bash[22721]: cluster 2024-09-13T13:08:07.485159+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:10.952 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:10 smithi053 bash[23444]: cluster 2024-09-13T13:08:09.485671+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:10.953 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:10 smithi053 bash[23444]: cluster 2024-09-13T13:08:09.485671+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:10.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:10 smithi077 bash[23251]: cluster 2024-09-13T13:08:09.485671+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:10.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:10 smithi077 bash[23251]: cluster 2024-09-13T13:08:09.485671+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:11.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:10 smithi007 bash[22721]: cluster 2024-09-13T13:08:09.485671+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:11.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:10 smithi007 bash[22721]: cluster 2024-09-13T13:08:09.485671+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:12.919 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:12 smithi007 bash[22721]: cluster 2024-09-13T13:08:11.486201+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:12.919 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:12 smithi007 bash[22721]: cluster 2024-09-13T13:08:11.486201+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:12.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:12 smithi053 bash[23444]: cluster 2024-09-13T13:08:11.486201+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:12.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:12 smithi053 bash[23444]: cluster 2024-09-13T13:08:11.486201+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:12.980 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:12 smithi077 bash[23251]: cluster 2024-09-13T13:08:11.486201+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:12.980 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:12 smithi077 bash[23251]: cluster 2024-09-13T13:08:11.486201+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:13.885 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T13:08:13.886 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T13:08:13.886 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T13:08:14.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:14 smithi053 bash[23444]: cluster 2024-09-13T13:08:13.486744+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:14.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:14 smithi053 bash[23444]: cluster 2024-09-13T13:08:13.486744+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:14.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:14 smithi077 bash[23251]: cluster 2024-09-13T13:08:13.486744+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:14.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:14 smithi077 bash[23251]: cluster 2024-09-13T13:08:13.486744+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:15.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:14 smithi007 bash[22721]: cluster 2024-09-13T13:08:13.486744+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:15.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:14 smithi007 bash[22721]: cluster 2024-09-13T13:08:13.486744+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:16.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:16 smithi007 bash[22721]: audit 2024-09-13T13:08:15.022415+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:16.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:16 smithi007 bash[22721]: audit 2024-09-13T13:08:15.022415+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:16.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:16 smithi007 bash[22721]: audit 2024-09-13T13:08:15.030988+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:16.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:16 smithi007 bash[22721]: audit 2024-09-13T13:08:15.030988+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:16.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:16 smithi007 bash[22721]: audit 2024-09-13T13:08:15.043127+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:16.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:16 smithi007 bash[22721]: audit 2024-09-13T13:08:15.043127+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:16.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:16 smithi053 bash[23444]: audit 2024-09-13T13:08:15.022415+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:16.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:16 smithi053 bash[23444]: audit 2024-09-13T13:08:15.022415+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:16.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:16 smithi053 bash[23444]: audit 2024-09-13T13:08:15.030988+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:16.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:16 smithi053 bash[23444]: audit 2024-09-13T13:08:15.030988+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:16.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:16 smithi053 bash[23444]: audit 2024-09-13T13:08:15.043127+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:16.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:16 smithi053 bash[23444]: audit 2024-09-13T13:08:15.043127+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:16.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:16 smithi077 bash[23251]: audit 2024-09-13T13:08:15.022415+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:16.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:16 smithi077 bash[23251]: audit 2024-09-13T13:08:15.022415+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:16.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:16 smithi077 bash[23251]: audit 2024-09-13T13:08:15.030988+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:16.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:16 smithi077 bash[23251]: audit 2024-09-13T13:08:15.030988+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:16.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:16 smithi077 bash[23251]: audit 2024-09-13T13:08:15.043127+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:16.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:16 smithi077 bash[23251]: audit 2024-09-13T13:08:15.043127+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:17.128 INFO:teuthology.orchestra.run.smithi007.stdout:34359738405 2024-09-13T13:08:17.128 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0201b8c79733293453e7f10a10c7fa43119222b shell --fsid fa2bba74-71cf-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-09-13T13:08:17.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:17 smithi007 bash[22721]: cluster 2024-09-13T13:08:15.487388+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:17.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:17 smithi007 bash[22721]: cluster 2024-09-13T13:08:15.487388+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:17.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:17 smithi007 bash[22721]: audit 2024-09-13T13:08:16.380731+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:17.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:17 smithi007 bash[22721]: audit 2024-09-13T13:08:16.380731+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:17.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:17 smithi007 bash[22721]: audit 2024-09-13T13:08:16.388966+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:17.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:17 smithi007 bash[22721]: audit 2024-09-13T13:08:16.388966+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:17.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:17 smithi007 bash[22721]: audit 2024-09-13T13:08:16.398209+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:17.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:17 smithi007 bash[22721]: audit 2024-09-13T13:08:16.398209+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:17.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:17 smithi053 bash[23444]: cluster 2024-09-13T13:08:15.487388+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:17.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:17 smithi053 bash[23444]: cluster 2024-09-13T13:08:15.487388+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:17.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:17 smithi053 bash[23444]: audit 2024-09-13T13:08:16.380731+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:17.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:17 smithi053 bash[23444]: audit 2024-09-13T13:08:16.380731+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:17.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:17 smithi053 bash[23444]: audit 2024-09-13T13:08:16.388966+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:17.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:17 smithi053 bash[23444]: audit 2024-09-13T13:08:16.388966+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:17.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:17 smithi053 bash[23444]: audit 2024-09-13T13:08:16.398209+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:17.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:17 smithi053 bash[23444]: audit 2024-09-13T13:08:16.398209+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:17.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:17 smithi077 bash[23251]: cluster 2024-09-13T13:08:15.487388+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:17.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:17 smithi077 bash[23251]: cluster 2024-09-13T13:08:15.487388+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:17.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:17 smithi077 bash[23251]: audit 2024-09-13T13:08:16.380731+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:17.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:17 smithi077 bash[23251]: audit 2024-09-13T13:08:16.380731+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:17.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:17 smithi077 bash[23251]: audit 2024-09-13T13:08:16.388966+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:17.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:17 smithi077 bash[23251]: audit 2024-09-13T13:08:16.388966+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:17.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:17 smithi077 bash[23251]: audit 2024-09-13T13:08:16.398209+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:17.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:17 smithi077 bash[23251]: audit 2024-09-13T13:08:16.398209+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:17.664 INFO:teuthology.orchestra.run.smithi007.stdout:55834574873 2024-09-13T13:08:17.664 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0201b8c79733293453e7f10a10c7fa43119222b shell --fsid fa2bba74-71cf-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-09-13T13:08:17.749 INFO:teuthology.orchestra.run.smithi007.stdout:77309411342 2024-09-13T13:08:17.750 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0201b8c79733293453e7f10a10c7fa43119222b shell --fsid fa2bba74-71cf-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-09-13T13:08:18.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:18 smithi007 bash[22721]: audit 2024-09-13T13:08:17.083719+0000 mon.a (mon.0) 654 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:08:18.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:18 smithi007 bash[22721]: audit 2024-09-13T13:08:17.083719+0000 mon.a (mon.0) 654 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:08:18.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:18 smithi007 bash[22721]: audit 2024-09-13T13:08:17.089393+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:08:18.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:18 smithi007 bash[22721]: audit 2024-09-13T13:08:17.089393+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:08:18.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:18 smithi007 bash[22721]: audit 2024-09-13T13:08:17.091140+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:08:18.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:18 smithi007 bash[22721]: audit 2024-09-13T13:08:17.091140+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:08:18.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:18 smithi007 bash[22721]: audit 2024-09-13T13:08:17.101016+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:18.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:18 smithi007 bash[22721]: audit 2024-09-13T13:08:17.101016+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:18.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:18 smithi053 bash[23444]: audit 2024-09-13T13:08:17.083719+0000 mon.a (mon.0) 654 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:08:18.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:18 smithi053 bash[23444]: audit 2024-09-13T13:08:17.083719+0000 mon.a (mon.0) 654 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:08:18.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:18 smithi053 bash[23444]: audit 2024-09-13T13:08:17.089393+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:08:18.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:18 smithi053 bash[23444]: audit 2024-09-13T13:08:17.089393+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:08:18.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:18 smithi053 bash[23444]: audit 2024-09-13T13:08:17.091140+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:08:18.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:18 smithi053 bash[23444]: audit 2024-09-13T13:08:17.091140+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:08:18.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:18 smithi053 bash[23444]: audit 2024-09-13T13:08:17.101016+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:18.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:18 smithi053 bash[23444]: audit 2024-09-13T13:08:17.101016+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:18.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:18 smithi077 bash[23251]: audit 2024-09-13T13:08:17.083719+0000 mon.a (mon.0) 654 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:08:18.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:18 smithi077 bash[23251]: audit 2024-09-13T13:08:17.083719+0000 mon.a (mon.0) 654 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:08:18.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:18 smithi077 bash[23251]: audit 2024-09-13T13:08:17.089393+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:08:18.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:18 smithi077 bash[23251]: audit 2024-09-13T13:08:17.089393+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:08:18.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:18 smithi077 bash[23251]: audit 2024-09-13T13:08:17.091140+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:08:18.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:18 smithi077 bash[23251]: audit 2024-09-13T13:08:17.091140+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:08:18.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:18 smithi077 bash[23251]: audit 2024-09-13T13:08:17.101016+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:18.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:18 smithi077 bash[23251]: audit 2024-09-13T13:08:17.101016+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:19.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:19 smithi053 bash[23444]: cluster 2024-09-13T13:08:17.488055+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:19.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:19 smithi053 bash[23444]: cluster 2024-09-13T13:08:17.488055+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:19.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:19 smithi077 bash[23251]: cluster 2024-09-13T13:08:17.488055+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:19.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:19 smithi077 bash[23251]: cluster 2024-09-13T13:08:17.488055+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:19.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:19 smithi007 bash[22721]: cluster 2024-09-13T13:08:17.488055+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:19.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:19 smithi007 bash[22721]: cluster 2024-09-13T13:08:17.488055+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:21.212 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:20 smithi053 bash[23444]: cluster 2024-09-13T13:08:19.488637+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:21.212 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:20 smithi053 bash[23444]: cluster 2024-09-13T13:08:19.488637+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:21.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:20 smithi053 bash[23444]: audit 2024-09-13T13:08:19.813251+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:21.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:20 smithi053 bash[23444]: audit 2024-09-13T13:08:19.813251+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:21.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:20 smithi053 bash[23444]: audit 2024-09-13T13:08:19.821893+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:21.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:20 smithi053 bash[23444]: audit 2024-09-13T13:08:19.821893+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:21.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:20 smithi053 bash[23444]: audit 2024-09-13T13:08:19.831745+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:21.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:20 smithi053 bash[23444]: audit 2024-09-13T13:08:19.831745+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:21.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:20 smithi077 bash[23251]: cluster 2024-09-13T13:08:19.488637+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:21.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:20 smithi077 bash[23251]: cluster 2024-09-13T13:08:19.488637+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:21.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:20 smithi077 bash[23251]: audit 2024-09-13T13:08:19.813251+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:21.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:20 smithi077 bash[23251]: audit 2024-09-13T13:08:19.813251+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:21.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:20 smithi077 bash[23251]: audit 2024-09-13T13:08:19.821893+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:21.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:20 smithi077 bash[23251]: audit 2024-09-13T13:08:19.821893+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:21.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:20 smithi077 bash[23251]: audit 2024-09-13T13:08:19.831745+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:21.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:20 smithi077 bash[23251]: audit 2024-09-13T13:08:19.831745+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:21.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:20 smithi007 bash[22721]: cluster 2024-09-13T13:08:19.488637+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:21.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:20 smithi007 bash[22721]: cluster 2024-09-13T13:08:19.488637+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:21.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:20 smithi007 bash[22721]: audit 2024-09-13T13:08:19.813251+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:21.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:20 smithi007 bash[22721]: audit 2024-09-13T13:08:19.813251+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:21.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:20 smithi007 bash[22721]: audit 2024-09-13T13:08:19.821893+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:21.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:20 smithi007 bash[22721]: audit 2024-09-13T13:08:19.821893+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:21.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:20 smithi007 bash[22721]: audit 2024-09-13T13:08:19.831745+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:21.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:20 smithi007 bash[22721]: audit 2024-09-13T13:08:19.831745+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:21.876 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T13:08:21.877 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T13:08:21.877 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T13:08:23.212 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:22 smithi053 bash[23444]: cluster 2024-09-13T13:08:21.489274+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:23.212 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:22 smithi053 bash[23444]: cluster 2024-09-13T13:08:21.489274+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:23.228 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:22 smithi077 bash[23251]: cluster 2024-09-13T13:08:21.489274+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:23.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:22 smithi077 bash[23251]: cluster 2024-09-13T13:08:21.489274+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:23.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:22 smithi007 bash[22721]: cluster 2024-09-13T13:08:21.489274+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:23.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:22 smithi007 bash[22721]: cluster 2024-09-13T13:08:21.489274+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:24.413 INFO:teuthology.orchestra.run.smithi007.stdout:34359738406 2024-09-13T13:08:24.479 INFO:teuthology.orchestra.run.smithi007.stdout:77309411343 2024-09-13T13:08:24.486 INFO:teuthology.orchestra.run.smithi007.stdout:55834574875 2024-09-13T13:08:25.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:24 smithi007 bash[22721]: cluster 2024-09-13T13:08:23.489878+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:25.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:24 smithi007 bash[22721]: cluster 2024-09-13T13:08:23.489878+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:25.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:24 smithi007 bash[22721]: audit 2024-09-13T13:08:24.410223+0000 mon.a (mon.0) 661 : audit [DBG] from='client.? 172.21.15.7:0/318416348' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-13T13:08:25.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:24 smithi007 bash[22721]: audit 2024-09-13T13:08:24.410223+0000 mon.a (mon.0) 661 : audit [DBG] from='client.? 172.21.15.7:0/318416348' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-13T13:08:25.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:24 smithi007 bash[22721]: audit 2024-09-13T13:08:24.480814+0000 mon.a (mon.0) 662 : audit [DBG] from='client.? 172.21.15.7:0/330612732' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-13T13:08:25.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:24 smithi007 bash[22721]: audit 2024-09-13T13:08:24.480814+0000 mon.a (mon.0) 662 : audit [DBG] from='client.? 172.21.15.7:0/330612732' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-13T13:08:25.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:24 smithi007 bash[22721]: audit 2024-09-13T13:08:24.488341+0000 mon.a (mon.0) 663 : audit [DBG] from='client.? 172.21.15.7:0/3874291534' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-13T13:08:25.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:24 smithi007 bash[22721]: audit 2024-09-13T13:08:24.488341+0000 mon.a (mon.0) 663 : audit [DBG] from='client.? 172.21.15.7:0/3874291534' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-13T13:08:25.212 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:24 smithi053 bash[23444]: cluster 2024-09-13T13:08:23.489878+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:25.212 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:24 smithi053 bash[23444]: cluster 2024-09-13T13:08:23.489878+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:25.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:24 smithi053 bash[23444]: audit 2024-09-13T13:08:24.410223+0000 mon.a (mon.0) 661 : audit [DBG] from='client.? 172.21.15.7:0/318416348' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-13T13:08:25.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:24 smithi053 bash[23444]: audit 2024-09-13T13:08:24.410223+0000 mon.a (mon.0) 661 : audit [DBG] from='client.? 172.21.15.7:0/318416348' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-13T13:08:25.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:24 smithi053 bash[23444]: audit 2024-09-13T13:08:24.480814+0000 mon.a (mon.0) 662 : audit [DBG] from='client.? 172.21.15.7:0/330612732' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-13T13:08:25.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:24 smithi053 bash[23444]: audit 2024-09-13T13:08:24.480814+0000 mon.a (mon.0) 662 : audit [DBG] from='client.? 172.21.15.7:0/330612732' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-13T13:08:25.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:24 smithi053 bash[23444]: audit 2024-09-13T13:08:24.488341+0000 mon.a (mon.0) 663 : audit [DBG] from='client.? 172.21.15.7:0/3874291534' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-13T13:08:25.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:24 smithi053 bash[23444]: audit 2024-09-13T13:08:24.488341+0000 mon.a (mon.0) 663 : audit [DBG] from='client.? 172.21.15.7:0/3874291534' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-13T13:08:25.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:24 smithi077 bash[23251]: cluster 2024-09-13T13:08:23.489878+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:25.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:24 smithi077 bash[23251]: cluster 2024-09-13T13:08:23.489878+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:25.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:24 smithi077 bash[23251]: audit 2024-09-13T13:08:24.410223+0000 mon.a (mon.0) 661 : audit [DBG] from='client.? 172.21.15.7:0/318416348' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-13T13:08:25.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:24 smithi077 bash[23251]: audit 2024-09-13T13:08:24.410223+0000 mon.a (mon.0) 661 : audit [DBG] from='client.? 172.21.15.7:0/318416348' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-13T13:08:25.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:24 smithi077 bash[23251]: audit 2024-09-13T13:08:24.480814+0000 mon.a (mon.0) 662 : audit [DBG] from='client.? 172.21.15.7:0/330612732' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-13T13:08:25.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:24 smithi077 bash[23251]: audit 2024-09-13T13:08:24.480814+0000 mon.a (mon.0) 662 : audit [DBG] from='client.? 172.21.15.7:0/330612732' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-13T13:08:25.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:24 smithi077 bash[23251]: audit 2024-09-13T13:08:24.488341+0000 mon.a (mon.0) 663 : audit [DBG] from='client.? 172.21.15.7:0/3874291534' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-13T13:08:25.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:24 smithi077 bash[23251]: audit 2024-09-13T13:08:24.488341+0000 mon.a (mon.0) 663 : audit [DBG] from='client.? 172.21.15.7:0/3874291534' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-13T13:08:25.778 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738405 got 34359738406 for osd.0 2024-09-13T13:08:25.778 DEBUG:teuthology.parallel:result is None 2024-09-13T13:08:25.935 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574873 got 55834574875 for osd.1 2024-09-13T13:08:25.935 DEBUG:teuthology.parallel:result is None 2024-09-13T13:08:25.995 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411342 got 77309411343 for osd.2 2024-09-13T13:08:25.995 DEBUG:teuthology.parallel:result is None 2024-09-13T13:08:25.995 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-09-13T13:08:25.996 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0201b8c79733293453e7f10a10c7fa43119222b shell --fsid fa2bba74-71cf-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-13T13:08:27.116 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:26 smithi077 bash[23251]: cluster 2024-09-13T13:08:25.490473+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:27.116 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:26 smithi077 bash[23251]: cluster 2024-09-13T13:08:25.490473+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:27.212 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:26 smithi053 bash[23444]: cluster 2024-09-13T13:08:25.490473+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:27.212 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:26 smithi053 bash[23444]: cluster 2024-09-13T13:08:25.490473+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:27.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:26 smithi007 bash[22721]: cluster 2024-09-13T13:08:25.490473+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:27.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:26 smithi007 bash[22721]: cluster 2024-09-13T13:08:25.490473+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:29.212 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:28 smithi053 bash[23444]: cluster 2024-09-13T13:08:27.490978+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:29.212 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:28 smithi053 bash[23444]: cluster 2024-09-13T13:08:27.490978+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:29.228 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:28 smithi077 bash[23251]: cluster 2024-09-13T13:08:27.490978+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:29.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:28 smithi077 bash[23251]: cluster 2024-09-13T13:08:27.490978+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:29.307 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:28 smithi007 bash[22721]: cluster 2024-09-13T13:08:27.490978+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:29.307 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:28 smithi007 bash[22721]: cluster 2024-09-13T13:08:27.490978+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:31.032 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T13:08:31.091 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:30 smithi053 bash[23444]: cluster 2024-09-13T13:08:29.491507+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:31.091 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:30 smithi053 bash[23444]: cluster 2024-09-13T13:08:29.491507+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:31.116 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:30 smithi007 bash[22721]: cluster 2024-09-13T13:08:29.491507+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:31.116 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:30 smithi007 bash[22721]: cluster 2024-09-13T13:08:29.491507+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:31.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:30 smithi077 bash[23251]: cluster 2024-09-13T13:08:29.491507+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:31.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:30 smithi077 bash[23251]: cluster 2024-09-13T13:08:29.491507+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:32.396 INFO:teuthology.orchestra.run.smithi007.stderr:dumped all 2024-09-13T13:08:32.396 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-13T13:08:33.035 INFO:teuthology.orchestra.run.smithi007.stdout:{"pg_ready":true,"pg_map":{"version":194,"stamp":"2024-09-13T13:08:31.491808+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":88160,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":85179,"kb_avail":281147296,"statfs":{"total":287985106944,"available":287894831104,"internally_reserved":0,"allocated":2347008,"data_stored":1944759,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":87223631},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.003452"},"pg_stats":[{"pgid":"1.0","version":"21'92","reported_seq":127,"reported_epoch":22,"state":"active+clean","last_fresh":"2024-09-13T13:07:22.222397+0000","last_change":"2024-09-13T13:07:21.223153+0000","last_active":"2024-09-13T13:07:22.222397+0000","last_peered":"2024-09-13T13:07:22.222397+0000","last_clean":"2024-09-13T13:07:22.222397+0000","last_became_active":"2024-09-13T13:07:21.222383+0000","last_became_peered":"2024-09-13T13:07:21.222383+0000","last_unstale":"2024-09-13T13:07:22.222397+0000","last_undegraded":"2024-09-13T13:07:22.222397+0000","last_fullsized":"2024-09-13T13:07:22.222397+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-13T13:07:20.203618+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T13:07:20.203618+0000","last_clean_scrub_stamp":"2024-09-13T13:07:20.203618+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-14T16:24:09.471495+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":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,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":32200,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712952,"statfs":{"total":95995035648,"available":95962062848,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"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-13T13:08:33.036 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0201b8c79733293453e7f10a10c7fa43119222b shell --fsid fa2bba74-71cf-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-13T13:08:33.212 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:32 smithi053 bash[23444]: cluster 2024-09-13T13:08:31.492046+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:33.212 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:32 smithi053 bash[23444]: cluster 2024-09-13T13:08:31.492046+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:33.228 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:32 smithi077 bash[23251]: cluster 2024-09-13T13:08:31.492046+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:33.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:32 smithi077 bash[23251]: cluster 2024-09-13T13:08:31.492046+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:33.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:32 smithi007 bash[22721]: cluster 2024-09-13T13:08:31.492046+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:33.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:32 smithi007 bash[22721]: cluster 2024-09-13T13:08:31.492046+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:33.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:33 smithi053 bash[23444]: audit 2024-09-13T13:08:32.397020+0000 mgr.a (mgr.14152) 253 : audit [DBG] from='client.14352 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T13:08:33.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:33 smithi053 bash[23444]: audit 2024-09-13T13:08:32.397020+0000 mgr.a (mgr.14152) 253 : audit [DBG] from='client.14352 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T13:08:34.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:33 smithi077 bash[23251]: audit 2024-09-13T13:08:32.397020+0000 mgr.a (mgr.14152) 253 : audit [DBG] from='client.14352 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T13:08:34.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:33 smithi077 bash[23251]: audit 2024-09-13T13:08:32.397020+0000 mgr.a (mgr.14152) 253 : audit [DBG] from='client.14352 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T13:08:34.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:33 smithi007 bash[22721]: audit 2024-09-13T13:08:32.397020+0000 mgr.a (mgr.14152) 253 : audit [DBG] from='client.14352 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T13:08:34.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:33 smithi007 bash[22721]: audit 2024-09-13T13:08:32.397020+0000 mgr.a (mgr.14152) 253 : audit [DBG] from='client.14352 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T13:08:35.212 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:34 smithi053 bash[23444]: cluster 2024-09-13T13:08:33.492438+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:35.212 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:34 smithi053 bash[23444]: cluster 2024-09-13T13:08:33.492438+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:35.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:34 smithi077 bash[23251]: cluster 2024-09-13T13:08:33.492438+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:35.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:34 smithi077 bash[23251]: cluster 2024-09-13T13:08:33.492438+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:35.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:34 smithi007 bash[22721]: cluster 2024-09-13T13:08:33.492438+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:35.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:34 smithi007 bash[22721]: cluster 2024-09-13T13:08:33.492438+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:36.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:36 smithi007 bash[22721]: audit 2024-09-13T13:08:35.253188+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:36.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:36 smithi007 bash[22721]: audit 2024-09-13T13:08:35.253188+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:36.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:36 smithi007 bash[22721]: audit 2024-09-13T13:08:35.261798+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:36.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:36 smithi007 bash[22721]: audit 2024-09-13T13:08:35.261798+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:36.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:36 smithi007 bash[22721]: audit 2024-09-13T13:08:35.271644+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:36.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:36 smithi007 bash[22721]: audit 2024-09-13T13:08:35.271644+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:36.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:36 smithi007 bash[22721]: cluster 2024-09-13T13:08:35.492944+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:36.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:36 smithi007 bash[22721]: cluster 2024-09-13T13:08:35.492944+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:36.708 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:36 smithi053 bash[23444]: audit 2024-09-13T13:08:35.253188+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:36.708 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:36 smithi053 bash[23444]: audit 2024-09-13T13:08:35.253188+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:36.708 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:36 smithi053 bash[23444]: audit 2024-09-13T13:08:35.261798+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:36.708 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:36 smithi053 bash[23444]: audit 2024-09-13T13:08:35.261798+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:36.708 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:36 smithi053 bash[23444]: audit 2024-09-13T13:08:35.271644+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:36.708 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:36 smithi053 bash[23444]: audit 2024-09-13T13:08:35.271644+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:36.708 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:36 smithi053 bash[23444]: cluster 2024-09-13T13:08:35.492944+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:36.708 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:36 smithi053 bash[23444]: cluster 2024-09-13T13:08:35.492944+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:36.729 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:36 smithi077 bash[23251]: audit 2024-09-13T13:08:35.253188+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:36.729 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:36 smithi077 bash[23251]: audit 2024-09-13T13:08:35.253188+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:36.729 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:36 smithi077 bash[23251]: audit 2024-09-13T13:08:35.261798+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:36.729 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:36 smithi077 bash[23251]: audit 2024-09-13T13:08:35.261798+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:36.729 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:36 smithi077 bash[23251]: audit 2024-09-13T13:08:35.271644+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:36.729 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:36 smithi077 bash[23251]: audit 2024-09-13T13:08:35.271644+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:36.729 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:36 smithi077 bash[23251]: cluster 2024-09-13T13:08:35.492944+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:36.729 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:36 smithi077 bash[23251]: cluster 2024-09-13T13:08:35.492944+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:37.531 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T13:08:37.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:37 smithi053 bash[23444]: audit 2024-09-13T13:08:36.611698+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:37.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:37 smithi053 bash[23444]: audit 2024-09-13T13:08:36.611698+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:37.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:37 smithi053 bash[23444]: audit 2024-09-13T13:08:36.619813+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:37.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:37 smithi053 bash[23444]: audit 2024-09-13T13:08:36.619813+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:37.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:37 smithi053 bash[23444]: audit 2024-09-13T13:08:36.628874+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:37.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:37 smithi053 bash[23444]: audit 2024-09-13T13:08:36.628874+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:37.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:37 smithi077 bash[23251]: audit 2024-09-13T13:08:36.611698+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:37.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:37 smithi077 bash[23251]: audit 2024-09-13T13:08:36.611698+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:37.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:37 smithi077 bash[23251]: audit 2024-09-13T13:08:36.619813+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:37.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:37 smithi077 bash[23251]: audit 2024-09-13T13:08:36.619813+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:37.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:37 smithi077 bash[23251]: audit 2024-09-13T13:08:36.628874+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:37.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:37 smithi077 bash[23251]: audit 2024-09-13T13:08:36.628874+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:38.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:37 smithi007 bash[22721]: audit 2024-09-13T13:08:36.611698+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:38.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:37 smithi007 bash[22721]: audit 2024-09-13T13:08:36.611698+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:38.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:37 smithi007 bash[22721]: audit 2024-09-13T13:08:36.619813+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:38.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:37 smithi007 bash[22721]: audit 2024-09-13T13:08:36.619813+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:38.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:37 smithi007 bash[22721]: audit 2024-09-13T13:08:36.628874+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:38.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:37 smithi007 bash[22721]: audit 2024-09-13T13:08:36.628874+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:38.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:38 smithi053 bash[23444]: cluster 2024-09-13T13:08:37.493460+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:38.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:38 smithi053 bash[23444]: cluster 2024-09-13T13:08:37.493460+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:38.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:38 smithi077 bash[23251]: cluster 2024-09-13T13:08:37.493460+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:38.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:38 smithi077 bash[23251]: cluster 2024-09-13T13:08:37.493460+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:39.034 INFO:teuthology.orchestra.run.smithi007.stderr:dumped all 2024-09-13T13:08:39.035 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-13T13:08:39.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:38 smithi007 bash[22721]: cluster 2024-09-13T13:08:37.493460+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:39.047 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:38 smithi007 bash[22721]: cluster 2024-09-13T13:08:37.493460+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:39.701 INFO:teuthology.orchestra.run.smithi007.stdout:{"pg_ready":true,"pg_map":{"version":197,"stamp":"2024-09-13T13:08:37.493229+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":88160,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":85179,"kb_avail":281147296,"statfs":{"total":287985106944,"available":287894831104,"internally_reserved":0,"allocated":2347008,"data_stored":1944759,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":87223631},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.003017"},"pg_stats":[{"pgid":"1.0","version":"21'92","reported_seq":127,"reported_epoch":22,"state":"active+clean","last_fresh":"2024-09-13T13:07:22.222397+0000","last_change":"2024-09-13T13:07:21.223153+0000","last_active":"2024-09-13T13:07:22.222397+0000","last_peered":"2024-09-13T13:07:22.222397+0000","last_clean":"2024-09-13T13:07:22.222397+0000","last_became_active":"2024-09-13T13:07:21.222383+0000","last_became_peered":"2024-09-13T13:07:21.222383+0000","last_unstale":"2024-09-13T13:07:22.222397+0000","last_undegraded":"2024-09-13T13:07:22.222397+0000","last_fullsized":"2024-09-13T13:07:22.222397+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-13T13:07:20.203618+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T13:07:20.203618+0000","last_clean_scrub_stamp":"2024-09-13T13:07:20.203618+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-14T16:24:09.471495+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":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,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":55834574877,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32200,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712952,"statfs":{"total":95995035648,"available":95962062848,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738409,"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-13T13:08:39.701 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-09-13T13:08:39.702 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-09-13T13:08:39.702 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-09-13T13:08:39.702 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0201b8c79733293453e7f10a10c7fa43119222b shell --fsid fa2bba74-71cf-11ef-bceb-c7b262605968 -- ceph health --format=json 2024-09-13T13:08:39.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:39 smithi053 bash[23444]: audit 2024-09-13T13:08:39.035447+0000 mgr.a (mgr.14152) 257 : audit [DBG] from='client.14358 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T13:08:39.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:39 smithi053 bash[23444]: audit 2024-09-13T13:08:39.035447+0000 mgr.a (mgr.14152) 257 : audit [DBG] from='client.14358 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T13:08:39.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:39 smithi077 bash[23251]: audit 2024-09-13T13:08:39.035447+0000 mgr.a (mgr.14152) 257 : audit [DBG] from='client.14358 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T13:08:39.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:39 smithi077 bash[23251]: audit 2024-09-13T13:08:39.035447+0000 mgr.a (mgr.14152) 257 : audit [DBG] from='client.14358 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T13:08:40.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:39 smithi007 bash[22721]: audit 2024-09-13T13:08:39.035447+0000 mgr.a (mgr.14152) 257 : audit [DBG] from='client.14358 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T13:08:40.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:39 smithi007 bash[22721]: audit 2024-09-13T13:08:39.035447+0000 mgr.a (mgr.14152) 257 : audit [DBG] from='client.14358 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T13:08:41.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:41 smithi007 bash[22721]: cluster 2024-09-13T13:08:39.494115+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:41.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:41 smithi007 bash[22721]: cluster 2024-09-13T13:08:39.494115+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:41.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:41 smithi007 bash[22721]: audit 2024-09-13T13:08:40.036450+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:41.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:41 smithi007 bash[22721]: audit 2024-09-13T13:08:40.036450+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:41.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:41 smithi007 bash[22721]: audit 2024-09-13T13:08:40.044568+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:41.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:41 smithi007 bash[22721]: audit 2024-09-13T13:08:40.044568+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:41.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:41 smithi007 bash[22721]: audit 2024-09-13T13:08:40.054216+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:41.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:41 smithi007 bash[22721]: audit 2024-09-13T13:08:40.054216+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:41.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:41 smithi053 bash[23444]: cluster 2024-09-13T13:08:39.494115+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:41.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:41 smithi053 bash[23444]: cluster 2024-09-13T13:08:39.494115+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:41.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:41 smithi053 bash[23444]: audit 2024-09-13T13:08:40.036450+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:41.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:41 smithi053 bash[23444]: audit 2024-09-13T13:08:40.036450+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:41.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:41 smithi053 bash[23444]: audit 2024-09-13T13:08:40.044568+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:41.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:41 smithi053 bash[23444]: audit 2024-09-13T13:08:40.044568+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:41.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:41 smithi053 bash[23444]: audit 2024-09-13T13:08:40.054216+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:41.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:41 smithi053 bash[23444]: audit 2024-09-13T13:08:40.054216+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:41.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:41 smithi077 bash[23251]: cluster 2024-09-13T13:08:39.494115+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:41.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:41 smithi077 bash[23251]: cluster 2024-09-13T13:08:39.494115+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:41.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:41 smithi077 bash[23251]: audit 2024-09-13T13:08:40.036450+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:41.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:41 smithi077 bash[23251]: audit 2024-09-13T13:08:40.036450+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:41.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:41 smithi077 bash[23251]: audit 2024-09-13T13:08:40.044568+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:41.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:41 smithi077 bash[23251]: audit 2024-09-13T13:08:40.044568+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:41.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:41 smithi077 bash[23251]: audit 2024-09-13T13:08:40.054216+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:41.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:41 smithi077 bash[23251]: audit 2024-09-13T13:08:40.054216+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:43.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:43 smithi007 bash[22721]: cluster 2024-09-13T13:08:41.494691+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:43.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:43 smithi007 bash[22721]: cluster 2024-09-13T13:08:41.494691+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:43.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:43 smithi053 bash[23444]: cluster 2024-09-13T13:08:41.494691+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:43.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:43 smithi053 bash[23444]: cluster 2024-09-13T13:08:41.494691+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:43.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:43 smithi077 bash[23251]: cluster 2024-09-13T13:08:41.494691+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:43.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:43 smithi077 bash[23251]: cluster 2024-09-13T13:08:41.494691+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:44.447 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T13:08:45.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:45 smithi007 bash[22721]: cluster 2024-09-13T13:08:43.495257+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:45.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:45 smithi007 bash[22721]: cluster 2024-09-13T13:08:43.495257+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:45.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:45 smithi053 bash[23444]: cluster 2024-09-13T13:08:43.495257+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:45.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:45 smithi053 bash[23444]: cluster 2024-09-13T13:08:43.495257+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:45.468 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:45 smithi077 bash[23251]: cluster 2024-09-13T13:08:43.495257+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:45.468 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:45 smithi077 bash[23251]: cluster 2024-09-13T13:08:43.495257+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:45.895 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-13T13:08:45.895 INFO:teuthology.orchestra.run.smithi007.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-13T13:08:46.305 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:46 smithi077 bash[23251]: audit 2024-09-13T13:08:45.896474+0000 mon.a (mon.0) 673 : audit [DBG] from='client.? 172.21.15.7:0/3431617626' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-13T13:08:46.305 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:46 smithi077 bash[23251]: audit 2024-09-13T13:08:45.896474+0000 mon.a (mon.0) 673 : audit [DBG] from='client.? 172.21.15.7:0/3431617626' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-13T13:08:46.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:46 smithi007 bash[22721]: audit 2024-09-13T13:08:45.896474+0000 mon.a (mon.0) 673 : audit [DBG] from='client.? 172.21.15.7:0/3431617626' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-13T13:08:46.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:46 smithi007 bash[22721]: audit 2024-09-13T13:08:45.896474+0000 mon.a (mon.0) 673 : audit [DBG] from='client.? 172.21.15.7:0/3431617626' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-13T13:08:46.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:46 smithi053 bash[23444]: audit 2024-09-13T13:08:45.896474+0000 mon.a (mon.0) 673 : audit [DBG] from='client.? 172.21.15.7:0/3431617626' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-13T13:08:46.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:46 smithi053 bash[23444]: audit 2024-09-13T13:08:45.896474+0000 mon.a (mon.0) 673 : audit [DBG] from='client.? 172.21.15.7:0/3431617626' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-13T13:08:46.526 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-09-13T13:08:46.526 INFO:tasks.cephadm:Setup complete, yielding 2024-09-13T13:08:46.526 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-13T13:08:46.538 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi007.front.sepia.ceph.com 2024-09-13T13:08:46.538 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0201b8c79733293453e7f10a10c7fa43119222b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fa2bba74-71cf-11ef-bceb-c7b262605968 -- bash -c 'set -e 2024-09-13T13:08:46.538 DEBUG:teuthology.orchestra.run.smithi007:> set -x 2024-09-13T13:08:46.538 DEBUG:teuthology.orchestra.run.smithi007:> ceph orch apply node-exporter 2024-09-13T13:08:46.538 DEBUG:teuthology.orchestra.run.smithi007:> ceph orch apply grafana 2024-09-13T13:08:46.538 DEBUG:teuthology.orchestra.run.smithi007:> ceph orch apply alertmanager 2024-09-13T13:08:46.538 DEBUG:teuthology.orchestra.run.smithi007:> ceph orch apply prometheus 2024-09-13T13:08:46.538 DEBUG:teuthology.orchestra.run.smithi007:> sleep 240 2024-09-13T13:08:46.539 DEBUG:teuthology.orchestra.run.smithi007:> ceph orch ls 2024-09-13T13:08:46.539 DEBUG:teuthology.orchestra.run.smithi007:> ceph orch ps 2024-09-13T13:08:46.539 DEBUG:teuthology.orchestra.run.smithi007:> ceph orch host ls 2024-09-13T13:08:46.539 DEBUG:teuthology.orchestra.run.smithi007:> MON_DAEMON=$(ceph orch ps --daemon-type mon -f json | jq -r '"'"'last | .daemon_name'"'"') 2024-09-13T13:08:46.539 DEBUG:teuthology.orchestra.run.smithi007:> GRAFANA_HOST=$(ceph orch ps --daemon-type grafana -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-09-13T13:08:46.539 DEBUG:teuthology.orchestra.run.smithi007:> PROM_HOST=$(ceph orch ps --daemon-type prometheus -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-09-13T13:08:46.539 DEBUG:teuthology.orchestra.run.smithi007:> ALERTM_HOST=$(ceph orch ps --daemon-type alertmanager -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-09-13T13:08:46.539 DEBUG:teuthology.orchestra.run.smithi007:> GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST "$GRAFANA_HOST" '"'"'.[] | select(.hostname==$GRAFANA_HOST) | .addr'"'"') 2024-09-13T13:08:46.539 DEBUG:teuthology.orchestra.run.smithi007:> PROM_IP=$(ceph orch host ls -f json | jq -r --arg PROM_HOST "$PROM_HOST" '"'"'.[] | select(.hostname==$PROM_HOST) | .addr'"'"') 2024-09-13T13:08:46.539 DEBUG:teuthology.orchestra.run.smithi007:> ALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST "$ALERTM_HOST" '"'"'.[] | select(.hostname==$ALERTM_HOST) | .addr'"'"') 2024-09-13T13:08:46.539 DEBUG:teuthology.orchestra.run.smithi007:> # check each host node-exporter metrics endpoint is responsive 2024-09-13T13:08:46.539 DEBUG:teuthology.orchestra.run.smithi007:> ALL_HOST_IPS=$(ceph orch host ls -f json | jq -r '"'"'.[] | .addr'"'"') 2024-09-13T13:08:46.539 DEBUG:teuthology.orchestra.run.smithi007:> for ip in $ALL_HOST_IPS; do 2024-09-13T13:08:46.539 DEBUG:teuthology.orchestra.run.smithi007:> curl -s http://${ip}:9100/metric 2024-09-13T13:08:46.539 DEBUG:teuthology.orchestra.run.smithi007:> done 2024-09-13T13:08:46.540 DEBUG:teuthology.orchestra.run.smithi007:> # check grafana endpoints are responsive and database health is okay 2024-09-13T13:08:46.540 DEBUG:teuthology.orchestra.run.smithi007:> curl -k -s https://${GRAFANA_IP}:3000/api/health 2024-09-13T13:08:46.540 DEBUG:teuthology.orchestra.run.smithi007:> curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '"'"'.database == "ok"'"'"' 2024-09-13T13:08:46.540 DEBUG:teuthology.orchestra.run.smithi007:> # stop mon daemon in order to trigger an alert 2024-09-13T13:08:46.540 DEBUG:teuthology.orchestra.run.smithi007:> ceph orch daemon stop $MON_DAEMON 2024-09-13T13:08:46.540 DEBUG:teuthology.orchestra.run.smithi007:> sleep 120 2024-09-13T13:08:46.540 DEBUG:teuthology.orchestra.run.smithi007:> # check prometheus endpoints are responsive and mon down alert is firing 2024-09-13T13:08:46.540 DEBUG:teuthology.orchestra.run.smithi007:> curl -s http://${PROM_IP}:9095/api/v1/status/config 2024-09-13T13:08:46.540 DEBUG:teuthology.orchestra.run.smithi007:> curl -s http://${PROM_IP}:9095/api/v1/status/config | jq -e '"'"'.status == "success"'"'"' 2024-09-13T13:08:46.540 DEBUG:teuthology.orchestra.run.smithi007:> curl -s http://${PROM_IP}:9095/api/v1/alerts 2024-09-13T13:08:46.540 DEBUG:teuthology.orchestra.run.smithi007:> curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '"'"'.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"'"'"' 2024-09-13T13:08:46.540 DEBUG:teuthology.orchestra.run.smithi007:> # check alertmanager endpoints are responsive and mon down alert is active 2024-09-13T13:08:46.540 DEBUG:teuthology.orchestra.run.smithi007:> curl -s http://${ALERTM_IP}:9093/api/v1/status 2024-09-13T13:08:46.540 DEBUG:teuthology.orchestra.run.smithi007:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts 2024-09-13T13:08:46.540 DEBUG:teuthology.orchestra.run.smithi007:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e '"'"'.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"'"'"' 2024-09-13T13:08:46.540 DEBUG:teuthology.orchestra.run.smithi007:> ' 2024-09-13T13:08:47.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:47 smithi007 bash[22721]: cluster 2024-09-13T13:08:45.495905+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:47.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:47 smithi007 bash[22721]: cluster 2024-09-13T13:08:45.495905+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:47.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:47 smithi053 bash[23444]: cluster 2024-09-13T13:08:45.495905+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:47.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:47 smithi053 bash[23444]: cluster 2024-09-13T13:08:45.495905+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:47.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:47 smithi077 bash[23251]: cluster 2024-09-13T13:08:45.495905+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:47.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:47 smithi077 bash[23251]: cluster 2024-09-13T13:08:45.495905+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:49.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:49 smithi007 bash[22721]: cluster 2024-09-13T13:08:47.496464+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:49.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:49 smithi007 bash[22721]: cluster 2024-09-13T13:08:47.496464+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:49.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:49 smithi053 bash[23444]: cluster 2024-09-13T13:08:47.496464+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:49.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:49 smithi053 bash[23444]: cluster 2024-09-13T13:08:47.496464+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:49.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:49 smithi077 bash[23251]: cluster 2024-09-13T13:08:47.496464+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:49.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:49 smithi077 bash[23251]: cluster 2024-09-13T13:08:47.496464+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:51.288 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T13:08:51.338 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:51 smithi053 bash[23444]: cluster 2024-09-13T13:08:49.496816+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:51.338 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:51 smithi053 bash[23444]: cluster 2024-09-13T13:08:49.496816+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:51.403 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:51 smithi007 bash[22721]: cluster 2024-09-13T13:08:49.496816+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:51.403 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:51 smithi007 bash[22721]: cluster 2024-09-13T13:08:49.496816+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:51.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:51 smithi077 bash[23251]: cluster 2024-09-13T13:08:49.496816+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:51.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:51 smithi077 bash[23251]: cluster 2024-09-13T13:08:49.496816+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:52.458 INFO:teuthology.orchestra.run.smithi007.stderr:+ ceph orch apply node-exporter 2024-09-13T13:08:52.770 INFO:teuthology.orchestra.run.smithi007.stdout:Scheduled node-exporter update... 2024-09-13T13:08:52.782 INFO:teuthology.orchestra.run.smithi007.stderr:+ ceph orch apply grafana 2024-09-13T13:08:53.092 INFO:teuthology.orchestra.run.smithi007.stdout:Scheduled grafana update... 2024-09-13T13:08:53.104 INFO:teuthology.orchestra.run.smithi007.stderr:+ ceph orch apply alertmanager 2024-09-13T13:08:53.364 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:53 smithi007 bash[22721]: cluster 2024-09-13T13:08:51.497309+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:53.364 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:53 smithi007 bash[22721]: cluster 2024-09-13T13:08:51.497309+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:53.364 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:53 smithi007 bash[22721]: audit 2024-09-13T13:08:52.771083+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:53.364 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:53 smithi007 bash[22721]: audit 2024-09-13T13:08:52.771083+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:53.364 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:53 smithi007 bash[22721]: audit 2024-09-13T13:08:52.772612+0000 mon.a (mon.0) 675 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:08:53.364 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:53 smithi007 bash[22721]: audit 2024-09-13T13:08:52.772612+0000 mon.a (mon.0) 675 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:08:53.364 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:53 smithi007 bash[22721]: audit 2024-09-13T13:08:52.776601+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:08:53.365 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:53 smithi007 bash[22721]: audit 2024-09-13T13:08:52.776601+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:08:53.365 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:53 smithi007 bash[22721]: audit 2024-09-13T13:08:52.777534+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:08:53.365 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:53 smithi007 bash[22721]: audit 2024-09-13T13:08:52.777534+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:08:53.365 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:53 smithi007 bash[22721]: audit 2024-09-13T13:08:52.783827+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:53.365 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:53 smithi007 bash[22721]: audit 2024-09-13T13:08:52.783827+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:53.411 INFO:teuthology.orchestra.run.smithi007.stdout:Scheduled alertmanager update... 2024-09-13T13:08:53.424 INFO:teuthology.orchestra.run.smithi007.stderr:+ ceph orch apply prometheus 2024-09-13T13:08:53.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:53 smithi053 bash[23444]: cluster 2024-09-13T13:08:51.497309+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:53.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:53 smithi053 bash[23444]: cluster 2024-09-13T13:08:51.497309+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:53.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:53 smithi053 bash[23444]: audit 2024-09-13T13:08:52.771083+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:53.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:53 smithi053 bash[23444]: audit 2024-09-13T13:08:52.771083+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:53.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:53 smithi053 bash[23444]: audit 2024-09-13T13:08:52.772612+0000 mon.a (mon.0) 675 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:08:53.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:53 smithi053 bash[23444]: audit 2024-09-13T13:08:52.772612+0000 mon.a (mon.0) 675 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:08:53.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:53 smithi053 bash[23444]: audit 2024-09-13T13:08:52.776601+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:08:53.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:53 smithi053 bash[23444]: audit 2024-09-13T13:08:52.776601+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:08:53.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:53 smithi053 bash[23444]: audit 2024-09-13T13:08:52.777534+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:08:53.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:53 smithi053 bash[23444]: audit 2024-09-13T13:08:52.777534+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:08:53.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:53 smithi053 bash[23444]: audit 2024-09-13T13:08:52.783827+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:53.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:53 smithi053 bash[23444]: audit 2024-09-13T13:08:52.783827+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:53.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:53 smithi077 bash[23251]: cluster 2024-09-13T13:08:51.497309+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:53.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:53 smithi077 bash[23251]: cluster 2024-09-13T13:08:51.497309+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:53.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:53 smithi077 bash[23251]: audit 2024-09-13T13:08:52.771083+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:53.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:53 smithi077 bash[23251]: audit 2024-09-13T13:08:52.771083+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:53.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:53 smithi077 bash[23251]: audit 2024-09-13T13:08:52.772612+0000 mon.a (mon.0) 675 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:08:53.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:53 smithi077 bash[23251]: audit 2024-09-13T13:08:52.772612+0000 mon.a (mon.0) 675 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:08:53.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:53 smithi077 bash[23251]: audit 2024-09-13T13:08:52.776601+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:08:53.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:53 smithi077 bash[23251]: audit 2024-09-13T13:08:52.776601+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:08:53.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:53 smithi077 bash[23251]: audit 2024-09-13T13:08:52.777534+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:08:53.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:53 smithi077 bash[23251]: audit 2024-09-13T13:08:52.777534+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:08:53.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:53 smithi077 bash[23251]: audit 2024-09-13T13:08:52.783827+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:53.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:53 smithi077 bash[23251]: audit 2024-09-13T13:08:52.783827+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:53.617 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:53 smithi007 systemd[1]: /etc/systemd/system/ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T13:08:53.617 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:08:53 smithi007 systemd[1]: /etc/systemd/system/ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T13:08:53.618 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 13 13:08:53 smithi007 systemd[1]: /etc/systemd/system/ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T13:08:53.753 INFO:teuthology.orchestra.run.smithi007.stdout:Scheduled prometheus update... 2024-09-13T13:08:53.764 INFO:teuthology.orchestra.run.smithi007.stderr:+ sleep 240 2024-09-13T13:08:54.060 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 13 13:08:53 smithi007 systemd[1]: /etc/systemd/system/ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T13:08:54.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:53 smithi007 systemd[1]: /etc/systemd/system/ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T13:08:54.060 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:08:53 smithi007 systemd[1]: /etc/systemd/system/ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T13:08:54.360 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:54 smithi007 bash[22721]: audit 2024-09-13T13:08:52.763439+0000 mgr.a (mgr.14152) 265 : audit [DBG] from='client.14370 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:08:54.360 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:54 smithi007 bash[22721]: audit 2024-09-13T13:08:52.763439+0000 mgr.a (mgr.14152) 265 : audit [DBG] from='client.14370 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:08:54.360 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:54 smithi007 bash[22721]: cephadm 2024-09-13T13:08:52.765738+0000 mgr.a (mgr.14152) 266 : cephadm [INF] Saving service node-exporter spec with placement * 2024-09-13T13:08:54.360 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:54 smithi007 bash[22721]: cephadm 2024-09-13T13:08:52.765738+0000 mgr.a (mgr.14152) 266 : cephadm [INF] Saving service node-exporter spec with placement * 2024-09-13T13:08:54.360 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:54 smithi007 bash[22721]: cephadm 2024-09-13T13:08:52.785889+0000 mgr.a (mgr.14152) 267 : cephadm [INF] Deploying daemon node-exporter.smithi007 on smithi007 2024-09-13T13:08:54.360 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:54 smithi007 bash[22721]: cephadm 2024-09-13T13:08:52.785889+0000 mgr.a (mgr.14152) 267 : cephadm [INF] Deploying daemon node-exporter.smithi007 on smithi007 2024-09-13T13:08:54.361 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:54 smithi007 bash[22721]: audit 2024-09-13T13:08:53.085771+0000 mgr.a (mgr.14152) 268 : audit [DBG] from='client.14376 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:08:54.361 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:54 smithi007 bash[22721]: audit 2024-09-13T13:08:53.085771+0000 mgr.a (mgr.14152) 268 : audit [DBG] from='client.14376 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:08:54.361 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:54 smithi007 bash[22721]: cephadm 2024-09-13T13:08:53.087027+0000 mgr.a (mgr.14152) 269 : cephadm [INF] Saving service grafana spec with placement count:1 2024-09-13T13:08:54.361 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:54 smithi007 bash[22721]: cephadm 2024-09-13T13:08:53.087027+0000 mgr.a (mgr.14152) 269 : cephadm [INF] Saving service grafana spec with placement count:1 2024-09-13T13:08:54.361 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:54 smithi007 bash[22721]: audit 2024-09-13T13:08:53.093019+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:54.361 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:54 smithi007 bash[22721]: audit 2024-09-13T13:08:53.093019+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:54.361 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:54 smithi007 bash[22721]: audit 2024-09-13T13:08:53.412694+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:54.361 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:54 smithi007 bash[22721]: audit 2024-09-13T13:08:53.412694+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:54.361 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:54 smithi007 bash[22721]: audit 2024-09-13T13:08:53.754735+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:54.362 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:54 smithi007 bash[22721]: audit 2024-09-13T13:08:53.754735+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:54.362 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:54 smithi007 bash[22721]: audit 2024-09-13T13:08:53.866821+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:54.362 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:54 smithi007 bash[22721]: audit 2024-09-13T13:08:53.866821+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:54.362 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:54 smithi007 bash[22721]: audit 2024-09-13T13:08:53.871189+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:54.362 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:54 smithi007 bash[22721]: audit 2024-09-13T13:08:53.871189+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:54.362 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:54 smithi007 bash[22721]: audit 2024-09-13T13:08:53.875823+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:54.362 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:54 smithi007 bash[22721]: audit 2024-09-13T13:08:53.875823+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:54.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:54 smithi053 bash[23444]: audit 2024-09-13T13:08:52.763439+0000 mgr.a (mgr.14152) 265 : audit [DBG] from='client.14370 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:08:54.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:54 smithi053 bash[23444]: audit 2024-09-13T13:08:52.763439+0000 mgr.a (mgr.14152) 265 : audit [DBG] from='client.14370 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:08:54.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:54 smithi053 bash[23444]: cephadm 2024-09-13T13:08:52.765738+0000 mgr.a (mgr.14152) 266 : cephadm [INF] Saving service node-exporter spec with placement * 2024-09-13T13:08:54.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:54 smithi053 bash[23444]: cephadm 2024-09-13T13:08:52.765738+0000 mgr.a (mgr.14152) 266 : cephadm [INF] Saving service node-exporter spec with placement * 2024-09-13T13:08:54.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:54 smithi053 bash[23444]: cephadm 2024-09-13T13:08:52.785889+0000 mgr.a (mgr.14152) 267 : cephadm [INF] Deploying daemon node-exporter.smithi007 on smithi007 2024-09-13T13:08:54.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:54 smithi053 bash[23444]: cephadm 2024-09-13T13:08:52.785889+0000 mgr.a (mgr.14152) 267 : cephadm [INF] Deploying daemon node-exporter.smithi007 on smithi007 2024-09-13T13:08:54.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:54 smithi053 bash[23444]: audit 2024-09-13T13:08:53.085771+0000 mgr.a (mgr.14152) 268 : audit [DBG] from='client.14376 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:08:54.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:54 smithi053 bash[23444]: audit 2024-09-13T13:08:53.085771+0000 mgr.a (mgr.14152) 268 : audit [DBG] from='client.14376 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:08:54.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:54 smithi053 bash[23444]: cephadm 2024-09-13T13:08:53.087027+0000 mgr.a (mgr.14152) 269 : cephadm [INF] Saving service grafana spec with placement count:1 2024-09-13T13:08:54.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:54 smithi053 bash[23444]: cephadm 2024-09-13T13:08:53.087027+0000 mgr.a (mgr.14152) 269 : cephadm [INF] Saving service grafana spec with placement count:1 2024-09-13T13:08:54.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:54 smithi053 bash[23444]: audit 2024-09-13T13:08:53.093019+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:54.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:54 smithi053 bash[23444]: audit 2024-09-13T13:08:53.093019+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:54.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:54 smithi053 bash[23444]: audit 2024-09-13T13:08:53.412694+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:54.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:54 smithi053 bash[23444]: audit 2024-09-13T13:08:53.412694+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:54.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:54 smithi053 bash[23444]: audit 2024-09-13T13:08:53.754735+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:54.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:54 smithi053 bash[23444]: audit 2024-09-13T13:08:53.754735+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:54.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:54 smithi053 bash[23444]: audit 2024-09-13T13:08:53.866821+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:54.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:54 smithi053 bash[23444]: audit 2024-09-13T13:08:53.866821+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:54.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:54 smithi053 bash[23444]: audit 2024-09-13T13:08:53.871189+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:54.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:54 smithi053 bash[23444]: audit 2024-09-13T13:08:53.871189+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:54.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:54 smithi053 bash[23444]: audit 2024-09-13T13:08:53.875823+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:54.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:54 smithi053 bash[23444]: audit 2024-09-13T13:08:53.875823+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:54.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:54 smithi077 bash[23251]: audit 2024-09-13T13:08:52.763439+0000 mgr.a (mgr.14152) 265 : audit [DBG] from='client.14370 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:08:54.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:54 smithi077 bash[23251]: audit 2024-09-13T13:08:52.763439+0000 mgr.a (mgr.14152) 265 : audit [DBG] from='client.14370 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:08:54.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:54 smithi077 bash[23251]: cephadm 2024-09-13T13:08:52.765738+0000 mgr.a (mgr.14152) 266 : cephadm [INF] Saving service node-exporter spec with placement * 2024-09-13T13:08:54.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:54 smithi077 bash[23251]: cephadm 2024-09-13T13:08:52.765738+0000 mgr.a (mgr.14152) 266 : cephadm [INF] Saving service node-exporter spec with placement * 2024-09-13T13:08:54.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:54 smithi077 bash[23251]: cephadm 2024-09-13T13:08:52.785889+0000 mgr.a (mgr.14152) 267 : cephadm [INF] Deploying daemon node-exporter.smithi007 on smithi007 2024-09-13T13:08:54.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:54 smithi077 bash[23251]: cephadm 2024-09-13T13:08:52.785889+0000 mgr.a (mgr.14152) 267 : cephadm [INF] Deploying daemon node-exporter.smithi007 on smithi007 2024-09-13T13:08:54.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:54 smithi077 bash[23251]: audit 2024-09-13T13:08:53.085771+0000 mgr.a (mgr.14152) 268 : audit [DBG] from='client.14376 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:08:54.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:54 smithi077 bash[23251]: audit 2024-09-13T13:08:53.085771+0000 mgr.a (mgr.14152) 268 : audit [DBG] from='client.14376 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:08:54.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:54 smithi077 bash[23251]: cephadm 2024-09-13T13:08:53.087027+0000 mgr.a (mgr.14152) 269 : cephadm [INF] Saving service grafana spec with placement count:1 2024-09-13T13:08:54.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:54 smithi077 bash[23251]: cephadm 2024-09-13T13:08:53.087027+0000 mgr.a (mgr.14152) 269 : cephadm [INF] Saving service grafana spec with placement count:1 2024-09-13T13:08:54.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:54 smithi077 bash[23251]: audit 2024-09-13T13:08:53.093019+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:54.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:54 smithi077 bash[23251]: audit 2024-09-13T13:08:53.093019+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:54.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:54 smithi077 bash[23251]: audit 2024-09-13T13:08:53.412694+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:54.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:54 smithi077 bash[23251]: audit 2024-09-13T13:08:53.412694+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:54.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:54 smithi077 bash[23251]: audit 2024-09-13T13:08:53.754735+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:54.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:54 smithi077 bash[23251]: audit 2024-09-13T13:08:53.754735+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:54.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:54 smithi077 bash[23251]: audit 2024-09-13T13:08:53.866821+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:54.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:54 smithi077 bash[23251]: audit 2024-09-13T13:08:53.866821+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:54.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:54 smithi077 bash[23251]: audit 2024-09-13T13:08:53.871189+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:54.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:54 smithi077 bash[23251]: audit 2024-09-13T13:08:53.871189+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:54.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:54 smithi077 bash[23251]: audit 2024-09-13T13:08:53.875823+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:54.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:54 smithi077 bash[23251]: audit 2024-09-13T13:08:53.875823+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:55.092 INFO:journalctl@ceph.mgr.b.smithi053.stdout:Sep 13 13:08:54 smithi053 systemd[1]: /etc/systemd/system/ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T13:08:55.093 INFO:journalctl@ceph.mgr.b.smithi053.stdout:Sep 13 13:08:55 smithi053 systemd[1]: /etc/systemd/system/ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T13:08:55.093 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:54 smithi053 systemd[1]: /etc/systemd/system/ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T13:08:55.093 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:55 smithi053 systemd[1]: /etc/systemd/system/ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T13:08:55.093 INFO:journalctl@ceph.osd.1.smithi053.stdout:Sep 13 13:08:54 smithi053 systemd[1]: /etc/systemd/system/ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T13:08:55.093 INFO:journalctl@ceph.osd.1.smithi053.stdout:Sep 13 13:08:55 smithi053 systemd[1]: /etc/systemd/system/ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T13:08:55.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:55 smithi053 bash[23444]: audit 2024-09-13T13:08:53.406280+0000 mgr.a (mgr.14152) 270 : audit [DBG] from='client.14382 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:08:55.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:55 smithi053 bash[23444]: audit 2024-09-13T13:08:53.406280+0000 mgr.a (mgr.14152) 270 : audit [DBG] from='client.14382 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:08:55.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:55 smithi053 bash[23444]: cephadm 2024-09-13T13:08:53.407701+0000 mgr.a (mgr.14152) 271 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-09-13T13:08:55.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:55 smithi053 bash[23444]: cephadm 2024-09-13T13:08:53.407701+0000 mgr.a (mgr.14152) 271 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-09-13T13:08:55.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:55 smithi053 bash[23444]: cluster 2024-09-13T13:08:53.497658+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:55.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:55 smithi053 bash[23444]: cluster 2024-09-13T13:08:53.497658+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:55.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:55 smithi053 bash[23444]: audit 2024-09-13T13:08:53.746235+0000 mgr.a (mgr.14152) 273 : audit [DBG] from='client.14388 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:08:55.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:55 smithi053 bash[23444]: audit 2024-09-13T13:08:53.746235+0000 mgr.a (mgr.14152) 273 : audit [DBG] from='client.14388 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:08:55.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:55 smithi053 bash[23444]: cephadm 2024-09-13T13:08:53.748437+0000 mgr.a (mgr.14152) 274 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-09-13T13:08:55.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:55 smithi053 bash[23444]: cephadm 2024-09-13T13:08:53.748437+0000 mgr.a (mgr.14152) 274 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-09-13T13:08:55.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:55 smithi053 bash[23444]: cephadm 2024-09-13T13:08:53.876479+0000 mgr.a (mgr.14152) 275 : cephadm [INF] Deploying daemon node-exporter.smithi053 on smithi053 2024-09-13T13:08:55.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:55 smithi053 bash[23444]: cephadm 2024-09-13T13:08:53.876479+0000 mgr.a (mgr.14152) 275 : cephadm [INF] Deploying daemon node-exporter.smithi053 on smithi053 2024-09-13T13:08:55.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:55 smithi077 bash[23251]: audit 2024-09-13T13:08:53.406280+0000 mgr.a (mgr.14152) 270 : audit [DBG] from='client.14382 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:08:55.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:55 smithi077 bash[23251]: audit 2024-09-13T13:08:53.406280+0000 mgr.a (mgr.14152) 270 : audit [DBG] from='client.14382 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:08:55.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:55 smithi077 bash[23251]: cephadm 2024-09-13T13:08:53.407701+0000 mgr.a (mgr.14152) 271 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-09-13T13:08:55.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:55 smithi077 bash[23251]: cephadm 2024-09-13T13:08:53.407701+0000 mgr.a (mgr.14152) 271 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-09-13T13:08:55.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:55 smithi077 bash[23251]: cluster 2024-09-13T13:08:53.497658+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:55.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:55 smithi077 bash[23251]: cluster 2024-09-13T13:08:53.497658+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:55.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:55 smithi077 bash[23251]: audit 2024-09-13T13:08:53.746235+0000 mgr.a (mgr.14152) 273 : audit [DBG] from='client.14388 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:08:55.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:55 smithi077 bash[23251]: audit 2024-09-13T13:08:53.746235+0000 mgr.a (mgr.14152) 273 : audit [DBG] from='client.14388 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:08:55.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:55 smithi077 bash[23251]: cephadm 2024-09-13T13:08:53.748437+0000 mgr.a (mgr.14152) 274 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-09-13T13:08:55.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:55 smithi077 bash[23251]: cephadm 2024-09-13T13:08:53.748437+0000 mgr.a (mgr.14152) 274 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-09-13T13:08:55.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:55 smithi077 bash[23251]: cephadm 2024-09-13T13:08:53.876479+0000 mgr.a (mgr.14152) 275 : cephadm [INF] Deploying daemon node-exporter.smithi053 on smithi053 2024-09-13T13:08:55.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:55 smithi077 bash[23251]: cephadm 2024-09-13T13:08:53.876479+0000 mgr.a (mgr.14152) 275 : cephadm [INF] Deploying daemon node-exporter.smithi053 on smithi053 2024-09-13T13:08:55.530 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:55 smithi007 bash[22721]: audit 2024-09-13T13:08:53.406280+0000 mgr.a (mgr.14152) 270 : audit [DBG] from='client.14382 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:08:55.530 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:55 smithi007 bash[22721]: audit 2024-09-13T13:08:53.406280+0000 mgr.a (mgr.14152) 270 : audit [DBG] from='client.14382 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:08:55.530 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:55 smithi007 bash[22721]: cephadm 2024-09-13T13:08:53.407701+0000 mgr.a (mgr.14152) 271 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-09-13T13:08:55.530 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:55 smithi007 bash[22721]: cephadm 2024-09-13T13:08:53.407701+0000 mgr.a (mgr.14152) 271 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-09-13T13:08:55.530 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:55 smithi007 bash[22721]: cluster 2024-09-13T13:08:53.497658+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:55.530 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:55 smithi007 bash[22721]: cluster 2024-09-13T13:08:53.497658+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:55.530 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:55 smithi007 bash[22721]: audit 2024-09-13T13:08:53.746235+0000 mgr.a (mgr.14152) 273 : audit [DBG] from='client.14388 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:08:55.530 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:55 smithi007 bash[22721]: audit 2024-09-13T13:08:53.746235+0000 mgr.a (mgr.14152) 273 : audit [DBG] from='client.14388 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:08:55.530 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:55 smithi007 bash[22721]: cephadm 2024-09-13T13:08:53.748437+0000 mgr.a (mgr.14152) 274 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-09-13T13:08:55.530 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:55 smithi007 bash[22721]: cephadm 2024-09-13T13:08:53.748437+0000 mgr.a (mgr.14152) 274 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-09-13T13:08:55.531 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:55 smithi007 bash[22721]: cephadm 2024-09-13T13:08:53.876479+0000 mgr.a (mgr.14152) 275 : cephadm [INF] Deploying daemon node-exporter.smithi053 on smithi053 2024-09-13T13:08:55.531 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:55 smithi007 bash[22721]: cephadm 2024-09-13T13:08:53.876479+0000 mgr.a (mgr.14152) 275 : cephadm [INF] Deploying daemon node-exporter.smithi053 on smithi053 2024-09-13T13:08:56.154 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:55 smithi077 systemd[1]: /etc/systemd/system/ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T13:08:56.154 INFO:journalctl@ceph.osd.2.smithi077.stdout:Sep 13 13:08:55 smithi077 systemd[1]: /etc/systemd/system/ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T13:08:56.154 INFO:journalctl@ceph.osd.2.smithi077.stdout:Sep 13 13:08:56 smithi077 systemd[1]: /etc/systemd/system/ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T13:08:56.446 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:56 smithi007 bash[22721]: audit 2024-09-13T13:08:55.175373+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:56.447 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:56 smithi007 bash[22721]: audit 2024-09-13T13:08:55.175373+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:56.447 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:56 smithi007 bash[22721]: audit 2024-09-13T13:08:55.184206+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:56.447 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:56 smithi007 bash[22721]: audit 2024-09-13T13:08:55.184206+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:56.447 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:56 smithi007 bash[22721]: audit 2024-09-13T13:08:55.192032+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:56.447 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:56 smithi007 bash[22721]: audit 2024-09-13T13:08:55.192032+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:56.447 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:56 smithi007 bash[22721]: cephadm 2024-09-13T13:08:55.193688+0000 mgr.a (mgr.14152) 276 : cephadm [INF] Deploying daemon node-exporter.smithi077 on smithi077 2024-09-13T13:08:56.447 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:56 smithi007 bash[22721]: cephadm 2024-09-13T13:08:55.193688+0000 mgr.a (mgr.14152) 276 : cephadm [INF] Deploying daemon node-exporter.smithi077 on smithi077 2024-09-13T13:08:56.447 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:56 smithi007 bash[22721]: audit 2024-09-13T13:08:55.479353+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:56.447 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:56 smithi007 bash[22721]: audit 2024-09-13T13:08:55.479353+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:56.447 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:56 smithi007 bash[22721]: audit 2024-09-13T13:08:55.487531+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:56.447 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:56 smithi007 bash[22721]: audit 2024-09-13T13:08:55.487531+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:56.448 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:56 smithi007 bash[22721]: audit 2024-09-13T13:08:55.497071+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:56.448 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:56 smithi007 bash[22721]: audit 2024-09-13T13:08:55.497071+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:56.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:56 smithi053 bash[23444]: audit 2024-09-13T13:08:55.175373+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:56.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:56 smithi053 bash[23444]: audit 2024-09-13T13:08:55.175373+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:56.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:56 smithi053 bash[23444]: audit 2024-09-13T13:08:55.184206+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:56.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:56 smithi053 bash[23444]: audit 2024-09-13T13:08:55.184206+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:56.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:56 smithi053 bash[23444]: audit 2024-09-13T13:08:55.192032+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:56.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:56 smithi053 bash[23444]: audit 2024-09-13T13:08:55.192032+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:56.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:56 smithi053 bash[23444]: cephadm 2024-09-13T13:08:55.193688+0000 mgr.a (mgr.14152) 276 : cephadm [INF] Deploying daemon node-exporter.smithi077 on smithi077 2024-09-13T13:08:56.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:56 smithi053 bash[23444]: cephadm 2024-09-13T13:08:55.193688+0000 mgr.a (mgr.14152) 276 : cephadm [INF] Deploying daemon node-exporter.smithi077 on smithi077 2024-09-13T13:08:56.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:56 smithi053 bash[23444]: audit 2024-09-13T13:08:55.479353+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:56.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:56 smithi053 bash[23444]: audit 2024-09-13T13:08:55.479353+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:56.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:56 smithi053 bash[23444]: audit 2024-09-13T13:08:55.487531+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:56.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:56 smithi053 bash[23444]: audit 2024-09-13T13:08:55.487531+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:56.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:56 smithi053 bash[23444]: audit 2024-09-13T13:08:55.497071+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:56.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:56 smithi053 bash[23444]: audit 2024-09-13T13:08:55.497071+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:56.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:56 smithi077 systemd[1]: /etc/systemd/system/ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T13:08:56.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:56 smithi077 bash[23251]: audit 2024-09-13T13:08:55.175373+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:56.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:56 smithi077 bash[23251]: audit 2024-09-13T13:08:55.175373+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:56.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:56 smithi077 bash[23251]: audit 2024-09-13T13:08:55.184206+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:56.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:56 smithi077 bash[23251]: audit 2024-09-13T13:08:55.184206+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:56.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:56 smithi077 bash[23251]: audit 2024-09-13T13:08:55.192032+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:56.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:56 smithi077 bash[23251]: audit 2024-09-13T13:08:55.192032+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:56.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:56 smithi077 bash[23251]: cephadm 2024-09-13T13:08:55.193688+0000 mgr.a (mgr.14152) 276 : cephadm [INF] Deploying daemon node-exporter.smithi077 on smithi077 2024-09-13T13:08:56.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:56 smithi077 bash[23251]: cephadm 2024-09-13T13:08:55.193688+0000 mgr.a (mgr.14152) 276 : cephadm [INF] Deploying daemon node-exporter.smithi077 on smithi077 2024-09-13T13:08:56.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:56 smithi077 bash[23251]: audit 2024-09-13T13:08:55.479353+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:56.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:56 smithi077 bash[23251]: audit 2024-09-13T13:08:55.479353+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:56.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:56 smithi077 bash[23251]: audit 2024-09-13T13:08:55.487531+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:56.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:56 smithi077 bash[23251]: audit 2024-09-13T13:08:55.487531+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:56.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:56 smithi077 bash[23251]: audit 2024-09-13T13:08:55.497071+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:56.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:56 smithi077 bash[23251]: audit 2024-09-13T13:08:55.497071+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:57.316 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:57 smithi053 bash[23444]: cluster 2024-09-13T13:08:55.498139+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:57.317 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:57 smithi053 bash[23444]: cluster 2024-09-13T13:08:55.498139+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:57.317 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:57 smithi053 bash[23444]: audit 2024-09-13T13:08:56.312215+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:57.317 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:57 smithi053 bash[23444]: audit 2024-09-13T13:08:56.312215+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:57.317 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:57 smithi053 bash[23444]: audit 2024-09-13T13:08:56.319950+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:57.317 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:57 smithi053 bash[23444]: audit 2024-09-13T13:08:56.319950+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:57.317 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:57 smithi053 bash[23444]: audit 2024-09-13T13:08:56.328035+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:57.317 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:57 smithi053 bash[23444]: audit 2024-09-13T13:08:56.328035+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:57.317 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:57 smithi053 bash[23444]: audit 2024-09-13T13:08:56.333796+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:57.317 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:57 smithi053 bash[23444]: audit 2024-09-13T13:08:56.333796+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:57.317 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:57 smithi053 bash[23444]: audit 2024-09-13T13:08:56.365802+0000 mon.a (mon.0) 695 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:08:57.317 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:57 smithi053 bash[23444]: audit 2024-09-13T13:08:56.365802+0000 mon.a (mon.0) 695 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:08:57.318 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:57 smithi053 bash[23444]: audit 2024-09-13T13:08:56.368436+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:08:57.318 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:57 smithi053 bash[23444]: audit 2024-09-13T13:08:56.368436+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:08:57.318 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:57 smithi053 bash[23444]: audit 2024-09-13T13:08:56.369397+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:08:57.318 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:57 smithi053 bash[23444]: audit 2024-09-13T13:08:56.369397+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:08:57.318 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:57 smithi053 bash[23444]: audit 2024-09-13T13:08:56.375935+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:57.318 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:57 smithi053 bash[23444]: audit 2024-09-13T13:08:56.375935+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:57.318 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:57 smithi053 bash[23444]: audit 2024-09-13T13:08:56.409982+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:08:57.318 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:57 smithi053 bash[23444]: audit 2024-09-13T13:08:56.409982+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:08:57.318 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:57 smithi053 bash[23444]: audit 2024-09-13T13:08:56.412489+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:08:57.318 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:57 smithi053 bash[23444]: audit 2024-09-13T13:08:56.412489+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:08:57.318 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:57 smithi053 bash[23444]: audit 2024-09-13T13:08:56.413278+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:08:57.319 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:57 smithi053 bash[23444]: audit 2024-09-13T13:08:56.413278+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:08:57.319 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:57 smithi053 bash[23444]: audit 2024-09-13T13:08:56.419423+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:57.319 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:57 smithi053 bash[23444]: audit 2024-09-13T13:08:56.419423+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:57.319 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:57 smithi053 bash[23444]: audit 2024-09-13T13:08:56.774120+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:57.319 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:57 smithi053 bash[23444]: audit 2024-09-13T13:08:56.774120+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:57.319 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:57 smithi053 bash[23444]: audit 2024-09-13T13:08:56.781024+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:57.319 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:57 smithi053 bash[23444]: audit 2024-09-13T13:08:56.781024+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:57.319 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:57 smithi053 bash[23444]: audit 2024-09-13T13:08:56.783139+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:08:57.319 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:57 smithi053 bash[23444]: audit 2024-09-13T13:08:56.783139+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:08:57.319 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:57 smithi053 bash[23444]: audit 2024-09-13T13:08:56.785503+0000 mon.a (mon.0) 706 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:08:57.319 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:57 smithi053 bash[23444]: audit 2024-09-13T13:08:56.785503+0000 mon.a (mon.0) 706 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:08:57.319 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:57 smithi053 bash[23444]: audit 2024-09-13T13:08:56.786225+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:08:57.319 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:57 smithi053 bash[23444]: audit 2024-09-13T13:08:56.786225+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:08:57.320 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:57 smithi053 bash[23444]: audit 2024-09-13T13:08:56.788180+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:57.320 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:57 smithi053 bash[23444]: audit 2024-09-13T13:08:56.788180+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:57.320 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:57 smithi053 bash[23444]: audit 2024-09-13T13:08:56.795098+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:57.320 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:57 smithi053 bash[23444]: audit 2024-09-13T13:08:56.795098+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:57.454 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:57 smithi077 bash[23251]: cluster 2024-09-13T13:08:55.498139+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:57.454 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:57 smithi077 bash[23251]: cluster 2024-09-13T13:08:55.498139+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:57.455 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:57 smithi077 bash[23251]: audit 2024-09-13T13:08:56.312215+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:57.455 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:57 smithi077 bash[23251]: audit 2024-09-13T13:08:56.312215+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:57.455 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:57 smithi077 bash[23251]: audit 2024-09-13T13:08:56.319950+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:57.455 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:57 smithi077 bash[23251]: audit 2024-09-13T13:08:56.319950+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:57.455 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:57 smithi077 bash[23251]: audit 2024-09-13T13:08:56.328035+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:57.455 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:57 smithi077 bash[23251]: audit 2024-09-13T13:08:56.328035+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:57.455 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:57 smithi077 bash[23251]: audit 2024-09-13T13:08:56.333796+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:57.455 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:57 smithi077 bash[23251]: audit 2024-09-13T13:08:56.333796+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:57.455 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:57 smithi077 bash[23251]: audit 2024-09-13T13:08:56.365802+0000 mon.a (mon.0) 695 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:08:57.455 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:57 smithi077 bash[23251]: audit 2024-09-13T13:08:56.365802+0000 mon.a (mon.0) 695 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:08:57.455 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:57 smithi077 bash[23251]: audit 2024-09-13T13:08:56.368436+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:08:57.455 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:57 smithi077 bash[23251]: audit 2024-09-13T13:08:56.368436+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:08:57.456 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:57 smithi077 bash[23251]: audit 2024-09-13T13:08:56.369397+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:08:57.456 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:57 smithi077 bash[23251]: audit 2024-09-13T13:08:56.369397+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:08:57.456 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:57 smithi077 bash[23251]: audit 2024-09-13T13:08:56.375935+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:57.456 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:57 smithi077 bash[23251]: audit 2024-09-13T13:08:56.375935+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:57.456 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:57 smithi077 bash[23251]: audit 2024-09-13T13:08:56.409982+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:08:57.456 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:57 smithi077 bash[23251]: audit 2024-09-13T13:08:56.409982+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:08:57.456 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:57 smithi077 bash[23251]: audit 2024-09-13T13:08:56.412489+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:08:57.457 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:57 smithi077 bash[23251]: audit 2024-09-13T13:08:56.412489+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:08:57.457 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:57 smithi077 bash[23251]: audit 2024-09-13T13:08:56.413278+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:08:57.457 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:57 smithi077 bash[23251]: audit 2024-09-13T13:08:56.413278+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:08:57.457 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:57 smithi077 bash[23251]: audit 2024-09-13T13:08:56.419423+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:57.457 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:57 smithi077 bash[23251]: audit 2024-09-13T13:08:56.419423+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:57.457 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:57 smithi077 bash[23251]: audit 2024-09-13T13:08:56.774120+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:57.457 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:57 smithi077 bash[23251]: audit 2024-09-13T13:08:56.774120+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:57.457 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:57 smithi077 bash[23251]: audit 2024-09-13T13:08:56.781024+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:57.457 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:57 smithi077 bash[23251]: audit 2024-09-13T13:08:56.781024+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:57.457 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:57 smithi077 bash[23251]: audit 2024-09-13T13:08:56.783139+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:08:57.457 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:57 smithi077 bash[23251]: audit 2024-09-13T13:08:56.783139+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:08:57.457 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:57 smithi077 bash[23251]: audit 2024-09-13T13:08:56.785503+0000 mon.a (mon.0) 706 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:08:57.457 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:57 smithi077 bash[23251]: audit 2024-09-13T13:08:56.785503+0000 mon.a (mon.0) 706 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:08:57.458 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:57 smithi077 bash[23251]: audit 2024-09-13T13:08:56.786225+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:08:57.458 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:57 smithi077 bash[23251]: audit 2024-09-13T13:08:56.786225+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:08:57.458 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:57 smithi077 bash[23251]: audit 2024-09-13T13:08:56.788180+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:57.458 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:57 smithi077 bash[23251]: audit 2024-09-13T13:08:56.788180+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:57.458 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:57 smithi077 bash[23251]: audit 2024-09-13T13:08:56.795098+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:57.458 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:57 smithi077 bash[23251]: audit 2024-09-13T13:08:56.795098+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:57.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:57 smithi007 bash[22721]: cluster 2024-09-13T13:08:55.498139+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:57.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:57 smithi007 bash[22721]: cluster 2024-09-13T13:08:55.498139+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:57.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:57 smithi007 bash[22721]: audit 2024-09-13T13:08:56.312215+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:57.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:57 smithi007 bash[22721]: audit 2024-09-13T13:08:56.312215+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:57.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:57 smithi007 bash[22721]: audit 2024-09-13T13:08:56.319950+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:57.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:57 smithi007 bash[22721]: audit 2024-09-13T13:08:56.319950+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:57.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:57 smithi007 bash[22721]: audit 2024-09-13T13:08:56.328035+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:57.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:57 smithi007 bash[22721]: audit 2024-09-13T13:08:56.328035+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:57.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:57 smithi007 bash[22721]: audit 2024-09-13T13:08:56.333796+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:57.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:57 smithi007 bash[22721]: audit 2024-09-13T13:08:56.333796+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:57.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:57 smithi007 bash[22721]: audit 2024-09-13T13:08:56.365802+0000 mon.a (mon.0) 695 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:08:57.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:57 smithi007 bash[22721]: audit 2024-09-13T13:08:56.365802+0000 mon.a (mon.0) 695 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:08:57.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:57 smithi007 bash[22721]: audit 2024-09-13T13:08:56.368436+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:08:57.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:57 smithi007 bash[22721]: audit 2024-09-13T13:08:56.368436+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:08:57.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:57 smithi007 bash[22721]: audit 2024-09-13T13:08:56.369397+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:08:57.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:57 smithi007 bash[22721]: audit 2024-09-13T13:08:56.369397+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:08:57.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:57 smithi007 bash[22721]: audit 2024-09-13T13:08:56.375935+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:57.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:57 smithi007 bash[22721]: audit 2024-09-13T13:08:56.375935+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:57.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:57 smithi007 bash[22721]: audit 2024-09-13T13:08:56.409982+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:08:57.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:57 smithi007 bash[22721]: audit 2024-09-13T13:08:56.409982+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:08:57.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:57 smithi007 bash[22721]: audit 2024-09-13T13:08:56.412489+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:08:57.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:57 smithi007 bash[22721]: audit 2024-09-13T13:08:56.412489+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:08:57.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:57 smithi007 bash[22721]: audit 2024-09-13T13:08:56.413278+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:08:57.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:57 smithi007 bash[22721]: audit 2024-09-13T13:08:56.413278+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:08:57.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:57 smithi007 bash[22721]: audit 2024-09-13T13:08:56.419423+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:57.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:57 smithi007 bash[22721]: audit 2024-09-13T13:08:56.419423+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:57.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:57 smithi007 bash[22721]: audit 2024-09-13T13:08:56.774120+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:57.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:57 smithi007 bash[22721]: audit 2024-09-13T13:08:56.774120+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:57.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:57 smithi007 bash[22721]: audit 2024-09-13T13:08:56.781024+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:57.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:57 smithi007 bash[22721]: audit 2024-09-13T13:08:56.781024+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:57.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:57 smithi007 bash[22721]: audit 2024-09-13T13:08:56.783139+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:08:57.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:57 smithi007 bash[22721]: audit 2024-09-13T13:08:56.783139+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:08:57.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:57 smithi007 bash[22721]: audit 2024-09-13T13:08:56.785503+0000 mon.a (mon.0) 706 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:08:57.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:57 smithi007 bash[22721]: audit 2024-09-13T13:08:56.785503+0000 mon.a (mon.0) 706 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:08:57.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:57 smithi007 bash[22721]: audit 2024-09-13T13:08:56.786225+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:08:57.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:57 smithi007 bash[22721]: audit 2024-09-13T13:08:56.786225+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:08:57.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:57 smithi007 bash[22721]: audit 2024-09-13T13:08:56.788180+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:57.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:57 smithi007 bash[22721]: audit 2024-09-13T13:08:56.788180+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:57.564 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:57 smithi007 bash[22721]: audit 2024-09-13T13:08:56.795098+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:57.564 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:57 smithi007 bash[22721]: audit 2024-09-13T13:08:56.795098+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:58.212 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:58 smithi053 bash[23444]: cephadm 2024-09-13T13:08:56.376366+0000 mgr.a (mgr.14152) 278 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T13:08:58.212 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:58 smithi053 bash[23444]: cephadm 2024-09-13T13:08:56.376366+0000 mgr.a (mgr.14152) 278 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T13:08:58.212 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:58 smithi053 bash[23444]: cephadm 2024-09-13T13:08:56.419956+0000 mgr.a (mgr.14152) 279 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T13:08:58.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:58 smithi053 bash[23444]: cephadm 2024-09-13T13:08:56.419956+0000 mgr.a (mgr.14152) 279 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T13:08:58.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:58 smithi053 bash[23444]: cephadm 2024-09-13T13:08:56.795571+0000 mgr.a (mgr.14152) 280 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T13:08:58.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:58 smithi053 bash[23444]: cephadm 2024-09-13T13:08:56.795571+0000 mgr.a (mgr.14152) 280 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T13:08:58.442 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:58 smithi077 bash[23251]: cephadm 2024-09-13T13:08:56.376366+0000 mgr.a (mgr.14152) 278 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T13:08:58.442 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:58 smithi077 bash[23251]: cephadm 2024-09-13T13:08:56.376366+0000 mgr.a (mgr.14152) 278 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T13:08:58.442 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:58 smithi077 bash[23251]: cephadm 2024-09-13T13:08:56.419956+0000 mgr.a (mgr.14152) 279 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T13:08:58.442 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:58 smithi077 bash[23251]: cephadm 2024-09-13T13:08:56.419956+0000 mgr.a (mgr.14152) 279 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T13:08:58.442 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:58 smithi077 bash[23251]: cephadm 2024-09-13T13:08:56.795571+0000 mgr.a (mgr.14152) 280 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T13:08:58.442 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:58 smithi077 bash[23251]: cephadm 2024-09-13T13:08:56.795571+0000 mgr.a (mgr.14152) 280 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T13:08:58.510 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:58 smithi007 bash[22721]: cephadm 2024-09-13T13:08:56.376366+0000 mgr.a (mgr.14152) 278 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T13:08:58.510 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:58 smithi007 bash[22721]: cephadm 2024-09-13T13:08:56.376366+0000 mgr.a (mgr.14152) 278 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T13:08:58.510 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:58 smithi007 bash[22721]: cephadm 2024-09-13T13:08:56.419956+0000 mgr.a (mgr.14152) 279 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T13:08:58.510 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:58 smithi007 bash[22721]: cephadm 2024-09-13T13:08:56.419956+0000 mgr.a (mgr.14152) 279 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T13:08:58.510 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:58 smithi007 bash[22721]: cephadm 2024-09-13T13:08:56.795571+0000 mgr.a (mgr.14152) 280 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T13:08:58.510 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:58 smithi007 bash[22721]: cephadm 2024-09-13T13:08:56.795571+0000 mgr.a (mgr.14152) 280 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T13:08:59.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:59 smithi053 bash[23444]: cluster 2024-09-13T13:08:57.498615+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:59.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:59 smithi053 bash[23444]: cluster 2024-09-13T13:08:57.498615+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:59.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:59 smithi053 bash[23444]: audit 2024-09-13T13:08:58.933377+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:59.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:08:59 smithi053 bash[23444]: audit 2024-09-13T13:08:58.933377+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:59.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:59 smithi077 bash[23251]: cluster 2024-09-13T13:08:57.498615+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:59.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:59 smithi077 bash[23251]: cluster 2024-09-13T13:08:57.498615+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:59.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:59 smithi077 bash[23251]: audit 2024-09-13T13:08:58.933377+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:59.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:08:59 smithi077 bash[23251]: audit 2024-09-13T13:08:58.933377+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:59.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:59 smithi007 bash[22721]: cluster 2024-09-13T13:08:57.498615+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:59.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:59 smithi007 bash[22721]: cluster 2024-09-13T13:08:57.498615+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:08:59.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:59 smithi007 bash[22721]: audit 2024-09-13T13:08:58.933377+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:08:59.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:08:59 smithi007 bash[22721]: audit 2024-09-13T13:08:58.933377+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:01.450 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:01 smithi007 bash[22721]: cluster 2024-09-13T13:08:59.499164+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:01.450 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:01 smithi007 bash[22721]: cluster 2024-09-13T13:08:59.499164+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:01.450 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:01 smithi007 bash[22721]: audit 2024-09-13T13:09:00.159328+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:01.450 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:01 smithi007 bash[22721]: audit 2024-09-13T13:09:00.159328+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:01.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:01 smithi053 bash[23444]: cluster 2024-09-13T13:08:59.499164+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:01.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:01 smithi053 bash[23444]: cluster 2024-09-13T13:08:59.499164+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:01.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:01 smithi053 bash[23444]: audit 2024-09-13T13:09:00.159328+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:01.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:01 smithi053 bash[23444]: audit 2024-09-13T13:09:00.159328+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:01.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:01 smithi077 bash[23251]: cluster 2024-09-13T13:08:59.499164+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:01.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:01 smithi077 bash[23251]: cluster 2024-09-13T13:08:59.499164+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:01.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:01 smithi077 bash[23251]: audit 2024-09-13T13:09:00.159328+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:01.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:01 smithi077 bash[23251]: audit 2024-09-13T13:09:00.159328+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:02.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:02 smithi053 bash[23444]: audit 2024-09-13T13:09:01.208656+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:02.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:02 smithi053 bash[23444]: audit 2024-09-13T13:09:01.208656+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:02.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:02 smithi053 bash[23444]: audit 2024-09-13T13:09:01.525281+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:02.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:02 smithi053 bash[23444]: audit 2024-09-13T13:09:01.525281+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:02.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:02 smithi053 bash[23444]: audit 2024-09-13T13:09:01.530468+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:02.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:02 smithi053 bash[23444]: audit 2024-09-13T13:09:01.530468+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:02.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:02 smithi053 bash[23444]: audit 2024-09-13T13:09:01.532457+0000 mon.a (mon.0) 715 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:09:02.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:02 smithi053 bash[23444]: audit 2024-09-13T13:09:01.532457+0000 mon.a (mon.0) 715 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:09:02.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:02 smithi053 bash[23444]: audit 2024-09-13T13:09:01.535250+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:02.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:02 smithi053 bash[23444]: audit 2024-09-13T13:09:01.535250+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:02.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:02 smithi053 bash[23444]: audit 2024-09-13T13:09:01.535540+0000 mon.a (mon.0) 717 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:09:02.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:02 smithi053 bash[23444]: audit 2024-09-13T13:09:01.535540+0000 mon.a (mon.0) 717 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:09:02.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:02 smithi053 bash[23444]: audit 2024-09-13T13:09:01.536286+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:09:02.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:02 smithi053 bash[23444]: audit 2024-09-13T13:09:01.536286+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:09:02.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:02 smithi053 bash[23444]: audit 2024-09-13T13:09:01.540866+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:02.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:02 smithi053 bash[23444]: audit 2024-09-13T13:09:01.540866+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:02.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:02 smithi053 bash[23444]: audit 2024-09-13T13:09:02.171462+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:02.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:02 smithi053 bash[23444]: audit 2024-09-13T13:09:02.171462+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:02.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:02 smithi077 bash[23251]: audit 2024-09-13T13:09:01.208656+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:02.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:02 smithi077 bash[23251]: audit 2024-09-13T13:09:01.208656+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:02.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:02 smithi077 bash[23251]: audit 2024-09-13T13:09:01.525281+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:02.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:02 smithi077 bash[23251]: audit 2024-09-13T13:09:01.525281+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:02.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:02 smithi077 bash[23251]: audit 2024-09-13T13:09:01.530468+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:02.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:02 smithi077 bash[23251]: audit 2024-09-13T13:09:01.530468+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:02.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:02 smithi077 bash[23251]: audit 2024-09-13T13:09:01.532457+0000 mon.a (mon.0) 715 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:09:02.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:02 smithi077 bash[23251]: audit 2024-09-13T13:09:01.532457+0000 mon.a (mon.0) 715 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:09:02.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:02 smithi077 bash[23251]: audit 2024-09-13T13:09:01.535250+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:02.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:02 smithi077 bash[23251]: audit 2024-09-13T13:09:01.535250+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:02.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:02 smithi077 bash[23251]: audit 2024-09-13T13:09:01.535540+0000 mon.a (mon.0) 717 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:09:02.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:02 smithi077 bash[23251]: audit 2024-09-13T13:09:01.535540+0000 mon.a (mon.0) 717 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:09:02.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:02 smithi077 bash[23251]: audit 2024-09-13T13:09:01.536286+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:09:02.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:02 smithi077 bash[23251]: audit 2024-09-13T13:09:01.536286+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:09:02.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:02 smithi077 bash[23251]: audit 2024-09-13T13:09:01.540866+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:02.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:02 smithi077 bash[23251]: audit 2024-09-13T13:09:01.540866+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:02.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:02 smithi077 bash[23251]: audit 2024-09-13T13:09:02.171462+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:02.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:02 smithi077 bash[23251]: audit 2024-09-13T13:09:02.171462+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:02.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:02 smithi007 bash[22721]: audit 2024-09-13T13:09:01.208656+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:02.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:02 smithi007 bash[22721]: audit 2024-09-13T13:09:01.208656+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:02.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:02 smithi007 bash[22721]: audit 2024-09-13T13:09:01.525281+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:02.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:02 smithi007 bash[22721]: audit 2024-09-13T13:09:01.525281+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:02.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:02 smithi007 bash[22721]: audit 2024-09-13T13:09:01.530468+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:02.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:02 smithi007 bash[22721]: audit 2024-09-13T13:09:01.530468+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:02.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:02 smithi007 bash[22721]: audit 2024-09-13T13:09:01.532457+0000 mon.a (mon.0) 715 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:09:02.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:02 smithi007 bash[22721]: audit 2024-09-13T13:09:01.532457+0000 mon.a (mon.0) 715 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:09:02.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:02 smithi007 bash[22721]: audit 2024-09-13T13:09:01.535250+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:02.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:02 smithi007 bash[22721]: audit 2024-09-13T13:09:01.535250+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:02.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:02 smithi007 bash[22721]: audit 2024-09-13T13:09:01.535540+0000 mon.a (mon.0) 717 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:09:02.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:02 smithi007 bash[22721]: audit 2024-09-13T13:09:01.535540+0000 mon.a (mon.0) 717 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:09:02.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:02 smithi007 bash[22721]: audit 2024-09-13T13:09:01.536286+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:09:02.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:02 smithi007 bash[22721]: audit 2024-09-13T13:09:01.536286+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:09:02.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:02 smithi007 bash[22721]: audit 2024-09-13T13:09:01.540866+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:02.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:02 smithi007 bash[22721]: audit 2024-09-13T13:09:01.540866+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:02.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:02 smithi007 bash[22721]: audit 2024-09-13T13:09:02.171462+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:02.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:02 smithi007 bash[22721]: audit 2024-09-13T13:09:02.171462+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:03.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:03 smithi053 bash[23444]: cluster 2024-09-13T13:09:01.499483+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:03.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:03 smithi053 bash[23444]: cluster 2024-09-13T13:09:01.499483+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:03.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:03 smithi053 bash[23444]: cephadm 2024-09-13T13:09:01.541298+0000 mgr.a (mgr.14152) 284 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T13:09:03.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:03 smithi053 bash[23444]: cephadm 2024-09-13T13:09:01.541298+0000 mgr.a (mgr.14152) 284 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T13:09:03.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:03 smithi053 bash[23444]: audit 2024-09-13T13:09:02.318218+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:03.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:03 smithi053 bash[23444]: audit 2024-09-13T13:09:02.318218+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:03.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:03 smithi053 bash[23444]: audit 2024-09-13T13:09:02.326495+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:03.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:03 smithi053 bash[23444]: audit 2024-09-13T13:09:02.326495+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:03.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:03 smithi053 bash[23444]: audit 2024-09-13T13:09:02.336387+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:03.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:03 smithi053 bash[23444]: audit 2024-09-13T13:09:02.336387+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:03.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:03 smithi053 bash[23444]: audit 2024-09-13T13:09:03.204544+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:03.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:03 smithi053 bash[23444]: audit 2024-09-13T13:09:03.204544+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:03.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:03 smithi077 bash[23251]: cluster 2024-09-13T13:09:01.499483+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:03.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:03 smithi077 bash[23251]: cluster 2024-09-13T13:09:01.499483+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:03.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:03 smithi077 bash[23251]: cephadm 2024-09-13T13:09:01.541298+0000 mgr.a (mgr.14152) 284 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T13:09:03.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:03 smithi077 bash[23251]: cephadm 2024-09-13T13:09:01.541298+0000 mgr.a (mgr.14152) 284 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T13:09:03.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:03 smithi077 bash[23251]: audit 2024-09-13T13:09:02.318218+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:03.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:03 smithi077 bash[23251]: audit 2024-09-13T13:09:02.318218+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:03.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:03 smithi077 bash[23251]: audit 2024-09-13T13:09:02.326495+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:03.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:03 smithi077 bash[23251]: audit 2024-09-13T13:09:02.326495+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:03.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:03 smithi077 bash[23251]: audit 2024-09-13T13:09:02.336387+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:03.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:03 smithi077 bash[23251]: audit 2024-09-13T13:09:02.336387+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:03.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:03 smithi077 bash[23251]: audit 2024-09-13T13:09:03.204544+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:03.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:03 smithi077 bash[23251]: audit 2024-09-13T13:09:03.204544+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:03.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:03 smithi007 bash[22721]: cluster 2024-09-13T13:09:01.499483+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:03.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:03 smithi007 bash[22721]: cluster 2024-09-13T13:09:01.499483+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:03.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:03 smithi007 bash[22721]: cephadm 2024-09-13T13:09:01.541298+0000 mgr.a (mgr.14152) 284 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T13:09:03.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:03 smithi007 bash[22721]: cephadm 2024-09-13T13:09:01.541298+0000 mgr.a (mgr.14152) 284 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T13:09:03.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:03 smithi007 bash[22721]: audit 2024-09-13T13:09:02.318218+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:03.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:03 smithi007 bash[22721]: audit 2024-09-13T13:09:02.318218+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:03.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:03 smithi007 bash[22721]: audit 2024-09-13T13:09:02.326495+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:03.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:03 smithi007 bash[22721]: audit 2024-09-13T13:09:02.326495+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:03.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:03 smithi007 bash[22721]: audit 2024-09-13T13:09:02.336387+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:03.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:03 smithi007 bash[22721]: audit 2024-09-13T13:09:02.336387+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:03.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:03 smithi007 bash[22721]: audit 2024-09-13T13:09:03.204544+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:03.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:03 smithi007 bash[22721]: audit 2024-09-13T13:09:03.204544+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:05.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:05 smithi053 bash[23444]: cluster 2024-09-13T13:09:03.499962+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:05.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:05 smithi053 bash[23444]: cluster 2024-09-13T13:09:03.499962+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:05.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:05 smithi053 bash[23444]: audit 2024-09-13T13:09:04.089707+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:05.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:05 smithi053 bash[23444]: audit 2024-09-13T13:09:04.089707+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:05.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:05 smithi053 bash[23444]: audit 2024-09-13T13:09:04.815285+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:05.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:05 smithi053 bash[23444]: audit 2024-09-13T13:09:04.815285+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:05.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:05 smithi053 bash[23444]: audit 2024-09-13T13:09:04.823371+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:05.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:05 smithi053 bash[23444]: audit 2024-09-13T13:09:04.823371+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:05.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:05 smithi053 bash[23444]: audit 2024-09-13T13:09:04.833030+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:05.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:05 smithi053 bash[23444]: audit 2024-09-13T13:09:04.833030+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:05.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:05 smithi077 bash[23251]: cluster 2024-09-13T13:09:03.499962+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:05.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:05 smithi077 bash[23251]: cluster 2024-09-13T13:09:03.499962+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:05.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:05 smithi077 bash[23251]: audit 2024-09-13T13:09:04.089707+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:05.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:05 smithi077 bash[23251]: audit 2024-09-13T13:09:04.089707+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:05.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:05 smithi077 bash[23251]: audit 2024-09-13T13:09:04.815285+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:05.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:05 smithi077 bash[23251]: audit 2024-09-13T13:09:04.815285+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:05.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:05 smithi077 bash[23251]: audit 2024-09-13T13:09:04.823371+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:05.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:05 smithi077 bash[23251]: audit 2024-09-13T13:09:04.823371+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:05.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:05 smithi077 bash[23251]: audit 2024-09-13T13:09:04.833030+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:05.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:05 smithi077 bash[23251]: audit 2024-09-13T13:09:04.833030+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:05.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:05 smithi007 bash[22721]: cluster 2024-09-13T13:09:03.499962+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:05.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:05 smithi007 bash[22721]: cluster 2024-09-13T13:09:03.499962+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:05.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:05 smithi007 bash[22721]: audit 2024-09-13T13:09:04.089707+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:05.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:05 smithi007 bash[22721]: audit 2024-09-13T13:09:04.089707+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:05.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:05 smithi007 bash[22721]: audit 2024-09-13T13:09:04.815285+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:05.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:05 smithi007 bash[22721]: audit 2024-09-13T13:09:04.815285+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:05.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:05 smithi007 bash[22721]: audit 2024-09-13T13:09:04.823371+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:05.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:05 smithi007 bash[22721]: audit 2024-09-13T13:09:04.823371+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:05.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:05 smithi007 bash[22721]: audit 2024-09-13T13:09:04.833030+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:05.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:05 smithi007 bash[22721]: audit 2024-09-13T13:09:04.833030+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:07.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:07 smithi053 bash[23444]: cluster 2024-09-13T13:09:05.500487+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:07.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:07 smithi053 bash[23444]: cluster 2024-09-13T13:09:05.500487+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:07.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:07 smithi053 bash[23444]: audit 2024-09-13T13:09:06.111992+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:07.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:07 smithi053 bash[23444]: audit 2024-09-13T13:09:06.111992+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:07.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:07 smithi053 bash[23444]: audit 2024-09-13T13:09:06.119992+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:07.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:07 smithi053 bash[23444]: audit 2024-09-13T13:09:06.119992+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:07.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:07 smithi053 bash[23444]: audit 2024-09-13T13:09:06.124847+0000 mon.a (mon.0) 731 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:09:07.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:07 smithi053 bash[23444]: audit 2024-09-13T13:09:06.124847+0000 mon.a (mon.0) 731 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:09:07.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:07 smithi053 bash[23444]: audit 2024-09-13T13:09:06.130074+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:07.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:07 smithi053 bash[23444]: audit 2024-09-13T13:09:06.130074+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:07.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:07 smithi053 bash[23444]: audit 2024-09-13T13:09:06.135890+0000 mon.a (mon.0) 733 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:09:07.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:07 smithi053 bash[23444]: audit 2024-09-13T13:09:06.135890+0000 mon.a (mon.0) 733 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:09:07.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:07 smithi053 bash[23444]: audit 2024-09-13T13:09:06.137739+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:09:07.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:07 smithi053 bash[23444]: audit 2024-09-13T13:09:06.137739+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:09:07.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:07 smithi053 bash[23444]: audit 2024-09-13T13:09:06.147625+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:07.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:07 smithi053 bash[23444]: audit 2024-09-13T13:09:06.147625+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:07.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:07 smithi053 bash[23444]: cephadm 2024-09-13T13:09:06.154602+0000 mgr.a (mgr.14152) 287 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-09-13T13:09:07.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:07 smithi053 bash[23444]: cephadm 2024-09-13T13:09:06.154602+0000 mgr.a (mgr.14152) 287 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-09-13T13:09:07.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:07 smithi077 bash[23251]: cluster 2024-09-13T13:09:05.500487+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:07.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:07 smithi077 bash[23251]: cluster 2024-09-13T13:09:05.500487+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:07.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:07 smithi077 bash[23251]: audit 2024-09-13T13:09:06.111992+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:07.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:07 smithi077 bash[23251]: audit 2024-09-13T13:09:06.111992+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:07.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:07 smithi077 bash[23251]: audit 2024-09-13T13:09:06.119992+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:07.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:07 smithi077 bash[23251]: audit 2024-09-13T13:09:06.119992+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:07.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:07 smithi077 bash[23251]: audit 2024-09-13T13:09:06.124847+0000 mon.a (mon.0) 731 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:09:07.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:07 smithi077 bash[23251]: audit 2024-09-13T13:09:06.124847+0000 mon.a (mon.0) 731 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:09:07.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:07 smithi077 bash[23251]: audit 2024-09-13T13:09:06.130074+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:07.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:07 smithi077 bash[23251]: audit 2024-09-13T13:09:06.130074+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:07.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:07 smithi077 bash[23251]: audit 2024-09-13T13:09:06.135890+0000 mon.a (mon.0) 733 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:09:07.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:07 smithi077 bash[23251]: audit 2024-09-13T13:09:06.135890+0000 mon.a (mon.0) 733 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:09:07.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:07 smithi077 bash[23251]: audit 2024-09-13T13:09:06.137739+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:09:07.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:07 smithi077 bash[23251]: audit 2024-09-13T13:09:06.137739+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:09:07.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:07 smithi077 bash[23251]: audit 2024-09-13T13:09:06.147625+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:07.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:07 smithi077 bash[23251]: audit 2024-09-13T13:09:06.147625+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:07.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:07 smithi077 bash[23251]: cephadm 2024-09-13T13:09:06.154602+0000 mgr.a (mgr.14152) 287 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-09-13T13:09:07.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:07 smithi077 bash[23251]: cephadm 2024-09-13T13:09:06.154602+0000 mgr.a (mgr.14152) 287 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-09-13T13:09:07.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:07 smithi007 bash[22721]: cluster 2024-09-13T13:09:05.500487+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:07.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:07 smithi007 bash[22721]: cluster 2024-09-13T13:09:05.500487+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:07.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:07 smithi007 bash[22721]: audit 2024-09-13T13:09:06.111992+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:07.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:07 smithi007 bash[22721]: audit 2024-09-13T13:09:06.111992+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:07.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:07 smithi007 bash[22721]: audit 2024-09-13T13:09:06.119992+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:07.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:07 smithi007 bash[22721]: audit 2024-09-13T13:09:06.119992+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:07.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:07 smithi007 bash[22721]: audit 2024-09-13T13:09:06.124847+0000 mon.a (mon.0) 731 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:09:07.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:07 smithi007 bash[22721]: audit 2024-09-13T13:09:06.124847+0000 mon.a (mon.0) 731 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:09:07.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:07 smithi007 bash[22721]: audit 2024-09-13T13:09:06.130074+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:07.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:07 smithi007 bash[22721]: audit 2024-09-13T13:09:06.130074+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:07.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:07 smithi007 bash[22721]: audit 2024-09-13T13:09:06.135890+0000 mon.a (mon.0) 733 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:09:07.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:07 smithi007 bash[22721]: audit 2024-09-13T13:09:06.135890+0000 mon.a (mon.0) 733 : audit [DBG] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:09:07.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:07 smithi007 bash[22721]: audit 2024-09-13T13:09:06.137739+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:09:07.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:07 smithi007 bash[22721]: audit 2024-09-13T13:09:06.137739+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:09:07.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:07 smithi007 bash[22721]: audit 2024-09-13T13:09:06.147625+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:07.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:07 smithi007 bash[22721]: audit 2024-09-13T13:09:06.147625+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:07.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:07 smithi007 bash[22721]: cephadm 2024-09-13T13:09:06.154602+0000 mgr.a (mgr.14152) 287 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-09-13T13:09:07.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:07 smithi007 bash[22721]: cephadm 2024-09-13T13:09:06.154602+0000 mgr.a (mgr.14152) 287 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-09-13T13:09:08.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:08 smithi007 bash[22721]: audit 2024-09-13T13:09:07.319870+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:08.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:08 smithi007 bash[22721]: audit 2024-09-13T13:09:07.319870+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:08.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:08 smithi007 bash[22721]: audit 2024-09-13T13:09:07.326684+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:08.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:08 smithi007 bash[22721]: audit 2024-09-13T13:09:07.326684+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:08.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:08 smithi007 bash[22721]: audit 2024-09-13T13:09:07.331534+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2024-09-13T13:09:08.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:08 smithi007 bash[22721]: audit 2024-09-13T13:09:07.331534+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2024-09-13T13:09:08.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:08 smithi007 bash[22721]: audit 2024-09-13T13:09:07.332448+0000 mgr.a (mgr.14152) 288 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-13T13:09:08.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:08 smithi007 bash[22721]: audit 2024-09-13T13:09:07.332448+0000 mgr.a (mgr.14152) 288 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-13T13:09:08.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:08 smithi007 bash[22721]: audit 2024-09-13T13:09:07.338732+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:08.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:08 smithi007 bash[22721]: audit 2024-09-13T13:09:07.338732+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:08.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:08 smithi007 bash[22721]: cephadm 2024-09-13T13:09:07.375852+0000 mgr.a (mgr.14152) 289 : cephadm [INF] Deploying daemon grafana.smithi007 on smithi007 2024-09-13T13:09:08.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:08 smithi007 bash[22721]: cephadm 2024-09-13T13:09:07.375852+0000 mgr.a (mgr.14152) 289 : cephadm [INF] Deploying daemon grafana.smithi007 on smithi007 2024-09-13T13:09:08.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:08 smithi007 bash[22721]: cluster 2024-09-13T13:09:07.500983+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:08.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:08 smithi007 bash[22721]: cluster 2024-09-13T13:09:07.500983+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:08.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:08 smithi053 bash[23444]: audit 2024-09-13T13:09:07.319870+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:08.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:08 smithi053 bash[23444]: audit 2024-09-13T13:09:07.319870+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:08.713 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:08 smithi053 bash[23444]: audit 2024-09-13T13:09:07.326684+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:08.713 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:08 smithi053 bash[23444]: audit 2024-09-13T13:09:07.326684+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:08.713 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:08 smithi053 bash[23444]: audit 2024-09-13T13:09:07.331534+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2024-09-13T13:09:08.713 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:08 smithi053 bash[23444]: audit 2024-09-13T13:09:07.331534+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2024-09-13T13:09:08.713 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:08 smithi053 bash[23444]: audit 2024-09-13T13:09:07.332448+0000 mgr.a (mgr.14152) 288 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-13T13:09:08.713 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:08 smithi053 bash[23444]: audit 2024-09-13T13:09:07.332448+0000 mgr.a (mgr.14152) 288 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-13T13:09:08.713 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:08 smithi053 bash[23444]: audit 2024-09-13T13:09:07.338732+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:08.713 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:08 smithi053 bash[23444]: audit 2024-09-13T13:09:07.338732+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:08.713 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:08 smithi053 bash[23444]: cephadm 2024-09-13T13:09:07.375852+0000 mgr.a (mgr.14152) 289 : cephadm [INF] Deploying daemon grafana.smithi007 on smithi007 2024-09-13T13:09:08.713 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:08 smithi053 bash[23444]: cephadm 2024-09-13T13:09:07.375852+0000 mgr.a (mgr.14152) 289 : cephadm [INF] Deploying daemon grafana.smithi007 on smithi007 2024-09-13T13:09:08.713 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:08 smithi053 bash[23444]: cluster 2024-09-13T13:09:07.500983+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:08.713 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:08 smithi053 bash[23444]: cluster 2024-09-13T13:09:07.500983+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:08.729 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:08 smithi077 bash[23251]: audit 2024-09-13T13:09:07.319870+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:08.729 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:08 smithi077 bash[23251]: audit 2024-09-13T13:09:07.319870+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:08.729 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:08 smithi077 bash[23251]: audit 2024-09-13T13:09:07.326684+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:08.729 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:08 smithi077 bash[23251]: audit 2024-09-13T13:09:07.326684+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:08.729 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:08 smithi077 bash[23251]: audit 2024-09-13T13:09:07.331534+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2024-09-13T13:09:08.729 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:08 smithi077 bash[23251]: audit 2024-09-13T13:09:07.331534+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2024-09-13T13:09:08.729 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:08 smithi077 bash[23251]: audit 2024-09-13T13:09:07.332448+0000 mgr.a (mgr.14152) 288 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-13T13:09:08.729 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:08 smithi077 bash[23251]: audit 2024-09-13T13:09:07.332448+0000 mgr.a (mgr.14152) 288 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-13T13:09:08.729 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:08 smithi077 bash[23251]: audit 2024-09-13T13:09:07.338732+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:08.729 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:08 smithi077 bash[23251]: audit 2024-09-13T13:09:07.338732+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:08.730 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:08 smithi077 bash[23251]: cephadm 2024-09-13T13:09:07.375852+0000 mgr.a (mgr.14152) 289 : cephadm [INF] Deploying daemon grafana.smithi007 on smithi007 2024-09-13T13:09:08.730 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:08 smithi077 bash[23251]: cephadm 2024-09-13T13:09:07.375852+0000 mgr.a (mgr.14152) 289 : cephadm [INF] Deploying daemon grafana.smithi007 on smithi007 2024-09-13T13:09:08.730 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:08 smithi077 bash[23251]: cluster 2024-09-13T13:09:07.500983+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:08.730 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:08 smithi077 bash[23251]: cluster 2024-09-13T13:09:07.500983+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:10.809 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:10 smithi007 bash[22721]: cluster 2024-09-13T13:09:09.501532+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:10.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:10 smithi007 bash[22721]: cluster 2024-09-13T13:09:09.501532+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:10.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:10 smithi053 bash[23444]: cluster 2024-09-13T13:09:09.501532+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:10.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:10 smithi053 bash[23444]: cluster 2024-09-13T13:09:09.501532+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:10.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:10 smithi077 bash[23251]: cluster 2024-09-13T13:09:09.501532+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:10.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:10 smithi077 bash[23251]: cluster 2024-09-13T13:09:09.501532+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:12.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:12 smithi053 bash[23444]: cluster 2024-09-13T13:09:11.502090+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:12.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:12 smithi053 bash[23444]: cluster 2024-09-13T13:09:11.502090+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:12.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:12 smithi077 bash[23251]: cluster 2024-09-13T13:09:11.502090+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:12.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:12 smithi077 bash[23251]: cluster 2024-09-13T13:09:11.502090+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:13.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:12 smithi007 bash[22721]: cluster 2024-09-13T13:09:11.502090+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:13.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:12 smithi007 bash[22721]: cluster 2024-09-13T13:09:11.502090+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:14.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:14 smithi053 bash[23444]: cluster 2024-09-13T13:09:13.502738+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:14.984 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:14 smithi053 bash[23444]: cluster 2024-09-13T13:09:13.502738+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:14.985 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:14 smithi077 bash[23251]: cluster 2024-09-13T13:09:13.502738+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:14.985 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:14 smithi077 bash[23251]: cluster 2024-09-13T13:09:13.502738+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:15.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:14 smithi007 bash[22721]: cluster 2024-09-13T13:09:13.502738+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:15.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:14 smithi007 bash[22721]: cluster 2024-09-13T13:09:13.502738+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:16.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:16 smithi053 bash[23444]: cluster 2024-09-13T13:09:15.503311+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:16.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:16 smithi053 bash[23444]: cluster 2024-09-13T13:09:15.503311+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:16.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:16 smithi077 bash[23251]: cluster 2024-09-13T13:09:15.503311+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:16.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:16 smithi077 bash[23251]: cluster 2024-09-13T13:09:15.503311+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:17.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:16 smithi007 bash[22721]: cluster 2024-09-13T13:09:15.503311+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:17.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:16 smithi007 bash[22721]: cluster 2024-09-13T13:09:15.503311+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:18.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:18 smithi053 bash[23444]: cluster 2024-09-13T13:09:17.503677+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:18.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:18 smithi053 bash[23444]: cluster 2024-09-13T13:09:17.503677+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:18.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:18 smithi077 bash[23251]: cluster 2024-09-13T13:09:17.503677+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:18.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:18 smithi077 bash[23251]: cluster 2024-09-13T13:09:17.503677+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:19.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:18 smithi007 bash[22721]: cluster 2024-09-13T13:09:17.503677+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:19.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:18 smithi007 bash[22721]: cluster 2024-09-13T13:09:17.503677+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:20.918 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:20 smithi053 bash[23444]: cluster 2024-09-13T13:09:19.504268+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:20.919 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:20 smithi053 bash[23444]: cluster 2024-09-13T13:09:19.504268+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:20.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:20 smithi077 bash[23251]: cluster 2024-09-13T13:09:19.504268+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:20.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:20 smithi077 bash[23251]: cluster 2024-09-13T13:09:19.504268+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:21.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:20 smithi007 bash[22721]: cluster 2024-09-13T13:09:19.504268+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:21.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:20 smithi007 bash[22721]: cluster 2024-09-13T13:09:19.504268+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:22.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:22 smithi053 bash[23444]: cluster 2024-09-13T13:09:21.504786+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:22.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:22 smithi053 bash[23444]: cluster 2024-09-13T13:09:21.504786+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:22.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:22 smithi053 bash[23444]: audit 2024-09-13T13:09:22.541753+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:22.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:22 smithi053 bash[23444]: audit 2024-09-13T13:09:22.541753+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:22.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:22 smithi053 bash[23444]: audit 2024-09-13T13:09:22.550534+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:22.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:22 smithi053 bash[23444]: audit 2024-09-13T13:09:22.550534+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:22.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:22 smithi053 bash[23444]: audit 2024-09-13T13:09:22.560712+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:22.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:22 smithi053 bash[23444]: audit 2024-09-13T13:09:22.560712+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:22.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:22 smithi077 bash[23251]: cluster 2024-09-13T13:09:21.504786+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:22.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:22 smithi077 bash[23251]: cluster 2024-09-13T13:09:21.504786+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:22.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:22 smithi077 bash[23251]: audit 2024-09-13T13:09:22.541753+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:22.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:22 smithi077 bash[23251]: audit 2024-09-13T13:09:22.541753+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:22.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:22 smithi077 bash[23251]: audit 2024-09-13T13:09:22.550534+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:22.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:22 smithi077 bash[23251]: audit 2024-09-13T13:09:22.550534+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:22.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:22 smithi077 bash[23251]: audit 2024-09-13T13:09:22.560712+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:22.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:22 smithi077 bash[23251]: audit 2024-09-13T13:09:22.560712+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:23.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:22 smithi007 bash[22721]: cluster 2024-09-13T13:09:21.504786+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:23.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:22 smithi007 bash[22721]: cluster 2024-09-13T13:09:21.504786+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:23.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:22 smithi007 bash[22721]: audit 2024-09-13T13:09:22.541753+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:23.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:22 smithi007 bash[22721]: audit 2024-09-13T13:09:22.541753+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:23.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:22 smithi007 bash[22721]: audit 2024-09-13T13:09:22.550534+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:23.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:22 smithi007 bash[22721]: audit 2024-09-13T13:09:22.550534+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:23.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:22 smithi007 bash[22721]: audit 2024-09-13T13:09:22.560712+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:23.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:22 smithi007 bash[22721]: audit 2024-09-13T13:09:22.560712+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:24.904 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:24 smithi007 bash[22721]: cluster 2024-09-13T13:09:23.505323+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:24.904 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:24 smithi007 bash[22721]: cluster 2024-09-13T13:09:23.505323+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:24.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:24 smithi053 bash[23444]: cluster 2024-09-13T13:09:23.505323+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:24.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:24 smithi053 bash[23444]: cluster 2024-09-13T13:09:23.505323+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:24.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:24 smithi077 bash[23251]: cluster 2024-09-13T13:09:23.505323+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:24.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:24 smithi077 bash[23251]: cluster 2024-09-13T13:09:23.505323+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:25.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:25 smithi077 bash[23251]: audit 2024-09-13T13:09:24.726872+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:25.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:25 smithi077 bash[23251]: audit 2024-09-13T13:09:24.726872+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:25.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:25 smithi077 bash[23251]: audit 2024-09-13T13:09:24.735328+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:25.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:25 smithi077 bash[23251]: audit 2024-09-13T13:09:24.735328+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:25.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:25 smithi077 bash[23251]: audit 2024-09-13T13:09:24.745831+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:25.980 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:25 smithi077 bash[23251]: audit 2024-09-13T13:09:24.745831+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:25.980 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:25 smithi077 bash[23251]: audit 2024-09-13T13:09:25.030296+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:25.980 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:25 smithi077 bash[23251]: audit 2024-09-13T13:09:25.030296+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:25.980 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:25 smithi077 bash[23251]: audit 2024-09-13T13:09:25.036395+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:25.980 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:25 smithi077 bash[23251]: audit 2024-09-13T13:09:25.036395+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:25.980 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:25 smithi077 bash[23251]: audit 2024-09-13T13:09:25.043263+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:25.980 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:25 smithi077 bash[23251]: audit 2024-09-13T13:09:25.043263+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:26.074 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:25 smithi007 bash[22721]: audit 2024-09-13T13:09:24.726872+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:26.075 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:25 smithi007 bash[22721]: audit 2024-09-13T13:09:24.726872+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:26.075 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:25 smithi007 bash[22721]: audit 2024-09-13T13:09:24.735328+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:26.075 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:25 smithi007 bash[22721]: audit 2024-09-13T13:09:24.735328+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:26.075 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:25 smithi007 bash[22721]: audit 2024-09-13T13:09:24.745831+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:26.075 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:25 smithi007 bash[22721]: audit 2024-09-13T13:09:24.745831+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:26.076 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:25 smithi007 bash[22721]: audit 2024-09-13T13:09:25.030296+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:26.076 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:25 smithi007 bash[22721]: audit 2024-09-13T13:09:25.030296+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:26.076 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:25 smithi007 bash[22721]: audit 2024-09-13T13:09:25.036395+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:26.076 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:25 smithi007 bash[22721]: audit 2024-09-13T13:09:25.036395+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:26.076 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:25 smithi007 bash[22721]: audit 2024-09-13T13:09:25.043263+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:26.077 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:25 smithi007 bash[22721]: audit 2024-09-13T13:09:25.043263+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:26.212 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:25 smithi053 bash[23444]: audit 2024-09-13T13:09:24.726872+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:26.212 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:25 smithi053 bash[23444]: audit 2024-09-13T13:09:24.726872+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:26.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:25 smithi053 bash[23444]: audit 2024-09-13T13:09:24.735328+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:26.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:25 smithi053 bash[23444]: audit 2024-09-13T13:09:24.735328+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:26.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:25 smithi053 bash[23444]: audit 2024-09-13T13:09:24.745831+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:26.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:25 smithi053 bash[23444]: audit 2024-09-13T13:09:24.745831+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:26.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:25 smithi053 bash[23444]: audit 2024-09-13T13:09:25.030296+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:26.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:25 smithi053 bash[23444]: audit 2024-09-13T13:09:25.030296+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:26.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:25 smithi053 bash[23444]: audit 2024-09-13T13:09:25.036395+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:26.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:25 smithi053 bash[23444]: audit 2024-09-13T13:09:25.036395+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:26.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:25 smithi053 bash[23444]: audit 2024-09-13T13:09:25.043263+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:26.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:25 smithi053 bash[23444]: audit 2024-09-13T13:09:25.043263+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:27.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:27 smithi007 bash[22721]: cluster 2024-09-13T13:09:25.505872+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:27.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:27 smithi007 bash[22721]: cluster 2024-09-13T13:09:25.505872+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:27.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:27 smithi053 bash[23444]: cluster 2024-09-13T13:09:25.505872+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:27.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:27 smithi053 bash[23444]: cluster 2024-09-13T13:09:25.505872+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:27.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:27 smithi077 bash[23251]: cluster 2024-09-13T13:09:25.505872+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:27.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:27 smithi077 bash[23251]: cluster 2024-09-13T13:09:25.505872+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:29.299 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:29 smithi007 bash[22721]: cluster 2024-09-13T13:09:27.506416+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:29.299 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:29 smithi007 bash[22721]: cluster 2024-09-13T13:09:27.506416+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:29.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:29 smithi053 bash[23444]: cluster 2024-09-13T13:09:27.506416+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:29.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:29 smithi053 bash[23444]: cluster 2024-09-13T13:09:27.506416+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:29.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:29 smithi077 bash[23251]: cluster 2024-09-13T13:09:27.506416+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:29.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:29 smithi077 bash[23251]: cluster 2024-09-13T13:09:27.506416+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:29.559 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:09:29 smithi007 systemd[1]: /etc/systemd/system/ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T13:09:29.560 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 13 13:09:29 smithi007 systemd[1]: /etc/systemd/system/ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T13:09:29.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:29 smithi007 systemd[1]: /etc/systemd/system/ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T13:09:30.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:29 smithi007 systemd[1]: /etc/systemd/system/ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T13:09:30.059 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:09:29 smithi007 systemd[1]: /etc/systemd/system/ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T13:09:30.060 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 13 13:09:29 smithi007 systemd[1]: /etc/systemd/system/ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T13:09:31.212 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:30 smithi053 bash[23444]: cluster 2024-09-13T13:09:29.507085+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:31.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:30 smithi053 bash[23444]: cluster 2024-09-13T13:09:29.507085+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:31.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:30 smithi053 bash[23444]: audit 2024-09-13T13:09:29.825684+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:31.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:30 smithi053 bash[23444]: audit 2024-09-13T13:09:29.825684+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:31.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:30 smithi053 bash[23444]: audit 2024-09-13T13:09:29.831011+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:31.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:30 smithi053 bash[23444]: audit 2024-09-13T13:09:29.831011+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:31.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:30 smithi053 bash[23444]: audit 2024-09-13T13:09:29.835849+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:31.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:30 smithi053 bash[23444]: audit 2024-09-13T13:09:29.835849+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:31.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:30 smithi053 bash[23444]: audit 2024-09-13T13:09:29.840484+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:31.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:30 smithi053 bash[23444]: audit 2024-09-13T13:09:29.840484+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:31.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:30 smithi053 bash[23444]: cephadm 2024-09-13T13:09:29.850558+0000 mgr.a (mgr.14152) 302 : cephadm [INF] Deploying daemon alertmanager.smithi077 on smithi077 2024-09-13T13:09:31.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:30 smithi053 bash[23444]: cephadm 2024-09-13T13:09:29.850558+0000 mgr.a (mgr.14152) 302 : cephadm [INF] Deploying daemon alertmanager.smithi077 on smithi077 2024-09-13T13:09:31.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:30 smithi077 bash[23251]: cluster 2024-09-13T13:09:29.507085+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:31.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:30 smithi077 bash[23251]: cluster 2024-09-13T13:09:29.507085+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:31.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:30 smithi077 bash[23251]: audit 2024-09-13T13:09:29.825684+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:31.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:30 smithi077 bash[23251]: audit 2024-09-13T13:09:29.825684+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:31.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:30 smithi077 bash[23251]: audit 2024-09-13T13:09:29.831011+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:31.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:30 smithi077 bash[23251]: audit 2024-09-13T13:09:29.831011+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:31.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:30 smithi077 bash[23251]: audit 2024-09-13T13:09:29.835849+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:31.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:30 smithi077 bash[23251]: audit 2024-09-13T13:09:29.835849+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:31.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:30 smithi077 bash[23251]: audit 2024-09-13T13:09:29.840484+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:31.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:30 smithi077 bash[23251]: audit 2024-09-13T13:09:29.840484+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:31.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:30 smithi077 bash[23251]: cephadm 2024-09-13T13:09:29.850558+0000 mgr.a (mgr.14152) 302 : cephadm [INF] Deploying daemon alertmanager.smithi077 on smithi077 2024-09-13T13:09:31.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:30 smithi077 bash[23251]: cephadm 2024-09-13T13:09:29.850558+0000 mgr.a (mgr.14152) 302 : cephadm [INF] Deploying daemon alertmanager.smithi077 on smithi077 2024-09-13T13:09:31.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:30 smithi007 bash[22721]: cluster 2024-09-13T13:09:29.507085+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:31.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:30 smithi007 bash[22721]: cluster 2024-09-13T13:09:29.507085+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:31.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:30 smithi007 bash[22721]: audit 2024-09-13T13:09:29.825684+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:31.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:30 smithi007 bash[22721]: audit 2024-09-13T13:09:29.825684+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:31.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:30 smithi007 bash[22721]: audit 2024-09-13T13:09:29.831011+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:31.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:30 smithi007 bash[22721]: audit 2024-09-13T13:09:29.831011+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:31.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:30 smithi007 bash[22721]: audit 2024-09-13T13:09:29.835849+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:31.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:30 smithi007 bash[22721]: audit 2024-09-13T13:09:29.835849+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:31.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:30 smithi007 bash[22721]: audit 2024-09-13T13:09:29.840484+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:31.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:30 smithi007 bash[22721]: audit 2024-09-13T13:09:29.840484+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:31.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:30 smithi007 bash[22721]: cephadm 2024-09-13T13:09:29.850558+0000 mgr.a (mgr.14152) 302 : cephadm [INF] Deploying daemon alertmanager.smithi077 on smithi077 2024-09-13T13:09:31.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:30 smithi007 bash[22721]: cephadm 2024-09-13T13:09:29.850558+0000 mgr.a (mgr.14152) 302 : cephadm [INF] Deploying daemon alertmanager.smithi077 on smithi077 2024-09-13T13:09:32.463 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:32 smithi007 bash[22721]: audit 2024-09-13T13:09:31.214878+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:32.464 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:32 smithi007 bash[22721]: audit 2024-09-13T13:09:31.214878+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:32.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:32 smithi077 bash[23251]: audit 2024-09-13T13:09:31.214878+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:32.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:32 smithi077 bash[23251]: audit 2024-09-13T13:09:31.214878+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:32.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:32 smithi053 bash[23444]: audit 2024-09-13T13:09:31.214878+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:32.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:32 smithi053 bash[23444]: audit 2024-09-13T13:09:31.214878+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:33.276 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:33 smithi007 bash[22721]: cluster 2024-09-13T13:09:31.507629+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:33.276 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:33 smithi007 bash[22721]: cluster 2024-09-13T13:09:31.507629+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:33.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:33 smithi077 bash[23251]: cluster 2024-09-13T13:09:31.507629+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:33.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:33 smithi077 bash[23251]: cluster 2024-09-13T13:09:31.507629+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:33.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:33 smithi053 bash[23444]: cluster 2024-09-13T13:09:31.507629+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:33.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:33 smithi053 bash[23444]: cluster 2024-09-13T13:09:31.507629+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:34.441 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:34 smithi007 bash[22721]: cluster 2024-09-13T13:09:33.508228+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:34.441 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:34 smithi007 bash[22721]: cluster 2024-09-13T13:09:33.508228+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:34.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:34 smithi053 bash[23444]: cluster 2024-09-13T13:09:33.508228+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:34.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:34 smithi053 bash[23444]: cluster 2024-09-13T13:09:33.508228+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:34.729 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:34 smithi077 bash[23251]: cluster 2024-09-13T13:09:33.508228+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:34.729 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:34 smithi077 bash[23251]: cluster 2024-09-13T13:09:33.508228+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:36.596 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:36 smithi007 bash[22721]: cluster 2024-09-13T13:09:35.508729+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:36.596 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:36 smithi007 bash[22721]: cluster 2024-09-13T13:09:35.508729+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:36.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:36 smithi053 bash[23444]: cluster 2024-09-13T13:09:35.508729+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:36.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:36 smithi053 bash[23444]: cluster 2024-09-13T13:09:35.508729+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:36.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:36 smithi077 bash[23251]: cluster 2024-09-13T13:09:35.508729+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:36.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:36 smithi077 bash[23251]: cluster 2024-09-13T13:09:35.508729+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:38.228 INFO:journalctl@ceph.osd.2.smithi077.stdout:Sep 13 13:09:38 smithi077 systemd[1]: /etc/systemd/system/ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T13:09:38.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:38 smithi077 systemd[1]: /etc/systemd/system/ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T13:09:38.487 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:38 smithi077 systemd[1]: /etc/systemd/system/ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T13:09:38.487 INFO:journalctl@ceph.osd.2.smithi077.stdout:Sep 13 13:09:38 smithi077 systemd[1]: /etc/systemd/system/ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T13:09:38.855 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:38 smithi007 bash[22721]: cluster 2024-09-13T13:09:37.509331+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:38.855 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:38 smithi007 bash[22721]: cluster 2024-09-13T13:09:37.509331+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:38.855 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:38 smithi007 bash[22721]: audit 2024-09-13T13:09:38.534137+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:38.856 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:38 smithi007 bash[22721]: audit 2024-09-13T13:09:38.534137+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:38.856 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:38 smithi007 bash[22721]: audit 2024-09-13T13:09:38.539502+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:38.856 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:38 smithi007 bash[22721]: audit 2024-09-13T13:09:38.539502+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:38.856 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:38 smithi007 bash[22721]: audit 2024-09-13T13:09:38.544737+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:38.856 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:38 smithi007 bash[22721]: audit 2024-09-13T13:09:38.544737+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:38.856 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:38 smithi007 bash[22721]: audit 2024-09-13T13:09:38.550029+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:38.856 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:38 smithi007 bash[22721]: audit 2024-09-13T13:09:38.550029+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:38.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:38 smithi053 bash[23444]: cluster 2024-09-13T13:09:37.509331+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:38.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:38 smithi053 bash[23444]: cluster 2024-09-13T13:09:37.509331+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:38.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:38 smithi053 bash[23444]: audit 2024-09-13T13:09:38.534137+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:38.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:38 smithi053 bash[23444]: audit 2024-09-13T13:09:38.534137+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:38.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:38 smithi053 bash[23444]: audit 2024-09-13T13:09:38.539502+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:38.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:38 smithi053 bash[23444]: audit 2024-09-13T13:09:38.539502+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:38.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:38 smithi053 bash[23444]: audit 2024-09-13T13:09:38.544737+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:38.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:38 smithi053 bash[23444]: audit 2024-09-13T13:09:38.544737+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:38.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:38 smithi053 bash[23444]: audit 2024-09-13T13:09:38.550029+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:38.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:38 smithi053 bash[23444]: audit 2024-09-13T13:09:38.550029+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:38.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:38 smithi077 bash[23251]: cluster 2024-09-13T13:09:37.509331+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:38.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:38 smithi077 bash[23251]: cluster 2024-09-13T13:09:37.509331+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:38.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:38 smithi077 bash[23251]: audit 2024-09-13T13:09:38.534137+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:38.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:38 smithi077 bash[23251]: audit 2024-09-13T13:09:38.534137+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:38.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:38 smithi077 bash[23251]: audit 2024-09-13T13:09:38.539502+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:38.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:38 smithi077 bash[23251]: audit 2024-09-13T13:09:38.539502+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:38.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:38 smithi077 bash[23251]: audit 2024-09-13T13:09:38.544737+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:38.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:38 smithi077 bash[23251]: audit 2024-09-13T13:09:38.544737+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:38.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:38 smithi077 bash[23251]: audit 2024-09-13T13:09:38.550029+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:38.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:38 smithi077 bash[23251]: audit 2024-09-13T13:09:38.550029+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:39.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:39 smithi053 bash[23444]: cephadm 2024-09-13T13:09:38.839860+0000 mgr.a (mgr.14152) 307 : cephadm [INF] Deploying daemon prometheus.smithi053 on smithi053 2024-09-13T13:09:39.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:39 smithi053 bash[23444]: cephadm 2024-09-13T13:09:38.839860+0000 mgr.a (mgr.14152) 307 : cephadm [INF] Deploying daemon prometheus.smithi053 on smithi053 2024-09-13T13:09:39.767 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:39 smithi007 bash[22721]: cephadm 2024-09-13T13:09:38.839860+0000 mgr.a (mgr.14152) 307 : cephadm [INF] Deploying daemon prometheus.smithi053 on smithi053 2024-09-13T13:09:39.767 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:39 smithi007 bash[22721]: cephadm 2024-09-13T13:09:38.839860+0000 mgr.a (mgr.14152) 307 : cephadm [INF] Deploying daemon prometheus.smithi053 on smithi053 2024-09-13T13:09:39.955 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:39 smithi077 bash[23251]: cephadm 2024-09-13T13:09:38.839860+0000 mgr.a (mgr.14152) 307 : cephadm [INF] Deploying daemon prometheus.smithi053 on smithi053 2024-09-13T13:09:39.955 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:39 smithi077 bash[23251]: cephadm 2024-09-13T13:09:38.839860+0000 mgr.a (mgr.14152) 307 : cephadm [INF] Deploying daemon prometheus.smithi053 on smithi053 2024-09-13T13:09:41.352 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:41 smithi007 bash[22721]: cluster 2024-09-13T13:09:39.509705+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:41.352 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:41 smithi007 bash[22721]: cluster 2024-09-13T13:09:39.509705+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:41.352 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:41 smithi007 bash[22721]: audit 2024-09-13T13:09:40.157887+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:41.352 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:41 smithi007 bash[22721]: audit 2024-09-13T13:09:40.157887+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:41.413 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:41 smithi053 bash[23444]: cluster 2024-09-13T13:09:39.509705+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:41.414 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:41 smithi053 bash[23444]: cluster 2024-09-13T13:09:39.509705+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:41.414 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:41 smithi053 bash[23444]: audit 2024-09-13T13:09:40.157887+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:41.414 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:41 smithi053 bash[23444]: audit 2024-09-13T13:09:40.157887+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:41.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:41 smithi077 bash[23251]: cluster 2024-09-13T13:09:39.509705+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:41.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:41 smithi077 bash[23251]: cluster 2024-09-13T13:09:39.509705+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:41.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:41 smithi077 bash[23251]: audit 2024-09-13T13:09:40.157887+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:41.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:41 smithi077 bash[23251]: audit 2024-09-13T13:09:40.157887+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:42.379 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:42 smithi007 bash[22721]: audit 2024-09-13T13:09:41.219660+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:42.379 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:42 smithi007 bash[22721]: audit 2024-09-13T13:09:41.219660+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:42.379 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:42 smithi007 bash[22721]: audit 2024-09-13T13:09:41.243183+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:42.380 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:42 smithi007 bash[22721]: audit 2024-09-13T13:09:41.243183+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:42.380 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:42 smithi007 bash[22721]: audit 2024-09-13T13:09:41.250411+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:42.380 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:42 smithi007 bash[22721]: audit 2024-09-13T13:09:41.250411+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:42.380 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:42 smithi007 bash[22721]: audit 2024-09-13T13:09:41.256622+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:42.380 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:42 smithi007 bash[22721]: audit 2024-09-13T13:09:41.256622+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:42.437 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:42 smithi077 bash[23251]: audit 2024-09-13T13:09:41.219660+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:42.437 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:42 smithi077 bash[23251]: audit 2024-09-13T13:09:41.219660+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:42.437 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:42 smithi077 bash[23251]: audit 2024-09-13T13:09:41.243183+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:42.437 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:42 smithi077 bash[23251]: audit 2024-09-13T13:09:41.243183+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:42.437 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:42 smithi077 bash[23251]: audit 2024-09-13T13:09:41.250411+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:42.438 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:42 smithi077 bash[23251]: audit 2024-09-13T13:09:41.250411+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:42.438 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:42 smithi077 bash[23251]: audit 2024-09-13T13:09:41.256622+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:42.438 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:42 smithi077 bash[23251]: audit 2024-09-13T13:09:41.256622+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:42.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:42 smithi053 bash[23444]: audit 2024-09-13T13:09:41.219660+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:42.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:42 smithi053 bash[23444]: audit 2024-09-13T13:09:41.219660+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:42.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:42 smithi053 bash[23444]: audit 2024-09-13T13:09:41.243183+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:42.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:42 smithi053 bash[23444]: audit 2024-09-13T13:09:41.243183+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:42.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:42 smithi053 bash[23444]: audit 2024-09-13T13:09:41.250411+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:42.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:42 smithi053 bash[23444]: audit 2024-09-13T13:09:41.250411+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:42.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:42 smithi053 bash[23444]: audit 2024-09-13T13:09:41.256622+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:42.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:42 smithi053 bash[23444]: audit 2024-09-13T13:09:41.256622+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:43.414 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:43 smithi007 bash[22721]: cluster 2024-09-13T13:09:41.510275+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:43.414 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:43 smithi007 bash[22721]: cluster 2024-09-13T13:09:41.510275+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:43.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:43 smithi077 bash[23251]: cluster 2024-09-13T13:09:41.510275+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:43.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:43 smithi077 bash[23251]: cluster 2024-09-13T13:09:41.510275+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:43.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:43 smithi053 bash[23444]: cluster 2024-09-13T13:09:41.510275+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:43.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:43 smithi053 bash[23444]: cluster 2024-09-13T13:09:41.510275+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:45.240 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:45 smithi007 bash[22721]: cluster 2024-09-13T13:09:43.510952+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:45.240 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:45 smithi007 bash[22721]: cluster 2024-09-13T13:09:43.510952+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:45.240 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:45 smithi007 bash[22721]: audit 2024-09-13T13:09:44.954644+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:45.241 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:45 smithi007 bash[22721]: audit 2024-09-13T13:09:44.954644+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:45.241 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:45 smithi007 bash[22721]: audit 2024-09-13T13:09:45.212602+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:45.241 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:45 smithi007 bash[22721]: audit 2024-09-13T13:09:45.212602+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:45.241 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:45 smithi007 bash[22721]: audit 2024-09-13T13:09:45.220914+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:45.241 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:45 smithi007 bash[22721]: audit 2024-09-13T13:09:45.220914+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:45.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:45 smithi077 bash[23251]: cluster 2024-09-13T13:09:43.510952+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:45.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:45 smithi077 bash[23251]: cluster 2024-09-13T13:09:43.510952+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:45.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:45 smithi077 bash[23251]: audit 2024-09-13T13:09:44.954644+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:45.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:45 smithi077 bash[23251]: audit 2024-09-13T13:09:44.954644+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:45.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:45 smithi077 bash[23251]: audit 2024-09-13T13:09:45.212602+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:45.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:45 smithi077 bash[23251]: audit 2024-09-13T13:09:45.212602+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:45.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:45 smithi077 bash[23251]: audit 2024-09-13T13:09:45.220914+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:45.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:45 smithi077 bash[23251]: audit 2024-09-13T13:09:45.220914+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:45.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:45 smithi053 bash[23444]: cluster 2024-09-13T13:09:43.510952+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:45.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:45 smithi053 bash[23444]: cluster 2024-09-13T13:09:43.510952+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:45.713 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:45 smithi053 bash[23444]: audit 2024-09-13T13:09:44.954644+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:45.713 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:45 smithi053 bash[23444]: audit 2024-09-13T13:09:44.954644+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:45.713 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:45 smithi053 bash[23444]: audit 2024-09-13T13:09:45.212602+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:45.713 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:45 smithi053 bash[23444]: audit 2024-09-13T13:09:45.212602+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:45.713 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:45 smithi053 bash[23444]: audit 2024-09-13T13:09:45.220914+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:45.713 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:45 smithi053 bash[23444]: audit 2024-09-13T13:09:45.220914+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:46.267 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:46 smithi007 bash[22721]: audit 2024-09-13T13:09:45.237716+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:46.268 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:46 smithi007 bash[22721]: audit 2024-09-13T13:09:45.237716+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:46.268 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:46 smithi007 bash[22721]: cluster 2024-09-13T13:09:45.511628+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:46.268 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:46 smithi007 bash[22721]: cluster 2024-09-13T13:09:45.511628+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:46.572 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:46 smithi077 bash[23251]: audit 2024-09-13T13:09:45.237716+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:46.573 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:46 smithi077 bash[23251]: audit 2024-09-13T13:09:45.237716+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:46.573 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:46 smithi077 bash[23251]: cluster 2024-09-13T13:09:45.511628+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:46.573 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:46 smithi077 bash[23251]: cluster 2024-09-13T13:09:45.511628+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:46.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:46 smithi053 bash[23444]: audit 2024-09-13T13:09:45.237716+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:46.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:46 smithi053 bash[23444]: audit 2024-09-13T13:09:45.237716+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:46.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:46 smithi053 bash[23444]: cluster 2024-09-13T13:09:45.511628+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:46.713 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:46 smithi053 bash[23444]: cluster 2024-09-13T13:09:45.511628+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:47.589 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:47 smithi007 bash[22721]: audit 2024-09-13T13:09:46.571898+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:47.589 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:47 smithi007 bash[22721]: audit 2024-09-13T13:09:46.571898+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:47.891 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:47 smithi053 bash[23444]: audit 2024-09-13T13:09:46.571898+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:47.891 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:47 smithi053 bash[23444]: audit 2024-09-13T13:09:46.571898+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:47.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:47 smithi077 bash[23251]: audit 2024-09-13T13:09:46.571898+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:47.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:47 smithi077 bash[23251]: audit 2024-09-13T13:09:46.571898+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:48.641 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:48 smithi007 bash[22721]: cluster 2024-09-13T13:09:47.512308+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:48.641 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:48 smithi007 bash[22721]: cluster 2024-09-13T13:09:47.512308+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:48.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:48 smithi053 bash[23444]: cluster 2024-09-13T13:09:47.512308+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:48.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:48 smithi053 bash[23444]: cluster 2024-09-13T13:09:47.512308+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:48.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:48 smithi077 bash[23251]: cluster 2024-09-13T13:09:47.512308+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:48.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:48 smithi077 bash[23251]: cluster 2024-09-13T13:09:47.512308+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:51.137 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:50 smithi007 bash[22721]: cluster 2024-09-13T13:09:49.512925+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:51.138 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:50 smithi007 bash[22721]: cluster 2024-09-13T13:09:49.512925+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:51.138 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:50 smithi007 bash[22721]: audit 2024-09-13T13:09:49.950407+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:51.138 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:50 smithi007 bash[22721]: audit 2024-09-13T13:09:49.950407+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:51.138 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:50 smithi007 bash[22721]: audit 2024-09-13T13:09:49.959452+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:51.138 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:50 smithi007 bash[22721]: audit 2024-09-13T13:09:49.959452+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:51.138 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:50 smithi007 bash[22721]: audit 2024-09-13T13:09:49.969860+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:51.138 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:50 smithi007 bash[22721]: audit 2024-09-13T13:09:49.969860+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:51.212 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:50 smithi053 bash[23444]: cluster 2024-09-13T13:09:49.512925+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:51.212 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:50 smithi053 bash[23444]: cluster 2024-09-13T13:09:49.512925+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:51.212 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:50 smithi053 bash[23444]: audit 2024-09-13T13:09:49.950407+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:51.212 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:50 smithi053 bash[23444]: audit 2024-09-13T13:09:49.950407+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:51.212 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:50 smithi053 bash[23444]: audit 2024-09-13T13:09:49.959452+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:51.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:50 smithi053 bash[23444]: audit 2024-09-13T13:09:49.959452+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:51.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:50 smithi053 bash[23444]: audit 2024-09-13T13:09:49.969860+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:51.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:50 smithi053 bash[23444]: audit 2024-09-13T13:09:49.969860+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:51.228 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:50 smithi077 bash[23251]: cluster 2024-09-13T13:09:49.512925+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:51.228 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:50 smithi077 bash[23251]: cluster 2024-09-13T13:09:49.512925+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:51.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:50 smithi077 bash[23251]: audit 2024-09-13T13:09:49.950407+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:51.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:50 smithi077 bash[23251]: audit 2024-09-13T13:09:49.950407+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:51.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:50 smithi077 bash[23251]: audit 2024-09-13T13:09:49.959452+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:51.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:50 smithi077 bash[23251]: audit 2024-09-13T13:09:49.959452+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:51.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:50 smithi077 bash[23251]: audit 2024-09-13T13:09:49.969860+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:51.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:50 smithi077 bash[23251]: audit 2024-09-13T13:09:49.969860+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:53.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:52 smithi007 bash[22721]: cluster 2024-09-13T13:09:51.513516+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:53.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:52 smithi007 bash[22721]: cluster 2024-09-13T13:09:51.513516+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:53.212 INFO:journalctl@ceph.mgr.b.smithi053.stdout:Sep 13 13:09:53 smithi053 systemd[1]: /etc/systemd/system/ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T13:09:53.212 INFO:journalctl@ceph.osd.1.smithi053.stdout:Sep 13 13:09:53 smithi053 systemd[1]: /etc/systemd/system/ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T13:09:53.212 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:52 smithi053 bash[23444]: cluster 2024-09-13T13:09:51.513516+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:53.212 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:52 smithi053 bash[23444]: cluster 2024-09-13T13:09:51.513516+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:53.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:53 smithi053 systemd[1]: /etc/systemd/system/ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T13:09:53.228 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:52 smithi077 bash[23251]: cluster 2024-09-13T13:09:51.513516+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:53.228 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:52 smithi077 bash[23251]: cluster 2024-09-13T13:09:51.513516+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:53.654 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:53 smithi053 systemd[1]: /etc/systemd/system/ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T13:09:53.654 INFO:journalctl@ceph.mgr.b.smithi053.stdout:Sep 13 13:09:53 smithi053 systemd[1]: /etc/systemd/system/ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T13:09:53.654 INFO:journalctl@ceph.osd.1.smithi053.stdout:Sep 13 13:09:53 smithi053 systemd[1]: /etc/systemd/system/ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T13:09:54.651 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:54 smithi007 bash[22721]: cluster 2024-09-13T13:09:53.514093+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:54.651 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:54 smithi007 bash[22721]: cluster 2024-09-13T13:09:53.514093+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:54.651 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:54 smithi007 bash[22721]: audit 2024-09-13T13:09:53.594137+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:54.652 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:54 smithi007 bash[22721]: audit 2024-09-13T13:09:53.594137+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:54.652 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:54 smithi007 bash[22721]: audit 2024-09-13T13:09:53.602714+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:54.652 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:54 smithi007 bash[22721]: audit 2024-09-13T13:09:53.602714+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:54.652 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:54 smithi007 bash[22721]: audit 2024-09-13T13:09:53.608041+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:54.652 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:54 smithi007 bash[22721]: audit 2024-09-13T13:09:53.608041+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:54.652 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:54 smithi007 bash[22721]: audit 2024-09-13T13:09:53.612557+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2024-09-13T13:09:54.652 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:54 smithi007 bash[22721]: audit 2024-09-13T13:09:53.612557+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2024-09-13T13:09:54.962 INFO:journalctl@ceph.mgr.b.smithi053.stdout:Sep 13 13:09:54 smithi053 bash[24305]: ignoring --setuser ceph since I am not root 2024-09-13T13:09:54.962 INFO:journalctl@ceph.mgr.b.smithi053.stdout:Sep 13 13:09:54 smithi053 bash[24305]: ignoring --setgroup ceph since I am not root 2024-09-13T13:09:54.962 INFO:journalctl@ceph.mgr.b.smithi053.stdout:Sep 13 13:09:54 smithi053 bash[24305]: debug 2024-09-13T13:09:54.682+0000 7ffb4ff4b640 1 -- 172.21.15.53:0/3571219072 <== mon.2 v2:172.21.15.53:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55e8f63fb0e0 con 0x55e8f63fc800 2024-09-13T13:09:54.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:54 smithi053 bash[23444]: cluster 2024-09-13T13:09:53.514093+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:54.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:54 smithi053 bash[23444]: cluster 2024-09-13T13:09:53.514093+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:54.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:54 smithi053 bash[23444]: audit 2024-09-13T13:09:53.594137+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:54.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:54 smithi053 bash[23444]: audit 2024-09-13T13:09:53.594137+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:54.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:54 smithi053 bash[23444]: audit 2024-09-13T13:09:53.602714+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:54.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:54 smithi053 bash[23444]: audit 2024-09-13T13:09:53.602714+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:54.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:54 smithi053 bash[23444]: audit 2024-09-13T13:09:53.608041+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:54.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:54 smithi053 bash[23444]: audit 2024-09-13T13:09:53.608041+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:54.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:54 smithi053 bash[23444]: audit 2024-09-13T13:09:53.612557+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2024-09-13T13:09:54.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:54 smithi053 bash[23444]: audit 2024-09-13T13:09:53.612557+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2024-09-13T13:09:54.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:54 smithi077 bash[23251]: cluster 2024-09-13T13:09:53.514093+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:54.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:54 smithi077 bash[23251]: cluster 2024-09-13T13:09:53.514093+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:09:54.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:54 smithi077 bash[23251]: audit 2024-09-13T13:09:53.594137+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:54.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:54 smithi077 bash[23251]: audit 2024-09-13T13:09:53.594137+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:54.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:54 smithi077 bash[23251]: audit 2024-09-13T13:09:53.602714+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:54.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:54 smithi077 bash[23251]: audit 2024-09-13T13:09:53.602714+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:54.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:54 smithi077 bash[23251]: audit 2024-09-13T13:09:53.608041+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:54.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:54 smithi077 bash[23251]: audit 2024-09-13T13:09:53.608041+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' 2024-09-13T13:09:54.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:54 smithi077 bash[23251]: audit 2024-09-13T13:09:53.612557+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2024-09-13T13:09:54.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:54 smithi077 bash[23251]: audit 2024-09-13T13:09:53.612557+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2024-09-13T13:09:55.028 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:09:54 smithi007 bash[22975]: ignoring --setuser ceph since I am not root 2024-09-13T13:09:55.028 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:09:54 smithi007 bash[22975]: ignoring --setgroup ceph since I am not root 2024-09-13T13:09:55.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:55 smithi053 bash[23444]: audit 2024-09-13T13:09:54.611656+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-13T13:09:55.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:55 smithi053 bash[23444]: audit 2024-09-13T13:09:54.611656+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-13T13:09:55.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:55 smithi053 bash[23444]: cluster 2024-09-13T13:09:54.622358+0000 mon.a (mon.0) 776 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-09-13T13:09:55.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:09:55 smithi053 bash[23444]: cluster 2024-09-13T13:09:54.622358+0000 mon.a (mon.0) 776 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-09-13T13:09:55.936 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:55 smithi007 bash[22721]: audit 2024-09-13T13:09:54.611656+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-13T13:09:55.979 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:55 smithi007 bash[22721]: audit 2024-09-13T13:09:54.611656+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-13T13:09:55.979 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:55 smithi007 bash[22721]: cluster 2024-09-13T13:09:54.622358+0000 mon.a (mon.0) 776 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-09-13T13:09:55.980 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:09:55 smithi007 bash[22721]: cluster 2024-09-13T13:09:54.622358+0000 mon.a (mon.0) 776 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-09-13T13:09:55.980 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:55 smithi077 bash[23251]: audit 2024-09-13T13:09:54.611656+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-13T13:09:55.980 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:55 smithi077 bash[23251]: audit 2024-09-13T13:09:54.611656+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14152 172.21.15.7:0/2916118338' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-13T13:09:55.980 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:55 smithi077 bash[23251]: cluster 2024-09-13T13:09:54.622358+0000 mon.a (mon.0) 776 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-09-13T13:09:55.980 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:09:55 smithi077 bash[23251]: cluster 2024-09-13T13:09:54.622358+0000 mon.a (mon.0) 776 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-09-13T13:10:00.101 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:00 smithi007 bash[22721]: cluster 2024-09-13T13:10:00.000162+0000 mon.a (mon.0) 777 : cluster [INF] overall HEALTH_OK 2024-09-13T13:10:00.101 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:00 smithi007 bash[22721]: cluster 2024-09-13T13:10:00.000162+0000 mon.a (mon.0) 777 : cluster [INF] overall HEALTH_OK 2024-09-13T13:10:00.461 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:00 smithi053 bash[23444]: cluster 2024-09-13T13:10:00.000162+0000 mon.a (mon.0) 777 : cluster [INF] overall HEALTH_OK 2024-09-13T13:10:00.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:00 smithi053 bash[23444]: cluster 2024-09-13T13:10:00.000162+0000 mon.a (mon.0) 777 : cluster [INF] overall HEALTH_OK 2024-09-13T13:10:00.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:00 smithi077 bash[23251]: cluster 2024-09-13T13:10:00.000162+0000 mon.a (mon.0) 777 : cluster [INF] overall HEALTH_OK 2024-09-13T13:10:00.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:00 smithi077 bash[23251]: cluster 2024-09-13T13:10:00.000162+0000 mon.a (mon.0) 777 : cluster [INF] overall HEALTH_OK 2024-09-13T13:10:01.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:01 smithi007 bash[22721]: cluster 2024-09-13T13:10:00.965660+0000 mon.a (mon.0) 778 : cluster [DBG] Standby manager daemon b restarted 2024-09-13T13:10:01.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:01 smithi007 bash[22721]: cluster 2024-09-13T13:10:00.965660+0000 mon.a (mon.0) 778 : cluster [DBG] Standby manager daemon b restarted 2024-09-13T13:10:01.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:01 smithi007 bash[22721]: cluster 2024-09-13T13:10:00.965841+0000 mon.a (mon.0) 779 : cluster [DBG] Standby manager daemon b started 2024-09-13T13:10:01.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:01 smithi007 bash[22721]: cluster 2024-09-13T13:10:00.965841+0000 mon.a (mon.0) 779 : cluster [DBG] Standby manager daemon b started 2024-09-13T13:10:01.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:01 smithi007 bash[22721]: audit 2024-09-13T13:10:00.970816+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.53:0/35212128' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-13T13:10:01.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:01 smithi007 bash[22721]: audit 2024-09-13T13:10:00.970816+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.53:0/35212128' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-13T13:10:01.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:01 smithi007 bash[22721]: audit 2024-09-13T13:10:00.971635+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.53:0/35212128' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-13T13:10:01.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:01 smithi007 bash[22721]: audit 2024-09-13T13:10:00.971635+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.53:0/35212128' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-13T13:10:01.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:01 smithi007 bash[22721]: audit 2024-09-13T13:10:00.974253+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.53:0/35212128' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-13T13:10:01.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:01 smithi007 bash[22721]: audit 2024-09-13T13:10:00.974253+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.53:0/35212128' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-13T13:10:01.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:01 smithi007 bash[22721]: audit 2024-09-13T13:10:00.974764+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.53:0/35212128' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-13T13:10:01.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:01 smithi007 bash[22721]: audit 2024-09-13T13:10:00.974764+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.53:0/35212128' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-13T13:10:01.462 INFO:journalctl@ceph.mgr.b.smithi053.stdout:Sep 13 13:10:00 smithi053 bash[24305]: [13/Sep/2024:13:10:00] ENGINE Bus STARTING 2024-09-13T13:10:01.462 INFO:journalctl@ceph.mgr.b.smithi053.stdout:Sep 13 13:10:00 smithi053 bash[24305]: CherryPy Checker: 2024-09-13T13:10:01.462 INFO:journalctl@ceph.mgr.b.smithi053.stdout:Sep 13 13:10:00 smithi053 bash[24305]: The Application mounted at '' has an empty config. 2024-09-13T13:10:01.462 INFO:journalctl@ceph.mgr.b.smithi053.stdout:Sep 13 13:10:01 smithi053 bash[24305]: [13/Sep/2024:13:10:01] ENGINE Serving on http://:::9283 2024-09-13T13:10:01.462 INFO:journalctl@ceph.mgr.b.smithi053.stdout:Sep 13 13:10:01 smithi053 bash[24305]: [13/Sep/2024:13:10:01] ENGINE Bus STARTED 2024-09-13T13:10:01.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:01 smithi053 bash[23444]: cluster 2024-09-13T13:10:00.965660+0000 mon.a (mon.0) 778 : cluster [DBG] Standby manager daemon b restarted 2024-09-13T13:10:01.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:01 smithi053 bash[23444]: cluster 2024-09-13T13:10:00.965660+0000 mon.a (mon.0) 778 : cluster [DBG] Standby manager daemon b restarted 2024-09-13T13:10:01.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:01 smithi053 bash[23444]: cluster 2024-09-13T13:10:00.965841+0000 mon.a (mon.0) 779 : cluster [DBG] Standby manager daemon b started 2024-09-13T13:10:01.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:01 smithi053 bash[23444]: cluster 2024-09-13T13:10:00.965841+0000 mon.a (mon.0) 779 : cluster [DBG] Standby manager daemon b started 2024-09-13T13:10:01.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:01 smithi053 bash[23444]: audit 2024-09-13T13:10:00.970816+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.53:0/35212128' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-13T13:10:01.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:01 smithi053 bash[23444]: audit 2024-09-13T13:10:00.970816+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.53:0/35212128' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-13T13:10:01.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:01 smithi053 bash[23444]: audit 2024-09-13T13:10:00.971635+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.53:0/35212128' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-13T13:10:01.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:01 smithi053 bash[23444]: audit 2024-09-13T13:10:00.971635+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.53:0/35212128' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-13T13:10:01.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:01 smithi053 bash[23444]: audit 2024-09-13T13:10:00.974253+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.53:0/35212128' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-13T13:10:01.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:01 smithi053 bash[23444]: audit 2024-09-13T13:10:00.974253+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.53:0/35212128' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-13T13:10:01.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:01 smithi053 bash[23444]: audit 2024-09-13T13:10:00.974764+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.53:0/35212128' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-13T13:10:01.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:01 smithi053 bash[23444]: audit 2024-09-13T13:10:00.974764+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.53:0/35212128' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-13T13:10:01.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:01 smithi077 bash[23251]: cluster 2024-09-13T13:10:00.965660+0000 mon.a (mon.0) 778 : cluster [DBG] Standby manager daemon b restarted 2024-09-13T13:10:01.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:01 smithi077 bash[23251]: cluster 2024-09-13T13:10:00.965660+0000 mon.a (mon.0) 778 : cluster [DBG] Standby manager daemon b restarted 2024-09-13T13:10:01.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:01 smithi077 bash[23251]: cluster 2024-09-13T13:10:00.965841+0000 mon.a (mon.0) 779 : cluster [DBG] Standby manager daemon b started 2024-09-13T13:10:01.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:01 smithi077 bash[23251]: cluster 2024-09-13T13:10:00.965841+0000 mon.a (mon.0) 779 : cluster [DBG] Standby manager daemon b started 2024-09-13T13:10:01.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:01 smithi077 bash[23251]: audit 2024-09-13T13:10:00.970816+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.53:0/35212128' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-13T13:10:01.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:01 smithi077 bash[23251]: audit 2024-09-13T13:10:00.970816+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.53:0/35212128' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-13T13:10:01.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:01 smithi077 bash[23251]: audit 2024-09-13T13:10:00.971635+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.53:0/35212128' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-13T13:10:01.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:01 smithi077 bash[23251]: audit 2024-09-13T13:10:00.971635+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.53:0/35212128' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-13T13:10:01.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:01 smithi077 bash[23251]: audit 2024-09-13T13:10:00.974253+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.53:0/35212128' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-13T13:10:01.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:01 smithi077 bash[23251]: audit 2024-09-13T13:10:00.974253+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.53:0/35212128' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-13T13:10:01.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:01 smithi077 bash[23251]: audit 2024-09-13T13:10:00.974764+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.53:0/35212128' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-13T13:10:01.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:01 smithi077 bash[23251]: audit 2024-09-13T13:10:00.974764+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.53:0/35212128' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-13T13:10:02.070 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: cluster 2024-09-13T13:10:01.071189+0000 mon.a (mon.0) 780 : cluster [INF] Active manager daemon a restarted 2024-09-13T13:10:02.070 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: cluster 2024-09-13T13:10:01.071189+0000 mon.a (mon.0) 780 : cluster [INF] Active manager daemon a restarted 2024-09-13T13:10:02.070 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: cluster 2024-09-13T13:10:01.071717+0000 mon.a (mon.0) 781 : cluster [INF] Activating manager daemon a 2024-09-13T13:10:02.070 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: cluster 2024-09-13T13:10:01.071717+0000 mon.a (mon.0) 781 : cluster [INF] Activating manager daemon a 2024-09-13T13:10:02.070 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: cluster 2024-09-13T13:10:01.073301+0000 mon.a (mon.0) 782 : cluster [DBG] mgrmap e18: a(active, since 7m), standbys: b 2024-09-13T13:10:02.070 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: cluster 2024-09-13T13:10:01.073301+0000 mon.a (mon.0) 782 : cluster [DBG] mgrmap e18: a(active, since 7m), standbys: b 2024-09-13T13:10:02.070 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: cluster 2024-09-13T13:10:01.083227+0000 mon.a (mon.0) 783 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-09-13T13:10:02.070 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: cluster 2024-09-13T13:10:01.083227+0000 mon.a (mon.0) 783 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-09-13T13:10:02.070 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: cluster 2024-09-13T13:10:01.083633+0000 mon.a (mon.0) 784 : cluster [DBG] mgrmap e19: a(active, starting, since 0.0121482s), standbys: b 2024-09-13T13:10:02.071 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: cluster 2024-09-13T13:10:01.083633+0000 mon.a (mon.0) 784 : cluster [DBG] mgrmap e19: a(active, starting, since 0.0121482s), standbys: b 2024-09-13T13:10:02.071 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: audit 2024-09-13T13:10:01.087369+0000 mon.a (mon.0) 785 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T13:10:02.071 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: audit 2024-09-13T13:10:01.087369+0000 mon.a (mon.0) 785 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T13:10:02.071 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: audit 2024-09-13T13:10:01.087698+0000 mon.a (mon.0) 786 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:10:02.071 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: audit 2024-09-13T13:10:01.087698+0000 mon.a (mon.0) 786 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:10:02.071 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: audit 2024-09-13T13:10:01.087976+0000 mon.a (mon.0) 787 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:10:02.071 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: audit 2024-09-13T13:10:01.087976+0000 mon.a (mon.0) 787 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:10:02.071 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: audit 2024-09-13T13:10:01.089981+0000 mon.a (mon.0) 788 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-13T13:10:02.071 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: audit 2024-09-13T13:10:01.089981+0000 mon.a (mon.0) 788 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-13T13:10:02.071 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: audit 2024-09-13T13:10:01.090421+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-13T13:10:02.071 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: audit 2024-09-13T13:10:01.090421+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-13T13:10:02.071 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: audit 2024-09-13T13:10:01.090707+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-13T13:10:02.072 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: audit 2024-09-13T13:10:01.090707+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-13T13:10:02.072 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: audit 2024-09-13T13:10:01.091123+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-13T13:10:02.072 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: audit 2024-09-13T13:10:01.091123+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-13T13:10:02.072 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: audit 2024-09-13T13:10:01.091400+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-13T13:10:02.072 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: audit 2024-09-13T13:10:01.091400+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-13T13:10:02.072 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: audit 2024-09-13T13:10:01.091717+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-13T13:10:02.072 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: audit 2024-09-13T13:10:01.091717+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-13T13:10:02.072 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: audit 2024-09-13T13:10:01.092001+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-13T13:10:02.072 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: audit 2024-09-13T13:10:01.092001+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-13T13:10:02.072 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: audit 2024-09-13T13:10:01.092590+0000 mon.a (mon.0) 795 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-13T13:10:02.072 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: audit 2024-09-13T13:10:01.092590+0000 mon.a (mon.0) 795 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-13T13:10:02.073 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: cluster 2024-09-13T13:10:01.118434+0000 mon.a (mon.0) 796 : cluster [INF] Manager daemon a is now available 2024-09-13T13:10:02.073 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: cluster 2024-09-13T13:10:01.118434+0000 mon.a (mon.0) 796 : cluster [INF] Manager daemon a is now available 2024-09-13T13:10:02.073 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: audit 2024-09-13T13:10:01.574328+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:02.073 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: audit 2024-09-13T13:10:01.574328+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:02.073 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: audit 2024-09-13T13:10:01.578567+0000 mon.a (mon.0) 798 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:10:02.073 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: audit 2024-09-13T13:10:01.578567+0000 mon.a (mon.0) 798 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:10:02.073 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: audit 2024-09-13T13:10:01.583387+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi007", "name": "osd_memory_target"} : dispatch 2024-09-13T13:10:02.073 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: audit 2024-09-13T13:10:01.583387+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi007", "name": "osd_memory_target"} : dispatch 2024-09-13T13:10:02.073 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: audit 2024-09-13T13:10:01.586952+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi007", "name": "osd_memory_target"}]': finished 2024-09-13T13:10:02.073 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: audit 2024-09-13T13:10:01.586952+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi007", "name": "osd_memory_target"}]': finished 2024-09-13T13:10:02.073 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: audit 2024-09-13T13:10:01.588262+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi077", "name": "osd_memory_target"} : dispatch 2024-09-13T13:10:02.073 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: audit 2024-09-13T13:10:01.588262+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi077", "name": "osd_memory_target"} : dispatch 2024-09-13T13:10:02.073 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: audit 2024-09-13T13:10:01.588975+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi053", "name": "osd_memory_target"} : dispatch 2024-09-13T13:10:02.074 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: audit 2024-09-13T13:10:01.588975+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi053", "name": "osd_memory_target"} : dispatch 2024-09-13T13:10:02.074 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: audit 2024-09-13T13:10:01.593329+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi077", "name": "osd_memory_target"}]': finished 2024-09-13T13:10:02.074 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: audit 2024-09-13T13:10:01.593329+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi077", "name": "osd_memory_target"}]': finished 2024-09-13T13:10:02.074 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: audit 2024-09-13T13:10:01.600342+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi053", "name": "osd_memory_target"}]': finished 2024-09-13T13:10:02.074 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: audit 2024-09-13T13:10:01.600342+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi053", "name": "osd_memory_target"}]': finished 2024-09-13T13:10:02.074 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: audit 2024-09-13T13:10:01.602913+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:10:02.074 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: audit 2024-09-13T13:10:01.602913+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:10:02.074 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: audit 2024-09-13T13:10:01.605304+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:02.074 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: audit 2024-09-13T13:10:01.605304+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:02.074 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: audit 2024-09-13T13:10:01.605566+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:10:02.074 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: audit 2024-09-13T13:10:01.605566+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:10:02.074 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: cephadm 2024-09-13T13:10:01.607654+0000 mgr.a (mgr.14397) 1 : cephadm [INF] Updating smithi007:/etc/ceph/ceph.conf 2024-09-13T13:10:02.074 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: cephadm 2024-09-13T13:10:01.607654+0000 mgr.a (mgr.14397) 1 : cephadm [INF] Updating smithi007:/etc/ceph/ceph.conf 2024-09-13T13:10:02.075 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: cephadm 2024-09-13T13:10:01.608132+0000 mgr.a (mgr.14397) 2 : cephadm [INF] Updating smithi053:/etc/ceph/ceph.conf 2024-09-13T13:10:02.075 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: cephadm 2024-09-13T13:10:01.608132+0000 mgr.a (mgr.14397) 2 : cephadm [INF] Updating smithi053:/etc/ceph/ceph.conf 2024-09-13T13:10:02.075 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: cephadm 2024-09-13T13:10:01.610366+0000 mgr.a (mgr.14397) 3 : cephadm [INF] Updating smithi077:/etc/ceph/ceph.conf 2024-09-13T13:10:02.075 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: cephadm 2024-09-13T13:10:01.610366+0000 mgr.a (mgr.14397) 3 : cephadm [INF] Updating smithi077:/etc/ceph/ceph.conf 2024-09-13T13:10:02.075 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: audit 2024-09-13T13:10:01.610558+0000 mon.a (mon.0) 808 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:10:02.075 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: audit 2024-09-13T13:10:01.610558+0000 mon.a (mon.0) 808 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:10:02.075 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: audit 2024-09-13T13:10:01.610766+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-13T13:10:02.075 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: audit 2024-09-13T13:10:01.610766+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-13T13:10:02.075 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: audit 2024-09-13T13:10:01.627455+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-13T13:10:02.075 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: audit 2024-09-13T13:10:01.627455+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-13T13:10:02.075 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: audit 2024-09-13T13:10:01.633570+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-13T13:10:02.075 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22721]: audit 2024-09-13T13:10:01.633570+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-13T13:10:02.212 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: cluster 2024-09-13T13:10:01.071189+0000 mon.a (mon.0) 780 : cluster [INF] Active manager daemon a restarted 2024-09-13T13:10:02.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: cluster 2024-09-13T13:10:01.071189+0000 mon.a (mon.0) 780 : cluster [INF] Active manager daemon a restarted 2024-09-13T13:10:02.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: cluster 2024-09-13T13:10:01.071717+0000 mon.a (mon.0) 781 : cluster [INF] Activating manager daemon a 2024-09-13T13:10:02.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: cluster 2024-09-13T13:10:01.071717+0000 mon.a (mon.0) 781 : cluster [INF] Activating manager daemon a 2024-09-13T13:10:02.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: cluster 2024-09-13T13:10:01.073301+0000 mon.a (mon.0) 782 : cluster [DBG] mgrmap e18: a(active, since 7m), standbys: b 2024-09-13T13:10:02.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: cluster 2024-09-13T13:10:01.073301+0000 mon.a (mon.0) 782 : cluster [DBG] mgrmap e18: a(active, since 7m), standbys: b 2024-09-13T13:10:02.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: cluster 2024-09-13T13:10:01.083227+0000 mon.a (mon.0) 783 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-09-13T13:10:02.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: cluster 2024-09-13T13:10:01.083227+0000 mon.a (mon.0) 783 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-09-13T13:10:02.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: cluster 2024-09-13T13:10:01.083633+0000 mon.a (mon.0) 784 : cluster [DBG] mgrmap e19: a(active, starting, since 0.0121482s), standbys: b 2024-09-13T13:10:02.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: cluster 2024-09-13T13:10:01.083633+0000 mon.a (mon.0) 784 : cluster [DBG] mgrmap e19: a(active, starting, since 0.0121482s), standbys: b 2024-09-13T13:10:02.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: audit 2024-09-13T13:10:01.087369+0000 mon.a (mon.0) 785 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T13:10:02.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: audit 2024-09-13T13:10:01.087369+0000 mon.a (mon.0) 785 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T13:10:02.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: audit 2024-09-13T13:10:01.087698+0000 mon.a (mon.0) 786 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:10:02.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: audit 2024-09-13T13:10:01.087698+0000 mon.a (mon.0) 786 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:10:02.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: audit 2024-09-13T13:10:01.087976+0000 mon.a (mon.0) 787 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:10:02.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: audit 2024-09-13T13:10:01.087976+0000 mon.a (mon.0) 787 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:10:02.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: audit 2024-09-13T13:10:01.089981+0000 mon.a (mon.0) 788 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-13T13:10:02.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: audit 2024-09-13T13:10:01.089981+0000 mon.a (mon.0) 788 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-13T13:10:02.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: audit 2024-09-13T13:10:01.090421+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-13T13:10:02.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: audit 2024-09-13T13:10:01.090421+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-13T13:10:02.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: audit 2024-09-13T13:10:01.090707+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-13T13:10:02.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: audit 2024-09-13T13:10:01.090707+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-13T13:10:02.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: audit 2024-09-13T13:10:01.091123+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-13T13:10:02.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: audit 2024-09-13T13:10:01.091123+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-13T13:10:02.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: audit 2024-09-13T13:10:01.091400+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-13T13:10:02.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: audit 2024-09-13T13:10:01.091400+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-13T13:10:02.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: audit 2024-09-13T13:10:01.091717+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-13T13:10:02.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: audit 2024-09-13T13:10:01.091717+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-13T13:10:02.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: audit 2024-09-13T13:10:01.092001+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-13T13:10:02.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: audit 2024-09-13T13:10:01.092001+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-13T13:10:02.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: audit 2024-09-13T13:10:01.092590+0000 mon.a (mon.0) 795 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-13T13:10:02.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: audit 2024-09-13T13:10:01.092590+0000 mon.a (mon.0) 795 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-13T13:10:02.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: cluster 2024-09-13T13:10:01.118434+0000 mon.a (mon.0) 796 : cluster [INF] Manager daemon a is now available 2024-09-13T13:10:02.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: cluster 2024-09-13T13:10:01.118434+0000 mon.a (mon.0) 796 : cluster [INF] Manager daemon a is now available 2024-09-13T13:10:02.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: audit 2024-09-13T13:10:01.574328+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:02.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: audit 2024-09-13T13:10:01.574328+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:02.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: audit 2024-09-13T13:10:01.578567+0000 mon.a (mon.0) 798 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:10:02.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: audit 2024-09-13T13:10:01.578567+0000 mon.a (mon.0) 798 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:10:02.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: audit 2024-09-13T13:10:01.583387+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi007", "name": "osd_memory_target"} : dispatch 2024-09-13T13:10:02.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: audit 2024-09-13T13:10:01.583387+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi007", "name": "osd_memory_target"} : dispatch 2024-09-13T13:10:02.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: audit 2024-09-13T13:10:01.586952+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi007", "name": "osd_memory_target"}]': finished 2024-09-13T13:10:02.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: audit 2024-09-13T13:10:01.586952+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi007", "name": "osd_memory_target"}]': finished 2024-09-13T13:10:02.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: audit 2024-09-13T13:10:01.588262+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi077", "name": "osd_memory_target"} : dispatch 2024-09-13T13:10:02.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: audit 2024-09-13T13:10:01.588262+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi077", "name": "osd_memory_target"} : dispatch 2024-09-13T13:10:02.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: audit 2024-09-13T13:10:01.588975+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi053", "name": "osd_memory_target"} : dispatch 2024-09-13T13:10:02.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: audit 2024-09-13T13:10:01.588975+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi053", "name": "osd_memory_target"} : dispatch 2024-09-13T13:10:02.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: audit 2024-09-13T13:10:01.593329+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi077", "name": "osd_memory_target"}]': finished 2024-09-13T13:10:02.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: audit 2024-09-13T13:10:01.593329+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi077", "name": "osd_memory_target"}]': finished 2024-09-13T13:10:02.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: audit 2024-09-13T13:10:01.600342+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi053", "name": "osd_memory_target"}]': finished 2024-09-13T13:10:02.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: audit 2024-09-13T13:10:01.600342+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi053", "name": "osd_memory_target"}]': finished 2024-09-13T13:10:02.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: audit 2024-09-13T13:10:01.602913+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:10:02.217 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: audit 2024-09-13T13:10:01.602913+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:10:02.217 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: audit 2024-09-13T13:10:01.605304+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:02.217 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: audit 2024-09-13T13:10:01.605304+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:02.217 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: audit 2024-09-13T13:10:01.605566+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:10:02.217 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: audit 2024-09-13T13:10:01.605566+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:10:02.217 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: cephadm 2024-09-13T13:10:01.607654+0000 mgr.a (mgr.14397) 1 : cephadm [INF] Updating smithi007:/etc/ceph/ceph.conf 2024-09-13T13:10:02.217 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: cephadm 2024-09-13T13:10:01.607654+0000 mgr.a (mgr.14397) 1 : cephadm [INF] Updating smithi007:/etc/ceph/ceph.conf 2024-09-13T13:10:02.217 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: cephadm 2024-09-13T13:10:01.608132+0000 mgr.a (mgr.14397) 2 : cephadm [INF] Updating smithi053:/etc/ceph/ceph.conf 2024-09-13T13:10:02.217 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: cephadm 2024-09-13T13:10:01.608132+0000 mgr.a (mgr.14397) 2 : cephadm [INF] Updating smithi053:/etc/ceph/ceph.conf 2024-09-13T13:10:02.217 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: cephadm 2024-09-13T13:10:01.610366+0000 mgr.a (mgr.14397) 3 : cephadm [INF] Updating smithi077:/etc/ceph/ceph.conf 2024-09-13T13:10:02.218 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: cephadm 2024-09-13T13:10:01.610366+0000 mgr.a (mgr.14397) 3 : cephadm [INF] Updating smithi077:/etc/ceph/ceph.conf 2024-09-13T13:10:02.218 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: audit 2024-09-13T13:10:01.610558+0000 mon.a (mon.0) 808 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:10:02.218 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: audit 2024-09-13T13:10:01.610558+0000 mon.a (mon.0) 808 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:10:02.218 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: audit 2024-09-13T13:10:01.610766+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-13T13:10:02.218 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: audit 2024-09-13T13:10:01.610766+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-13T13:10:02.218 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: audit 2024-09-13T13:10:01.627455+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-13T13:10:02.218 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: audit 2024-09-13T13:10:01.627455+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-13T13:10:02.218 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: audit 2024-09-13T13:10:01.633570+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-13T13:10:02.218 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:02 smithi053 bash[23444]: audit 2024-09-13T13:10:01.633570+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-13T13:10:02.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: cluster 2024-09-13T13:10:01.071189+0000 mon.a (mon.0) 780 : cluster [INF] Active manager daemon a restarted 2024-09-13T13:10:02.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: cluster 2024-09-13T13:10:01.071189+0000 mon.a (mon.0) 780 : cluster [INF] Active manager daemon a restarted 2024-09-13T13:10:02.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: cluster 2024-09-13T13:10:01.071717+0000 mon.a (mon.0) 781 : cluster [INF] Activating manager daemon a 2024-09-13T13:10:02.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: cluster 2024-09-13T13:10:01.071717+0000 mon.a (mon.0) 781 : cluster [INF] Activating manager daemon a 2024-09-13T13:10:02.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: cluster 2024-09-13T13:10:01.073301+0000 mon.a (mon.0) 782 : cluster [DBG] mgrmap e18: a(active, since 7m), standbys: b 2024-09-13T13:10:02.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: cluster 2024-09-13T13:10:01.073301+0000 mon.a (mon.0) 782 : cluster [DBG] mgrmap e18: a(active, since 7m), standbys: b 2024-09-13T13:10:02.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: cluster 2024-09-13T13:10:01.083227+0000 mon.a (mon.0) 783 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-09-13T13:10:02.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: cluster 2024-09-13T13:10:01.083227+0000 mon.a (mon.0) 783 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-09-13T13:10:02.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: cluster 2024-09-13T13:10:01.083633+0000 mon.a (mon.0) 784 : cluster [DBG] mgrmap e19: a(active, starting, since 0.0121482s), standbys: b 2024-09-13T13:10:02.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: cluster 2024-09-13T13:10:01.083633+0000 mon.a (mon.0) 784 : cluster [DBG] mgrmap e19: a(active, starting, since 0.0121482s), standbys: b 2024-09-13T13:10:02.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: audit 2024-09-13T13:10:01.087369+0000 mon.a (mon.0) 785 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T13:10:02.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: audit 2024-09-13T13:10:01.087369+0000 mon.a (mon.0) 785 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T13:10:02.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: audit 2024-09-13T13:10:01.087698+0000 mon.a (mon.0) 786 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:10:02.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: audit 2024-09-13T13:10:01.087698+0000 mon.a (mon.0) 786 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T13:10:02.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: audit 2024-09-13T13:10:01.087976+0000 mon.a (mon.0) 787 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:10:02.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: audit 2024-09-13T13:10:01.087976+0000 mon.a (mon.0) 787 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T13:10:02.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: audit 2024-09-13T13:10:01.089981+0000 mon.a (mon.0) 788 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-13T13:10:02.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: audit 2024-09-13T13:10:01.089981+0000 mon.a (mon.0) 788 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-13T13:10:02.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: audit 2024-09-13T13:10:01.090421+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-13T13:10:02.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: audit 2024-09-13T13:10:01.090421+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-13T13:10:02.231 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: audit 2024-09-13T13:10:01.090707+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-13T13:10:02.232 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: audit 2024-09-13T13:10:01.090707+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-13T13:10:02.232 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: audit 2024-09-13T13:10:01.091123+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-13T13:10:02.232 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: audit 2024-09-13T13:10:01.091123+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-13T13:10:02.232 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: audit 2024-09-13T13:10:01.091400+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-13T13:10:02.232 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: audit 2024-09-13T13:10:01.091400+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-13T13:10:02.232 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: audit 2024-09-13T13:10:01.091717+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-13T13:10:02.232 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: audit 2024-09-13T13:10:01.091717+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-13T13:10:02.233 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: audit 2024-09-13T13:10:01.092001+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-13T13:10:02.233 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: audit 2024-09-13T13:10:01.092001+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-13T13:10:02.233 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: audit 2024-09-13T13:10:01.092590+0000 mon.a (mon.0) 795 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-13T13:10:02.233 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: audit 2024-09-13T13:10:01.092590+0000 mon.a (mon.0) 795 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-13T13:10:02.233 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: cluster 2024-09-13T13:10:01.118434+0000 mon.a (mon.0) 796 : cluster [INF] Manager daemon a is now available 2024-09-13T13:10:02.233 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: cluster 2024-09-13T13:10:01.118434+0000 mon.a (mon.0) 796 : cluster [INF] Manager daemon a is now available 2024-09-13T13:10:02.233 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: audit 2024-09-13T13:10:01.574328+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:02.233 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: audit 2024-09-13T13:10:01.574328+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:02.233 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: audit 2024-09-13T13:10:01.578567+0000 mon.a (mon.0) 798 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:10:02.233 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: audit 2024-09-13T13:10:01.578567+0000 mon.a (mon.0) 798 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:10:02.233 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: audit 2024-09-13T13:10:01.583387+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi007", "name": "osd_memory_target"} : dispatch 2024-09-13T13:10:02.233 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: audit 2024-09-13T13:10:01.583387+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi007", "name": "osd_memory_target"} : dispatch 2024-09-13T13:10:02.233 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: audit 2024-09-13T13:10:01.586952+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi007", "name": "osd_memory_target"}]': finished 2024-09-13T13:10:02.234 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: audit 2024-09-13T13:10:01.586952+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi007", "name": "osd_memory_target"}]': finished 2024-09-13T13:10:02.234 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: audit 2024-09-13T13:10:01.588262+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi077", "name": "osd_memory_target"} : dispatch 2024-09-13T13:10:02.234 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: audit 2024-09-13T13:10:01.588262+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi077", "name": "osd_memory_target"} : dispatch 2024-09-13T13:10:02.234 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: audit 2024-09-13T13:10:01.588975+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi053", "name": "osd_memory_target"} : dispatch 2024-09-13T13:10:02.234 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: audit 2024-09-13T13:10:01.588975+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi053", "name": "osd_memory_target"} : dispatch 2024-09-13T13:10:02.234 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: audit 2024-09-13T13:10:01.593329+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi077", "name": "osd_memory_target"}]': finished 2024-09-13T13:10:02.234 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: audit 2024-09-13T13:10:01.593329+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi077", "name": "osd_memory_target"}]': finished 2024-09-13T13:10:02.234 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: audit 2024-09-13T13:10:01.600342+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi053", "name": "osd_memory_target"}]': finished 2024-09-13T13:10:02.234 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: audit 2024-09-13T13:10:01.600342+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi053", "name": "osd_memory_target"}]': finished 2024-09-13T13:10:02.234 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: audit 2024-09-13T13:10:01.602913+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:10:02.234 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: audit 2024-09-13T13:10:01.602913+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:10:02.235 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: audit 2024-09-13T13:10:01.605304+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:02.235 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: audit 2024-09-13T13:10:01.605304+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:02.235 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: audit 2024-09-13T13:10:01.605566+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:10:02.235 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: audit 2024-09-13T13:10:01.605566+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:10:02.235 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: cephadm 2024-09-13T13:10:01.607654+0000 mgr.a (mgr.14397) 1 : cephadm [INF] Updating smithi007:/etc/ceph/ceph.conf 2024-09-13T13:10:02.235 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: cephadm 2024-09-13T13:10:01.607654+0000 mgr.a (mgr.14397) 1 : cephadm [INF] Updating smithi007:/etc/ceph/ceph.conf 2024-09-13T13:10:02.235 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: cephadm 2024-09-13T13:10:01.608132+0000 mgr.a (mgr.14397) 2 : cephadm [INF] Updating smithi053:/etc/ceph/ceph.conf 2024-09-13T13:10:02.235 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: cephadm 2024-09-13T13:10:01.608132+0000 mgr.a (mgr.14397) 2 : cephadm [INF] Updating smithi053:/etc/ceph/ceph.conf 2024-09-13T13:10:02.235 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: cephadm 2024-09-13T13:10:01.610366+0000 mgr.a (mgr.14397) 3 : cephadm [INF] Updating smithi077:/etc/ceph/ceph.conf 2024-09-13T13:10:02.235 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: cephadm 2024-09-13T13:10:01.610366+0000 mgr.a (mgr.14397) 3 : cephadm [INF] Updating smithi077:/etc/ceph/ceph.conf 2024-09-13T13:10:02.235 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: audit 2024-09-13T13:10:01.610558+0000 mon.a (mon.0) 808 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:10:02.235 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: audit 2024-09-13T13:10:01.610558+0000 mon.a (mon.0) 808 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:10:02.236 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: audit 2024-09-13T13:10:01.610766+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-13T13:10:02.236 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: audit 2024-09-13T13:10:01.610766+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-13T13:10:02.236 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: audit 2024-09-13T13:10:01.627455+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-13T13:10:02.236 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: audit 2024-09-13T13:10:01.627455+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-13T13:10:02.236 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: audit 2024-09-13T13:10:01.633570+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-13T13:10:02.236 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:02 smithi077 bash[23251]: audit 2024-09-13T13:10:01.633570+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-13T13:10:02.559 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22975]: [13/Sep/2024:13:10:02] ENGINE Bus STARTING 2024-09-13T13:10:02.559 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22975]: CherryPy Checker: 2024-09-13T13:10:02.559 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22975]: The Application mounted at '' has an empty config. 2024-09-13T13:10:02.560 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22975]: [13/Sep/2024:13:10:02] ENGINE Serving on http://:::9283 2024-09-13T13:10:02.560 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:10:02 smithi007 bash[22975]: [13/Sep/2024:13:10:02] ENGINE Bus STARTED 2024-09-13T13:10:03.459 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:03 smithi077 bash[23251]: cephadm 2024-09-13T13:10:01.997104+0000 mgr.a (mgr.14397) 4 : cephadm [INF] Updating smithi007:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:10:03.459 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:03 smithi077 bash[23251]: cephadm 2024-09-13T13:10:01.997104+0000 mgr.a (mgr.14397) 4 : cephadm [INF] Updating smithi007:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:10:03.459 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:03 smithi077 bash[23251]: cephadm 2024-09-13T13:10:02.068412+0000 mgr.a (mgr.14397) 5 : cephadm [INF] Updating smithi077:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:10:03.460 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:03 smithi077 bash[23251]: cephadm 2024-09-13T13:10:02.068412+0000 mgr.a (mgr.14397) 5 : cephadm [INF] Updating smithi077:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:10:03.460 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:03 smithi077 bash[23251]: cluster 2024-09-13T13:10:02.088822+0000 mon.a (mon.0) 812 : cluster [DBG] mgrmap e20: a(active, since 1.01733s), standbys: b 2024-09-13T13:10:03.460 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:03 smithi077 bash[23251]: cluster 2024-09-13T13:10:02.088822+0000 mon.a (mon.0) 812 : cluster [DBG] mgrmap e20: a(active, since 1.01733s), standbys: b 2024-09-13T13:10:03.460 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:03 smithi077 bash[23251]: audit 2024-09-13T13:10:02.094146+0000 mgr.a (mgr.14397) 6 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-13T13:10:03.460 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:03 smithi077 bash[23251]: audit 2024-09-13T13:10:02.094146+0000 mgr.a (mgr.14397) 6 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-13T13:10:03.460 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:03 smithi077 bash[23251]: cluster 2024-09-13T13:10:02.094346+0000 mgr.a (mgr.14397) 7 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:03.460 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:03 smithi077 bash[23251]: cluster 2024-09-13T13:10:02.094346+0000 mgr.a (mgr.14397) 7 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:03.460 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:03 smithi077 bash[23251]: cephadm 2024-09-13T13:10:02.094837+0000 mgr.a (mgr.14397) 8 : cephadm [INF] Updating smithi007:/etc/ceph/ceph.client.admin.keyring 2024-09-13T13:10:03.460 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:03 smithi077 bash[23251]: cephadm 2024-09-13T13:10:02.094837+0000 mgr.a (mgr.14397) 8 : cephadm [INF] Updating smithi007:/etc/ceph/ceph.client.admin.keyring 2024-09-13T13:10:03.460 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:03 smithi077 bash[23251]: cephadm 2024-09-13T13:10:02.285721+0000 mgr.a (mgr.14397) 9 : cephadm [INF] Updating smithi077:/etc/ceph/ceph.client.admin.keyring 2024-09-13T13:10:03.460 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:03 smithi077 bash[23251]: cephadm 2024-09-13T13:10:02.285721+0000 mgr.a (mgr.14397) 9 : cephadm [INF] Updating smithi077:/etc/ceph/ceph.client.admin.keyring 2024-09-13T13:10:03.461 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:03 smithi077 bash[23251]: cephadm 2024-09-13T13:10:02.323022+0000 mgr.a (mgr.14397) 10 : cephadm [INF] Updating smithi053:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:10:03.461 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:03 smithi077 bash[23251]: cephadm 2024-09-13T13:10:02.323022+0000 mgr.a (mgr.14397) 10 : cephadm [INF] Updating smithi053:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:10:03.461 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:03 smithi077 bash[23251]: cephadm 2024-09-13T13:10:02.405182+0000 mgr.a (mgr.14397) 11 : cephadm [INF] Updating smithi007:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T13:10:03.461 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:03 smithi077 bash[23251]: cephadm 2024-09-13T13:10:02.405182+0000 mgr.a (mgr.14397) 11 : cephadm [INF] Updating smithi007:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T13:10:03.461 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:03 smithi077 bash[23251]: cephadm 2024-09-13T13:10:02.674003+0000 mgr.a (mgr.14397) 12 : cephadm [INF] Updating smithi077:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T13:10:03.461 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:03 smithi077 bash[23251]: cephadm 2024-09-13T13:10:02.674003+0000 mgr.a (mgr.14397) 12 : cephadm [INF] Updating smithi077:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T13:10:03.461 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:03 smithi077 bash[23251]: audit 2024-09-13T13:10:02.692400+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:03.461 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:03 smithi077 bash[23251]: audit 2024-09-13T13:10:02.692400+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:03.461 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:03 smithi077 bash[23251]: audit 2024-09-13T13:10:02.698315+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:03.461 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:03 smithi077 bash[23251]: audit 2024-09-13T13:10:02.698315+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:03.461 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:03 smithi077 bash[23251]: audit 2024-09-13T13:10:02.769247+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:03.461 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:03 smithi077 bash[23251]: audit 2024-09-13T13:10:02.769247+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:03.462 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:03 smithi077 bash[23251]: audit 2024-09-13T13:10:02.777103+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:03.462 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:03 smithi077 bash[23251]: audit 2024-09-13T13:10:02.777103+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:03.462 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:03 smithi077 bash[23251]: audit 2024-09-13T13:10:02.844602+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:03.462 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:03 smithi077 bash[23251]: audit 2024-09-13T13:10:02.844602+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:03.462 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:03 smithi077 bash[23251]: audit 2024-09-13T13:10:02.850904+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:03.462 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:03 smithi077 bash[23251]: audit 2024-09-13T13:10:02.850904+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:03.462 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:03 smithi077 bash[23251]: audit 2024-09-13T13:10:02.857507+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:03.462 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:03 smithi077 bash[23251]: audit 2024-09-13T13:10:02.857507+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:03.462 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:03 smithi077 bash[23251]: audit 2024-09-13T13:10:02.863941+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:03.462 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:03 smithi077 bash[23251]: audit 2024-09-13T13:10:02.863941+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:03.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:03 smithi053 bash[23444]: cephadm 2024-09-13T13:10:01.997104+0000 mgr.a (mgr.14397) 4 : cephadm [INF] Updating smithi007:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:10:03.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:03 smithi053 bash[23444]: cephadm 2024-09-13T13:10:01.997104+0000 mgr.a (mgr.14397) 4 : cephadm [INF] Updating smithi007:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:10:03.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:03 smithi053 bash[23444]: cephadm 2024-09-13T13:10:02.068412+0000 mgr.a (mgr.14397) 5 : cephadm [INF] Updating smithi077:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:10:03.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:03 smithi053 bash[23444]: cephadm 2024-09-13T13:10:02.068412+0000 mgr.a (mgr.14397) 5 : cephadm [INF] Updating smithi077:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:10:03.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:03 smithi053 bash[23444]: cluster 2024-09-13T13:10:02.088822+0000 mon.a (mon.0) 812 : cluster [DBG] mgrmap e20: a(active, since 1.01733s), standbys: b 2024-09-13T13:10:03.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:03 smithi053 bash[23444]: cluster 2024-09-13T13:10:02.088822+0000 mon.a (mon.0) 812 : cluster [DBG] mgrmap e20: a(active, since 1.01733s), standbys: b 2024-09-13T13:10:03.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:03 smithi053 bash[23444]: audit 2024-09-13T13:10:02.094146+0000 mgr.a (mgr.14397) 6 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-13T13:10:03.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:03 smithi053 bash[23444]: audit 2024-09-13T13:10:02.094146+0000 mgr.a (mgr.14397) 6 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-13T13:10:03.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:03 smithi053 bash[23444]: cluster 2024-09-13T13:10:02.094346+0000 mgr.a (mgr.14397) 7 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:03.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:03 smithi053 bash[23444]: cluster 2024-09-13T13:10:02.094346+0000 mgr.a (mgr.14397) 7 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:03.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:03 smithi053 bash[23444]: cephadm 2024-09-13T13:10:02.094837+0000 mgr.a (mgr.14397) 8 : cephadm [INF] Updating smithi007:/etc/ceph/ceph.client.admin.keyring 2024-09-13T13:10:03.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:03 smithi053 bash[23444]: cephadm 2024-09-13T13:10:02.094837+0000 mgr.a (mgr.14397) 8 : cephadm [INF] Updating smithi007:/etc/ceph/ceph.client.admin.keyring 2024-09-13T13:10:03.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:03 smithi053 bash[23444]: cephadm 2024-09-13T13:10:02.285721+0000 mgr.a (mgr.14397) 9 : cephadm [INF] Updating smithi077:/etc/ceph/ceph.client.admin.keyring 2024-09-13T13:10:03.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:03 smithi053 bash[23444]: cephadm 2024-09-13T13:10:02.285721+0000 mgr.a (mgr.14397) 9 : cephadm [INF] Updating smithi077:/etc/ceph/ceph.client.admin.keyring 2024-09-13T13:10:03.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:03 smithi053 bash[23444]: cephadm 2024-09-13T13:10:02.323022+0000 mgr.a (mgr.14397) 10 : cephadm [INF] Updating smithi053:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:10:03.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:03 smithi053 bash[23444]: cephadm 2024-09-13T13:10:02.323022+0000 mgr.a (mgr.14397) 10 : cephadm [INF] Updating smithi053:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:10:03.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:03 smithi053 bash[23444]: cephadm 2024-09-13T13:10:02.405182+0000 mgr.a (mgr.14397) 11 : cephadm [INF] Updating smithi007:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T13:10:03.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:03 smithi053 bash[23444]: cephadm 2024-09-13T13:10:02.405182+0000 mgr.a (mgr.14397) 11 : cephadm [INF] Updating smithi007:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T13:10:03.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:03 smithi053 bash[23444]: cephadm 2024-09-13T13:10:02.674003+0000 mgr.a (mgr.14397) 12 : cephadm [INF] Updating smithi077:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T13:10:03.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:03 smithi053 bash[23444]: cephadm 2024-09-13T13:10:02.674003+0000 mgr.a (mgr.14397) 12 : cephadm [INF] Updating smithi077:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T13:10:03.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:03 smithi053 bash[23444]: audit 2024-09-13T13:10:02.692400+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:03.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:03 smithi053 bash[23444]: audit 2024-09-13T13:10:02.692400+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:03.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:03 smithi053 bash[23444]: audit 2024-09-13T13:10:02.698315+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:03.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:03 smithi053 bash[23444]: audit 2024-09-13T13:10:02.698315+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:03.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:03 smithi053 bash[23444]: audit 2024-09-13T13:10:02.769247+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:03.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:03 smithi053 bash[23444]: audit 2024-09-13T13:10:02.769247+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:03.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:03 smithi053 bash[23444]: audit 2024-09-13T13:10:02.777103+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:03.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:03 smithi053 bash[23444]: audit 2024-09-13T13:10:02.777103+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:03.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:03 smithi053 bash[23444]: audit 2024-09-13T13:10:02.844602+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:03.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:03 smithi053 bash[23444]: audit 2024-09-13T13:10:02.844602+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:03.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:03 smithi053 bash[23444]: audit 2024-09-13T13:10:02.850904+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:03.466 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:03 smithi053 bash[23444]: audit 2024-09-13T13:10:02.850904+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:03.466 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:03 smithi053 bash[23444]: audit 2024-09-13T13:10:02.857507+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:03.466 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:03 smithi053 bash[23444]: audit 2024-09-13T13:10:02.857507+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:03.466 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:03 smithi053 bash[23444]: audit 2024-09-13T13:10:02.863941+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:03.466 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:03 smithi053 bash[23444]: audit 2024-09-13T13:10:02.863941+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:03.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:03 smithi007 bash[22721]: cephadm 2024-09-13T13:10:01.997104+0000 mgr.a (mgr.14397) 4 : cephadm [INF] Updating smithi007:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:10:03.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:03 smithi007 bash[22721]: cephadm 2024-09-13T13:10:01.997104+0000 mgr.a (mgr.14397) 4 : cephadm [INF] Updating smithi007:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:10:03.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:03 smithi007 bash[22721]: cephadm 2024-09-13T13:10:02.068412+0000 mgr.a (mgr.14397) 5 : cephadm [INF] Updating smithi077:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:10:03.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:03 smithi007 bash[22721]: cephadm 2024-09-13T13:10:02.068412+0000 mgr.a (mgr.14397) 5 : cephadm [INF] Updating smithi077:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:10:03.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:03 smithi007 bash[22721]: cluster 2024-09-13T13:10:02.088822+0000 mon.a (mon.0) 812 : cluster [DBG] mgrmap e20: a(active, since 1.01733s), standbys: b 2024-09-13T13:10:03.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:03 smithi007 bash[22721]: cluster 2024-09-13T13:10:02.088822+0000 mon.a (mon.0) 812 : cluster [DBG] mgrmap e20: a(active, since 1.01733s), standbys: b 2024-09-13T13:10:03.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:03 smithi007 bash[22721]: audit 2024-09-13T13:10:02.094146+0000 mgr.a (mgr.14397) 6 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-13T13:10:03.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:03 smithi007 bash[22721]: audit 2024-09-13T13:10:02.094146+0000 mgr.a (mgr.14397) 6 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-13T13:10:03.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:03 smithi007 bash[22721]: cluster 2024-09-13T13:10:02.094346+0000 mgr.a (mgr.14397) 7 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:03.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:03 smithi007 bash[22721]: cluster 2024-09-13T13:10:02.094346+0000 mgr.a (mgr.14397) 7 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:03.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:03 smithi007 bash[22721]: cephadm 2024-09-13T13:10:02.094837+0000 mgr.a (mgr.14397) 8 : cephadm [INF] Updating smithi007:/etc/ceph/ceph.client.admin.keyring 2024-09-13T13:10:03.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:03 smithi007 bash[22721]: cephadm 2024-09-13T13:10:02.094837+0000 mgr.a (mgr.14397) 8 : cephadm [INF] Updating smithi007:/etc/ceph/ceph.client.admin.keyring 2024-09-13T13:10:03.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:03 smithi007 bash[22721]: cephadm 2024-09-13T13:10:02.285721+0000 mgr.a (mgr.14397) 9 : cephadm [INF] Updating smithi077:/etc/ceph/ceph.client.admin.keyring 2024-09-13T13:10:03.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:03 smithi007 bash[22721]: cephadm 2024-09-13T13:10:02.285721+0000 mgr.a (mgr.14397) 9 : cephadm [INF] Updating smithi077:/etc/ceph/ceph.client.admin.keyring 2024-09-13T13:10:03.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:03 smithi007 bash[22721]: cephadm 2024-09-13T13:10:02.323022+0000 mgr.a (mgr.14397) 10 : cephadm [INF] Updating smithi053:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:10:03.562 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:03 smithi007 bash[22721]: cephadm 2024-09-13T13:10:02.323022+0000 mgr.a (mgr.14397) 10 : cephadm [INF] Updating smithi053:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T13:10:03.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:03 smithi007 bash[22721]: cephadm 2024-09-13T13:10:02.405182+0000 mgr.a (mgr.14397) 11 : cephadm [INF] Updating smithi007:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T13:10:03.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:03 smithi007 bash[22721]: cephadm 2024-09-13T13:10:02.405182+0000 mgr.a (mgr.14397) 11 : cephadm [INF] Updating smithi007:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T13:10:03.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:03 smithi007 bash[22721]: cephadm 2024-09-13T13:10:02.674003+0000 mgr.a (mgr.14397) 12 : cephadm [INF] Updating smithi077:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T13:10:03.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:03 smithi007 bash[22721]: cephadm 2024-09-13T13:10:02.674003+0000 mgr.a (mgr.14397) 12 : cephadm [INF] Updating smithi077:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T13:10:03.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:03 smithi007 bash[22721]: audit 2024-09-13T13:10:02.692400+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:03.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:03 smithi007 bash[22721]: audit 2024-09-13T13:10:02.692400+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:03.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:03 smithi007 bash[22721]: audit 2024-09-13T13:10:02.698315+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:03.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:03 smithi007 bash[22721]: audit 2024-09-13T13:10:02.698315+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:03.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:03 smithi007 bash[22721]: audit 2024-09-13T13:10:02.769247+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:03.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:03 smithi007 bash[22721]: audit 2024-09-13T13:10:02.769247+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:03.563 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:03 smithi007 bash[22721]: audit 2024-09-13T13:10:02.777103+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:03.564 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:03 smithi007 bash[22721]: audit 2024-09-13T13:10:02.777103+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:03.564 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:03 smithi007 bash[22721]: audit 2024-09-13T13:10:02.844602+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:03.564 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:03 smithi007 bash[22721]: audit 2024-09-13T13:10:02.844602+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:03.564 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:03 smithi007 bash[22721]: audit 2024-09-13T13:10:02.850904+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:03.564 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:03 smithi007 bash[22721]: audit 2024-09-13T13:10:02.850904+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:03.564 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:03 smithi007 bash[22721]: audit 2024-09-13T13:10:02.857507+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:03.564 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:03 smithi007 bash[22721]: audit 2024-09-13T13:10:02.857507+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:03.564 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:03 smithi007 bash[22721]: audit 2024-09-13T13:10:02.863941+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:03.564 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:03 smithi007 bash[22721]: audit 2024-09-13T13:10:02.863941+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:04.379 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:04 smithi077 bash[23251]: cephadm 2024-09-13T13:10:02.688126+0000 mgr.a (mgr.14397) 13 : cephadm [INF] Updating smithi053:/etc/ceph/ceph.client.admin.keyring 2024-09-13T13:10:04.379 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:04 smithi077 bash[23251]: cephadm 2024-09-13T13:10:02.688126+0000 mgr.a (mgr.14397) 13 : cephadm [INF] Updating smithi053:/etc/ceph/ceph.client.admin.keyring 2024-09-13T13:10:04.380 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:04 smithi077 bash[23251]: cephadm 2024-09-13T13:10:02.772872+0000 mgr.a (mgr.14397) 14 : cephadm [INF] Updating smithi053:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T13:10:04.380 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:04 smithi077 bash[23251]: cephadm 2024-09-13T13:10:02.772872+0000 mgr.a (mgr.14397) 14 : cephadm [INF] Updating smithi053:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T13:10:04.380 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:04 smithi077 bash[23251]: cephadm 2024-09-13T13:10:02.858010+0000 mgr.a (mgr.14397) 15 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T13:10:04.380 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:04 smithi077 bash[23251]: cephadm 2024-09-13T13:10:02.858010+0000 mgr.a (mgr.14397) 15 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T13:10:04.380 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:04 smithi077 bash[23251]: cephadm 2024-09-13T13:10:02.898579+0000 mgr.a (mgr.14397) 16 : cephadm [INF] Reconfiguring grafana.smithi007 (dependencies changed)... 2024-09-13T13:10:04.380 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:04 smithi077 bash[23251]: cephadm 2024-09-13T13:10:02.898579+0000 mgr.a (mgr.14397) 16 : cephadm [INF] Reconfiguring grafana.smithi007 (dependencies changed)... 2024-09-13T13:10:04.380 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:04 smithi077 bash[23251]: cluster 2024-09-13T13:10:03.091171+0000 mgr.a (mgr.14397) 17 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:04.380 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:04 smithi077 bash[23251]: cluster 2024-09-13T13:10:03.091171+0000 mgr.a (mgr.14397) 17 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:04.380 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:04 smithi077 bash[23251]: cephadm 2024-09-13T13:10:03.374513+0000 mgr.a (mgr.14397) 18 : cephadm [INF] Reconfiguring daemon grafana.smithi007 on smithi007 2024-09-13T13:10:04.380 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:04 smithi077 bash[23251]: cephadm 2024-09-13T13:10:03.374513+0000 mgr.a (mgr.14397) 18 : cephadm [INF] Reconfiguring daemon grafana.smithi007 on smithi007 2024-09-13T13:10:04.380 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:04 smithi077 bash[23251]: cluster 2024-09-13T13:10:03.869882+0000 mon.a (mon.0) 821 : cluster [DBG] mgrmap e21: a(active, since 2s), standbys: b 2024-09-13T13:10:04.380 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:04 smithi077 bash[23251]: cluster 2024-09-13T13:10:03.869882+0000 mon.a (mon.0) 821 : cluster [DBG] mgrmap e21: a(active, since 2s), standbys: b 2024-09-13T13:10:04.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:04 smithi053 bash[23444]: cephadm 2024-09-13T13:10:02.688126+0000 mgr.a (mgr.14397) 13 : cephadm [INF] Updating smithi053:/etc/ceph/ceph.client.admin.keyring 2024-09-13T13:10:04.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:04 smithi053 bash[23444]: cephadm 2024-09-13T13:10:02.688126+0000 mgr.a (mgr.14397) 13 : cephadm [INF] Updating smithi053:/etc/ceph/ceph.client.admin.keyring 2024-09-13T13:10:04.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:04 smithi053 bash[23444]: cephadm 2024-09-13T13:10:02.772872+0000 mgr.a (mgr.14397) 14 : cephadm [INF] Updating smithi053:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T13:10:04.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:04 smithi053 bash[23444]: cephadm 2024-09-13T13:10:02.772872+0000 mgr.a (mgr.14397) 14 : cephadm [INF] Updating smithi053:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T13:10:04.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:04 smithi053 bash[23444]: cephadm 2024-09-13T13:10:02.858010+0000 mgr.a (mgr.14397) 15 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T13:10:04.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:04 smithi053 bash[23444]: cephadm 2024-09-13T13:10:02.858010+0000 mgr.a (mgr.14397) 15 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T13:10:04.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:04 smithi053 bash[23444]: cephadm 2024-09-13T13:10:02.898579+0000 mgr.a (mgr.14397) 16 : cephadm [INF] Reconfiguring grafana.smithi007 (dependencies changed)... 2024-09-13T13:10:04.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:04 smithi053 bash[23444]: cephadm 2024-09-13T13:10:02.898579+0000 mgr.a (mgr.14397) 16 : cephadm [INF] Reconfiguring grafana.smithi007 (dependencies changed)... 2024-09-13T13:10:04.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:04 smithi053 bash[23444]: cluster 2024-09-13T13:10:03.091171+0000 mgr.a (mgr.14397) 17 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:04.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:04 smithi053 bash[23444]: cluster 2024-09-13T13:10:03.091171+0000 mgr.a (mgr.14397) 17 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:04.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:04 smithi053 bash[23444]: cephadm 2024-09-13T13:10:03.374513+0000 mgr.a (mgr.14397) 18 : cephadm [INF] Reconfiguring daemon grafana.smithi007 on smithi007 2024-09-13T13:10:04.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:04 smithi053 bash[23444]: cephadm 2024-09-13T13:10:03.374513+0000 mgr.a (mgr.14397) 18 : cephadm [INF] Reconfiguring daemon grafana.smithi007 on smithi007 2024-09-13T13:10:04.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:04 smithi053 bash[23444]: cluster 2024-09-13T13:10:03.869882+0000 mon.a (mon.0) 821 : cluster [DBG] mgrmap e21: a(active, since 2s), standbys: b 2024-09-13T13:10:04.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:04 smithi053 bash[23444]: cluster 2024-09-13T13:10:03.869882+0000 mon.a (mon.0) 821 : cluster [DBG] mgrmap e21: a(active, since 2s), standbys: b 2024-09-13T13:10:04.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:04 smithi007 bash[22721]: cephadm 2024-09-13T13:10:02.688126+0000 mgr.a (mgr.14397) 13 : cephadm [INF] Updating smithi053:/etc/ceph/ceph.client.admin.keyring 2024-09-13T13:10:04.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:04 smithi007 bash[22721]: cephadm 2024-09-13T13:10:02.688126+0000 mgr.a (mgr.14397) 13 : cephadm [INF] Updating smithi053:/etc/ceph/ceph.client.admin.keyring 2024-09-13T13:10:04.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:04 smithi007 bash[22721]: cephadm 2024-09-13T13:10:02.772872+0000 mgr.a (mgr.14397) 14 : cephadm [INF] Updating smithi053:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T13:10:04.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:04 smithi007 bash[22721]: cephadm 2024-09-13T13:10:02.772872+0000 mgr.a (mgr.14397) 14 : cephadm [INF] Updating smithi053:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T13:10:04.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:04 smithi007 bash[22721]: cephadm 2024-09-13T13:10:02.858010+0000 mgr.a (mgr.14397) 15 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T13:10:04.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:04 smithi007 bash[22721]: cephadm 2024-09-13T13:10:02.858010+0000 mgr.a (mgr.14397) 15 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T13:10:04.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:04 smithi007 bash[22721]: cephadm 2024-09-13T13:10:02.898579+0000 mgr.a (mgr.14397) 16 : cephadm [INF] Reconfiguring grafana.smithi007 (dependencies changed)... 2024-09-13T13:10:04.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:04 smithi007 bash[22721]: cephadm 2024-09-13T13:10:02.898579+0000 mgr.a (mgr.14397) 16 : cephadm [INF] Reconfiguring grafana.smithi007 (dependencies changed)... 2024-09-13T13:10:04.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:04 smithi007 bash[22721]: cluster 2024-09-13T13:10:03.091171+0000 mgr.a (mgr.14397) 17 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:04.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:04 smithi007 bash[22721]: cluster 2024-09-13T13:10:03.091171+0000 mgr.a (mgr.14397) 17 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:04.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:04 smithi007 bash[22721]: cephadm 2024-09-13T13:10:03.374513+0000 mgr.a (mgr.14397) 18 : cephadm [INF] Reconfiguring daemon grafana.smithi007 on smithi007 2024-09-13T13:10:04.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:04 smithi007 bash[22721]: cephadm 2024-09-13T13:10:03.374513+0000 mgr.a (mgr.14397) 18 : cephadm [INF] Reconfiguring daemon grafana.smithi007 on smithi007 2024-09-13T13:10:04.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:04 smithi007 bash[22721]: cluster 2024-09-13T13:10:03.869882+0000 mon.a (mon.0) 821 : cluster [DBG] mgrmap e21: a(active, since 2s), standbys: b 2024-09-13T13:10:04.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:04 smithi007 bash[22721]: cluster 2024-09-13T13:10:03.869882+0000 mon.a (mon.0) 821 : cluster [DBG] mgrmap e21: a(active, since 2s), standbys: b 2024-09-13T13:10:04.561 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:10:04 smithi007 bash[22975]: debug 2024-09-13T13:10:04.216+0000 7fe8e6b4f640 -1 log_channel(cephadm) log [ERR] : [13/Sep/2024:13:10:04] ENGINE Error in HTTPServer.serve 2024-09-13T13:10:04.561 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:10:04 smithi007 bash[22975]: Traceback (most recent call last): 2024-09-13T13:10:04.561 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:10:04 smithi007 bash[22975]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-13T13:10:04.561 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:10:04 smithi007 bash[22975]: self._connections.run(self.expiration_interval) 2024-09-13T13:10:04.561 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:10:04 smithi007 bash[22975]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-13T13:10:04.561 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:10:04 smithi007 bash[22975]: self._run(expiration_interval) 2024-09-13T13:10:04.561 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:10:04 smithi007 bash[22975]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-13T13:10:04.562 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:10:04 smithi007 bash[22975]: new_conn = self._from_server_socket(self.server.socket) 2024-09-13T13:10:04.562 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:10:04 smithi007 bash[22975]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-13T13:10:04.562 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:10:04 smithi007 bash[22975]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-13T13:10:04.562 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:10:04 smithi007 bash[22975]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-13T13:10:04.562 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:10:04 smithi007 bash[22975]: s = self.context.wrap_socket( 2024-09-13T13:10:04.562 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:10:04 smithi007 bash[22975]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-13T13:10:04.562 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:10:04 smithi007 bash[22975]: return self.sslsocket_class._create( 2024-09-13T13:10:04.562 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:10:04 smithi007 bash[22975]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-13T13:10:04.562 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:10:04 smithi007 bash[22975]: self.do_handshake() 2024-09-13T13:10:04.562 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:10:04 smithi007 bash[22975]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-13T13:10:04.562 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:10:04 smithi007 bash[22975]: self._sslobj.do_handshake() 2024-09-13T13:10:04.563 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:10:04 smithi007 bash[22975]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-13T13:10:05.360 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:05 smithi007 bash[22721]: cephadm 2024-09-13T13:10:03.992604+0000 mgr.a (mgr.14397) 19 : cephadm [INF] [13/Sep/2024:13:10:03] ENGINE Bus STARTING 2024-09-13T13:10:05.361 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:05 smithi007 bash[22721]: cephadm 2024-09-13T13:10:03.992604+0000 mgr.a (mgr.14397) 19 : cephadm [INF] [13/Sep/2024:13:10:03] ENGINE Bus STARTING 2024-09-13T13:10:05.361 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:05 smithi007 bash[22721]: cephadm 2024-09-13T13:10:04.094759+0000 mgr.a (mgr.14397) 20 : cephadm [INF] [13/Sep/2024:13:10:04] ENGINE Serving on http://172.21.15.7:8765 2024-09-13T13:10:05.361 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:05 smithi007 bash[22721]: cephadm 2024-09-13T13:10:04.094759+0000 mgr.a (mgr.14397) 20 : cephadm [INF] [13/Sep/2024:13:10:04] ENGINE Serving on http://172.21.15.7:8765 2024-09-13T13:10:05.361 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:05 smithi007 bash[22721]: cephadm 2024-09-13T13:10:04.220769+0000 mgr.a (mgr.14397) 21 : cephadm [INF] [13/Sep/2024:13:10:04] ENGINE Serving on https://172.21.15.7:7151 2024-09-13T13:10:05.361 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:05 smithi007 bash[22721]: cephadm 2024-09-13T13:10:04.220769+0000 mgr.a (mgr.14397) 21 : cephadm [INF] [13/Sep/2024:13:10:04] ENGINE Serving on https://172.21.15.7:7151 2024-09-13T13:10:05.361 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:05 smithi007 bash[22721]: cephadm 2024-09-13T13:10:04.220886+0000 mgr.a (mgr.14397) 22 : cephadm [INF] [13/Sep/2024:13:10:04] ENGINE Bus STARTED 2024-09-13T13:10:05.361 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:05 smithi007 bash[22721]: cephadm 2024-09-13T13:10:04.220886+0000 mgr.a (mgr.14397) 22 : cephadm [INF] [13/Sep/2024:13:10:04] ENGINE Bus STARTED 2024-09-13T13:10:05.361 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:05 smithi007 bash[22721]: cephadm 2024-09-13T13:10:04.222487+0000 mgr.a (mgr.14397) 23 : cephadm [ERR] [13/Sep/2024:13:10:04] ENGINE Error in HTTPServer.serve 2024-09-13T13:10:05.362 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:05 smithi007 bash[22721]: Traceback (most recent call last): 2024-09-13T13:10:05.362 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:05 smithi007 bash[22721]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-13T13:10:05.362 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:05 smithi007 bash[22721]: self._connections.run(self.expiration_interval) 2024-09-13T13:10:05.362 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:05 smithi007 bash[22721]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-13T13:10:05.362 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:05 smithi007 bash[22721]: self._run(expiration_interval) 2024-09-13T13:10:05.362 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:05 smithi007 bash[22721]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-13T13:10:05.362 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:05 smithi007 bash[22721]: new_conn = self._from_server_socket(self.server.socket) 2024-09-13T13:10:05.362 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:05 smithi007 bash[22721]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-13T13:10:05.362 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:05 smithi007 bash[22721]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-13T13:10:05.362 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:05 smithi007 bash[22721]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-13T13:10:05.362 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:05 smithi007 bash[22721]: s = self.context.wrap_socket( 2024-09-13T13:10:05.363 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:05 smithi007 bash[22721]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-13T13:10:05.363 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:05 smithi007 bash[22721]: return self.sslsocket_class._create( 2024-09-13T13:10:05.363 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:05 smithi007 bash[22721]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-13T13:10:05.363 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:05 smithi007 bash[22721]: self.do_handshake() 2024-09-13T13:10:05.363 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:05 smithi007 bash[22721]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-13T13:10:05.363 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:05 smithi007 bash[22721]: self._sslobj.do_handshake() 2024-09-13T13:10:05.363 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:05 smithi007 bash[22721]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-13T13:10:05.363 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:05 smithi007 bash[22721]: cephadm 2024-09-13T13:10:04.222487+0000 mgr.a (mgr.14397) 23 : cephadm [ERR] [13/Sep/2024:13:10:04] ENGINE Error in HTTPServer.serve 2024-09-13T13:10:05.363 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:05 smithi007 bash[22721]: Traceback (most recent call last): 2024-09-13T13:10:05.363 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:05 smithi007 bash[22721]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-13T13:10:05.363 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:05 smithi007 bash[22721]: self._connections.run(self.expiration_interval) 2024-09-13T13:10:05.363 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:05 smithi007 bash[22721]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-13T13:10:05.364 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:05 smithi007 bash[22721]: self._run(expiration_interval) 2024-09-13T13:10:05.364 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:05 smithi007 bash[22721]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-13T13:10:05.364 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:05 smithi007 bash[22721]: new_conn = self._from_server_socket(self.server.socket) 2024-09-13T13:10:05.364 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:05 smithi007 bash[22721]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-13T13:10:05.364 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:05 smithi007 bash[22721]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-13T13:10:05.364 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:05 smithi007 bash[22721]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-13T13:10:05.364 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:05 smithi007 bash[22721]: s = self.context.wrap_socket( 2024-09-13T13:10:05.364 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:05 smithi007 bash[22721]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-13T13:10:05.364 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:05 smithi007 bash[22721]: return self.sslsocket_class._create( 2024-09-13T13:10:05.364 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:05 smithi007 bash[22721]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-13T13:10:05.364 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:05 smithi007 bash[22721]: self.do_handshake() 2024-09-13T13:10:05.364 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:05 smithi007 bash[22721]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-13T13:10:05.364 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:05 smithi007 bash[22721]: self._sslobj.do_handshake() 2024-09-13T13:10:05.364 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:05 smithi007 bash[22721]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-13T13:10:05.410 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:05 smithi053 bash[23444]: cephadm 2024-09-13T13:10:03.992604+0000 mgr.a (mgr.14397) 19 : cephadm [INF] [13/Sep/2024:13:10:03] ENGINE Bus STARTING 2024-09-13T13:10:05.410 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:05 smithi053 bash[23444]: cephadm 2024-09-13T13:10:03.992604+0000 mgr.a (mgr.14397) 19 : cephadm [INF] [13/Sep/2024:13:10:03] ENGINE Bus STARTING 2024-09-13T13:10:05.410 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:05 smithi053 bash[23444]: cephadm 2024-09-13T13:10:04.094759+0000 mgr.a (mgr.14397) 20 : cephadm [INF] [13/Sep/2024:13:10:04] ENGINE Serving on http://172.21.15.7:8765 2024-09-13T13:10:05.410 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:05 smithi053 bash[23444]: cephadm 2024-09-13T13:10:04.094759+0000 mgr.a (mgr.14397) 20 : cephadm [INF] [13/Sep/2024:13:10:04] ENGINE Serving on http://172.21.15.7:8765 2024-09-13T13:10:05.410 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:05 smithi053 bash[23444]: cephadm 2024-09-13T13:10:04.220769+0000 mgr.a (mgr.14397) 21 : cephadm [INF] [13/Sep/2024:13:10:04] ENGINE Serving on https://172.21.15.7:7151 2024-09-13T13:10:05.410 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:05 smithi053 bash[23444]: cephadm 2024-09-13T13:10:04.220769+0000 mgr.a (mgr.14397) 21 : cephadm [INF] [13/Sep/2024:13:10:04] ENGINE Serving on https://172.21.15.7:7151 2024-09-13T13:10:05.410 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:05 smithi053 bash[23444]: cephadm 2024-09-13T13:10:04.220886+0000 mgr.a (mgr.14397) 22 : cephadm [INF] [13/Sep/2024:13:10:04] ENGINE Bus STARTED 2024-09-13T13:10:05.410 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:05 smithi053 bash[23444]: cephadm 2024-09-13T13:10:04.220886+0000 mgr.a (mgr.14397) 22 : cephadm [INF] [13/Sep/2024:13:10:04] ENGINE Bus STARTED 2024-09-13T13:10:05.411 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:05 smithi053 bash[23444]: cephadm 2024-09-13T13:10:04.222487+0000 mgr.a (mgr.14397) 23 : cephadm [ERR] [13/Sep/2024:13:10:04] ENGINE Error in HTTPServer.serve 2024-09-13T13:10:05.411 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:05 smithi053 bash[23444]: Traceback (most recent call last): 2024-09-13T13:10:05.411 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:05 smithi053 bash[23444]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-13T13:10:05.411 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:05 smithi053 bash[23444]: self._connections.run(self.expiration_interval) 2024-09-13T13:10:05.411 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:05 smithi053 bash[23444]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-13T13:10:05.411 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:05 smithi053 bash[23444]: self._run(expiration_interval) 2024-09-13T13:10:05.411 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:05 smithi053 bash[23444]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-13T13:10:05.411 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:05 smithi053 bash[23444]: new_conn = self._from_server_socket(self.server.socket) 2024-09-13T13:10:05.411 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:05 smithi053 bash[23444]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-13T13:10:05.411 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:05 smithi053 bash[23444]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-13T13:10:05.411 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:05 smithi053 bash[23444]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-13T13:10:05.412 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:05 smithi053 bash[23444]: s = self.context.wrap_socket( 2024-09-13T13:10:05.412 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:05 smithi053 bash[23444]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-13T13:10:05.412 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:05 smithi053 bash[23444]: return self.sslsocket_class._create( 2024-09-13T13:10:05.412 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:05 smithi053 bash[23444]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-13T13:10:05.412 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:05 smithi053 bash[23444]: self.do_handshake() 2024-09-13T13:10:05.412 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:05 smithi053 bash[23444]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-13T13:10:05.412 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:05 smithi053 bash[23444]: self._sslobj.do_handshake() 2024-09-13T13:10:05.412 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:05 smithi053 bash[23444]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-13T13:10:05.412 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:05 smithi053 bash[23444]: cephadm 2024-09-13T13:10:04.222487+0000 mgr.a (mgr.14397) 23 : cephadm [ERR] [13/Sep/2024:13:10:04] ENGINE Error in HTTPServer.serve 2024-09-13T13:10:05.412 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:05 smithi053 bash[23444]: Traceback (most recent call last): 2024-09-13T13:10:05.412 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:05 smithi053 bash[23444]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-13T13:10:05.412 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:05 smithi053 bash[23444]: self._connections.run(self.expiration_interval) 2024-09-13T13:10:05.412 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:05 smithi053 bash[23444]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-13T13:10:05.413 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:05 smithi053 bash[23444]: self._run(expiration_interval) 2024-09-13T13:10:05.413 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:05 smithi053 bash[23444]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-13T13:10:05.413 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:05 smithi053 bash[23444]: new_conn = self._from_server_socket(self.server.socket) 2024-09-13T13:10:05.413 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:05 smithi053 bash[23444]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-13T13:10:05.413 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:05 smithi053 bash[23444]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-13T13:10:05.413 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:05 smithi053 bash[23444]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-13T13:10:05.413 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:05 smithi053 bash[23444]: s = self.context.wrap_socket( 2024-09-13T13:10:05.413 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:05 smithi053 bash[23444]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-13T13:10:05.413 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:05 smithi053 bash[23444]: return self.sslsocket_class._create( 2024-09-13T13:10:05.413 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:05 smithi053 bash[23444]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-13T13:10:05.413 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:05 smithi053 bash[23444]: self.do_handshake() 2024-09-13T13:10:05.413 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:05 smithi053 bash[23444]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-13T13:10:05.413 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:05 smithi053 bash[23444]: self._sslobj.do_handshake() 2024-09-13T13:10:05.414 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:05 smithi053 bash[23444]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-13T13:10:05.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:05 smithi077 bash[23251]: cephadm 2024-09-13T13:10:03.992604+0000 mgr.a (mgr.14397) 19 : cephadm [INF] [13/Sep/2024:13:10:03] ENGINE Bus STARTING 2024-09-13T13:10:05.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:05 smithi077 bash[23251]: cephadm 2024-09-13T13:10:03.992604+0000 mgr.a (mgr.14397) 19 : cephadm [INF] [13/Sep/2024:13:10:03] ENGINE Bus STARTING 2024-09-13T13:10:05.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:05 smithi077 bash[23251]: cephadm 2024-09-13T13:10:04.094759+0000 mgr.a (mgr.14397) 20 : cephadm [INF] [13/Sep/2024:13:10:04] ENGINE Serving on http://172.21.15.7:8765 2024-09-13T13:10:05.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:05 smithi077 bash[23251]: cephadm 2024-09-13T13:10:04.094759+0000 mgr.a (mgr.14397) 20 : cephadm [INF] [13/Sep/2024:13:10:04] ENGINE Serving on http://172.21.15.7:8765 2024-09-13T13:10:05.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:05 smithi077 bash[23251]: cephadm 2024-09-13T13:10:04.220769+0000 mgr.a (mgr.14397) 21 : cephadm [INF] [13/Sep/2024:13:10:04] ENGINE Serving on https://172.21.15.7:7151 2024-09-13T13:10:05.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:05 smithi077 bash[23251]: cephadm 2024-09-13T13:10:04.220769+0000 mgr.a (mgr.14397) 21 : cephadm [INF] [13/Sep/2024:13:10:04] ENGINE Serving on https://172.21.15.7:7151 2024-09-13T13:10:05.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:05 smithi077 bash[23251]: cephadm 2024-09-13T13:10:04.220886+0000 mgr.a (mgr.14397) 22 : cephadm [INF] [13/Sep/2024:13:10:04] ENGINE Bus STARTED 2024-09-13T13:10:05.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:05 smithi077 bash[23251]: cephadm 2024-09-13T13:10:04.220886+0000 mgr.a (mgr.14397) 22 : cephadm [INF] [13/Sep/2024:13:10:04] ENGINE Bus STARTED 2024-09-13T13:10:05.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:05 smithi077 bash[23251]: cephadm 2024-09-13T13:10:04.222487+0000 mgr.a (mgr.14397) 23 : cephadm [ERR] [13/Sep/2024:13:10:04] ENGINE Error in HTTPServer.serve 2024-09-13T13:10:05.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:05 smithi077 bash[23251]: Traceback (most recent call last): 2024-09-13T13:10:05.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:05 smithi077 bash[23251]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-13T13:10:05.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:05 smithi077 bash[23251]: self._connections.run(self.expiration_interval) 2024-09-13T13:10:05.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:05 smithi077 bash[23251]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-13T13:10:05.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:05 smithi077 bash[23251]: self._run(expiration_interval) 2024-09-13T13:10:05.480 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:05 smithi077 bash[23251]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-13T13:10:05.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:05 smithi077 bash[23251]: new_conn = self._from_server_socket(self.server.socket) 2024-09-13T13:10:05.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:05 smithi077 bash[23251]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-13T13:10:05.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:05 smithi077 bash[23251]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-13T13:10:05.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:05 smithi077 bash[23251]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-13T13:10:05.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:05 smithi077 bash[23251]: s = self.context.wrap_socket( 2024-09-13T13:10:05.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:05 smithi077 bash[23251]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-13T13:10:05.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:05 smithi077 bash[23251]: return self.sslsocket_class._create( 2024-09-13T13:10:05.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:05 smithi077 bash[23251]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-13T13:10:05.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:05 smithi077 bash[23251]: self.do_handshake() 2024-09-13T13:10:05.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:05 smithi077 bash[23251]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-13T13:10:05.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:05 smithi077 bash[23251]: self._sslobj.do_handshake() 2024-09-13T13:10:05.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:05 smithi077 bash[23251]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-13T13:10:05.481 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:05 smithi077 bash[23251]: cephadm 2024-09-13T13:10:04.222487+0000 mgr.a (mgr.14397) 23 : cephadm [ERR] [13/Sep/2024:13:10:04] ENGINE Error in HTTPServer.serve 2024-09-13T13:10:05.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:05 smithi077 bash[23251]: Traceback (most recent call last): 2024-09-13T13:10:05.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:05 smithi077 bash[23251]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-13T13:10:05.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:05 smithi077 bash[23251]: self._connections.run(self.expiration_interval) 2024-09-13T13:10:05.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:05 smithi077 bash[23251]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-13T13:10:05.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:05 smithi077 bash[23251]: self._run(expiration_interval) 2024-09-13T13:10:05.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:05 smithi077 bash[23251]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-13T13:10:05.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:05 smithi077 bash[23251]: new_conn = self._from_server_socket(self.server.socket) 2024-09-13T13:10:05.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:05 smithi077 bash[23251]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-13T13:10:05.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:05 smithi077 bash[23251]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-13T13:10:05.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:05 smithi077 bash[23251]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-13T13:10:05.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:05 smithi077 bash[23251]: s = self.context.wrap_socket( 2024-09-13T13:10:05.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:05 smithi077 bash[23251]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-13T13:10:05.482 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:05 smithi077 bash[23251]: return self.sslsocket_class._create( 2024-09-13T13:10:05.483 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:05 smithi077 bash[23251]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-13T13:10:05.483 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:05 smithi077 bash[23251]: self.do_handshake() 2024-09-13T13:10:05.483 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:05 smithi077 bash[23251]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-13T13:10:05.483 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:05 smithi077 bash[23251]: self._sslobj.do_handshake() 2024-09-13T13:10:05.483 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:05 smithi077 bash[23251]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-13T13:10:06.376 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:06 smithi077 bash[23251]: cluster 2024-09-13T13:10:05.091675+0000 mgr.a (mgr.14397) 24 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:06.376 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:06 smithi077 bash[23251]: cluster 2024-09-13T13:10:05.091675+0000 mgr.a (mgr.14397) 24 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:06.454 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:06 smithi053 bash[23444]: cluster 2024-09-13T13:10:05.091675+0000 mgr.a (mgr.14397) 24 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:06.454 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:06 smithi053 bash[23444]: cluster 2024-09-13T13:10:05.091675+0000 mgr.a (mgr.14397) 24 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:06.559 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:06 smithi007 bash[22721]: cluster 2024-09-13T13:10:05.091675+0000 mgr.a (mgr.14397) 24 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:06.559 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:06 smithi007 bash[22721]: cluster 2024-09-13T13:10:05.091675+0000 mgr.a (mgr.14397) 24 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:07.401 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:07 smithi007 bash[22721]: cluster 2024-09-13T13:10:06.117278+0000 mon.a (mon.0) 822 : cluster [DBG] mgrmap e22: a(active, since 5s), standbys: b 2024-09-13T13:10:07.401 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:07 smithi007 bash[22721]: cluster 2024-09-13T13:10:06.117278+0000 mon.a (mon.0) 822 : cluster [DBG] mgrmap e22: a(active, since 5s), standbys: b 2024-09-13T13:10:07.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:07 smithi053 bash[23444]: cluster 2024-09-13T13:10:06.117278+0000 mon.a (mon.0) 822 : cluster [DBG] mgrmap e22: a(active, since 5s), standbys: b 2024-09-13T13:10:07.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:07 smithi053 bash[23444]: cluster 2024-09-13T13:10:06.117278+0000 mon.a (mon.0) 822 : cluster [DBG] mgrmap e22: a(active, since 5s), standbys: b 2024-09-13T13:10:07.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:07 smithi077 bash[23251]: cluster 2024-09-13T13:10:06.117278+0000 mon.a (mon.0) 822 : cluster [DBG] mgrmap e22: a(active, since 5s), standbys: b 2024-09-13T13:10:07.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:07 smithi077 bash[23251]: cluster 2024-09-13T13:10:06.117278+0000 mon.a (mon.0) 822 : cluster [DBG] mgrmap e22: a(active, since 5s), standbys: b 2024-09-13T13:10:08.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:08 smithi007 bash[22721]: cluster 2024-09-13T13:10:07.092487+0000 mgr.a (mgr.14397) 25 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:08.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:08 smithi007 bash[22721]: cluster 2024-09-13T13:10:07.092487+0000 mgr.a (mgr.14397) 25 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:08.465 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:08 smithi053 bash[23444]: cluster 2024-09-13T13:10:07.092487+0000 mgr.a (mgr.14397) 25 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:08.466 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:08 smithi053 bash[23444]: cluster 2024-09-13T13:10:07.092487+0000 mgr.a (mgr.14397) 25 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:08.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:08 smithi077 bash[23251]: cluster 2024-09-13T13:10:07.092487+0000 mgr.a (mgr.14397) 25 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:08.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:08 smithi077 bash[23251]: cluster 2024-09-13T13:10:07.092487+0000 mgr.a (mgr.14397) 25 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:10.212 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:09 smithi053 bash[23444]: audit 2024-09-13T13:10:08.959550+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:10.212 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:09 smithi053 bash[23444]: audit 2024-09-13T13:10:08.959550+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:10.212 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:09 smithi053 bash[23444]: audit 2024-09-13T13:10:08.964952+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:10.212 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:09 smithi053 bash[23444]: audit 2024-09-13T13:10:08.964952+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:10.212 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:09 smithi053 bash[23444]: audit 2024-09-13T13:10:08.966069+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi053", "caps": []} : dispatch 2024-09-13T13:10:10.212 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:09 smithi053 bash[23444]: audit 2024-09-13T13:10:08.966069+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi053", "caps": []} : dispatch 2024-09-13T13:10:10.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:09 smithi053 bash[23444]: cluster 2024-09-13T13:10:09.093100+0000 mgr.a (mgr.14397) 26 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-13T13:10:10.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:09 smithi053 bash[23444]: cluster 2024-09-13T13:10:09.093100+0000 mgr.a (mgr.14397) 26 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-13T13:10:10.228 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:09 smithi077 bash[23251]: audit 2024-09-13T13:10:08.959550+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:10.228 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:09 smithi077 bash[23251]: audit 2024-09-13T13:10:08.959550+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:10.228 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:09 smithi077 bash[23251]: audit 2024-09-13T13:10:08.964952+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:10.228 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:09 smithi077 bash[23251]: audit 2024-09-13T13:10:08.964952+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:10.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:09 smithi077 bash[23251]: audit 2024-09-13T13:10:08.966069+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi053", "caps": []} : dispatch 2024-09-13T13:10:10.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:09 smithi077 bash[23251]: audit 2024-09-13T13:10:08.966069+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi053", "caps": []} : dispatch 2024-09-13T13:10:10.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:09 smithi077 bash[23251]: cluster 2024-09-13T13:10:09.093100+0000 mgr.a (mgr.14397) 26 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-13T13:10:10.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:09 smithi077 bash[23251]: cluster 2024-09-13T13:10:09.093100+0000 mgr.a (mgr.14397) 26 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-13T13:10:10.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:09 smithi007 bash[22721]: audit 2024-09-13T13:10:08.959550+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:10.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:09 smithi007 bash[22721]: audit 2024-09-13T13:10:08.959550+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:10.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:09 smithi007 bash[22721]: audit 2024-09-13T13:10:08.964952+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:10.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:09 smithi007 bash[22721]: audit 2024-09-13T13:10:08.964952+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:10.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:09 smithi007 bash[22721]: audit 2024-09-13T13:10:08.966069+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi053", "caps": []} : dispatch 2024-09-13T13:10:10.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:09 smithi007 bash[22721]: audit 2024-09-13T13:10:08.966069+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi053", "caps": []} : dispatch 2024-09-13T13:10:10.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:09 smithi007 bash[22721]: cluster 2024-09-13T13:10:09.093100+0000 mgr.a (mgr.14397) 26 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-13T13:10:10.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:09 smithi007 bash[22721]: cluster 2024-09-13T13:10:09.093100+0000 mgr.a (mgr.14397) 26 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-13T13:10:11.006 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:10 smithi007 bash[22721]: audit 2024-09-13T13:10:10.127533+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi077", "caps": []} : dispatch 2024-09-13T13:10:11.006 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:10 smithi007 bash[22721]: audit 2024-09-13T13:10:10.127533+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi077", "caps": []} : dispatch 2024-09-13T13:10:11.212 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:10 smithi053 bash[23444]: audit 2024-09-13T13:10:10.127533+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi077", "caps": []} : dispatch 2024-09-13T13:10:11.212 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:10 smithi053 bash[23444]: audit 2024-09-13T13:10:10.127533+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi077", "caps": []} : dispatch 2024-09-13T13:10:11.228 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:10 smithi077 bash[23251]: audit 2024-09-13T13:10:10.127533+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi077", "caps": []} : dispatch 2024-09-13T13:10:11.228 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:10 smithi077 bash[23251]: audit 2024-09-13T13:10:10.127533+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi077", "caps": []} : dispatch 2024-09-13T13:10:12.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:12 smithi053 bash[23444]: cluster 2024-09-13T13:10:11.093406+0000 mgr.a (mgr.14397) 27 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-13T13:10:12.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:12 smithi053 bash[23444]: cluster 2024-09-13T13:10:11.093406+0000 mgr.a (mgr.14397) 27 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-13T13:10:12.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:12 smithi053 bash[23444]: audit 2024-09-13T13:10:11.578272+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:12.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:12 smithi053 bash[23444]: audit 2024-09-13T13:10:11.578272+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:12.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:12 smithi053 bash[23444]: audit 2024-09-13T13:10:11.717543+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:12.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:12 smithi053 bash[23444]: audit 2024-09-13T13:10:11.717543+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:12.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:12 smithi053 bash[23444]: audit 2024-09-13T13:10:11.871536+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:12.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:12 smithi053 bash[23444]: audit 2024-09-13T13:10:11.871536+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:12.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:12 smithi077 bash[23251]: cluster 2024-09-13T13:10:11.093406+0000 mgr.a (mgr.14397) 27 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-13T13:10:12.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:12 smithi077 bash[23251]: cluster 2024-09-13T13:10:11.093406+0000 mgr.a (mgr.14397) 27 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-13T13:10:12.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:12 smithi077 bash[23251]: audit 2024-09-13T13:10:11.578272+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:12.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:12 smithi077 bash[23251]: audit 2024-09-13T13:10:11.578272+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:12.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:12 smithi077 bash[23251]: audit 2024-09-13T13:10:11.717543+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:12.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:12 smithi077 bash[23251]: audit 2024-09-13T13:10:11.717543+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:12.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:12 smithi077 bash[23251]: audit 2024-09-13T13:10:11.871536+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:12.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:12 smithi077 bash[23251]: audit 2024-09-13T13:10:11.871536+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:13.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:12 smithi007 bash[22721]: cluster 2024-09-13T13:10:11.093406+0000 mgr.a (mgr.14397) 27 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-13T13:10:13.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:12 smithi007 bash[22721]: cluster 2024-09-13T13:10:11.093406+0000 mgr.a (mgr.14397) 27 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-13T13:10:13.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:12 smithi007 bash[22721]: audit 2024-09-13T13:10:11.578272+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:13.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:12 smithi007 bash[22721]: audit 2024-09-13T13:10:11.578272+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:13.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:12 smithi007 bash[22721]: audit 2024-09-13T13:10:11.717543+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:13.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:12 smithi007 bash[22721]: audit 2024-09-13T13:10:11.717543+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:13.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:12 smithi007 bash[22721]: audit 2024-09-13T13:10:11.871536+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:13.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:12 smithi007 bash[22721]: audit 2024-09-13T13:10:11.871536+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:13.782 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:13 smithi077 bash[23251]: cephadm 2024-09-13T13:10:12.487499+0000 mgr.a (mgr.14397) 28 : cephadm [INF] Reconfiguring alertmanager.smithi077 (dependencies changed)... 2024-09-13T13:10:13.782 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:13 smithi077 bash[23251]: cephadm 2024-09-13T13:10:12.487499+0000 mgr.a (mgr.14397) 28 : cephadm [INF] Reconfiguring alertmanager.smithi077 (dependencies changed)... 2024-09-13T13:10:13.783 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:13 smithi077 bash[23251]: cephadm 2024-09-13T13:10:12.495034+0000 mgr.a (mgr.14397) 29 : cephadm [INF] Reconfiguring daemon alertmanager.smithi077 on smithi077 2024-09-13T13:10:13.783 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:13 smithi077 bash[23251]: cephadm 2024-09-13T13:10:12.495034+0000 mgr.a (mgr.14397) 29 : cephadm [INF] Reconfiguring daemon alertmanager.smithi077 on smithi077 2024-09-13T13:10:13.783 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:13 smithi077 bash[23251]: audit 2024-09-13T13:10:13.513002+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:13.783 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:13 smithi077 bash[23251]: audit 2024-09-13T13:10:13.513002+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:13.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:13 smithi053 bash[23444]: cephadm 2024-09-13T13:10:12.487499+0000 mgr.a (mgr.14397) 28 : cephadm [INF] Reconfiguring alertmanager.smithi077 (dependencies changed)... 2024-09-13T13:10:13.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:13 smithi053 bash[23444]: cephadm 2024-09-13T13:10:12.487499+0000 mgr.a (mgr.14397) 28 : cephadm [INF] Reconfiguring alertmanager.smithi077 (dependencies changed)... 2024-09-13T13:10:13.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:13 smithi053 bash[23444]: cephadm 2024-09-13T13:10:12.495034+0000 mgr.a (mgr.14397) 29 : cephadm [INF] Reconfiguring daemon alertmanager.smithi077 on smithi077 2024-09-13T13:10:13.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:13 smithi053 bash[23444]: cephadm 2024-09-13T13:10:12.495034+0000 mgr.a (mgr.14397) 29 : cephadm [INF] Reconfiguring daemon alertmanager.smithi077 on smithi077 2024-09-13T13:10:13.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:13 smithi053 bash[23444]: audit 2024-09-13T13:10:13.513002+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:13.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:13 smithi053 bash[23444]: audit 2024-09-13T13:10:13.513002+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:13.979 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:13 smithi007 bash[22721]: cephadm 2024-09-13T13:10:12.487499+0000 mgr.a (mgr.14397) 28 : cephadm [INF] Reconfiguring alertmanager.smithi077 (dependencies changed)... 2024-09-13T13:10:13.979 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:13 smithi007 bash[22721]: cephadm 2024-09-13T13:10:12.487499+0000 mgr.a (mgr.14397) 28 : cephadm [INF] Reconfiguring alertmanager.smithi077 (dependencies changed)... 2024-09-13T13:10:13.979 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:13 smithi007 bash[22721]: cephadm 2024-09-13T13:10:12.495034+0000 mgr.a (mgr.14397) 29 : cephadm [INF] Reconfiguring daemon alertmanager.smithi077 on smithi077 2024-09-13T13:10:13.979 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:13 smithi007 bash[22721]: cephadm 2024-09-13T13:10:12.495034+0000 mgr.a (mgr.14397) 29 : cephadm [INF] Reconfiguring daemon alertmanager.smithi077 on smithi077 2024-09-13T13:10:13.979 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:13 smithi007 bash[22721]: audit 2024-09-13T13:10:13.513002+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:13.979 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:13 smithi007 bash[22721]: audit 2024-09-13T13:10:13.513002+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:14.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:14 smithi053 bash[23444]: cluster 2024-09-13T13:10:13.093715+0000 mgr.a (mgr.14397) 30 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-13T13:10:14.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:14 smithi053 bash[23444]: cluster 2024-09-13T13:10:13.093715+0000 mgr.a (mgr.14397) 30 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-13T13:10:14.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:14 smithi053 bash[23444]: audit 2024-09-13T13:10:13.646080+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:14.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:14 smithi053 bash[23444]: audit 2024-09-13T13:10:13.646080+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:14.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:14 smithi053 bash[23444]: audit 2024-09-13T13:10:13.783279+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:14.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:14 smithi053 bash[23444]: audit 2024-09-13T13:10:13.783279+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:14.963 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:14 smithi077 bash[23251]: cluster 2024-09-13T13:10:13.093715+0000 mgr.a (mgr.14397) 30 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-13T13:10:14.964 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:14 smithi077 bash[23251]: cluster 2024-09-13T13:10:13.093715+0000 mgr.a (mgr.14397) 30 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-13T13:10:14.964 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:14 smithi077 bash[23251]: audit 2024-09-13T13:10:13.646080+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:14.964 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:14 smithi077 bash[23251]: audit 2024-09-13T13:10:13.646080+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:14.964 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:14 smithi077 bash[23251]: audit 2024-09-13T13:10:13.783279+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:14.964 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:14 smithi077 bash[23251]: audit 2024-09-13T13:10:13.783279+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:15.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:14 smithi007 bash[22721]: cluster 2024-09-13T13:10:13.093715+0000 mgr.a (mgr.14397) 30 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-13T13:10:15.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:14 smithi007 bash[22721]: cluster 2024-09-13T13:10:13.093715+0000 mgr.a (mgr.14397) 30 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-13T13:10:15.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:14 smithi007 bash[22721]: audit 2024-09-13T13:10:13.646080+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:15.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:14 smithi007 bash[22721]: audit 2024-09-13T13:10:13.646080+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:15.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:14 smithi007 bash[22721]: audit 2024-09-13T13:10:13.783279+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:15.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:14 smithi007 bash[22721]: audit 2024-09-13T13:10:13.783279+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:16.033 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:15 smithi053 bash[23444]: audit 2024-09-13T13:10:14.749005+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:16.033 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:15 smithi053 bash[23444]: audit 2024-09-13T13:10:14.749005+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:16.033 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:15 smithi053 bash[23444]: cluster 2024-09-13T13:10:15.094200+0000 mgr.a (mgr.14397) 31 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-13T13:10:16.033 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:15 smithi053 bash[23444]: cluster 2024-09-13T13:10:15.094200+0000 mgr.a (mgr.14397) 31 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-13T13:10:16.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:15 smithi007 bash[22721]: audit 2024-09-13T13:10:14.749005+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:16.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:15 smithi007 bash[22721]: audit 2024-09-13T13:10:14.749005+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:16.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:15 smithi007 bash[22721]: cluster 2024-09-13T13:10:15.094200+0000 mgr.a (mgr.14397) 31 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-13T13:10:16.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:15 smithi007 bash[22721]: cluster 2024-09-13T13:10:15.094200+0000 mgr.a (mgr.14397) 31 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-13T13:10:16.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:15 smithi077 bash[23251]: audit 2024-09-13T13:10:14.749005+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:16.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:15 smithi077 bash[23251]: audit 2024-09-13T13:10:14.749005+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:16.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:15 smithi077 bash[23251]: cluster 2024-09-13T13:10:15.094200+0000 mgr.a (mgr.14397) 31 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-13T13:10:16.230 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:15 smithi077 bash[23251]: cluster 2024-09-13T13:10:15.094200+0000 mgr.a (mgr.14397) 31 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-13T13:10:17.729 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:17 smithi077 bash[23251]: audit 2024-09-13T13:10:16.614031+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:17.729 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:17 smithi077 bash[23251]: audit 2024-09-13T13:10:16.614031+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:17.729 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:17 smithi077 bash[23251]: audit 2024-09-13T13:10:16.614782+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:10:17.729 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:17 smithi077 bash[23251]: audit 2024-09-13T13:10:16.614782+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:10:17.729 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:17 smithi077 bash[23251]: audit 2024-09-13T13:10:16.945770+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:17.729 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:17 smithi077 bash[23251]: audit 2024-09-13T13:10:16.945770+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:17.729 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:17 smithi077 bash[23251]: audit 2024-09-13T13:10:17.392302+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:17.729 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:17 smithi077 bash[23251]: audit 2024-09-13T13:10:17.392302+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:17.730 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:17 smithi077 bash[23251]: audit 2024-09-13T13:10:17.401145+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:17.730 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:17 smithi077 bash[23251]: audit 2024-09-13T13:10:17.401145+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:17.730 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:17 smithi077 bash[23251]: audit 2024-09-13T13:10:17.411642+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:17.730 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:17 smithi077 bash[23251]: audit 2024-09-13T13:10:17.411642+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:17.874 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:17 smithi053 bash[23444]: audit 2024-09-13T13:10:16.614031+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:17.875 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:17 smithi053 bash[23444]: audit 2024-09-13T13:10:16.614031+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:17.875 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:17 smithi053 bash[23444]: audit 2024-09-13T13:10:16.614782+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:10:17.875 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:17 smithi053 bash[23444]: audit 2024-09-13T13:10:16.614782+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:10:17.875 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:17 smithi053 bash[23444]: audit 2024-09-13T13:10:16.945770+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:17.875 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:17 smithi053 bash[23444]: audit 2024-09-13T13:10:16.945770+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:17.875 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:17 smithi053 bash[23444]: audit 2024-09-13T13:10:17.392302+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:17.875 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:17 smithi053 bash[23444]: audit 2024-09-13T13:10:17.392302+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:17.875 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:17 smithi053 bash[23444]: audit 2024-09-13T13:10:17.401145+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:17.875 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:17 smithi053 bash[23444]: audit 2024-09-13T13:10:17.401145+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:17.875 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:17 smithi053 bash[23444]: audit 2024-09-13T13:10:17.411642+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:17.875 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:17 smithi053 bash[23444]: audit 2024-09-13T13:10:17.411642+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:18.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:17 smithi007 bash[22721]: audit 2024-09-13T13:10:16.614031+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:18.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:17 smithi007 bash[22721]: audit 2024-09-13T13:10:16.614031+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:18.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:17 smithi007 bash[22721]: audit 2024-09-13T13:10:16.614782+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:10:18.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:17 smithi007 bash[22721]: audit 2024-09-13T13:10:16.614782+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:10:18.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:17 smithi007 bash[22721]: audit 2024-09-13T13:10:16.945770+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:18.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:17 smithi007 bash[22721]: audit 2024-09-13T13:10:16.945770+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:18.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:17 smithi007 bash[22721]: audit 2024-09-13T13:10:17.392302+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:18.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:17 smithi007 bash[22721]: audit 2024-09-13T13:10:17.392302+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:18.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:17 smithi007 bash[22721]: audit 2024-09-13T13:10:17.401145+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:18.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:17 smithi007 bash[22721]: audit 2024-09-13T13:10:17.401145+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:18.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:17 smithi007 bash[22721]: audit 2024-09-13T13:10:17.411642+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:18.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:17 smithi007 bash[22721]: audit 2024-09-13T13:10:17.411642+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:18.559 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:10:18 smithi007 bash[22975]: [13/Sep/2024:13:10:18] ENGINE Bus STOPPING 2024-09-13T13:10:18.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:18 smithi053 bash[23444]: cluster 2024-09-13T13:10:17.094821+0000 mgr.a (mgr.14397) 32 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-13T13:10:18.713 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:18 smithi053 bash[23444]: cluster 2024-09-13T13:10:17.094821+0000 mgr.a (mgr.14397) 32 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-13T13:10:18.713 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:18 smithi053 bash[23444]: audit 2024-09-13T13:10:18.230616+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:18.713 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:18 smithi053 bash[23444]: audit 2024-09-13T13:10:18.230616+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:18.713 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:18 smithi053 bash[23444]: audit 2024-09-13T13:10:18.238983+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:18.713 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:18 smithi053 bash[23444]: audit 2024-09-13T13:10:18.238983+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:18.713 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:18 smithi053 bash[23444]: audit 2024-09-13T13:10:18.246054+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-09-13T13:10:18.713 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:18 smithi053 bash[23444]: audit 2024-09-13T13:10:18.246054+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-09-13T13:10:18.713 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:18 smithi053 bash[23444]: audit 2024-09-13T13:10:18.249073+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi007:3000"} : dispatch 2024-09-13T13:10:18.714 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:18 smithi053 bash[23444]: audit 2024-09-13T13:10:18.249073+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi007:3000"} : dispatch 2024-09-13T13:10:18.714 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:18 smithi053 bash[23444]: audit 2024-09-13T13:10:18.256776+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:18.714 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:18 smithi053 bash[23444]: audit 2024-09-13T13:10:18.256776+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:18.714 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:18 smithi053 bash[23444]: audit 2024-09-13T13:10:18.282743+0000 mon.a (mon.0) 845 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-09-13T13:10:18.714 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:18 smithi053 bash[23444]: audit 2024-09-13T13:10:18.282743+0000 mon.a (mon.0) 845 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-09-13T13:10:18.714 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:18 smithi053 bash[23444]: audit 2024-09-13T13:10:18.292825+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi077.front.sepia.ceph.com:9093"} : dispatch 2024-09-13T13:10:18.714 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:18 smithi053 bash[23444]: audit 2024-09-13T13:10:18.292825+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi077.front.sepia.ceph.com:9093"} : dispatch 2024-09-13T13:10:18.714 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:18 smithi053 bash[23444]: audit 2024-09-13T13:10:18.301884+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:18.714 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:18 smithi053 bash[23444]: audit 2024-09-13T13:10:18.301884+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:18.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:18 smithi077 bash[23251]: cluster 2024-09-13T13:10:17.094821+0000 mgr.a (mgr.14397) 32 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-13T13:10:18.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:18 smithi077 bash[23251]: cluster 2024-09-13T13:10:17.094821+0000 mgr.a (mgr.14397) 32 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-13T13:10:18.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:18 smithi077 bash[23251]: audit 2024-09-13T13:10:18.230616+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:18.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:18 smithi077 bash[23251]: audit 2024-09-13T13:10:18.230616+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:18.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:18 smithi077 bash[23251]: audit 2024-09-13T13:10:18.238983+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:18.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:18 smithi077 bash[23251]: audit 2024-09-13T13:10:18.238983+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:18.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:18 smithi077 bash[23251]: audit 2024-09-13T13:10:18.246054+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-09-13T13:10:18.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:18 smithi077 bash[23251]: audit 2024-09-13T13:10:18.246054+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-09-13T13:10:18.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:18 smithi077 bash[23251]: audit 2024-09-13T13:10:18.249073+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi007:3000"} : dispatch 2024-09-13T13:10:18.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:18 smithi077 bash[23251]: audit 2024-09-13T13:10:18.249073+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi007:3000"} : dispatch 2024-09-13T13:10:18.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:18 smithi077 bash[23251]: audit 2024-09-13T13:10:18.256776+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:18.980 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:18 smithi077 bash[23251]: audit 2024-09-13T13:10:18.256776+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:18.980 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:18 smithi077 bash[23251]: audit 2024-09-13T13:10:18.282743+0000 mon.a (mon.0) 845 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-09-13T13:10:18.980 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:18 smithi077 bash[23251]: audit 2024-09-13T13:10:18.282743+0000 mon.a (mon.0) 845 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-09-13T13:10:18.980 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:18 smithi077 bash[23251]: audit 2024-09-13T13:10:18.292825+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi077.front.sepia.ceph.com:9093"} : dispatch 2024-09-13T13:10:18.980 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:18 smithi077 bash[23251]: audit 2024-09-13T13:10:18.292825+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi077.front.sepia.ceph.com:9093"} : dispatch 2024-09-13T13:10:18.980 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:18 smithi077 bash[23251]: audit 2024-09-13T13:10:18.301884+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:18.980 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:18 smithi077 bash[23251]: audit 2024-09-13T13:10:18.301884+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:19.059 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:10:18 smithi007 bash[22975]: [13/Sep/2024:13:10:18] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-13T13:10:19.060 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:10:18 smithi007 bash[22975]: [13/Sep/2024:13:10:18] ENGINE Bus STOPPED 2024-09-13T13:10:19.060 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:10:18 smithi007 bash[22975]: [13/Sep/2024:13:10:18] ENGINE Bus STARTING 2024-09-13T13:10:19.060 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:10:18 smithi007 bash[22975]: [13/Sep/2024:13:10:18] ENGINE Serving on http://:::9283 2024-09-13T13:10:19.060 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:10:18 smithi007 bash[22975]: [13/Sep/2024:13:10:18] ENGINE Bus STARTED 2024-09-13T13:10:19.060 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:10:18 smithi007 bash[22975]: [13/Sep/2024:13:10:18] ENGINE Bus STOPPING 2024-09-13T13:10:19.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:18 smithi007 bash[22721]: cluster 2024-09-13T13:10:17.094821+0000 mgr.a (mgr.14397) 32 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-13T13:10:19.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:18 smithi007 bash[22721]: cluster 2024-09-13T13:10:17.094821+0000 mgr.a (mgr.14397) 32 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-13T13:10:19.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:18 smithi007 bash[22721]: audit 2024-09-13T13:10:18.230616+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:19.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:18 smithi007 bash[22721]: audit 2024-09-13T13:10:18.230616+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:19.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:18 smithi007 bash[22721]: audit 2024-09-13T13:10:18.238983+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:19.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:18 smithi007 bash[22721]: audit 2024-09-13T13:10:18.238983+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:19.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:18 smithi007 bash[22721]: audit 2024-09-13T13:10:18.246054+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-09-13T13:10:19.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:18 smithi007 bash[22721]: audit 2024-09-13T13:10:18.246054+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-09-13T13:10:19.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:18 smithi007 bash[22721]: audit 2024-09-13T13:10:18.249073+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi007:3000"} : dispatch 2024-09-13T13:10:19.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:18 smithi007 bash[22721]: audit 2024-09-13T13:10:18.249073+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi007:3000"} : dispatch 2024-09-13T13:10:19.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:18 smithi007 bash[22721]: audit 2024-09-13T13:10:18.256776+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:19.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:18 smithi007 bash[22721]: audit 2024-09-13T13:10:18.256776+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:19.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:18 smithi007 bash[22721]: audit 2024-09-13T13:10:18.282743+0000 mon.a (mon.0) 845 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-09-13T13:10:19.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:18 smithi007 bash[22721]: audit 2024-09-13T13:10:18.282743+0000 mon.a (mon.0) 845 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-09-13T13:10:19.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:18 smithi007 bash[22721]: audit 2024-09-13T13:10:18.292825+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi077.front.sepia.ceph.com:9093"} : dispatch 2024-09-13T13:10:19.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:18 smithi007 bash[22721]: audit 2024-09-13T13:10:18.292825+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi077.front.sepia.ceph.com:9093"} : dispatch 2024-09-13T13:10:19.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:18 smithi007 bash[22721]: audit 2024-09-13T13:10:18.301884+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:19.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:18 smithi007 bash[22721]: audit 2024-09-13T13:10:18.301884+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:19.621 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:10:19 smithi007 bash[22975]: [13/Sep/2024:13:10:19] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-13T13:10:19.621 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:10:19 smithi007 bash[22975]: [13/Sep/2024:13:10:19] ENGINE Bus STOPPED 2024-09-13T13:10:19.621 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:10:19 smithi007 bash[22975]: [13/Sep/2024:13:10:19] ENGINE Bus STARTING 2024-09-13T13:10:19.621 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:10:19 smithi007 bash[22975]: [13/Sep/2024:13:10:19] ENGINE Serving on http://:::9283 2024-09-13T13:10:19.621 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:10:19 smithi007 bash[22975]: [13/Sep/2024:13:10:19] ENGINE Bus STARTED 2024-09-13T13:10:19.911 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:19 smithi077 bash[23251]: audit 2024-09-13T13:10:18.247059+0000 mgr.a (mgr.14397) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-13T13:10:19.911 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:19 smithi077 bash[23251]: audit 2024-09-13T13:10:18.247059+0000 mgr.a (mgr.14397) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-13T13:10:19.911 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:19 smithi077 bash[23251]: audit 2024-09-13T13:10:18.250037+0000 mgr.a (mgr.14397) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi007:3000"}]: dispatch 2024-09-13T13:10:19.911 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:19 smithi077 bash[23251]: audit 2024-09-13T13:10:18.250037+0000 mgr.a (mgr.14397) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi007:3000"}]: dispatch 2024-09-13T13:10:19.911 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:19 smithi077 bash[23251]: audit 2024-09-13T13:10:18.283562+0000 mgr.a (mgr.14397) 35 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-13T13:10:19.911 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:19 smithi077 bash[23251]: audit 2024-09-13T13:10:18.283562+0000 mgr.a (mgr.14397) 35 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-13T13:10:19.911 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:19 smithi077 bash[23251]: audit 2024-09-13T13:10:18.293661+0000 mgr.a (mgr.14397) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi077.front.sepia.ceph.com:9093"}]: dispatch 2024-09-13T13:10:19.912 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:19 smithi077 bash[23251]: audit 2024-09-13T13:10:18.293661+0000 mgr.a (mgr.14397) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi077.front.sepia.ceph.com:9093"}]: dispatch 2024-09-13T13:10:19.912 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:19 smithi077 bash[23251]: audit 2024-09-13T13:10:18.749950+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-13T13:10:19.912 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:19 smithi077 bash[23251]: audit 2024-09-13T13:10:18.749950+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-13T13:10:19.912 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:19 smithi077 bash[23251]: audit 2024-09-13T13:10:18.754958+0000 mon.a (mon.0) 849 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:10:19.912 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:19 smithi077 bash[23251]: audit 2024-09-13T13:10:18.754958+0000 mon.a (mon.0) 849 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:10:19.912 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:19 smithi077 bash[23251]: audit 2024-09-13T13:10:18.757001+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi007", "caps": []} : dispatch 2024-09-13T13:10:19.912 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:19 smithi077 bash[23251]: audit 2024-09-13T13:10:18.757001+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi007", "caps": []} : dispatch 2024-09-13T13:10:19.912 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:19 smithi077 bash[23251]: audit 2024-09-13T13:10:19.361245+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-13T13:10:19.912 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:19 smithi077 bash[23251]: audit 2024-09-13T13:10:19.361245+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-13T13:10:19.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:19 smithi053 bash[23444]: audit 2024-09-13T13:10:18.247059+0000 mgr.a (mgr.14397) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-13T13:10:19.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:19 smithi053 bash[23444]: audit 2024-09-13T13:10:18.247059+0000 mgr.a (mgr.14397) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-13T13:10:19.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:19 smithi053 bash[23444]: audit 2024-09-13T13:10:18.250037+0000 mgr.a (mgr.14397) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi007:3000"}]: dispatch 2024-09-13T13:10:19.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:19 smithi053 bash[23444]: audit 2024-09-13T13:10:18.250037+0000 mgr.a (mgr.14397) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi007:3000"}]: dispatch 2024-09-13T13:10:19.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:19 smithi053 bash[23444]: audit 2024-09-13T13:10:18.283562+0000 mgr.a (mgr.14397) 35 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-13T13:10:19.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:19 smithi053 bash[23444]: audit 2024-09-13T13:10:18.283562+0000 mgr.a (mgr.14397) 35 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-13T13:10:19.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:19 smithi053 bash[23444]: audit 2024-09-13T13:10:18.293661+0000 mgr.a (mgr.14397) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi077.front.sepia.ceph.com:9093"}]: dispatch 2024-09-13T13:10:19.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:19 smithi053 bash[23444]: audit 2024-09-13T13:10:18.293661+0000 mgr.a (mgr.14397) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi077.front.sepia.ceph.com:9093"}]: dispatch 2024-09-13T13:10:19.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:19 smithi053 bash[23444]: audit 2024-09-13T13:10:18.749950+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-13T13:10:19.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:19 smithi053 bash[23444]: audit 2024-09-13T13:10:18.749950+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-13T13:10:19.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:19 smithi053 bash[23444]: audit 2024-09-13T13:10:18.754958+0000 mon.a (mon.0) 849 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:10:19.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:19 smithi053 bash[23444]: audit 2024-09-13T13:10:18.754958+0000 mon.a (mon.0) 849 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:10:19.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:19 smithi053 bash[23444]: audit 2024-09-13T13:10:18.757001+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi007", "caps": []} : dispatch 2024-09-13T13:10:19.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:19 smithi053 bash[23444]: audit 2024-09-13T13:10:18.757001+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi007", "caps": []} : dispatch 2024-09-13T13:10:19.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:19 smithi053 bash[23444]: audit 2024-09-13T13:10:19.361245+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-13T13:10:19.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:19 smithi053 bash[23444]: audit 2024-09-13T13:10:19.361245+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-13T13:10:20.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:19 smithi007 bash[22721]: audit 2024-09-13T13:10:18.247059+0000 mgr.a (mgr.14397) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-13T13:10:20.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:19 smithi007 bash[22721]: audit 2024-09-13T13:10:18.247059+0000 mgr.a (mgr.14397) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-13T13:10:20.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:19 smithi007 bash[22721]: audit 2024-09-13T13:10:18.250037+0000 mgr.a (mgr.14397) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi007:3000"}]: dispatch 2024-09-13T13:10:20.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:19 smithi007 bash[22721]: audit 2024-09-13T13:10:18.250037+0000 mgr.a (mgr.14397) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi007:3000"}]: dispatch 2024-09-13T13:10:20.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:19 smithi007 bash[22721]: audit 2024-09-13T13:10:18.283562+0000 mgr.a (mgr.14397) 35 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-13T13:10:20.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:19 smithi007 bash[22721]: audit 2024-09-13T13:10:18.283562+0000 mgr.a (mgr.14397) 35 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-13T13:10:20.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:19 smithi007 bash[22721]: audit 2024-09-13T13:10:18.293661+0000 mgr.a (mgr.14397) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi077.front.sepia.ceph.com:9093"}]: dispatch 2024-09-13T13:10:20.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:19 smithi007 bash[22721]: audit 2024-09-13T13:10:18.293661+0000 mgr.a (mgr.14397) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi077.front.sepia.ceph.com:9093"}]: dispatch 2024-09-13T13:10:20.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:19 smithi007 bash[22721]: audit 2024-09-13T13:10:18.749950+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-13T13:10:20.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:19 smithi007 bash[22721]: audit 2024-09-13T13:10:18.749950+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-13T13:10:20.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:19 smithi007 bash[22721]: audit 2024-09-13T13:10:18.754958+0000 mon.a (mon.0) 849 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:10:20.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:19 smithi007 bash[22721]: audit 2024-09-13T13:10:18.754958+0000 mon.a (mon.0) 849 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:10:20.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:19 smithi007 bash[22721]: audit 2024-09-13T13:10:18.757001+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi007", "caps": []} : dispatch 2024-09-13T13:10:20.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:19 smithi007 bash[22721]: audit 2024-09-13T13:10:18.757001+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi007", "caps": []} : dispatch 2024-09-13T13:10:20.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:19 smithi007 bash[22721]: audit 2024-09-13T13:10:19.361245+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-13T13:10:20.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:19 smithi007 bash[22721]: audit 2024-09-13T13:10:19.361245+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-13T13:10:20.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:20 smithi053 bash[23444]: audit 2024-09-13T13:10:18.751050+0000 mgr.a (mgr.14397) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-13T13:10:20.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:20 smithi053 bash[23444]: audit 2024-09-13T13:10:18.751050+0000 mgr.a (mgr.14397) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-13T13:10:20.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:20 smithi053 bash[23444]: cluster 2024-09-13T13:10:19.095328+0000 mgr.a (mgr.14397) 38 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-13T13:10:20.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:20 smithi053 bash[23444]: cluster 2024-09-13T13:10:19.095328+0000 mgr.a (mgr.14397) 38 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-13T13:10:20.713 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:20 smithi053 bash[23444]: audit 2024-09-13T13:10:19.362064+0000 mgr.a (mgr.14397) 39 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-13T13:10:20.713 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:20 smithi053 bash[23444]: audit 2024-09-13T13:10:19.362064+0000 mgr.a (mgr.14397) 39 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-13T13:10:20.904 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:20 smithi007 bash[22721]: audit 2024-09-13T13:10:18.751050+0000 mgr.a (mgr.14397) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-13T13:10:20.904 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:20 smithi007 bash[22721]: audit 2024-09-13T13:10:18.751050+0000 mgr.a (mgr.14397) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-13T13:10:20.904 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:20 smithi007 bash[22721]: cluster 2024-09-13T13:10:19.095328+0000 mgr.a (mgr.14397) 38 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-13T13:10:20.904 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:20 smithi007 bash[22721]: cluster 2024-09-13T13:10:19.095328+0000 mgr.a (mgr.14397) 38 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-13T13:10:20.904 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:20 smithi007 bash[22721]: audit 2024-09-13T13:10:19.362064+0000 mgr.a (mgr.14397) 39 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-13T13:10:20.904 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:20 smithi007 bash[22721]: audit 2024-09-13T13:10:19.362064+0000 mgr.a (mgr.14397) 39 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-13T13:10:20.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:20 smithi077 bash[23251]: audit 2024-09-13T13:10:18.751050+0000 mgr.a (mgr.14397) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-13T13:10:20.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:20 smithi077 bash[23251]: audit 2024-09-13T13:10:18.751050+0000 mgr.a (mgr.14397) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-13T13:10:20.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:20 smithi077 bash[23251]: cluster 2024-09-13T13:10:19.095328+0000 mgr.a (mgr.14397) 38 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-13T13:10:20.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:20 smithi077 bash[23251]: cluster 2024-09-13T13:10:19.095328+0000 mgr.a (mgr.14397) 38 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-13T13:10:20.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:20 smithi077 bash[23251]: audit 2024-09-13T13:10:19.362064+0000 mgr.a (mgr.14397) 39 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-13T13:10:20.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:20 smithi077 bash[23251]: audit 2024-09-13T13:10:19.362064+0000 mgr.a (mgr.14397) 39 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-13T13:10:22.263 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:21 smithi077 bash[23251]: audit 2024-09-13T13:10:20.996153+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:22.263 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:21 smithi077 bash[23251]: audit 2024-09-13T13:10:20.996153+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:22.264 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:21 smithi077 bash[23251]: audit 2024-09-13T13:10:21.001650+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:22.264 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:21 smithi077 bash[23251]: audit 2024-09-13T13:10:21.001650+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:22.264 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:21 smithi077 bash[23251]: audit 2024-09-13T13:10:21.006539+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:22.264 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:21 smithi077 bash[23251]: audit 2024-09-13T13:10:21.006539+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:22.264 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:21 smithi077 bash[23251]: cluster 2024-09-13T13:10:21.095702+0000 mgr.a (mgr.14397) 40 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:22.264 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:21 smithi077 bash[23251]: cluster 2024-09-13T13:10:21.095702+0000 mgr.a (mgr.14397) 40 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:22.264 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:21 smithi077 bash[23251]: audit 2024-09-13T13:10:21.113320+0000 mon.a (mon.0) 855 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:10:22.264 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:21 smithi077 bash[23251]: audit 2024-09-13T13:10:21.113320+0000 mon.a (mon.0) 855 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:10:22.264 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:21 smithi077 bash[23251]: audit 2024-09-13T13:10:21.114080+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:10:22.264 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:21 smithi077 bash[23251]: audit 2024-09-13T13:10:21.114080+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:10:22.264 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:21 smithi077 bash[23251]: audit 2024-09-13T13:10:21.119203+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:22.264 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:21 smithi077 bash[23251]: audit 2024-09-13T13:10:21.119203+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:22.264 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:21 smithi077 bash[23251]: cephadm 2024-09-13T13:10:21.119540+0000 mgr.a (mgr.14397) 41 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T13:10:22.265 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:21 smithi077 bash[23251]: cephadm 2024-09-13T13:10:21.119540+0000 mgr.a (mgr.14397) 41 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T13:10:22.265 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:22 smithi077 bash[23251]: audit 2024-09-13T13:10:21.147539+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi007", "caps": []} : dispatch 2024-09-13T13:10:22.265 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:22 smithi077 bash[23251]: audit 2024-09-13T13:10:21.147539+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi007", "caps": []} : dispatch 2024-09-13T13:10:22.265 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:22 smithi077 bash[23251]: audit 2024-09-13T13:10:21.354189+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:22.265 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:22 smithi077 bash[23251]: audit 2024-09-13T13:10:21.354189+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:22.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:21 smithi007 bash[22721]: audit 2024-09-13T13:10:20.996153+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:22.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:21 smithi007 bash[22721]: audit 2024-09-13T13:10:20.996153+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:22.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:21 smithi007 bash[22721]: audit 2024-09-13T13:10:21.001650+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:22.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:21 smithi007 bash[22721]: audit 2024-09-13T13:10:21.001650+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:22.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:21 smithi007 bash[22721]: audit 2024-09-13T13:10:21.006539+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:22.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:21 smithi007 bash[22721]: audit 2024-09-13T13:10:21.006539+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:22.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:21 smithi007 bash[22721]: cluster 2024-09-13T13:10:21.095702+0000 mgr.a (mgr.14397) 40 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:22.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:21 smithi007 bash[22721]: cluster 2024-09-13T13:10:21.095702+0000 mgr.a (mgr.14397) 40 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:22.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:21 smithi007 bash[22721]: audit 2024-09-13T13:10:21.113320+0000 mon.a (mon.0) 855 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:10:22.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:21 smithi007 bash[22721]: audit 2024-09-13T13:10:21.113320+0000 mon.a (mon.0) 855 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:10:22.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:21 smithi007 bash[22721]: audit 2024-09-13T13:10:21.114080+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:10:22.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:21 smithi007 bash[22721]: audit 2024-09-13T13:10:21.114080+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:10:22.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:21 smithi007 bash[22721]: audit 2024-09-13T13:10:21.119203+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:22.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:21 smithi007 bash[22721]: audit 2024-09-13T13:10:21.119203+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:22.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:21 smithi007 bash[22721]: cephadm 2024-09-13T13:10:21.119540+0000 mgr.a (mgr.14397) 41 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T13:10:22.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:21 smithi007 bash[22721]: cephadm 2024-09-13T13:10:21.119540+0000 mgr.a (mgr.14397) 41 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T13:10:22.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:21 smithi007 bash[22721]: audit 2024-09-13T13:10:21.147539+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi007", "caps": []} : dispatch 2024-09-13T13:10:22.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:21 smithi007 bash[22721]: audit 2024-09-13T13:10:21.147539+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi007", "caps": []} : dispatch 2024-09-13T13:10:22.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:21 smithi007 bash[22721]: audit 2024-09-13T13:10:21.354189+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:22.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:21 smithi007 bash[22721]: audit 2024-09-13T13:10:21.354189+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:22.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:21 smithi053 bash[23444]: audit 2024-09-13T13:10:20.996153+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:22.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:21 smithi053 bash[23444]: audit 2024-09-13T13:10:20.996153+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:22.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:21 smithi053 bash[23444]: audit 2024-09-13T13:10:21.001650+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:22.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:21 smithi053 bash[23444]: audit 2024-09-13T13:10:21.001650+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:22.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:22 smithi053 bash[23444]: audit 2024-09-13T13:10:21.006539+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:22.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:22 smithi053 bash[23444]: audit 2024-09-13T13:10:21.006539+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:22.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:22 smithi053 bash[23444]: cluster 2024-09-13T13:10:21.095702+0000 mgr.a (mgr.14397) 40 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:22.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:22 smithi053 bash[23444]: cluster 2024-09-13T13:10:21.095702+0000 mgr.a (mgr.14397) 40 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:22.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:22 smithi053 bash[23444]: audit 2024-09-13T13:10:21.113320+0000 mon.a (mon.0) 855 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:10:22.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:22 smithi053 bash[23444]: audit 2024-09-13T13:10:21.113320+0000 mon.a (mon.0) 855 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:10:22.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:22 smithi053 bash[23444]: audit 2024-09-13T13:10:21.114080+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:10:22.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:22 smithi053 bash[23444]: audit 2024-09-13T13:10:21.114080+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:10:22.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:22 smithi053 bash[23444]: audit 2024-09-13T13:10:21.119203+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:22.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:22 smithi053 bash[23444]: audit 2024-09-13T13:10:21.119203+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:22.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:22 smithi053 bash[23444]: cephadm 2024-09-13T13:10:21.119540+0000 mgr.a (mgr.14397) 41 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T13:10:22.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:22 smithi053 bash[23444]: cephadm 2024-09-13T13:10:21.119540+0000 mgr.a (mgr.14397) 41 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T13:10:22.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:22 smithi053 bash[23444]: audit 2024-09-13T13:10:21.147539+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi007", "caps": []} : dispatch 2024-09-13T13:10:22.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:22 smithi053 bash[23444]: audit 2024-09-13T13:10:21.147539+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi007", "caps": []} : dispatch 2024-09-13T13:10:22.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:22 smithi053 bash[23444]: audit 2024-09-13T13:10:21.354189+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:22.464 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:22 smithi053 bash[23444]: audit 2024-09-13T13:10:21.354189+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:23.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:23 smithi053 bash[23444]: audit 2024-09-13T13:10:22.648261+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:23.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:23 smithi053 bash[23444]: audit 2024-09-13T13:10:22.648261+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:23.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:23 smithi053 bash[23444]: audit 2024-09-13T13:10:22.734826+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:23.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:23 smithi053 bash[23444]: audit 2024-09-13T13:10:22.734826+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:23.978 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:23 smithi007 bash[22721]: audit 2024-09-13T13:10:22.648261+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:23.978 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:23 smithi007 bash[22721]: audit 2024-09-13T13:10:22.648261+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:23.978 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:23 smithi007 bash[22721]: audit 2024-09-13T13:10:22.734826+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:23.978 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:23 smithi007 bash[22721]: audit 2024-09-13T13:10:22.734826+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:23.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:23 smithi077 bash[23251]: audit 2024-09-13T13:10:22.648261+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:23.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:23 smithi077 bash[23251]: audit 2024-09-13T13:10:22.648261+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:23.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:23 smithi077 bash[23251]: audit 2024-09-13T13:10:22.734826+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:23.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:23 smithi077 bash[23251]: audit 2024-09-13T13:10:22.734826+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:24.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:24 smithi053 bash[23444]: cluster 2024-09-13T13:10:23.096206+0000 mgr.a (mgr.14397) 42 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:24.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:24 smithi053 bash[23444]: cluster 2024-09-13T13:10:23.096206+0000 mgr.a (mgr.14397) 42 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:24.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:24 smithi053 bash[23444]: audit 2024-09-13T13:10:24.180780+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:24.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:24 smithi053 bash[23444]: audit 2024-09-13T13:10:24.180780+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:24.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:24 smithi053 bash[23444]: audit 2024-09-13T13:10:24.220750+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:24.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:24 smithi053 bash[23444]: audit 2024-09-13T13:10:24.220750+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:24.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:24 smithi053 bash[23444]: audit 2024-09-13T13:10:24.226685+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:24.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:24 smithi053 bash[23444]: audit 2024-09-13T13:10:24.226685+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:24.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:24 smithi053 bash[23444]: audit 2024-09-13T13:10:24.233078+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:24.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:24 smithi053 bash[23444]: audit 2024-09-13T13:10:24.233078+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:24.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:24 smithi053 bash[23444]: audit 2024-09-13T13:10:24.275979+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:24.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:24 smithi053 bash[23444]: audit 2024-09-13T13:10:24.275979+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:24.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:24 smithi077 bash[23251]: cluster 2024-09-13T13:10:23.096206+0000 mgr.a (mgr.14397) 42 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:24.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:24 smithi077 bash[23251]: cluster 2024-09-13T13:10:23.096206+0000 mgr.a (mgr.14397) 42 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:24.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:24 smithi077 bash[23251]: audit 2024-09-13T13:10:24.180780+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:24.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:24 smithi077 bash[23251]: audit 2024-09-13T13:10:24.180780+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:24.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:24 smithi077 bash[23251]: audit 2024-09-13T13:10:24.220750+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:24.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:24 smithi077 bash[23251]: audit 2024-09-13T13:10:24.220750+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:24.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:24 smithi077 bash[23251]: audit 2024-09-13T13:10:24.226685+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:24.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:24 smithi077 bash[23251]: audit 2024-09-13T13:10:24.226685+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:24.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:24 smithi077 bash[23251]: audit 2024-09-13T13:10:24.233078+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:24.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:24 smithi077 bash[23251]: audit 2024-09-13T13:10:24.233078+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:24.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:24 smithi077 bash[23251]: audit 2024-09-13T13:10:24.275979+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:24.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:24 smithi077 bash[23251]: audit 2024-09-13T13:10:24.275979+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:25.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:24 smithi007 bash[22721]: cluster 2024-09-13T13:10:23.096206+0000 mgr.a (mgr.14397) 42 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:25.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:24 smithi007 bash[22721]: cluster 2024-09-13T13:10:23.096206+0000 mgr.a (mgr.14397) 42 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:25.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:24 smithi007 bash[22721]: audit 2024-09-13T13:10:24.180780+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:25.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:24 smithi007 bash[22721]: audit 2024-09-13T13:10:24.180780+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:25.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:24 smithi007 bash[22721]: audit 2024-09-13T13:10:24.220750+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:25.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:24 smithi007 bash[22721]: audit 2024-09-13T13:10:24.220750+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:25.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:24 smithi007 bash[22721]: audit 2024-09-13T13:10:24.226685+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:25.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:24 smithi007 bash[22721]: audit 2024-09-13T13:10:24.226685+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:25.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:24 smithi007 bash[22721]: audit 2024-09-13T13:10:24.233078+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:25.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:24 smithi007 bash[22721]: audit 2024-09-13T13:10:24.233078+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:25.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:24 smithi007 bash[22721]: audit 2024-09-13T13:10:24.275979+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:25.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:24 smithi007 bash[22721]: audit 2024-09-13T13:10:24.275979+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:26.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:26 smithi007 bash[22721]: cluster 2024-09-13T13:10:25.096796+0000 mgr.a (mgr.14397) 43 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:26.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:26 smithi007 bash[22721]: cluster 2024-09-13T13:10:25.096796+0000 mgr.a (mgr.14397) 43 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:26.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:26 smithi007 bash[22721]: audit 2024-09-13T13:10:25.119210+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:26.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:26 smithi007 bash[22721]: audit 2024-09-13T13:10:25.119210+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:26.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:26 smithi007 bash[22721]: audit 2024-09-13T13:10:25.126086+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:26.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:26 smithi007 bash[22721]: audit 2024-09-13T13:10:25.126086+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:26.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:26 smithi007 bash[22721]: audit 2024-09-13T13:10:25.133830+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:26.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:26 smithi007 bash[22721]: audit 2024-09-13T13:10:25.133830+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:26.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:26 smithi007 bash[22721]: audit 2024-09-13T13:10:25.309827+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:26.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:26 smithi007 bash[22721]: audit 2024-09-13T13:10:25.309827+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:26.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:26 smithi053 bash[23444]: cluster 2024-09-13T13:10:25.096796+0000 mgr.a (mgr.14397) 43 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:26.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:26 smithi053 bash[23444]: cluster 2024-09-13T13:10:25.096796+0000 mgr.a (mgr.14397) 43 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:26.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:26 smithi053 bash[23444]: audit 2024-09-13T13:10:25.119210+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:26.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:26 smithi053 bash[23444]: audit 2024-09-13T13:10:25.119210+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:26.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:26 smithi053 bash[23444]: audit 2024-09-13T13:10:25.126086+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:26.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:26 smithi053 bash[23444]: audit 2024-09-13T13:10:25.126086+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:26.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:26 smithi053 bash[23444]: audit 2024-09-13T13:10:25.133830+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:26.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:26 smithi053 bash[23444]: audit 2024-09-13T13:10:25.133830+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:26.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:26 smithi053 bash[23444]: audit 2024-09-13T13:10:25.309827+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:26.463 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:26 smithi053 bash[23444]: audit 2024-09-13T13:10:25.309827+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:26.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:26 smithi077 bash[23251]: cluster 2024-09-13T13:10:25.096796+0000 mgr.a (mgr.14397) 43 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:26.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:26 smithi077 bash[23251]: cluster 2024-09-13T13:10:25.096796+0000 mgr.a (mgr.14397) 43 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:26.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:26 smithi077 bash[23251]: audit 2024-09-13T13:10:25.119210+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:26.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:26 smithi077 bash[23251]: audit 2024-09-13T13:10:25.119210+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:26.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:26 smithi077 bash[23251]: audit 2024-09-13T13:10:25.126086+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:26.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:26 smithi077 bash[23251]: audit 2024-09-13T13:10:25.126086+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:26.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:26 smithi077 bash[23251]: audit 2024-09-13T13:10:25.133830+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:26.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:26 smithi077 bash[23251]: audit 2024-09-13T13:10:25.133830+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:26.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:26 smithi077 bash[23251]: audit 2024-09-13T13:10:25.309827+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:26.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:26 smithi077 bash[23251]: audit 2024-09-13T13:10:25.309827+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:28.559 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:28 smithi007 bash[22721]: cluster 2024-09-13T13:10:27.101769+0000 mgr.a (mgr.14397) 44 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:28.559 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:28 smithi007 bash[22721]: cluster 2024-09-13T13:10:27.101769+0000 mgr.a (mgr.14397) 44 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:28.559 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:28 smithi007 bash[22721]: audit 2024-09-13T13:10:27.377545+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:28.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:28 smithi007 bash[22721]: audit 2024-09-13T13:10:27.377545+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:28.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:28 smithi007 bash[22721]: audit 2024-09-13T13:10:27.955393+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:28.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:28 smithi007 bash[22721]: audit 2024-09-13T13:10:27.955393+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:28.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:28 smithi053 bash[23444]: cluster 2024-09-13T13:10:27.101769+0000 mgr.a (mgr.14397) 44 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:28.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:28 smithi053 bash[23444]: cluster 2024-09-13T13:10:27.101769+0000 mgr.a (mgr.14397) 44 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:28.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:28 smithi053 bash[23444]: audit 2024-09-13T13:10:27.377545+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:28.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:28 smithi053 bash[23444]: audit 2024-09-13T13:10:27.377545+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:28.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:28 smithi053 bash[23444]: audit 2024-09-13T13:10:27.955393+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:28.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:28 smithi053 bash[23444]: audit 2024-09-13T13:10:27.955393+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:28.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:28 smithi077 bash[23251]: cluster 2024-09-13T13:10:27.101769+0000 mgr.a (mgr.14397) 44 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:28.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:28 smithi077 bash[23251]: cluster 2024-09-13T13:10:27.101769+0000 mgr.a (mgr.14397) 44 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:28.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:28 smithi077 bash[23251]: audit 2024-09-13T13:10:27.377545+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:28.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:28 smithi077 bash[23251]: audit 2024-09-13T13:10:27.377545+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:28.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:28 smithi077 bash[23251]: audit 2024-09-13T13:10:27.955393+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:28.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:28 smithi077 bash[23251]: audit 2024-09-13T13:10:27.955393+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:30.559 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:30 smithi007 bash[22721]: cluster 2024-09-13T13:10:29.102323+0000 mgr.a (mgr.14397) 45 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:30.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:30 smithi007 bash[22721]: cluster 2024-09-13T13:10:29.102323+0000 mgr.a (mgr.14397) 45 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:30.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:30 smithi007 bash[22721]: audit 2024-09-13T13:10:29.994792+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:30.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:30 smithi007 bash[22721]: audit 2024-09-13T13:10:29.994792+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:30.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:30 smithi007 bash[22721]: audit 2024-09-13T13:10:30.004468+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:30.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:30 smithi007 bash[22721]: audit 2024-09-13T13:10:30.004468+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:30.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:30 smithi007 bash[22721]: audit 2024-09-13T13:10:30.008240+0000 mon.a (mon.0) 875 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:10:30.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:30 smithi007 bash[22721]: audit 2024-09-13T13:10:30.008240+0000 mon.a (mon.0) 875 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:10:30.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:30 smithi007 bash[22721]: audit 2024-09-13T13:10:30.014686+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:30.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:30 smithi007 bash[22721]: audit 2024-09-13T13:10:30.014686+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:30.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:30 smithi007 bash[22721]: audit 2024-09-13T13:10:30.015342+0000 mon.a (mon.0) 877 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:10:30.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:30 smithi007 bash[22721]: audit 2024-09-13T13:10:30.015342+0000 mon.a (mon.0) 877 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:10:30.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:30 smithi007 bash[22721]: audit 2024-09-13T13:10:30.016564+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:10:30.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:30 smithi007 bash[22721]: audit 2024-09-13T13:10:30.016564+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:10:30.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:30 smithi007 bash[22721]: audit 2024-09-13T13:10:30.026453+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:30.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:30 smithi007 bash[22721]: audit 2024-09-13T13:10:30.026453+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:30.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:30 smithi007 bash[22721]: audit 2024-09-13T13:10:30.045900+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:30.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:30 smithi007 bash[22721]: audit 2024-09-13T13:10:30.045900+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:30.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:30 smithi053 bash[23444]: cluster 2024-09-13T13:10:29.102323+0000 mgr.a (mgr.14397) 45 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:30.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:30 smithi053 bash[23444]: cluster 2024-09-13T13:10:29.102323+0000 mgr.a (mgr.14397) 45 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:30.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:30 smithi053 bash[23444]: audit 2024-09-13T13:10:29.994792+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:30.713 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:30 smithi053 bash[23444]: audit 2024-09-13T13:10:29.994792+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:30.713 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:30 smithi053 bash[23444]: audit 2024-09-13T13:10:30.004468+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:30.713 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:30 smithi053 bash[23444]: audit 2024-09-13T13:10:30.004468+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:30.713 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:30 smithi053 bash[23444]: audit 2024-09-13T13:10:30.008240+0000 mon.a (mon.0) 875 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:10:30.713 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:30 smithi053 bash[23444]: audit 2024-09-13T13:10:30.008240+0000 mon.a (mon.0) 875 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:10:30.713 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:30 smithi053 bash[23444]: audit 2024-09-13T13:10:30.014686+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:30.713 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:30 smithi053 bash[23444]: audit 2024-09-13T13:10:30.014686+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:30.713 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:30 smithi053 bash[23444]: audit 2024-09-13T13:10:30.015342+0000 mon.a (mon.0) 877 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:10:30.713 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:30 smithi053 bash[23444]: audit 2024-09-13T13:10:30.015342+0000 mon.a (mon.0) 877 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:10:30.713 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:30 smithi053 bash[23444]: audit 2024-09-13T13:10:30.016564+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:10:30.713 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:30 smithi053 bash[23444]: audit 2024-09-13T13:10:30.016564+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:10:30.714 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:30 smithi053 bash[23444]: audit 2024-09-13T13:10:30.026453+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:30.714 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:30 smithi053 bash[23444]: audit 2024-09-13T13:10:30.026453+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:30.714 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:30 smithi053 bash[23444]: audit 2024-09-13T13:10:30.045900+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:30.714 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:30 smithi053 bash[23444]: audit 2024-09-13T13:10:30.045900+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:30.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:30 smithi077 bash[23251]: cluster 2024-09-13T13:10:29.102323+0000 mgr.a (mgr.14397) 45 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:30.729 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:30 smithi077 bash[23251]: cluster 2024-09-13T13:10:29.102323+0000 mgr.a (mgr.14397) 45 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:30.729 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:30 smithi077 bash[23251]: audit 2024-09-13T13:10:29.994792+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:30.729 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:30 smithi077 bash[23251]: audit 2024-09-13T13:10:29.994792+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:30.729 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:30 smithi077 bash[23251]: audit 2024-09-13T13:10:30.004468+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:30.729 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:30 smithi077 bash[23251]: audit 2024-09-13T13:10:30.004468+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:30.729 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:30 smithi077 bash[23251]: audit 2024-09-13T13:10:30.008240+0000 mon.a (mon.0) 875 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:10:30.729 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:30 smithi077 bash[23251]: audit 2024-09-13T13:10:30.008240+0000 mon.a (mon.0) 875 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:10:30.729 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:30 smithi077 bash[23251]: audit 2024-09-13T13:10:30.014686+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:30.730 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:30 smithi077 bash[23251]: audit 2024-09-13T13:10:30.014686+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:30.730 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:30 smithi077 bash[23251]: audit 2024-09-13T13:10:30.015342+0000 mon.a (mon.0) 877 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:10:30.730 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:30 smithi077 bash[23251]: audit 2024-09-13T13:10:30.015342+0000 mon.a (mon.0) 877 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:10:30.730 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:30 smithi077 bash[23251]: audit 2024-09-13T13:10:30.016564+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:10:30.730 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:30 smithi077 bash[23251]: audit 2024-09-13T13:10:30.016564+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:10:30.730 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:30 smithi077 bash[23251]: audit 2024-09-13T13:10:30.026453+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:30.730 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:30 smithi077 bash[23251]: audit 2024-09-13T13:10:30.026453+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:30.730 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:30 smithi077 bash[23251]: audit 2024-09-13T13:10:30.045900+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:30.730 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:30 smithi077 bash[23251]: audit 2024-09-13T13:10:30.045900+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:32.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:32 smithi053 bash[23444]: cluster 2024-09-13T13:10:31.102851+0000 mgr.a (mgr.14397) 46 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:32.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:32 smithi053 bash[23444]: cluster 2024-09-13T13:10:31.102851+0000 mgr.a (mgr.14397) 46 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:32.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:32 smithi053 bash[23444]: audit 2024-09-13T13:10:31.586661+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:32.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:32 smithi053 bash[23444]: audit 2024-09-13T13:10:31.586661+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:32.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:32 smithi053 bash[23444]: audit 2024-09-13T13:10:31.591675+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:32.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:32 smithi053 bash[23444]: audit 2024-09-13T13:10:31.591675+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:32.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:32 smithi053 bash[23444]: audit 2024-09-13T13:10:31.597845+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:32.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:32 smithi053 bash[23444]: audit 2024-09-13T13:10:31.597845+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:32.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:32 smithi053 bash[23444]: audit 2024-09-13T13:10:31.611088+0000 mon.a (mon.0) 884 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:10:32.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:32 smithi053 bash[23444]: audit 2024-09-13T13:10:31.611088+0000 mon.a (mon.0) 884 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:10:32.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:32 smithi077 bash[23251]: cluster 2024-09-13T13:10:31.102851+0000 mgr.a (mgr.14397) 46 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:32.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:32 smithi077 bash[23251]: cluster 2024-09-13T13:10:31.102851+0000 mgr.a (mgr.14397) 46 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:32.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:32 smithi077 bash[23251]: audit 2024-09-13T13:10:31.586661+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:32.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:32 smithi077 bash[23251]: audit 2024-09-13T13:10:31.586661+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:32.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:32 smithi077 bash[23251]: audit 2024-09-13T13:10:31.591675+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:32.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:32 smithi077 bash[23251]: audit 2024-09-13T13:10:31.591675+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:32.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:32 smithi077 bash[23251]: audit 2024-09-13T13:10:31.597845+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:32.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:32 smithi077 bash[23251]: audit 2024-09-13T13:10:31.597845+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:32.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:32 smithi077 bash[23251]: audit 2024-09-13T13:10:31.611088+0000 mon.a (mon.0) 884 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:10:32.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:32 smithi077 bash[23251]: audit 2024-09-13T13:10:31.611088+0000 mon.a (mon.0) 884 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:10:33.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:32 smithi007 bash[22721]: cluster 2024-09-13T13:10:31.102851+0000 mgr.a (mgr.14397) 46 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:33.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:32 smithi007 bash[22721]: cluster 2024-09-13T13:10:31.102851+0000 mgr.a (mgr.14397) 46 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:33.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:32 smithi007 bash[22721]: audit 2024-09-13T13:10:31.586661+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:33.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:32 smithi007 bash[22721]: audit 2024-09-13T13:10:31.586661+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:33.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:32 smithi007 bash[22721]: audit 2024-09-13T13:10:31.591675+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:33.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:32 smithi007 bash[22721]: audit 2024-09-13T13:10:31.591675+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:33.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:32 smithi007 bash[22721]: audit 2024-09-13T13:10:31.597845+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:33.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:32 smithi007 bash[22721]: audit 2024-09-13T13:10:31.597845+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:33.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:32 smithi007 bash[22721]: audit 2024-09-13T13:10:31.611088+0000 mon.a (mon.0) 884 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:10:33.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:32 smithi007 bash[22721]: audit 2024-09-13T13:10:31.611088+0000 mon.a (mon.0) 884 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:10:34.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:34 smithi053 bash[23444]: cluster 2024-09-13T13:10:33.103415+0000 mgr.a (mgr.14397) 47 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:34.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:34 smithi053 bash[23444]: cluster 2024-09-13T13:10:33.103415+0000 mgr.a (mgr.14397) 47 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:34.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:34 smithi077 bash[23251]: cluster 2024-09-13T13:10:33.103415+0000 mgr.a (mgr.14397) 47 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:34.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:34 smithi077 bash[23251]: cluster 2024-09-13T13:10:33.103415+0000 mgr.a (mgr.14397) 47 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:35.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:34 smithi007 bash[22721]: cluster 2024-09-13T13:10:33.103415+0000 mgr.a (mgr.14397) 47 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:35.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:34 smithi007 bash[22721]: cluster 2024-09-13T13:10:33.103415+0000 mgr.a (mgr.14397) 47 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:36.893 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:36 smithi053 bash[23444]: cluster 2024-09-13T13:10:35.104028+0000 mgr.a (mgr.14397) 48 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:36.894 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:36 smithi053 bash[23444]: cluster 2024-09-13T13:10:35.104028+0000 mgr.a (mgr.14397) 48 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:36.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:36 smithi077 bash[23251]: cluster 2024-09-13T13:10:35.104028+0000 mgr.a (mgr.14397) 48 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:36.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:36 smithi077 bash[23251]: cluster 2024-09-13T13:10:35.104028+0000 mgr.a (mgr.14397) 48 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:37.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:36 smithi007 bash[22721]: cluster 2024-09-13T13:10:35.104028+0000 mgr.a (mgr.14397) 48 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:37.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:36 smithi007 bash[22721]: cluster 2024-09-13T13:10:35.104028+0000 mgr.a (mgr.14397) 48 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:38.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:38 smithi053 bash[23444]: cluster 2024-09-13T13:10:37.104589+0000 mgr.a (mgr.14397) 49 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:38.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:38 smithi053 bash[23444]: cluster 2024-09-13T13:10:37.104589+0000 mgr.a (mgr.14397) 49 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:38.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:38 smithi077 bash[23251]: cluster 2024-09-13T13:10:37.104589+0000 mgr.a (mgr.14397) 49 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:38.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:38 smithi077 bash[23251]: cluster 2024-09-13T13:10:37.104589+0000 mgr.a (mgr.14397) 49 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:39.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:38 smithi007 bash[22721]: cluster 2024-09-13T13:10:37.104589+0000 mgr.a (mgr.14397) 49 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:39.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:38 smithi007 bash[22721]: cluster 2024-09-13T13:10:37.104589+0000 mgr.a (mgr.14397) 49 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:40.856 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:40 smithi077 bash[23251]: cluster 2024-09-13T13:10:39.105111+0000 mgr.a (mgr.14397) 50 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:40.856 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:40 smithi077 bash[23251]: cluster 2024-09-13T13:10:39.105111+0000 mgr.a (mgr.14397) 50 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:40.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:40 smithi053 bash[23444]: cluster 2024-09-13T13:10:39.105111+0000 mgr.a (mgr.14397) 50 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:40.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:40 smithi053 bash[23444]: cluster 2024-09-13T13:10:39.105111+0000 mgr.a (mgr.14397) 50 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:41.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:40 smithi007 bash[22721]: cluster 2024-09-13T13:10:39.105111+0000 mgr.a (mgr.14397) 50 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:41.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:40 smithi007 bash[22721]: cluster 2024-09-13T13:10:39.105111+0000 mgr.a (mgr.14397) 50 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:42.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:42 smithi077 bash[23251]: cluster 2024-09-13T13:10:41.105643+0000 mgr.a (mgr.14397) 51 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:42.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:42 smithi077 bash[23251]: cluster 2024-09-13T13:10:41.105643+0000 mgr.a (mgr.14397) 51 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:42.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:42 smithi077 bash[23251]: audit 2024-09-13T13:10:41.217322+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:42.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:42 smithi077 bash[23251]: audit 2024-09-13T13:10:41.217322+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:42.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:42 smithi077 bash[23251]: audit 2024-09-13T13:10:41.226325+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:42.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:42 smithi077 bash[23251]: audit 2024-09-13T13:10:41.226325+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:42.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:42 smithi077 bash[23251]: audit 2024-09-13T13:10:41.236305+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:42.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:42 smithi077 bash[23251]: audit 2024-09-13T13:10:41.236305+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:42.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:42 smithi007 bash[22721]: cluster 2024-09-13T13:10:41.105643+0000 mgr.a (mgr.14397) 51 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:42.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:42 smithi007 bash[22721]: cluster 2024-09-13T13:10:41.105643+0000 mgr.a (mgr.14397) 51 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:42.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:42 smithi007 bash[22721]: audit 2024-09-13T13:10:41.217322+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:42.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:42 smithi007 bash[22721]: audit 2024-09-13T13:10:41.217322+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:42.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:42 smithi007 bash[22721]: audit 2024-09-13T13:10:41.226325+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:42.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:42 smithi007 bash[22721]: audit 2024-09-13T13:10:41.226325+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:42.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:42 smithi007 bash[22721]: audit 2024-09-13T13:10:41.236305+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:42.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:42 smithi007 bash[22721]: audit 2024-09-13T13:10:41.236305+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:42.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:42 smithi053 bash[23444]: cluster 2024-09-13T13:10:41.105643+0000 mgr.a (mgr.14397) 51 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:42.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:42 smithi053 bash[23444]: cluster 2024-09-13T13:10:41.105643+0000 mgr.a (mgr.14397) 51 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:42.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:42 smithi053 bash[23444]: audit 2024-09-13T13:10:41.217322+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:42.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:42 smithi053 bash[23444]: audit 2024-09-13T13:10:41.217322+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:42.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:42 smithi053 bash[23444]: audit 2024-09-13T13:10:41.226325+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:42.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:42 smithi053 bash[23444]: audit 2024-09-13T13:10:41.226325+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:42.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:42 smithi053 bash[23444]: audit 2024-09-13T13:10:41.236305+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:42.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:42 smithi053 bash[23444]: audit 2024-09-13T13:10:41.236305+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:44.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:43 smithi007 bash[22721]: audit 2024-09-13T13:10:42.808522+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:44.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:43 smithi007 bash[22721]: audit 2024-09-13T13:10:42.808522+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:44.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:43 smithi007 bash[22721]: audit 2024-09-13T13:10:42.817101+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:44.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:43 smithi007 bash[22721]: audit 2024-09-13T13:10:42.817101+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:44.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:43 smithi007 bash[22721]: audit 2024-09-13T13:10:42.826631+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:44.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:43 smithi007 bash[22721]: audit 2024-09-13T13:10:42.826631+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:44.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:43 smithi007 bash[22721]: cluster 2024-09-13T13:10:43.106200+0000 mgr.a (mgr.14397) 52 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:44.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:43 smithi007 bash[22721]: cluster 2024-09-13T13:10:43.106200+0000 mgr.a (mgr.14397) 52 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:44.212 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:43 smithi053 bash[23444]: audit 2024-09-13T13:10:42.808522+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:44.212 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:43 smithi053 bash[23444]: audit 2024-09-13T13:10:42.808522+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:44.212 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:43 smithi053 bash[23444]: audit 2024-09-13T13:10:42.817101+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:44.212 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:43 smithi053 bash[23444]: audit 2024-09-13T13:10:42.817101+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:44.212 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:43 smithi053 bash[23444]: audit 2024-09-13T13:10:42.826631+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:44.212 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:43 smithi053 bash[23444]: audit 2024-09-13T13:10:42.826631+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:44.212 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:43 smithi053 bash[23444]: cluster 2024-09-13T13:10:43.106200+0000 mgr.a (mgr.14397) 52 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:44.212 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:43 smithi053 bash[23444]: cluster 2024-09-13T13:10:43.106200+0000 mgr.a (mgr.14397) 52 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:44.228 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:43 smithi077 bash[23251]: audit 2024-09-13T13:10:42.808522+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:44.228 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:43 smithi077 bash[23251]: audit 2024-09-13T13:10:42.808522+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:44.228 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:43 smithi077 bash[23251]: audit 2024-09-13T13:10:42.817101+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:44.228 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:43 smithi077 bash[23251]: audit 2024-09-13T13:10:42.817101+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:44.228 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:43 smithi077 bash[23251]: audit 2024-09-13T13:10:42.826631+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:44.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:43 smithi077 bash[23251]: audit 2024-09-13T13:10:42.826631+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:44.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:43 smithi077 bash[23251]: cluster 2024-09-13T13:10:43.106200+0000 mgr.a (mgr.14397) 52 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:44.229 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:43 smithi077 bash[23251]: cluster 2024-09-13T13:10:43.106200+0000 mgr.a (mgr.14397) 52 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:46.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:46 smithi053 bash[23444]: cluster 2024-09-13T13:10:45.106734+0000 mgr.a (mgr.14397) 53 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:46.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:46 smithi053 bash[23444]: cluster 2024-09-13T13:10:45.106734+0000 mgr.a (mgr.14397) 53 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:46.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:46 smithi077 bash[23251]: cluster 2024-09-13T13:10:45.106734+0000 mgr.a (mgr.14397) 53 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:46.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:46 smithi077 bash[23251]: cluster 2024-09-13T13:10:45.106734+0000 mgr.a (mgr.14397) 53 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:46.559 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:46 smithi007 bash[22721]: cluster 2024-09-13T13:10:45.106734+0000 mgr.a (mgr.14397) 53 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:46.559 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:46 smithi007 bash[22721]: cluster 2024-09-13T13:10:45.106734+0000 mgr.a (mgr.14397) 53 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:47.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:47 smithi053 bash[23444]: audit 2024-09-13T13:10:46.611982+0000 mon.a (mon.0) 891 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:10:47.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:47 smithi053 bash[23444]: audit 2024-09-13T13:10:46.611982+0000 mon.a (mon.0) 891 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:10:47.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:47 smithi077 bash[23251]: audit 2024-09-13T13:10:46.611982+0000 mon.a (mon.0) 891 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:10:47.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:47 smithi077 bash[23251]: audit 2024-09-13T13:10:46.611982+0000 mon.a (mon.0) 891 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:10:47.511 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:47 smithi007 bash[22721]: audit 2024-09-13T13:10:46.611982+0000 mon.a (mon.0) 891 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:10:47.511 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:47 smithi007 bash[22721]: audit 2024-09-13T13:10:46.611982+0000 mon.a (mon.0) 891 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:10:48.450 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:48 smithi007 bash[22721]: cluster 2024-09-13T13:10:47.107283+0000 mgr.a (mgr.14397) 54 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:48.450 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:48 smithi007 bash[22721]: cluster 2024-09-13T13:10:47.107283+0000 mgr.a (mgr.14397) 54 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:48.461 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:48 smithi053 bash[23444]: cluster 2024-09-13T13:10:47.107283+0000 mgr.a (mgr.14397) 54 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:48.461 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:48 smithi053 bash[23444]: cluster 2024-09-13T13:10:47.107283+0000 mgr.a (mgr.14397) 54 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:48.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:48 smithi077 bash[23251]: cluster 2024-09-13T13:10:47.107283+0000 mgr.a (mgr.14397) 54 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:48.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:48 smithi077 bash[23251]: cluster 2024-09-13T13:10:47.107283+0000 mgr.a (mgr.14397) 54 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:50.458 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:50 smithi007 bash[22721]: cluster 2024-09-13T13:10:49.107822+0000 mgr.a (mgr.14397) 55 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:50.458 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:50 smithi007 bash[22721]: cluster 2024-09-13T13:10:49.107822+0000 mgr.a (mgr.14397) 55 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:50.461 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:50 smithi053 bash[23444]: cluster 2024-09-13T13:10:49.107822+0000 mgr.a (mgr.14397) 55 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:50.461 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:50 smithi053 bash[23444]: cluster 2024-09-13T13:10:49.107822+0000 mgr.a (mgr.14397) 55 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:50.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:50 smithi077 bash[23251]: cluster 2024-09-13T13:10:49.107822+0000 mgr.a (mgr.14397) 55 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:50.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:50 smithi077 bash[23251]: cluster 2024-09-13T13:10:49.107822+0000 mgr.a (mgr.14397) 55 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:52.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:52 smithi053 bash[23444]: cluster 2024-09-13T13:10:51.108373+0000 mgr.a (mgr.14397) 56 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:52.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:52 smithi053 bash[23444]: cluster 2024-09-13T13:10:51.108373+0000 mgr.a (mgr.14397) 56 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:52.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:52 smithi053 bash[23444]: audit 2024-09-13T13:10:51.772713+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:52.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:52 smithi053 bash[23444]: audit 2024-09-13T13:10:51.772713+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:52.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:52 smithi053 bash[23444]: audit 2024-09-13T13:10:51.779020+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:52.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:52 smithi053 bash[23444]: audit 2024-09-13T13:10:51.779020+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:52.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:52 smithi053 bash[23444]: audit 2024-09-13T13:10:51.786717+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:52.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:52 smithi053 bash[23444]: audit 2024-09-13T13:10:51.786717+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:52.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:52 smithi077 bash[23251]: cluster 2024-09-13T13:10:51.108373+0000 mgr.a (mgr.14397) 56 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:52.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:52 smithi077 bash[23251]: cluster 2024-09-13T13:10:51.108373+0000 mgr.a (mgr.14397) 56 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:52.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:52 smithi077 bash[23251]: audit 2024-09-13T13:10:51.772713+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:52.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:52 smithi077 bash[23251]: audit 2024-09-13T13:10:51.772713+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:52.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:52 smithi077 bash[23251]: audit 2024-09-13T13:10:51.779020+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:52.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:52 smithi077 bash[23251]: audit 2024-09-13T13:10:51.779020+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:52.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:52 smithi077 bash[23251]: audit 2024-09-13T13:10:51.786717+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:52.479 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:52 smithi077 bash[23251]: audit 2024-09-13T13:10:51.786717+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:52.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:52 smithi007 bash[22721]: cluster 2024-09-13T13:10:51.108373+0000 mgr.a (mgr.14397) 56 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:52.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:52 smithi007 bash[22721]: cluster 2024-09-13T13:10:51.108373+0000 mgr.a (mgr.14397) 56 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:52.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:52 smithi007 bash[22721]: audit 2024-09-13T13:10:51.772713+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:52.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:52 smithi007 bash[22721]: audit 2024-09-13T13:10:51.772713+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:52.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:52 smithi007 bash[22721]: audit 2024-09-13T13:10:51.779020+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:52.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:52 smithi007 bash[22721]: audit 2024-09-13T13:10:51.779020+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:52.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:52 smithi007 bash[22721]: audit 2024-09-13T13:10:51.786717+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:52.561 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:52 smithi007 bash[22721]: audit 2024-09-13T13:10:51.786717+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:10:54.461 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:54 smithi053 bash[23444]: cluster 2024-09-13T13:10:53.108925+0000 mgr.a (mgr.14397) 57 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:54.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:54 smithi053 bash[23444]: cluster 2024-09-13T13:10:53.108925+0000 mgr.a (mgr.14397) 57 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:54.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:54 smithi077 bash[23251]: cluster 2024-09-13T13:10:53.108925+0000 mgr.a (mgr.14397) 57 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:54.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:54 smithi077 bash[23251]: cluster 2024-09-13T13:10:53.108925+0000 mgr.a (mgr.14397) 57 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:54.559 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:54 smithi007 bash[22721]: cluster 2024-09-13T13:10:53.108925+0000 mgr.a (mgr.14397) 57 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:54.559 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:54 smithi007 bash[22721]: cluster 2024-09-13T13:10:53.108925+0000 mgr.a (mgr.14397) 57 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:56.449 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:56 smithi053 bash[23444]: cluster 2024-09-13T13:10:55.109454+0000 mgr.a (mgr.14397) 58 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:56.449 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:56 smithi053 bash[23444]: cluster 2024-09-13T13:10:55.109454+0000 mgr.a (mgr.14397) 58 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:56.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:56 smithi077 bash[23251]: cluster 2024-09-13T13:10:55.109454+0000 mgr.a (mgr.14397) 58 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:56.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:56 smithi077 bash[23251]: cluster 2024-09-13T13:10:55.109454+0000 mgr.a (mgr.14397) 58 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:56.559 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:56 smithi007 bash[22721]: cluster 2024-09-13T13:10:55.109454+0000 mgr.a (mgr.14397) 58 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:56.559 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:56 smithi007 bash[22721]: cluster 2024-09-13T13:10:55.109454+0000 mgr.a (mgr.14397) 58 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:58.461 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:58 smithi053 bash[23444]: cluster 2024-09-13T13:10:57.109988+0000 mgr.a (mgr.14397) 59 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:58.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:10:58 smithi053 bash[23444]: cluster 2024-09-13T13:10:57.109988+0000 mgr.a (mgr.14397) 59 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:58.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:58 smithi077 bash[23251]: cluster 2024-09-13T13:10:57.109988+0000 mgr.a (mgr.14397) 59 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:58.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:10:58 smithi077 bash[23251]: cluster 2024-09-13T13:10:57.109988+0000 mgr.a (mgr.14397) 59 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:58.559 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:58 smithi007 bash[22721]: cluster 2024-09-13T13:10:57.109988+0000 mgr.a (mgr.14397) 59 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:10:58.559 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:10:58 smithi007 bash[22721]: cluster 2024-09-13T13:10:57.109988+0000 mgr.a (mgr.14397) 59 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:00.461 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:00 smithi053 bash[23444]: cluster 2024-09-13T13:10:59.110528+0000 mgr.a (mgr.14397) 60 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:00.461 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:00 smithi053 bash[23444]: cluster 2024-09-13T13:10:59.110528+0000 mgr.a (mgr.14397) 60 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:00.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:00 smithi077 bash[23251]: cluster 2024-09-13T13:10:59.110528+0000 mgr.a (mgr.14397) 60 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:00.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:00 smithi077 bash[23251]: cluster 2024-09-13T13:10:59.110528+0000 mgr.a (mgr.14397) 60 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:00.559 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:00 smithi007 bash[22721]: cluster 2024-09-13T13:10:59.110528+0000 mgr.a (mgr.14397) 60 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:00.559 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:00 smithi007 bash[22721]: cluster 2024-09-13T13:10:59.110528+0000 mgr.a (mgr.14397) 60 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:02.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:02 smithi053 bash[23444]: cluster 2024-09-13T13:11:01.111152+0000 mgr.a (mgr.14397) 61 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:02.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:02 smithi053 bash[23444]: cluster 2024-09-13T13:11:01.111152+0000 mgr.a (mgr.14397) 61 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:02.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:02 smithi053 bash[23444]: audit 2024-09-13T13:11:01.453703+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:02.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:02 smithi053 bash[23444]: audit 2024-09-13T13:11:01.453703+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:02.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:02 smithi053 bash[23444]: audit 2024-09-13T13:11:01.462770+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:02.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:02 smithi053 bash[23444]: audit 2024-09-13T13:11:01.462770+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:02.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:02 smithi053 bash[23444]: audit 2024-09-13T13:11:01.472941+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:02.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:02 smithi053 bash[23444]: audit 2024-09-13T13:11:01.472941+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:02.713 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:02 smithi053 bash[23444]: audit 2024-09-13T13:11:01.612323+0000 mon.a (mon.0) 898 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:11:02.713 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:02 smithi053 bash[23444]: audit 2024-09-13T13:11:01.612323+0000 mon.a (mon.0) 898 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:11:02.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:02 smithi077 bash[23251]: cluster 2024-09-13T13:11:01.111152+0000 mgr.a (mgr.14397) 61 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:02.732 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:02 smithi077 bash[23251]: cluster 2024-09-13T13:11:01.111152+0000 mgr.a (mgr.14397) 61 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:02.732 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:02 smithi077 bash[23251]: audit 2024-09-13T13:11:01.453703+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:02.732 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:02 smithi077 bash[23251]: audit 2024-09-13T13:11:01.453703+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:02.733 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:02 smithi077 bash[23251]: audit 2024-09-13T13:11:01.462770+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:02.733 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:02 smithi077 bash[23251]: audit 2024-09-13T13:11:01.462770+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:02.733 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:02 smithi077 bash[23251]: audit 2024-09-13T13:11:01.472941+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:02.733 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:02 smithi077 bash[23251]: audit 2024-09-13T13:11:01.472941+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:02.733 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:02 smithi077 bash[23251]: audit 2024-09-13T13:11:01.612323+0000 mon.a (mon.0) 898 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:11:02.733 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:02 smithi077 bash[23251]: audit 2024-09-13T13:11:01.612323+0000 mon.a (mon.0) 898 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:11:02.809 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:02 smithi007 bash[22721]: cluster 2024-09-13T13:11:01.111152+0000 mgr.a (mgr.14397) 61 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:02.809 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:02 smithi007 bash[22721]: cluster 2024-09-13T13:11:01.111152+0000 mgr.a (mgr.14397) 61 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:02.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:02 smithi007 bash[22721]: audit 2024-09-13T13:11:01.453703+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:02.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:02 smithi007 bash[22721]: audit 2024-09-13T13:11:01.453703+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:02.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:02 smithi007 bash[22721]: audit 2024-09-13T13:11:01.462770+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:02.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:02 smithi007 bash[22721]: audit 2024-09-13T13:11:01.462770+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:02.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:02 smithi007 bash[22721]: audit 2024-09-13T13:11:01.472941+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:02.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:02 smithi007 bash[22721]: audit 2024-09-13T13:11:01.472941+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:02.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:02 smithi007 bash[22721]: audit 2024-09-13T13:11:01.612323+0000 mon.a (mon.0) 898 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:11:02.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:02 smithi007 bash[22721]: audit 2024-09-13T13:11:01.612323+0000 mon.a (mon.0) 898 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:11:04.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:04 smithi007 bash[22721]: audit 2024-09-13T13:11:03.007412+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:04.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:04 smithi007 bash[22721]: audit 2024-09-13T13:11:03.007412+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:04.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:04 smithi007 bash[22721]: audit 2024-09-13T13:11:03.016491+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:04.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:04 smithi007 bash[22721]: audit 2024-09-13T13:11:03.016491+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:04.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:04 smithi007 bash[22721]: audit 2024-09-13T13:11:03.026508+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:04.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:04 smithi007 bash[22721]: audit 2024-09-13T13:11:03.026508+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:04.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:04 smithi007 bash[22721]: cluster 2024-09-13T13:11:03.111961+0000 mgr.a (mgr.14397) 62 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:04.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:04 smithi007 bash[22721]: cluster 2024-09-13T13:11:03.111961+0000 mgr.a (mgr.14397) 62 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:04.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:04 smithi053 bash[23444]: audit 2024-09-13T13:11:03.007412+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:04.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:04 smithi053 bash[23444]: audit 2024-09-13T13:11:03.007412+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:04.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:04 smithi053 bash[23444]: audit 2024-09-13T13:11:03.016491+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:04.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:04 smithi053 bash[23444]: audit 2024-09-13T13:11:03.016491+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:04.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:04 smithi053 bash[23444]: audit 2024-09-13T13:11:03.026508+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:04.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:04 smithi053 bash[23444]: audit 2024-09-13T13:11:03.026508+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:04.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:04 smithi053 bash[23444]: cluster 2024-09-13T13:11:03.111961+0000 mgr.a (mgr.14397) 62 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:04.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:04 smithi053 bash[23444]: cluster 2024-09-13T13:11:03.111961+0000 mgr.a (mgr.14397) 62 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:04.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:04 smithi077 bash[23251]: audit 2024-09-13T13:11:03.007412+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:04.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:04 smithi077 bash[23251]: audit 2024-09-13T13:11:03.007412+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:04.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:04 smithi077 bash[23251]: audit 2024-09-13T13:11:03.016491+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:04.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:04 smithi077 bash[23251]: audit 2024-09-13T13:11:03.016491+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:04.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:04 smithi077 bash[23251]: audit 2024-09-13T13:11:03.026508+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:04.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:04 smithi077 bash[23251]: audit 2024-09-13T13:11:03.026508+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:04.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:04 smithi077 bash[23251]: cluster 2024-09-13T13:11:03.111961+0000 mgr.a (mgr.14397) 62 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:04.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:04 smithi077 bash[23251]: cluster 2024-09-13T13:11:03.111961+0000 mgr.a (mgr.14397) 62 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:06.461 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:06 smithi053 bash[23444]: cluster 2024-09-13T13:11:05.112601+0000 mgr.a (mgr.14397) 63 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:06.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:06 smithi053 bash[23444]: cluster 2024-09-13T13:11:05.112601+0000 mgr.a (mgr.14397) 63 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:06.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:06 smithi077 bash[23251]: cluster 2024-09-13T13:11:05.112601+0000 mgr.a (mgr.14397) 63 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:06.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:06 smithi077 bash[23251]: cluster 2024-09-13T13:11:05.112601+0000 mgr.a (mgr.14397) 63 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:06.559 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:11:06 smithi007 bash[22975]: ::ffff:172.21.15.53 - - [13/Sep/2024:13:11:06] "GET /metrics HTTP/1.1" 200 21523 "" "Prometheus/2.51.0" 2024-09-13T13:11:06.559 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:06 smithi007 bash[22721]: cluster 2024-09-13T13:11:05.112601+0000 mgr.a (mgr.14397) 63 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:06.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:06 smithi007 bash[22721]: cluster 2024-09-13T13:11:05.112601+0000 mgr.a (mgr.14397) 63 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:08.461 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:08 smithi053 bash[23444]: cluster 2024-09-13T13:11:07.113257+0000 mgr.a (mgr.14397) 64 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:08.461 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:08 smithi053 bash[23444]: cluster 2024-09-13T13:11:07.113257+0000 mgr.a (mgr.14397) 64 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:08.477 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:08 smithi077 bash[23251]: cluster 2024-09-13T13:11:07.113257+0000 mgr.a (mgr.14397) 64 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:08.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:08 smithi077 bash[23251]: cluster 2024-09-13T13:11:07.113257+0000 mgr.a (mgr.14397) 64 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:08.559 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:08 smithi007 bash[22721]: cluster 2024-09-13T13:11:07.113257+0000 mgr.a (mgr.14397) 64 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:08.559 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:08 smithi007 bash[22721]: cluster 2024-09-13T13:11:07.113257+0000 mgr.a (mgr.14397) 64 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:10.461 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:10 smithi053 bash[23444]: cluster 2024-09-13T13:11:09.113933+0000 mgr.a (mgr.14397) 65 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:10.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:10 smithi053 bash[23444]: cluster 2024-09-13T13:11:09.113933+0000 mgr.a (mgr.14397) 65 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:10.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:10 smithi077 bash[23251]: cluster 2024-09-13T13:11:09.113933+0000 mgr.a (mgr.14397) 65 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:10.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:10 smithi077 bash[23251]: cluster 2024-09-13T13:11:09.113933+0000 mgr.a (mgr.14397) 65 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:10.512 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:10 smithi007 bash[22721]: cluster 2024-09-13T13:11:09.113933+0000 mgr.a (mgr.14397) 65 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:10.513 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:10 smithi007 bash[22721]: cluster 2024-09-13T13:11:09.113933+0000 mgr.a (mgr.14397) 65 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:12.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:12 smithi053 bash[23444]: cluster 2024-09-13T13:11:11.114482+0000 mgr.a (mgr.14397) 66 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:12.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:12 smithi053 bash[23444]: cluster 2024-09-13T13:11:11.114482+0000 mgr.a (mgr.14397) 66 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:12.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:12 smithi053 bash[23444]: audit 2024-09-13T13:11:11.946408+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:12.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:12 smithi053 bash[23444]: audit 2024-09-13T13:11:11.946408+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:12.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:12 smithi053 bash[23444]: audit 2024-09-13T13:11:11.951956+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:12.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:12 smithi053 bash[23444]: audit 2024-09-13T13:11:11.951956+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:12.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:12 smithi053 bash[23444]: audit 2024-09-13T13:11:11.957821+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:12.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:12 smithi053 bash[23444]: audit 2024-09-13T13:11:11.957821+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:12.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:12 smithi077 bash[23251]: cluster 2024-09-13T13:11:11.114482+0000 mgr.a (mgr.14397) 66 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:12.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:12 smithi077 bash[23251]: cluster 2024-09-13T13:11:11.114482+0000 mgr.a (mgr.14397) 66 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:12.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:12 smithi077 bash[23251]: audit 2024-09-13T13:11:11.946408+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:12.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:12 smithi077 bash[23251]: audit 2024-09-13T13:11:11.946408+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:12.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:12 smithi077 bash[23251]: audit 2024-09-13T13:11:11.951956+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:12.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:12 smithi077 bash[23251]: audit 2024-09-13T13:11:11.951956+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:12.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:12 smithi077 bash[23251]: audit 2024-09-13T13:11:11.957821+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:12.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:12 smithi077 bash[23251]: audit 2024-09-13T13:11:11.957821+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:12.559 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:12 smithi007 bash[22721]: cluster 2024-09-13T13:11:11.114482+0000 mgr.a (mgr.14397) 66 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:12.559 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:12 smithi007 bash[22721]: cluster 2024-09-13T13:11:11.114482+0000 mgr.a (mgr.14397) 66 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:12.559 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:12 smithi007 bash[22721]: audit 2024-09-13T13:11:11.946408+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:12.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:12 smithi007 bash[22721]: audit 2024-09-13T13:11:11.946408+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:12.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:12 smithi007 bash[22721]: audit 2024-09-13T13:11:11.951956+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:12.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:12 smithi007 bash[22721]: audit 2024-09-13T13:11:11.951956+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:12.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:12 smithi007 bash[22721]: audit 2024-09-13T13:11:11.957821+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:12.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:12 smithi007 bash[22721]: audit 2024-09-13T13:11:11.957821+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:14.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:14 smithi053 bash[23444]: cluster 2024-09-13T13:11:13.115048+0000 mgr.a (mgr.14397) 67 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:14.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:14 smithi053 bash[23444]: cluster 2024-09-13T13:11:13.115048+0000 mgr.a (mgr.14397) 67 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:14.477 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:14 smithi077 bash[23251]: cluster 2024-09-13T13:11:13.115048+0000 mgr.a (mgr.14397) 67 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:14.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:14 smithi077 bash[23251]: cluster 2024-09-13T13:11:13.115048+0000 mgr.a (mgr.14397) 67 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:14.559 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:14 smithi007 bash[22721]: cluster 2024-09-13T13:11:13.115048+0000 mgr.a (mgr.14397) 67 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:14.559 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:14 smithi007 bash[22721]: cluster 2024-09-13T13:11:13.115048+0000 mgr.a (mgr.14397) 67 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:16.461 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:16 smithi053 bash[23444]: cluster 2024-09-13T13:11:15.115658+0000 mgr.a (mgr.14397) 68 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:16.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:16 smithi053 bash[23444]: cluster 2024-09-13T13:11:15.115658+0000 mgr.a (mgr.14397) 68 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:16.477 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:16 smithi077 bash[23251]: cluster 2024-09-13T13:11:15.115658+0000 mgr.a (mgr.14397) 68 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:16.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:16 smithi077 bash[23251]: cluster 2024-09-13T13:11:15.115658+0000 mgr.a (mgr.14397) 68 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:16.559 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:11:16 smithi007 bash[22975]: ::ffff:172.21.15.53 - - [13/Sep/2024:13:11:16] "GET /metrics HTTP/1.1" 200 21523 "" "Prometheus/2.51.0" 2024-09-13T13:11:16.559 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:16 smithi007 bash[22721]: cluster 2024-09-13T13:11:15.115658+0000 mgr.a (mgr.14397) 68 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:16.559 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:16 smithi007 bash[22721]: cluster 2024-09-13T13:11:15.115658+0000 mgr.a (mgr.14397) 68 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:17.461 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:17 smithi053 bash[23444]: audit 2024-09-13T13:11:16.612684+0000 mon.a (mon.0) 905 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:11:17.462 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:17 smithi053 bash[23444]: audit 2024-09-13T13:11:16.612684+0000 mon.a (mon.0) 905 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:11:17.477 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:17 smithi077 bash[23251]: audit 2024-09-13T13:11:16.612684+0000 mon.a (mon.0) 905 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:11:17.478 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:17 smithi077 bash[23251]: audit 2024-09-13T13:11:16.612684+0000 mon.a (mon.0) 905 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:11:17.559 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:17 smithi007 bash[22721]: audit 2024-09-13T13:11:16.612684+0000 mon.a (mon.0) 905 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:11:17.559 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:17 smithi007 bash[22721]: audit 2024-09-13T13:11:16.612684+0000 mon.a (mon.0) 905 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:11:18.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:18 smithi053 bash[23444]: cluster 2024-09-13T13:11:17.116274+0000 mgr.a (mgr.14397) 69 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:18.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:18 smithi053 bash[23444]: cluster 2024-09-13T13:11:17.116274+0000 mgr.a (mgr.14397) 69 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:18.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:18 smithi077 bash[23251]: cluster 2024-09-13T13:11:17.116274+0000 mgr.a (mgr.14397) 69 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:18.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:18 smithi077 bash[23251]: cluster 2024-09-13T13:11:17.116274+0000 mgr.a (mgr.14397) 69 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:19.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:18 smithi007 bash[22721]: cluster 2024-09-13T13:11:17.116274+0000 mgr.a (mgr.14397) 69 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:19.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:18 smithi007 bash[22721]: cluster 2024-09-13T13:11:17.116274+0000 mgr.a (mgr.14397) 69 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:20.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:20 smithi077 bash[23251]: cluster 2024-09-13T13:11:19.116827+0000 mgr.a (mgr.14397) 70 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:20.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:20 smithi077 bash[23251]: cluster 2024-09-13T13:11:19.116827+0000 mgr.a (mgr.14397) 70 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:20.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:20 smithi053 bash[23444]: cluster 2024-09-13T13:11:19.116827+0000 mgr.a (mgr.14397) 70 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:20.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:20 smithi053 bash[23444]: cluster 2024-09-13T13:11:19.116827+0000 mgr.a (mgr.14397) 70 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:21.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:20 smithi007 bash[22721]: cluster 2024-09-13T13:11:19.116827+0000 mgr.a (mgr.14397) 70 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:21.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:20 smithi007 bash[22721]: cluster 2024-09-13T13:11:19.116827+0000 mgr.a (mgr.14397) 70 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:22.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:22 smithi053 bash[23444]: cluster 2024-09-13T13:11:21.117380+0000 mgr.a (mgr.14397) 71 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:22.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:22 smithi053 bash[23444]: cluster 2024-09-13T13:11:21.117380+0000 mgr.a (mgr.14397) 71 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:22.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:22 smithi053 bash[23444]: audit 2024-09-13T13:11:21.688833+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:22.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:22 smithi053 bash[23444]: audit 2024-09-13T13:11:21.688833+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:22.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:22 smithi053 bash[23444]: audit 2024-09-13T13:11:21.697952+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:22.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:22 smithi053 bash[23444]: audit 2024-09-13T13:11:21.697952+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:22.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:22 smithi053 bash[23444]: audit 2024-09-13T13:11:21.707955+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:22.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:22 smithi053 bash[23444]: audit 2024-09-13T13:11:21.707955+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:22.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:22 smithi077 bash[23251]: cluster 2024-09-13T13:11:21.117380+0000 mgr.a (mgr.14397) 71 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:22.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:22 smithi077 bash[23251]: cluster 2024-09-13T13:11:21.117380+0000 mgr.a (mgr.14397) 71 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:22.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:22 smithi077 bash[23251]: audit 2024-09-13T13:11:21.688833+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:22.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:22 smithi077 bash[23251]: audit 2024-09-13T13:11:21.688833+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:22.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:22 smithi077 bash[23251]: audit 2024-09-13T13:11:21.697952+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:22.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:22 smithi077 bash[23251]: audit 2024-09-13T13:11:21.697952+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:22.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:22 smithi077 bash[23251]: audit 2024-09-13T13:11:21.707955+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:22.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:22 smithi077 bash[23251]: audit 2024-09-13T13:11:21.707955+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:23.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:22 smithi007 bash[22721]: cluster 2024-09-13T13:11:21.117380+0000 mgr.a (mgr.14397) 71 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:23.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:22 smithi007 bash[22721]: cluster 2024-09-13T13:11:21.117380+0000 mgr.a (mgr.14397) 71 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:23.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:22 smithi007 bash[22721]: audit 2024-09-13T13:11:21.688833+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:23.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:22 smithi007 bash[22721]: audit 2024-09-13T13:11:21.688833+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:23.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:22 smithi007 bash[22721]: audit 2024-09-13T13:11:21.697952+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:23.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:22 smithi007 bash[22721]: audit 2024-09-13T13:11:21.697952+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:23.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:22 smithi007 bash[22721]: audit 2024-09-13T13:11:21.707955+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:23.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:22 smithi007 bash[22721]: audit 2024-09-13T13:11:21.707955+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:24.559 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:24 smithi007 bash[22721]: cluster 2024-09-13T13:11:23.117957+0000 mgr.a (mgr.14397) 72 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:24.559 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:24 smithi007 bash[22721]: cluster 2024-09-13T13:11:23.117957+0000 mgr.a (mgr.14397) 72 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:24.559 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:24 smithi007 bash[22721]: audit 2024-09-13T13:11:23.238486+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:24.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:24 smithi007 bash[22721]: audit 2024-09-13T13:11:23.238486+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:24.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:24 smithi007 bash[22721]: audit 2024-09-13T13:11:23.247664+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:24.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:24 smithi007 bash[22721]: audit 2024-09-13T13:11:23.247664+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:24.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:24 smithi007 bash[22721]: audit 2024-09-13T13:11:23.257750+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:24.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:24 smithi007 bash[22721]: audit 2024-09-13T13:11:23.257750+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:24.711 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:24 smithi053 bash[23444]: cluster 2024-09-13T13:11:23.117957+0000 mgr.a (mgr.14397) 72 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:24.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:24 smithi053 bash[23444]: cluster 2024-09-13T13:11:23.117957+0000 mgr.a (mgr.14397) 72 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:24.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:24 smithi053 bash[23444]: audit 2024-09-13T13:11:23.238486+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:24.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:24 smithi053 bash[23444]: audit 2024-09-13T13:11:23.238486+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:24.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:24 smithi053 bash[23444]: audit 2024-09-13T13:11:23.247664+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:24.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:24 smithi053 bash[23444]: audit 2024-09-13T13:11:23.247664+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:24.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:24 smithi053 bash[23444]: audit 2024-09-13T13:11:23.257750+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:24.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:24 smithi053 bash[23444]: audit 2024-09-13T13:11:23.257750+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:24.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:24 smithi077 bash[23251]: cluster 2024-09-13T13:11:23.117957+0000 mgr.a (mgr.14397) 72 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:24.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:24 smithi077 bash[23251]: cluster 2024-09-13T13:11:23.117957+0000 mgr.a (mgr.14397) 72 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:24.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:24 smithi077 bash[23251]: audit 2024-09-13T13:11:23.238486+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:24.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:24 smithi077 bash[23251]: audit 2024-09-13T13:11:23.238486+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:24.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:24 smithi077 bash[23251]: audit 2024-09-13T13:11:23.247664+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:24.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:24 smithi077 bash[23251]: audit 2024-09-13T13:11:23.247664+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:24.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:24 smithi077 bash[23251]: audit 2024-09-13T13:11:23.257750+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:24.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:24 smithi077 bash[23251]: audit 2024-09-13T13:11:23.257750+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:26.559 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:26 smithi007 bash[22721]: cluster 2024-09-13T13:11:25.118455+0000 mgr.a (mgr.14397) 73 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:26.559 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:26 smithi007 bash[22721]: cluster 2024-09-13T13:11:25.118455+0000 mgr.a (mgr.14397) 73 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:26.559 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:11:26 smithi007 bash[22975]: ::ffff:172.21.15.53 - - [13/Sep/2024:13:11:26] "GET /metrics HTTP/1.1" 200 21522 "" "Prometheus/2.51.0" 2024-09-13T13:11:26.711 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:26 smithi053 bash[23444]: cluster 2024-09-13T13:11:25.118455+0000 mgr.a (mgr.14397) 73 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:26.711 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:26 smithi053 bash[23444]: cluster 2024-09-13T13:11:25.118455+0000 mgr.a (mgr.14397) 73 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:26.727 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:26 smithi077 bash[23251]: cluster 2024-09-13T13:11:25.118455+0000 mgr.a (mgr.14397) 73 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:26.727 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:26 smithi077 bash[23251]: cluster 2024-09-13T13:11:25.118455+0000 mgr.a (mgr.14397) 73 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:28.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:28 smithi007 bash[22721]: cluster 2024-09-13T13:11:27.118950+0000 mgr.a (mgr.14397) 74 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:28.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:28 smithi007 bash[22721]: cluster 2024-09-13T13:11:27.118950+0000 mgr.a (mgr.14397) 74 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:28.711 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:28 smithi053 bash[23444]: cluster 2024-09-13T13:11:27.118950+0000 mgr.a (mgr.14397) 74 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:28.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:28 smithi053 bash[23444]: cluster 2024-09-13T13:11:27.118950+0000 mgr.a (mgr.14397) 74 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:28.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:28 smithi077 bash[23251]: cluster 2024-09-13T13:11:27.118950+0000 mgr.a (mgr.14397) 74 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:28.731 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:28 smithi077 bash[23251]: cluster 2024-09-13T13:11:27.118950+0000 mgr.a (mgr.14397) 74 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:30.559 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:30 smithi007 bash[22721]: cluster 2024-09-13T13:11:29.119394+0000 mgr.a (mgr.14397) 75 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:30.559 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:30 smithi007 bash[22721]: cluster 2024-09-13T13:11:29.119394+0000 mgr.a (mgr.14397) 75 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:30.711 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:30 smithi053 bash[23444]: cluster 2024-09-13T13:11:29.119394+0000 mgr.a (mgr.14397) 75 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:30.711 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:30 smithi053 bash[23444]: cluster 2024-09-13T13:11:29.119394+0000 mgr.a (mgr.14397) 75 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:30.727 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:30 smithi077 bash[23251]: cluster 2024-09-13T13:11:29.119394+0000 mgr.a (mgr.14397) 75 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:30.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:30 smithi077 bash[23251]: cluster 2024-09-13T13:11:29.119394+0000 mgr.a (mgr.14397) 75 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:31.559 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:31 smithi007 bash[22721]: audit 2024-09-13T13:11:30.555984+0000 mon.a (mon.0) 912 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:11:31.559 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:31 smithi007 bash[22721]: audit 2024-09-13T13:11:30.555984+0000 mon.a (mon.0) 912 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:11:31.559 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:31 smithi007 bash[22721]: audit 2024-09-13T13:11:30.559956+0000 mon.a (mon.0) 913 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:11:31.559 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:31 smithi007 bash[22721]: audit 2024-09-13T13:11:30.559956+0000 mon.a (mon.0) 913 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:11:31.559 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:31 smithi007 bash[22721]: audit 2024-09-13T13:11:30.560930+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:11:31.559 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:31 smithi007 bash[22721]: audit 2024-09-13T13:11:30.560930+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:11:31.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:31 smithi007 bash[22721]: audit 2024-09-13T13:11:30.569546+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:31.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:31 smithi007 bash[22721]: audit 2024-09-13T13:11:30.569546+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:31.711 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:31 smithi053 bash[23444]: audit 2024-09-13T13:11:30.555984+0000 mon.a (mon.0) 912 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:11:31.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:31 smithi053 bash[23444]: audit 2024-09-13T13:11:30.555984+0000 mon.a (mon.0) 912 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:11:31.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:31 smithi053 bash[23444]: audit 2024-09-13T13:11:30.559956+0000 mon.a (mon.0) 913 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:11:31.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:31 smithi053 bash[23444]: audit 2024-09-13T13:11:30.559956+0000 mon.a (mon.0) 913 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:11:31.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:31 smithi053 bash[23444]: audit 2024-09-13T13:11:30.560930+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:11:31.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:31 smithi053 bash[23444]: audit 2024-09-13T13:11:30.560930+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:11:31.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:31 smithi053 bash[23444]: audit 2024-09-13T13:11:30.569546+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:31.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:31 smithi053 bash[23444]: audit 2024-09-13T13:11:30.569546+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:31.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:31 smithi077 bash[23251]: audit 2024-09-13T13:11:30.555984+0000 mon.a (mon.0) 912 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:11:31.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:31 smithi077 bash[23251]: audit 2024-09-13T13:11:30.555984+0000 mon.a (mon.0) 912 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:11:31.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:31 smithi077 bash[23251]: audit 2024-09-13T13:11:30.559956+0000 mon.a (mon.0) 913 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:11:31.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:31 smithi077 bash[23251]: audit 2024-09-13T13:11:30.559956+0000 mon.a (mon.0) 913 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:11:31.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:31 smithi077 bash[23251]: audit 2024-09-13T13:11:30.560930+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:11:31.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:31 smithi077 bash[23251]: audit 2024-09-13T13:11:30.560930+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:11:31.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:31 smithi077 bash[23251]: audit 2024-09-13T13:11:30.569546+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:31.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:31 smithi077 bash[23251]: audit 2024-09-13T13:11:30.569546+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:32.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:32 smithi053 bash[23444]: cluster 2024-09-13T13:11:31.119761+0000 mgr.a (mgr.14397) 76 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:32.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:32 smithi053 bash[23444]: cluster 2024-09-13T13:11:31.119761+0000 mgr.a (mgr.14397) 76 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:32.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:32 smithi053 bash[23444]: audit 2024-09-13T13:11:31.612925+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:11:32.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:32 smithi053 bash[23444]: audit 2024-09-13T13:11:31.612925+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:11:32.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:32 smithi053 bash[23444]: audit 2024-09-13T13:11:32.165245+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:32.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:32 smithi053 bash[23444]: audit 2024-09-13T13:11:32.165245+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:32.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:32 smithi053 bash[23444]: audit 2024-09-13T13:11:32.173066+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:32.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:32 smithi053 bash[23444]: audit 2024-09-13T13:11:32.173066+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:32.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:32 smithi053 bash[23444]: audit 2024-09-13T13:11:32.182151+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:32.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:32 smithi053 bash[23444]: audit 2024-09-13T13:11:32.182151+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:32.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:32 smithi077 bash[23251]: cluster 2024-09-13T13:11:31.119761+0000 mgr.a (mgr.14397) 76 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:32.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:32 smithi077 bash[23251]: cluster 2024-09-13T13:11:31.119761+0000 mgr.a (mgr.14397) 76 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:32.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:32 smithi077 bash[23251]: audit 2024-09-13T13:11:31.612925+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:11:32.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:32 smithi077 bash[23251]: audit 2024-09-13T13:11:31.612925+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:11:32.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:32 smithi077 bash[23251]: audit 2024-09-13T13:11:32.165245+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:32.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:32 smithi077 bash[23251]: audit 2024-09-13T13:11:32.165245+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:32.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:32 smithi077 bash[23251]: audit 2024-09-13T13:11:32.173066+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:32.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:32 smithi077 bash[23251]: audit 2024-09-13T13:11:32.173066+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:32.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:32 smithi077 bash[23251]: audit 2024-09-13T13:11:32.182151+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:32.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:32 smithi077 bash[23251]: audit 2024-09-13T13:11:32.182151+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:33.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:32 smithi007 bash[22721]: cluster 2024-09-13T13:11:31.119761+0000 mgr.a (mgr.14397) 76 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:33.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:32 smithi007 bash[22721]: cluster 2024-09-13T13:11:31.119761+0000 mgr.a (mgr.14397) 76 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:33.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:32 smithi007 bash[22721]: audit 2024-09-13T13:11:31.612925+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:11:33.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:32 smithi007 bash[22721]: audit 2024-09-13T13:11:31.612925+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:11:33.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:32 smithi007 bash[22721]: audit 2024-09-13T13:11:32.165245+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:33.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:32 smithi007 bash[22721]: audit 2024-09-13T13:11:32.165245+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:33.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:32 smithi007 bash[22721]: audit 2024-09-13T13:11:32.173066+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:33.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:32 smithi007 bash[22721]: audit 2024-09-13T13:11:32.173066+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:33.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:32 smithi007 bash[22721]: audit 2024-09-13T13:11:32.182151+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:33.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:32 smithi007 bash[22721]: audit 2024-09-13T13:11:32.182151+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:34.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:34 smithi053 bash[23444]: cluster 2024-09-13T13:11:33.120320+0000 mgr.a (mgr.14397) 77 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:34.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:34 smithi053 bash[23444]: cluster 2024-09-13T13:11:33.120320+0000 mgr.a (mgr.14397) 77 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:34.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:34 smithi077 bash[23251]: cluster 2024-09-13T13:11:33.120320+0000 mgr.a (mgr.14397) 77 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:34.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:34 smithi077 bash[23251]: cluster 2024-09-13T13:11:33.120320+0000 mgr.a (mgr.14397) 77 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:35.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:34 smithi007 bash[22721]: cluster 2024-09-13T13:11:33.120320+0000 mgr.a (mgr.14397) 77 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:35.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:34 smithi007 bash[22721]: cluster 2024-09-13T13:11:33.120320+0000 mgr.a (mgr.14397) 77 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:36.559 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:11:36 smithi007 bash[22975]: ::ffff:172.21.15.53 - - [13/Sep/2024:13:11:36] "GET /metrics HTTP/1.1" 200 21511 "" "Prometheus/2.51.0" 2024-09-13T13:11:36.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:36 smithi053 bash[23444]: cluster 2024-09-13T13:11:35.120844+0000 mgr.a (mgr.14397) 78 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:36.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:36 smithi053 bash[23444]: cluster 2024-09-13T13:11:35.120844+0000 mgr.a (mgr.14397) 78 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:36.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:36 smithi077 bash[23251]: cluster 2024-09-13T13:11:35.120844+0000 mgr.a (mgr.14397) 78 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:36.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:36 smithi077 bash[23251]: cluster 2024-09-13T13:11:35.120844+0000 mgr.a (mgr.14397) 78 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:37.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:36 smithi007 bash[22721]: cluster 2024-09-13T13:11:35.120844+0000 mgr.a (mgr.14397) 78 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:37.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:36 smithi007 bash[22721]: cluster 2024-09-13T13:11:35.120844+0000 mgr.a (mgr.14397) 78 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:38.689 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:38 smithi053 bash[23444]: cluster 2024-09-13T13:11:37.121349+0000 mgr.a (mgr.14397) 79 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:38.689 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:38 smithi053 bash[23444]: cluster 2024-09-13T13:11:37.121349+0000 mgr.a (mgr.14397) 79 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:38.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:38 smithi077 bash[23251]: cluster 2024-09-13T13:11:37.121349+0000 mgr.a (mgr.14397) 79 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:38.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:38 smithi077 bash[23251]: cluster 2024-09-13T13:11:37.121349+0000 mgr.a (mgr.14397) 79 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:39.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:38 smithi007 bash[22721]: cluster 2024-09-13T13:11:37.121349+0000 mgr.a (mgr.14397) 79 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:39.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:38 smithi007 bash[22721]: cluster 2024-09-13T13:11:37.121349+0000 mgr.a (mgr.14397) 79 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:40.727 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:40 smithi077 bash[23251]: cluster 2024-09-13T13:11:39.121895+0000 mgr.a (mgr.14397) 80 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:40.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:40 smithi077 bash[23251]: cluster 2024-09-13T13:11:39.121895+0000 mgr.a (mgr.14397) 80 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:40.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:40 smithi053 bash[23444]: cluster 2024-09-13T13:11:39.121895+0000 mgr.a (mgr.14397) 80 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:40.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:40 smithi053 bash[23444]: cluster 2024-09-13T13:11:39.121895+0000 mgr.a (mgr.14397) 80 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:41.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:40 smithi007 bash[22721]: cluster 2024-09-13T13:11:39.121895+0000 mgr.a (mgr.14397) 80 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:41.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:40 smithi007 bash[22721]: cluster 2024-09-13T13:11:39.121895+0000 mgr.a (mgr.14397) 80 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:42.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:42 smithi053 bash[23444]: cluster 2024-09-13T13:11:41.122377+0000 mgr.a (mgr.14397) 81 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:42.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:42 smithi053 bash[23444]: cluster 2024-09-13T13:11:41.122377+0000 mgr.a (mgr.14397) 81 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:42.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:42 smithi053 bash[23444]: audit 2024-09-13T13:11:41.919060+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:42.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:42 smithi053 bash[23444]: audit 2024-09-13T13:11:41.919060+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:42.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:42 smithi053 bash[23444]: audit 2024-09-13T13:11:41.927837+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:42.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:42 smithi053 bash[23444]: audit 2024-09-13T13:11:41.927837+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:42.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:42 smithi053 bash[23444]: audit 2024-09-13T13:11:41.937607+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:42.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:42 smithi053 bash[23444]: audit 2024-09-13T13:11:41.937607+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:42.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:42 smithi077 bash[23251]: cluster 2024-09-13T13:11:41.122377+0000 mgr.a (mgr.14397) 81 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:42.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:42 smithi077 bash[23251]: cluster 2024-09-13T13:11:41.122377+0000 mgr.a (mgr.14397) 81 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:42.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:42 smithi077 bash[23251]: audit 2024-09-13T13:11:41.919060+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:42.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:42 smithi077 bash[23251]: audit 2024-09-13T13:11:41.919060+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:42.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:42 smithi077 bash[23251]: audit 2024-09-13T13:11:41.927837+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:42.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:42 smithi077 bash[23251]: audit 2024-09-13T13:11:41.927837+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:42.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:42 smithi077 bash[23251]: audit 2024-09-13T13:11:41.937607+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:42.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:42 smithi077 bash[23251]: audit 2024-09-13T13:11:41.937607+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:43.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:42 smithi007 bash[22721]: cluster 2024-09-13T13:11:41.122377+0000 mgr.a (mgr.14397) 81 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:43.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:42 smithi007 bash[22721]: cluster 2024-09-13T13:11:41.122377+0000 mgr.a (mgr.14397) 81 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:43.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:42 smithi007 bash[22721]: audit 2024-09-13T13:11:41.919060+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:43.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:42 smithi007 bash[22721]: audit 2024-09-13T13:11:41.919060+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:43.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:42 smithi007 bash[22721]: audit 2024-09-13T13:11:41.927837+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:43.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:42 smithi007 bash[22721]: audit 2024-09-13T13:11:41.927837+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:43.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:42 smithi007 bash[22721]: audit 2024-09-13T13:11:41.937607+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:43.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:42 smithi007 bash[22721]: audit 2024-09-13T13:11:41.937607+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:44.711 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:44 smithi053 bash[23444]: cluster 2024-09-13T13:11:43.122930+0000 mgr.a (mgr.14397) 82 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:44.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:44 smithi053 bash[23444]: cluster 2024-09-13T13:11:43.122930+0000 mgr.a (mgr.14397) 82 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:44.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:44 smithi053 bash[23444]: audit 2024-09-13T13:11:43.410424+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:44.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:44 smithi053 bash[23444]: audit 2024-09-13T13:11:43.410424+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:44.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:44 smithi053 bash[23444]: audit 2024-09-13T13:11:43.419025+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:44.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:44 smithi053 bash[23444]: audit 2024-09-13T13:11:43.419025+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:44.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:44 smithi053 bash[23444]: audit 2024-09-13T13:11:43.428720+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:44.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:44 smithi053 bash[23444]: audit 2024-09-13T13:11:43.428720+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:44.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:44 smithi077 bash[23251]: cluster 2024-09-13T13:11:43.122930+0000 mgr.a (mgr.14397) 82 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:44.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:44 smithi077 bash[23251]: cluster 2024-09-13T13:11:43.122930+0000 mgr.a (mgr.14397) 82 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:44.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:44 smithi077 bash[23251]: audit 2024-09-13T13:11:43.410424+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:44.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:44 smithi077 bash[23251]: audit 2024-09-13T13:11:43.410424+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:44.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:44 smithi077 bash[23251]: audit 2024-09-13T13:11:43.419025+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:44.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:44 smithi077 bash[23251]: audit 2024-09-13T13:11:43.419025+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:44.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:44 smithi077 bash[23251]: audit 2024-09-13T13:11:43.428720+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:44.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:44 smithi077 bash[23251]: audit 2024-09-13T13:11:43.428720+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:44.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:44 smithi007 bash[22721]: cluster 2024-09-13T13:11:43.122930+0000 mgr.a (mgr.14397) 82 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:44.812 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:44 smithi007 bash[22721]: cluster 2024-09-13T13:11:43.122930+0000 mgr.a (mgr.14397) 82 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:44.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:44 smithi007 bash[22721]: audit 2024-09-13T13:11:43.410424+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:44.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:44 smithi007 bash[22721]: audit 2024-09-13T13:11:43.410424+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:44.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:44 smithi007 bash[22721]: audit 2024-09-13T13:11:43.419025+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:44.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:44 smithi007 bash[22721]: audit 2024-09-13T13:11:43.419025+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:44.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:44 smithi007 bash[22721]: audit 2024-09-13T13:11:43.428720+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:44.813 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:44 smithi007 bash[22721]: audit 2024-09-13T13:11:43.428720+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:46.559 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:11:46 smithi007 bash[22975]: ::ffff:172.21.15.53 - - [13/Sep/2024:13:11:46] "GET /metrics HTTP/1.1" 200 21511 "" "Prometheus/2.51.0" 2024-09-13T13:11:46.559 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:46 smithi007 bash[22721]: cluster 2024-09-13T13:11:45.123548+0000 mgr.a (mgr.14397) 83 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:46.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:46 smithi007 bash[22721]: cluster 2024-09-13T13:11:45.123548+0000 mgr.a (mgr.14397) 83 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:46.711 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:46 smithi053 bash[23444]: cluster 2024-09-13T13:11:45.123548+0000 mgr.a (mgr.14397) 83 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:46.711 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:46 smithi053 bash[23444]: cluster 2024-09-13T13:11:45.123548+0000 mgr.a (mgr.14397) 83 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:46.727 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:46 smithi077 bash[23251]: cluster 2024-09-13T13:11:45.123548+0000 mgr.a (mgr.14397) 83 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:46.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:46 smithi077 bash[23251]: cluster 2024-09-13T13:11:45.123548+0000 mgr.a (mgr.14397) 83 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:47.711 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:47 smithi053 bash[23444]: audit 2024-09-13T13:11:46.613533+0000 mon.a (mon.0) 926 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:11:47.711 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:47 smithi053 bash[23444]: audit 2024-09-13T13:11:46.613533+0000 mon.a (mon.0) 926 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:11:47.727 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:47 smithi077 bash[23251]: audit 2024-09-13T13:11:46.613533+0000 mon.a (mon.0) 926 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:11:47.727 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:47 smithi077 bash[23251]: audit 2024-09-13T13:11:46.613533+0000 mon.a (mon.0) 926 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:11:47.809 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:47 smithi007 bash[22721]: audit 2024-09-13T13:11:46.613533+0000 mon.a (mon.0) 926 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:11:47.809 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:47 smithi007 bash[22721]: audit 2024-09-13T13:11:46.613533+0000 mon.a (mon.0) 926 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:11:48.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:48 smithi053 bash[23444]: cluster 2024-09-13T13:11:47.124214+0000 mgr.a (mgr.14397) 84 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:48.713 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:48 smithi053 bash[23444]: cluster 2024-09-13T13:11:47.124214+0000 mgr.a (mgr.14397) 84 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:48.727 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:48 smithi077 bash[23251]: cluster 2024-09-13T13:11:47.124214+0000 mgr.a (mgr.14397) 84 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:48.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:48 smithi077 bash[23251]: cluster 2024-09-13T13:11:47.124214+0000 mgr.a (mgr.14397) 84 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:48.809 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:48 smithi007 bash[22721]: cluster 2024-09-13T13:11:47.124214+0000 mgr.a (mgr.14397) 84 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:48.809 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:48 smithi007 bash[22721]: cluster 2024-09-13T13:11:47.124214+0000 mgr.a (mgr.14397) 84 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:50.559 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:50 smithi007 bash[22721]: cluster 2024-09-13T13:11:49.124867+0000 mgr.a (mgr.14397) 85 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:50.559 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:50 smithi007 bash[22721]: cluster 2024-09-13T13:11:49.124867+0000 mgr.a (mgr.14397) 85 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:50.711 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:50 smithi053 bash[23444]: cluster 2024-09-13T13:11:49.124867+0000 mgr.a (mgr.14397) 85 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:50.711 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:50 smithi053 bash[23444]: cluster 2024-09-13T13:11:49.124867+0000 mgr.a (mgr.14397) 85 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:50.727 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:50 smithi077 bash[23251]: cluster 2024-09-13T13:11:49.124867+0000 mgr.a (mgr.14397) 85 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:50.727 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:50 smithi077 bash[23251]: cluster 2024-09-13T13:11:49.124867+0000 mgr.a (mgr.14397) 85 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:52.711 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:52 smithi053 bash[23444]: cluster 2024-09-13T13:11:51.125531+0000 mgr.a (mgr.14397) 86 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:52.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:52 smithi053 bash[23444]: cluster 2024-09-13T13:11:51.125531+0000 mgr.a (mgr.14397) 86 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:52.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:52 smithi053 bash[23444]: audit 2024-09-13T13:11:52.363227+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:52.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:52 smithi053 bash[23444]: audit 2024-09-13T13:11:52.363227+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:52.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:52 smithi053 bash[23444]: audit 2024-09-13T13:11:52.371041+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:52.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:52 smithi053 bash[23444]: audit 2024-09-13T13:11:52.371041+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:52.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:52 smithi053 bash[23444]: audit 2024-09-13T13:11:52.379698+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:52.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:52 smithi053 bash[23444]: audit 2024-09-13T13:11:52.379698+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:52.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:52 smithi077 bash[23251]: cluster 2024-09-13T13:11:51.125531+0000 mgr.a (mgr.14397) 86 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:52.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:52 smithi077 bash[23251]: cluster 2024-09-13T13:11:51.125531+0000 mgr.a (mgr.14397) 86 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:52.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:52 smithi077 bash[23251]: audit 2024-09-13T13:11:52.363227+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:52.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:52 smithi077 bash[23251]: audit 2024-09-13T13:11:52.363227+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:52.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:52 smithi077 bash[23251]: audit 2024-09-13T13:11:52.371041+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:52.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:52 smithi077 bash[23251]: audit 2024-09-13T13:11:52.371041+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:52.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:52 smithi077 bash[23251]: audit 2024-09-13T13:11:52.379698+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:52.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:52 smithi077 bash[23251]: audit 2024-09-13T13:11:52.379698+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:52.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:52 smithi007 bash[22721]: cluster 2024-09-13T13:11:51.125531+0000 mgr.a (mgr.14397) 86 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:52.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:52 smithi007 bash[22721]: cluster 2024-09-13T13:11:51.125531+0000 mgr.a (mgr.14397) 86 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:52.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:52 smithi007 bash[22721]: audit 2024-09-13T13:11:52.363227+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:52.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:52 smithi007 bash[22721]: audit 2024-09-13T13:11:52.363227+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:52.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:52 smithi007 bash[22721]: audit 2024-09-13T13:11:52.371041+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:52.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:52 smithi007 bash[22721]: audit 2024-09-13T13:11:52.371041+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:52.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:52 smithi007 bash[22721]: audit 2024-09-13T13:11:52.379698+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:52.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:52 smithi007 bash[22721]: audit 2024-09-13T13:11:52.379698+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:11:54.711 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:54 smithi053 bash[23444]: cluster 2024-09-13T13:11:53.126224+0000 mgr.a (mgr.14397) 87 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:54.711 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:54 smithi053 bash[23444]: cluster 2024-09-13T13:11:53.126224+0000 mgr.a (mgr.14397) 87 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:54.727 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:54 smithi077 bash[23251]: cluster 2024-09-13T13:11:53.126224+0000 mgr.a (mgr.14397) 87 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:54.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:54 smithi077 bash[23251]: cluster 2024-09-13T13:11:53.126224+0000 mgr.a (mgr.14397) 87 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:54.809 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:54 smithi007 bash[22721]: cluster 2024-09-13T13:11:53.126224+0000 mgr.a (mgr.14397) 87 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:54.809 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:54 smithi007 bash[22721]: cluster 2024-09-13T13:11:53.126224+0000 mgr.a (mgr.14397) 87 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:56.559 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:11:56 smithi007 bash[22975]: ::ffff:172.21.15.53 - - [13/Sep/2024:13:11:56] "GET /metrics HTTP/1.1" 200 21524 "" "Prometheus/2.51.0" 2024-09-13T13:11:56.559 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:56 smithi007 bash[22721]: cluster 2024-09-13T13:11:55.126924+0000 mgr.a (mgr.14397) 88 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:56.559 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:56 smithi007 bash[22721]: cluster 2024-09-13T13:11:55.126924+0000 mgr.a (mgr.14397) 88 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:56.711 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:56 smithi053 bash[23444]: cluster 2024-09-13T13:11:55.126924+0000 mgr.a (mgr.14397) 88 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:56.711 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:56 smithi053 bash[23444]: cluster 2024-09-13T13:11:55.126924+0000 mgr.a (mgr.14397) 88 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:56.727 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:56 smithi077 bash[23251]: cluster 2024-09-13T13:11:55.126924+0000 mgr.a (mgr.14397) 88 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:56.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:56 smithi077 bash[23251]: cluster 2024-09-13T13:11:55.126924+0000 mgr.a (mgr.14397) 88 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:58.592 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:58 smithi053 bash[23444]: cluster 2024-09-13T13:11:57.127606+0000 mgr.a (mgr.14397) 89 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:58.593 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:11:58 smithi053 bash[23444]: cluster 2024-09-13T13:11:57.127606+0000 mgr.a (mgr.14397) 89 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:58.727 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:58 smithi077 bash[23251]: cluster 2024-09-13T13:11:57.127606+0000 mgr.a (mgr.14397) 89 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:58.727 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:11:58 smithi077 bash[23251]: cluster 2024-09-13T13:11:57.127606+0000 mgr.a (mgr.14397) 89 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:58.809 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:58 smithi007 bash[22721]: cluster 2024-09-13T13:11:57.127606+0000 mgr.a (mgr.14397) 89 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:11:58.809 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:11:58 smithi007 bash[22721]: cluster 2024-09-13T13:11:57.127606+0000 mgr.a (mgr.14397) 89 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:00.711 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:00 smithi053 bash[23444]: cluster 2024-09-13T13:11:59.128181+0000 mgr.a (mgr.14397) 90 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:00.711 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:00 smithi053 bash[23444]: cluster 2024-09-13T13:11:59.128181+0000 mgr.a (mgr.14397) 90 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:00.727 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:00 smithi077 bash[23251]: cluster 2024-09-13T13:11:59.128181+0000 mgr.a (mgr.14397) 90 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:00.727 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:00 smithi077 bash[23251]: cluster 2024-09-13T13:11:59.128181+0000 mgr.a (mgr.14397) 90 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:00.809 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:00 smithi007 bash[22721]: cluster 2024-09-13T13:11:59.128181+0000 mgr.a (mgr.14397) 90 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:00.809 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:00 smithi007 bash[22721]: cluster 2024-09-13T13:11:59.128181+0000 mgr.a (mgr.14397) 90 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:02.711 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:02 smithi053 bash[23444]: cluster 2024-09-13T13:12:01.128654+0000 mgr.a (mgr.14397) 91 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:02.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:02 smithi053 bash[23444]: cluster 2024-09-13T13:12:01.128654+0000 mgr.a (mgr.14397) 91 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:02.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:02 smithi053 bash[23444]: audit 2024-09-13T13:12:01.613868+0000 mon.a (mon.0) 930 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:12:02.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:02 smithi053 bash[23444]: audit 2024-09-13T13:12:01.613868+0000 mon.a (mon.0) 930 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:12:02.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:02 smithi053 bash[23444]: audit 2024-09-13T13:12:02.136566+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:02.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:02 smithi053 bash[23444]: audit 2024-09-13T13:12:02.136566+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:02.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:02 smithi053 bash[23444]: audit 2024-09-13T13:12:02.145442+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:02.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:02 smithi053 bash[23444]: audit 2024-09-13T13:12:02.145442+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:02.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:02 smithi053 bash[23444]: audit 2024-09-13T13:12:02.155046+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:02.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:02 smithi053 bash[23444]: audit 2024-09-13T13:12:02.155046+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:02.727 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:02 smithi077 bash[23251]: cluster 2024-09-13T13:12:01.128654+0000 mgr.a (mgr.14397) 91 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:02.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:02 smithi077 bash[23251]: cluster 2024-09-13T13:12:01.128654+0000 mgr.a (mgr.14397) 91 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:02.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:02 smithi077 bash[23251]: audit 2024-09-13T13:12:01.613868+0000 mon.a (mon.0) 930 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:12:02.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:02 smithi077 bash[23251]: audit 2024-09-13T13:12:01.613868+0000 mon.a (mon.0) 930 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:12:02.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:02 smithi077 bash[23251]: audit 2024-09-13T13:12:02.136566+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:02.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:02 smithi077 bash[23251]: audit 2024-09-13T13:12:02.136566+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:02.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:02 smithi077 bash[23251]: audit 2024-09-13T13:12:02.145442+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:02.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:02 smithi077 bash[23251]: audit 2024-09-13T13:12:02.145442+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:02.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:02 smithi077 bash[23251]: audit 2024-09-13T13:12:02.155046+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:02.728 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:02 smithi077 bash[23251]: audit 2024-09-13T13:12:02.155046+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:02.809 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:02 smithi007 bash[22721]: cluster 2024-09-13T13:12:01.128654+0000 mgr.a (mgr.14397) 91 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:02.809 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:02 smithi007 bash[22721]: cluster 2024-09-13T13:12:01.128654+0000 mgr.a (mgr.14397) 91 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:02.809 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:02 smithi007 bash[22721]: audit 2024-09-13T13:12:01.613868+0000 mon.a (mon.0) 930 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:12:02.809 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:02 smithi007 bash[22721]: audit 2024-09-13T13:12:01.613868+0000 mon.a (mon.0) 930 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:12:02.809 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:02 smithi007 bash[22721]: audit 2024-09-13T13:12:02.136566+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:02.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:02 smithi007 bash[22721]: audit 2024-09-13T13:12:02.136566+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:02.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:02 smithi007 bash[22721]: audit 2024-09-13T13:12:02.145442+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:02.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:02 smithi007 bash[22721]: audit 2024-09-13T13:12:02.145442+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:02.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:02 smithi007 bash[22721]: audit 2024-09-13T13:12:02.155046+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:02.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:02 smithi007 bash[22721]: audit 2024-09-13T13:12:02.155046+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:04.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:04 smithi053 bash[23444]: cluster 2024-09-13T13:12:03.129212+0000 mgr.a (mgr.14397) 92 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:04.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:04 smithi053 bash[23444]: cluster 2024-09-13T13:12:03.129212+0000 mgr.a (mgr.14397) 92 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:04.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:04 smithi053 bash[23444]: audit 2024-09-13T13:12:03.605164+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:04.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:04 smithi053 bash[23444]: audit 2024-09-13T13:12:03.605164+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:04.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:04 smithi053 bash[23444]: audit 2024-09-13T13:12:03.614033+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:04.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:04 smithi053 bash[23444]: audit 2024-09-13T13:12:03.614033+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:04.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:04 smithi053 bash[23444]: audit 2024-09-13T13:12:03.623998+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:04.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:04 smithi053 bash[23444]: audit 2024-09-13T13:12:03.623998+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:04.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:04 smithi077 bash[23251]: cluster 2024-09-13T13:12:03.129212+0000 mgr.a (mgr.14397) 92 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:04.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:04 smithi077 bash[23251]: cluster 2024-09-13T13:12:03.129212+0000 mgr.a (mgr.14397) 92 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:04.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:04 smithi077 bash[23251]: audit 2024-09-13T13:12:03.605164+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:04.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:04 smithi077 bash[23251]: audit 2024-09-13T13:12:03.605164+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:04.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:04 smithi077 bash[23251]: audit 2024-09-13T13:12:03.614033+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:04.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:04 smithi077 bash[23251]: audit 2024-09-13T13:12:03.614033+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:04.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:04 smithi077 bash[23251]: audit 2024-09-13T13:12:03.623998+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:04.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:04 smithi077 bash[23251]: audit 2024-09-13T13:12:03.623998+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:05.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:04 smithi007 bash[22721]: cluster 2024-09-13T13:12:03.129212+0000 mgr.a (mgr.14397) 92 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:05.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:04 smithi007 bash[22721]: cluster 2024-09-13T13:12:03.129212+0000 mgr.a (mgr.14397) 92 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:05.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:04 smithi007 bash[22721]: audit 2024-09-13T13:12:03.605164+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:05.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:04 smithi007 bash[22721]: audit 2024-09-13T13:12:03.605164+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:05.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:04 smithi007 bash[22721]: audit 2024-09-13T13:12:03.614033+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:05.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:04 smithi007 bash[22721]: audit 2024-09-13T13:12:03.614033+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:05.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:04 smithi007 bash[22721]: audit 2024-09-13T13:12:03.623998+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:05.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:04 smithi007 bash[22721]: audit 2024-09-13T13:12:03.623998+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:06.559 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:12:06 smithi007 bash[22975]: ::ffff:172.21.15.53 - - [13/Sep/2024:13:12:06] "GET /metrics HTTP/1.1" 200 21519 "" "Prometheus/2.51.0" 2024-09-13T13:12:06.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:06 smithi053 bash[23444]: cluster 2024-09-13T13:12:05.129737+0000 mgr.a (mgr.14397) 93 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:06.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:06 smithi053 bash[23444]: cluster 2024-09-13T13:12:05.129737+0000 mgr.a (mgr.14397) 93 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:06.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:06 smithi077 bash[23251]: cluster 2024-09-13T13:12:05.129737+0000 mgr.a (mgr.14397) 93 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:06.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:06 smithi077 bash[23251]: cluster 2024-09-13T13:12:05.129737+0000 mgr.a (mgr.14397) 93 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:07.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:06 smithi007 bash[22721]: cluster 2024-09-13T13:12:05.129737+0000 mgr.a (mgr.14397) 93 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:07.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:06 smithi007 bash[22721]: cluster 2024-09-13T13:12:05.129737+0000 mgr.a (mgr.14397) 93 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:08.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:08 smithi053 bash[23444]: cluster 2024-09-13T13:12:07.130282+0000 mgr.a (mgr.14397) 94 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:08.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:08 smithi053 bash[23444]: cluster 2024-09-13T13:12:07.130282+0000 mgr.a (mgr.14397) 94 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:08.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:08 smithi077 bash[23251]: cluster 2024-09-13T13:12:07.130282+0000 mgr.a (mgr.14397) 94 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:08.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:08 smithi077 bash[23251]: cluster 2024-09-13T13:12:07.130282+0000 mgr.a (mgr.14397) 94 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:09.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:08 smithi007 bash[22721]: cluster 2024-09-13T13:12:07.130282+0000 mgr.a (mgr.14397) 94 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:09.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:08 smithi007 bash[22721]: cluster 2024-09-13T13:12:07.130282+0000 mgr.a (mgr.14397) 94 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:10.877 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:10 smithi007 bash[22721]: cluster 2024-09-13T13:12:09.130829+0000 mgr.a (mgr.14397) 95 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:10.877 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:10 smithi007 bash[22721]: cluster 2024-09-13T13:12:09.130829+0000 mgr.a (mgr.14397) 95 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:10.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:10 smithi053 bash[23444]: cluster 2024-09-13T13:12:09.130829+0000 mgr.a (mgr.14397) 95 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:10.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:10 smithi053 bash[23444]: cluster 2024-09-13T13:12:09.130829+0000 mgr.a (mgr.14397) 95 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:10.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:10 smithi077 bash[23251]: cluster 2024-09-13T13:12:09.130829+0000 mgr.a (mgr.14397) 95 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:10.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:10 smithi077 bash[23251]: cluster 2024-09-13T13:12:09.130829+0000 mgr.a (mgr.14397) 95 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:12.809 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:12 smithi007 bash[22721]: cluster 2024-09-13T13:12:11.131339+0000 mgr.a (mgr.14397) 96 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:12.809 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:12 smithi007 bash[22721]: cluster 2024-09-13T13:12:11.131339+0000 mgr.a (mgr.14397) 96 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:12.809 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:12 smithi007 bash[22721]: audit 2024-09-13T13:12:12.500594+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:12.809 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:12 smithi007 bash[22721]: audit 2024-09-13T13:12:12.500594+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:12.809 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:12 smithi007 bash[22721]: audit 2024-09-13T13:12:12.506009+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:12.809 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:12 smithi007 bash[22721]: audit 2024-09-13T13:12:12.506009+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:12.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:12 smithi007 bash[22721]: audit 2024-09-13T13:12:12.512787+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:12.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:12 smithi007 bash[22721]: audit 2024-09-13T13:12:12.512787+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:12.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:12 smithi053 bash[23444]: cluster 2024-09-13T13:12:11.131339+0000 mgr.a (mgr.14397) 96 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:12.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:12 smithi053 bash[23444]: cluster 2024-09-13T13:12:11.131339+0000 mgr.a (mgr.14397) 96 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:12.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:12 smithi053 bash[23444]: audit 2024-09-13T13:12:12.500594+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:12.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:12 smithi053 bash[23444]: audit 2024-09-13T13:12:12.500594+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:12.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:12 smithi053 bash[23444]: audit 2024-09-13T13:12:12.506009+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:12.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:12 smithi053 bash[23444]: audit 2024-09-13T13:12:12.506009+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:12.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:12 smithi053 bash[23444]: audit 2024-09-13T13:12:12.512787+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:12.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:12 smithi053 bash[23444]: audit 2024-09-13T13:12:12.512787+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:12.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:12 smithi077 bash[23251]: cluster 2024-09-13T13:12:11.131339+0000 mgr.a (mgr.14397) 96 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:12.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:12 smithi077 bash[23251]: cluster 2024-09-13T13:12:11.131339+0000 mgr.a (mgr.14397) 96 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:12.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:12 smithi077 bash[23251]: audit 2024-09-13T13:12:12.500594+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:12.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:12 smithi077 bash[23251]: audit 2024-09-13T13:12:12.500594+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:12.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:12 smithi077 bash[23251]: audit 2024-09-13T13:12:12.506009+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:12.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:12 smithi077 bash[23251]: audit 2024-09-13T13:12:12.506009+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:12.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:12 smithi077 bash[23251]: audit 2024-09-13T13:12:12.512787+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:12.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:12 smithi077 bash[23251]: audit 2024-09-13T13:12:12.512787+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:14.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:14 smithi053 bash[23444]: cluster 2024-09-13T13:12:13.131894+0000 mgr.a (mgr.14397) 97 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:14.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:14 smithi053 bash[23444]: cluster 2024-09-13T13:12:13.131894+0000 mgr.a (mgr.14397) 97 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:14.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:14 smithi077 bash[23251]: cluster 2024-09-13T13:12:13.131894+0000 mgr.a (mgr.14397) 97 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:14.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:14 smithi077 bash[23251]: cluster 2024-09-13T13:12:13.131894+0000 mgr.a (mgr.14397) 97 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:15.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:14 smithi007 bash[22721]: cluster 2024-09-13T13:12:13.131894+0000 mgr.a (mgr.14397) 97 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:15.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:14 smithi007 bash[22721]: cluster 2024-09-13T13:12:13.131894+0000 mgr.a (mgr.14397) 97 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:16.559 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:12:16 smithi007 bash[22975]: ::ffff:172.21.15.53 - - [13/Sep/2024:13:12:16] "GET /metrics HTTP/1.1" 200 21519 "" "Prometheus/2.51.0" 2024-09-13T13:12:16.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:16 smithi053 bash[23444]: cluster 2024-09-13T13:12:15.132457+0000 mgr.a (mgr.14397) 98 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:16.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:16 smithi053 bash[23444]: cluster 2024-09-13T13:12:15.132457+0000 mgr.a (mgr.14397) 98 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:16.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:16 smithi053 bash[23444]: audit 2024-09-13T13:12:16.614257+0000 mon.a (mon.0) 940 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:12:16.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:16 smithi053 bash[23444]: audit 2024-09-13T13:12:16.614257+0000 mon.a (mon.0) 940 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:12:16.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:16 smithi077 bash[23251]: cluster 2024-09-13T13:12:15.132457+0000 mgr.a (mgr.14397) 98 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:16.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:16 smithi077 bash[23251]: cluster 2024-09-13T13:12:15.132457+0000 mgr.a (mgr.14397) 98 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:16.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:16 smithi077 bash[23251]: audit 2024-09-13T13:12:16.614257+0000 mon.a (mon.0) 940 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:12:16.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:16 smithi077 bash[23251]: audit 2024-09-13T13:12:16.614257+0000 mon.a (mon.0) 940 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:12:17.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:16 smithi007 bash[22721]: cluster 2024-09-13T13:12:15.132457+0000 mgr.a (mgr.14397) 98 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:17.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:16 smithi007 bash[22721]: cluster 2024-09-13T13:12:15.132457+0000 mgr.a (mgr.14397) 98 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:17.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:16 smithi007 bash[22721]: audit 2024-09-13T13:12:16.614257+0000 mon.a (mon.0) 940 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:12:17.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:16 smithi007 bash[22721]: audit 2024-09-13T13:12:16.614257+0000 mon.a (mon.0) 940 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:12:18.938 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:18 smithi053 bash[23444]: cluster 2024-09-13T13:12:17.133014+0000 mgr.a (mgr.14397) 99 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:18.938 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:18 smithi053 bash[23444]: cluster 2024-09-13T13:12:17.133014+0000 mgr.a (mgr.14397) 99 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:18.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:18 smithi077 bash[23251]: cluster 2024-09-13T13:12:17.133014+0000 mgr.a (mgr.14397) 99 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:18.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:18 smithi077 bash[23251]: cluster 2024-09-13T13:12:17.133014+0000 mgr.a (mgr.14397) 99 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:19.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:18 smithi007 bash[22721]: cluster 2024-09-13T13:12:17.133014+0000 mgr.a (mgr.14397) 99 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:19.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:18 smithi007 bash[22721]: cluster 2024-09-13T13:12:17.133014+0000 mgr.a (mgr.14397) 99 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:20.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:20 smithi053 bash[23444]: cluster 2024-09-13T13:12:19.133543+0000 mgr.a (mgr.14397) 100 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:20.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:20 smithi053 bash[23444]: cluster 2024-09-13T13:12:19.133543+0000 mgr.a (mgr.14397) 100 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:20.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:20 smithi077 bash[23251]: cluster 2024-09-13T13:12:19.133543+0000 mgr.a (mgr.14397) 100 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:20.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:20 smithi077 bash[23251]: cluster 2024-09-13T13:12:19.133543+0000 mgr.a (mgr.14397) 100 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:21.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:20 smithi007 bash[22721]: cluster 2024-09-13T13:12:19.133543+0000 mgr.a (mgr.14397) 100 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:21.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:20 smithi007 bash[22721]: cluster 2024-09-13T13:12:19.133543+0000 mgr.a (mgr.14397) 100 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:22.898 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:22 smithi077 bash[23251]: cluster 2024-09-13T13:12:21.134071+0000 mgr.a (mgr.14397) 101 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:22.898 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:22 smithi077 bash[23251]: cluster 2024-09-13T13:12:21.134071+0000 mgr.a (mgr.14397) 101 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:22.898 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:22 smithi077 bash[23251]: audit 2024-09-13T13:12:22.345373+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:22.898 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:22 smithi077 bash[23251]: audit 2024-09-13T13:12:22.345373+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:22.899 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:22 smithi077 bash[23251]: audit 2024-09-13T13:12:22.354172+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:22.899 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:22 smithi077 bash[23251]: audit 2024-09-13T13:12:22.354172+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:22.899 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:22 smithi077 bash[23251]: audit 2024-09-13T13:12:22.363866+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:22.899 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:22 smithi077 bash[23251]: audit 2024-09-13T13:12:22.363866+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:22.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:22 smithi053 bash[23444]: cluster 2024-09-13T13:12:21.134071+0000 mgr.a (mgr.14397) 101 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:22.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:22 smithi053 bash[23444]: cluster 2024-09-13T13:12:21.134071+0000 mgr.a (mgr.14397) 101 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:22.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:22 smithi053 bash[23444]: audit 2024-09-13T13:12:22.345373+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:22.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:22 smithi053 bash[23444]: audit 2024-09-13T13:12:22.345373+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:22.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:22 smithi053 bash[23444]: audit 2024-09-13T13:12:22.354172+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:22.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:22 smithi053 bash[23444]: audit 2024-09-13T13:12:22.354172+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:22.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:22 smithi053 bash[23444]: audit 2024-09-13T13:12:22.363866+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:22.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:22 smithi053 bash[23444]: audit 2024-09-13T13:12:22.363866+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:23.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:22 smithi007 bash[22721]: cluster 2024-09-13T13:12:21.134071+0000 mgr.a (mgr.14397) 101 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:23.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:22 smithi007 bash[22721]: cluster 2024-09-13T13:12:21.134071+0000 mgr.a (mgr.14397) 101 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:23.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:22 smithi007 bash[22721]: audit 2024-09-13T13:12:22.345373+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:23.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:22 smithi007 bash[22721]: audit 2024-09-13T13:12:22.345373+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:23.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:22 smithi007 bash[22721]: audit 2024-09-13T13:12:22.354172+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:23.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:22 smithi007 bash[22721]: audit 2024-09-13T13:12:22.354172+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:23.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:22 smithi007 bash[22721]: audit 2024-09-13T13:12:22.363866+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:23.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:22 smithi007 bash[22721]: audit 2024-09-13T13:12:22.363866+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:24.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:24 smithi053 bash[23444]: cluster 2024-09-13T13:12:23.134616+0000 mgr.a (mgr.14397) 102 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:24.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:24 smithi053 bash[23444]: cluster 2024-09-13T13:12:23.134616+0000 mgr.a (mgr.14397) 102 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:24.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:24 smithi053 bash[23444]: audit 2024-09-13T13:12:23.760985+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:24.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:24 smithi053 bash[23444]: audit 2024-09-13T13:12:23.760985+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:24.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:24 smithi053 bash[23444]: audit 2024-09-13T13:12:23.769744+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:24.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:24 smithi053 bash[23444]: audit 2024-09-13T13:12:23.769744+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:24.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:24 smithi053 bash[23444]: audit 2024-09-13T13:12:23.779335+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:24.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:24 smithi053 bash[23444]: audit 2024-09-13T13:12:23.779335+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:24.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:24 smithi077 bash[23251]: cluster 2024-09-13T13:12:23.134616+0000 mgr.a (mgr.14397) 102 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:24.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:24 smithi077 bash[23251]: cluster 2024-09-13T13:12:23.134616+0000 mgr.a (mgr.14397) 102 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:24.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:24 smithi077 bash[23251]: audit 2024-09-13T13:12:23.760985+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:24.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:24 smithi077 bash[23251]: audit 2024-09-13T13:12:23.760985+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:24.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:24 smithi077 bash[23251]: audit 2024-09-13T13:12:23.769744+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:24.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:24 smithi077 bash[23251]: audit 2024-09-13T13:12:23.769744+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:24.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:24 smithi077 bash[23251]: audit 2024-09-13T13:12:23.779335+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:24.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:24 smithi077 bash[23251]: audit 2024-09-13T13:12:23.779335+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:25.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:24 smithi007 bash[22721]: cluster 2024-09-13T13:12:23.134616+0000 mgr.a (mgr.14397) 102 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:25.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:24 smithi007 bash[22721]: cluster 2024-09-13T13:12:23.134616+0000 mgr.a (mgr.14397) 102 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:25.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:24 smithi007 bash[22721]: audit 2024-09-13T13:12:23.760985+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:25.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:24 smithi007 bash[22721]: audit 2024-09-13T13:12:23.760985+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:25.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:24 smithi007 bash[22721]: audit 2024-09-13T13:12:23.769744+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:25.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:24 smithi007 bash[22721]: audit 2024-09-13T13:12:23.769744+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:25.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:24 smithi007 bash[22721]: audit 2024-09-13T13:12:23.779335+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:25.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:24 smithi007 bash[22721]: audit 2024-09-13T13:12:23.779335+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:26.559 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:12:26 smithi007 bash[22975]: ::ffff:172.21.15.53 - - [13/Sep/2024:13:12:26] "GET /metrics HTTP/1.1" 200 21532 "" "Prometheus/2.51.0" 2024-09-13T13:12:26.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:26 smithi053 bash[23444]: cluster 2024-09-13T13:12:25.135148+0000 mgr.a (mgr.14397) 103 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:26.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:26 smithi053 bash[23444]: cluster 2024-09-13T13:12:25.135148+0000 mgr.a (mgr.14397) 103 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:26.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:26 smithi077 bash[23251]: cluster 2024-09-13T13:12:25.135148+0000 mgr.a (mgr.14397) 103 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:26.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:26 smithi077 bash[23251]: cluster 2024-09-13T13:12:25.135148+0000 mgr.a (mgr.14397) 103 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:27.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:26 smithi007 bash[22721]: cluster 2024-09-13T13:12:25.135148+0000 mgr.a (mgr.14397) 103 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:27.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:26 smithi007 bash[22721]: cluster 2024-09-13T13:12:25.135148+0000 mgr.a (mgr.14397) 103 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:28.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:28 smithi053 bash[23444]: cluster 2024-09-13T13:12:27.135696+0000 mgr.a (mgr.14397) 104 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:28.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:28 smithi053 bash[23444]: cluster 2024-09-13T13:12:27.135696+0000 mgr.a (mgr.14397) 104 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:28.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:28 smithi077 bash[23251]: cluster 2024-09-13T13:12:27.135696+0000 mgr.a (mgr.14397) 104 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:28.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:28 smithi077 bash[23251]: cluster 2024-09-13T13:12:27.135696+0000 mgr.a (mgr.14397) 104 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:29.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:28 smithi007 bash[22721]: cluster 2024-09-13T13:12:27.135696+0000 mgr.a (mgr.14397) 104 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:29.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:28 smithi007 bash[22721]: cluster 2024-09-13T13:12:27.135696+0000 mgr.a (mgr.14397) 104 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:30.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:30 smithi053 bash[23444]: cluster 2024-09-13T13:12:29.136236+0000 mgr.a (mgr.14397) 105 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:30.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:30 smithi053 bash[23444]: cluster 2024-09-13T13:12:29.136236+0000 mgr.a (mgr.14397) 105 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:30.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:30 smithi077 bash[23251]: cluster 2024-09-13T13:12:29.136236+0000 mgr.a (mgr.14397) 105 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:30.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:30 smithi077 bash[23251]: cluster 2024-09-13T13:12:29.136236+0000 mgr.a (mgr.14397) 105 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:31.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:30 smithi007 bash[22721]: cluster 2024-09-13T13:12:29.136236+0000 mgr.a (mgr.14397) 105 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:31.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:30 smithi007 bash[22721]: cluster 2024-09-13T13:12:29.136236+0000 mgr.a (mgr.14397) 105 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:31.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:31 smithi007 bash[22721]: audit 2024-09-13T13:12:31.084848+0000 mon.a (mon.0) 947 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:12:31.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:31 smithi007 bash[22721]: audit 2024-09-13T13:12:31.084848+0000 mon.a (mon.0) 947 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:12:31.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:31 smithi007 bash[22721]: audit 2024-09-13T13:12:31.614078+0000 mon.a (mon.0) 948 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:12:31.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:31 smithi007 bash[22721]: audit 2024-09-13T13:12:31.614078+0000 mon.a (mon.0) 948 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:12:31.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:31 smithi007 bash[22721]: audit 2024-09-13T13:12:31.641934+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:31.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:31 smithi007 bash[22721]: audit 2024-09-13T13:12:31.641934+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:31.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:31 smithi007 bash[22721]: audit 2024-09-13T13:12:31.647171+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:31.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:31 smithi007 bash[22721]: audit 2024-09-13T13:12:31.647171+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:31.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:31 smithi007 bash[22721]: audit 2024-09-13T13:12:31.648053+0000 mon.a (mon.0) 951 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:12:31.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:31 smithi007 bash[22721]: audit 2024-09-13T13:12:31.648053+0000 mon.a (mon.0) 951 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:12:31.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:31 smithi007 bash[22721]: audit 2024-09-13T13:12:31.648744+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:12:31.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:31 smithi007 bash[22721]: audit 2024-09-13T13:12:31.648744+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:12:31.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:31 smithi007 bash[22721]: audit 2024-09-13T13:12:31.653066+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:31.811 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:31 smithi007 bash[22721]: audit 2024-09-13T13:12:31.653066+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:31.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:31 smithi053 bash[23444]: audit 2024-09-13T13:12:31.084848+0000 mon.a (mon.0) 947 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:12:31.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:31 smithi053 bash[23444]: audit 2024-09-13T13:12:31.084848+0000 mon.a (mon.0) 947 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:12:31.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:31 smithi053 bash[23444]: audit 2024-09-13T13:12:31.614078+0000 mon.a (mon.0) 948 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:12:31.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:31 smithi053 bash[23444]: audit 2024-09-13T13:12:31.614078+0000 mon.a (mon.0) 948 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:12:31.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:31 smithi053 bash[23444]: audit 2024-09-13T13:12:31.641934+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:31.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:31 smithi053 bash[23444]: audit 2024-09-13T13:12:31.641934+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:31.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:31 smithi053 bash[23444]: audit 2024-09-13T13:12:31.647171+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:31.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:31 smithi053 bash[23444]: audit 2024-09-13T13:12:31.647171+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:31.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:31 smithi053 bash[23444]: audit 2024-09-13T13:12:31.648053+0000 mon.a (mon.0) 951 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:12:31.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:31 smithi053 bash[23444]: audit 2024-09-13T13:12:31.648053+0000 mon.a (mon.0) 951 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:12:31.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:31 smithi053 bash[23444]: audit 2024-09-13T13:12:31.648744+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:12:31.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:31 smithi053 bash[23444]: audit 2024-09-13T13:12:31.648744+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:12:31.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:31 smithi053 bash[23444]: audit 2024-09-13T13:12:31.653066+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:31.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:31 smithi053 bash[23444]: audit 2024-09-13T13:12:31.653066+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:31.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:31 smithi077 bash[23251]: audit 2024-09-13T13:12:31.084848+0000 mon.a (mon.0) 947 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:12:31.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:31 smithi077 bash[23251]: audit 2024-09-13T13:12:31.084848+0000 mon.a (mon.0) 947 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:12:31.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:31 smithi077 bash[23251]: audit 2024-09-13T13:12:31.614078+0000 mon.a (mon.0) 948 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:12:31.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:31 smithi077 bash[23251]: audit 2024-09-13T13:12:31.614078+0000 mon.a (mon.0) 948 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:12:31.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:31 smithi077 bash[23251]: audit 2024-09-13T13:12:31.641934+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:31.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:31 smithi077 bash[23251]: audit 2024-09-13T13:12:31.641934+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:31.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:31 smithi077 bash[23251]: audit 2024-09-13T13:12:31.647171+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:31.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:31 smithi077 bash[23251]: audit 2024-09-13T13:12:31.647171+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:31.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:31 smithi077 bash[23251]: audit 2024-09-13T13:12:31.648053+0000 mon.a (mon.0) 951 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:12:31.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:31 smithi077 bash[23251]: audit 2024-09-13T13:12:31.648053+0000 mon.a (mon.0) 951 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:12:31.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:31 smithi077 bash[23251]: audit 2024-09-13T13:12:31.648744+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:12:31.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:31 smithi077 bash[23251]: audit 2024-09-13T13:12:31.648744+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:12:31.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:31 smithi077 bash[23251]: audit 2024-09-13T13:12:31.653066+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:31.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:31 smithi077 bash[23251]: audit 2024-09-13T13:12:31.653066+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:32.809 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:32 smithi007 bash[22721]: cluster 2024-09-13T13:12:31.136811+0000 mgr.a (mgr.14397) 106 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:32.809 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:32 smithi007 bash[22721]: cluster 2024-09-13T13:12:31.136811+0000 mgr.a (mgr.14397) 106 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:32.809 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:32 smithi007 bash[22721]: audit 2024-09-13T13:12:32.651513+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:32.809 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:32 smithi007 bash[22721]: audit 2024-09-13T13:12:32.651513+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:32.809 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:32 smithi007 bash[22721]: audit 2024-09-13T13:12:32.656687+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:32.809 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:32 smithi007 bash[22721]: audit 2024-09-13T13:12:32.656687+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:32.809 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:32 smithi007 bash[22721]: audit 2024-09-13T13:12:32.661866+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:32.809 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:32 smithi007 bash[22721]: audit 2024-09-13T13:12:32.661866+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:32.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:32 smithi053 bash[23444]: cluster 2024-09-13T13:12:31.136811+0000 mgr.a (mgr.14397) 106 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:32.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:32 smithi053 bash[23444]: cluster 2024-09-13T13:12:31.136811+0000 mgr.a (mgr.14397) 106 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:32.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:32 smithi053 bash[23444]: audit 2024-09-13T13:12:32.651513+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:32.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:32 smithi053 bash[23444]: audit 2024-09-13T13:12:32.651513+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:32.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:32 smithi053 bash[23444]: audit 2024-09-13T13:12:32.656687+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:32.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:32 smithi053 bash[23444]: audit 2024-09-13T13:12:32.656687+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:32.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:32 smithi053 bash[23444]: audit 2024-09-13T13:12:32.661866+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:32.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:32 smithi053 bash[23444]: audit 2024-09-13T13:12:32.661866+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:32.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:32 smithi077 bash[23251]: cluster 2024-09-13T13:12:31.136811+0000 mgr.a (mgr.14397) 106 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:32.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:32 smithi077 bash[23251]: cluster 2024-09-13T13:12:31.136811+0000 mgr.a (mgr.14397) 106 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:32.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:32 smithi077 bash[23251]: audit 2024-09-13T13:12:32.651513+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:32.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:32 smithi077 bash[23251]: audit 2024-09-13T13:12:32.651513+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:32.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:32 smithi077 bash[23251]: audit 2024-09-13T13:12:32.656687+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:32.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:32 smithi077 bash[23251]: audit 2024-09-13T13:12:32.656687+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:32.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:32 smithi077 bash[23251]: audit 2024-09-13T13:12:32.661866+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:32.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:32 smithi077 bash[23251]: audit 2024-09-13T13:12:32.661866+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:34.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:34 smithi053 bash[23444]: cluster 2024-09-13T13:12:33.137415+0000 mgr.a (mgr.14397) 107 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:34.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:34 smithi053 bash[23444]: cluster 2024-09-13T13:12:33.137415+0000 mgr.a (mgr.14397) 107 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:34.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:34 smithi077 bash[23251]: cluster 2024-09-13T13:12:33.137415+0000 mgr.a (mgr.14397) 107 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:34.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:34 smithi077 bash[23251]: cluster 2024-09-13T13:12:33.137415+0000 mgr.a (mgr.14397) 107 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:35.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:34 smithi007 bash[22721]: cluster 2024-09-13T13:12:33.137415+0000 mgr.a (mgr.14397) 107 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:35.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:34 smithi007 bash[22721]: cluster 2024-09-13T13:12:33.137415+0000 mgr.a (mgr.14397) 107 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:36.559 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:12:36 smithi007 bash[22975]: ::ffff:172.21.15.53 - - [13/Sep/2024:13:12:36] "GET /metrics HTTP/1.1" 200 21531 "" "Prometheus/2.51.0" 2024-09-13T13:12:36.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:36 smithi053 bash[23444]: cluster 2024-09-13T13:12:35.137952+0000 mgr.a (mgr.14397) 108 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:36.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:36 smithi053 bash[23444]: cluster 2024-09-13T13:12:35.137952+0000 mgr.a (mgr.14397) 108 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:36.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:36 smithi077 bash[23251]: cluster 2024-09-13T13:12:35.137952+0000 mgr.a (mgr.14397) 108 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:36.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:36 smithi077 bash[23251]: cluster 2024-09-13T13:12:35.137952+0000 mgr.a (mgr.14397) 108 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:37.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:36 smithi007 bash[22721]: cluster 2024-09-13T13:12:35.137952+0000 mgr.a (mgr.14397) 108 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:37.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:36 smithi007 bash[22721]: cluster 2024-09-13T13:12:35.137952+0000 mgr.a (mgr.14397) 108 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:38.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:38 smithi053 bash[23444]: cluster 2024-09-13T13:12:37.138494+0000 mgr.a (mgr.14397) 109 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:38.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:38 smithi053 bash[23444]: cluster 2024-09-13T13:12:37.138494+0000 mgr.a (mgr.14397) 109 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:38.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:38 smithi077 bash[23251]: cluster 2024-09-13T13:12:37.138494+0000 mgr.a (mgr.14397) 109 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:38.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:38 smithi077 bash[23251]: cluster 2024-09-13T13:12:37.138494+0000 mgr.a (mgr.14397) 109 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:39.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:38 smithi007 bash[22721]: cluster 2024-09-13T13:12:37.138494+0000 mgr.a (mgr.14397) 109 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:39.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:38 smithi007 bash[22721]: cluster 2024-09-13T13:12:37.138494+0000 mgr.a (mgr.14397) 109 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:40.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:40 smithi053 bash[23444]: cluster 2024-09-13T13:12:39.139049+0000 mgr.a (mgr.14397) 110 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:40.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:40 smithi053 bash[23444]: cluster 2024-09-13T13:12:39.139049+0000 mgr.a (mgr.14397) 110 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:40.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:40 smithi077 bash[23251]: cluster 2024-09-13T13:12:39.139049+0000 mgr.a (mgr.14397) 110 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:40.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:40 smithi077 bash[23251]: cluster 2024-09-13T13:12:39.139049+0000 mgr.a (mgr.14397) 110 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:41.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:40 smithi007 bash[22721]: cluster 2024-09-13T13:12:39.139049+0000 mgr.a (mgr.14397) 110 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:41.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:40 smithi007 bash[22721]: cluster 2024-09-13T13:12:39.139049+0000 mgr.a (mgr.14397) 110 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:42.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:42 smithi053 bash[23444]: cluster 2024-09-13T13:12:41.139575+0000 mgr.a (mgr.14397) 111 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:42.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:42 smithi053 bash[23444]: cluster 2024-09-13T13:12:41.139575+0000 mgr.a (mgr.14397) 111 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:42.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:42 smithi053 bash[23444]: audit 2024-09-13T13:12:42.583388+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:42.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:42 smithi053 bash[23444]: audit 2024-09-13T13:12:42.583388+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:42.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:42 smithi053 bash[23444]: audit 2024-09-13T13:12:42.592219+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:42.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:42 smithi053 bash[23444]: audit 2024-09-13T13:12:42.592219+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:42.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:42 smithi053 bash[23444]: audit 2024-09-13T13:12:42.602082+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:42.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:42 smithi053 bash[23444]: audit 2024-09-13T13:12:42.602082+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:42.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:42 smithi077 bash[23251]: cluster 2024-09-13T13:12:41.139575+0000 mgr.a (mgr.14397) 111 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:42.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:42 smithi077 bash[23251]: cluster 2024-09-13T13:12:41.139575+0000 mgr.a (mgr.14397) 111 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:42.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:42 smithi077 bash[23251]: audit 2024-09-13T13:12:42.583388+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:42.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:42 smithi077 bash[23251]: audit 2024-09-13T13:12:42.583388+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:42.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:42 smithi077 bash[23251]: audit 2024-09-13T13:12:42.592219+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:42.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:42 smithi077 bash[23251]: audit 2024-09-13T13:12:42.592219+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:42.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:42 smithi077 bash[23251]: audit 2024-09-13T13:12:42.602082+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:42.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:42 smithi077 bash[23251]: audit 2024-09-13T13:12:42.602082+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:43.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:42 smithi007 bash[22721]: cluster 2024-09-13T13:12:41.139575+0000 mgr.a (mgr.14397) 111 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:43.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:42 smithi007 bash[22721]: cluster 2024-09-13T13:12:41.139575+0000 mgr.a (mgr.14397) 111 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:43.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:42 smithi007 bash[22721]: audit 2024-09-13T13:12:42.583388+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:43.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:42 smithi007 bash[22721]: audit 2024-09-13T13:12:42.583388+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:43.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:42 smithi007 bash[22721]: audit 2024-09-13T13:12:42.592219+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:43.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:42 smithi007 bash[22721]: audit 2024-09-13T13:12:42.592219+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:43.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:42 smithi007 bash[22721]: audit 2024-09-13T13:12:42.602082+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:43.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:42 smithi007 bash[22721]: audit 2024-09-13T13:12:42.602082+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:44.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:44 smithi053 bash[23444]: cluster 2024-09-13T13:12:43.140158+0000 mgr.a (mgr.14397) 112 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:44.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:44 smithi053 bash[23444]: cluster 2024-09-13T13:12:43.140158+0000 mgr.a (mgr.14397) 112 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:44.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:44 smithi053 bash[23444]: audit 2024-09-13T13:12:43.924151+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:44.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:44 smithi053 bash[23444]: audit 2024-09-13T13:12:43.924151+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:44.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:44 smithi053 bash[23444]: audit 2024-09-13T13:12:43.932764+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:44.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:44 smithi053 bash[23444]: audit 2024-09-13T13:12:43.932764+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:44.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:44 smithi053 bash[23444]: audit 2024-09-13T13:12:43.942331+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:44.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:44 smithi053 bash[23444]: audit 2024-09-13T13:12:43.942331+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:44.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:44 smithi077 bash[23251]: cluster 2024-09-13T13:12:43.140158+0000 mgr.a (mgr.14397) 112 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:44.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:44 smithi077 bash[23251]: cluster 2024-09-13T13:12:43.140158+0000 mgr.a (mgr.14397) 112 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:44.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:44 smithi077 bash[23251]: audit 2024-09-13T13:12:43.924151+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:44.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:44 smithi077 bash[23251]: audit 2024-09-13T13:12:43.924151+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:44.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:44 smithi077 bash[23251]: audit 2024-09-13T13:12:43.932764+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:44.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:44 smithi077 bash[23251]: audit 2024-09-13T13:12:43.932764+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:44.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:44 smithi077 bash[23251]: audit 2024-09-13T13:12:43.942331+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:44.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:44 smithi077 bash[23251]: audit 2024-09-13T13:12:43.942331+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:45.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:44 smithi007 bash[22721]: cluster 2024-09-13T13:12:43.140158+0000 mgr.a (mgr.14397) 112 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:45.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:44 smithi007 bash[22721]: cluster 2024-09-13T13:12:43.140158+0000 mgr.a (mgr.14397) 112 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:45.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:44 smithi007 bash[22721]: audit 2024-09-13T13:12:43.924151+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:45.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:44 smithi007 bash[22721]: audit 2024-09-13T13:12:43.924151+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:45.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:44 smithi007 bash[22721]: audit 2024-09-13T13:12:43.932764+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:45.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:44 smithi007 bash[22721]: audit 2024-09-13T13:12:43.932764+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:45.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:44 smithi007 bash[22721]: audit 2024-09-13T13:12:43.942331+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:45.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:44 smithi007 bash[22721]: audit 2024-09-13T13:12:43.942331+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:46.559 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:12:46 smithi007 bash[22975]: ::ffff:172.21.15.53 - - [13/Sep/2024:13:12:46] "GET /metrics HTTP/1.1" 200 21531 "" "Prometheus/2.51.0" 2024-09-13T13:12:46.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:46 smithi053 bash[23444]: cluster 2024-09-13T13:12:45.140714+0000 mgr.a (mgr.14397) 113 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:46.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:46 smithi053 bash[23444]: cluster 2024-09-13T13:12:45.140714+0000 mgr.a (mgr.14397) 113 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:46.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:46 smithi053 bash[23444]: audit 2024-09-13T13:12:46.614907+0000 mon.a (mon.0) 963 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:12:46.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:46 smithi053 bash[23444]: audit 2024-09-13T13:12:46.614907+0000 mon.a (mon.0) 963 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:12:46.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:46 smithi077 bash[23251]: cluster 2024-09-13T13:12:45.140714+0000 mgr.a (mgr.14397) 113 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:46.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:46 smithi077 bash[23251]: cluster 2024-09-13T13:12:45.140714+0000 mgr.a (mgr.14397) 113 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:46.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:46 smithi077 bash[23251]: audit 2024-09-13T13:12:46.614907+0000 mon.a (mon.0) 963 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:12:46.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:46 smithi077 bash[23251]: audit 2024-09-13T13:12:46.614907+0000 mon.a (mon.0) 963 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:12:47.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:46 smithi007 bash[22721]: cluster 2024-09-13T13:12:45.140714+0000 mgr.a (mgr.14397) 113 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:47.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:46 smithi007 bash[22721]: cluster 2024-09-13T13:12:45.140714+0000 mgr.a (mgr.14397) 113 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:47.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:46 smithi007 bash[22721]: audit 2024-09-13T13:12:46.614907+0000 mon.a (mon.0) 963 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:12:47.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:46 smithi007 bash[22721]: audit 2024-09-13T13:12:46.614907+0000 mon.a (mon.0) 963 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:12:48.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:48 smithi053 bash[23444]: cluster 2024-09-13T13:12:47.141275+0000 mgr.a (mgr.14397) 114 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:48.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:48 smithi053 bash[23444]: cluster 2024-09-13T13:12:47.141275+0000 mgr.a (mgr.14397) 114 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:48.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:48 smithi077 bash[23251]: cluster 2024-09-13T13:12:47.141275+0000 mgr.a (mgr.14397) 114 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:48.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:48 smithi077 bash[23251]: cluster 2024-09-13T13:12:47.141275+0000 mgr.a (mgr.14397) 114 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:49.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:48 smithi007 bash[22721]: cluster 2024-09-13T13:12:47.141275+0000 mgr.a (mgr.14397) 114 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:49.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:48 smithi007 bash[22721]: cluster 2024-09-13T13:12:47.141275+0000 mgr.a (mgr.14397) 114 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:50.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:50 smithi053 bash[23444]: cluster 2024-09-13T13:12:49.141795+0000 mgr.a (mgr.14397) 115 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:50.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:50 smithi053 bash[23444]: cluster 2024-09-13T13:12:49.141795+0000 mgr.a (mgr.14397) 115 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:50.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:50 smithi077 bash[23251]: cluster 2024-09-13T13:12:49.141795+0000 mgr.a (mgr.14397) 115 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:50.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:50 smithi077 bash[23251]: cluster 2024-09-13T13:12:49.141795+0000 mgr.a (mgr.14397) 115 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:51.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:50 smithi007 bash[22721]: cluster 2024-09-13T13:12:49.141795+0000 mgr.a (mgr.14397) 115 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:51.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:50 smithi007 bash[22721]: cluster 2024-09-13T13:12:49.141795+0000 mgr.a (mgr.14397) 115 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:52.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:52 smithi053 bash[23444]: cluster 2024-09-13T13:12:51.142330+0000 mgr.a (mgr.14397) 116 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:52.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:52 smithi053 bash[23444]: cluster 2024-09-13T13:12:51.142330+0000 mgr.a (mgr.14397) 116 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:52.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:52 smithi077 bash[23251]: cluster 2024-09-13T13:12:51.142330+0000 mgr.a (mgr.14397) 116 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:52.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:52 smithi077 bash[23251]: cluster 2024-09-13T13:12:51.142330+0000 mgr.a (mgr.14397) 116 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:53.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:52 smithi007 bash[22721]: cluster 2024-09-13T13:12:51.142330+0000 mgr.a (mgr.14397) 116 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:53.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:52 smithi007 bash[22721]: cluster 2024-09-13T13:12:51.142330+0000 mgr.a (mgr.14397) 116 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:53.765 INFO:teuthology.orchestra.run.smithi007.stderr:+ ceph orch ls 2024-09-13T13:12:54.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:53 smithi007 bash[22721]: audit 2024-09-13T13:12:52.797643+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:54.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:53 smithi007 bash[22721]: audit 2024-09-13T13:12:52.797643+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:54.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:53 smithi007 bash[22721]: audit 2024-09-13T13:12:52.804100+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:54.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:53 smithi007 bash[22721]: audit 2024-09-13T13:12:52.804100+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:54.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:53 smithi007 bash[22721]: audit 2024-09-13T13:12:52.811045+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:54.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:53 smithi007 bash[22721]: audit 2024-09-13T13:12:52.811045+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:54.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:53 smithi007 bash[22721]: cluster 2024-09-13T13:12:53.142869+0000 mgr.a (mgr.14397) 117 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:54.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:53 smithi007 bash[22721]: cluster 2024-09-13T13:12:53.142869+0000 mgr.a (mgr.14397) 117 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:54.091 INFO:teuthology.orchestra.run.smithi007.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-09-13T13:12:54.091 INFO:teuthology.orchestra.run.smithi007.stdout:agent 3/3 11s ago 2m * 2024-09-13T13:12:54.092 INFO:teuthology.orchestra.run.smithi007.stdout:alertmanager ?:9093,9094 1/1 10s ago 4m count:1 2024-09-13T13:12:54.092 INFO:teuthology.orchestra.run.smithi007.stdout:grafana ?:3000 1/1 1s ago 4m count:1 2024-09-13T13:12:54.092 INFO:teuthology.orchestra.run.smithi007.stdout:mgr 2/2 11s ago 8m smithi007=a;smithi053=b;count:2 2024-09-13T13:12:54.092 INFO:teuthology.orchestra.run.smithi007.stdout:mon 3/3 11s ago 9m smithi007:172.21.15.7=a;smithi053:172.21.15.53=b;smithi077:172.21.15.77=c;count:3 2024-09-13T13:12:54.092 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter ?:9100 3/3 11s ago 4m * 2024-09-13T13:12:54.092 INFO:teuthology.orchestra.run.smithi007.stdout:osd 3 11s ago - 2024-09-13T13:12:54.092 INFO:teuthology.orchestra.run.smithi007.stdout:prometheus ?:9095 1/1 11s ago 4m count:1 2024-09-13T13:12:54.105 INFO:teuthology.orchestra.run.smithi007.stderr:+ ceph orch ps 2024-09-13T13:12:54.211 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:53 smithi053 bash[23444]: audit 2024-09-13T13:12:52.797643+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:54.211 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:53 smithi053 bash[23444]: audit 2024-09-13T13:12:52.797643+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:54.211 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:53 smithi053 bash[23444]: audit 2024-09-13T13:12:52.804100+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:54.211 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:53 smithi053 bash[23444]: audit 2024-09-13T13:12:52.804100+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:54.211 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:53 smithi053 bash[23444]: audit 2024-09-13T13:12:52.811045+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:54.211 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:53 smithi053 bash[23444]: audit 2024-09-13T13:12:52.811045+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:54.211 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:53 smithi053 bash[23444]: cluster 2024-09-13T13:12:53.142869+0000 mgr.a (mgr.14397) 117 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:54.211 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:53 smithi053 bash[23444]: cluster 2024-09-13T13:12:53.142869+0000 mgr.a (mgr.14397) 117 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:54.227 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:53 smithi077 bash[23251]: audit 2024-09-13T13:12:52.797643+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:54.227 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:53 smithi077 bash[23251]: audit 2024-09-13T13:12:52.797643+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:54.227 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:53 smithi077 bash[23251]: audit 2024-09-13T13:12:52.804100+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:54.227 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:53 smithi077 bash[23251]: audit 2024-09-13T13:12:52.804100+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:54.227 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:53 smithi077 bash[23251]: audit 2024-09-13T13:12:52.811045+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:54.228 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:53 smithi077 bash[23251]: audit 2024-09-13T13:12:52.811045+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:54.228 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:53 smithi077 bash[23251]: cluster 2024-09-13T13:12:53.142869+0000 mgr.a (mgr.14397) 117 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:54.228 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:53 smithi077 bash[23251]: cluster 2024-09-13T13:12:53.142869+0000 mgr.a (mgr.14397) 117 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:54.438 INFO:teuthology.orchestra.run.smithi007.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-13T13:12:54.439 INFO:teuthology.orchestra.run.smithi007.stdout:agent.smithi007 smithi007 running 1s ago 10m - - 2024-09-13T13:12:54.439 INFO:teuthology.orchestra.run.smithi007.stdout:agent.smithi053 smithi053 running 11s ago 9m - - 2024-09-13T13:12:54.439 INFO:teuthology.orchestra.run.smithi007.stdout:agent.smithi077 smithi077 running 10s ago 9m - - 2024-09-13T13:12:54.439 INFO:teuthology.orchestra.run.smithi007.stdout:alertmanager.smithi077 smithi077 *:9093,9094 running (2m) 10s ago 3m 15.2M - 0.27.0 11f11916f8cd fd131907962c 2024-09-13T13:12:54.439 INFO:teuthology.orchestra.run.smithi007.stdout:grafana.smithi007 smithi007 *:3000 running (2m) 1s ago 3m 68.1M - 10.4.0 c8b91775d855 d4de611c6a67 2024-09-13T13:12:54.439 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.a smithi007 *:9283,8765 running (11m) 1s ago 11m 504M - 19.3.0-4917-gb0201b8c 1641fe80ce72 1c4d91ebca64 2024-09-13T13:12:54.439 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.b smithi053 *:8443,8765 running (8m) 11s ago 8m 441M - 19.3.0-4917-gb0201b8c 1641fe80ce72 3194dbc15856 2024-09-13T13:12:54.439 INFO:teuthology.orchestra.run.smithi007.stdout:mon.a smithi007 running (11m) 1s ago 11m 45.7M 2048M 19.3.0-4917-gb0201b8c 1641fe80ce72 c36ccc294070 2024-09-13T13:12:54.439 INFO:teuthology.orchestra.run.smithi007.stdout:mon.b smithi053 running (8m) 11s ago 8m 36.8M 2048M 19.3.0-4917-gb0201b8c 1641fe80ce72 9b19379ba462 2024-09-13T13:12:54.439 INFO:teuthology.orchestra.run.smithi007.stdout:mon.c smithi077 running (9m) 10s ago 9m 35.3M 2048M 19.3.0-4917-gb0201b8c 1641fe80ce72 019169d0080d 2024-09-13T13:12:54.440 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.smithi007 smithi007 *:9100 running (3m) 1s ago 4m 7864k - 1.7.0 72c9c2088986 1b50d993fc20 2024-09-13T13:12:54.440 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.smithi053 smithi053 *:9100 running (3m) 11s ago 3m 8699k - 1.7.0 72c9c2088986 29dd711cac46 2024-09-13T13:12:54.440 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.smithi077 smithi077 *:9100 running (3m) 10s ago 3m 8164k - 1.7.0 72c9c2088986 d21a3562c210 2024-09-13T13:12:54.440 INFO:teuthology.orchestra.run.smithi007.stdout:osd.0 smithi007 running (7m) 1s ago 7m 38.7M 4096M 19.3.0-4917-gb0201b8c 1641fe80ce72 40cb9dd7f844 2024-09-13T13:12:54.440 INFO:teuthology.orchestra.run.smithi007.stdout:osd.1 smithi053 running (6m) 11s ago 6m 44.9M 4096M 19.3.0-4917-gb0201b8c 1641fe80ce72 c14aab106d84 2024-09-13T13:12:54.440 INFO:teuthology.orchestra.run.smithi007.stdout:osd.2 smithi077 running (5m) 10s ago 5m 38.2M 4096M 19.3.0-4917-gb0201b8c 1641fe80ce72 53ddca00fcf6 2024-09-13T13:12:54.440 INFO:teuthology.orchestra.run.smithi007.stdout:prometheus.smithi053 smithi053 *:9095 running (3m) 11s ago 3m 40.2M - 2.51.0 1d3b7f56885b e57bb625677a 2024-09-13T13:12:54.451 INFO:teuthology.orchestra.run.smithi007.stderr:+ ceph orch host ls 2024-09-13T13:12:54.749 INFO:teuthology.orchestra.run.smithi007.stdout:HOST ADDR LABELS STATUS 2024-09-13T13:12:54.749 INFO:teuthology.orchestra.run.smithi007.stdout:smithi007 172.21.15.7 2024-09-13T13:12:54.749 INFO:teuthology.orchestra.run.smithi007.stdout:smithi053 172.21.15.53 2024-09-13T13:12:54.750 INFO:teuthology.orchestra.run.smithi007.stdout:smithi077 172.21.15.77 2024-09-13T13:12:54.750 INFO:teuthology.orchestra.run.smithi007.stdout:3 hosts in cluster 2024-09-13T13:12:54.762 INFO:teuthology.orchestra.run.smithi007.stderr:++ jq -r 'last | .daemon_name' 2024-09-13T13:12:54.762 INFO:teuthology.orchestra.run.smithi007.stderr:++ ceph orch ps --daemon-type mon -f json 2024-09-13T13:12:55.083 INFO:teuthology.orchestra.run.smithi007.stderr:+ MON_DAEMON=mon.c 2024-09-13T13:12:55.083 INFO:teuthology.orchestra.run.smithi007.stderr:++ ceph orch ps --daemon-type grafana -f json 2024-09-13T13:12:55.083 INFO:teuthology.orchestra.run.smithi007.stderr:++ jq -e '.[]' 2024-09-13T13:12:55.084 INFO:teuthology.orchestra.run.smithi007.stderr:++ jq -r .hostname 2024-09-13T13:12:55.210 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:54 smithi053 bash[23444]: audit 2024-09-13T13:12:54.080822+0000 mgr.a (mgr.14397) 118 : audit [DBG] from='client.14430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:12:55.211 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:54 smithi053 bash[23444]: audit 2024-09-13T13:12:54.080822+0000 mgr.a (mgr.14397) 118 : audit [DBG] from='client.14430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:12:55.211 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:54 smithi053 bash[23444]: audit 2024-09-13T13:12:54.408598+0000 mgr.a (mgr.14397) 119 : audit [DBG] from='client.14436 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:12:55.211 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:54 smithi053 bash[23444]: audit 2024-09-13T13:12:54.408598+0000 mgr.a (mgr.14397) 119 : audit [DBG] from='client.14436 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:12:55.227 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:54 smithi077 bash[23251]: audit 2024-09-13T13:12:54.080822+0000 mgr.a (mgr.14397) 118 : audit [DBG] from='client.14430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:12:55.227 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:54 smithi077 bash[23251]: audit 2024-09-13T13:12:54.080822+0000 mgr.a (mgr.14397) 118 : audit [DBG] from='client.14430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:12:55.227 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:54 smithi077 bash[23251]: audit 2024-09-13T13:12:54.408598+0000 mgr.a (mgr.14397) 119 : audit [DBG] from='client.14436 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:12:55.227 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:54 smithi077 bash[23251]: audit 2024-09-13T13:12:54.408598+0000 mgr.a (mgr.14397) 119 : audit [DBG] from='client.14436 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:12:55.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:54 smithi007 bash[22721]: audit 2024-09-13T13:12:54.080822+0000 mgr.a (mgr.14397) 118 : audit [DBG] from='client.14430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:12:55.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:54 smithi007 bash[22721]: audit 2024-09-13T13:12:54.080822+0000 mgr.a (mgr.14397) 118 : audit [DBG] from='client.14430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:12:55.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:54 smithi007 bash[22721]: audit 2024-09-13T13:12:54.408598+0000 mgr.a (mgr.14397) 119 : audit [DBG] from='client.14436 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:12:55.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:54 smithi007 bash[22721]: audit 2024-09-13T13:12:54.408598+0000 mgr.a (mgr.14397) 119 : audit [DBG] from='client.14436 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:12:55.405 INFO:teuthology.orchestra.run.smithi007.stderr:+ GRAFANA_HOST=smithi007 2024-09-13T13:12:55.405 INFO:teuthology.orchestra.run.smithi007.stderr:++ ceph orch ps --daemon-type prometheus -f json 2024-09-13T13:12:55.406 INFO:teuthology.orchestra.run.smithi007.stderr:++ jq -e '.[]' 2024-09-13T13:12:55.406 INFO:teuthology.orchestra.run.smithi007.stderr:++ jq -r .hostname 2024-09-13T13:12:55.718 INFO:teuthology.orchestra.run.smithi007.stderr:+ PROM_HOST=smithi053 2024-09-13T13:12:55.718 INFO:teuthology.orchestra.run.smithi007.stderr:++ ceph orch ps --daemon-type alertmanager -f json 2024-09-13T13:12:55.719 INFO:teuthology.orchestra.run.smithi007.stderr:++ jq -e '.[]' 2024-09-13T13:12:55.719 INFO:teuthology.orchestra.run.smithi007.stderr:++ jq -r .hostname 2024-09-13T13:12:56.025 INFO:teuthology.orchestra.run.smithi007.stderr:+ ALERTM_HOST=smithi077 2024-09-13T13:12:56.026 INFO:teuthology.orchestra.run.smithi007.stderr:++ ceph orch host ls -f json 2024-09-13T13:12:56.026 INFO:teuthology.orchestra.run.smithi007.stderr:++ jq -r --arg GRAFANA_HOST smithi007 '.[] | select(.hostname==$GRAFANA_HOST) | .addr' 2024-09-13T13:12:56.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:55 smithi007 bash[22721]: audit 2024-09-13T13:12:54.749877+0000 mgr.a (mgr.14397) 120 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:12:56.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:55 smithi007 bash[22721]: audit 2024-09-13T13:12:54.749877+0000 mgr.a (mgr.14397) 120 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:12:56.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:55 smithi007 bash[22721]: audit 2024-09-13T13:12:55.068349+0000 mgr.a (mgr.14397) 121 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T13:12:56.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:55 smithi007 bash[22721]: audit 2024-09-13T13:12:55.068349+0000 mgr.a (mgr.14397) 121 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T13:12:56.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:55 smithi007 bash[22721]: cluster 2024-09-13T13:12:55.143252+0000 mgr.a (mgr.14397) 122 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:56.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:55 smithi007 bash[22721]: cluster 2024-09-13T13:12:55.143252+0000 mgr.a (mgr.14397) 122 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:56.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:55 smithi007 bash[22721]: audit 2024-09-13T13:12:55.386293+0000 mgr.a (mgr.14397) 123 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T13:12:56.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:55 smithi007 bash[22721]: audit 2024-09-13T13:12:55.386293+0000 mgr.a (mgr.14397) 123 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T13:12:56.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:55 smithi007 bash[22721]: audit 2024-09-13T13:12:55.705282+0000 mgr.a (mgr.14397) 124 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T13:12:56.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:55 smithi007 bash[22721]: audit 2024-09-13T13:12:55.705282+0000 mgr.a (mgr.14397) 124 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T13:12:56.211 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:55 smithi053 bash[23444]: audit 2024-09-13T13:12:54.749877+0000 mgr.a (mgr.14397) 120 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:12:56.211 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:55 smithi053 bash[23444]: audit 2024-09-13T13:12:54.749877+0000 mgr.a (mgr.14397) 120 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:12:56.211 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:55 smithi053 bash[23444]: audit 2024-09-13T13:12:55.068349+0000 mgr.a (mgr.14397) 121 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T13:12:56.211 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:55 smithi053 bash[23444]: audit 2024-09-13T13:12:55.068349+0000 mgr.a (mgr.14397) 121 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T13:12:56.211 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:55 smithi053 bash[23444]: cluster 2024-09-13T13:12:55.143252+0000 mgr.a (mgr.14397) 122 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:56.211 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:55 smithi053 bash[23444]: cluster 2024-09-13T13:12:55.143252+0000 mgr.a (mgr.14397) 122 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:56.211 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:55 smithi053 bash[23444]: audit 2024-09-13T13:12:55.386293+0000 mgr.a (mgr.14397) 123 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T13:12:56.211 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:55 smithi053 bash[23444]: audit 2024-09-13T13:12:55.386293+0000 mgr.a (mgr.14397) 123 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T13:12:56.211 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:55 smithi053 bash[23444]: audit 2024-09-13T13:12:55.705282+0000 mgr.a (mgr.14397) 124 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T13:12:56.211 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:55 smithi053 bash[23444]: audit 2024-09-13T13:12:55.705282+0000 mgr.a (mgr.14397) 124 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T13:12:56.227 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:55 smithi077 bash[23251]: audit 2024-09-13T13:12:54.749877+0000 mgr.a (mgr.14397) 120 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:12:56.227 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:55 smithi077 bash[23251]: audit 2024-09-13T13:12:54.749877+0000 mgr.a (mgr.14397) 120 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:12:56.227 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:55 smithi077 bash[23251]: audit 2024-09-13T13:12:55.068349+0000 mgr.a (mgr.14397) 121 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T13:12:56.227 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:55 smithi077 bash[23251]: audit 2024-09-13T13:12:55.068349+0000 mgr.a (mgr.14397) 121 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T13:12:56.227 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:55 smithi077 bash[23251]: cluster 2024-09-13T13:12:55.143252+0000 mgr.a (mgr.14397) 122 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:56.228 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:55 smithi077 bash[23251]: cluster 2024-09-13T13:12:55.143252+0000 mgr.a (mgr.14397) 122 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:56.228 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:55 smithi077 bash[23251]: audit 2024-09-13T13:12:55.386293+0000 mgr.a (mgr.14397) 123 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T13:12:56.228 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:55 smithi077 bash[23251]: audit 2024-09-13T13:12:55.386293+0000 mgr.a (mgr.14397) 123 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T13:12:56.228 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:55 smithi077 bash[23251]: audit 2024-09-13T13:12:55.705282+0000 mgr.a (mgr.14397) 124 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T13:12:56.228 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:55 smithi077 bash[23251]: audit 2024-09-13T13:12:55.705282+0000 mgr.a (mgr.14397) 124 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T13:12:56.318 INFO:teuthology.orchestra.run.smithi007.stderr:+ GRAFANA_IP=172.21.15.7 2024-09-13T13:12:56.319 INFO:teuthology.orchestra.run.smithi007.stderr:++ ceph orch host ls -f json 2024-09-13T13:12:56.319 INFO:teuthology.orchestra.run.smithi007.stderr:++ jq -r --arg PROM_HOST smithi053 '.[] | select(.hostname==$PROM_HOST) | .addr' 2024-09-13T13:12:56.559 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:12:56 smithi007 bash[22975]: ::ffff:172.21.15.53 - - [13/Sep/2024:13:12:56] "GET /metrics HTTP/1.1" 200 21533 "" "Prometheus/2.51.0" 2024-09-13T13:12:56.634 INFO:teuthology.orchestra.run.smithi007.stderr:+ PROM_IP=172.21.15.53 2024-09-13T13:12:56.635 INFO:teuthology.orchestra.run.smithi007.stderr:++ ceph orch host ls -f json 2024-09-13T13:12:56.635 INFO:teuthology.orchestra.run.smithi007.stderr:++ jq -r --arg ALERTM_HOST smithi077 '.[] | select(.hostname==$ALERTM_HOST) | .addr' 2024-09-13T13:12:56.941 INFO:teuthology.orchestra.run.smithi007.stderr:+ ALERTM_IP=172.21.15.77 2024-09-13T13:12:56.941 INFO:teuthology.orchestra.run.smithi007.stderr:++ ceph orch host ls -f json 2024-09-13T13:12:56.941 INFO:teuthology.orchestra.run.smithi007.stderr:++ jq -r '.[] | .addr' 2024-09-13T13:12:57.211 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:56 smithi053 bash[23444]: audit 2024-09-13T13:12:56.006332+0000 mgr.a (mgr.14397) 125 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T13:12:57.211 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:56 smithi053 bash[23444]: audit 2024-09-13T13:12:56.006332+0000 mgr.a (mgr.14397) 125 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T13:12:57.211 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:56 smithi053 bash[23444]: audit 2024-09-13T13:12:56.307466+0000 mgr.a (mgr.14397) 126 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T13:12:57.211 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:56 smithi053 bash[23444]: audit 2024-09-13T13:12:56.307466+0000 mgr.a (mgr.14397) 126 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T13:12:57.211 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:56 smithi053 bash[23444]: audit 2024-09-13T13:12:56.623948+0000 mgr.a (mgr.14397) 127 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T13:12:57.211 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:56 smithi053 bash[23444]: audit 2024-09-13T13:12:56.623948+0000 mgr.a (mgr.14397) 127 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T13:12:57.227 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:56 smithi077 bash[23251]: audit 2024-09-13T13:12:56.006332+0000 mgr.a (mgr.14397) 125 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T13:12:57.227 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:56 smithi077 bash[23251]: audit 2024-09-13T13:12:56.006332+0000 mgr.a (mgr.14397) 125 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T13:12:57.227 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:56 smithi077 bash[23251]: audit 2024-09-13T13:12:56.307466+0000 mgr.a (mgr.14397) 126 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T13:12:57.227 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:56 smithi077 bash[23251]: audit 2024-09-13T13:12:56.307466+0000 mgr.a (mgr.14397) 126 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T13:12:57.227 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:56 smithi077 bash[23251]: audit 2024-09-13T13:12:56.623948+0000 mgr.a (mgr.14397) 127 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T13:12:57.227 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:56 smithi077 bash[23251]: audit 2024-09-13T13:12:56.623948+0000 mgr.a (mgr.14397) 127 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T13:12:57.243 INFO:teuthology.orchestra.run.smithi007.stderr:+ ALL_HOST_IPS='172.21.15.7 2024-09-13T13:12:57.243 INFO:teuthology.orchestra.run.smithi007.stderr:172.21.15.53 2024-09-13T13:12:57.243 INFO:teuthology.orchestra.run.smithi007.stderr:172.21.15.77' 2024-09-13T13:12:57.243 INFO:teuthology.orchestra.run.smithi007.stderr:+ for ip in $ALL_HOST_IPS 2024-09-13T13:12:57.243 INFO:teuthology.orchestra.run.smithi007.stderr:+ curl -s http://172.21.15.7:9100/metric 2024-09-13T13:12:57.247 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-13T13:12:57.247 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-13T13:12:57.247 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-13T13:12:57.247 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-13T13:12:57.248 INFO:teuthology.orchestra.run.smithi007.stdout: Node Exporter 2024-09-13T13:12:57.248 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-13T13:12:57.249 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-13T13:12:57.249 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-13T13:12:57.249 INFO:teuthology.orchestra.run.smithi007.stdout:
2024-09-13T13:12:57.249 INFO:teuthology.orchestra.run.smithi007.stdout:

Node Exporter

2024-09-13T13:12:57.249 INFO:teuthology.orchestra.run.smithi007.stdout:
2024-09-13T13:12:57.249 INFO:teuthology.orchestra.run.smithi007.stdout:
2024-09-13T13:12:57.250 INFO:teuthology.orchestra.run.smithi007.stdout:

Prometheus Node Exporter

2024-09-13T13:12:57.250 INFO:teuthology.orchestra.run.smithi007.stdout:
Version: (version=1.7.0, branch=HEAD, revision=7333465abf9efba81876303bb57e6fadb946041b)
2024-09-13T13:12:57.250 INFO:teuthology.orchestra.run.smithi007.stdout:
2024-09-13T13:12:57.250 INFO:teuthology.orchestra.run.smithi007.stdout:
    2024-09-13T13:12:57.250 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-13T13:12:57.250 INFO:teuthology.orchestra.run.smithi007.stdout:
  • Metrics
  • 2024-09-13T13:12:57.250 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-13T13:12:57.250 INFO:teuthology.orchestra.run.smithi007.stdout:
2024-09-13T13:12:57.250 INFO:teuthology.orchestra.run.smithi007.stdout:
2024-09-13T13:12:57.250 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-13T13:12:57.250 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-13T13:12:57.250 INFO:teuthology.orchestra.run.smithi007.stdout:
2024-09-13T13:12:57.250 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-13T13:12:57.250 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-13T13:12:57.251 INFO:teuthology.orchestra.run.smithi007.stderr:+ for ip in $ALL_HOST_IPS 2024-09-13T13:12:57.251 INFO:teuthology.orchestra.run.smithi007.stderr:+ curl -s http://172.21.15.53:9100/metric 2024-09-13T13:12:57.252 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-13T13:12:57.252 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-13T13:12:57.252 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-13T13:12:57.252 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-13T13:12:57.252 INFO:teuthology.orchestra.run.smithi007.stdout: Node Exporter 2024-09-13T13:12:57.252 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-13T13:12:57.253 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-13T13:12:57.253 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-13T13:12:57.254 INFO:teuthology.orchestra.run.smithi007.stdout:
2024-09-13T13:12:57.254 INFO:teuthology.orchestra.run.smithi007.stdout:

Node Exporter

2024-09-13T13:12:57.254 INFO:teuthology.orchestra.run.smithi007.stdout:
2024-09-13T13:12:57.254 INFO:teuthology.orchestra.run.smithi007.stdout:
2024-09-13T13:12:57.254 INFO:teuthology.orchestra.run.smithi007.stdout:

Prometheus Node Exporter

2024-09-13T13:12:57.254 INFO:teuthology.orchestra.run.smithi007.stdout:
Version: (version=1.7.0, branch=HEAD, revision=7333465abf9efba81876303bb57e6fadb946041b)
2024-09-13T13:12:57.254 INFO:teuthology.orchestra.run.smithi007.stdout:
2024-09-13T13:12:57.254 INFO:teuthology.orchestra.run.smithi007.stdout:
    2024-09-13T13:12:57.254 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-13T13:12:57.254 INFO:teuthology.orchestra.run.smithi007.stdout:
  • Metrics
  • 2024-09-13T13:12:57.254 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-13T13:12:57.254 INFO:teuthology.orchestra.run.smithi007.stdout:
2024-09-13T13:12:57.254 INFO:teuthology.orchestra.run.smithi007.stdout:
2024-09-13T13:12:57.254 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-13T13:12:57.254 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-13T13:12:57.255 INFO:teuthology.orchestra.run.smithi007.stdout:
2024-09-13T13:12:57.255 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-13T13:12:57.255 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-13T13:12:57.255 INFO:teuthology.orchestra.run.smithi007.stderr:+ for ip in $ALL_HOST_IPS 2024-09-13T13:12:57.255 INFO:teuthology.orchestra.run.smithi007.stderr:+ curl -s http://172.21.15.77:9100/metric 2024-09-13T13:12:57.255 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-13T13:12:57.256 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-13T13:12:57.256 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-13T13:12:57.256 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-13T13:12:57.256 INFO:teuthology.orchestra.run.smithi007.stdout: Node Exporter 2024-09-13T13:12:57.256 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-13T13:12:57.257 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-13T13:12:57.258 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-13T13:12:57.258 INFO:teuthology.orchestra.run.smithi007.stdout:
2024-09-13T13:12:57.258 INFO:teuthology.orchestra.run.smithi007.stdout:

Node Exporter

2024-09-13T13:12:57.258 INFO:teuthology.orchestra.run.smithi007.stdout:
2024-09-13T13:12:57.258 INFO:teuthology.orchestra.run.smithi007.stdout:
2024-09-13T13:12:57.258 INFO:teuthology.orchestra.run.smithi007.stdout:

Prometheus Node Exporter

2024-09-13T13:12:57.258 INFO:teuthology.orchestra.run.smithi007.stdout:
Version: (version=1.7.0, branch=HEAD, revision=7333465abf9efba81876303bb57e6fadb946041b)
2024-09-13T13:12:57.258 INFO:teuthology.orchestra.run.smithi007.stdout:
2024-09-13T13:12:57.258 INFO:teuthology.orchestra.run.smithi007.stdout:
    2024-09-13T13:12:57.258 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-13T13:12:57.259 INFO:teuthology.orchestra.run.smithi007.stdout:
  • Metrics
  • 2024-09-13T13:12:57.259 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-13T13:12:57.259 INFO:teuthology.orchestra.run.smithi007.stdout:
2024-09-13T13:12:57.259 INFO:teuthology.orchestra.run.smithi007.stdout:
2024-09-13T13:12:57.259 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-13T13:12:57.259 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-13T13:12:57.259 INFO:teuthology.orchestra.run.smithi007.stdout:
2024-09-13T13:12:57.260 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-13T13:12:57.260 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-09-13T13:12:57.260 INFO:teuthology.orchestra.run.smithi007.stderr:+ curl -k -s https://172.21.15.7:3000/api/health 2024-09-13T13:12:57.279 INFO:teuthology.orchestra.run.smithi007.stdout:{ 2024-09-13T13:12:57.279 INFO:teuthology.orchestra.run.smithi007.stdout: "commit": "03f502a94d17f7dc4e6c34acdf8428aedd986e4c", 2024-09-13T13:12:57.279 INFO:teuthology.orchestra.run.smithi007.stdout: "database": "ok", 2024-09-13T13:12:57.279 INFO:teuthology.orchestra.run.smithi007.stdout: "version": "10.4.0" 2024-09-13T13:12:57.280 INFO:teuthology.orchestra.run.smithi007.stderr:+ curl -k -s https://172.21.15.7:3000/api/health 2024-09-13T13:12:57.280 INFO:teuthology.orchestra.run.smithi007.stderr:+ jq -e '.database == "ok"' 2024-09-13T13:12:57.308 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:56 smithi007 bash[22721]: audit 2024-09-13T13:12:56.006332+0000 mgr.a (mgr.14397) 125 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T13:12:57.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:56 smithi007 bash[22721]: audit 2024-09-13T13:12:56.006332+0000 mgr.a (mgr.14397) 125 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T13:12:57.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:56 smithi007 bash[22721]: audit 2024-09-13T13:12:56.307466+0000 mgr.a (mgr.14397) 126 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T13:12:57.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:56 smithi007 bash[22721]: audit 2024-09-13T13:12:56.307466+0000 mgr.a (mgr.14397) 126 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T13:12:57.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:56 smithi007 bash[22721]: audit 2024-09-13T13:12:56.623948+0000 mgr.a (mgr.14397) 127 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T13:12:57.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:56 smithi007 bash[22721]: audit 2024-09-13T13:12:56.623948+0000 mgr.a (mgr.14397) 127 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T13:12:57.314 INFO:teuthology.orchestra.run.smithi007.stdout:}true 2024-09-13T13:12:57.315 INFO:teuthology.orchestra.run.smithi007.stderr:+ ceph orch daemon stop mon.c 2024-09-13T13:12:57.627 INFO:teuthology.orchestra.run.smithi007.stdout:Scheduled to stop mon.c on host 'smithi077' 2024-09-13T13:12:57.640 INFO:teuthology.orchestra.run.smithi007.stderr:+ sleep 120 2024-09-13T13:12:58.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:58 smithi053 bash[23444]: audit 2024-09-13T13:12:56.930361+0000 mgr.a (mgr.14397) 128 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T13:12:58.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:58 smithi053 bash[23444]: audit 2024-09-13T13:12:56.930361+0000 mgr.a (mgr.14397) 128 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T13:12:58.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:58 smithi053 bash[23444]: cluster 2024-09-13T13:12:57.143713+0000 mgr.a (mgr.14397) 129 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:58.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:58 smithi053 bash[23444]: cluster 2024-09-13T13:12:57.143713+0000 mgr.a (mgr.14397) 129 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:58.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:58 smithi053 bash[23444]: audit 2024-09-13T13:12:57.233388+0000 mgr.a (mgr.14397) 130 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T13:12:58.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:58 smithi053 bash[23444]: audit 2024-09-13T13:12:57.233388+0000 mgr.a (mgr.14397) 130 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T13:12:58.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:58 smithi053 bash[23444]: audit 2024-09-13T13:12:57.616128+0000 mgr.a (mgr.14397) 131 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:12:58.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:58 smithi053 bash[23444]: audit 2024-09-13T13:12:57.616128+0000 mgr.a (mgr.14397) 131 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:12:58.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:58 smithi053 bash[23444]: cephadm 2024-09-13T13:12:57.616940+0000 mgr.a (mgr.14397) 132 : cephadm [INF] Schedule stop daemon mon.c 2024-09-13T13:12:58.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:58 smithi053 bash[23444]: cephadm 2024-09-13T13:12:57.616940+0000 mgr.a (mgr.14397) 132 : cephadm [INF] Schedule stop daemon mon.c 2024-09-13T13:12:58.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:58 smithi053 bash[23444]: audit 2024-09-13T13:12:57.623268+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:58.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:58 smithi053 bash[23444]: audit 2024-09-13T13:12:57.623268+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:58.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:58 smithi053 bash[23444]: audit 2024-09-13T13:12:57.629170+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:58.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:58 smithi053 bash[23444]: audit 2024-09-13T13:12:57.629170+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:58.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:58 smithi053 bash[23444]: audit 2024-09-13T13:12:57.630752+0000 mon.a (mon.0) 969 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:12:58.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:58 smithi053 bash[23444]: audit 2024-09-13T13:12:57.630752+0000 mon.a (mon.0) 969 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:12:58.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:58 smithi053 bash[23444]: audit 2024-09-13T13:12:57.634565+0000 mon.a (mon.0) 970 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:12:58.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:58 smithi053 bash[23444]: audit 2024-09-13T13:12:57.634565+0000 mon.a (mon.0) 970 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:12:58.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:58 smithi053 bash[23444]: audit 2024-09-13T13:12:57.635406+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:12:58.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:58 smithi053 bash[23444]: audit 2024-09-13T13:12:57.635406+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:12:58.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:58 smithi053 bash[23444]: audit 2024-09-13T13:12:57.641610+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:58.963 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:12:58 smithi053 bash[23444]: audit 2024-09-13T13:12:57.641610+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:58.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:58 smithi077 bash[23251]: audit 2024-09-13T13:12:56.930361+0000 mgr.a (mgr.14397) 128 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T13:12:58.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:58 smithi077 bash[23251]: audit 2024-09-13T13:12:56.930361+0000 mgr.a (mgr.14397) 128 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T13:12:58.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:58 smithi077 bash[23251]: cluster 2024-09-13T13:12:57.143713+0000 mgr.a (mgr.14397) 129 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:58.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:58 smithi077 bash[23251]: cluster 2024-09-13T13:12:57.143713+0000 mgr.a (mgr.14397) 129 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:58.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:58 smithi077 bash[23251]: audit 2024-09-13T13:12:57.233388+0000 mgr.a (mgr.14397) 130 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T13:12:58.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:58 smithi077 bash[23251]: audit 2024-09-13T13:12:57.233388+0000 mgr.a (mgr.14397) 130 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T13:12:58.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:58 smithi077 bash[23251]: audit 2024-09-13T13:12:57.616128+0000 mgr.a (mgr.14397) 131 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:12:58.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:58 smithi077 bash[23251]: audit 2024-09-13T13:12:57.616128+0000 mgr.a (mgr.14397) 131 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:12:58.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:58 smithi077 bash[23251]: cephadm 2024-09-13T13:12:57.616940+0000 mgr.a (mgr.14397) 132 : cephadm [INF] Schedule stop daemon mon.c 2024-09-13T13:12:58.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:58 smithi077 bash[23251]: cephadm 2024-09-13T13:12:57.616940+0000 mgr.a (mgr.14397) 132 : cephadm [INF] Schedule stop daemon mon.c 2024-09-13T13:12:58.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:58 smithi077 bash[23251]: audit 2024-09-13T13:12:57.623268+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:58.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:58 smithi077 bash[23251]: audit 2024-09-13T13:12:57.623268+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:58.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:58 smithi077 bash[23251]: audit 2024-09-13T13:12:57.629170+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:58.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:58 smithi077 bash[23251]: audit 2024-09-13T13:12:57.629170+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:58.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:58 smithi077 bash[23251]: audit 2024-09-13T13:12:57.630752+0000 mon.a (mon.0) 969 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:12:58.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:58 smithi077 bash[23251]: audit 2024-09-13T13:12:57.630752+0000 mon.a (mon.0) 969 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:12:58.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:58 smithi077 bash[23251]: audit 2024-09-13T13:12:57.634565+0000 mon.a (mon.0) 970 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:12:58.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:58 smithi077 bash[23251]: audit 2024-09-13T13:12:57.634565+0000 mon.a (mon.0) 970 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:12:58.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:58 smithi077 bash[23251]: audit 2024-09-13T13:12:57.635406+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:12:58.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:58 smithi077 bash[23251]: audit 2024-09-13T13:12:57.635406+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:12:58.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:58 smithi077 bash[23251]: audit 2024-09-13T13:12:57.641610+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:58.979 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:12:58 smithi077 bash[23251]: audit 2024-09-13T13:12:57.641610+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:59.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:58 smithi007 bash[22721]: audit 2024-09-13T13:12:56.930361+0000 mgr.a (mgr.14397) 128 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T13:12:59.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:58 smithi007 bash[22721]: audit 2024-09-13T13:12:56.930361+0000 mgr.a (mgr.14397) 128 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T13:12:59.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:58 smithi007 bash[22721]: cluster 2024-09-13T13:12:57.143713+0000 mgr.a (mgr.14397) 129 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:59.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:58 smithi007 bash[22721]: cluster 2024-09-13T13:12:57.143713+0000 mgr.a (mgr.14397) 129 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:12:59.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:58 smithi007 bash[22721]: audit 2024-09-13T13:12:57.233388+0000 mgr.a (mgr.14397) 130 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T13:12:59.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:58 smithi007 bash[22721]: audit 2024-09-13T13:12:57.233388+0000 mgr.a (mgr.14397) 130 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T13:12:59.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:58 smithi007 bash[22721]: audit 2024-09-13T13:12:57.616128+0000 mgr.a (mgr.14397) 131 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:12:59.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:58 smithi007 bash[22721]: audit 2024-09-13T13:12:57.616128+0000 mgr.a (mgr.14397) 131 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T13:12:59.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:58 smithi007 bash[22721]: cephadm 2024-09-13T13:12:57.616940+0000 mgr.a (mgr.14397) 132 : cephadm [INF] Schedule stop daemon mon.c 2024-09-13T13:12:59.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:58 smithi007 bash[22721]: cephadm 2024-09-13T13:12:57.616940+0000 mgr.a (mgr.14397) 132 : cephadm [INF] Schedule stop daemon mon.c 2024-09-13T13:12:59.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:58 smithi007 bash[22721]: audit 2024-09-13T13:12:57.623268+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:59.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:58 smithi007 bash[22721]: audit 2024-09-13T13:12:57.623268+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:59.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:58 smithi007 bash[22721]: audit 2024-09-13T13:12:57.629170+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:59.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:58 smithi007 bash[22721]: audit 2024-09-13T13:12:57.629170+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:59.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:58 smithi007 bash[22721]: audit 2024-09-13T13:12:57.630752+0000 mon.a (mon.0) 969 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:12:59.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:58 smithi007 bash[22721]: audit 2024-09-13T13:12:57.630752+0000 mon.a (mon.0) 969 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:12:59.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:58 smithi007 bash[22721]: audit 2024-09-13T13:12:57.634565+0000 mon.a (mon.0) 970 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:12:59.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:58 smithi007 bash[22721]: audit 2024-09-13T13:12:57.634565+0000 mon.a (mon.0) 970 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:12:59.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:58 smithi007 bash[22721]: audit 2024-09-13T13:12:57.635406+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:12:59.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:58 smithi007 bash[22721]: audit 2024-09-13T13:12:57.635406+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:12:59.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:58 smithi007 bash[22721]: audit 2024-09-13T13:12:57.641610+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:12:59.061 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:12:58 smithi007 bash[22721]: audit 2024-09-13T13:12:57.641610+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:00.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:00 smithi053 bash[23444]: cluster 2024-09-13T13:12:59.144273+0000 mgr.a (mgr.14397) 133 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:00.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:00 smithi053 bash[23444]: cluster 2024-09-13T13:12:59.144273+0000 mgr.a (mgr.14397) 133 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:00.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:13:00 smithi077 bash[23251]: cluster 2024-09-13T13:12:59.144273+0000 mgr.a (mgr.14397) 133 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:00.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:13:00 smithi077 bash[23251]: cluster 2024-09-13T13:12:59.144273+0000 mgr.a (mgr.14397) 133 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:01.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:00 smithi007 bash[22721]: cluster 2024-09-13T13:12:59.144273+0000 mgr.a (mgr.14397) 133 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:01.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:00 smithi007 bash[22721]: cluster 2024-09-13T13:12:59.144273+0000 mgr.a (mgr.14397) 133 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:01.960 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:01 smithi053 bash[23444]: audit 2024-09-13T13:13:01.615245+0000 mon.a (mon.0) 973 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:13:01.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:01 smithi053 bash[23444]: audit 2024-09-13T13:13:01.615245+0000 mon.a (mon.0) 973 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:13:02.035 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:13:01 smithi077 bash[23251]: audit 2024-09-13T13:13:01.615245+0000 mon.a (mon.0) 973 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:13:02.035 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:13:01 smithi077 bash[23251]: audit 2024-09-13T13:13:01.615245+0000 mon.a (mon.0) 973 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:13:02.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:01 smithi007 bash[22721]: audit 2024-09-13T13:13:01.615245+0000 mon.a (mon.0) 973 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:13:02.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:01 smithi007 bash[22721]: audit 2024-09-13T13:13:01.615245+0000 mon.a (mon.0) 973 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:13:02.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:02 smithi053 bash[23444]: cluster 2024-09-13T13:13:01.144796+0000 mgr.a (mgr.14397) 134 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:02.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:02 smithi053 bash[23444]: cluster 2024-09-13T13:13:01.144796+0000 mgr.a (mgr.14397) 134 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:02.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:13:02 smithi077 bash[23251]: cluster 2024-09-13T13:13:01.144796+0000 mgr.a (mgr.14397) 134 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:02.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:13:02 smithi077 bash[23251]: cluster 2024-09-13T13:13:01.144796+0000 mgr.a (mgr.14397) 134 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:02.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:13:02 smithi077 systemd[1]: Stopping Ceph mon.c for fa2bba74-71cf-11ef-bceb-c7b262605968... 2024-09-13T13:13:02.977 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:13:02 smithi077 bash[23251]: debug 2024-09-13T13:13:02.807+0000 7fe430026640 -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-13T13:13:02.978 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:13:02 smithi077 bash[23251]: debug 2024-09-13T13:13:02.807+0000 7fe430026640 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-09-13T13:13:03.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:02 smithi007 bash[22721]: cluster 2024-09-13T13:13:01.144796+0000 mgr.a (mgr.14397) 134 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:03.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:02 smithi007 bash[22721]: cluster 2024-09-13T13:13:01.144796+0000 mgr.a (mgr.14397) 134 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:03.727 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:13:03 smithi077 bash[35692]: ceph-fa2bba74-71cf-11ef-bceb-c7b262605968-mon-c 2024-09-13T13:13:03.727 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:13:03 smithi077 bash[35772]: Error response from daemon: No such container: ceph-fa2bba74-71cf-11ef-bceb-c7b262605968-mon-c 2024-09-13T13:13:03.727 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:13:03 smithi077 systemd[1]: ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@mon.c.service: Deactivated successfully. 2024-09-13T13:13:03.727 INFO:journalctl@ceph.mon.c.smithi077.stdout:Sep 13 13:13:03 smithi077 systemd[1]: Stopped Ceph mon.c for fa2bba74-71cf-11ef-bceb-c7b262605968. 2024-09-13T13:13:06.559 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:13:06 smithi007 bash[22975]: ::ffff:172.21.15.53 - - [13/Sep/2024:13:13:06] "GET /metrics HTTP/1.1" 200 21532 "" "Prometheus/2.51.0" 2024-09-13T13:13:16.559 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:13:16 smithi007 bash[22975]: ::ffff:172.21.15.53 - - [13/Sep/2024:13:13:16] "GET /metrics HTTP/1.1" 200 21532 "" "Prometheus/2.51.0" 2024-09-13T13:13:19.211 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: cluster 2024-09-13T13:13:05.145890+0000 mgr.a (mgr.14397) 136 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:19.211 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: cluster 2024-09-13T13:13:05.145890+0000 mgr.a (mgr.14397) 136 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:19.211 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: cluster 2024-09-13T13:13:07.146449+0000 mgr.a (mgr.14397) 137 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:19.211 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: cluster 2024-09-13T13:13:07.146449+0000 mgr.a (mgr.14397) 137 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:19.212 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: cluster 2024-09-13T13:13:09.146945+0000 mgr.a (mgr.14397) 138 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:19.212 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: cluster 2024-09-13T13:13:09.146945+0000 mgr.a (mgr.14397) 138 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:19.212 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: cluster 2024-09-13T13:13:11.147486+0000 mgr.a (mgr.14397) 139 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:19.212 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: cluster 2024-09-13T13:13:11.147486+0000 mgr.a (mgr.14397) 139 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:19.212 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: cluster 2024-09-13T13:13:12.818375+0000 mon.a (mon.0) 975 : cluster [INF] mon.a calling monitor election 2024-09-13T13:13:19.212 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: cluster 2024-09-13T13:13:12.818375+0000 mon.a (mon.0) 975 : cluster [INF] mon.a calling monitor election 2024-09-13T13:13:19.212 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: cluster 2024-09-13T13:13:12.818918+0000 mon.b (mon.2) 16 : cluster [INF] mon.b calling monitor election 2024-09-13T13:13:19.212 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: cluster 2024-09-13T13:13:12.818918+0000 mon.b (mon.2) 16 : cluster [INF] mon.b calling monitor election 2024-09-13T13:13:19.212 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: cluster 2024-09-13T13:13:13.148098+0000 mgr.a (mgr.14397) 140 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:19.212 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: cluster 2024-09-13T13:13:13.148098+0000 mgr.a (mgr.14397) 140 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:19.212 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: cluster 2024-09-13T13:13:15.148632+0000 mgr.a (mgr.14397) 141 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:19.212 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: cluster 2024-09-13T13:13:15.148632+0000 mgr.a (mgr.14397) 141 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:19.212 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: audit 2024-09-13T13:13:16.615831+0000 mon.a (mon.0) 976 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:13:19.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: audit 2024-09-13T13:13:16.615831+0000 mon.a (mon.0) 976 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:13:19.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: cluster 2024-09-13T13:13:17.149175+0000 mgr.a (mgr.14397) 142 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:19.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: cluster 2024-09-13T13:13:17.149175+0000 mgr.a (mgr.14397) 142 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:19.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: cluster 2024-09-13T13:13:17.837761+0000 mon.a (mon.0) 977 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-09-13T13:13:19.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: cluster 2024-09-13T13:13:17.837761+0000 mon.a (mon.0) 977 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-09-13T13:13:19.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: cluster 2024-09-13T13:13:17.846914+0000 mon.a (mon.0) 978 : cluster [DBG] monmap epoch 3 2024-09-13T13:13:19.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: cluster 2024-09-13T13:13:17.846914+0000 mon.a (mon.0) 978 : cluster [DBG] monmap epoch 3 2024-09-13T13:13:19.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: cluster 2024-09-13T13:13:17.846950+0000 mon.a (mon.0) 979 : cluster [DBG] fsid fa2bba74-71cf-11ef-bceb-c7b262605968 2024-09-13T13:13:19.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: cluster 2024-09-13T13:13:17.846950+0000 mon.a (mon.0) 979 : cluster [DBG] fsid fa2bba74-71cf-11ef-bceb-c7b262605968 2024-09-13T13:13:19.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: cluster 2024-09-13T13:13:17.846967+0000 mon.a (mon.0) 980 : cluster [DBG] last_changed 2024-09-13T13:04:01.107420+0000 2024-09-13T13:13:19.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: cluster 2024-09-13T13:13:17.846967+0000 mon.a (mon.0) 980 : cluster [DBG] last_changed 2024-09-13T13:04:01.107420+0000 2024-09-13T13:13:19.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: cluster 2024-09-13T13:13:17.846983+0000 mon.a (mon.0) 981 : cluster [DBG] created 2024-09-13T13:01:15.694217+0000 2024-09-13T13:13:19.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: cluster 2024-09-13T13:13:17.846983+0000 mon.a (mon.0) 981 : cluster [DBG] created 2024-09-13T13:01:15.694217+0000 2024-09-13T13:13:19.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: cluster 2024-09-13T13:13:17.847011+0000 mon.a (mon.0) 982 : cluster [DBG] min_mon_release 19 (squid) 2024-09-13T13:13:19.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: cluster 2024-09-13T13:13:17.847011+0000 mon.a (mon.0) 982 : cluster [DBG] min_mon_release 19 (squid) 2024-09-13T13:13:19.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: cluster 2024-09-13T13:13:17.847030+0000 mon.a (mon.0) 983 : cluster [DBG] election_strategy: 1 2024-09-13T13:13:19.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: cluster 2024-09-13T13:13:17.847030+0000 mon.a (mon.0) 983 : cluster [DBG] election_strategy: 1 2024-09-13T13:13:19.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: cluster 2024-09-13T13:13:17.847051+0000 mon.a (mon.0) 984 : cluster [DBG] 0: [v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0] mon.a 2024-09-13T13:13:19.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: cluster 2024-09-13T13:13:17.847051+0000 mon.a (mon.0) 984 : cluster [DBG] 0: [v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0] mon.a 2024-09-13T13:13:19.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: cluster 2024-09-13T13:13:17.847070+0000 mon.a (mon.0) 985 : cluster [DBG] 1: [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] mon.c 2024-09-13T13:13:19.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: cluster 2024-09-13T13:13:17.847070+0000 mon.a (mon.0) 985 : cluster [DBG] 1: [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] mon.c 2024-09-13T13:13:19.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: cluster 2024-09-13T13:13:17.847089+0000 mon.a (mon.0) 986 : cluster [DBG] 2: [v2:172.21.15.53:3300/0,v1:172.21.15.53:6789/0] mon.b 2024-09-13T13:13:19.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: cluster 2024-09-13T13:13:17.847089+0000 mon.a (mon.0) 986 : cluster [DBG] 2: [v2:172.21.15.53:3300/0,v1:172.21.15.53:6789/0] mon.b 2024-09-13T13:13:19.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: cluster 2024-09-13T13:13:17.848340+0000 mon.a (mon.0) 987 : cluster [DBG] fsmap 2024-09-13T13:13:19.215 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: cluster 2024-09-13T13:13:17.848340+0000 mon.a (mon.0) 987 : cluster [DBG] fsmap 2024-09-13T13:13:19.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: cluster 2024-09-13T13:13:17.848398+0000 mon.a (mon.0) 988 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-09-13T13:13:19.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: cluster 2024-09-13T13:13:17.848398+0000 mon.a (mon.0) 988 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-09-13T13:13:19.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: cluster 2024-09-13T13:13:17.848978+0000 mon.a (mon.0) 989 : cluster [DBG] mgrmap e22: a(active, since 3m), standbys: b 2024-09-13T13:13:19.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: cluster 2024-09-13T13:13:17.848978+0000 mon.a (mon.0) 989 : cluster [DBG] mgrmap e22: a(active, since 3m), standbys: b 2024-09-13T13:13:19.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: cluster 2024-09-13T13:13:17.849324+0000 mon.a (mon.0) 990 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-09-13T13:13:19.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: cluster 2024-09-13T13:13:17.849324+0000 mon.a (mon.0) 990 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-09-13T13:13:19.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: cluster 2024-09-13T13:13:17.861930+0000 mon.a (mon.0) 991 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-09-13T13:13:19.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: cluster 2024-09-13T13:13:17.861930+0000 mon.a (mon.0) 991 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-09-13T13:13:19.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: cluster 2024-09-13T13:13:17.861963+0000 mon.a (mon.0) 992 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-09-13T13:13:19.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: cluster 2024-09-13T13:13:17.861963+0000 mon.a (mon.0) 992 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-09-13T13:13:19.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: cluster 2024-09-13T13:13:17.861979+0000 mon.a (mon.0) 993 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] is down (out of quorum) 2024-09-13T13:13:19.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: cluster 2024-09-13T13:13:17.861979+0000 mon.a (mon.0) 993 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] is down (out of quorum) 2024-09-13T13:13:19.216 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: audit 2024-09-13T13:13:17.867541+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:19.217 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: audit 2024-09-13T13:13:17.867541+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:19.217 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: audit 2024-09-13T13:13:17.874012+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:19.217 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: audit 2024-09-13T13:13:17.874012+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:19.217 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: audit 2024-09-13T13:13:17.881071+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:19.217 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: audit 2024-09-13T13:13:17.881071+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:19.217 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: cluster 2024-09-13T13:13:17.885255+0000 mgr.a (mgr.14397) 143 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:19.217 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: cluster 2024-09-13T13:13:17.885255+0000 mgr.a (mgr.14397) 143 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:19.217 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: audit 2024-09-13T13:13:17.887806+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:19.217 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: audit 2024-09-13T13:13:17.887806+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:19.217 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: audit 2024-09-13T13:13:17.895303+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:19.217 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: audit 2024-09-13T13:13:17.895303+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:19.217 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: cluster 2024-09-13T13:13:17.896752+0000 mgr.a (mgr.14397) 144 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:19.218 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: cluster 2024-09-13T13:13:17.896752+0000 mgr.a (mgr.14397) 144 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:19.218 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: cluster 2024-09-13T13:13:17.897322+0000 mgr.a (mgr.14397) 145 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:19.218 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: cluster 2024-09-13T13:13:17.897322+0000 mgr.a (mgr.14397) 145 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:19.219 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: audit 2024-09-13T13:13:17.902392+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:19.219 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: audit 2024-09-13T13:13:17.902392+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:19.219 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: audit 2024-09-13T13:13:17.911654+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:19.219 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: audit 2024-09-13T13:13:17.911654+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:19.219 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: audit 2024-09-13T13:13:17.921866+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:19.219 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: audit 2024-09-13T13:13:17.921866+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:19.219 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: cluster 2024-09-13T13:13:17.923404+0000 mgr.a (mgr.14397) 146 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:19.219 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: cluster 2024-09-13T13:13:17.923404+0000 mgr.a (mgr.14397) 146 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:19.219 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: cluster 2024-09-13T13:13:17.923855+0000 mgr.a (mgr.14397) 147 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:19.219 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: cluster 2024-09-13T13:13:17.923855+0000 mgr.a (mgr.14397) 147 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:19.219 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: audit 2024-09-13T13:13:17.931503+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:19.220 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: audit 2024-09-13T13:13:17.931503+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:19.220 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: audit 2024-09-13T13:13:17.940878+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:19.220 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: audit 2024-09-13T13:13:17.940878+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:19.220 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: audit 2024-09-13T13:13:18.382207+0000 mon.a (mon.0) 1004 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:13:19.220 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:18 smithi053 bash[23444]: audit 2024-09-13T13:13:18.382207+0000 mon.a (mon.0) 1004 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:13:19.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: cluster 2024-09-13T13:13:05.145890+0000 mgr.a (mgr.14397) 136 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:19.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: cluster 2024-09-13T13:13:05.145890+0000 mgr.a (mgr.14397) 136 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:19.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: cluster 2024-09-13T13:13:07.146449+0000 mgr.a (mgr.14397) 137 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:19.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: cluster 2024-09-13T13:13:07.146449+0000 mgr.a (mgr.14397) 137 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:19.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: cluster 2024-09-13T13:13:09.146945+0000 mgr.a (mgr.14397) 138 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:19.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: cluster 2024-09-13T13:13:09.146945+0000 mgr.a (mgr.14397) 138 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:19.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: cluster 2024-09-13T13:13:11.147486+0000 mgr.a (mgr.14397) 139 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:19.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: cluster 2024-09-13T13:13:11.147486+0000 mgr.a (mgr.14397) 139 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:19.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: cluster 2024-09-13T13:13:12.818375+0000 mon.a (mon.0) 975 : cluster [INF] mon.a calling monitor election 2024-09-13T13:13:19.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: cluster 2024-09-13T13:13:12.818375+0000 mon.a (mon.0) 975 : cluster [INF] mon.a calling monitor election 2024-09-13T13:13:19.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: cluster 2024-09-13T13:13:12.818918+0000 mon.b (mon.2) 16 : cluster [INF] mon.b calling monitor election 2024-09-13T13:13:19.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: cluster 2024-09-13T13:13:12.818918+0000 mon.b (mon.2) 16 : cluster [INF] mon.b calling monitor election 2024-09-13T13:13:19.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: cluster 2024-09-13T13:13:13.148098+0000 mgr.a (mgr.14397) 140 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:19.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: cluster 2024-09-13T13:13:13.148098+0000 mgr.a (mgr.14397) 140 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:19.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: cluster 2024-09-13T13:13:15.148632+0000 mgr.a (mgr.14397) 141 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:19.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: cluster 2024-09-13T13:13:15.148632+0000 mgr.a (mgr.14397) 141 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:19.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: audit 2024-09-13T13:13:16.615831+0000 mon.a (mon.0) 976 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:13:19.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: audit 2024-09-13T13:13:16.615831+0000 mon.a (mon.0) 976 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:13:19.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: cluster 2024-09-13T13:13:17.149175+0000 mgr.a (mgr.14397) 142 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:19.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: cluster 2024-09-13T13:13:17.149175+0000 mgr.a (mgr.14397) 142 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:19.311 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: cluster 2024-09-13T13:13:17.837761+0000 mon.a (mon.0) 977 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-09-13T13:13:19.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: cluster 2024-09-13T13:13:17.837761+0000 mon.a (mon.0) 977 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-09-13T13:13:19.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: cluster 2024-09-13T13:13:17.846914+0000 mon.a (mon.0) 978 : cluster [DBG] monmap epoch 3 2024-09-13T13:13:19.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: cluster 2024-09-13T13:13:17.846914+0000 mon.a (mon.0) 978 : cluster [DBG] monmap epoch 3 2024-09-13T13:13:19.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: cluster 2024-09-13T13:13:17.846950+0000 mon.a (mon.0) 979 : cluster [DBG] fsid fa2bba74-71cf-11ef-bceb-c7b262605968 2024-09-13T13:13:19.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: cluster 2024-09-13T13:13:17.846950+0000 mon.a (mon.0) 979 : cluster [DBG] fsid fa2bba74-71cf-11ef-bceb-c7b262605968 2024-09-13T13:13:19.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: cluster 2024-09-13T13:13:17.846967+0000 mon.a (mon.0) 980 : cluster [DBG] last_changed 2024-09-13T13:04:01.107420+0000 2024-09-13T13:13:19.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: cluster 2024-09-13T13:13:17.846967+0000 mon.a (mon.0) 980 : cluster [DBG] last_changed 2024-09-13T13:04:01.107420+0000 2024-09-13T13:13:19.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: cluster 2024-09-13T13:13:17.846983+0000 mon.a (mon.0) 981 : cluster [DBG] created 2024-09-13T13:01:15.694217+0000 2024-09-13T13:13:19.312 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: cluster 2024-09-13T13:13:17.846983+0000 mon.a (mon.0) 981 : cluster [DBG] created 2024-09-13T13:01:15.694217+0000 2024-09-13T13:13:19.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: cluster 2024-09-13T13:13:17.847011+0000 mon.a (mon.0) 982 : cluster [DBG] min_mon_release 19 (squid) 2024-09-13T13:13:19.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: cluster 2024-09-13T13:13:17.847011+0000 mon.a (mon.0) 982 : cluster [DBG] min_mon_release 19 (squid) 2024-09-13T13:13:19.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: cluster 2024-09-13T13:13:17.847030+0000 mon.a (mon.0) 983 : cluster [DBG] election_strategy: 1 2024-09-13T13:13:19.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: cluster 2024-09-13T13:13:17.847030+0000 mon.a (mon.0) 983 : cluster [DBG] election_strategy: 1 2024-09-13T13:13:19.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: cluster 2024-09-13T13:13:17.847051+0000 mon.a (mon.0) 984 : cluster [DBG] 0: [v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0] mon.a 2024-09-13T13:13:19.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: cluster 2024-09-13T13:13:17.847051+0000 mon.a (mon.0) 984 : cluster [DBG] 0: [v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0] mon.a 2024-09-13T13:13:19.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: cluster 2024-09-13T13:13:17.847070+0000 mon.a (mon.0) 985 : cluster [DBG] 1: [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] mon.c 2024-09-13T13:13:19.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: cluster 2024-09-13T13:13:17.847070+0000 mon.a (mon.0) 985 : cluster [DBG] 1: [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] mon.c 2024-09-13T13:13:19.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: cluster 2024-09-13T13:13:17.847089+0000 mon.a (mon.0) 986 : cluster [DBG] 2: [v2:172.21.15.53:3300/0,v1:172.21.15.53:6789/0] mon.b 2024-09-13T13:13:19.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: cluster 2024-09-13T13:13:17.847089+0000 mon.a (mon.0) 986 : cluster [DBG] 2: [v2:172.21.15.53:3300/0,v1:172.21.15.53:6789/0] mon.b 2024-09-13T13:13:19.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: cluster 2024-09-13T13:13:17.848340+0000 mon.a (mon.0) 987 : cluster [DBG] fsmap 2024-09-13T13:13:19.313 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: cluster 2024-09-13T13:13:17.848340+0000 mon.a (mon.0) 987 : cluster [DBG] fsmap 2024-09-13T13:13:19.314 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: cluster 2024-09-13T13:13:17.848398+0000 mon.a (mon.0) 988 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-09-13T13:13:19.314 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: cluster 2024-09-13T13:13:17.848398+0000 mon.a (mon.0) 988 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-09-13T13:13:19.314 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: cluster 2024-09-13T13:13:17.848978+0000 mon.a (mon.0) 989 : cluster [DBG] mgrmap e22: a(active, since 3m), standbys: b 2024-09-13T13:13:19.314 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: cluster 2024-09-13T13:13:17.848978+0000 mon.a (mon.0) 989 : cluster [DBG] mgrmap e22: a(active, since 3m), standbys: b 2024-09-13T13:13:19.314 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: cluster 2024-09-13T13:13:17.849324+0000 mon.a (mon.0) 990 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-09-13T13:13:19.314 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: cluster 2024-09-13T13:13:17.849324+0000 mon.a (mon.0) 990 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-09-13T13:13:19.314 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: cluster 2024-09-13T13:13:17.861930+0000 mon.a (mon.0) 991 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-09-13T13:13:19.314 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: cluster 2024-09-13T13:13:17.861930+0000 mon.a (mon.0) 991 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-09-13T13:13:19.314 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: cluster 2024-09-13T13:13:17.861963+0000 mon.a (mon.0) 992 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-09-13T13:13:19.314 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: cluster 2024-09-13T13:13:17.861963+0000 mon.a (mon.0) 992 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-09-13T13:13:19.314 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: cluster 2024-09-13T13:13:17.861979+0000 mon.a (mon.0) 993 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] is down (out of quorum) 2024-09-13T13:13:19.314 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: cluster 2024-09-13T13:13:17.861979+0000 mon.a (mon.0) 993 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] is down (out of quorum) 2024-09-13T13:13:19.315 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: audit 2024-09-13T13:13:17.867541+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:19.315 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: audit 2024-09-13T13:13:17.867541+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:19.315 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: audit 2024-09-13T13:13:17.874012+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:19.315 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: audit 2024-09-13T13:13:17.874012+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:19.315 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: audit 2024-09-13T13:13:17.881071+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:19.315 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: audit 2024-09-13T13:13:17.881071+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:19.315 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: cluster 2024-09-13T13:13:17.885255+0000 mgr.a (mgr.14397) 143 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:19.315 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: cluster 2024-09-13T13:13:17.885255+0000 mgr.a (mgr.14397) 143 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:19.315 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: audit 2024-09-13T13:13:17.887806+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:19.315 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: audit 2024-09-13T13:13:17.887806+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:19.315 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: audit 2024-09-13T13:13:17.895303+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:19.316 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: audit 2024-09-13T13:13:17.895303+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:19.316 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: cluster 2024-09-13T13:13:17.896752+0000 mgr.a (mgr.14397) 144 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:19.316 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: cluster 2024-09-13T13:13:17.896752+0000 mgr.a (mgr.14397) 144 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:19.316 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: cluster 2024-09-13T13:13:17.897322+0000 mgr.a (mgr.14397) 145 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:19.316 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: cluster 2024-09-13T13:13:17.897322+0000 mgr.a (mgr.14397) 145 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:19.316 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: audit 2024-09-13T13:13:17.902392+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:19.316 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: audit 2024-09-13T13:13:17.902392+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:19.316 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: audit 2024-09-13T13:13:17.911654+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:19.316 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: audit 2024-09-13T13:13:17.911654+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:19.316 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: audit 2024-09-13T13:13:17.921866+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:19.316 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: audit 2024-09-13T13:13:17.921866+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:19.316 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: cluster 2024-09-13T13:13:17.923404+0000 mgr.a (mgr.14397) 146 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:19.316 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: cluster 2024-09-13T13:13:17.923404+0000 mgr.a (mgr.14397) 146 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:19.317 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: cluster 2024-09-13T13:13:17.923855+0000 mgr.a (mgr.14397) 147 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:19.317 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: cluster 2024-09-13T13:13:17.923855+0000 mgr.a (mgr.14397) 147 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:19.317 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: audit 2024-09-13T13:13:17.931503+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:19.317 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: audit 2024-09-13T13:13:17.931503+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:19.317 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: audit 2024-09-13T13:13:17.940878+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:19.317 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: audit 2024-09-13T13:13:17.940878+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:19.317 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: audit 2024-09-13T13:13:18.382207+0000 mon.a (mon.0) 1004 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:13:19.317 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:18 smithi007 bash[22721]: audit 2024-09-13T13:13:18.382207+0000 mon.a (mon.0) 1004 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:13:20.198 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:19 smithi053 bash[23444]: cluster 2024-09-13T13:13:18.842437+0000 mon.a (mon.0) 1005 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-13T13:13:20.198 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:19 smithi053 bash[23444]: cluster 2024-09-13T13:13:18.842437+0000 mon.a (mon.0) 1005 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-13T13:13:20.198 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:19 smithi053 bash[23444]: audit 2024-09-13T13:13:18.941796+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:20.198 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:19 smithi053 bash[23444]: audit 2024-09-13T13:13:18.941796+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:20.199 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:19 smithi053 bash[23444]: audit 2024-09-13T13:13:18.950094+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:20.199 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:19 smithi053 bash[23444]: audit 2024-09-13T13:13:18.950094+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:20.199 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:19 smithi053 bash[23444]: audit 2024-09-13T13:13:18.952154+0000 mon.a (mon.0) 1008 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:13:20.199 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:19 smithi053 bash[23444]: audit 2024-09-13T13:13:18.952154+0000 mon.a (mon.0) 1008 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:13:20.199 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:19 smithi053 bash[23444]: audit 2024-09-13T13:13:18.953490+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:13:20.199 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:19 smithi053 bash[23444]: audit 2024-09-13T13:13:18.953490+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:13:20.199 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:19 smithi053 bash[23444]: cluster 2024-09-13T13:13:18.955866+0000 mgr.a (mgr.14397) 148 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:20.199 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:19 smithi053 bash[23444]: cluster 2024-09-13T13:13:18.955866+0000 mgr.a (mgr.14397) 148 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:20.199 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:19 smithi053 bash[23444]: audit 2024-09-13T13:13:18.961238+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:20.199 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:19 smithi053 bash[23444]: audit 2024-09-13T13:13:18.961238+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:20.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:19 smithi007 bash[22721]: cluster 2024-09-13T13:13:18.842437+0000 mon.a (mon.0) 1005 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-13T13:13:20.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:19 smithi007 bash[22721]: cluster 2024-09-13T13:13:18.842437+0000 mon.a (mon.0) 1005 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-13T13:13:20.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:19 smithi007 bash[22721]: audit 2024-09-13T13:13:18.941796+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:20.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:19 smithi007 bash[22721]: audit 2024-09-13T13:13:18.941796+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:20.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:19 smithi007 bash[22721]: audit 2024-09-13T13:13:18.950094+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:20.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:19 smithi007 bash[22721]: audit 2024-09-13T13:13:18.950094+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:20.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:19 smithi007 bash[22721]: audit 2024-09-13T13:13:18.952154+0000 mon.a (mon.0) 1008 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:13:20.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:19 smithi007 bash[22721]: audit 2024-09-13T13:13:18.952154+0000 mon.a (mon.0) 1008 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:13:20.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:19 smithi007 bash[22721]: audit 2024-09-13T13:13:18.953490+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:13:20.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:19 smithi007 bash[22721]: audit 2024-09-13T13:13:18.953490+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:13:20.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:19 smithi007 bash[22721]: cluster 2024-09-13T13:13:18.955866+0000 mgr.a (mgr.14397) 148 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:20.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:19 smithi007 bash[22721]: cluster 2024-09-13T13:13:18.955866+0000 mgr.a (mgr.14397) 148 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:20.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:19 smithi007 bash[22721]: audit 2024-09-13T13:13:18.961238+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:20.310 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:19 smithi007 bash[22721]: audit 2024-09-13T13:13:18.961238+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:22.210 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:22 smithi053 bash[23444]: cluster 2024-09-13T13:13:20.956543+0000 mgr.a (mgr.14397) 149 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:22.210 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:22 smithi053 bash[23444]: cluster 2024-09-13T13:13:20.956543+0000 mgr.a (mgr.14397) 149 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:22.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:22 smithi007 bash[22721]: cluster 2024-09-13T13:13:20.956543+0000 mgr.a (mgr.14397) 149 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:22.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:22 smithi007 bash[22721]: cluster 2024-09-13T13:13:20.956543+0000 mgr.a (mgr.14397) 149 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:24.960 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:24 smithi053 bash[23444]: cluster 2024-09-13T13:13:22.957259+0000 mgr.a (mgr.14397) 150 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:24.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:24 smithi053 bash[23444]: cluster 2024-09-13T13:13:22.957259+0000 mgr.a (mgr.14397) 150 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:25.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:24 smithi007 bash[22721]: cluster 2024-09-13T13:13:22.957259+0000 mgr.a (mgr.14397) 150 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:25.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:24 smithi007 bash[22721]: cluster 2024-09-13T13:13:22.957259+0000 mgr.a (mgr.14397) 150 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:26.558 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:13:26 smithi007 bash[22975]: ::ffff:172.21.15.53 - - [13/Sep/2024:13:13:26] "GET /metrics HTTP/1.1" 200 21527 "" "Prometheus/2.51.0" 2024-09-13T13:13:26.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:26 smithi053 bash[23444]: cluster 2024-09-13T13:13:24.957804+0000 mgr.a (mgr.14397) 151 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:26.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:26 smithi053 bash[23444]: cluster 2024-09-13T13:13:24.957804+0000 mgr.a (mgr.14397) 151 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:27.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:26 smithi007 bash[22721]: cluster 2024-09-13T13:13:24.957804+0000 mgr.a (mgr.14397) 151 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:27.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:26 smithi007 bash[22721]: cluster 2024-09-13T13:13:24.957804+0000 mgr.a (mgr.14397) 151 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:28.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:28 smithi053 bash[23444]: cluster 2024-09-13T13:13:26.958308+0000 mgr.a (mgr.14397) 152 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:28.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:28 smithi053 bash[23444]: cluster 2024-09-13T13:13:26.958308+0000 mgr.a (mgr.14397) 152 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:28.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:28 smithi053 bash[23444]: audit 2024-09-13T13:13:27.856316+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:28.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:28 smithi053 bash[23444]: audit 2024-09-13T13:13:27.856316+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:28.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:28 smithi053 bash[23444]: audit 2024-09-13T13:13:27.865162+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:28.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:28 smithi053 bash[23444]: audit 2024-09-13T13:13:27.865162+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:28.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:28 smithi053 bash[23444]: audit 2024-09-13T13:13:27.870419+0000 mon.a (mon.0) 1013 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:13:28.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:28 smithi053 bash[23444]: audit 2024-09-13T13:13:27.870419+0000 mon.a (mon.0) 1013 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:13:28.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:28 smithi053 bash[23444]: audit 2024-09-13T13:13:27.876601+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:28.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:28 smithi053 bash[23444]: audit 2024-09-13T13:13:27.876601+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:28.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:28 smithi053 bash[23444]: audit 2024-09-13T13:13:27.877421+0000 mon.a (mon.0) 1015 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:13:28.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:28 smithi053 bash[23444]: audit 2024-09-13T13:13:27.877421+0000 mon.a (mon.0) 1015 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:13:28.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:28 smithi053 bash[23444]: audit 2024-09-13T13:13:27.879440+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:13:28.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:28 smithi053 bash[23444]: audit 2024-09-13T13:13:27.879440+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:13:28.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:28 smithi053 bash[23444]: audit 2024-09-13T13:13:27.889648+0000 mon.a (mon.0) 1017 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:28.962 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:28 smithi053 bash[23444]: audit 2024-09-13T13:13:27.889648+0000 mon.a (mon.0) 1017 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:29.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:28 smithi007 bash[22721]: cluster 2024-09-13T13:13:26.958308+0000 mgr.a (mgr.14397) 152 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:29.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:28 smithi007 bash[22721]: cluster 2024-09-13T13:13:26.958308+0000 mgr.a (mgr.14397) 152 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:29.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:28 smithi007 bash[22721]: audit 2024-09-13T13:13:27.856316+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:29.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:28 smithi007 bash[22721]: audit 2024-09-13T13:13:27.856316+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:29.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:28 smithi007 bash[22721]: audit 2024-09-13T13:13:27.865162+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:29.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:28 smithi007 bash[22721]: audit 2024-09-13T13:13:27.865162+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:29.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:28 smithi007 bash[22721]: audit 2024-09-13T13:13:27.870419+0000 mon.a (mon.0) 1013 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:13:29.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:28 smithi007 bash[22721]: audit 2024-09-13T13:13:27.870419+0000 mon.a (mon.0) 1013 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:13:29.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:28 smithi007 bash[22721]: audit 2024-09-13T13:13:27.876601+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:29.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:28 smithi007 bash[22721]: audit 2024-09-13T13:13:27.876601+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:29.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:28 smithi007 bash[22721]: audit 2024-09-13T13:13:27.877421+0000 mon.a (mon.0) 1015 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:13:29.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:28 smithi007 bash[22721]: audit 2024-09-13T13:13:27.877421+0000 mon.a (mon.0) 1015 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:13:29.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:28 smithi007 bash[22721]: audit 2024-09-13T13:13:27.879440+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:13:29.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:28 smithi007 bash[22721]: audit 2024-09-13T13:13:27.879440+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:13:29.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:28 smithi007 bash[22721]: audit 2024-09-13T13:13:27.889648+0000 mon.a (mon.0) 1017 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:29.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:28 smithi007 bash[22721]: audit 2024-09-13T13:13:27.889648+0000 mon.a (mon.0) 1017 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:29.960 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:29 smithi053 bash[23444]: cluster 2024-09-13T13:13:27.866555+0000 mgr.a (mgr.14397) 153 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:29.960 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:29 smithi053 bash[23444]: cluster 2024-09-13T13:13:27.866555+0000 mgr.a (mgr.14397) 153 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:29.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:29 smithi053 bash[23444]: cluster 2024-09-13T13:13:28.861102+0000 mon.a (mon.0) 1018 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-13T13:13:29.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:29 smithi053 bash[23444]: cluster 2024-09-13T13:13:28.861102+0000 mon.a (mon.0) 1018 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-13T13:13:30.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:29 smithi007 bash[22721]: cluster 2024-09-13T13:13:27.866555+0000 mgr.a (mgr.14397) 153 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:30.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:29 smithi007 bash[22721]: cluster 2024-09-13T13:13:27.866555+0000 mgr.a (mgr.14397) 153 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:30.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:29 smithi007 bash[22721]: cluster 2024-09-13T13:13:28.861102+0000 mon.a (mon.0) 1018 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-13T13:13:30.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:29 smithi007 bash[22721]: cluster 2024-09-13T13:13:28.861102+0000 mon.a (mon.0) 1018 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-13T13:13:31.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:30 smithi007 bash[22721]: cluster 2024-09-13T13:13:29.867076+0000 mgr.a (mgr.14397) 154 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:31.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:31 smithi007 bash[22721]: cluster 2024-09-13T13:13:29.867076+0000 mgr.a (mgr.14397) 154 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:31.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:31 smithi007 bash[22721]: audit 2024-09-13T13:13:30.001252+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:31.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:31 smithi007 bash[22721]: audit 2024-09-13T13:13:30.001252+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:31.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:31 smithi007 bash[22721]: audit 2024-09-13T13:13:30.012624+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:31.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:31 smithi007 bash[22721]: audit 2024-09-13T13:13:30.012624+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:31.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:31 smithi007 bash[22721]: audit 2024-09-13T13:13:30.022361+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:31.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:31 smithi007 bash[22721]: audit 2024-09-13T13:13:30.022361+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:31.460 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:31 smithi053 bash[23444]: cluster 2024-09-13T13:13:29.867076+0000 mgr.a (mgr.14397) 154 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:31.461 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:31 smithi053 bash[23444]: cluster 2024-09-13T13:13:29.867076+0000 mgr.a (mgr.14397) 154 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:31.461 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:31 smithi053 bash[23444]: audit 2024-09-13T13:13:30.001252+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:31.461 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:31 smithi053 bash[23444]: audit 2024-09-13T13:13:30.001252+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:31.461 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:31 smithi053 bash[23444]: audit 2024-09-13T13:13:30.012624+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:31.461 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:31 smithi053 bash[23444]: audit 2024-09-13T13:13:30.012624+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:31.461 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:31 smithi053 bash[23444]: audit 2024-09-13T13:13:30.022361+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:31.461 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:31 smithi053 bash[23444]: audit 2024-09-13T13:13:30.022361+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:32.809 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:32 smithi007 bash[22721]: audit 2024-09-13T13:13:31.619398+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:32.809 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:32 smithi007 bash[22721]: audit 2024-09-13T13:13:31.619398+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:32.809 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:32 smithi007 bash[22721]: audit 2024-09-13T13:13:31.620327+0000 mon.a (mon.0) 1023 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:13:32.809 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:32 smithi007 bash[22721]: audit 2024-09-13T13:13:31.620327+0000 mon.a (mon.0) 1023 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:13:32.960 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:32 smithi053 bash[23444]: audit 2024-09-13T13:13:31.619398+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:32.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:32 smithi053 bash[23444]: audit 2024-09-13T13:13:31.619398+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:32.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:32 smithi053 bash[23444]: audit 2024-09-13T13:13:31.620327+0000 mon.a (mon.0) 1023 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:13:32.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:32 smithi053 bash[23444]: audit 2024-09-13T13:13:31.620327+0000 mon.a (mon.0) 1023 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:13:33.808 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:33 smithi007 bash[22721]: cluster 2024-09-13T13:13:31.867604+0000 mgr.a (mgr.14397) 155 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:33.809 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:33 smithi007 bash[22721]: cluster 2024-09-13T13:13:31.867604+0000 mgr.a (mgr.14397) 155 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:33.960 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:33 smithi053 bash[23444]: cluster 2024-09-13T13:13:31.867604+0000 mgr.a (mgr.14397) 155 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:33.960 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:33 smithi053 bash[23444]: cluster 2024-09-13T13:13:31.867604+0000 mgr.a (mgr.14397) 155 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:35.960 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:35 smithi053 bash[23444]: cluster 2024-09-13T13:13:33.867956+0000 mgr.a (mgr.14397) 156 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:35.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:35 smithi053 bash[23444]: cluster 2024-09-13T13:13:33.867956+0000 mgr.a (mgr.14397) 156 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:36.058 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:35 smithi007 bash[22721]: cluster 2024-09-13T13:13:33.867956+0000 mgr.a (mgr.14397) 156 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:36.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:35 smithi007 bash[22721]: cluster 2024-09-13T13:13:33.867956+0000 mgr.a (mgr.14397) 156 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:36.559 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:13:36 smithi007 bash[22975]: ::ffff:172.21.15.53 - - [13/Sep/2024:13:13:36] "GET /metrics HTTP/1.1" 200 21589 "" "Prometheus/2.51.0" 2024-09-13T13:13:37.960 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:37 smithi053 bash[23444]: cluster 2024-09-13T13:13:35.868468+0000 mgr.a (mgr.14397) 157 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:37.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:37 smithi053 bash[23444]: cluster 2024-09-13T13:13:35.868468+0000 mgr.a (mgr.14397) 157 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:37.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:37 smithi053 bash[23444]: audit 2024-09-13T13:13:37.072532+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:37.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:37 smithi053 bash[23444]: audit 2024-09-13T13:13:37.072532+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:37.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:37 smithi053 bash[23444]: audit 2024-09-13T13:13:37.080043+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:37.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:37 smithi053 bash[23444]: audit 2024-09-13T13:13:37.080043+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:37.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:37 smithi053 bash[23444]: audit 2024-09-13T13:13:37.088671+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:37.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:37 smithi053 bash[23444]: audit 2024-09-13T13:13:37.088671+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:38.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:37 smithi007 bash[22721]: cluster 2024-09-13T13:13:35.868468+0000 mgr.a (mgr.14397) 157 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:38.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:37 smithi007 bash[22721]: cluster 2024-09-13T13:13:35.868468+0000 mgr.a (mgr.14397) 157 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:38.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:37 smithi007 bash[22721]: audit 2024-09-13T13:13:37.072532+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:38.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:37 smithi007 bash[22721]: audit 2024-09-13T13:13:37.072532+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:38.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:37 smithi007 bash[22721]: audit 2024-09-13T13:13:37.080043+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:38.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:37 smithi007 bash[22721]: audit 2024-09-13T13:13:37.080043+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:38.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:37 smithi007 bash[22721]: audit 2024-09-13T13:13:37.088671+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:38.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:37 smithi007 bash[22721]: audit 2024-09-13T13:13:37.088671+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:39.960 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:39 smithi053 bash[23444]: cluster 2024-09-13T13:13:37.869040+0000 mgr.a (mgr.14397) 158 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:39.960 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:39 smithi053 bash[23444]: cluster 2024-09-13T13:13:37.869040+0000 mgr.a (mgr.14397) 158 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:40.058 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:39 smithi007 bash[22721]: cluster 2024-09-13T13:13:37.869040+0000 mgr.a (mgr.14397) 158 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:40.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:39 smithi007 bash[22721]: cluster 2024-09-13T13:13:37.869040+0000 mgr.a (mgr.14397) 158 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:41.960 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:41 smithi053 bash[23444]: cluster 2024-09-13T13:13:39.869568+0000 mgr.a (mgr.14397) 159 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:41.960 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:41 smithi053 bash[23444]: cluster 2024-09-13T13:13:39.869568+0000 mgr.a (mgr.14397) 159 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:42.058 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:41 smithi007 bash[22721]: cluster 2024-09-13T13:13:39.869568+0000 mgr.a (mgr.14397) 159 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:42.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:41 smithi007 bash[22721]: cluster 2024-09-13T13:13:39.869568+0000 mgr.a (mgr.14397) 159 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:43.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:43 smithi053 bash[23444]: cluster 2024-09-13T13:13:41.870089+0000 mgr.a (mgr.14397) 160 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:43.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:43 smithi053 bash[23444]: cluster 2024-09-13T13:13:41.870089+0000 mgr.a (mgr.14397) 160 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:44.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:43 smithi007 bash[22721]: cluster 2024-09-13T13:13:41.870089+0000 mgr.a (mgr.14397) 160 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:44.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:43 smithi007 bash[22721]: cluster 2024-09-13T13:13:41.870089+0000 mgr.a (mgr.14397) 160 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:45.960 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:45 smithi053 bash[23444]: cluster 2024-09-13T13:13:43.870649+0000 mgr.a (mgr.14397) 161 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:45.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:45 smithi053 bash[23444]: cluster 2024-09-13T13:13:43.870649+0000 mgr.a (mgr.14397) 161 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:45.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:45 smithi053 bash[23444]: audit 2024-09-13T13:13:45.066915+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:45.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:45 smithi053 bash[23444]: audit 2024-09-13T13:13:45.066915+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:45.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:45 smithi053 bash[23444]: audit 2024-09-13T13:13:45.075558+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:45.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:45 smithi053 bash[23444]: audit 2024-09-13T13:13:45.075558+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:45.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:45 smithi053 bash[23444]: audit 2024-09-13T13:13:45.096841+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:45.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:45 smithi053 bash[23444]: audit 2024-09-13T13:13:45.096841+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:46.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:45 smithi007 bash[22721]: cluster 2024-09-13T13:13:43.870649+0000 mgr.a (mgr.14397) 161 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:46.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:45 smithi007 bash[22721]: cluster 2024-09-13T13:13:43.870649+0000 mgr.a (mgr.14397) 161 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:46.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:45 smithi007 bash[22721]: audit 2024-09-13T13:13:45.066915+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:46.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:45 smithi007 bash[22721]: audit 2024-09-13T13:13:45.066915+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:46.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:45 smithi007 bash[22721]: audit 2024-09-13T13:13:45.075558+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:46.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:45 smithi007 bash[22721]: audit 2024-09-13T13:13:45.075558+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:46.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:45 smithi007 bash[22721]: audit 2024-09-13T13:13:45.096841+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:46.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:45 smithi007 bash[22721]: audit 2024-09-13T13:13:45.096841+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:46.558 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:13:46 smithi007 bash[22975]: ::ffff:172.21.15.53 - - [13/Sep/2024:13:13:46] "GET /metrics HTTP/1.1" 200 21589 "" "Prometheus/2.51.0" 2024-09-13T13:13:47.710 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:47 smithi053 bash[23444]: cluster 2024-09-13T13:13:45.871236+0000 mgr.a (mgr.14397) 162 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:47.711 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:47 smithi053 bash[23444]: cluster 2024-09-13T13:13:45.871236+0000 mgr.a (mgr.14397) 162 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:47.711 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:47 smithi053 bash[23444]: audit 2024-09-13T13:13:46.460884+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:47.711 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:47 smithi053 bash[23444]: audit 2024-09-13T13:13:46.460884+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:47.711 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:47 smithi053 bash[23444]: audit 2024-09-13T13:13:46.469481+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:47.711 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:47 smithi053 bash[23444]: audit 2024-09-13T13:13:46.469481+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:47.711 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:47 smithi053 bash[23444]: audit 2024-09-13T13:13:46.479320+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:47.711 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:47 smithi053 bash[23444]: audit 2024-09-13T13:13:46.479320+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:47.711 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:47 smithi053 bash[23444]: audit 2024-09-13T13:13:46.616548+0000 mon.a (mon.0) 1033 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:13:47.711 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:47 smithi053 bash[23444]: audit 2024-09-13T13:13:46.616548+0000 mon.a (mon.0) 1033 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:13:47.711 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:47 smithi053 bash[23444]: audit 2024-09-13T13:13:47.215957+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:47.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:47 smithi053 bash[23444]: audit 2024-09-13T13:13:47.215957+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:47.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:47 smithi053 bash[23444]: audit 2024-09-13T13:13:47.225086+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:47.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:47 smithi053 bash[23444]: audit 2024-09-13T13:13:47.225086+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:47.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:47 smithi053 bash[23444]: audit 2024-09-13T13:13:47.234905+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:47.712 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:47 smithi053 bash[23444]: audit 2024-09-13T13:13:47.234905+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:47.809 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:47 smithi007 bash[22721]: cluster 2024-09-13T13:13:45.871236+0000 mgr.a (mgr.14397) 162 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:47.809 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:47 smithi007 bash[22721]: cluster 2024-09-13T13:13:45.871236+0000 mgr.a (mgr.14397) 162 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:47.809 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:47 smithi007 bash[22721]: audit 2024-09-13T13:13:46.460884+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:47.809 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:47 smithi007 bash[22721]: audit 2024-09-13T13:13:46.460884+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:47.809 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:47 smithi007 bash[22721]: audit 2024-09-13T13:13:46.469481+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:47.809 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:47 smithi007 bash[22721]: audit 2024-09-13T13:13:46.469481+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:47.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:47 smithi007 bash[22721]: audit 2024-09-13T13:13:46.479320+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:47.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:47 smithi007 bash[22721]: audit 2024-09-13T13:13:46.479320+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:47.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:47 smithi007 bash[22721]: audit 2024-09-13T13:13:46.616548+0000 mon.a (mon.0) 1033 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:13:47.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:47 smithi007 bash[22721]: audit 2024-09-13T13:13:46.616548+0000 mon.a (mon.0) 1033 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:13:47.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:47 smithi007 bash[22721]: audit 2024-09-13T13:13:47.215957+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:47.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:47 smithi007 bash[22721]: audit 2024-09-13T13:13:47.215957+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:47.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:47 smithi007 bash[22721]: audit 2024-09-13T13:13:47.225086+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:47.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:47 smithi007 bash[22721]: audit 2024-09-13T13:13:47.225086+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:47.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:47 smithi007 bash[22721]: audit 2024-09-13T13:13:47.234905+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:47.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:47 smithi007 bash[22721]: audit 2024-09-13T13:13:47.234905+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:49.809 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:49 smithi007 bash[22721]: cluster 2024-09-13T13:13:47.871721+0000 mgr.a (mgr.14397) 163 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:49.809 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:49 smithi007 bash[22721]: cluster 2024-09-13T13:13:47.871721+0000 mgr.a (mgr.14397) 163 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:49.960 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:49 smithi053 bash[23444]: cluster 2024-09-13T13:13:47.871721+0000 mgr.a (mgr.14397) 163 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:49.960 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:49 smithi053 bash[23444]: cluster 2024-09-13T13:13:47.871721+0000 mgr.a (mgr.14397) 163 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:51.801 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:51 smithi007 bash[22721]: cluster 2024-09-13T13:13:49.872208+0000 mgr.a (mgr.14397) 164 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:51.801 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:51 smithi007 bash[22721]: cluster 2024-09-13T13:13:49.872208+0000 mgr.a (mgr.14397) 164 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:51.960 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:51 smithi053 bash[23444]: cluster 2024-09-13T13:13:49.872208+0000 mgr.a (mgr.14397) 164 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:51.960 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:51 smithi053 bash[23444]: cluster 2024-09-13T13:13:49.872208+0000 mgr.a (mgr.14397) 164 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:53.752 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:53 smithi007 bash[22721]: cluster 2024-09-13T13:13:51.872566+0000 mgr.a (mgr.14397) 165 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:53.752 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:53 smithi007 bash[22721]: cluster 2024-09-13T13:13:51.872566+0000 mgr.a (mgr.14397) 165 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:53.960 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:53 smithi053 bash[23444]: cluster 2024-09-13T13:13:51.872566+0000 mgr.a (mgr.14397) 165 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:53.960 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:53 smithi053 bash[23444]: cluster 2024-09-13T13:13:51.872566+0000 mgr.a (mgr.14397) 165 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:55.808 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:55 smithi007 bash[22721]: cluster 2024-09-13T13:13:53.872917+0000 mgr.a (mgr.14397) 166 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:55.809 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:55 smithi007 bash[22721]: cluster 2024-09-13T13:13:53.872917+0000 mgr.a (mgr.14397) 166 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:55.960 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:55 smithi053 bash[23444]: cluster 2024-09-13T13:13:53.872917+0000 mgr.a (mgr.14397) 166 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:55.960 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:55 smithi053 bash[23444]: cluster 2024-09-13T13:13:53.872917+0000 mgr.a (mgr.14397) 166 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:56.558 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:13:56 smithi007 bash[22975]: ::ffff:172.21.15.53 - - [13/Sep/2024:13:13:56] "GET /metrics HTTP/1.1" 200 21589 "" "Prometheus/2.51.0" 2024-09-13T13:13:57.550 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:57 smithi007 bash[22721]: cluster 2024-09-13T13:13:55.873403+0000 mgr.a (mgr.14397) 167 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:57.551 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:57 smithi007 bash[22721]: cluster 2024-09-13T13:13:55.873403+0000 mgr.a (mgr.14397) 167 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:57.551 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:57 smithi007 bash[22721]: audit 2024-09-13T13:13:56.288302+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:57.551 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:57 smithi007 bash[22721]: audit 2024-09-13T13:13:56.288302+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:57.551 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:57 smithi007 bash[22721]: audit 2024-09-13T13:13:56.294297+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:57.551 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:57 smithi007 bash[22721]: audit 2024-09-13T13:13:56.294297+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:57.551 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:57 smithi007 bash[22721]: audit 2024-09-13T13:13:56.302397+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:57.551 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:57 smithi007 bash[22721]: audit 2024-09-13T13:13:56.302397+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:57.710 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:57 smithi053 bash[23444]: cluster 2024-09-13T13:13:55.873403+0000 mgr.a (mgr.14397) 167 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:57.710 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:57 smithi053 bash[23444]: cluster 2024-09-13T13:13:55.873403+0000 mgr.a (mgr.14397) 167 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:57.710 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:57 smithi053 bash[23444]: audit 2024-09-13T13:13:56.288302+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:57.711 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:57 smithi053 bash[23444]: audit 2024-09-13T13:13:56.288302+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:57.711 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:57 smithi053 bash[23444]: audit 2024-09-13T13:13:56.294297+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:57.711 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:57 smithi053 bash[23444]: audit 2024-09-13T13:13:56.294297+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:57.711 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:57 smithi053 bash[23444]: audit 2024-09-13T13:13:56.302397+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:57.711 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:57 smithi053 bash[23444]: audit 2024-09-13T13:13:56.302397+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:13:59.558 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:59 smithi007 bash[22721]: cluster 2024-09-13T13:13:57.873938+0000 mgr.a (mgr.14397) 168 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:59.559 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:13:59 smithi007 bash[22721]: cluster 2024-09-13T13:13:57.873938+0000 mgr.a (mgr.14397) 168 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:59.563 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:59 smithi053 bash[23444]: cluster 2024-09-13T13:13:57.873938+0000 mgr.a (mgr.14397) 168 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:13:59.563 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:13:59 smithi053 bash[23444]: cluster 2024-09-13T13:13:57.873938+0000 mgr.a (mgr.14397) 168 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:01.558 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:01 smithi007 bash[22721]: cluster 2024-09-13T13:13:59.874450+0000 mgr.a (mgr.14397) 169 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:01.559 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:01 smithi007 bash[22721]: cluster 2024-09-13T13:13:59.874450+0000 mgr.a (mgr.14397) 169 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:01.710 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:01 smithi053 bash[23444]: cluster 2024-09-13T13:13:59.874450+0000 mgr.a (mgr.14397) 169 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:01.710 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:01 smithi053 bash[23444]: cluster 2024-09-13T13:13:59.874450+0000 mgr.a (mgr.14397) 169 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:02.558 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:02 smithi007 bash[22721]: audit 2024-09-13T13:14:01.621523+0000 mon.a (mon.0) 1040 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:14:02.559 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:02 smithi007 bash[22721]: audit 2024-09-13T13:14:01.621523+0000 mon.a (mon.0) 1040 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:14:02.585 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:02 smithi053 bash[23444]: audit 2024-09-13T13:14:01.621523+0000 mon.a (mon.0) 1040 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:14:02.585 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:02 smithi053 bash[23444]: audit 2024-09-13T13:14:01.621523+0000 mon.a (mon.0) 1040 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:14:03.558 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:03 smithi007 bash[22721]: cluster 2024-09-13T13:14:01.874972+0000 mgr.a (mgr.14397) 170 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:03.558 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:03 smithi007 bash[22721]: cluster 2024-09-13T13:14:01.874972+0000 mgr.a (mgr.14397) 170 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:03.710 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:03 smithi053 bash[23444]: cluster 2024-09-13T13:14:01.874972+0000 mgr.a (mgr.14397) 170 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:03.710 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:03 smithi053 bash[23444]: cluster 2024-09-13T13:14:01.874972+0000 mgr.a (mgr.14397) 170 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:05.710 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:05 smithi053 bash[23444]: cluster 2024-09-13T13:14:03.875509+0000 mgr.a (mgr.14397) 171 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:05.710 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:05 smithi053 bash[23444]: cluster 2024-09-13T13:14:03.875509+0000 mgr.a (mgr.14397) 171 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:05.710 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:05 smithi053 bash[23444]: audit 2024-09-13T13:14:04.445784+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:05.711 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:05 smithi053 bash[23444]: audit 2024-09-13T13:14:04.445784+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:05.711 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:05 smithi053 bash[23444]: audit 2024-09-13T13:14:04.454424+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:05.711 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:05 smithi053 bash[23444]: audit 2024-09-13T13:14:04.454424+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:05.711 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:05 smithi053 bash[23444]: audit 2024-09-13T13:14:04.464129+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:05.711 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:05 smithi053 bash[23444]: audit 2024-09-13T13:14:04.464129+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:05.809 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:05 smithi007 bash[22721]: cluster 2024-09-13T13:14:03.875509+0000 mgr.a (mgr.14397) 171 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:05.809 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:05 smithi007 bash[22721]: cluster 2024-09-13T13:14:03.875509+0000 mgr.a (mgr.14397) 171 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:05.809 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:05 smithi007 bash[22721]: audit 2024-09-13T13:14:04.445784+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:05.809 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:05 smithi007 bash[22721]: audit 2024-09-13T13:14:04.445784+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:05.809 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:05 smithi007 bash[22721]: audit 2024-09-13T13:14:04.454424+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:05.809 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:05 smithi007 bash[22721]: audit 2024-09-13T13:14:04.454424+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:05.809 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:05 smithi007 bash[22721]: audit 2024-09-13T13:14:04.464129+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:05.809 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:05 smithi007 bash[22721]: audit 2024-09-13T13:14:04.464129+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:06.558 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:14:06 smithi007 bash[22975]: ::ffff:172.21.15.53 - - [13/Sep/2024:13:14:06] "GET /metrics HTTP/1.1" 200 21580 "" "Prometheus/2.51.0" 2024-09-13T13:14:07.960 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:07 smithi053 bash[23444]: cluster 2024-09-13T13:14:05.876027+0000 mgr.a (mgr.14397) 172 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:07.960 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:07 smithi053 bash[23444]: cluster 2024-09-13T13:14:05.876027+0000 mgr.a (mgr.14397) 172 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:07.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:07 smithi053 bash[23444]: audit 2024-09-13T13:14:06.646413+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:07.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:07 smithi053 bash[23444]: audit 2024-09-13T13:14:06.646413+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:07.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:07 smithi053 bash[23444]: audit 2024-09-13T13:14:06.655058+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:07.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:07 smithi053 bash[23444]: audit 2024-09-13T13:14:06.655058+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:07.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:07 smithi053 bash[23444]: audit 2024-09-13T13:14:06.664644+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:07.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:07 smithi053 bash[23444]: audit 2024-09-13T13:14:06.664644+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:08.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:07 smithi007 bash[22721]: cluster 2024-09-13T13:14:05.876027+0000 mgr.a (mgr.14397) 172 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:08.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:07 smithi007 bash[22721]: cluster 2024-09-13T13:14:05.876027+0000 mgr.a (mgr.14397) 172 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:08.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:07 smithi007 bash[22721]: audit 2024-09-13T13:14:06.646413+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:08.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:07 smithi007 bash[22721]: audit 2024-09-13T13:14:06.646413+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:08.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:07 smithi007 bash[22721]: audit 2024-09-13T13:14:06.655058+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:08.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:07 smithi007 bash[22721]: audit 2024-09-13T13:14:06.655058+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:08.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:07 smithi007 bash[22721]: audit 2024-09-13T13:14:06.664644+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:08.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:07 smithi007 bash[22721]: audit 2024-09-13T13:14:06.664644+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:09.960 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:09 smithi053 bash[23444]: cluster 2024-09-13T13:14:07.876543+0000 mgr.a (mgr.14397) 173 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:09.960 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:09 smithi053 bash[23444]: cluster 2024-09-13T13:14:07.876543+0000 mgr.a (mgr.14397) 173 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:10.058 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:09 smithi007 bash[22721]: cluster 2024-09-13T13:14:07.876543+0000 mgr.a (mgr.14397) 173 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:10.058 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:09 smithi007 bash[22721]: cluster 2024-09-13T13:14:07.876543+0000 mgr.a (mgr.14397) 173 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:11.960 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:11 smithi053 bash[23444]: cluster 2024-09-13T13:14:09.877045+0000 mgr.a (mgr.14397) 174 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:11.960 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:11 smithi053 bash[23444]: cluster 2024-09-13T13:14:09.877045+0000 mgr.a (mgr.14397) 174 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:12.058 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:11 smithi007 bash[22721]: cluster 2024-09-13T13:14:09.877045+0000 mgr.a (mgr.14397) 174 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:12.058 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:11 smithi007 bash[22721]: cluster 2024-09-13T13:14:09.877045+0000 mgr.a (mgr.14397) 174 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:13.931 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:13 smithi007 bash[22721]: cluster 2024-09-13T13:14:11.877691+0000 mgr.a (mgr.14397) 175 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:13.931 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:13 smithi007 bash[22721]: cluster 2024-09-13T13:14:11.877691+0000 mgr.a (mgr.14397) 175 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:13.960 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:13 smithi053 bash[23444]: cluster 2024-09-13T13:14:11.877691+0000 mgr.a (mgr.14397) 175 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:13.960 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:13 smithi053 bash[23444]: cluster 2024-09-13T13:14:11.877691+0000 mgr.a (mgr.14397) 175 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:15.809 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:15 smithi007 bash[22721]: cluster 2024-09-13T13:14:13.878291+0000 mgr.a (mgr.14397) 176 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:15.809 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:15 smithi007 bash[22721]: cluster 2024-09-13T13:14:13.878291+0000 mgr.a (mgr.14397) 176 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:15.809 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:15 smithi007 bash[22721]: audit 2024-09-13T13:14:15.507209+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:15.809 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:15 smithi007 bash[22721]: audit 2024-09-13T13:14:15.507209+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:15.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:15 smithi007 bash[22721]: audit 2024-09-13T13:14:15.515044+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:15.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:15 smithi007 bash[22721]: audit 2024-09-13T13:14:15.515044+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:15.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:15 smithi007 bash[22721]: audit 2024-09-13T13:14:15.524136+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:15.810 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:15 smithi007 bash[22721]: audit 2024-09-13T13:14:15.524136+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:15.960 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:15 smithi053 bash[23444]: cluster 2024-09-13T13:14:13.878291+0000 mgr.a (mgr.14397) 176 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:15.960 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:15 smithi053 bash[23444]: cluster 2024-09-13T13:14:13.878291+0000 mgr.a (mgr.14397) 176 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:15.960 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:15 smithi053 bash[23444]: audit 2024-09-13T13:14:15.507209+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:15.960 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:15 smithi053 bash[23444]: audit 2024-09-13T13:14:15.507209+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:15.960 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:15 smithi053 bash[23444]: audit 2024-09-13T13:14:15.515044+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:15.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:15 smithi053 bash[23444]: audit 2024-09-13T13:14:15.515044+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:15.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:15 smithi053 bash[23444]: audit 2024-09-13T13:14:15.524136+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:15.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:15 smithi053 bash[23444]: audit 2024-09-13T13:14:15.524136+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:16.558 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:14:16 smithi007 bash[22975]: ::ffff:172.21.15.53 - - [13/Sep/2024:13:14:16] "GET /metrics HTTP/1.1" 200 21580 "" "Prometheus/2.51.0" 2024-09-13T13:14:16.960 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:16 smithi053 bash[23444]: audit 2024-09-13T13:14:16.621424+0000 mon.a (mon.0) 1050 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:14:16.960 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:16 smithi053 bash[23444]: audit 2024-09-13T13:14:16.621424+0000 mon.a (mon.0) 1050 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:14:17.058 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:16 smithi007 bash[22721]: audit 2024-09-13T13:14:16.621424+0000 mon.a (mon.0) 1050 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:14:17.058 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:16 smithi007 bash[22721]: audit 2024-09-13T13:14:16.621424+0000 mon.a (mon.0) 1050 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:14:17.960 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:17 smithi053 bash[23444]: cluster 2024-09-13T13:14:15.878812+0000 mgr.a (mgr.14397) 177 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:17.960 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:17 smithi053 bash[23444]: cluster 2024-09-13T13:14:15.878812+0000 mgr.a (mgr.14397) 177 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:18.058 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:17 smithi007 bash[22721]: cluster 2024-09-13T13:14:15.878812+0000 mgr.a (mgr.14397) 177 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:18.058 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:17 smithi007 bash[22721]: cluster 2024-09-13T13:14:15.878812+0000 mgr.a (mgr.14397) 177 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:19.960 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:19 smithi053 bash[23444]: cluster 2024-09-13T13:14:17.879377+0000 mgr.a (mgr.14397) 178 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:19.960 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:19 smithi053 bash[23444]: cluster 2024-09-13T13:14:17.879377+0000 mgr.a (mgr.14397) 178 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:20.058 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:19 smithi007 bash[22721]: cluster 2024-09-13T13:14:17.879377+0000 mgr.a (mgr.14397) 178 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:20.058 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:19 smithi007 bash[22721]: cluster 2024-09-13T13:14:17.879377+0000 mgr.a (mgr.14397) 178 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:21.960 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:21 smithi053 bash[23444]: cluster 2024-09-13T13:14:19.879887+0000 mgr.a (mgr.14397) 179 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:21.960 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:21 smithi053 bash[23444]: cluster 2024-09-13T13:14:19.879887+0000 mgr.a (mgr.14397) 179 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:22.058 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:21 smithi007 bash[22721]: cluster 2024-09-13T13:14:19.879887+0000 mgr.a (mgr.14397) 179 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:22.058 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:21 smithi007 bash[22721]: cluster 2024-09-13T13:14:19.879887+0000 mgr.a (mgr.14397) 179 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:23.710 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:23 smithi053 bash[23444]: cluster 2024-09-13T13:14:21.880441+0000 mgr.a (mgr.14397) 180 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:23.710 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:23 smithi053 bash[23444]: cluster 2024-09-13T13:14:21.880441+0000 mgr.a (mgr.14397) 180 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:24.058 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:23 smithi007 bash[22721]: cluster 2024-09-13T13:14:21.880441+0000 mgr.a (mgr.14397) 180 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:24.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:23 smithi007 bash[22721]: cluster 2024-09-13T13:14:21.880441+0000 mgr.a (mgr.14397) 180 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:25.960 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:25 smithi053 bash[23444]: cluster 2024-09-13T13:14:23.881055+0000 mgr.a (mgr.14397) 181 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:25.960 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:25 smithi053 bash[23444]: cluster 2024-09-13T13:14:23.881055+0000 mgr.a (mgr.14397) 181 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:25.960 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:25 smithi053 bash[23444]: audit 2024-09-13T13:14:24.673050+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:25.960 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:25 smithi053 bash[23444]: audit 2024-09-13T13:14:24.673050+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:25.960 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:25 smithi053 bash[23444]: audit 2024-09-13T13:14:24.682034+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:25.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:25 smithi053 bash[23444]: audit 2024-09-13T13:14:24.682034+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:25.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:25 smithi053 bash[23444]: audit 2024-09-13T13:14:24.694299+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:25.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:25 smithi053 bash[23444]: audit 2024-09-13T13:14:24.694299+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:26.058 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:25 smithi007 bash[22721]: cluster 2024-09-13T13:14:23.881055+0000 mgr.a (mgr.14397) 181 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:26.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:25 smithi007 bash[22721]: cluster 2024-09-13T13:14:23.881055+0000 mgr.a (mgr.14397) 181 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:26.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:25 smithi007 bash[22721]: audit 2024-09-13T13:14:24.673050+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:26.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:25 smithi007 bash[22721]: audit 2024-09-13T13:14:24.673050+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:26.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:25 smithi007 bash[22721]: audit 2024-09-13T13:14:24.682034+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:26.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:25 smithi007 bash[22721]: audit 2024-09-13T13:14:24.682034+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:26.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:25 smithi007 bash[22721]: audit 2024-09-13T13:14:24.694299+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:26.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:25 smithi007 bash[22721]: audit 2024-09-13T13:14:24.694299+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:26.558 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:14:26 smithi007 bash[22975]: ::ffff:172.21.15.53 - - [13/Sep/2024:13:14:26] "GET /metrics HTTP/1.1" 200 21590 "" "Prometheus/2.51.0" 2024-09-13T13:14:27.960 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:27 smithi053 bash[23444]: cluster 2024-09-13T13:14:25.881709+0000 mgr.a (mgr.14397) 182 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:27.960 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:27 smithi053 bash[23444]: cluster 2024-09-13T13:14:25.881709+0000 mgr.a (mgr.14397) 182 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:27.960 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:27 smithi053 bash[23444]: audit 2024-09-13T13:14:26.871608+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:27.960 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:27 smithi053 bash[23444]: audit 2024-09-13T13:14:26.871608+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:27.960 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:27 smithi053 bash[23444]: audit 2024-09-13T13:14:26.880071+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:27.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:27 smithi053 bash[23444]: audit 2024-09-13T13:14:26.880071+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:27.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:27 smithi053 bash[23444]: audit 2024-09-13T13:14:26.889757+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:27.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:27 smithi053 bash[23444]: audit 2024-09-13T13:14:26.889757+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:28.058 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:27 smithi007 bash[22721]: cluster 2024-09-13T13:14:25.881709+0000 mgr.a (mgr.14397) 182 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:28.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:27 smithi007 bash[22721]: cluster 2024-09-13T13:14:25.881709+0000 mgr.a (mgr.14397) 182 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:28.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:27 smithi007 bash[22721]: audit 2024-09-13T13:14:26.871608+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:28.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:27 smithi007 bash[22721]: audit 2024-09-13T13:14:26.871608+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:28.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:27 smithi007 bash[22721]: audit 2024-09-13T13:14:26.880071+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:28.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:27 smithi007 bash[22721]: audit 2024-09-13T13:14:26.880071+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:28.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:27 smithi007 bash[22721]: audit 2024-09-13T13:14:26.889757+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:28.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:27 smithi007 bash[22721]: audit 2024-09-13T13:14:26.889757+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:28.960 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:28 smithi053 bash[23444]: audit 2024-09-13T13:14:28.413901+0000 mon.a (mon.0) 1057 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:14:28.960 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:28 smithi053 bash[23444]: audit 2024-09-13T13:14:28.413901+0000 mon.a (mon.0) 1057 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:14:29.058 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:28 smithi007 bash[22721]: audit 2024-09-13T13:14:28.413901+0000 mon.a (mon.0) 1057 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:14:29.058 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:28 smithi007 bash[22721]: audit 2024-09-13T13:14:28.413901+0000 mon.a (mon.0) 1057 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T13:14:29.960 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:29 smithi053 bash[23444]: cluster 2024-09-13T13:14:27.882269+0000 mgr.a (mgr.14397) 183 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:29.960 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:29 smithi053 bash[23444]: cluster 2024-09-13T13:14:27.882269+0000 mgr.a (mgr.14397) 183 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:29.960 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:29 smithi053 bash[23444]: audit 2024-09-13T13:14:28.970148+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:29.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:29 smithi053 bash[23444]: audit 2024-09-13T13:14:28.970148+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:29.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:29 smithi053 bash[23444]: audit 2024-09-13T13:14:28.978607+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:29.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:29 smithi053 bash[23444]: audit 2024-09-13T13:14:28.978607+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:29.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:29 smithi053 bash[23444]: audit 2024-09-13T13:14:28.980937+0000 mon.a (mon.0) 1060 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:14:29.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:29 smithi053 bash[23444]: audit 2024-09-13T13:14:28.980937+0000 mon.a (mon.0) 1060 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:14:29.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:29 smithi053 bash[23444]: audit 2024-09-13T13:14:28.982696+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:14:29.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:29 smithi053 bash[23444]: audit 2024-09-13T13:14:28.982696+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:14:29.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:29 smithi053 bash[23444]: audit 2024-09-13T13:14:28.991905+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:29.961 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:29 smithi053 bash[23444]: audit 2024-09-13T13:14:28.991905+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:30.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:29 smithi007 bash[22721]: cluster 2024-09-13T13:14:27.882269+0000 mgr.a (mgr.14397) 183 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:30.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:29 smithi007 bash[22721]: cluster 2024-09-13T13:14:27.882269+0000 mgr.a (mgr.14397) 183 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:30.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:29 smithi007 bash[22721]: audit 2024-09-13T13:14:28.970148+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:30.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:29 smithi007 bash[22721]: audit 2024-09-13T13:14:28.970148+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:30.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:29 smithi007 bash[22721]: audit 2024-09-13T13:14:28.978607+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:30.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:29 smithi007 bash[22721]: audit 2024-09-13T13:14:28.978607+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:30.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:29 smithi007 bash[22721]: audit 2024-09-13T13:14:28.980937+0000 mon.a (mon.0) 1060 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:14:30.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:29 smithi007 bash[22721]: audit 2024-09-13T13:14:28.980937+0000 mon.a (mon.0) 1060 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T13:14:30.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:29 smithi007 bash[22721]: audit 2024-09-13T13:14:28.982696+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:14:30.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:29 smithi007 bash[22721]: audit 2024-09-13T13:14:28.982696+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T13:14:30.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:29 smithi007 bash[22721]: audit 2024-09-13T13:14:28.991905+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:30.060 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:29 smithi007 bash[22721]: audit 2024-09-13T13:14:28.991905+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:31.808 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:31 smithi007 bash[22721]: cluster 2024-09-13T13:14:29.882784+0000 mgr.a (mgr.14397) 184 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:31.809 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:31 smithi007 bash[22721]: cluster 2024-09-13T13:14:29.882784+0000 mgr.a (mgr.14397) 184 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:31.809 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:31 smithi007 bash[22721]: audit 2024-09-13T13:14:31.622406+0000 mon.a (mon.0) 1063 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:14:31.809 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:31 smithi007 bash[22721]: audit 2024-09-13T13:14:31.622406+0000 mon.a (mon.0) 1063 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:14:31.960 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:31 smithi053 bash[23444]: cluster 2024-09-13T13:14:29.882784+0000 mgr.a (mgr.14397) 184 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:31.960 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:31 smithi053 bash[23444]: cluster 2024-09-13T13:14:29.882784+0000 mgr.a (mgr.14397) 184 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:31.960 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:31 smithi053 bash[23444]: audit 2024-09-13T13:14:31.622406+0000 mon.a (mon.0) 1063 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:14:31.960 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:31 smithi053 bash[23444]: audit 2024-09-13T13:14:31.622406+0000 mon.a (mon.0) 1063 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:14:33.808 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:33 smithi007 bash[22721]: cluster 2024-09-13T13:14:31.883269+0000 mgr.a (mgr.14397) 185 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:33.809 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:33 smithi007 bash[22721]: cluster 2024-09-13T13:14:31.883269+0000 mgr.a (mgr.14397) 185 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:33.960 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:33 smithi053 bash[23444]: cluster 2024-09-13T13:14:31.883269+0000 mgr.a (mgr.14397) 185 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:33.960 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:33 smithi053 bash[23444]: cluster 2024-09-13T13:14:31.883269+0000 mgr.a (mgr.14397) 185 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:35.960 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:35 smithi053 bash[23444]: cluster 2024-09-13T13:14:33.883848+0000 mgr.a (mgr.14397) 186 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:35.960 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:35 smithi053 bash[23444]: cluster 2024-09-13T13:14:33.883848+0000 mgr.a (mgr.14397) 186 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:36.058 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:35 smithi007 bash[22721]: cluster 2024-09-13T13:14:33.883848+0000 mgr.a (mgr.14397) 186 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:36.058 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:35 smithi007 bash[22721]: cluster 2024-09-13T13:14:33.883848+0000 mgr.a (mgr.14397) 186 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:36.558 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:14:36 smithi007 bash[22975]: ::ffff:172.21.15.53 - - [13/Sep/2024:13:14:36] "GET /metrics HTTP/1.1" 200 21587 "" "Prometheus/2.51.0" 2024-09-13T13:14:37.058 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:36 smithi007 bash[22721]: audit 2024-09-13T13:14:35.739859+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:37.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:36 smithi007 bash[22721]: audit 2024-09-13T13:14:35.739859+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:37.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:36 smithi007 bash[22721]: audit 2024-09-13T13:14:35.748668+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:37.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:36 smithi007 bash[22721]: audit 2024-09-13T13:14:35.748668+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:37.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:36 smithi007 bash[22721]: audit 2024-09-13T13:14:35.758417+0000 mon.a (mon.0) 1066 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:37.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:36 smithi007 bash[22721]: audit 2024-09-13T13:14:35.758417+0000 mon.a (mon.0) 1066 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:37.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:36 smithi007 bash[22721]: cluster 2024-09-13T13:14:35.884385+0000 mgr.a (mgr.14397) 187 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:37.059 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:36 smithi007 bash[22721]: cluster 2024-09-13T13:14:35.884385+0000 mgr.a (mgr.14397) 187 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:37.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:36 smithi053 bash[23444]: audit 2024-09-13T13:14:35.739859+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:37.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:36 smithi053 bash[23444]: audit 2024-09-13T13:14:35.739859+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:37.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:36 smithi053 bash[23444]: audit 2024-09-13T13:14:35.748668+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:37.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:36 smithi053 bash[23444]: audit 2024-09-13T13:14:35.748668+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:37.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:36 smithi053 bash[23444]: audit 2024-09-13T13:14:35.758417+0000 mon.a (mon.0) 1066 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:37.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:36 smithi053 bash[23444]: audit 2024-09-13T13:14:35.758417+0000 mon.a (mon.0) 1066 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:37.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:36 smithi053 bash[23444]: cluster 2024-09-13T13:14:35.884385+0000 mgr.a (mgr.14397) 187 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:37.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:36 smithi053 bash[23444]: cluster 2024-09-13T13:14:35.884385+0000 mgr.a (mgr.14397) 187 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:39.210 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:38 smithi053 bash[23444]: cluster 2024-09-13T13:14:37.884927+0000 mgr.a (mgr.14397) 188 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:39.210 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:38 smithi053 bash[23444]: cluster 2024-09-13T13:14:37.884927+0000 mgr.a (mgr.14397) 188 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:39.308 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:38 smithi007 bash[22721]: cluster 2024-09-13T13:14:37.884927+0000 mgr.a (mgr.14397) 188 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:39.308 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:38 smithi007 bash[22721]: cluster 2024-09-13T13:14:37.884927+0000 mgr.a (mgr.14397) 188 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:41.210 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:40 smithi053 bash[23444]: cluster 2024-09-13T13:14:39.885392+0000 mgr.a (mgr.14397) 189 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:41.210 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:40 smithi053 bash[23444]: cluster 2024-09-13T13:14:39.885392+0000 mgr.a (mgr.14397) 189 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:41.308 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:40 smithi007 bash[22721]: cluster 2024-09-13T13:14:39.885392+0000 mgr.a (mgr.14397) 189 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:41.308 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:40 smithi007 bash[22721]: cluster 2024-09-13T13:14:39.885392+0000 mgr.a (mgr.14397) 189 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:43.210 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:42 smithi053 bash[23444]: cluster 2024-09-13T13:14:41.885885+0000 mgr.a (mgr.14397) 190 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:43.210 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:42 smithi053 bash[23444]: cluster 2024-09-13T13:14:41.885885+0000 mgr.a (mgr.14397) 190 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:43.308 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:42 smithi007 bash[22721]: cluster 2024-09-13T13:14:41.885885+0000 mgr.a (mgr.14397) 190 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:43.308 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:42 smithi007 bash[22721]: cluster 2024-09-13T13:14:41.885885+0000 mgr.a (mgr.14397) 190 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:45.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:44 smithi053 bash[23444]: cluster 2024-09-13T13:14:43.886419+0000 mgr.a (mgr.14397) 191 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:45.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:44 smithi053 bash[23444]: cluster 2024-09-13T13:14:43.886419+0000 mgr.a (mgr.14397) 191 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:45.213 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:44 smithi053 bash[23444]: audit 2024-09-13T13:14:44.904396+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:45.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:44 smithi053 bash[23444]: audit 2024-09-13T13:14:44.904396+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:45.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:44 smithi053 bash[23444]: audit 2024-09-13T13:14:44.913262+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:45.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:44 smithi053 bash[23444]: audit 2024-09-13T13:14:44.913262+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:45.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:44 smithi053 bash[23444]: audit 2024-09-13T13:14:44.922871+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:45.214 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:44 smithi053 bash[23444]: audit 2024-09-13T13:14:44.922871+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:45.308 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:44 smithi007 bash[22721]: cluster 2024-09-13T13:14:43.886419+0000 mgr.a (mgr.14397) 191 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:45.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:44 smithi007 bash[22721]: cluster 2024-09-13T13:14:43.886419+0000 mgr.a (mgr.14397) 191 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:45.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:44 smithi007 bash[22721]: audit 2024-09-13T13:14:44.904396+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:45.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:44 smithi007 bash[22721]: audit 2024-09-13T13:14:44.904396+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:45.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:44 smithi007 bash[22721]: audit 2024-09-13T13:14:44.913262+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:45.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:44 smithi007 bash[22721]: audit 2024-09-13T13:14:44.913262+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:45.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:44 smithi007 bash[22721]: audit 2024-09-13T13:14:44.922871+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:45.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:44 smithi007 bash[22721]: audit 2024-09-13T13:14:44.922871+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:46.558 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:14:46 smithi007 bash[22975]: ::ffff:172.21.15.53 - - [13/Sep/2024:13:14:46] "GET /metrics HTTP/1.1" 200 21587 "" "Prometheus/2.51.0" 2024-09-13T13:14:47.210 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:46 smithi053 bash[23444]: cluster 2024-09-13T13:14:45.886916+0000 mgr.a (mgr.14397) 192 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:47.210 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:46 smithi053 bash[23444]: cluster 2024-09-13T13:14:45.886916+0000 mgr.a (mgr.14397) 192 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:47.210 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:46 smithi053 bash[23444]: audit 2024-09-13T13:14:46.622612+0000 mon.a (mon.0) 1070 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:14:47.210 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:46 smithi053 bash[23444]: audit 2024-09-13T13:14:46.622612+0000 mon.a (mon.0) 1070 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:14:47.308 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:46 smithi007 bash[22721]: cluster 2024-09-13T13:14:45.886916+0000 mgr.a (mgr.14397) 192 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:47.308 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:46 smithi007 bash[22721]: cluster 2024-09-13T13:14:45.886916+0000 mgr.a (mgr.14397) 192 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:47.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:46 smithi007 bash[22721]: audit 2024-09-13T13:14:46.622612+0000 mon.a (mon.0) 1070 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:14:47.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:46 smithi007 bash[22721]: audit 2024-09-13T13:14:46.622612+0000 mon.a (mon.0) 1070 : audit [DBG] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T13:14:48.460 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:48 smithi053 bash[23444]: audit 2024-09-13T13:14:47.083143+0000 mon.a (mon.0) 1071 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:48.460 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:48 smithi053 bash[23444]: audit 2024-09-13T13:14:47.083143+0000 mon.a (mon.0) 1071 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:48.460 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:48 smithi053 bash[23444]: audit 2024-09-13T13:14:47.091887+0000 mon.a (mon.0) 1072 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:48.460 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:48 smithi053 bash[23444]: audit 2024-09-13T13:14:47.091887+0000 mon.a (mon.0) 1072 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:48.460 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:48 smithi053 bash[23444]: audit 2024-09-13T13:14:47.101825+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:48.460 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:48 smithi053 bash[23444]: audit 2024-09-13T13:14:47.101825+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:48.558 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:48 smithi007 bash[22721]: audit 2024-09-13T13:14:47.083143+0000 mon.a (mon.0) 1071 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:48.558 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:48 smithi007 bash[22721]: audit 2024-09-13T13:14:47.083143+0000 mon.a (mon.0) 1071 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:48.559 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:48 smithi007 bash[22721]: audit 2024-09-13T13:14:47.091887+0000 mon.a (mon.0) 1072 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:48.559 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:48 smithi007 bash[22721]: audit 2024-09-13T13:14:47.091887+0000 mon.a (mon.0) 1072 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:48.559 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:48 smithi007 bash[22721]: audit 2024-09-13T13:14:47.101825+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:48.559 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:48 smithi007 bash[22721]: audit 2024-09-13T13:14:47.101825+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:49.459 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:49 smithi053 bash[23444]: cluster 2024-09-13T13:14:47.887447+0000 mgr.a (mgr.14397) 193 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:49.460 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:49 smithi053 bash[23444]: cluster 2024-09-13T13:14:47.887447+0000 mgr.a (mgr.14397) 193 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:49.558 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:49 smithi007 bash[22721]: cluster 2024-09-13T13:14:47.887447+0000 mgr.a (mgr.14397) 193 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:49.558 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:49 smithi007 bash[22721]: cluster 2024-09-13T13:14:47.887447+0000 mgr.a (mgr.14397) 193 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:51.459 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:51 smithi053 bash[23444]: cluster 2024-09-13T13:14:49.887963+0000 mgr.a (mgr.14397) 194 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:51.460 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:51 smithi053 bash[23444]: cluster 2024-09-13T13:14:49.887963+0000 mgr.a (mgr.14397) 194 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:51.558 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:51 smithi007 bash[22721]: cluster 2024-09-13T13:14:49.887963+0000 mgr.a (mgr.14397) 194 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:51.560 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:51 smithi007 bash[22721]: cluster 2024-09-13T13:14:49.887963+0000 mgr.a (mgr.14397) 194 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:53.284 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:53 smithi007 bash[22721]: cluster 2024-09-13T13:14:51.888497+0000 mgr.a (mgr.14397) 195 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:53.284 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:53 smithi007 bash[22721]: cluster 2024-09-13T13:14:51.888497+0000 mgr.a (mgr.14397) 195 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:53.459 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:53 smithi053 bash[23444]: cluster 2024-09-13T13:14:51.888497+0000 mgr.a (mgr.14397) 195 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:53.460 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:53 smithi053 bash[23444]: cluster 2024-09-13T13:14:51.888497+0000 mgr.a (mgr.14397) 195 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:55.459 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:55 smithi053 bash[23444]: cluster 2024-09-13T13:14:53.889025+0000 mgr.a (mgr.14397) 196 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:55.460 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:55 smithi053 bash[23444]: cluster 2024-09-13T13:14:53.889025+0000 mgr.a (mgr.14397) 196 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:55.511 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:55 smithi007 bash[22721]: cluster 2024-09-13T13:14:53.889025+0000 mgr.a (mgr.14397) 196 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:55.511 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:55 smithi007 bash[22721]: cluster 2024-09-13T13:14:53.889025+0000 mgr.a (mgr.14397) 196 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:56.558 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:14:56 smithi007 bash[22975]: ::ffff:172.21.15.53 - - [13/Sep/2024:13:14:56] "GET /metrics HTTP/1.1" 200 21587 "" "Prometheus/2.51.0" 2024-09-13T13:14:57.210 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:56 smithi053 bash[23444]: cluster 2024-09-13T13:14:55.889488+0000 mgr.a (mgr.14397) 197 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:57.210 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:56 smithi053 bash[23444]: cluster 2024-09-13T13:14:55.889488+0000 mgr.a (mgr.14397) 197 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:57.210 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:56 smithi053 bash[23444]: audit 2024-09-13T13:14:55.915301+0000 mon.a (mon.0) 1074 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:57.210 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:56 smithi053 bash[23444]: audit 2024-09-13T13:14:55.915301+0000 mon.a (mon.0) 1074 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:57.210 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:56 smithi053 bash[23444]: audit 2024-09-13T13:14:55.922120+0000 mon.a (mon.0) 1075 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:57.210 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:56 smithi053 bash[23444]: audit 2024-09-13T13:14:55.922120+0000 mon.a (mon.0) 1075 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:57.210 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:56 smithi053 bash[23444]: audit 2024-09-13T13:14:55.931538+0000 mon.a (mon.0) 1076 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:57.210 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:56 smithi053 bash[23444]: audit 2024-09-13T13:14:55.931538+0000 mon.a (mon.0) 1076 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:57.308 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:56 smithi007 bash[22721]: cluster 2024-09-13T13:14:55.889488+0000 mgr.a (mgr.14397) 197 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:57.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:56 smithi007 bash[22721]: cluster 2024-09-13T13:14:55.889488+0000 mgr.a (mgr.14397) 197 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:57.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:56 smithi007 bash[22721]: audit 2024-09-13T13:14:55.915301+0000 mon.a (mon.0) 1074 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:57.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:56 smithi007 bash[22721]: audit 2024-09-13T13:14:55.915301+0000 mon.a (mon.0) 1074 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:57.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:56 smithi007 bash[22721]: audit 2024-09-13T13:14:55.922120+0000 mon.a (mon.0) 1075 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:57.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:56 smithi007 bash[22721]: audit 2024-09-13T13:14:55.922120+0000 mon.a (mon.0) 1075 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:57.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:56 smithi007 bash[22721]: audit 2024-09-13T13:14:55.931538+0000 mon.a (mon.0) 1076 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:57.309 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:56 smithi007 bash[22721]: audit 2024-09-13T13:14:55.931538+0000 mon.a (mon.0) 1076 : audit [INF] from='mgr.14397 172.21.15.7:0/1972742551' entity='mgr.a' 2024-09-13T13:14:57.642 INFO:teuthology.orchestra.run.smithi007.stderr:+ curl -s http://172.21.15.53:9095/api/v1/status/config 2024-09-13T13:14:57.651 INFO:teuthology.orchestra.run.smithi007.stderr:+ curl -s http://172.21.15.53:9095/api/v1/status/config 2024-09-13T13:14:57.651 INFO:teuthology.orchestra.run.smithi007.stderr:+ jq -e '.status == "success"' 2024-09-13T13:14:57.659 INFO:teuthology.orchestra.run.smithi007.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: fa2bba74-71cf-11ef-bceb-c7b262605968\nalerting:\n alertmanagers:\n - follow_redirects: true\n enable_http2: true\n scheme: http\n timeout: 10s\n api_version: v2\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.7: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: fa2bba74-71cf-11ef-bceb-c7b262605968\n action: replace\n - source_labels: [instance]\n separator: ;\n regex: (.*)\n target_label: instance\n replacement: ceph_cluster\n action: replace\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.7: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: fa2bba74-71cf-11ef-bceb-c7b262605968\n action: replace\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.7: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: fa2bba74-71cf-11ef-bceb-c7b262605968\n action: replace\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.7: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.7: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.7: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.7: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-13T13:14:57.659 INFO:teuthology.orchestra.run.smithi007.stderr:+ curl -s http://172.21.15.53:9095/api/v1/alerts 2024-09-13T13:14:57.665 INFO:teuthology.orchestra.run.smithi007.stderr:+ curl -s http://172.21.15.53:9095/api/v1/alerts 2024-09-13T13:14:57.666 INFO:teuthology.orchestra.run.smithi007.stderr:+ jq -e '.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"' 2024-09-13T13:14:57.671 INFO:teuthology.orchestra.run.smithi007.stdout:{"status":"success","data":{"alerts":[{"labels":{"alertname":"CephMonDownQuorumAtRisk","oid":"1.3.6.1.4.1.50495.1.2.1.3.1","severity":"critical","type":"ceph_default"},"annotations":{"description":"Quorum requires a majority of monitors (x 2) to be active. Without quorum the cluster will become inoperable, affecting all services and connected clients. The following monitors are down: - mon.c on smithi077","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"state":"firing","activeAt":"2024-09-13T13:13: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 smithi077\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-13T13:13:42.639590217Z","value":"1e+00"},{"labels":{"alertname":"CephHealthWarning","cluster":"fa2bba74-71cf-11ef-bceb-c7b262605968","instance":"ceph_cluster","job":"ceph","severity":"warning","type":"ceph_default"},"annotations":{"description":"The cluster state has been HEALTH_WARN for more than 15 minutes. Please check 'ceph health detail' for more information.","summary":"Ceph is in the WARNING state"},"state":"pending","activeAt":"2024-09-13T13:13:43.558815712Z","value":"1e+00"}]}}true 2024-09-13T13:14:57.671 INFO:teuthology.orchestra.run.smithi007.stderr:+ curl -s http://172.21.15.77:9093/api/v1/status 2024-09-13T13:14:57.676 INFO:teuthology.orchestra.run.smithi007.stdout:{"status":"deprecated","error":"The Alertmanager v1 API was deprecated in version 0.16.0 and is removed as of version 0.28.0 - please use the equivalent route in the v2 API"} 2024-09-13T13:14:57.676 INFO:teuthology.orchestra.run.smithi007.stderr:+ curl -s http://172.21.15.77:9093/api/v1/alerts 2024-09-13T13:14:57.681 INFO:teuthology.orchestra.run.smithi007.stdout:{"status":"deprecated","error":"The Alertmanager v1 API was deprecated in version 0.16.0 and is removed as of version 0.28.0 - please use the equivalent route in the v2 API"} 2024-09-13T13:14:57.682 INFO:teuthology.orchestra.run.smithi007.stderr:+ curl -s http://172.21.15.77:9093/api/v1/alerts 2024-09-13T13:14:57.682 INFO:teuthology.orchestra.run.smithi007.stderr:+ jq -e '.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"' 2024-09-13T13:14:57.686 INFO:teuthology.orchestra.run.smithi007.stderr:jq: error (at :1): Cannot iterate over null (null) 2024-09-13T13:14:58.422 DEBUG:teuthology.orchestra.run:got remote process result: 5 2024-09-13T13:14:58.423 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_b0201b8c79733293453e7f10a10c7fa43119222b/qa/tasks/cephadm.py", line 1525, in shell _shell( File "/home/teuthworker/src/git.ceph.com_ceph-c_b0201b8c79733293453e7f10a10c7fa43119222b/qa/tasks/cephadm.py", line 111, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi007 with status 5: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0201b8c79733293453e7f10a10c7fa43119222b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fa2bba74-71cf-11ef-bceb-c7b262605968 -- bash -c \'set -e\nset -x\nceph orch apply node-exporter\nceph orch apply grafana\nceph orch apply alertmanager\nceph orch apply prometheus\nsleep 240\nceph orch ls\nceph orch ps\nceph orch host ls\nMON_DAEMON=$(ceph orch ps --daemon-type mon -f json | jq -r \'"\'"\'last | .daemon_name\'"\'"\')\nGRAFANA_HOST=$(ceph orch ps --daemon-type grafana -f json | jq -e \'"\'"\'.[]\'"\'"\' | jq -r \'"\'"\'.hostname\'"\'"\')\nPROM_HOST=$(ceph orch ps --daemon-type prometheus -f json | jq -e \'"\'"\'.[]\'"\'"\' | jq -r \'"\'"\'.hostname\'"\'"\')\nALERTM_HOST=$(ceph orch ps --daemon-type alertmanager -f json | jq -e \'"\'"\'.[]\'"\'"\' | jq -r \'"\'"\'.hostname\'"\'"\')\nGRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST "$GRAFANA_HOST" \'"\'"\'.[] | select(.hostname==$GRAFANA_HOST) | .addr\'"\'"\')\nPROM_IP=$(ceph orch host ls -f json | jq -r --arg PROM_HOST "$PROM_HOST" \'"\'"\'.[] | select(.hostname==$PROM_HOST) | .addr\'"\'"\')\nALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST "$ALERTM_HOST" \'"\'"\'.[] | select(.hostname==$ALERTM_HOST) | .addr\'"\'"\')\n# check each host node-exporter metrics endpoint is responsive\nALL_HOST_IPS=$(ceph orch host ls -f json | jq -r \'"\'"\'.[] | .addr\'"\'"\')\nfor ip in $ALL_HOST_IPS; do\n curl -s http://${ip}:9100/metric\ndone\n# check grafana endpoints are responsive and database health is okay\ncurl -k -s https://${GRAFANA_IP}:3000/api/health\ncurl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e \'"\'"\'.database == "ok"\'"\'"\'\n# stop mon daemon in order to trigger an alert\nceph orch daemon stop $MON_DAEMON\nsleep 120\n# check prometheus endpoints are responsive and mon down alert is firing\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ncurl -s http://${PROM_IP}:9095/api/v1/status/config | jq -e \'"\'"\'.status == "success"\'"\'"\'\ncurl -s http://${PROM_IP}:9095/api/v1/alerts\ncurl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e \'"\'"\'.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"\'"\'"\'\n# check alertmanager endpoints are responsive and mon down alert is active\ncurl -s http://${ALERTM_IP}:9093/api/v1/status\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e \'"\'"\'.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"\'"\'"\'\n\'' 2024-09-13T13:14:58.620 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=a9da09354c41462fa6b4ee6309725b83 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_b0201b8c79733293453e7f10a10c7fa43119222b/qa/tasks/cephadm.py", line 1525, in shell _shell( File "/home/teuthworker/src/git.ceph.com_ceph-c_b0201b8c79733293453e7f10a10c7fa43119222b/qa/tasks/cephadm.py", line 111, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi007 with status 5: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0201b8c79733293453e7f10a10c7fa43119222b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fa2bba74-71cf-11ef-bceb-c7b262605968 -- bash -c \'set -e\nset -x\nceph orch apply node-exporter\nceph orch apply grafana\nceph orch apply alertmanager\nceph orch apply prometheus\nsleep 240\nceph orch ls\nceph orch ps\nceph orch host ls\nMON_DAEMON=$(ceph orch ps --daemon-type mon -f json | jq -r \'"\'"\'last | .daemon_name\'"\'"\')\nGRAFANA_HOST=$(ceph orch ps --daemon-type grafana -f json | jq -e \'"\'"\'.[]\'"\'"\' | jq -r \'"\'"\'.hostname\'"\'"\')\nPROM_HOST=$(ceph orch ps --daemon-type prometheus -f json | jq -e \'"\'"\'.[]\'"\'"\' | jq -r \'"\'"\'.hostname\'"\'"\')\nALERTM_HOST=$(ceph orch ps --daemon-type alertmanager -f json | jq -e \'"\'"\'.[]\'"\'"\' | jq -r \'"\'"\'.hostname\'"\'"\')\nGRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST "$GRAFANA_HOST" \'"\'"\'.[] | select(.hostname==$GRAFANA_HOST) | .addr\'"\'"\')\nPROM_IP=$(ceph orch host ls -f json | jq -r --arg PROM_HOST "$PROM_HOST" \'"\'"\'.[] | select(.hostname==$PROM_HOST) | .addr\'"\'"\')\nALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST "$ALERTM_HOST" \'"\'"\'.[] | select(.hostname==$ALERTM_HOST) | .addr\'"\'"\')\n# check each host node-exporter metrics endpoint is responsive\nALL_HOST_IPS=$(ceph orch host ls -f json | jq -r \'"\'"\'.[] | .addr\'"\'"\')\nfor ip in $ALL_HOST_IPS; do\n curl -s http://${ip}:9100/metric\ndone\n# check grafana endpoints are responsive and database health is okay\ncurl -k -s https://${GRAFANA_IP}:3000/api/health\ncurl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e \'"\'"\'.database == "ok"\'"\'"\'\n# stop mon daemon in order to trigger an alert\nceph orch daemon stop $MON_DAEMON\nsleep 120\n# check prometheus endpoints are responsive and mon down alert is firing\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ncurl -s http://${PROM_IP}:9095/api/v1/status/config | jq -e \'"\'"\'.status == "success"\'"\'"\'\ncurl -s http://${PROM_IP}:9095/api/v1/alerts\ncurl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e \'"\'"\'.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"\'"\'"\'\n# check alertmanager endpoints are responsive and mon down alert is active\ncurl -s http://${ALERTM_IP}:9093/api/v1/status\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e \'"\'"\'.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"\'"\'"\'\n\'' 2024-09-13T13:14:58.623 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-13T13:14:58.694 INFO:tasks.cephadm:Teardown begin 2024-09-13T13:14:58.695 DEBUG:teuthology.orchestra.run.smithi007:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-13T13:14:58.721 DEBUG:teuthology.orchestra.run.smithi053:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-13T13:14:58.737 DEBUG:teuthology.orchestra.run.smithi077:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-13T13:14:58.752 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-13T13:14:58.752 DEBUG:teuthology.orchestra.run.smithi007:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-13T13:14:58.769 DEBUG:teuthology.orchestra.run.smithi053:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-13T13:14:58.782 DEBUG:teuthology.orchestra.run.smithi077:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-13T13:14:58.805 INFO:tasks.cephadm:Stopping all daemons... 2024-09-13T13:14:58.805 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-09-13T13:14:58.805 DEBUG:teuthology.orchestra.run.smithi007:> sudo systemctl stop ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@mon.a 2024-09-13T13:14:58.975 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:58 smithi007 systemd[1]: Stopping Ceph mon.a for fa2bba74-71cf-11ef-bceb-c7b262605968... 2024-09-13T13:14:58.976 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:58 smithi007 bash[22721]: cluster 2024-09-13T13:14:57.890054+0000 mgr.a (mgr.14397) 198 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:58.976 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:58 smithi007 bash[22721]: cluster 2024-09-13T13:14:57.890054+0000 mgr.a (mgr.14397) 198 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:58.976 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:58 smithi007 bash[22721]: debug 2024-09-13T13:14:58.972+0000 7fa3276a4640 -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-13T13:14:59.135 INFO:journalctl@ceph.mon.a.smithi007.stdout:Sep 13 13:14:58 smithi007 bash[22721]: debug 2024-09-13T13:14:58.972+0000 7fa3276a4640 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-09-13T13:14:59.135 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:14:58 smithi007 bash[22975]: [13/Sep/2024:13:14:58] ENGINE Bus STOPPING 2024-09-13T13:14:59.209 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:58 smithi053 bash[23444]: cluster 2024-09-13T13:14:57.890054+0000 mgr.a (mgr.14397) 198 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:59.210 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:58 smithi053 bash[23444]: cluster 2024-09-13T13:14:57.890054+0000 mgr.a (mgr.14397) 198 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-13T13:14:59.558 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:14:59 smithi007 bash[22975]: [13/Sep/2024:13:14:59] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-13T13:14:59.559 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:14:59 smithi007 bash[22975]: [13/Sep/2024:13:14:59] ENGINE Bus STOPPED 2024-09-13T13:14:59.559 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:14:59 smithi007 bash[22975]: [13/Sep/2024:13:14:59] ENGINE Bus STARTING 2024-09-13T13:14:59.559 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:14:59 smithi007 bash[22975]: [13/Sep/2024:13:14:59] ENGINE Serving on http://:::9283 2024-09-13T13:14:59.560 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:14:59 smithi007 bash[22975]: [13/Sep/2024:13:14:59] ENGINE Bus STARTED 2024-09-13T13:14:59.919 DEBUG:teuthology.orchestra.run.smithi007:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@mon.a.service' 2024-09-13T13:14:59.943 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-13T13:14:59.943 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-09-13T13:14:59.943 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-09-13T13:14:59.944 DEBUG:teuthology.orchestra.run.smithi053:> sudo systemctl stop ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@mon.b 2024-09-13T13:15:00.209 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:14:59 smithi053 systemd[1]: Stopping Ceph mon.b for fa2bba74-71cf-11ef-bceb-c7b262605968... 2024-09-13T13:15:00.210 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:15:00 smithi053 bash[23444]: debug 2024-09-13T13:15:00.154+0000 7fcf39571640 -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-13T13:15:00.210 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:15:00 smithi053 bash[23444]: debug 2024-09-13T13:15:00.154+0000 7fcf39571640 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-09-13T13:15:01.379 INFO:journalctl@ceph.mon.b.smithi053.stdout:Sep 13 13:15:01 smithi053 bash[36867]: ceph-fa2bba74-71cf-11ef-bceb-c7b262605968-mon-b 2024-09-13T13:15:01.406 DEBUG:teuthology.orchestra.run.smithi053:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@mon.b.service' 2024-09-13T13:15:01.466 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-13T13:15:01.466 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-09-13T13:15:01.466 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-09-13T13:15:01.466 DEBUG:teuthology.orchestra.run.smithi077:> sudo systemctl stop ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@mon.c 2024-09-13T13:15:01.489 DEBUG:teuthology.orchestra.run.smithi077:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@mon.c.service' 2024-09-13T13:15:01.571 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-13T13:15:01.571 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-09-13T13:15:01.571 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-09-13T13:15:01.572 DEBUG:teuthology.orchestra.run.smithi007:> sudo systemctl stop ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@mgr.a 2024-09-13T13:15:01.972 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:15:01 smithi007 systemd[1]: Stopping Ceph mgr.a for fa2bba74-71cf-11ef-bceb-c7b262605968... 2024-09-13T13:15:01.973 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:15:01 smithi007 bash[22975]: debug 2024-09-13T13:15:01.712+0000 7fe9913cd640 -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-13T13:15:01.973 INFO:journalctl@ceph.mgr.a.smithi007.stdout:Sep 13 13:15:01 smithi007 bash[22975]: debug 2024-09-13T13:15:01.712+0000 7fe9913cd640 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-09-13T13:15:02.540 DEBUG:teuthology.orchestra.run.smithi007:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@mgr.a.service' 2024-09-13T13:15:02.569 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-13T13:15:02.570 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-09-13T13:15:02.570 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-09-13T13:15:02.570 DEBUG:teuthology.orchestra.run.smithi053:> sudo systemctl stop ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@mgr.b 2024-09-13T13:15:02.839 INFO:journalctl@ceph.mgr.b.smithi053.stdout:Sep 13 13:15:02 smithi053 systemd[1]: Stopping Ceph mgr.b for fa2bba74-71cf-11ef-bceb-c7b262605968... 2024-09-13T13:15:04.012 INFO:journalctl@ceph.mgr.b.smithi053.stdout:Sep 13 13:15:03 smithi053 bash[37061]: ceph-fa2bba74-71cf-11ef-bceb-c7b262605968-mgr-b 2024-09-13T13:15:04.012 INFO:journalctl@ceph.mgr.b.smithi053.stdout:Sep 13 13:15:04 smithi053 systemd[1]: ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@mgr.b.service: Main process exited, code=exited, status=143/n/a 2024-09-13T13:15:04.016 DEBUG:teuthology.orchestra.run.smithi053:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@mgr.b.service' 2024-09-13T13:15:04.037 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-13T13:15:04.038 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-09-13T13:15:04.038 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-09-13T13:15:04.038 DEBUG:teuthology.orchestra.run.smithi007:> sudo systemctl stop ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@osd.0 2024-09-13T13:15:04.308 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 13 13:15:04 smithi007 systemd[1]: Stopping Ceph osd.0 for fa2bba74-71cf-11ef-bceb-c7b262605968... 2024-09-13T13:15:04.308 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 13 13:15:04 smithi007 bash[32339]: debug 2024-09-13T13:15:04.180+0000 7fb2e3d20640 -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-13T13:15:04.309 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 13 13:15:04 smithi007 bash[32339]: debug 2024-09-13T13:15:04.180+0000 7fb2e3d20640 -1 osd.0 23 *** Got signal Terminated *** 2024-09-13T13:15:04.309 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 13 13:15:04 smithi007 bash[32339]: debug 2024-09-13T13:15:04.180+0000 7fb2e3d20640 -1 osd.0 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-13T13:15:10.690 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 13 13:15:10 smithi007 bash[45632]: ceph-fa2bba74-71cf-11ef-bceb-c7b262605968-osd-0 2024-09-13T13:15:10.691 INFO:journalctl@ceph.osd.0.smithi007.stdout:Sep 13 13:15:10 smithi007 bash[45860]: Error response from daemon: No such container: ceph-fa2bba74-71cf-11ef-bceb-c7b262605968-osd-0 2024-09-13T13:15:12.700 DEBUG:teuthology.orchestra.run.smithi007:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@osd.0.service' 2024-09-13T13:15:12.751 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-13T13:15:12.751 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-09-13T13:15:12.751 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-09-13T13:15:12.751 DEBUG:teuthology.orchestra.run.smithi053:> sudo systemctl stop ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@osd.1 2024-09-13T13:15:13.209 INFO:journalctl@ceph.osd.1.smithi053.stdout:Sep 13 13:15:12 smithi053 systemd[1]: Stopping Ceph osd.1 for fa2bba74-71cf-11ef-bceb-c7b262605968... 2024-09-13T13:15:13.210 INFO:journalctl@ceph.osd.1.smithi053.stdout:Sep 13 13:15:12 smithi053 bash[28118]: debug 2024-09-13T13:15:12.898+0000 7f04f059f640 -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-13T13:15:13.210 INFO:journalctl@ceph.osd.1.smithi053.stdout:Sep 13 13:15:12 smithi053 bash[28118]: debug 2024-09-13T13:15:12.898+0000 7f04f059f640 -1 osd.1 23 *** Got signal Terminated *** 2024-09-13T13:15:13.210 INFO:journalctl@ceph.osd.1.smithi053.stdout:Sep 13 13:15:12 smithi053 bash[28118]: debug 2024-09-13T13:15:12.898+0000 7f04f059f640 -1 osd.1 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-13T13:15:19.213 INFO:journalctl@ceph.osd.1.smithi053.stdout:Sep 13 13:15:18 smithi053 bash[37621]: ceph-fa2bba74-71cf-11ef-bceb-c7b262605968-osd-1 2024-09-13T13:15:19.213 INFO:journalctl@ceph.osd.1.smithi053.stdout:Sep 13 13:15:19 smithi053 bash[37686]: Error response from daemon: No such container: ceph-fa2bba74-71cf-11ef-bceb-c7b262605968-osd-1 2024-09-13T13:15:21.184 DEBUG:teuthology.orchestra.run.smithi053:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@osd.1.service' 2024-09-13T13:15:21.235 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-13T13:15:21.235 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-09-13T13:15:21.235 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-09-13T13:15:21.236 DEBUG:teuthology.orchestra.run.smithi077:> sudo systemctl stop ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@osd.2 2024-09-13T13:15:21.726 INFO:journalctl@ceph.osd.2.smithi077.stdout:Sep 13 13:15:21 smithi077 systemd[1]: Stopping Ceph osd.2 for fa2bba74-71cf-11ef-bceb-c7b262605968... 2024-09-13T13:15:21.726 INFO:journalctl@ceph.osd.2.smithi077.stdout:Sep 13 13:15:21 smithi077 bash[28486]: debug 2024-09-13T13:15:21.389+0000 7fbfefac5640 -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-13T13:15:21.727 INFO:journalctl@ceph.osd.2.smithi077.stdout:Sep 13 13:15:21 smithi077 bash[28486]: debug 2024-09-13T13:15:21.389+0000 7fbfefac5640 -1 osd.2 23 *** Got signal Terminated *** 2024-09-13T13:15:21.727 INFO:journalctl@ceph.osd.2.smithi077.stdout:Sep 13 13:15:21 smithi077 bash[28486]: debug 2024-09-13T13:15:21.389+0000 7fbfefac5640 -1 osd.2 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-13T13:15:27.627 INFO:journalctl@ceph.osd.2.smithi077.stdout:Sep 13 13:15:27 smithi077 bash[37718]: ceph-fa2bba74-71cf-11ef-bceb-c7b262605968-osd-2 2024-09-13T13:15:27.628 INFO:journalctl@ceph.osd.2.smithi077.stdout:Sep 13 13:15:27 smithi077 bash[37840]: Error response from daemon: No such container: ceph-fa2bba74-71cf-11ef-bceb-c7b262605968-osd-2 2024-09-13T13:15:29.861 DEBUG:teuthology.orchestra.run.smithi077:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fa2bba74-71cf-11ef-bceb-c7b262605968@osd.2.service' 2024-09-13T13:15:29.901 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-13T13:15:29.901 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-09-13T13:15:29.902 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid fa2bba74-71cf-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-13T13:15:30.096 INFO:teuthology.orchestra.run.smithi007.stdout:Deleting cluster with fsid: fa2bba74-71cf-11ef-bceb-c7b262605968 2024-09-13T13:15:38.425 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid fa2bba74-71cf-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-13T13:15:38.613 INFO:teuthology.orchestra.run.smithi053.stdout:Deleting cluster with fsid: fa2bba74-71cf-11ef-bceb-c7b262605968 2024-09-13T13:15:47.029 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid fa2bba74-71cf-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-13T13:15:47.215 INFO:teuthology.orchestra.run.smithi077.stdout:Deleting cluster with fsid: fa2bba74-71cf-11ef-bceb-c7b262605968 2024-09-13T13:15:54.896 DEBUG:teuthology.orchestra.run.smithi007:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-13T13:15:54.911 DEBUG:teuthology.orchestra.run.smithi053:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-13T13:15:54.926 DEBUG:teuthology.orchestra.run.smithi077:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-13T13:15:54.939 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-13T13:15:54.941 DEBUG:teuthology.misc:Transferring archived files from smithi007:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-09-13_12:30:34-orch:cephadm-wip-guits-main-2024-09-13-0840-distro-default-smithi/7903595/remote/smithi007/crash 2024-09-13T13:15:54.942 DEBUG:teuthology.orchestra.run.smithi007:> sudo tar c -f - -C /var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/crash -- . 2024-09-13T13:15:54.964 INFO:teuthology.orchestra.run.smithi007.stderr:tar: /var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-13T13:15:54.965 INFO:teuthology.orchestra.run.smithi007.stderr:tar: Error is not recoverable: exiting now 2024-09-13T13:15:54.966 DEBUG:teuthology.misc:Transferring archived files from smithi053:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-09-13_12:30:34-orch:cephadm-wip-guits-main-2024-09-13-0840-distro-default-smithi/7903595/remote/smithi053/crash 2024-09-13T13:15:54.967 DEBUG:teuthology.orchestra.run.smithi053:> sudo tar c -f - -C /var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/crash -- . 2024-09-13T13:15:54.981 INFO:teuthology.orchestra.run.smithi053.stderr:tar: /var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-13T13:15:54.981 INFO:teuthology.orchestra.run.smithi053.stderr:tar: Error is not recoverable: exiting now 2024-09-13T13:15:54.983 DEBUG:teuthology.misc:Transferring archived files from smithi077:/var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-09-13_12:30:34-orch:cephadm-wip-guits-main-2024-09-13-0840-distro-default-smithi/7903595/remote/smithi077/crash 2024-09-13T13:15:54.984 DEBUG:teuthology.orchestra.run.smithi077:> sudo tar c -f - -C /var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/crash -- . 2024-09-13T13:15:54.994 INFO:teuthology.orchestra.run.smithi077.stderr:tar: /var/lib/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-13T13:15:54.994 INFO:teuthology.orchestra.run.smithi077.stderr:tar: Error is not recoverable: exiting now 2024-09-13T13:15:54.995 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-13T13:15:54.996 DEBUG:teuthology.orchestra.run.smithi007:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | egrep -v CEPHADM_STRAY_DAEMON | egrep -v CEPHADM_FAILED_DAEMON | head -n 1 2024-09-13T13:15:55.024 INFO:tasks.cephadm:Compressing logs... 2024-09-13T13:15:55.024 DEBUG:teuthology.orchestra.run.smithi007:> 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-13T13:15:55.074 DEBUG:teuthology.orchestra.run.smithi053:> 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-13T13:15:55.077 DEBUG:teuthology.orchestra.run.smithi077:> 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-13T13:15:55.083 INFO:teuthology.orchestra.run.smithi007.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-13T13:15:55.089 INFO:teuthology.orchestra.run.smithi053.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-13T13:15:55.091 INFO:teuthology.orchestra.run.smithi077.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-13T13:15:55.093 INFO:teuthology.orchestra.run.smithi007.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-13T13:15:55.094 INFO:teuthology.orchestra.run.smithi007.stderr:gzip -5 --verbose -- /var/log/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/ceph-osd.0.log 2024-09-13T13:15:55.094 INFO:teuthology.orchestra.run.smithi007.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/ceph-mon.a.log 2024-09-13T13:15:55.095 INFO:teuthology.orchestra.run.smithi007.stderr:/var/log/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/ceph.cephadm.log 2024-09-13T13:15:55.098 INFO:teuthology.orchestra.run.smithi007.stderr:gzip/var/log/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/ceph-mon.a.log: -5 --verbose -- /var/log/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/ceph.log 2024-09-13T13:15:55.098 INFO:teuthology.orchestra.run.smithi007.stderr:/var/log/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/ceph-volume.log 2024-09-13T13:15:55.098 INFO:teuthology.orchestra.run.smithi007.stderr: 84.2% -- replaced with /var/log/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/ceph.cephadm.log.gz 2024-09-13T13:15:55.098 INFO:teuthology.orchestra.run.smithi007.stderr:gzip -5 --verbose -- /var/log/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/ceph.audit.log 2024-09-13T13:15:55.098 INFO:teuthology.orchestra.run.smithi007.stderr:/var/log/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/ceph-mgr.a.log 2024-09-13T13:15:55.098 INFO:teuthology.orchestra.run.smithi007.stderr:/var/log/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/ceph-volume.log: /var/log/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/ceph.audit.log: /var/log/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/ceph-mgr.a.log: 87.9% -- replaced with /var/log/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/ceph.log.gz 2024-09-13T13:15:55.099 INFO:teuthology.orchestra.run.smithi053.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-13T13:15:55.100 INFO:teuthology.orchestra.run.smithi053.stderr:gzip -5 --verbose -- /var/log/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/ceph.cephadm.log 2024-09-13T13:15:55.100 INFO:teuthology.orchestra.run.smithi053.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/ceph-osd.1.log 2024-09-13T13:15:55.100 INFO:teuthology.orchestra.run.smithi053.stderr:/var/log/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/ceph.log 2024-09-13T13:15:55.100 INFO:teuthology.orchestra.run.smithi053.stderr: 81.0% -- replaced with /var/log/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/ceph.cephadm.log.gz 2024-09-13T13:15:55.100 INFO:teuthology.orchestra.run.smithi053.stderr:gzip -5 --verbose -- /var/log/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/ceph-volume.log 2024-09-13T13:15:55.100 INFO:teuthology.orchestra.run.smithi053.stderr:/var/log/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/ceph-osd.1.log: /var/log/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/ceph-mgr.b.log 2024-09-13T13:15:55.100 INFO:teuthology.orchestra.run.smithi053.stderr:/var/log/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/ceph.audit.log 2024-09-13T13:15:55.101 INFO:teuthology.orchestra.run.smithi053.stderr:/var/log/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/ceph-mon.b.log 2024-09-13T13:15:55.101 INFO:teuthology.orchestra.run.smithi053.stderr:/var/log/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/ceph.audit.log: 87.9% -- replaced with /var/log/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/ceph.log.gz 2024-09-13T13:15:55.102 INFO:teuthology.orchestra.run.smithi007.stderr: 90.4% -- replaced with /var/log/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/ceph.audit.log.gz 2024-09-13T13:15:55.102 INFO:teuthology.orchestra.run.smithi077.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-13T13:15:55.102 INFO:teuthology.orchestra.run.smithi077.stderr:gzip -5 --verbose -- /var/log/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/ceph-osd.2.log 2024-09-13T13:15:55.102 INFO:teuthology.orchestra.run.smithi053.stderr:/var/log/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/ceph-mon.b.log: 83.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-13T13:15:55.102 INFO:teuthology.orchestra.run.smithi053.stderr: 90.6% -- replaced with /var/log/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/ceph.audit.log.gz 2024-09-13T13:15:55.103 INFO:teuthology.orchestra.run.smithi077.stderr:gzip -5 --verbose -- /var/log/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/ceph.cephadm.log 2024-09-13T13:15:55.104 INFO:teuthology.orchestra.run.smithi077.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/ceph.log 2024-09-13T13:15:55.104 INFO:teuthology.orchestra.run.smithi077.stderr:/var/log/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/ceph-volume.log 2024-09-13T13:15:55.104 INFO:teuthology.orchestra.run.smithi077.stderr: 81.0% -- replaced with /var/log/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/ceph.cephadm.log.gz 2024-09-13T13:15:55.104 INFO:teuthology.orchestra.run.smithi077.stderr:gzip -5 --verbose -- /var/log/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/ceph-mon.c.log 2024-09-13T13:15:55.105 INFO:teuthology.orchestra.run.smithi077.stderr:/var/log/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/ceph.log: /var/log/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/ceph.audit.log 2024-09-13T13:15:55.105 INFO:teuthology.orchestra.run.smithi077.stderr:/var/log/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/ceph-mon.c.log: /var/log/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/ceph.audit.log: 88.1% -- replaced with /var/log/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/ceph.log.gz 2024-09-13T13:15:55.106 INFO:teuthology.orchestra.run.smithi077.stderr: 84.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-13T13:15:55.107 INFO:teuthology.orchestra.run.smithi077.stderr: 90.5% -- replaced with /var/log/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/ceph.audit.log.gz 2024-09-13T13:15:55.110 INFO:teuthology.orchestra.run.smithi053.stderr: 90.3% -- replaced with /var/log/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/ceph-mgr.b.log.gz 2024-09-13T13:15:55.119 INFO:teuthology.orchestra.run.smithi007.stderr: 91.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-13T13:15:55.121 INFO:teuthology.orchestra.run.smithi053.stderr: 91.7% -- replaced with /var/log/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/ceph-volume.log.gz 2024-09-13T13:15:55.127 INFO:teuthology.orchestra.run.smithi077.stderr: 91.8% -- replaced with /var/log/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/ceph-volume.log.gz 2024-09-13T13:15:55.133 INFO:teuthology.orchestra.run.smithi007.stderr: 91.8% -- replaced with /var/log/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/ceph-volume.log.gz 2024-09-13T13:15:55.142 INFO:teuthology.orchestra.run.smithi077.stderr: 93.6% -- replaced with /var/log/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/ceph-osd.2.log.gz 2024-09-13T13:15:55.152 INFO:teuthology.orchestra.run.smithi007.stderr: 93.5% -- replaced with /var/log/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/ceph-osd.0.log.gz 2024-09-13T13:15:55.177 INFO:teuthology.orchestra.run.smithi053.stderr: 93.8% -- replaced with /var/log/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/ceph-osd.1.log.gz 2024-09-13T13:15:55.207 INFO:teuthology.orchestra.run.smithi077.stderr: 93.2% -- replaced with /var/log/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/ceph-mon.c.log.gz 2024-09-13T13:15:55.208 INFO:teuthology.orchestra.run.smithi077.stderr: 2024-09-13T13:15:55.209 INFO:teuthology.orchestra.run.smithi077.stderr:real 0m0.127s 2024-09-13T13:15:55.209 INFO:teuthology.orchestra.run.smithi077.stderr:user 0m0.182s 2024-09-13T13:15:55.209 INFO:teuthology.orchestra.run.smithi077.stderr:sys 0m0.019s 2024-09-13T13:15:55.232 INFO:teuthology.orchestra.run.smithi053.stderr: 93.0% -- replaced with /var/log/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/ceph-mon.b.log.gz 2024-09-13T13:15:55.234 INFO:teuthology.orchestra.run.smithi053.stderr: 2024-09-13T13:15:55.234 INFO:teuthology.orchestra.run.smithi053.stderr:real 0m0.155s 2024-09-13T13:15:55.234 INFO:teuthology.orchestra.run.smithi053.stderr:user 0m0.251s 2024-09-13T13:15:55.234 INFO:teuthology.orchestra.run.smithi053.stderr:sys 0m0.038s 2024-09-13T13:15:55.263 INFO:teuthology.orchestra.run.smithi007.stderr: 88.5% -- replaced with /var/log/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/ceph-mgr.a.log.gz 2024-09-13T13:15:55.508 INFO:teuthology.orchestra.run.smithi007.stderr: 91.5% -- replaced with /var/log/ceph/fa2bba74-71cf-11ef-bceb-c7b262605968/ceph-mon.a.log.gz 2024-09-13T13:15:55.509 INFO:teuthology.orchestra.run.smithi007.stderr: 2024-09-13T13:15:55.510 INFO:teuthology.orchestra.run.smithi007.stderr:real 0m0.434s 2024-09-13T13:15:55.510 INFO:teuthology.orchestra.run.smithi007.stderr:user 0m0.687s 2024-09-13T13:15:55.510 INFO:teuthology.orchestra.run.smithi007.stderr:sys 0m0.041s 2024-09-13T13:15:55.510 INFO:tasks.cephadm:Archiving logs... 2024-09-13T13:15:55.511 DEBUG:teuthology.misc:Transferring archived files from smithi007:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-13_12:30:34-orch:cephadm-wip-guits-main-2024-09-13-0840-distro-default-smithi/7903595/remote/smithi007/log 2024-09-13T13:15:55.512 DEBUG:teuthology.orchestra.run.smithi007:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-13T13:15:55.675 DEBUG:teuthology.misc:Transferring archived files from smithi053:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-13_12:30:34-orch:cephadm-wip-guits-main-2024-09-13-0840-distro-default-smithi/7903595/remote/smithi053/log 2024-09-13T13:15:55.676 DEBUG:teuthology.orchestra.run.smithi053:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-13T13:15:55.733 DEBUG:teuthology.misc:Transferring archived files from smithi077:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-13_12:30:34-orch:cephadm-wip-guits-main-2024-09-13-0840-distro-default-smithi/7903595/remote/smithi077/log 2024-09-13T13:15:55.734 DEBUG:teuthology.orchestra.run.smithi077:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-13T13:15:55.775 INFO:tasks.cephadm:Removing cluster... 2024-09-13T13:15:55.776 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid fa2bba74-71cf-11ef-bceb-c7b262605968 --force 2024-09-13T13:15:55.962 INFO:teuthology.orchestra.run.smithi007.stdout:Deleting cluster with fsid: fa2bba74-71cf-11ef-bceb-c7b262605968 2024-09-13T13:15:57.287 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid fa2bba74-71cf-11ef-bceb-c7b262605968 --force 2024-09-13T13:15:57.480 INFO:teuthology.orchestra.run.smithi053.stdout:Deleting cluster with fsid: fa2bba74-71cf-11ef-bceb-c7b262605968 2024-09-13T13:15:58.837 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid fa2bba74-71cf-11ef-bceb-c7b262605968 --force 2024-09-13T13:15:59.024 INFO:teuthology.orchestra.run.smithi077.stdout:Deleting cluster with fsid: fa2bba74-71cf-11ef-bceb-c7b262605968 2024-09-13T13:16:00.374 INFO:tasks.cephadm:Removing cephadm ... 2024-09-13T13:16:00.374 DEBUG:teuthology.orchestra.run.smithi007:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-13T13:16:00.382 DEBUG:teuthology.orchestra.run.smithi053:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-13T13:16:00.388 DEBUG:teuthology.orchestra.run.smithi077:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-13T13:16:00.394 INFO:tasks.cephadm:Teardown complete 2024-09-13T13:16:00.395 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-09-13T13:16:00.405 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-13T13:16:00.405 DEBUG:teuthology.orchestra.run.smithi007:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-13T13:16:00.426 DEBUG:teuthology.orchestra.run.smithi053:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-13T13:16:00.434 DEBUG:teuthology.orchestra.run.smithi077:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-13T13:16:00.547 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-13T13:16:00.555 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-13T13:16:00.555 DEBUG:teuthology.orchestra.run.smithi007:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-13T13:16:00.558 DEBUG:teuthology.orchestra.run.smithi053:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-13T13:16:00.561 DEBUG:teuthology.orchestra.run.smithi077:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-13T13:16:00.571 INFO:teuthology.orchestra.run.smithi007.stdout: remote refid st t when poll reach delay offset jitter 2024-09-13T13:16:00.571 INFO:teuthology.orchestra.run.smithi007.stdout:============================================================================== 2024-09-13T13:16:00.571 INFO:teuthology.orchestra.run.smithi007.stdout:*hv01.front.sepi 67.205.162.81 3 u 9 64 377 0.090 -2.201 0.715 2024-09-13T13:16:00.571 INFO:teuthology.orchestra.run.smithi007.stdout:+hv02.front.sepi 63.231.80.2 3 u 1 64 377 0.092 -2.393 0.625 2024-09-13T13:16:00.572 INFO:teuthology.orchestra.run.smithi007.stdout:+hv03.front.sepi 74.6.168.72 3 u 13 64 377 0.107 -2.555 0.699 2024-09-13T13:16:00.572 INFO:teuthology.orchestra.run.smithi007.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-09-13T13:16:00.573 INFO:teuthology.orchestra.run.smithi053.stdout: remote refid st t when poll reach delay offset jitter 2024-09-13T13:16:00.573 INFO:teuthology.orchestra.run.smithi053.stdout:============================================================================== 2024-09-13T13:16:00.574 INFO:teuthology.orchestra.run.smithi053.stdout:*hv01.front.sepi 67.205.162.81 3 u 10 64 377 0.092 -3.641 1.963 2024-09-13T13:16:00.574 INFO:teuthology.orchestra.run.smithi053.stdout:+hv02.front.sepi 63.231.80.2 3 u 2 64 377 0.107 -3.856 1.862 2024-09-13T13:16:00.574 INFO:teuthology.orchestra.run.smithi053.stdout:+hv03.front.sepi 74.6.168.72 3 u 8 64 377 0.083 -4.996 1.290 2024-09-13T13:16:00.574 INFO:teuthology.orchestra.run.smithi053.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-09-13T13:16:00.575 INFO:teuthology.orchestra.run.smithi077.stdout: remote refid st t when poll reach delay offset jitter 2024-09-13T13:16:00.575 INFO:teuthology.orchestra.run.smithi077.stdout:============================================================================== 2024-09-13T13:16:00.575 INFO:teuthology.orchestra.run.smithi077.stdout:+hv01.front.sepi 67.205.162.81 3 u 9 64 377 0.078 -2.823 2.042 2024-09-13T13:16:00.575 INFO:teuthology.orchestra.run.smithi077.stdout:+hv02.front.sepi 63.231.80.2 3 u 14 64 377 0.097 -5.616 1.815 2024-09-13T13:16:00.575 INFO:teuthology.orchestra.run.smithi077.stdout:*hv03.front.sepi 74.6.168.72 3 u 5 64 377 0.087 -4.295 1.305 2024-09-13T13:16:00.576 INFO:teuthology.orchestra.run.smithi077.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-09-13T13:16:00.576 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-13T13:16:00.591 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-13T13:16:00.592 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-13T13:16:00.601 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-13T13:16:00.610 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-13T13:16:00.618 INFO:teuthology.task.internal:Duration was 1588.829442 seconds 2024-09-13T13:16:00.619 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-13T13:16:00.645 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-13T13:16:00.646 DEBUG:teuthology.orchestra.run.smithi007:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-13T13:16:00.648 DEBUG:teuthology.orchestra.run.smithi053:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-13T13:16:00.651 DEBUG:teuthology.orchestra.run.smithi077:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-13T13:16:00.687 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-13T13:16:00.687 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi007.front.sepia.ceph.com 2024-09-13T13:16:00.687 DEBUG:teuthology.orchestra.run.smithi007:> 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-13T13:16:00.734 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi053.front.sepia.ceph.com 2024-09-13T13:16:00.734 DEBUG:teuthology.orchestra.run.smithi053:> 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-13T13:16:00.744 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi077.front.sepia.ceph.com 2024-09-13T13:16:00.744 DEBUG:teuthology.orchestra.run.smithi077:> 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-13T13:16:00.755 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-13T13:16:00.756 DEBUG:teuthology.orchestra.run.smithi007:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-13T13:16:00.778 DEBUG:teuthology.orchestra.run.smithi053:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-13T13:16:00.788 DEBUG:teuthology.orchestra.run.smithi077:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-13T13:16:00.841 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-13T13:16:00.841 DEBUG:teuthology.orchestra.run.smithi007:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-13T13:16:00.843 DEBUG:teuthology.orchestra.run.smithi053:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-13T13:16:00.874 DEBUG:teuthology.orchestra.run.smithi077:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-13T13:16:00.981 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-13T13:16:00.992 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-13T13:16:00.992 DEBUG:teuthology.orchestra.run.smithi007:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-13T13:16:01.005 DEBUG:teuthology.orchestra.run.smithi053:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-13T13:16:01.018 DEBUG:teuthology.orchestra.run.smithi077:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-13T13:16:01.030 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-13T13:16:01.039 DEBUG:teuthology.orchestra.run.smithi007:> 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-13T13:16:01.049 DEBUG:teuthology.orchestra.run.smithi053:> 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-13T13:16:01.058 INFO:teuthology.orchestra.run.smithi007.stdout:kernel.core_pattern = core 2024-09-13T13:16:01.062 DEBUG:teuthology.orchestra.run.smithi077:> 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-13T13:16:01.072 INFO:teuthology.orchestra.run.smithi053.stdout:kernel.core_pattern = core 2024-09-13T13:16:01.082 INFO:teuthology.orchestra.run.smithi077.stdout:kernel.core_pattern = core 2024-09-13T13:16:01.105 DEBUG:teuthology.orchestra.run.smithi007:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-13T13:16:01.132 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T13:16:01.133 DEBUG:teuthology.orchestra.run.smithi053:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-13T13:16:01.141 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T13:16:01.142 DEBUG:teuthology.orchestra.run.smithi077:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-13T13:16:01.151 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T13:16:01.152 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-13T13:16:01.162 INFO:teuthology.task.internal:Transferring archived files... 2024-09-13T13:16:01.163 DEBUG:teuthology.misc:Transferring archived files from smithi007:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-13_12:30:34-orch:cephadm-wip-guits-main-2024-09-13-0840-distro-default-smithi/7903595/remote/smithi007 2024-09-13T13:16:01.163 DEBUG:teuthology.orchestra.run.smithi007:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-13T13:16:01.201 DEBUG:teuthology.misc:Transferring archived files from smithi053:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-13_12:30:34-orch:cephadm-wip-guits-main-2024-09-13-0840-distro-default-smithi/7903595/remote/smithi053 2024-09-13T13:16:01.202 DEBUG:teuthology.orchestra.run.smithi053:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-13T13:16:01.227 DEBUG:teuthology.misc:Transferring archived files from smithi077:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-13_12:30:34-orch:cephadm-wip-guits-main-2024-09-13-0840-distro-default-smithi/7903595/remote/smithi077 2024-09-13T13:16:01.227 DEBUG:teuthology.orchestra.run.smithi077:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-13T13:16:01.251 INFO:teuthology.task.internal:Removing archive directory... 2024-09-13T13:16:01.251 DEBUG:teuthology.orchestra.run.smithi007:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-13T13:16:01.253 DEBUG:teuthology.orchestra.run.smithi053:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-13T13:16:01.267 DEBUG:teuthology.orchestra.run.smithi077:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-13T13:16:01.297 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-13T13:16:01.307 INFO:teuthology.task.internal:Not uploading archives. 2024-09-13T13:16:01.308 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-13T13:16:01.320 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-13T13:16:01.321 DEBUG:teuthology.orchestra.run.smithi007:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-13T13:16:01.323 DEBUG:teuthology.orchestra.run.smithi053:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-13T13:16:01.326 DEBUG:teuthology.orchestra.run.smithi077:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-13T13:16:01.327 INFO:teuthology.orchestra.run.smithi007.stdout: 658641 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 13 13:16 /home/ubuntu/cephtest 2024-09-13T13:16:01.330 INFO:teuthology.orchestra.run.smithi053.stdout: 658466 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 13 13:16 /home/ubuntu/cephtest 2024-09-13T13:16:01.345 INFO:teuthology.orchestra.run.smithi077.stdout: 658627 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 13 13:16 /home/ubuntu/cephtest 2024-09-13T13:16:01.347 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-13T13:16:01.359 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-13T13:16:01.392 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: 1588.8294415473938 failure_reason: 'Command failed on smithi007 with status 5: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0201b8c79733293453e7f10a10c7fa43119222b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fa2bba74-71cf-11ef-bceb-c7b262605968 -- bash -c \''set -e\nset -x\nceph orch apply node-exporter\nceph orch apply grafana\nceph orch apply alertmanager\nceph orch apply prometheus\nsleep 240\nceph orch ls\nceph orch ps\nceph orch host ls\nMON_DAEMON=$(ceph orch ps --daemon-type mon -f json | jq -r \''"\''"\''last | .daemon_name\''"\''"\'')\nGRAFANA_HOST=$(ceph orch ps --daemon-type grafana -f json | jq -e \''"\''"\''.[]\''"\''"\'' | jq -r \''"\''"\''.hostname\''"\''"\'')\nPROM_HOST=$(ceph orch ps --daemon-type prometheus -f json | jq -e \''"\''"\''.[]\''"\''"\'' | jq -r \''"\''"\''.hostname\''"\''"\'')\nALERTM_HOST=$(ceph orch ps --daemon-type alertmanager -f json | jq -e \''"\''"\''.[]\''"\''"\'' | jq -r \''"\''"\''.hostname\''"\''"\'')\nGRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST "$GRAFANA_HOST" \''"\''"\''.[] | select(.hostname==$GRAFANA_HOST) | .addr\''"\''"\'')\nPROM_IP=$(ceph orch host ls -f json | jq -r --arg PROM_HOST "$PROM_HOST" \''"\''"\''.[] | select(.hostname==$PROM_HOST) | .addr\''"\''"\'')\nALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST "$ALERTM_HOST" \''"\''"\''.[] | select(.hostname==$ALERTM_HOST) | .addr\''"\''"\'')\n# check each host node-exporter metrics endpoint is responsive\nALL_HOST_IPS=$(ceph orch host ls -f json | jq -r \''"\''"\''.[] | .addr\''"\''"\'')\nfor ip in $ALL_HOST_IPS; do\n curl -s http://${ip}:9100/metric\ndone\n# check grafana endpoints are responsive and database health is okay\ncurl -k -s https://${GRAFANA_IP}:3000/api/health\ncurl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e \''"\''"\''.database == "ok"\''"\''"\''\n# stop mon daemon in order to trigger an alert\nceph orch daemon stop $MON_DAEMON\nsleep 120\n# check prometheus endpoints are responsive and mon down alert is firing\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ncurl -s http://${PROM_IP}:9095/api/v1/status/config | jq -e \''"\''"\''.status == "success"\''"\''"\''\ncurl -s http://${PROM_IP}:9095/api/v1/alerts\ncurl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e \''"\''"\''.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"\''"\''"\''\n# check alertmanager endpoints are responsive and mon down alert is active\ncurl -s http://${ALERTM_IP}:9093/api/v1/status\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e \''"\''"\''.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"\''"\''"\''\n\''''' flavor: default owner: scheduled_gabrioux@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=a9da09354c41462fa6b4ee6309725b83 status: fail success: false 2024-09-13T13:16:01.393 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-13T13:16:01.481 INFO:teuthology.run:FAIL