2024-09-21T04:08:36.779 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-21T04:08:36.795 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-21T04:08:36.881 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-09-21_03:44:43-orch:cephadm-wip-guits-main-2024-09-20-2310-distro-default-smithi/7913700 branch: wip-guits-main-2024-09-20-2310 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: '7913700' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-09-21_03:44:43-orch:cephadm-wip-guits-main-2024-09-20-2310-distro-default-smithi no_nested_subset: false os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: wip-guits-main-2024-09-20-2310 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: f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 workunit: branch: wip-guits-main-2024-09-20-2310 sha1: f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 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: 3363 sha1: f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-guits-main-2024-09-20-2310 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 targets: smithi028.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOvoZBQWSfGf1m5o2wke2iF+U0diYjR+gtluAkGUboeu38ulFHm7YlbVwGsXFGFLYKuK2/XVaBwYb3ezPPsMBn8= smithi032.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJzkEepDVLYnc/vFJTiK/wCvAswa5M+d8TKdFBf9RguGnucofGBJ6Ika4HXMto2aS0iHt4Nptlx5fk1dL3IPqro= smithi204.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE86Y16CW7BOw1nrmq+wPovJ3XA+CyskH5yc0Ts57x3Zq/4e4C+0gcU/mGxLUoKnZv9Zynk0DKmy4GudcWyciig= tasks: - install: null - cephadm: null - cephadm.shell: host.a: - "set -e\nset -x\nceph orch apply node-exporter\nceph orch apply grafana\nceph\ \ orch apply alertmanager\nceph orch apply prometheus\nsleep 240\nceph orch\ \ ls\nceph orch ps\nceph orch host ls\nMON_DAEMON=$(ceph orch ps --daemon-type\ \ mon -f json | jq -r 'last | .daemon_name')\nGRAFANA_HOST=$(ceph orch ps --daemon-type\ \ grafana -f json | jq -e '.[]' | jq -r '.hostname')\nPROM_HOST=$(ceph orch\ \ ps --daemon-type prometheus -f json | jq -e '.[]' | jq -r '.hostname')\nALERTM_HOST=$(ceph\ \ orch ps --daemon-type alertmanager -f json | jq -e '.[]' | jq -r '.hostname')\n\ GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST \"$GRAFANA_HOST\"\ \ '.[] | select(.hostname==$GRAFANA_HOST) | .addr')\nPROM_IP=$(ceph orch host\ \ ls -f json | jq -r --arg PROM_HOST \"$PROM_HOST\" '.[] | select(.hostname==$PROM_HOST)\ \ | .addr')\nALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST\ \ \"$ALERTM_HOST\" '.[] | select(.hostname==$ALERTM_HOST) | .addr')\n# check\ \ each host node-exporter metrics endpoint is responsive\nALL_HOST_IPS=$(ceph\ \ orch host ls -f json | jq -r '.[] | .addr')\nfor ip in $ALL_HOST_IPS; do\n\ \ curl -s http://${ip}:9100/metric\ndone\n# check grafana endpoints are responsive\ \ and database health is okay\ncurl -k -s https://${GRAFANA_IP}:3000/api/health\n\ curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '.database == \"ok\"\ '\n# stop mon daemon in order to trigger an alert\nceph orch daemon stop $MON_DAEMON\n\ sleep 120\n# check prometheus endpoints are responsive and mon down alert is\ \ firing\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ \ | jq -e '.status == \"success\"'\ncurl -s http://${PROM_IP}:9095/api/v1/alerts\n\ curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '.data | .alerts | .[]\ \ | select(.labels | .alertname == \"CephMonDown\") | .state == \"firing\"'\n\ # check alertmanager endpoints are responsive and mon down alert is active\n\ curl -s http://${ALERTM_IP}:9093/api/v2/status\ncurl -s http://${ALERTM_IP}:9093/api/v2/alerts\n\ curl -s http://${ALERTM_IP}:9093/api/v2/alerts | jq -e '.[] | select(.labels\ \ | .alertname == \"CephMonDown\") | .status | .state == \"active\"'\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a timestamp: 2024-09-21_03:44:43 tube: smithi user: gabrioux verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2902 2024-09-21T04:08:36.881 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/qa; will attempt to use it 2024-09-21T04:08:36.881 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/qa/tasks 2024-09-21T04:08:36.882 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-21T04:08:36.883 INFO:teuthology.task.internal:Checking packages... 2024-09-21T04:08:36.904 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2' 2024-09-21T04:08:36.904 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-21T04:08:36.904 INFO:teuthology.packaging:ref: None 2024-09-21T04:08:36.904 INFO:teuthology.packaging:tag: None 2024-09-21T04:08:36.904 INFO:teuthology.packaging:branch: wip-guits-main-2024-09-20-2310 2024-09-21T04:08:36.904 INFO:teuthology.packaging:sha1: f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 2024-09-21T04:08:36.904 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-20-2310 2024-09-21T04:08:37.043 INFO:teuthology.task.internal:Found packages for ceph version 19.3.0-5103-gf36283e7-1jammy 2024-09-21T04:08:37.044 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-21T04:08:37.051 INFO:teuthology.task.internal:no buildpackages task found 2024-09-21T04:08:37.051 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-21T04:08:37.059 INFO:teuthology.task.internal:Saving configuration 2024-09-21T04:08:37.071 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-21T04:08:37.078 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-21T04:08:37.097 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi028.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-21_03:44:43-orch:cephadm-wip-guits-main-2024-09-20-2310-distro-default-smithi/7913700', '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-21 04:02:51.407758', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGQxgORAbwD6pWybjmY0qBV2GJAS3WUvMpEHrk8URCmm'} 2024-09-21T04:08:37.119 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi032.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-21_03:44:43-orch:cephadm-wip-guits-main-2024-09-20-2310-distro-default-smithi/7913700', '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-21 04:02:51.409674', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOKN8BXBqb+1oXiKj49x1wdiQA9VagoLQug/aQbZnEZc'} 2024-09-21T04:08:37.139 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi204.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-21_03:44:43-orch:cephadm-wip-guits-main-2024-09-20-2310-distro-default-smithi/7913700', '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-21 04:02:51.408830', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID6LWyXe0xIpN9pYO98Gk0Q0NUoSOwQ6bbSg5eoRFKOW'} 2024-09-21T04:08:37.139 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-21T04:08:37.146 INFO:teuthology.task.internal:roles: ubuntu@smithi028.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-09-21T04:08:37.146 INFO:teuthology.task.internal:roles: ubuntu@smithi032.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-09-21T04:08:37.146 INFO:teuthology.task.internal:roles: ubuntu@smithi204.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-09-21T04:08:37.146 INFO:teuthology.run_tasks:Running task console_log... 2024-09-21T04:08:37.284 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fb39b7ac280>, signals=[15]) 2024-09-21T04:08:37.284 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-21T04:08:37.319 INFO:teuthology.task.internal:Opening connections... 2024-09-21T04:08:37.319 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi028.front.sepia.ceph.com 2024-09-21T04:08:37.320 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi028.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T04:08:37.399 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi032.front.sepia.ceph.com 2024-09-21T04:08:37.400 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi032.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T04:08:37.480 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi204.front.sepia.ceph.com 2024-09-21T04:08:37.481 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T04:08:37.559 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-21T04:08:37.569 DEBUG:teuthology.orchestra.run.smithi028:> uname -m 2024-09-21T04:08:37.575 INFO:teuthology.orchestra.run.smithi028.stdout:x86_64 2024-09-21T04:08:37.576 DEBUG:teuthology.orchestra.run.smithi028:> cat /etc/os-release 2024-09-21T04:08:37.623 INFO:teuthology.orchestra.run.smithi028.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-21T04:08:37.623 INFO:teuthology.orchestra.run.smithi028.stdout:NAME="Ubuntu" 2024-09-21T04:08:37.623 INFO:teuthology.orchestra.run.smithi028.stdout:VERSION_ID="22.04" 2024-09-21T04:08:37.623 INFO:teuthology.orchestra.run.smithi028.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-21T04:08:37.624 INFO:teuthology.orchestra.run.smithi028.stdout:VERSION_CODENAME=jammy 2024-09-21T04:08:37.624 INFO:teuthology.orchestra.run.smithi028.stdout:ID=ubuntu 2024-09-21T04:08:37.624 INFO:teuthology.orchestra.run.smithi028.stdout:ID_LIKE=debian 2024-09-21T04:08:37.624 INFO:teuthology.orchestra.run.smithi028.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-21T04:08:37.624 INFO:teuthology.orchestra.run.smithi028.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-21T04:08:37.624 INFO:teuthology.orchestra.run.smithi028.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-21T04:08:37.624 INFO:teuthology.orchestra.run.smithi028.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-21T04:08:37.624 INFO:teuthology.orchestra.run.smithi028.stdout:UBUNTU_CODENAME=jammy 2024-09-21T04:08:37.625 INFO:teuthology.lock.ops:Updating smithi028.front.sepia.ceph.com on lock server 2024-09-21T04:08:37.647 DEBUG:teuthology.orchestra.run.smithi032:> uname -m 2024-09-21T04:08:37.653 INFO:teuthology.orchestra.run.smithi032.stdout:x86_64 2024-09-21T04:08:37.653 DEBUG:teuthology.orchestra.run.smithi032:> cat /etc/os-release 2024-09-21T04:08:37.699 INFO:teuthology.orchestra.run.smithi032.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-21T04:08:37.699 INFO:teuthology.orchestra.run.smithi032.stdout:NAME="Ubuntu" 2024-09-21T04:08:37.699 INFO:teuthology.orchestra.run.smithi032.stdout:VERSION_ID="22.04" 2024-09-21T04:08:37.700 INFO:teuthology.orchestra.run.smithi032.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-21T04:08:37.700 INFO:teuthology.orchestra.run.smithi032.stdout:VERSION_CODENAME=jammy 2024-09-21T04:08:37.700 INFO:teuthology.orchestra.run.smithi032.stdout:ID=ubuntu 2024-09-21T04:08:37.700 INFO:teuthology.orchestra.run.smithi032.stdout:ID_LIKE=debian 2024-09-21T04:08:37.700 INFO:teuthology.orchestra.run.smithi032.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-21T04:08:37.700 INFO:teuthology.orchestra.run.smithi032.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-21T04:08:37.700 INFO:teuthology.orchestra.run.smithi032.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-21T04:08:37.700 INFO:teuthology.orchestra.run.smithi032.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-21T04:08:37.700 INFO:teuthology.orchestra.run.smithi032.stdout:UBUNTU_CODENAME=jammy 2024-09-21T04:08:37.700 INFO:teuthology.lock.ops:Updating smithi032.front.sepia.ceph.com on lock server 2024-09-21T04:08:37.722 DEBUG:teuthology.orchestra.run.smithi204:> uname -m 2024-09-21T04:08:37.728 INFO:teuthology.orchestra.run.smithi204.stdout:x86_64 2024-09-21T04:08:37.728 DEBUG:teuthology.orchestra.run.smithi204:> cat /etc/os-release 2024-09-21T04:08:37.775 INFO:teuthology.orchestra.run.smithi204.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-21T04:08:37.775 INFO:teuthology.orchestra.run.smithi204.stdout:NAME="Ubuntu" 2024-09-21T04:08:37.776 INFO:teuthology.orchestra.run.smithi204.stdout:VERSION_ID="22.04" 2024-09-21T04:08:37.776 INFO:teuthology.orchestra.run.smithi204.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-21T04:08:37.776 INFO:teuthology.orchestra.run.smithi204.stdout:VERSION_CODENAME=jammy 2024-09-21T04:08:37.776 INFO:teuthology.orchestra.run.smithi204.stdout:ID=ubuntu 2024-09-21T04:08:37.776 INFO:teuthology.orchestra.run.smithi204.stdout:ID_LIKE=debian 2024-09-21T04:08:37.776 INFO:teuthology.orchestra.run.smithi204.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-21T04:08:37.776 INFO:teuthology.orchestra.run.smithi204.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-21T04:08:37.776 INFO:teuthology.orchestra.run.smithi204.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-21T04:08:37.776 INFO:teuthology.orchestra.run.smithi204.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-21T04:08:37.776 INFO:teuthology.orchestra.run.smithi204.stdout:UBUNTU_CODENAME=jammy 2024-09-21T04:08:37.776 INFO:teuthology.lock.ops:Updating smithi204.front.sepia.ceph.com on lock server 2024-09-21T04:08:37.797 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-21T04:08:37.812 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-21T04:08:37.817 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-21T04:08:37.817 DEBUG:teuthology.orchestra.run.smithi028:> test '!' -e /home/ubuntu/cephtest 2024-09-21T04:08:37.819 DEBUG:teuthology.orchestra.run.smithi032:> test '!' -e /home/ubuntu/cephtest 2024-09-21T04:08:37.822 DEBUG:teuthology.orchestra.run.smithi204:> test '!' -e /home/ubuntu/cephtest 2024-09-21T04:08:37.826 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-21T04:08:37.849 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-21T04:08:37.850 DEBUG:teuthology.orchestra.run.smithi028:> test -z $(ls -A /var/lib/ceph) 2024-09-21T04:08:37.868 DEBUG:teuthology.orchestra.run.smithi032:> test -z $(ls -A /var/lib/ceph) 2024-09-21T04:08:37.870 DEBUG:teuthology.orchestra.run.smithi204:> test -z $(ls -A /var/lib/ceph) 2024-09-21T04:08:37.886 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-21T04:08:37.958 INFO:teuthology.run_tasks:Running task kernel... 2024-09-21T04:08:37.972 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-21T04:08:37.972 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-21T04:08:37.972 DEBUG:teuthology.orchestra.run.smithi028:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-21T04:08:37.973 DEBUG:teuthology.orchestra.run.smithi032:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-21T04:08:37.973 DEBUG:teuthology.orchestra.run.smithi204:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-21T04:08:37.977 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T04:08:37.978 DEBUG:teuthology.orchestra.run.smithi032:> uname -r 2024-09-21T04:08:37.979 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T04:08:37.979 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T04:08:37.979 DEBUG:teuthology.orchestra.run.smithi204:> uname -r 2024-09-21T04:08:37.980 DEBUG:teuthology.orchestra.run.smithi028:> uname -r 2024-09-21T04:08:38.023 INFO:teuthology.orchestra.run.smithi032.stdout:5.15.0-56-generic 2024-09-21T04:08:38.023 INFO:teuthology.task.kernel:Running kernel on smithi032: 5.15.0-56-generic 2024-09-21T04:08:38.023 DEBUG:teuthology.orchestra.run.smithi032:> sudo apt-get clean 2024-09-21T04:08:38.028 INFO:teuthology.orchestra.run.smithi204.stdout:5.15.0-56-generic 2024-09-21T04:08:38.028 INFO:teuthology.task.kernel:Running kernel on smithi204: 5.15.0-56-generic 2024-09-21T04:08:38.028 DEBUG:teuthology.orchestra.run.smithi204:> sudo apt-get clean 2024-09-21T04:08:38.029 INFO:teuthology.orchestra.run.smithi028.stdout:5.15.0-56-generic 2024-09-21T04:08:38.029 INFO:teuthology.task.kernel:Running kernel on smithi028: 5.15.0-56-generic 2024-09-21T04:08:38.029 DEBUG:teuthology.orchestra.run.smithi028:> sudo apt-get clean 2024-09-21T04:08:38.159 DEBUG:teuthology.orchestra.run.smithi028:> sudo apt-get update 2024-09-21T04:08:38.160 DEBUG:teuthology.orchestra.run.smithi032:> sudo apt-get update 2024-09-21T04:08:38.180 DEBUG:teuthology.orchestra.run.smithi204:> sudo apt-get update 2024-09-21T04:08:38.309 INFO:teuthology.orchestra.run.smithi204.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-21T04:08:38.323 INFO:teuthology.orchestra.run.smithi204.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-21T04:08:38.388 INFO:teuthology.orchestra.run.smithi204.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-21T04:08:38.425 INFO:teuthology.orchestra.run.smithi204.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-21T04:08:38.455 INFO:teuthology.orchestra.run.smithi028.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-21T04:08:38.455 INFO:teuthology.orchestra.run.smithi028.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-21T04:08:38.469 INFO:teuthology.orchestra.run.smithi032.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-21T04:08:38.470 INFO:teuthology.orchestra.run.smithi032.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-21T04:08:38.508 INFO:teuthology.orchestra.run.smithi028.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-21T04:08:38.519 INFO:teuthology.orchestra.run.smithi032.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-21T04:08:38.548 INFO:teuthology.orchestra.run.smithi204.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [703 kB] 2024-09-21T04:08:38.615 INFO:teuthology.orchestra.run.smithi204.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2,062 kB] 2024-09-21T04:08:38.651 INFO:teuthology.orchestra.run.smithi204.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [356 kB] 2024-09-21T04:08:38.654 INFO:teuthology.orchestra.run.smithi204.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-21T04:08:38.655 INFO:teuthology.orchestra.run.smithi204.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-21T04:08:38.655 INFO:teuthology.orchestra.run.smithi204.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,499 kB] 2024-09-21T04:08:38.675 INFO:teuthology.orchestra.run.smithi204.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [430 kB] 2024-09-21T04:08:38.679 INFO:teuthology.orchestra.run.smithi204.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-21T04:08:38.679 INFO:teuthology.orchestra.run.smithi204.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,125 kB] 2024-09-21T04:08:38.687 INFO:teuthology.orchestra.run.smithi204.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [733 kB] 2024-09-21T04:08:38.693 INFO:teuthology.orchestra.run.smithi204.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-21T04:08:38.695 INFO:teuthology.orchestra.run.smithi204.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.1 kB] 2024-09-21T04:08:38.695 INFO:teuthology.orchestra.run.smithi204.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-21T04:08:38.725 INFO:teuthology.orchestra.run.smithi204.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-21T04:08:38.728 INFO:teuthology.orchestra.run.smithi204.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-21T04:08:38.728 INFO:teuthology.orchestra.run.smithi204.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-21T04:08:38.728 INFO:teuthology.orchestra.run.smithi204.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-21T04:08:38.729 INFO:teuthology.orchestra.run.smithi204.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-21T04:08:38.729 INFO:teuthology.orchestra.run.smithi204.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-21T04:08:38.729 INFO:teuthology.orchestra.run.smithi204.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-09-21T04:08:38.730 INFO:teuthology.orchestra.run.smithi204.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-21T04:08:38.748 INFO:teuthology.orchestra.run.smithi204.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-21T04:08:38.765 INFO:teuthology.orchestra.run.smithi204.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-21T04:08:38.766 INFO:teuthology.orchestra.run.smithi204.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-09-21T04:08:38.862 INFO:teuthology.orchestra.run.smithi028.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-21T04:08:38.874 INFO:teuthology.orchestra.run.smithi032.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-21T04:08:38.885 INFO:teuthology.orchestra.run.smithi204.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,839 kB] 2024-09-21T04:08:38.888 INFO:teuthology.orchestra.run.smithi028.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,839 kB] 2024-09-21T04:08:38.898 INFO:teuthology.orchestra.run.smithi032.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,839 kB] 2024-09-21T04:08:39.000 INFO:teuthology.orchestra.run.smithi028.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [703 kB] 2024-09-21T04:08:39.013 INFO:teuthology.orchestra.run.smithi032.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [703 kB] 2024-09-21T04:08:39.206 INFO:teuthology.orchestra.run.smithi028.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2,062 kB] 2024-09-21T04:08:39.217 INFO:teuthology.orchestra.run.smithi032.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2,062 kB] 2024-09-21T04:08:39.308 INFO:teuthology.orchestra.run.smithi204.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [544 kB] 2024-09-21T04:08:39.311 INFO:teuthology.orchestra.run.smithi028.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [544 kB] 2024-09-21T04:08:39.323 INFO:teuthology.orchestra.run.smithi032.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [544 kB] 2024-09-21T04:08:39.324 INFO:teuthology.orchestra.run.smithi204.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [298 kB] 2024-09-21T04:08:39.327 INFO:teuthology.orchestra.run.smithi028.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [298 kB] 2024-09-21T04:08:39.333 INFO:teuthology.orchestra.run.smithi204.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-21T04:08:39.334 INFO:teuthology.orchestra.run.smithi204.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-21T04:08:39.335 INFO:teuthology.orchestra.run.smithi204.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,431 kB] 2024-09-21T04:08:39.336 INFO:teuthology.orchestra.run.smithi028.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-21T04:08:39.337 INFO:teuthology.orchestra.run.smithi028.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,431 kB] 2024-09-21T04:08:39.339 INFO:teuthology.orchestra.run.smithi032.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [298 kB] 2024-09-21T04:08:39.348 INFO:teuthology.orchestra.run.smithi032.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-21T04:08:39.349 INFO:teuthology.orchestra.run.smithi032.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-21T04:08:39.351 INFO:teuthology.orchestra.run.smithi032.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,431 kB] 2024-09-21T04:08:39.358 INFO:teuthology.orchestra.run.smithi028.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [356 kB] 2024-09-21T04:08:39.369 INFO:teuthology.orchestra.run.smithi032.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [356 kB] 2024-09-21T04:08:39.372 INFO:teuthology.orchestra.run.smithi028.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-21T04:08:39.373 INFO:teuthology.orchestra.run.smithi028.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,499 kB] 2024-09-21T04:08:39.381 INFO:teuthology.orchestra.run.smithi032.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-21T04:08:39.382 INFO:teuthology.orchestra.run.smithi032.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,499 kB] 2024-09-21T04:08:39.432 INFO:teuthology.orchestra.run.smithi204.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [418 kB] 2024-09-21T04:08:39.434 INFO:teuthology.orchestra.run.smithi028.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-21T04:08:39.434 INFO:teuthology.orchestra.run.smithi028.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [418 kB] 2024-09-21T04:08:39.442 INFO:teuthology.orchestra.run.smithi204.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-21T04:08:39.443 INFO:teuthology.orchestra.run.smithi028.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-21T04:08:39.443 INFO:teuthology.orchestra.run.smithi204.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [629 kB] 2024-09-21T04:08:39.445 INFO:teuthology.orchestra.run.smithi028.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-21T04:08:39.446 INFO:teuthology.orchestra.run.smithi028.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [629 kB] 2024-09-21T04:08:39.446 INFO:teuthology.orchestra.run.smithi032.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [418 kB] 2024-09-21T04:08:39.452 INFO:teuthology.orchestra.run.smithi032.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-21T04:08:39.453 INFO:teuthology.orchestra.run.smithi032.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [430 kB] 2024-09-21T04:08:39.457 INFO:teuthology.orchestra.run.smithi032.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-21T04:08:39.458 INFO:teuthology.orchestra.run.smithi204.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [905 kB] 2024-09-21T04:08:39.471 INFO:teuthology.orchestra.run.smithi028.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [430 kB] 2024-09-21T04:08:39.471 INFO:teuthology.orchestra.run.smithi028.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [905 kB] 2024-09-21T04:08:39.480 INFO:teuthology.orchestra.run.smithi028.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-21T04:08:39.481 INFO:teuthology.orchestra.run.smithi028.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [733 kB] 2024-09-21T04:08:39.488 INFO:teuthology.orchestra.run.smithi204.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [177 kB] 2024-09-21T04:08:39.491 INFO:teuthology.orchestra.run.smithi028.stdout:Get:24 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [177 kB] 2024-09-21T04:08:39.493 INFO:teuthology.orchestra.run.smithi204.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.3 kB] 2024-09-21T04:08:39.494 INFO:teuthology.orchestra.run.smithi204.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-21T04:08:39.495 INFO:teuthology.orchestra.run.smithi032.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-21T04:08:39.495 INFO:teuthology.orchestra.run.smithi032.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [905 kB] 2024-09-21T04:08:39.495 INFO:teuthology.orchestra.run.smithi028.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,125 kB] 2024-09-21T04:08:39.496 INFO:teuthology.orchestra.run.smithi204.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-21T04:08:39.496 INFO:teuthology.orchestra.run.smithi032.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [733 kB] 2024-09-21T04:08:39.496 INFO:teuthology.orchestra.run.smithi204.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-21T04:08:39.496 INFO:teuthology.orchestra.run.smithi028.stdout:Get:26 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.3 kB] 2024-09-21T04:08:39.497 INFO:teuthology.orchestra.run.smithi028.stdout:Get:27 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-21T04:08:39.498 INFO:teuthology.orchestra.run.smithi028.stdout:Get:28 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-21T04:08:39.509 INFO:teuthology.orchestra.run.smithi032.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,125 kB] 2024-09-21T04:08:39.511 INFO:teuthology.orchestra.run.smithi032.stdout:Get:24 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [629 kB] 2024-09-21T04:08:39.513 INFO:teuthology.orchestra.run.smithi028.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-21T04:08:39.517 INFO:teuthology.orchestra.run.smithi028.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.1 kB] 2024-09-21T04:08:39.522 INFO:teuthology.orchestra.run.smithi032.stdout:Get:25 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [177 kB] 2024-09-21T04:08:39.523 INFO:teuthology.orchestra.run.smithi028.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-21T04:08:39.524 INFO:teuthology.orchestra.run.smithi028.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-21T04:08:39.525 INFO:teuthology.orchestra.run.smithi032.stdout:Get:26 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.3 kB] 2024-09-21T04:08:39.526 INFO:teuthology.orchestra.run.smithi032.stdout:Get:27 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-21T04:08:39.526 INFO:teuthology.orchestra.run.smithi032.stdout:Get:28 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-21T04:08:39.527 INFO:teuthology.orchestra.run.smithi032.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-21T04:08:39.528 INFO:teuthology.orchestra.run.smithi032.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-21T04:08:39.532 INFO:teuthology.orchestra.run.smithi032.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.1 kB] 2024-09-21T04:08:39.538 INFO:teuthology.orchestra.run.smithi032.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-21T04:08:39.540 INFO:teuthology.orchestra.run.smithi032.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-21T04:08:39.541 INFO:teuthology.orchestra.run.smithi032.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-21T04:08:39.541 INFO:teuthology.orchestra.run.smithi032.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-21T04:08:39.574 INFO:teuthology.orchestra.run.smithi204.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-21T04:08:39.577 INFO:teuthology.orchestra.run.smithi028.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-21T04:08:39.577 INFO:teuthology.orchestra.run.smithi028.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-21T04:08:39.588 INFO:teuthology.orchestra.run.smithi032.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-21T04:08:39.598 INFO:teuthology.orchestra.run.smithi028.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-21T04:08:39.599 INFO:teuthology.orchestra.run.smithi028.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-21T04:08:39.599 INFO:teuthology.orchestra.run.smithi028.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-21T04:08:39.601 INFO:teuthology.orchestra.run.smithi028.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-21T04:08:39.602 INFO:teuthology.orchestra.run.smithi028.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-21T04:08:39.604 INFO:teuthology.orchestra.run.smithi028.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-09-21T04:08:39.604 INFO:teuthology.orchestra.run.smithi028.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-21T04:08:39.605 INFO:teuthology.orchestra.run.smithi028.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-21T04:08:39.615 INFO:teuthology.orchestra.run.smithi032.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-21T04:08:39.616 INFO:teuthology.orchestra.run.smithi032.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-21T04:08:39.618 INFO:teuthology.orchestra.run.smithi032.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-21T04:08:39.618 INFO:teuthology.orchestra.run.smithi032.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-09-21T04:08:39.618 INFO:teuthology.orchestra.run.smithi032.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-21T04:08:39.619 INFO:teuthology.orchestra.run.smithi032.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-21T04:08:39.685 INFO:teuthology.orchestra.run.smithi028.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-21T04:08:39.686 INFO:teuthology.orchestra.run.smithi028.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-09-21T04:08:39.701 INFO:teuthology.orchestra.run.smithi032.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-21T04:08:39.702 INFO:teuthology.orchestra.run.smithi032.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-09-21T04:08:44.853 INFO:teuthology.orchestra.run.smithi204.stdout:Fetched 16.3 MB in 2s (7,507 kB/s) 2024-09-21T04:08:45.932 INFO:teuthology.orchestra.run.smithi032.stdout:Fetched 16.3 MB in 3s (5,704 kB/s) 2024-09-21T04:08:46.095 INFO:teuthology.orchestra.run.smithi028.stdout:Fetched 16.3 MB in 3s (5,678 kB/s) 2024-09-21T04:08:46.313 INFO:teuthology.orchestra.run.smithi204.stdout:Reading package lists... 2024-09-21T04:08:46.333 DEBUG:teuthology.orchestra.run.smithi204:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-21T04:08:46.414 INFO:teuthology.orchestra.run.smithi204.stdout:Reading package lists... 2024-09-21T04:08:46.601 INFO:teuthology.orchestra.run.smithi204.stdout:Building dependency tree... 2024-09-21T04:08:46.601 INFO:teuthology.orchestra.run.smithi204.stdout:Reading state information... 2024-09-21T04:08:46.771 INFO:teuthology.orchestra.run.smithi204.stdout:The following packages were automatically installed and are no longer required: 2024-09-21T04:08:46.771 INFO:teuthology.orchestra.run.smithi204.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-21T04:08:46.771 INFO:teuthology.orchestra.run.smithi204.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-21T04:08:46.771 INFO:teuthology.orchestra.run.smithi204.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-21T04:08:46.771 INFO:teuthology.orchestra.run.smithi204.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-21T04:08:46.772 INFO:teuthology.orchestra.run.smithi204.stdout: python2.7-minimal 2024-09-21T04:08:46.772 INFO:teuthology.orchestra.run.smithi204.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-21T04:08:46.773 INFO:teuthology.orchestra.run.smithi204.stdout:The following additional packages will be installed: 2024-09-21T04:08:46.774 INFO:teuthology.orchestra.run.smithi204.stdout: linux-generic linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-21T04:08:46.774 INFO:teuthology.orchestra.run.smithi204.stdout: linux-headers-generic linux-image-5.15.0-122-generic 2024-09-21T04:08:46.774 INFO:teuthology.orchestra.run.smithi204.stdout: linux-modules-5.15.0-122-generic linux-modules-extra-5.15.0-122-generic 2024-09-21T04:08:46.774 INFO:teuthology.orchestra.run.smithi204.stdout:Suggested packages: 2024-09-21T04:08:46.775 INFO:teuthology.orchestra.run.smithi204.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-21T04:08:46.775 INFO:teuthology.orchestra.run.smithi204.stdout:Recommended packages: 2024-09-21T04:08:46.775 INFO:teuthology.orchestra.run.smithi204.stdout: thermald 2024-09-21T04:08:46.828 INFO:teuthology.orchestra.run.smithi204.stdout:The following NEW packages will be installed: 2024-09-21T04:08:46.829 INFO:teuthology.orchestra.run.smithi204.stdout: linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-21T04:08:46.829 INFO:teuthology.orchestra.run.smithi204.stdout: linux-image-5.15.0-122-generic linux-modules-5.15.0-122-generic 2024-09-21T04:08:46.829 INFO:teuthology.orchestra.run.smithi204.stdout: linux-modules-extra-5.15.0-122-generic 2024-09-21T04:08:46.831 INFO:teuthology.orchestra.run.smithi204.stdout:The following packages will be upgraded: 2024-09-21T04:08:46.831 INFO:teuthology.orchestra.run.smithi204.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-21T04:08:47.009 INFO:teuthology.orchestra.run.smithi204.stdout:3 upgraded, 5 newly installed, 0 to remove and 345 not upgraded. 2024-09-21T04:08:47.010 INFO:teuthology.orchestra.run.smithi204.stdout:Need to get 113 MB of archives. 2024-09-21T04:08:47.010 INFO:teuthology.orchestra.run.smithi204.stdout:After this operation, 584 MB of additional disk space will be used. 2024-09-21T04:08:47.010 INFO:teuthology.orchestra.run.smithi204.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-122-generic amd64 5.15.0-122.132 [22.7 MB] 2024-09-21T04:08:47.448 INFO:teuthology.orchestra.run.smithi032.stdout:Reading package lists... 2024-09-21T04:08:47.466 DEBUG:teuthology.orchestra.run.smithi032:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-21T04:08:47.524 INFO:teuthology.orchestra.run.smithi032.stdout:Reading package lists... 2024-09-21T04:08:47.540 INFO:teuthology.orchestra.run.smithi028.stdout:Reading package lists... 2024-09-21T04:08:47.558 DEBUG:teuthology.orchestra.run.smithi028:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-21T04:08:47.613 INFO:teuthology.orchestra.run.smithi028.stdout:Reading package lists... 2024-09-21T04:08:47.739 INFO:teuthology.orchestra.run.smithi032.stdout:Building dependency tree... 2024-09-21T04:08:47.740 INFO:teuthology.orchestra.run.smithi032.stdout:Reading state information... 2024-09-21T04:08:47.805 INFO:teuthology.orchestra.run.smithi028.stdout:Building dependency tree... 2024-09-21T04:08:47.806 INFO:teuthology.orchestra.run.smithi028.stdout:Reading state information... 2024-09-21T04:08:47.936 INFO:teuthology.orchestra.run.smithi032.stdout:The following packages were automatically installed and are no longer required: 2024-09-21T04:08:47.937 INFO:teuthology.orchestra.run.smithi032.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-21T04:08:47.937 INFO:teuthology.orchestra.run.smithi032.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-21T04:08:47.937 INFO:teuthology.orchestra.run.smithi032.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-21T04:08:47.937 INFO:teuthology.orchestra.run.smithi032.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-21T04:08:47.937 INFO:teuthology.orchestra.run.smithi032.stdout: python2.7-minimal 2024-09-21T04:08:47.937 INFO:teuthology.orchestra.run.smithi032.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-21T04:08:47.938 INFO:teuthology.orchestra.run.smithi032.stdout:The following additional packages will be installed: 2024-09-21T04:08:47.939 INFO:teuthology.orchestra.run.smithi032.stdout: linux-generic linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-21T04:08:47.939 INFO:teuthology.orchestra.run.smithi032.stdout: linux-headers-generic linux-image-5.15.0-122-generic 2024-09-21T04:08:47.939 INFO:teuthology.orchestra.run.smithi032.stdout: linux-modules-5.15.0-122-generic linux-modules-extra-5.15.0-122-generic 2024-09-21T04:08:47.940 INFO:teuthology.orchestra.run.smithi032.stdout:Suggested packages: 2024-09-21T04:08:47.940 INFO:teuthology.orchestra.run.smithi032.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-21T04:08:47.940 INFO:teuthology.orchestra.run.smithi032.stdout:Recommended packages: 2024-09-21T04:08:47.941 INFO:teuthology.orchestra.run.smithi032.stdout: thermald 2024-09-21T04:08:47.981 INFO:teuthology.orchestra.run.smithi028.stdout:The following packages were automatically installed and are no longer required: 2024-09-21T04:08:47.981 INFO:teuthology.orchestra.run.smithi028.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-21T04:08:47.981 INFO:teuthology.orchestra.run.smithi028.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-21T04:08:47.982 INFO:teuthology.orchestra.run.smithi028.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-21T04:08:47.982 INFO:teuthology.orchestra.run.smithi028.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-21T04:08:47.982 INFO:teuthology.orchestra.run.smithi028.stdout: python2.7-minimal 2024-09-21T04:08:47.982 INFO:teuthology.orchestra.run.smithi028.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-21T04:08:47.983 INFO:teuthology.orchestra.run.smithi028.stdout:The following additional packages will be installed: 2024-09-21T04:08:47.983 INFO:teuthology.orchestra.run.smithi028.stdout: linux-generic linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-21T04:08:47.983 INFO:teuthology.orchestra.run.smithi028.stdout: linux-headers-generic linux-image-5.15.0-122-generic 2024-09-21T04:08:47.984 INFO:teuthology.orchestra.run.smithi028.stdout: linux-modules-5.15.0-122-generic linux-modules-extra-5.15.0-122-generic 2024-09-21T04:08:47.985 INFO:teuthology.orchestra.run.smithi028.stdout:Suggested packages: 2024-09-21T04:08:47.985 INFO:teuthology.orchestra.run.smithi028.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-21T04:08:47.985 INFO:teuthology.orchestra.run.smithi028.stdout:Recommended packages: 2024-09-21T04:08:47.985 INFO:teuthology.orchestra.run.smithi028.stdout: thermald 2024-09-21T04:08:47.989 INFO:teuthology.orchestra.run.smithi032.stdout:The following NEW packages will be installed: 2024-09-21T04:08:47.990 INFO:teuthology.orchestra.run.smithi032.stdout: linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-21T04:08:47.990 INFO:teuthology.orchestra.run.smithi032.stdout: linux-image-5.15.0-122-generic linux-modules-5.15.0-122-generic 2024-09-21T04:08:47.990 INFO:teuthology.orchestra.run.smithi032.stdout: linux-modules-extra-5.15.0-122-generic 2024-09-21T04:08:47.991 INFO:teuthology.orchestra.run.smithi032.stdout:The following packages will be upgraded: 2024-09-21T04:08:47.992 INFO:teuthology.orchestra.run.smithi032.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-21T04:08:48.029 INFO:teuthology.orchestra.run.smithi028.stdout:The following NEW packages will be installed: 2024-09-21T04:08:48.030 INFO:teuthology.orchestra.run.smithi028.stdout: linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-21T04:08:48.030 INFO:teuthology.orchestra.run.smithi028.stdout: linux-image-5.15.0-122-generic linux-modules-5.15.0-122-generic 2024-09-21T04:08:48.030 INFO:teuthology.orchestra.run.smithi028.stdout: linux-modules-extra-5.15.0-122-generic 2024-09-21T04:08:48.031 INFO:teuthology.orchestra.run.smithi028.stdout:The following packages will be upgraded: 2024-09-21T04:08:48.032 INFO:teuthology.orchestra.run.smithi028.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-21T04:08:48.044 INFO:teuthology.orchestra.run.smithi032.stdout:3 upgraded, 5 newly installed, 0 to remove and 345 not upgraded. 2024-09-21T04:08:48.044 INFO:teuthology.orchestra.run.smithi032.stdout:Need to get 113 MB of archives. 2024-09-21T04:08:48.044 INFO:teuthology.orchestra.run.smithi032.stdout:After this operation, 584 MB of additional disk space will be used. 2024-09-21T04:08:48.044 INFO:teuthology.orchestra.run.smithi032.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-122-generic amd64 5.15.0-122.132 [22.7 MB] 2024-09-21T04:08:48.211 INFO:teuthology.orchestra.run.smithi028.stdout:3 upgraded, 5 newly installed, 0 to remove and 345 not upgraded. 2024-09-21T04:08:48.211 INFO:teuthology.orchestra.run.smithi028.stdout:Need to get 113 MB of archives. 2024-09-21T04:08:48.211 INFO:teuthology.orchestra.run.smithi028.stdout:After this operation, 584 MB of additional disk space will be used. 2024-09-21T04:08:48.211 INFO:teuthology.orchestra.run.smithi028.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-122-generic amd64 5.15.0-122.132 [22.7 MB] 2024-09-21T04:08:48.422 INFO:teuthology.orchestra.run.smithi204.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-122-generic amd64 5.15.0-122.132 [11.5 MB] 2024-09-21T04:08:48.497 INFO:teuthology.orchestra.run.smithi032.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-122-generic amd64 5.15.0-122.132 [11.5 MB] 2024-09-21T04:08:48.595 INFO:teuthology.orchestra.run.smithi032.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-122-generic amd64 5.15.0-122.132 [63.9 MB] 2024-09-21T04:08:48.772 INFO:teuthology.orchestra.run.smithi204.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-122-generic amd64 5.15.0-122.132 [63.9 MB] 2024-09-21T04:08:49.427 INFO:teuthology.orchestra.run.smithi032.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.122.122 [1,692 B] 2024-09-21T04:08:49.427 INFO:teuthology.orchestra.run.smithi032.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.122.122 [2,436 B] 2024-09-21T04:08:49.427 INFO:teuthology.orchestra.run.smithi032.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-122 all 5.15.0-122.132 [12.3 MB] 2024-09-21T04:08:49.556 INFO:teuthology.orchestra.run.smithi032.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-122-generic amd64 5.15.0-122.132 [2,827 kB] 2024-09-21T04:08:49.579 INFO:teuthology.orchestra.run.smithi032.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.122.122 [2,294 B] 2024-09-21T04:08:49.629 INFO:teuthology.orchestra.run.smithi028.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-122-generic amd64 5.15.0-122.132 [11.5 MB] 2024-09-21T04:08:49.986 INFO:teuthology.orchestra.run.smithi028.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-122-generic amd64 5.15.0-122.132 [63.9 MB] 2024-09-21T04:08:50.098 INFO:teuthology.orchestra.run.smithi032.stdout:Fetched 113 MB in 2s (68.7 MB/s) 2024-09-21T04:08:50.283 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package linux-modules-5.15.0-122-generic. 2024-09-21T04:08:50.996 INFO:teuthology.orchestra.run.smithi204.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.122.122 [1,692 B] 2024-09-21T04:08:50.996 INFO:teuthology.orchestra.run.smithi204.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.122.122 [2,436 B] 2024-09-21T04:08:50.996 INFO:teuthology.orchestra.run.smithi204.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-122 all 5.15.0-122.132 [12.3 MB] 2024-09-21T04:08:51.340 INFO:teuthology.orchestra.run.smithi204.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-122-generic amd64 5.15.0-122.132 [2,827 kB] 2024-09-21T04:08:51.420 INFO:teuthology.orchestra.run.smithi204.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.122.122 [2,294 B] 2024-09-21T04:08:51.806 INFO:teuthology.orchestra.run.smithi204.stdout:Fetched 113 MB in 5s (24.7 MB/s) 2024-09-21T04:08:51.987 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package linux-modules-5.15.0-122-generic. 2024-09-21T04:08:52.214 INFO:teuthology.orchestra.run.smithi028.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.122.122 [1,692 B] 2024-09-21T04:08:52.214 INFO:teuthology.orchestra.run.smithi028.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.122.122 [2,436 B] 2024-09-21T04:08:52.214 INFO:teuthology.orchestra.run.smithi028.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-122 all 5.15.0-122.132 [12.3 MB] 2024-09-21T04:08:52.286 INFO:teuthology.orchestra.run.smithi032.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-21T04:08:52.290 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../0-linux-modules-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-21T04:08:52.439 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T04:08:52.587 INFO:teuthology.orchestra.run.smithi028.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-122-generic amd64 5.15.0-122.132 [2,827 kB] 2024-09-21T04:08:52.669 INFO:teuthology.orchestra.run.smithi028.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.122.122 [2,294 B] 2024-09-21T04:08:53.091 INFO:teuthology.orchestra.run.smithi028.stdout:Fetched 113 MB in 5s (24.5 MB/s) 2024-09-21T04:08:53.274 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package linux-modules-5.15.0-122-generic. 2024-09-21T04:08:53.993 INFO:teuthology.orchestra.run.smithi204.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-21T04:08:53.997 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../0-linux-modules-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-21T04:08:54.085 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T04:08:54.700 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package linux-image-5.15.0-122-generic. 2024-09-21T04:08:54.722 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../1-linux-image-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-21T04:08:54.807 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T04:08:55.275 INFO:teuthology.orchestra.run.smithi028.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-21T04:08:55.280 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../0-linux-modules-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-21T04:08:55.287 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-122-generic. 2024-09-21T04:08:55.308 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-21T04:08:55.345 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T04:08:55.371 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T04:08:56.586 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package linux-image-5.15.0-122-generic. 2024-09-21T04:08:56.608 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../1-linux-image-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-21T04:08:56.693 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T04:08:57.190 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-122-generic. 2024-09-21T04:08:57.210 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-21T04:08:57.248 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T04:08:57.972 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package linux-image-5.15.0-122-generic. 2024-09-21T04:08:57.994 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../1-linux-image-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-21T04:08:58.073 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T04:08:58.567 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-122-generic. 2024-09-21T04:08:58.588 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-21T04:08:58.625 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T04:09:02.302 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../3-linux-generic_5.15.0.122.122_amd64.deb ... 2024-09-21T04:09:02.428 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking linux-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-21T04:09:02.736 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.122.122_amd64.deb ... 2024-09-21T04:09:02.839 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking linux-image-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-21T04:09:03.168 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package linux-headers-5.15.0-122. 2024-09-21T04:09:03.183 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../5-linux-headers-5.15.0-122_5.15.0-122.132_all.deb ... 2024-09-21T04:09:03.226 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-21T04:09:03.590 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../3-linux-generic_5.15.0.122.122_amd64.deb ... 2024-09-21T04:09:03.693 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking linux-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-21T04:09:03.984 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.122.122_amd64.deb ... 2024-09-21T04:09:04.096 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking linux-image-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-21T04:09:04.399 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package linux-headers-5.15.0-122. 2024-09-21T04:09:04.421 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../5-linux-headers-5.15.0-122_5.15.0-122.132_all.deb ... 2024-09-21T04:09:04.466 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-21T04:09:05.178 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../3-linux-generic_5.15.0.122.122_amd64.deb ... 2024-09-21T04:09:05.302 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking linux-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-21T04:09:05.727 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.122.122_amd64.deb ... 2024-09-21T04:09:05.839 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking linux-image-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-21T04:09:06.142 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package linux-headers-5.15.0-122. 2024-09-21T04:09:06.165 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../5-linux-headers-5.15.0-122_5.15.0-122.132_all.deb ... 2024-09-21T04:09:06.208 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-21T04:09:09.072 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package linux-headers-5.15.0-122-generic. 2024-09-21T04:09:09.110 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../6-linux-headers-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-21T04:09:09.147 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T04:09:10.156 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package linux-headers-5.15.0-122-generic. 2024-09-21T04:09:10.193 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../6-linux-headers-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-21T04:09:10.230 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T04:09:11.827 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.122.122_amd64.deb ... 2024-09-21T04:09:11.939 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package linux-headers-5.15.0-122-generic. 2024-09-21T04:09:11.975 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking linux-headers-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-21T04:09:11.977 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../6-linux-headers-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-21T04:09:12.014 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T04:09:12.317 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-21T04:09:12.438 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T04:09:12.564 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up linux-headers-generic (5.15.0.122.122) ... 2024-09-21T04:09:12.693 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T04:09:12.834 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.122.122_amd64.deb ... 2024-09-21T04:09:12.960 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking linux-headers-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-21T04:09:13.293 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-21T04:09:13.414 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T04:09:13.532 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up linux-headers-generic (5.15.0.122.122) ... 2024-09-21T04:09:13.670 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T04:09:14.244 INFO:teuthology.orchestra.run.smithi032.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-21T04:09:14.244 INFO:teuthology.orchestra.run.smithi032.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-09-21T04:09:14.244 INFO:teuthology.orchestra.run.smithi032.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-122-generic 2024-09-21T04:09:14.244 INFO:teuthology.orchestra.run.smithi032.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-122-generic 2024-09-21T04:09:14.895 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T04:09:15.417 INFO:teuthology.orchestra.run.smithi204.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-21T04:09:15.417 INFO:teuthology.orchestra.run.smithi204.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-09-21T04:09:15.417 INFO:teuthology.orchestra.run.smithi204.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-122-generic 2024-09-21T04:09:15.417 INFO:teuthology.orchestra.run.smithi204.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-122-generic 2024-09-21T04:09:15.572 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T04:09:15.819 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.122.122_amd64.deb ... 2024-09-21T04:09:15.950 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking linux-headers-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-21T04:09:16.300 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-21T04:09:16.354 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up linux-image-generic (5.15.0.122.122) ... 2024-09-21T04:09:16.421 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T04:09:16.463 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up linux-generic (5.15.0.122.122) ... 2024-09-21T04:09:16.547 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up linux-headers-generic (5.15.0.122.122) ... 2024-09-21T04:09:16.564 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T04:09:16.676 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T04:09:16.965 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up linux-image-generic (5.15.0.122.122) ... 2024-09-21T04:09:17.091 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up linux-generic (5.15.0.122.122) ... 2024-09-21T04:09:17.225 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T04:09:18.008 INFO:teuthology.orchestra.run.smithi032.stdout:Processing triggers for linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T04:09:18.032 INFO:teuthology.orchestra.run.smithi028.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-21T04:09:18.032 INFO:teuthology.orchestra.run.smithi028.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-09-21T04:09:18.032 INFO:teuthology.orchestra.run.smithi028.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-122-generic 2024-09-21T04:09:18.032 INFO:teuthology.orchestra.run.smithi028.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-122-generic 2024-09-21T04:09:18.064 INFO:teuthology.orchestra.run.smithi032.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-21T04:09:18.065 INFO:teuthology.orchestra.run.smithi032.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-122-generic 2024-09-21T04:09:18.219 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T04:09:18.644 INFO:teuthology.orchestra.run.smithi204.stdout:Processing triggers for linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T04:09:18.717 INFO:teuthology.orchestra.run.smithi204.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-21T04:09:18.717 INFO:teuthology.orchestra.run.smithi204.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-122-generic 2024-09-21T04:09:19.670 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up linux-image-generic (5.15.0.122.122) ... 2024-09-21T04:09:19.795 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up linux-generic (5.15.0.122.122) ... 2024-09-21T04:09:19.989 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T04:09:22.207 INFO:teuthology.orchestra.run.smithi028.stdout:Processing triggers for linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T04:09:22.264 INFO:teuthology.orchestra.run.smithi028.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-21T04:09:22.264 INFO:teuthology.orchestra.run.smithi028.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-122-generic 2024-09-21T04:09:32.749 INFO:teuthology.orchestra.run.smithi204.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-21T04:09:32.749 INFO:teuthology.orchestra.run.smithi204.stdout:Sourcing file `/etc/default/grub' 2024-09-21T04:09:32.762 INFO:teuthology.orchestra.run.smithi204.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-21T04:09:32.786 INFO:teuthology.orchestra.run.smithi204.stdout:Generating grub configuration file ... 2024-09-21T04:09:33.069 INFO:teuthology.orchestra.run.smithi204.stdout:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-21T04:09:33.084 INFO:teuthology.orchestra.run.smithi204.stdout:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-21T04:09:33.104 INFO:teuthology.orchestra.run.smithi032.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-21T04:09:33.104 INFO:teuthology.orchestra.run.smithi032.stdout:Sourcing file `/etc/default/grub' 2024-09-21T04:09:33.120 INFO:teuthology.orchestra.run.smithi032.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-21T04:09:33.142 INFO:teuthology.orchestra.run.smithi032.stdout:Generating grub configuration file ... 2024-09-21T04:09:33.396 INFO:teuthology.orchestra.run.smithi204.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-21T04:09:33.402 INFO:teuthology.orchestra.run.smithi204.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-21T04:09:33.416 INFO:teuthology.orchestra.run.smithi032.stdout:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-21T04:09:33.437 INFO:teuthology.orchestra.run.smithi032.stdout:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-21T04:09:33.470 INFO:teuthology.orchestra.run.smithi204.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-21T04:09:33.476 INFO:teuthology.orchestra.run.smithi204.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-21T04:09:33.636 INFO:teuthology.orchestra.run.smithi204.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-21T04:09:33.636 INFO:teuthology.orchestra.run.smithi204.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-21T04:09:33.636 INFO:teuthology.orchestra.run.smithi204.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-21T04:09:33.671 INFO:teuthology.orchestra.run.smithi204.stdout:done 2024-09-21T04:09:33.862 INFO:teuthology.orchestra.run.smithi032.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-21T04:09:33.868 INFO:teuthology.orchestra.run.smithi032.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-21T04:09:33.937 INFO:teuthology.orchestra.run.smithi032.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-21T04:09:33.943 INFO:teuthology.orchestra.run.smithi032.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-21T04:09:34.113 INFO:teuthology.orchestra.run.smithi032.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-21T04:09:34.113 INFO:teuthology.orchestra.run.smithi032.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-21T04:09:34.113 INFO:teuthology.orchestra.run.smithi032.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-21T04:09:34.150 INFO:teuthology.orchestra.run.smithi032.stdout:done 2024-09-21T04:09:34.160 DEBUG:teuthology.orchestra.run.smithi204:> dpkg -s linux-image-generic 2024-09-21T04:09:34.177 INFO:teuthology.orchestra.run.smithi204.stdout:Package: linux-image-generic 2024-09-21T04:09:34.178 INFO:teuthology.orchestra.run.smithi204.stdout:Status: install ok installed 2024-09-21T04:09:34.178 INFO:teuthology.orchestra.run.smithi204.stdout:Priority: optional 2024-09-21T04:09:34.178 INFO:teuthology.orchestra.run.smithi204.stdout:Section: kernel 2024-09-21T04:09:34.178 INFO:teuthology.orchestra.run.smithi204.stdout:Installed-Size: 21 2024-09-21T04:09:34.178 INFO:teuthology.orchestra.run.smithi204.stdout:Maintainer: Ubuntu Kernel Team 2024-09-21T04:09:34.178 INFO:teuthology.orchestra.run.smithi204.stdout:Architecture: amd64 2024-09-21T04:09:34.178 INFO:teuthology.orchestra.run.smithi204.stdout:Source: linux-meta 2024-09-21T04:09:34.178 INFO:teuthology.orchestra.run.smithi204.stdout:Version: 5.15.0.122.122 2024-09-21T04:09:34.178 INFO:teuthology.orchestra.run.smithi204.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-122), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-21T04:09:34.178 INFO:teuthology.orchestra.run.smithi204.stdout:Depends: linux-image-5.15.0-122-generic, linux-modules-extra-5.15.0-122-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-21T04:09:34.178 INFO:teuthology.orchestra.run.smithi204.stdout:Recommends: thermald 2024-09-21T04:09:34.178 INFO:teuthology.orchestra.run.smithi204.stdout:Description: Generic Linux kernel image 2024-09-21T04:09:34.178 INFO:teuthology.orchestra.run.smithi204.stdout: This package will always depend on the latest generic kernel image 2024-09-21T04:09:34.179 INFO:teuthology.orchestra.run.smithi204.stdout: available. 2024-09-21T04:09:34.179 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-122-generic 2024-09-21T04:09:34.179 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-21T04:09:34.179 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-21T04:09:34.179 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-09-21T04:09:34.179 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi204.front.sepia.ceph.com, path=None, version=distro) 2024-09-21T04:09:34.179 DEBUG:teuthology.orchestra.run.smithi204:> sudo apt-get clean 2024-09-21T04:09:34.339 DEBUG:teuthology.orchestra.run.smithi204:> sudo apt-get update 2024-09-21T04:09:34.600 INFO:teuthology.orchestra.run.smithi204.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-21T04:09:34.600 INFO:teuthology.orchestra.run.smithi204.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-21T04:09:34.659 INFO:teuthology.orchestra.run.smithi204.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-21T04:09:34.670 DEBUG:teuthology.orchestra.run.smithi032:> dpkg -s linux-image-generic 2024-09-21T04:09:34.696 INFO:teuthology.orchestra.run.smithi032.stdout:Package: linux-image-generic 2024-09-21T04:09:34.696 INFO:teuthology.orchestra.run.smithi032.stdout:Status: install ok installed 2024-09-21T04:09:34.696 INFO:teuthology.orchestra.run.smithi032.stdout:Priority: optional 2024-09-21T04:09:34.696 INFO:teuthology.orchestra.run.smithi032.stdout:Section: kernel 2024-09-21T04:09:34.696 INFO:teuthology.orchestra.run.smithi032.stdout:Installed-Size: 21 2024-09-21T04:09:34.696 INFO:teuthology.orchestra.run.smithi032.stdout:Maintainer: Ubuntu Kernel Team 2024-09-21T04:09:34.696 INFO:teuthology.orchestra.run.smithi032.stdout:Architecture: amd64 2024-09-21T04:09:34.696 INFO:teuthology.orchestra.run.smithi032.stdout:Source: linux-meta 2024-09-21T04:09:34.696 INFO:teuthology.orchestra.run.smithi032.stdout:Version: 5.15.0.122.122 2024-09-21T04:09:34.697 INFO:teuthology.orchestra.run.smithi032.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-122), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-21T04:09:34.697 INFO:teuthology.orchestra.run.smithi032.stdout:Depends: linux-image-5.15.0-122-generic, linux-modules-extra-5.15.0-122-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-21T04:09:34.697 INFO:teuthology.orchestra.run.smithi032.stdout:Recommends: thermald 2024-09-21T04:09:34.697 INFO:teuthology.orchestra.run.smithi032.stdout:Description: Generic Linux kernel image 2024-09-21T04:09:34.697 INFO:teuthology.orchestra.run.smithi032.stdout: This package will always depend on the latest generic kernel image 2024-09-21T04:09:34.697 INFO:teuthology.orchestra.run.smithi032.stdout: available. 2024-09-21T04:09:34.698 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-122-generic 2024-09-21T04:09:34.698 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-21T04:09:34.698 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-21T04:09:34.698 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-09-21T04:09:34.698 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi032.front.sepia.ceph.com, path=None, version=distro) 2024-09-21T04:09:34.698 DEBUG:teuthology.orchestra.run.smithi032:> sudo apt-get clean 2024-09-21T04:09:34.740 INFO:teuthology.orchestra.run.smithi204.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-21T04:09:34.895 DEBUG:teuthology.orchestra.run.smithi032:> sudo apt-get update 2024-09-21T04:09:35.019 INFO:teuthology.orchestra.run.smithi032.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-21T04:09:35.029 INFO:teuthology.orchestra.run.smithi032.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-21T04:09:35.046 INFO:teuthology.orchestra.run.smithi032.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-21T04:09:35.140 INFO:teuthology.orchestra.run.smithi032.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-21T04:09:36.058 INFO:teuthology.orchestra.run.smithi204.stdout:Reading package lists... 2024-09-21T04:09:36.078 DEBUG:teuthology.orchestra.run.smithi204:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-21T04:09:36.131 INFO:teuthology.orchestra.run.smithi204.stdout:Reading package lists... 2024-09-21T04:09:36.328 INFO:teuthology.orchestra.run.smithi204.stdout:Building dependency tree... 2024-09-21T04:09:36.330 INFO:teuthology.orchestra.run.smithi204.stdout:Reading state information... 2024-09-21T04:09:36.503 INFO:teuthology.orchestra.run.smithi204.stdout:linux-image-generic is already the newest version (5.15.0.122.122). 2024-09-21T04:09:36.503 INFO:teuthology.orchestra.run.smithi204.stdout:The following packages were automatically installed and are no longer required: 2024-09-21T04:09:36.503 INFO:teuthology.orchestra.run.smithi204.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-21T04:09:36.503 INFO:teuthology.orchestra.run.smithi204.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-21T04:09:36.503 INFO:teuthology.orchestra.run.smithi204.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-21T04:09:36.503 INFO:teuthology.orchestra.run.smithi204.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-21T04:09:36.504 INFO:teuthology.orchestra.run.smithi204.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-21T04:09:36.504 INFO:teuthology.orchestra.run.smithi204.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-21T04:09:36.544 INFO:teuthology.orchestra.run.smithi204.stdout:0 upgraded, 0 newly installed, 0 to remove and 345 not upgraded. 2024-09-21T04:09:36.546 DEBUG:teuthology.orchestra.run.smithi204:> dpkg -s linux-image-generic 2024-09-21T04:09:36.601 INFO:teuthology.orchestra.run.smithi204.stdout:Package: linux-image-generic 2024-09-21T04:09:36.602 INFO:teuthology.orchestra.run.smithi204.stdout:Status: install ok installed 2024-09-21T04:09:36.602 INFO:teuthology.orchestra.run.smithi204.stdout:Priority: optional 2024-09-21T04:09:36.602 INFO:teuthology.orchestra.run.smithi204.stdout:Section: kernel 2024-09-21T04:09:36.602 INFO:teuthology.orchestra.run.smithi204.stdout:Installed-Size: 21 2024-09-21T04:09:36.602 INFO:teuthology.orchestra.run.smithi204.stdout:Maintainer: Ubuntu Kernel Team 2024-09-21T04:09:36.602 INFO:teuthology.orchestra.run.smithi204.stdout:Architecture: amd64 2024-09-21T04:09:36.602 INFO:teuthology.orchestra.run.smithi204.stdout:Source: linux-meta 2024-09-21T04:09:36.602 INFO:teuthology.orchestra.run.smithi204.stdout:Version: 5.15.0.122.122 2024-09-21T04:09:36.602 INFO:teuthology.orchestra.run.smithi204.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-122), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-21T04:09:36.602 INFO:teuthology.orchestra.run.smithi204.stdout:Depends: linux-image-5.15.0-122-generic, linux-modules-extra-5.15.0-122-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-21T04:09:36.602 INFO:teuthology.orchestra.run.smithi204.stdout:Recommends: thermald 2024-09-21T04:09:36.602 INFO:teuthology.orchestra.run.smithi204.stdout:Description: Generic Linux kernel image 2024-09-21T04:09:36.603 INFO:teuthology.orchestra.run.smithi204.stdout: This package will always depend on the latest generic kernel image 2024-09-21T04:09:36.603 INFO:teuthology.orchestra.run.smithi204.stdout: available. 2024-09-21T04:09:36.603 DEBUG:teuthology.orchestra.run.smithi204:> mktemp 2024-09-21T04:09:36.625 INFO:teuthology.orchestra.run.smithi032.stdout:Reading package lists... 2024-09-21T04:09:36.645 DEBUG:teuthology.orchestra.run.smithi032:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-21T04:09:36.646 INFO:teuthology.orchestra.run.smithi204.stdout:/tmp/tmp.b9DzKKO5R1 2024-09-21T04:09:36.646 DEBUG:teuthology.orchestra.run.smithi204:> sudo cp /boot/grub/grub.cfg /tmp/tmp.b9DzKKO5R1 2024-09-21T04:09:36.697 DEBUG:teuthology.orchestra.run.smithi204:> sudo chmod 0666 /tmp/tmp.b9DzKKO5R1 2024-09-21T04:09:36.708 INFO:teuthology.orchestra.run.smithi032.stdout:Reading package lists... 2024-09-21T04:09:36.817 DEBUG:teuthology.orchestra.remote:smithi204:/tmp/tmp.b9DzKKO5R1 is 10KB 2024-09-21T04:09:36.829 DEBUG:teuthology.orchestra.run.smithi204:> rm -fr /tmp/tmp.b9DzKKO5R1 2024-09-21T04:09:36.834 DEBUG:teuthology.orchestra.run.smithi204:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-21T04:09:36.887 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-09-21T04:09:36.887 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-21T04:09:36.887 DEBUG:teuthology.orchestra.run.smithi204:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-21T04:09:36.924 INFO:teuthology.orchestra.run.smithi032.stdout:Building dependency tree... 2024-09-21T04:09:36.925 INFO:teuthology.orchestra.run.smithi032.stdout:Reading state information... 2024-09-21T04:09:36.963 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-122-generic 2024-09-21T04:09:36.964 DEBUG:teuthology.orchestra.run.smithi204:> sudo update-grub 2024-09-21T04:09:37.067 INFO:teuthology.orchestra.run.smithi028.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-21T04:09:37.067 INFO:teuthology.orchestra.run.smithi028.stdout:Sourcing file `/etc/default/grub' 2024-09-21T04:09:37.099 INFO:teuthology.orchestra.run.smithi028.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-21T04:09:37.125 INFO:teuthology.orchestra.run.smithi032.stdout:linux-image-generic is already the newest version (5.15.0.122.122). 2024-09-21T04:09:37.125 INFO:teuthology.orchestra.run.smithi032.stdout:The following packages were automatically installed and are no longer required: 2024-09-21T04:09:37.125 INFO:teuthology.orchestra.run.smithi032.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-21T04:09:37.125 INFO:teuthology.orchestra.run.smithi032.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-21T04:09:37.125 INFO:teuthology.orchestra.run.smithi028.stdout:Generating grub configuration file ... 2024-09-21T04:09:37.126 INFO:teuthology.orchestra.run.smithi032.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-21T04:09:37.126 INFO:teuthology.orchestra.run.smithi032.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-21T04:09:37.126 INFO:teuthology.orchestra.run.smithi032.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-21T04:09:37.126 INFO:teuthology.orchestra.run.smithi032.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-21T04:09:37.172 INFO:teuthology.orchestra.run.smithi032.stdout:0 upgraded, 0 newly installed, 0 to remove and 345 not upgraded. 2024-09-21T04:09:37.174 DEBUG:teuthology.orchestra.run.smithi032:> dpkg -s linux-image-generic 2024-09-21T04:09:37.186 INFO:teuthology.orchestra.run.smithi032.stdout:Package: linux-image-generic 2024-09-21T04:09:37.186 INFO:teuthology.orchestra.run.smithi032.stdout:Status: install ok installed 2024-09-21T04:09:37.186 INFO:teuthology.orchestra.run.smithi032.stdout:Priority: optional 2024-09-21T04:09:37.187 INFO:teuthology.orchestra.run.smithi032.stdout:Section: kernel 2024-09-21T04:09:37.187 INFO:teuthology.orchestra.run.smithi032.stdout:Installed-Size: 21 2024-09-21T04:09:37.187 INFO:teuthology.orchestra.run.smithi032.stdout:Maintainer: Ubuntu Kernel Team 2024-09-21T04:09:37.187 INFO:teuthology.orchestra.run.smithi032.stdout:Architecture: amd64 2024-09-21T04:09:37.187 INFO:teuthology.orchestra.run.smithi032.stdout:Source: linux-meta 2024-09-21T04:09:37.187 INFO:teuthology.orchestra.run.smithi032.stdout:Version: 5.15.0.122.122 2024-09-21T04:09:37.187 INFO:teuthology.orchestra.run.smithi032.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-122), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-21T04:09:37.187 INFO:teuthology.orchestra.run.smithi032.stdout:Depends: linux-image-5.15.0-122-generic, linux-modules-extra-5.15.0-122-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-21T04:09:37.187 INFO:teuthology.orchestra.run.smithi032.stdout:Recommends: thermald 2024-09-21T04:09:37.187 INFO:teuthology.orchestra.run.smithi032.stdout:Description: Generic Linux kernel image 2024-09-21T04:09:37.187 INFO:teuthology.orchestra.run.smithi032.stdout: This package will always depend on the latest generic kernel image 2024-09-21T04:09:37.187 INFO:teuthology.orchestra.run.smithi032.stdout: available. 2024-09-21T04:09:37.187 DEBUG:teuthology.orchestra.run.smithi032:> mktemp 2024-09-21T04:09:37.234 INFO:teuthology.orchestra.run.smithi032.stdout:/tmp/tmp.Xpj6Ekgpla 2024-09-21T04:09:37.234 DEBUG:teuthology.orchestra.run.smithi032:> sudo cp /boot/grub/grub.cfg /tmp/tmp.Xpj6Ekgpla 2024-09-21T04:09:37.291 DEBUG:teuthology.orchestra.run.smithi032:> sudo chmod 0666 /tmp/tmp.Xpj6Ekgpla 2024-09-21T04:09:37.411 DEBUG:teuthology.orchestra.remote:smithi032:/tmp/tmp.Xpj6Ekgpla is 10KB 2024-09-21T04:09:37.424 DEBUG:teuthology.orchestra.run.smithi032:> rm -fr /tmp/tmp.Xpj6Ekgpla 2024-09-21T04:09:37.431 DEBUG:teuthology.orchestra.run.smithi032:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-21T04:09:37.444 INFO:teuthology.orchestra.run.smithi028.stdout:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-21T04:09:37.461 INFO:teuthology.orchestra.run.smithi028.stdout:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-21T04:09:37.485 DEBUG:teuthology.orchestra.run.smithi032:> set -ex 2024-09-21T04:09:37.486 DEBUG:teuthology.orchestra.run.smithi032:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-21T04:09:37.486 DEBUG:teuthology.orchestra.run.smithi032:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-21T04:09:37.557 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-122-generic 2024-09-21T04:09:37.557 DEBUG:teuthology.orchestra.run.smithi032:> sudo update-grub 2024-09-21T04:09:37.756 INFO:teuthology.orchestra.run.smithi028.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-21T04:09:37.762 INFO:teuthology.orchestra.run.smithi028.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-21T04:09:37.839 INFO:teuthology.orchestra.run.smithi028.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-21T04:09:37.844 INFO:teuthology.orchestra.run.smithi028.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-21T04:09:37.994 INFO:teuthology.orchestra.run.smithi028.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-21T04:09:37.994 INFO:teuthology.orchestra.run.smithi028.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-21T04:09:37.994 INFO:teuthology.orchestra.run.smithi028.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-21T04:09:38.028 INFO:teuthology.orchestra.run.smithi028.stdout:done 2024-09-21T04:09:38.222 INFO:teuthology.orchestra.run.smithi204.stderr:Sourcing file `/etc/default/grub' 2024-09-21T04:09:38.223 INFO:teuthology.orchestra.run.smithi204.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-21T04:09:38.225 INFO:teuthology.orchestra.run.smithi204.stderr:Generating grub configuration file ... 2024-09-21T04:09:38.423 INFO:teuthology.orchestra.run.smithi204.stderr:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-21T04:09:38.428 INFO:teuthology.orchestra.run.smithi204.stderr:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-21T04:09:38.530 DEBUG:teuthology.orchestra.run.smithi028:> dpkg -s linux-image-generic 2024-09-21T04:09:38.553 INFO:teuthology.orchestra.run.smithi028.stdout:Package: linux-image-generic 2024-09-21T04:09:38.554 INFO:teuthology.orchestra.run.smithi028.stdout:Status: install ok installed 2024-09-21T04:09:38.554 INFO:teuthology.orchestra.run.smithi028.stdout:Priority: optional 2024-09-21T04:09:38.554 INFO:teuthology.orchestra.run.smithi028.stdout:Section: kernel 2024-09-21T04:09:38.554 INFO:teuthology.orchestra.run.smithi028.stdout:Installed-Size: 21 2024-09-21T04:09:38.554 INFO:teuthology.orchestra.run.smithi028.stdout:Maintainer: Ubuntu Kernel Team 2024-09-21T04:09:38.554 INFO:teuthology.orchestra.run.smithi028.stdout:Architecture: amd64 2024-09-21T04:09:38.554 INFO:teuthology.orchestra.run.smithi028.stdout:Source: linux-meta 2024-09-21T04:09:38.554 INFO:teuthology.orchestra.run.smithi028.stdout:Version: 5.15.0.122.122 2024-09-21T04:09:38.554 INFO:teuthology.orchestra.run.smithi028.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-122), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-21T04:09:38.554 INFO:teuthology.orchestra.run.smithi028.stdout:Depends: linux-image-5.15.0-122-generic, linux-modules-extra-5.15.0-122-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-21T04:09:38.554 INFO:teuthology.orchestra.run.smithi028.stdout:Recommends: thermald 2024-09-21T04:09:38.555 INFO:teuthology.orchestra.run.smithi028.stdout:Description: Generic Linux kernel image 2024-09-21T04:09:38.555 INFO:teuthology.orchestra.run.smithi028.stdout: This package will always depend on the latest generic kernel image 2024-09-21T04:09:38.555 INFO:teuthology.orchestra.run.smithi028.stdout: available. 2024-09-21T04:09:38.555 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-122-generic 2024-09-21T04:09:38.556 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-21T04:09:38.556 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-21T04:09:38.556 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-09-21T04:09:38.556 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi028.front.sepia.ceph.com, path=None, version=distro) 2024-09-21T04:09:38.556 DEBUG:teuthology.orchestra.run.smithi028:> sudo apt-get clean 2024-09-21T04:09:38.655 INFO:teuthology.orchestra.run.smithi204.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-21T04:09:38.661 INFO:teuthology.orchestra.run.smithi204.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-21T04:09:38.702 INFO:teuthology.orchestra.run.smithi204.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-21T04:09:38.707 INFO:teuthology.orchestra.run.smithi204.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-21T04:09:38.736 DEBUG:teuthology.orchestra.run.smithi028:> sudo apt-get update 2024-09-21T04:09:38.776 INFO:teuthology.orchestra.run.smithi032.stderr:Sourcing file `/etc/default/grub' 2024-09-21T04:09:38.777 INFO:teuthology.orchestra.run.smithi032.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-21T04:09:38.779 INFO:teuthology.orchestra.run.smithi032.stderr:Generating grub configuration file ... 2024-09-21T04:09:38.833 INFO:teuthology.orchestra.run.smithi204.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-21T04:09:38.833 INFO:teuthology.orchestra.run.smithi204.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-21T04:09:38.833 INFO:teuthology.orchestra.run.smithi204.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-21T04:09:38.847 INFO:teuthology.orchestra.run.smithi204.stderr:done 2024-09-21T04:09:38.856 DEBUG:teuthology.orchestra.run.smithi204:> sudo shutdown -r now 2024-09-21T04:09:38.971 INFO:teuthology.orchestra.run.smithi032.stderr:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-21T04:09:38.978 INFO:teuthology.orchestra.run.smithi032.stderr:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-21T04:09:38.982 INFO:teuthology.orchestra.run.smithi028.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-21T04:09:38.982 INFO:teuthology.orchestra.run.smithi028.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-21T04:09:39.053 INFO:teuthology.orchestra.run.smithi028.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-21T04:09:39.135 INFO:teuthology.orchestra.run.smithi028.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-21T04:09:39.213 INFO:teuthology.orchestra.run.smithi032.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-21T04:09:39.219 INFO:teuthology.orchestra.run.smithi032.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-21T04:09:39.264 INFO:teuthology.orchestra.run.smithi032.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-21T04:09:39.270 INFO:teuthology.orchestra.run.smithi032.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-21T04:09:39.396 INFO:teuthology.orchestra.run.smithi032.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-21T04:09:39.396 INFO:teuthology.orchestra.run.smithi032.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-21T04:09:39.396 INFO:teuthology.orchestra.run.smithi032.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-21T04:09:39.407 INFO:teuthology.orchestra.run.smithi032.stderr:done 2024-09-21T04:09:39.419 DEBUG:teuthology.orchestra.run.smithi032:> sudo shutdown -r now 2024-09-21T04:09:40.388 INFO:teuthology.orchestra.run.smithi028.stdout:Reading package lists... 2024-09-21T04:09:40.406 DEBUG:teuthology.orchestra.run.smithi028:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-21T04:09:40.463 INFO:teuthology.orchestra.run.smithi028.stdout:Reading package lists... 2024-09-21T04:09:40.656 INFO:teuthology.orchestra.run.smithi028.stdout:Building dependency tree... 2024-09-21T04:09:40.656 INFO:teuthology.orchestra.run.smithi028.stdout:Reading state information... 2024-09-21T04:09:40.835 INFO:teuthology.orchestra.run.smithi028.stdout:linux-image-generic is already the newest version (5.15.0.122.122). 2024-09-21T04:09:40.835 INFO:teuthology.orchestra.run.smithi028.stdout:The following packages were automatically installed and are no longer required: 2024-09-21T04:09:40.836 INFO:teuthology.orchestra.run.smithi028.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-21T04:09:40.836 INFO:teuthology.orchestra.run.smithi028.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-21T04:09:40.836 INFO:teuthology.orchestra.run.smithi028.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-21T04:09:40.836 INFO:teuthology.orchestra.run.smithi028.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-21T04:09:40.836 INFO:teuthology.orchestra.run.smithi028.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-21T04:09:40.836 INFO:teuthology.orchestra.run.smithi028.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-21T04:09:40.878 INFO:teuthology.orchestra.run.smithi028.stdout:0 upgraded, 0 newly installed, 0 to remove and 345 not upgraded. 2024-09-21T04:09:40.880 DEBUG:teuthology.orchestra.run.smithi028:> dpkg -s linux-image-generic 2024-09-21T04:09:40.896 INFO:teuthology.orchestra.run.smithi028.stdout:Package: linux-image-generic 2024-09-21T04:09:40.896 INFO:teuthology.orchestra.run.smithi028.stdout:Status: install ok installed 2024-09-21T04:09:40.896 INFO:teuthology.orchestra.run.smithi028.stdout:Priority: optional 2024-09-21T04:09:40.897 INFO:teuthology.orchestra.run.smithi028.stdout:Section: kernel 2024-09-21T04:09:40.897 INFO:teuthology.orchestra.run.smithi028.stdout:Installed-Size: 21 2024-09-21T04:09:40.897 INFO:teuthology.orchestra.run.smithi028.stdout:Maintainer: Ubuntu Kernel Team 2024-09-21T04:09:40.897 INFO:teuthology.orchestra.run.smithi028.stdout:Architecture: amd64 2024-09-21T04:09:40.897 INFO:teuthology.orchestra.run.smithi028.stdout:Source: linux-meta 2024-09-21T04:09:40.897 INFO:teuthology.orchestra.run.smithi028.stdout:Version: 5.15.0.122.122 2024-09-21T04:09:40.897 INFO:teuthology.orchestra.run.smithi028.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-122), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-21T04:09:40.897 INFO:teuthology.orchestra.run.smithi028.stdout:Depends: linux-image-5.15.0-122-generic, linux-modules-extra-5.15.0-122-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-21T04:09:40.897 INFO:teuthology.orchestra.run.smithi028.stdout:Recommends: thermald 2024-09-21T04:09:40.897 INFO:teuthology.orchestra.run.smithi028.stdout:Description: Generic Linux kernel image 2024-09-21T04:09:40.897 INFO:teuthology.orchestra.run.smithi028.stdout: This package will always depend on the latest generic kernel image 2024-09-21T04:09:40.897 INFO:teuthology.orchestra.run.smithi028.stdout: available. 2024-09-21T04:09:40.898 DEBUG:teuthology.orchestra.run.smithi028:> mktemp 2024-09-21T04:09:40.941 INFO:teuthology.orchestra.run.smithi028.stdout:/tmp/tmp.ORPszjjgGG 2024-09-21T04:09:40.942 DEBUG:teuthology.orchestra.run.smithi028:> sudo cp /boot/grub/grub.cfg /tmp/tmp.ORPszjjgGG 2024-09-21T04:09:40.997 DEBUG:teuthology.orchestra.run.smithi028:> sudo chmod 0666 /tmp/tmp.ORPszjjgGG 2024-09-21T04:09:41.111 DEBUG:teuthology.orchestra.remote:smithi028:/tmp/tmp.ORPszjjgGG is 10KB 2024-09-21T04:09:41.123 DEBUG:teuthology.orchestra.run.smithi028:> rm -fr /tmp/tmp.ORPszjjgGG 2024-09-21T04:09:41.128 DEBUG:teuthology.orchestra.run.smithi028:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-21T04:09:41.181 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-09-21T04:09:41.181 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-21T04:09:41.181 DEBUG:teuthology.orchestra.run.smithi028:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-21T04:09:41.255 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-122-generic 2024-09-21T04:09:41.256 DEBUG:teuthology.orchestra.run.smithi028:> sudo update-grub 2024-09-21T04:09:42.665 INFO:teuthology.orchestra.run.smithi028.stderr:Sourcing file `/etc/default/grub' 2024-09-21T04:09:42.667 INFO:teuthology.orchestra.run.smithi028.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-21T04:09:42.668 INFO:teuthology.orchestra.run.smithi028.stderr:Generating grub configuration file ... 2024-09-21T04:09:42.907 INFO:teuthology.orchestra.run.smithi028.stderr:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-21T04:09:42.914 INFO:teuthology.orchestra.run.smithi028.stderr:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-21T04:09:43.152 INFO:teuthology.orchestra.run.smithi028.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-21T04:09:43.157 INFO:teuthology.orchestra.run.smithi028.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-21T04:09:43.202 INFO:teuthology.orchestra.run.smithi028.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-21T04:09:43.207 INFO:teuthology.orchestra.run.smithi028.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-21T04:09:43.326 INFO:teuthology.orchestra.run.smithi028.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-21T04:09:43.326 INFO:teuthology.orchestra.run.smithi028.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-21T04:09:43.326 INFO:teuthology.orchestra.run.smithi028.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-21T04:09:43.337 INFO:teuthology.orchestra.run.smithi028.stderr:done 2024-09-21T04:09:43.343 DEBUG:teuthology.orchestra.run.smithi028:> sudo shutdown -r now 2024-09-21T04:10:08.882 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-09-21T04:10:08.883 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-09-21T04:10:08.883 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T04:10:09.422 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-09-21T04:10:09.423 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi032.front.sepia.ceph.com' 2024-09-21T04:10:09.423 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi032.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T04:10:13.395 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-09-21T04:10:13.395 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi028.front.sepia.ceph.com' 2024-09-21T04:10:13.396 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi028.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T04:10:27.439 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.204 2024-09-21T04:10:27.951 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.32 2024-09-21T04:10:31.791 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.28 2024-09-21T04:10:36.444 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-09-21T04:10:36.445 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T04:10:36.952 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi032.front.sepia.ceph.com' 2024-09-21T04:10:36.952 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi032.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T04:10:39.503 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.204 2024-09-21T04:10:40.792 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi028.front.sepia.ceph.com' 2024-09-21T04:10:40.793 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi028.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T04:10:51.510 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-09-21T04:10:51.511 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T04:10:55.342 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.32 2024-09-21T04:10:59.183 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.28 2024-09-21T04:11:07.350 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi032.front.sepia.ceph.com' 2024-09-21T04:11:07.351 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi032.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T04:11:09.935 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.204 2024-09-21T04:11:10.415 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.32 2024-09-21T04:11:11.184 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi028.front.sepia.ceph.com' 2024-09-21T04:11:11.184 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi028.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T04:11:14.259 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.28 2024-09-21T04:11:24.945 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-09-21T04:11:24.945 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T04:11:24.947 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.204 2024-09-21T04:11:25.416 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi032.front.sepia.ceph.com' 2024-09-21T04:11:25.416 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi032.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T04:11:25.641 DEBUG:teuthology.orchestra.run.smithi032:> true 2024-09-21T04:11:26.368 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi032.front.sepia.ceph.com' 2024-09-21T04:11:26.369 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-122-generic"... 2024-09-21T04:11:26.369 DEBUG:teuthology.orchestra.run.smithi032:> uname -r 2024-09-21T04:11:26.414 INFO:teuthology.orchestra.run.smithi032.stdout:5.15.0-122-generic 2024-09-21T04:11:26.414 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-122-generic vs 5.15.0-122-generic 2024-09-21T04:11:26.415 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-21T04:11:26.415 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-21T04:11:27.416 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-09-21T04:11:27.416 DEBUG:teuthology.orchestra.run.smithi032:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-21T04:11:27.490 INFO:teuthology.orchestra.run.smithi032.stdout:ttyS1 2024-09-21T04:11:27.519 DEBUG:teuthology.parallel:result is None 2024-09-21T04:11:29.260 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi028.front.sepia.ceph.com' 2024-09-21T04:11:29.260 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi028.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T04:11:29.461 DEBUG:teuthology.orchestra.run.smithi028:> true 2024-09-21T04:11:30.126 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi028.front.sepia.ceph.com' 2024-09-21T04:11:30.126 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-122-generic"... 2024-09-21T04:11:30.127 DEBUG:teuthology.orchestra.run.smithi028:> uname -r 2024-09-21T04:11:30.172 INFO:teuthology.orchestra.run.smithi028.stdout:5.15.0-122-generic 2024-09-21T04:11:30.173 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-122-generic vs 5.15.0-122-generic 2024-09-21T04:11:30.173 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-21T04:11:30.173 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-21T04:11:31.173 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-09-21T04:11:31.174 DEBUG:teuthology.orchestra.run.smithi028:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-21T04:11:31.260 INFO:teuthology.orchestra.run.smithi028.stdout:ttyS1 2024-09-21T04:11:31.290 DEBUG:teuthology.parallel:result is None 2024-09-21T04:11:42.947 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-09-21T04:11:42.948 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T04:11:43.253 DEBUG:teuthology.orchestra.run.smithi204:> true 2024-09-21T04:11:43.900 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-09-21T04:11:43.901 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-122-generic"... 2024-09-21T04:11:43.901 DEBUG:teuthology.orchestra.run.smithi204:> uname -r 2024-09-21T04:11:43.948 INFO:teuthology.orchestra.run.smithi204.stdout:5.15.0-122-generic 2024-09-21T04:11:43.949 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-122-generic vs 5.15.0-122-generic 2024-09-21T04:11:43.949 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-21T04:11:43.949 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-21T04:11:44.950 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-09-21T04:11:44.950 DEBUG:teuthology.orchestra.run.smithi204:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-21T04:11:45.290 INFO:teuthology.orchestra.run.smithi204.stdout:ttyS1 2024-09-21T04:11:45.319 DEBUG:teuthology.parallel:result is None 2024-09-21T04:11:45.319 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-21T04:11:45.326 INFO:teuthology.task.internal:Creating test directory... 2024-09-21T04:11:45.326 DEBUG:teuthology.orchestra.run.smithi028:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-21T04:11:45.328 DEBUG:teuthology.orchestra.run.smithi032:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-21T04:11:45.331 DEBUG:teuthology.orchestra.run.smithi204:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-21T04:11:45.335 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-21T04:11:45.341 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-21T04:11:45.359 INFO:teuthology.task.internal:Creating archive directory... 2024-09-21T04:11:45.359 DEBUG:teuthology.orchestra.run.smithi028:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-21T04:11:45.378 DEBUG:teuthology.orchestra.run.smithi032:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-21T04:11:45.380 DEBUG:teuthology.orchestra.run.smithi204:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-21T04:11:45.415 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-21T04:11:45.421 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-21T04:11:45.422 DEBUG:teuthology.orchestra.run.smithi028:> 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-21T04:11:45.454 DEBUG:teuthology.orchestra.run.smithi032:> 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-21T04:11:45.456 DEBUG:teuthology.orchestra.run.smithi204:> 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-21T04:11:45.472 INFO:teuthology.orchestra.run.smithi028.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-21T04:11:45.476 INFO:teuthology.orchestra.run.smithi032.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-21T04:11:45.480 INFO:teuthology.orchestra.run.smithi028.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-21T04:11:45.483 INFO:teuthology.orchestra.run.smithi204.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-21T04:11:45.484 INFO:teuthology.orchestra.run.smithi032.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-21T04:11:45.491 INFO:teuthology.orchestra.run.smithi204.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-21T04:11:45.493 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-21T04:11:45.500 INFO:teuthology.task.internal:Configuring sudo... 2024-09-21T04:11:45.500 DEBUG:teuthology.orchestra.run.smithi028:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-21T04:11:45.526 DEBUG:teuthology.orchestra.run.smithi032:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-21T04:11:45.531 DEBUG:teuthology.orchestra.run.smithi204:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-21T04:11:45.548 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-21T04:11:45.556 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-21T04:11:45.557 DEBUG:teuthology.orchestra.run.smithi028:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-21T04:11:45.581 DEBUG:teuthology.orchestra.run.smithi032:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-21T04:11:45.587 DEBUG:teuthology.orchestra.run.smithi204:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-21T04:11:45.593 DEBUG:teuthology.orchestra.run.smithi028:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-21T04:11:45.633 DEBUG:teuthology.orchestra.run.smithi028:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-21T04:11:45.681 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-09-21T04:11:45.682 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-21T04:11:45.740 DEBUG:teuthology.orchestra.run.smithi032:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-21T04:11:45.746 DEBUG:teuthology.orchestra.run.smithi032:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-21T04:11:45.794 DEBUG:teuthology.orchestra.run.smithi032:> set -ex 2024-09-21T04:11:45.794 DEBUG:teuthology.orchestra.run.smithi032:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-21T04:11:45.854 DEBUG:teuthology.orchestra.run.smithi204:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-21T04:11:45.859 DEBUG:teuthology.orchestra.run.smithi204:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-21T04:11:45.905 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-09-21T04:11:45.905 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-21T04:11:45.989 DEBUG:teuthology.orchestra.run.smithi028:> sudo service rsyslog restart 2024-09-21T04:11:45.991 DEBUG:teuthology.orchestra.run.smithi032:> sudo service rsyslog restart 2024-09-21T04:11:45.993 DEBUG:teuthology.orchestra.run.smithi204:> sudo service rsyslog restart 2024-09-21T04:11:46.069 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-21T04:11:46.076 INFO:teuthology.task.internal:Starting timer... 2024-09-21T04:11:46.076 INFO:teuthology.run_tasks:Running task pcp... 2024-09-21T04:11:46.087 INFO:teuthology.run_tasks:Running task selinux... 2024-09-21T04:11:46.095 DEBUG:teuthology.task.selinux:Excluding smithi028: OS 'ubuntu' does not support SELinux 2024-09-21T04:11:46.095 DEBUG:teuthology.task.selinux:Excluding smithi032: OS 'ubuntu' does not support SELinux 2024-09-21T04:11:46.095 DEBUG:teuthology.task.selinux:Excluding smithi204: OS 'ubuntu' does not support SELinux 2024-09-21T04:11:46.096 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-21T04:11:46.096 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-09-21T04:11:46.096 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-21T04:11:46.096 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-21T04:11:46.103 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-21T04:11:46.114 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-21T04:11:46.115 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi028.front.sepia.ceph.com,smithi032.front.sepia.ceph.com,smithi204.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-21T04:19:24.466 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi028.front.sepia.ceph.com'), Remote(name='ubuntu@smithi032.front.sepia.ceph.com'), Remote(name='ubuntu@smithi204.front.sepia.ceph.com')] 2024-09-21T04:19:24.467 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi028.front.sepia.ceph.com' 2024-09-21T04:19:24.468 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi028.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T04:19:24.549 DEBUG:teuthology.orchestra.run.smithi028:> true 2024-09-21T04:19:24.634 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi028.front.sepia.ceph.com' 2024-09-21T04:19:24.635 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi032.front.sepia.ceph.com' 2024-09-21T04:19:24.635 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi032.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T04:19:24.718 DEBUG:teuthology.orchestra.run.smithi032:> true 2024-09-21T04:19:24.801 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi032.front.sepia.ceph.com' 2024-09-21T04:19:24.801 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-09-21T04:19:24.801 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T04:19:24.882 DEBUG:teuthology.orchestra.run.smithi204:> true 2024-09-21T04:19:24.958 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-09-21T04:19:24.959 INFO:teuthology.run_tasks:Running task clock... 2024-09-21T04:19:24.969 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-21T04:19:24.969 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-21T04:19:24.969 DEBUG:teuthology.orchestra.run.smithi028:> 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-21T04:19:24.972 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-21T04:19:24.972 DEBUG:teuthology.orchestra.run.smithi032:> 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-21T04:19:24.974 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-21T04:19:24.974 DEBUG:teuthology.orchestra.run.smithi204:> 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-21T04:19:25.001 INFO:teuthology.orchestra.run.smithi028.stdout:21 Sep 04:19:24 ntpd[18401]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-21T04:19:25.001 INFO:teuthology.orchestra.run.smithi028.stdout:21 Sep 04:19:24 ntpd[18401]: Command line: ntpd -gq 2024-09-21T04:19:25.001 INFO:teuthology.orchestra.run.smithi028.stdout:21 Sep 04:19:24 ntpd[18401]: ---------------------------------------------------- 2024-09-21T04:19:25.001 INFO:teuthology.orchestra.run.smithi028.stdout:21 Sep 04:19:24 ntpd[18401]: ntp-4 is maintained by Network Time Foundation, 2024-09-21T04:19:25.001 INFO:teuthology.orchestra.run.smithi028.stdout:21 Sep 04:19:24 ntpd[18401]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-21T04:19:25.002 INFO:teuthology.orchestra.run.smithi028.stdout:21 Sep 04:19:24 ntpd[18401]: corporation. Support and training for ntp-4 are 2024-09-21T04:19:25.002 INFO:teuthology.orchestra.run.smithi028.stdout:21 Sep 04:19:24 ntpd[18401]: available at https://www.nwtime.org/support 2024-09-21T04:19:25.002 INFO:teuthology.orchestra.run.smithi028.stdout:21 Sep 04:19:24 ntpd[18401]: ---------------------------------------------------- 2024-09-21T04:19:25.003 INFO:teuthology.orchestra.run.smithi028.stdout:21 Sep 04:19:24 ntpd[18401]: proto: precision = 0.062 usec (-24) 2024-09-21T04:19:25.004 INFO:teuthology.orchestra.run.smithi028.stdout:21 Sep 04:19:24 ntpd[18401]: basedate set to 2022-02-04 2024-09-21T04:19:25.004 INFO:teuthology.orchestra.run.smithi028.stdout:21 Sep 04:19:24 ntpd[18401]: gps base set to 2022-02-06 (week 2196) 2024-09-21T04:19:25.004 INFO:teuthology.orchestra.run.smithi028.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-21T04:19:25.005 INFO:teuthology.orchestra.run.smithi032.stdout:21 Sep 04:19:24 ntpd[18390]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-21T04:19:25.005 INFO:teuthology.orchestra.run.smithi032.stdout:21 Sep 04:19:24 ntpd[18390]: Command line: ntpd -gq 2024-09-21T04:19:25.005 INFO:teuthology.orchestra.run.smithi032.stdout:21 Sep 04:19:24 ntpd[18390]: ---------------------------------------------------- 2024-09-21T04:19:25.005 INFO:teuthology.orchestra.run.smithi032.stdout:21 Sep 04:19:24 ntpd[18390]: ntp-4 is maintained by Network Time Foundation, 2024-09-21T04:19:25.005 INFO:teuthology.orchestra.run.smithi032.stdout:21 Sep 04:19:24 ntpd[18390]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-21T04:19:25.005 INFO:teuthology.orchestra.run.smithi032.stdout:21 Sep 04:19:24 ntpd[18390]: corporation. Support and training for ntp-4 are 2024-09-21T04:19:25.006 INFO:teuthology.orchestra.run.smithi032.stdout:21 Sep 04:19:24 ntpd[18390]: available at https://www.nwtime.org/support 2024-09-21T04:19:25.006 INFO:teuthology.orchestra.run.smithi032.stdout:21 Sep 04:19:24 ntpd[18390]: ---------------------------------------------------- 2024-09-21T04:19:25.006 INFO:teuthology.orchestra.run.smithi032.stdout:21 Sep 04:19:24 ntpd[18390]: proto: precision = 0.067 usec (-24) 2024-09-21T04:19:25.006 INFO:teuthology.orchestra.run.smithi032.stdout:21 Sep 04:19:25 ntpd[18390]: basedate set to 2022-02-04 2024-09-21T04:19:25.006 INFO:teuthology.orchestra.run.smithi032.stdout:21 Sep 04:19:25 ntpd[18390]: gps base set to 2022-02-06 (week 2196) 2024-09-21T04:19:25.006 INFO:teuthology.orchestra.run.smithi032.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-21T04:19:25.006 INFO:teuthology.orchestra.run.smithi028.stdout:21 Sep 04:19:24 ntpd[18401]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-21T04:19:25.007 INFO:teuthology.orchestra.run.smithi028.stdout:21 Sep 04:19:24 ntpd[18401]: restrict ::: KOD does nothing without LIMITED. 2024-09-21T04:19:25.007 INFO:teuthology.orchestra.run.smithi028.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-21T04:19:25.008 INFO:teuthology.orchestra.run.smithi032.stdout:21 Sep 04:19:25 ntpd[18390]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-21T04:19:25.008 INFO:teuthology.orchestra.run.smithi032.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-21T04:19:25.009 INFO:teuthology.orchestra.run.smithi028.stdout:21 Sep 04:19:24 ntpd[18401]: Listen and drop on 0 v6wildcard [::]:123 2024-09-21T04:19:25.009 INFO:teuthology.orchestra.run.smithi028.stdout:21 Sep 04:19:24 ntpd[18401]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-21T04:19:25.009 INFO:teuthology.orchestra.run.smithi028.stdout:21 Sep 04:19:24 ntpd[18401]: Listen normally on 2 lo 127.0.0.1:123 2024-09-21T04:19:25.009 INFO:teuthology.orchestra.run.smithi028.stdout:21 Sep 04:19:24 ntpd[18401]: Listen normally on 3 ens1f0 172.21.15.28:123 2024-09-21T04:19:25.009 INFO:teuthology.orchestra.run.smithi028.stdout:21 Sep 04:19:24 ntpd[18401]: Listen normally on 4 lo [::1]:123 2024-09-21T04:19:25.009 INFO:teuthology.orchestra.run.smithi028.stdout:21 Sep 04:19:24 ntpd[18401]: Listen normally on 5 ens1f0 [fe80::ae1f:6bff:fea5:ca3c%4]:123 2024-09-21T04:19:25.009 INFO:teuthology.orchestra.run.smithi028.stdout:21 Sep 04:19:24 ntpd[18401]: Listening on routing socket on fd #22 for interface updates 2024-09-21T04:19:25.010 INFO:teuthology.orchestra.run.smithi032.stdout:21 Sep 04:19:25 ntpd[18390]: restrict ::: KOD does nothing without LIMITED. 2024-09-21T04:19:25.010 INFO:teuthology.orchestra.run.smithi032.stdout:21 Sep 04:19:25 ntpd[18390]: Listen and drop on 0 v6wildcard [::]:123 2024-09-21T04:19:25.010 INFO:teuthology.orchestra.run.smithi032.stdout:21 Sep 04:19:25 ntpd[18390]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-21T04:19:25.010 INFO:teuthology.orchestra.run.smithi032.stdout:21 Sep 04:19:25 ntpd[18390]: Listen normally on 2 lo 127.0.0.1:123 2024-09-21T04:19:25.010 INFO:teuthology.orchestra.run.smithi032.stdout:21 Sep 04:19:25 ntpd[18390]: Listen normally on 3 ens1f0 172.21.15.32:123 2024-09-21T04:19:25.010 INFO:teuthology.orchestra.run.smithi032.stdout:21 Sep 04:19:25 ntpd[18390]: Listen normally on 4 lo [::1]:123 2024-09-21T04:19:25.010 INFO:teuthology.orchestra.run.smithi032.stdout:21 Sep 04:19:25 ntpd[18390]: Listen normally on 5 ens1f0 [fe80::ae1f:6bff:fef8:2602%3]:123 2024-09-21T04:19:25.010 INFO:teuthology.orchestra.run.smithi032.stdout:21 Sep 04:19:25 ntpd[18390]: Listening on routing socket on fd #22 for interface updates 2024-09-21T04:19:25.027 INFO:teuthology.orchestra.run.smithi204.stdout:21 Sep 04:19:25 ntpd[18490]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-21T04:19:25.027 INFO:teuthology.orchestra.run.smithi204.stdout:21 Sep 04:19:25 ntpd[18490]: Command line: ntpd -gq 2024-09-21T04:19:25.027 INFO:teuthology.orchestra.run.smithi204.stdout:21 Sep 04:19:25 ntpd[18490]: ---------------------------------------------------- 2024-09-21T04:19:25.027 INFO:teuthology.orchestra.run.smithi204.stdout:21 Sep 04:19:25 ntpd[18490]: ntp-4 is maintained by Network Time Foundation, 2024-09-21T04:19:25.027 INFO:teuthology.orchestra.run.smithi204.stdout:21 Sep 04:19:25 ntpd[18490]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-21T04:19:25.027 INFO:teuthology.orchestra.run.smithi204.stdout:21 Sep 04:19:25 ntpd[18490]: corporation. Support and training for ntp-4 are 2024-09-21T04:19:25.027 INFO:teuthology.orchestra.run.smithi204.stdout:21 Sep 04:19:25 ntpd[18490]: available at https://www.nwtime.org/support 2024-09-21T04:19:25.027 INFO:teuthology.orchestra.run.smithi204.stdout:21 Sep 04:19:25 ntpd[18490]: ---------------------------------------------------- 2024-09-21T04:19:25.028 INFO:teuthology.orchestra.run.smithi204.stdout:21 Sep 04:19:25 ntpd[18490]: proto: precision = 0.044 usec (-24) 2024-09-21T04:19:25.028 INFO:teuthology.orchestra.run.smithi204.stdout:21 Sep 04:19:25 ntpd[18490]: basedate set to 2022-02-04 2024-09-21T04:19:25.028 INFO:teuthology.orchestra.run.smithi204.stdout:21 Sep 04:19:25 ntpd[18490]: gps base set to 2022-02-06 (week 2196) 2024-09-21T04:19:25.028 INFO:teuthology.orchestra.run.smithi204.stdout:21 Sep 04:19:25 ntpd[18490]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-21T04:19:25.029 INFO:teuthology.orchestra.run.smithi204.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-21T04:19:25.029 INFO:teuthology.orchestra.run.smithi204.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-21T04:19:25.030 INFO:teuthology.orchestra.run.smithi204.stdout:21 Sep 04:19:25 ntpd[18490]: restrict ::: KOD does nothing without LIMITED. 2024-09-21T04:19:25.030 INFO:teuthology.orchestra.run.smithi204.stdout:21 Sep 04:19:25 ntpd[18490]: Listen and drop on 0 v6wildcard [::]:123 2024-09-21T04:19:25.030 INFO:teuthology.orchestra.run.smithi204.stdout:21 Sep 04:19:25 ntpd[18490]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-21T04:19:25.030 INFO:teuthology.orchestra.run.smithi204.stdout:21 Sep 04:19:25 ntpd[18490]: Listen normally on 2 lo 127.0.0.1:123 2024-09-21T04:19:25.030 INFO:teuthology.orchestra.run.smithi204.stdout:21 Sep 04:19:25 ntpd[18490]: Listen normally on 3 enp3s0f1 172.21.15.204:123 2024-09-21T04:19:25.030 INFO:teuthology.orchestra.run.smithi204.stdout:21 Sep 04:19:25 ntpd[18490]: Listen normally on 4 lo [::1]:123 2024-09-21T04:19:25.030 INFO:teuthology.orchestra.run.smithi204.stdout:21 Sep 04:19:25 ntpd[18490]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:77ab%5]:123 2024-09-21T04:19:25.030 INFO:teuthology.orchestra.run.smithi204.stdout:21 Sep 04:19:25 ntpd[18490]: Listening on routing socket on fd #22 for interface updates 2024-09-21T04:19:26.002 INFO:teuthology.orchestra.run.smithi028.stderr:21 Sep 04:19:25 ntpd[18401]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T04:19:26.002 INFO:teuthology.orchestra.run.smithi028.stderr:21 Sep 04:19:25 ntpd[18401]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T04:19:26.002 INFO:teuthology.orchestra.run.smithi028.stderr:21 Sep 04:19:25 ntpd[18401]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T04:19:26.002 INFO:teuthology.orchestra.run.smithi028.stderr:21 Sep 04:19:25 ntpd[18401]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T04:19:26.003 INFO:teuthology.orchestra.run.smithi028.stderr:21 Sep 04:19:25 ntpd[18401]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T04:19:26.003 INFO:teuthology.orchestra.run.smithi028.stderr:21 Sep 04:19:25 ntpd[18401]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T04:19:26.003 INFO:teuthology.orchestra.run.smithi028.stderr:21 Sep 04:19:25 ntpd[18401]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T04:19:26.003 INFO:teuthology.orchestra.run.smithi028.stderr:21 Sep 04:19:25 ntpd[18401]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T04:19:26.003 INFO:teuthology.orchestra.run.smithi028.stderr:21 Sep 04:19:25 ntpd[18401]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T04:19:26.003 INFO:teuthology.orchestra.run.smithi028.stderr:21 Sep 04:19:25 ntpd[18401]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T04:19:26.003 INFO:teuthology.orchestra.run.smithi028.stderr:21 Sep 04:19:25 ntpd[18401]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T04:19:26.003 INFO:teuthology.orchestra.run.smithi028.stderr:21 Sep 04:19:25 ntpd[18401]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T04:19:26.004 INFO:teuthology.orchestra.run.smithi032.stderr:21 Sep 04:19:25 ntpd[18390]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T04:19:26.004 INFO:teuthology.orchestra.run.smithi032.stderr:21 Sep 04:19:25 ntpd[18390]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T04:19:26.005 INFO:teuthology.orchestra.run.smithi032.stderr:21 Sep 04:19:25 ntpd[18390]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T04:19:26.005 INFO:teuthology.orchestra.run.smithi032.stderr:21 Sep 04:19:25 ntpd[18390]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T04:19:26.005 INFO:teuthology.orchestra.run.smithi032.stderr:21 Sep 04:19:25 ntpd[18390]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T04:19:26.005 INFO:teuthology.orchestra.run.smithi032.stderr:21 Sep 04:19:25 ntpd[18390]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T04:19:26.005 INFO:teuthology.orchestra.run.smithi032.stderr:21 Sep 04:19:25 ntpd[18390]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T04:19:26.005 INFO:teuthology.orchestra.run.smithi032.stderr:21 Sep 04:19:25 ntpd[18390]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T04:19:26.005 INFO:teuthology.orchestra.run.smithi032.stderr:21 Sep 04:19:26 ntpd[18390]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T04:19:26.005 INFO:teuthology.orchestra.run.smithi032.stderr:21 Sep 04:19:26 ntpd[18390]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T04:19:26.005 INFO:teuthology.orchestra.run.smithi032.stderr:21 Sep 04:19:26 ntpd[18390]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T04:19:26.005 INFO:teuthology.orchestra.run.smithi032.stderr:21 Sep 04:19:26 ntpd[18390]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T04:19:26.028 INFO:teuthology.orchestra.run.smithi204.stderr:21 Sep 04:19:26 ntpd[18490]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T04:19:26.028 INFO:teuthology.orchestra.run.smithi204.stderr:21 Sep 04:19:26 ntpd[18490]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T04:19:26.028 INFO:teuthology.orchestra.run.smithi204.stderr:21 Sep 04:19:26 ntpd[18490]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T04:19:26.028 INFO:teuthology.orchestra.run.smithi204.stderr:21 Sep 04:19:26 ntpd[18490]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T04:19:26.028 INFO:teuthology.orchestra.run.smithi204.stderr:21 Sep 04:19:26 ntpd[18490]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T04:19:26.028 INFO:teuthology.orchestra.run.smithi204.stderr:21 Sep 04:19:26 ntpd[18490]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T04:19:26.028 INFO:teuthology.orchestra.run.smithi204.stderr:21 Sep 04:19:26 ntpd[18490]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T04:19:26.028 INFO:teuthology.orchestra.run.smithi204.stderr:21 Sep 04:19:26 ntpd[18490]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T04:19:27.027 INFO:teuthology.orchestra.run.smithi204.stderr:21 Sep 04:19:27 ntpd[18490]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T04:19:27.028 INFO:teuthology.orchestra.run.smithi204.stderr:21 Sep 04:19:27 ntpd[18490]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T04:19:27.028 INFO:teuthology.orchestra.run.smithi204.stderr:21 Sep 04:19:27 ntpd[18490]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T04:19:27.028 INFO:teuthology.orchestra.run.smithi204.stderr:21 Sep 04:19:27 ntpd[18490]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T04:19:27.028 INFO:teuthology.orchestra.run.smithi204.stderr:21 Sep 04:19:27 ntpd[18490]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T04:19:27.028 INFO:teuthology.orchestra.run.smithi204.stderr:21 Sep 04:19:27 ntpd[18490]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T04:19:28.002 INFO:teuthology.orchestra.run.smithi028.stderr:21 Sep 04:19:27 ntpd[18401]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T04:19:28.002 INFO:teuthology.orchestra.run.smithi028.stderr:21 Sep 04:19:27 ntpd[18401]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T04:19:28.002 INFO:teuthology.orchestra.run.smithi028.stderr:21 Sep 04:19:27 ntpd[18401]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T04:19:28.003 INFO:teuthology.orchestra.run.smithi028.stderr:21 Sep 04:19:27 ntpd[18401]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T04:19:28.003 INFO:teuthology.orchestra.run.smithi028.stderr:21 Sep 04:19:27 ntpd[18401]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T04:19:28.003 INFO:teuthology.orchestra.run.smithi028.stderr:21 Sep 04:19:27 ntpd[18401]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T04:19:28.003 INFO:teuthology.orchestra.run.smithi028.stderr:21 Sep 04:19:27 ntpd[18401]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T04:19:28.003 INFO:teuthology.orchestra.run.smithi028.stderr:21 Sep 04:19:27 ntpd[18401]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T04:19:28.003 INFO:teuthology.orchestra.run.smithi028.stderr:21 Sep 04:19:27 ntpd[18401]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T04:19:28.003 INFO:teuthology.orchestra.run.smithi028.stderr:21 Sep 04:19:27 ntpd[18401]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T04:19:28.003 INFO:teuthology.orchestra.run.smithi028.stderr:21 Sep 04:19:27 ntpd[18401]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T04:19:28.003 INFO:teuthology.orchestra.run.smithi028.stderr:21 Sep 04:19:27 ntpd[18401]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T04:19:28.004 INFO:teuthology.orchestra.run.smithi032.stderr:21 Sep 04:19:27 ntpd[18390]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T04:19:28.004 INFO:teuthology.orchestra.run.smithi032.stderr:21 Sep 04:19:27 ntpd[18390]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T04:19:28.004 INFO:teuthology.orchestra.run.smithi032.stderr:21 Sep 04:19:27 ntpd[18390]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T04:19:28.005 INFO:teuthology.orchestra.run.smithi032.stderr:21 Sep 04:19:27 ntpd[18390]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T04:19:28.005 INFO:teuthology.orchestra.run.smithi032.stderr:21 Sep 04:19:27 ntpd[18390]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T04:19:28.005 INFO:teuthology.orchestra.run.smithi032.stderr:21 Sep 04:19:27 ntpd[18390]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T04:19:28.005 INFO:teuthology.orchestra.run.smithi032.stderr:21 Sep 04:19:27 ntpd[18390]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T04:19:28.005 INFO:teuthology.orchestra.run.smithi032.stderr:21 Sep 04:19:27 ntpd[18390]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T04:19:28.005 INFO:teuthology.orchestra.run.smithi032.stderr:21 Sep 04:19:28 ntpd[18390]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T04:19:28.005 INFO:teuthology.orchestra.run.smithi032.stderr:21 Sep 04:19:28 ntpd[18390]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T04:19:28.005 INFO:teuthology.orchestra.run.smithi032.stderr:21 Sep 04:19:28 ntpd[18390]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T04:19:28.005 INFO:teuthology.orchestra.run.smithi032.stderr:21 Sep 04:19:28 ntpd[18390]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T04:19:28.027 INFO:teuthology.orchestra.run.smithi204.stderr:21 Sep 04:19:28 ntpd[18490]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T04:19:28.027 INFO:teuthology.orchestra.run.smithi204.stderr:21 Sep 04:19:28 ntpd[18490]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T04:19:28.028 INFO:teuthology.orchestra.run.smithi204.stderr:21 Sep 04:19:28 ntpd[18490]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T04:19:28.028 INFO:teuthology.orchestra.run.smithi204.stderr:21 Sep 04:19:28 ntpd[18490]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T04:19:28.028 INFO:teuthology.orchestra.run.smithi204.stderr:21 Sep 04:19:28 ntpd[18490]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T04:19:28.028 INFO:teuthology.orchestra.run.smithi204.stderr:21 Sep 04:19:28 ntpd[18490]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T04:19:29.002 INFO:teuthology.orchestra.run.smithi028.stderr:21 Sep 04:19:28 ntpd[18401]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T04:19:29.002 INFO:teuthology.orchestra.run.smithi028.stderr:21 Sep 04:19:28 ntpd[18401]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T04:19:29.002 INFO:teuthology.orchestra.run.smithi028.stderr:21 Sep 04:19:28 ntpd[18401]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T04:19:29.002 INFO:teuthology.orchestra.run.smithi028.stderr:21 Sep 04:19:28 ntpd[18401]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T04:19:29.002 INFO:teuthology.orchestra.run.smithi028.stderr:21 Sep 04:19:28 ntpd[18401]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T04:19:29.002 INFO:teuthology.orchestra.run.smithi028.stderr:21 Sep 04:19:28 ntpd[18401]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T04:19:29.003 INFO:teuthology.orchestra.run.smithi028.stderr:21 Sep 04:19:28 ntpd[18401]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T04:19:29.003 INFO:teuthology.orchestra.run.smithi028.stderr:21 Sep 04:19:28 ntpd[18401]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T04:19:29.003 INFO:teuthology.orchestra.run.smithi032.stderr:21 Sep 04:19:28 ntpd[18390]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T04:19:29.003 INFO:teuthology.orchestra.run.smithi032.stderr:21 Sep 04:19:28 ntpd[18390]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T04:19:29.004 INFO:teuthology.orchestra.run.smithi032.stderr:21 Sep 04:19:28 ntpd[18390]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T04:19:29.004 INFO:teuthology.orchestra.run.smithi032.stderr:21 Sep 04:19:28 ntpd[18390]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T04:19:29.004 INFO:teuthology.orchestra.run.smithi032.stderr:21 Sep 04:19:28 ntpd[18390]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T04:19:29.004 INFO:teuthology.orchestra.run.smithi032.stderr:21 Sep 04:19:28 ntpd[18390]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T04:19:29.027 INFO:teuthology.orchestra.run.smithi204.stderr:21 Sep 04:19:29 ntpd[18490]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T04:19:29.027 INFO:teuthology.orchestra.run.smithi204.stderr:21 Sep 04:19:29 ntpd[18490]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T04:19:29.028 INFO:teuthology.orchestra.run.smithi204.stderr:21 Sep 04:19:29 ntpd[18490]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T04:19:29.028 INFO:teuthology.orchestra.run.smithi204.stderr:21 Sep 04:19:29 ntpd[18490]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T04:19:29.028 INFO:teuthology.orchestra.run.smithi204.stderr:21 Sep 04:19:29 ntpd[18490]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T04:19:29.028 INFO:teuthology.orchestra.run.smithi204.stderr:21 Sep 04:19:29 ntpd[18490]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T04:19:30.002 INFO:teuthology.orchestra.run.smithi028.stderr:21 Sep 04:19:29 ntpd[18401]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T04:19:30.003 INFO:teuthology.orchestra.run.smithi028.stderr:21 Sep 04:19:29 ntpd[18401]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T04:19:30.003 INFO:teuthology.orchestra.run.smithi028.stderr:21 Sep 04:19:29 ntpd[18401]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T04:19:30.003 INFO:teuthology.orchestra.run.smithi028.stderr:21 Sep 04:19:29 ntpd[18401]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T04:19:30.003 INFO:teuthology.orchestra.run.smithi028.stderr:21 Sep 04:19:29 ntpd[18401]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T04:19:30.003 INFO:teuthology.orchestra.run.smithi028.stderr:21 Sep 04:19:29 ntpd[18401]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T04:19:30.003 INFO:teuthology.orchestra.run.smithi028.stderr:21 Sep 04:19:29 ntpd[18401]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T04:19:30.003 INFO:teuthology.orchestra.run.smithi028.stderr:21 Sep 04:19:29 ntpd[18401]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T04:19:30.003 INFO:teuthology.orchestra.run.smithi028.stderr:21 Sep 04:19:29 ntpd[18401]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T04:19:30.003 INFO:teuthology.orchestra.run.smithi028.stderr:21 Sep 04:19:29 ntpd[18401]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T04:19:30.003 INFO:teuthology.orchestra.run.smithi028.stderr:21 Sep 04:19:29 ntpd[18401]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T04:19:30.003 INFO:teuthology.orchestra.run.smithi028.stderr:21 Sep 04:19:29 ntpd[18401]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T04:19:30.005 INFO:teuthology.orchestra.run.smithi032.stderr:21 Sep 04:19:29 ntpd[18390]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T04:19:30.005 INFO:teuthology.orchestra.run.smithi032.stderr:21 Sep 04:19:29 ntpd[18390]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T04:19:30.005 INFO:teuthology.orchestra.run.smithi032.stderr:21 Sep 04:19:29 ntpd[18390]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T04:19:30.005 INFO:teuthology.orchestra.run.smithi032.stderr:21 Sep 04:19:29 ntpd[18390]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T04:19:30.005 INFO:teuthology.orchestra.run.smithi032.stderr:21 Sep 04:19:29 ntpd[18390]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T04:19:30.005 INFO:teuthology.orchestra.run.smithi032.stderr:21 Sep 04:19:29 ntpd[18390]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T04:19:30.005 INFO:teuthology.orchestra.run.smithi032.stderr:21 Sep 04:19:29 ntpd[18390]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T04:19:30.005 INFO:teuthology.orchestra.run.smithi032.stderr:21 Sep 04:19:29 ntpd[18390]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T04:19:30.005 INFO:teuthology.orchestra.run.smithi032.stderr:21 Sep 04:19:30 ntpd[18390]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T04:19:30.005 INFO:teuthology.orchestra.run.smithi032.stderr:21 Sep 04:19:30 ntpd[18390]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T04:19:30.005 INFO:teuthology.orchestra.run.smithi032.stderr:21 Sep 04:19:30 ntpd[18390]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T04:19:30.005 INFO:teuthology.orchestra.run.smithi032.stderr:21 Sep 04:19:30 ntpd[18390]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T04:19:30.006 INFO:teuthology.orchestra.run.smithi032.stderr:21 Sep 04:19:30 ntpd[18390]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T04:19:30.006 INFO:teuthology.orchestra.run.smithi032.stderr:21 Sep 04:19:30 ntpd[18390]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T04:19:30.028 INFO:teuthology.orchestra.run.smithi204.stderr:21 Sep 04:19:30 ntpd[18490]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T04:19:30.028 INFO:teuthology.orchestra.run.smithi204.stderr:21 Sep 04:19:30 ntpd[18490]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T04:19:30.028 INFO:teuthology.orchestra.run.smithi204.stderr:21 Sep 04:19:30 ntpd[18490]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T04:19:30.028 INFO:teuthology.orchestra.run.smithi204.stderr:21 Sep 04:19:30 ntpd[18490]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T04:19:30.028 INFO:teuthology.orchestra.run.smithi204.stderr:21 Sep 04:19:30 ntpd[18490]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T04:19:30.028 INFO:teuthology.orchestra.run.smithi204.stderr:21 Sep 04:19:30 ntpd[18490]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T04:19:30.028 INFO:teuthology.orchestra.run.smithi204.stderr:21 Sep 04:19:30 ntpd[18490]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T04:19:30.028 INFO:teuthology.orchestra.run.smithi204.stderr:21 Sep 04:19:30 ntpd[18490]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T04:19:30.028 INFO:teuthology.orchestra.run.smithi204.stderr:21 Sep 04:19:30 ntpd[18490]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T04:19:30.029 INFO:teuthology.orchestra.run.smithi204.stderr:21 Sep 04:19:30 ntpd[18490]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T04:19:30.029 INFO:teuthology.orchestra.run.smithi204.stderr:21 Sep 04:19:30 ntpd[18490]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T04:19:30.029 INFO:teuthology.orchestra.run.smithi204.stderr:21 Sep 04:19:30 ntpd[18490]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T04:19:31.002 INFO:teuthology.orchestra.run.smithi028.stderr:21 Sep 04:19:30 ntpd[18401]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T04:19:31.002 INFO:teuthology.orchestra.run.smithi028.stderr:21 Sep 04:19:30 ntpd[18401]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T04:19:31.002 INFO:teuthology.orchestra.run.smithi028.stderr:21 Sep 04:19:30 ntpd[18401]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T04:19:31.002 INFO:teuthology.orchestra.run.smithi028.stderr:21 Sep 04:19:30 ntpd[18401]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T04:19:31.002 INFO:teuthology.orchestra.run.smithi028.stderr:21 Sep 04:19:30 ntpd[18401]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T04:19:31.002 INFO:teuthology.orchestra.run.smithi028.stderr:21 Sep 04:19:30 ntpd[18401]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T04:19:31.003 INFO:teuthology.orchestra.run.smithi032.stderr:21 Sep 04:19:30 ntpd[18390]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T04:19:31.003 INFO:teuthology.orchestra.run.smithi032.stderr:21 Sep 04:19:30 ntpd[18390]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T04:19:31.003 INFO:teuthology.orchestra.run.smithi032.stderr:21 Sep 04:19:30 ntpd[18390]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T04:19:31.003 INFO:teuthology.orchestra.run.smithi032.stderr:21 Sep 04:19:30 ntpd[18390]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T04:19:31.003 INFO:teuthology.orchestra.run.smithi032.stderr:21 Sep 04:19:30 ntpd[18390]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T04:19:31.004 INFO:teuthology.orchestra.run.smithi032.stderr:21 Sep 04:19:30 ntpd[18390]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T04:19:31.027 INFO:teuthology.orchestra.run.smithi204.stderr:21 Sep 04:19:31 ntpd[18490]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T04:19:31.027 INFO:teuthology.orchestra.run.smithi204.stderr:21 Sep 04:19:31 ntpd[18490]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T04:19:31.027 INFO:teuthology.orchestra.run.smithi204.stderr:21 Sep 04:19:31 ntpd[18490]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T04:19:31.028 INFO:teuthology.orchestra.run.smithi204.stderr:21 Sep 04:19:31 ntpd[18490]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T04:19:31.028 INFO:teuthology.orchestra.run.smithi204.stderr:21 Sep 04:19:31 ntpd[18490]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T04:19:31.028 INFO:teuthology.orchestra.run.smithi204.stderr:21 Sep 04:19:31 ntpd[18490]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T04:19:32.002 INFO:teuthology.orchestra.run.smithi028.stderr:21 Sep 04:19:31 ntpd[18401]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T04:19:32.002 INFO:teuthology.orchestra.run.smithi028.stderr:21 Sep 04:19:31 ntpd[18401]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T04:19:32.002 INFO:teuthology.orchestra.run.smithi028.stderr:21 Sep 04:19:31 ntpd[18401]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T04:19:32.002 INFO:teuthology.orchestra.run.smithi028.stderr:21 Sep 04:19:31 ntpd[18401]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T04:19:32.002 INFO:teuthology.orchestra.run.smithi028.stderr:21 Sep 04:19:31 ntpd[18401]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T04:19:32.002 INFO:teuthology.orchestra.run.smithi028.stderr:21 Sep 04:19:31 ntpd[18401]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T04:19:32.003 INFO:teuthology.orchestra.run.smithi028.stderr:21 Sep 04:19:31 ntpd[18401]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T04:19:32.003 INFO:teuthology.orchestra.run.smithi028.stderr:21 Sep 04:19:31 ntpd[18401]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T04:19:32.003 INFO:teuthology.orchestra.run.smithi028.stdout:21 Sep 04:19:31 ntpd[18401]: ntpd: time slew -0.000968 s 2024-09-21T04:19:32.003 INFO:teuthology.orchestra.run.smithi028.stdout:ntpd: time slew -0.000968s 2024-09-21T04:19:32.003 INFO:teuthology.orchestra.run.smithi028.stderr:21 Sep 04:19:31 ntpd[18401]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-21T04:19:32.003 INFO:teuthology.orchestra.run.smithi028.stderr:21 Sep 04:19:31 ntpd[18401]: can't open /var/log/ntpstats/loopstats.20240921: Permission denied 2024-09-21T04:19:32.004 INFO:teuthology.orchestra.run.smithi032.stderr:21 Sep 04:19:31 ntpd[18390]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T04:19:32.005 INFO:teuthology.orchestra.run.smithi032.stderr:21 Sep 04:19:31 ntpd[18390]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T04:19:32.005 INFO:teuthology.orchestra.run.smithi032.stderr:21 Sep 04:19:31 ntpd[18390]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T04:19:32.005 INFO:teuthology.orchestra.run.smithi032.stderr:21 Sep 04:19:31 ntpd[18390]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T04:19:32.005 INFO:teuthology.orchestra.run.smithi032.stderr:21 Sep 04:19:31 ntpd[18390]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T04:19:32.005 INFO:teuthology.orchestra.run.smithi032.stderr:21 Sep 04:19:31 ntpd[18390]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T04:19:32.005 INFO:teuthology.orchestra.run.smithi032.stderr:21 Sep 04:19:31 ntpd[18390]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T04:19:32.005 INFO:teuthology.orchestra.run.smithi032.stderr:21 Sep 04:19:31 ntpd[18390]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T04:19:32.005 INFO:teuthology.orchestra.run.smithi032.stdout:21 Sep 04:19:32 ntpd[18390]: ntpd: time slew +0.000083 s 2024-09-21T04:19:32.005 INFO:teuthology.orchestra.run.smithi032.stdout:ntpd: time slew +0.000083s 2024-09-21T04:19:32.006 INFO:teuthology.orchestra.run.smithi032.stderr:21 Sep 04:19:32 ntpd[18390]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-21T04:19:32.006 INFO:teuthology.orchestra.run.smithi032.stderr:21 Sep 04:19:32 ntpd[18390]: can't open /var/log/ntpstats/loopstats.20240921: Permission denied 2024-09-21T04:19:32.028 INFO:teuthology.orchestra.run.smithi204.stderr:21 Sep 04:19:32 ntpd[18490]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T04:19:32.028 INFO:teuthology.orchestra.run.smithi204.stderr:21 Sep 04:19:32 ntpd[18490]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T04:19:32.028 INFO:teuthology.orchestra.run.smithi204.stderr:21 Sep 04:19:32 ntpd[18490]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T04:19:32.028 INFO:teuthology.orchestra.run.smithi204.stderr:21 Sep 04:19:32 ntpd[18490]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T04:19:32.028 INFO:teuthology.orchestra.run.smithi204.stderr:21 Sep 04:19:32 ntpd[18490]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T04:19:32.028 INFO:teuthology.orchestra.run.smithi204.stderr:21 Sep 04:19:32 ntpd[18490]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T04:19:32.028 INFO:teuthology.orchestra.run.smithi204.stderr:21 Sep 04:19:32 ntpd[18490]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T04:19:32.028 INFO:teuthology.orchestra.run.smithi204.stderr:21 Sep 04:19:32 ntpd[18490]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T04:19:32.028 INFO:teuthology.orchestra.run.smithi204.stderr:21 Sep 04:19:32 ntpd[18490]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T04:19:32.028 INFO:teuthology.orchestra.run.smithi204.stderr:21 Sep 04:19:32 ntpd[18490]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T04:19:32.028 INFO:teuthology.orchestra.run.smithi204.stderr:21 Sep 04:19:32 ntpd[18490]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T04:19:32.029 INFO:teuthology.orchestra.run.smithi204.stderr:21 Sep 04:19:32 ntpd[18490]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T04:19:32.029 INFO:teuthology.orchestra.run.smithi204.stdout:21 Sep 04:19:32 ntpd[18490]: ntpd: time slew +0.001064 s 2024-09-21T04:19:32.029 INFO:teuthology.orchestra.run.smithi204.stdout:ntpd: time slew +0.001064s 2024-09-21T04:19:32.029 INFO:teuthology.orchestra.run.smithi204.stderr:21 Sep 04:19:32 ntpd[18490]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-21T04:19:32.029 INFO:teuthology.orchestra.run.smithi204.stderr:21 Sep 04:19:32 ntpd[18490]: can't open /var/log/ntpstats/loopstats.20240921: Permission denied 2024-09-21T04:19:32.058 INFO:teuthology.orchestra.run.smithi028.stdout: remote refid st t when poll reach delay offset jitter 2024-09-21T04:19:32.058 INFO:teuthology.orchestra.run.smithi028.stdout:============================================================================== 2024-09-21T04:19:32.059 INFO:teuthology.orchestra.run.smithi028.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T04:19:32.059 INFO:teuthology.orchestra.run.smithi028.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T04:19:32.059 INFO:teuthology.orchestra.run.smithi028.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T04:19:32.059 INFO:teuthology.orchestra.run.smithi028.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T04:19:32.068 INFO:teuthology.orchestra.run.smithi032.stdout: remote refid st t when poll reach delay offset jitter 2024-09-21T04:19:32.068 INFO:teuthology.orchestra.run.smithi032.stdout:============================================================================== 2024-09-21T04:19:32.068 INFO:teuthology.orchestra.run.smithi032.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T04:19:32.068 INFO:teuthology.orchestra.run.smithi032.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T04:19:32.068 INFO:teuthology.orchestra.run.smithi032.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T04:19:32.068 INFO:teuthology.orchestra.run.smithi032.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T04:19:32.092 INFO:teuthology.orchestra.run.smithi204.stdout: remote refid st t when poll reach delay offset jitter 2024-09-21T04:19:32.093 INFO:teuthology.orchestra.run.smithi204.stdout:============================================================================== 2024-09-21T04:19:32.093 INFO:teuthology.orchestra.run.smithi204.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T04:19:32.093 INFO:teuthology.orchestra.run.smithi204.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T04:19:32.093 INFO:teuthology.orchestra.run.smithi204.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T04:19:32.093 INFO:teuthology.orchestra.run.smithi204.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T04:19:32.094 INFO:teuthology.run_tasks:Running task install... 2024-09-21T04:19:32.107 DEBUG:teuthology.task.install:project ceph 2024-09-21T04:19:32.107 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2'}} 2024-09-21T04:19:32.107 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2'} 2024-09-21T04:19:32.107 INFO:teuthology.task.install:Using flavor: default 2024-09-21T04:19:32.112 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-21T04:19:32.112 INFO:teuthology.task.install:extra packages: [] 2024-09-21T04:19:32.112 DEBUG:teuthology.orchestra.run.smithi028:> sudo apt-key list | grep Ceph 2024-09-21T04:19:32.113 DEBUG:teuthology.orchestra.run.smithi032:> sudo apt-key list | grep Ceph 2024-09-21T04:19:32.113 DEBUG:teuthology.orchestra.run.smithi204:> sudo apt-key list | grep Ceph 2024-09-21T04:19:32.174 INFO:teuthology.orchestra.run.smithi028.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-09-21T04:19:32.175 INFO:teuthology.orchestra.run.smithi032.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-09-21T04:19:32.197 INFO:teuthology.orchestra.run.smithi204.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-09-21T04:19:32.203 INFO:teuthology.orchestra.run.smithi028.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-09-21T04:19:32.203 INFO:teuthology.orchestra.run.smithi028.stdout:uid [ unknown] Ceph.com (release key) 2024-09-21T04:19:32.204 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-21T04:19:32.204 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 2024-09-21T04:19:32.208 INFO:teuthology.orchestra.run.smithi032.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-09-21T04:19:32.208 INFO:teuthology.orchestra.run.smithi032.stdout:uid [ unknown] Ceph.com (release key) 2024-09-21T04:19:32.209 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-21T04:19:32.209 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 2024-09-21T04:19:32.228 INFO:teuthology.orchestra.run.smithi204.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-09-21T04:19:32.229 INFO:teuthology.orchestra.run.smithi204.stdout:uid [ unknown] Ceph.com (release key) 2024-09-21T04:19:32.236 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-21T04:19:32.237 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 2024-09-21T04:19:32.361 INFO:teuthology.task.install.deb:Pulling from https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default/ 2024-09-21T04:19:32.361 INFO:teuthology.task.install.deb:Package version is 19.3.0-5103-gf36283e7-1jammy 2024-09-21T04:19:32.366 INFO:teuthology.task.install.deb:Pulling from https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default/ 2024-09-21T04:19:32.366 INFO:teuthology.task.install.deb:Package version is 19.3.0-5103-gf36283e7-1jammy 2024-09-21T04:19:32.378 INFO:teuthology.task.install.deb:Pulling from https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default/ 2024-09-21T04:19:32.378 INFO:teuthology.task.install.deb:Package version is 19.3.0-5103-gf36283e7-1jammy 2024-09-21T04:19:32.471 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-09-21T04:19:32.471 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-09-21T04:19:32.479 DEBUG:teuthology.orchestra.run.smithi032:> set -ex 2024-09-21T04:19:32.479 DEBUG:teuthology.orchestra.run.smithi032:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-09-21T04:19:32.486 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-09-21T04:19:32.486 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-09-21T04:19:32.487 DEBUG:teuthology.orchestra.run.smithi028:> sudo apt-get update 2024-09-21T04:19:32.493 DEBUG:teuthology.orchestra.run.smithi032:> sudo apt-get update 2024-09-21T04:19:32.501 DEBUG:teuthology.orchestra.run.smithi204:> sudo apt-get update 2024-09-21T04:19:32.679 INFO:teuthology.orchestra.run.smithi204.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-21T04:19:32.681 INFO:teuthology.orchestra.run.smithi028.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-21T04:19:32.688 INFO:teuthology.orchestra.run.smithi204.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-21T04:19:32.705 INFO:teuthology.orchestra.run.smithi204.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-21T04:19:32.723 INFO:teuthology.orchestra.run.smithi028.stdout:Ign:2 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy InRelease 2024-09-21T04:19:32.724 INFO:teuthology.orchestra.run.smithi032.stdout:Ign:1 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy InRelease 2024-09-21T04:19:32.724 INFO:teuthology.orchestra.run.smithi204.stdout:Ign:4 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy InRelease 2024-09-21T04:19:32.746 INFO:teuthology.orchestra.run.smithi028.stdout:Get:3 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy Release [7,689 B] 2024-09-21T04:19:32.746 INFO:teuthology.orchestra.run.smithi032.stdout:Get:2 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy Release [7,689 B] 2024-09-21T04:19:32.746 INFO:teuthology.orchestra.run.smithi204.stdout:Get:5 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy Release [7,689 B] 2024-09-21T04:19:32.767 INFO:teuthology.orchestra.run.smithi028.stdout:Ign:4 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy Release.gpg 2024-09-21T04:19:32.768 INFO:teuthology.orchestra.run.smithi204.stdout:Ign:6 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy Release.gpg 2024-09-21T04:19:32.769 INFO:teuthology.orchestra.run.smithi032.stdout:Ign:3 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy Release.gpg 2024-09-21T04:19:32.790 INFO:teuthology.orchestra.run.smithi204.stdout:Get:7 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,425 B] 2024-09-21T04:19:32.790 INFO:teuthology.orchestra.run.smithi028.stdout:Get:5 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,425 B] 2024-09-21T04:19:32.791 INFO:teuthology.orchestra.run.smithi032.stdout:Get:4 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,425 B] 2024-09-21T04:19:32.799 INFO:teuthology.orchestra.run.smithi028.stdout:Hit:6 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-21T04:19:32.799 INFO:teuthology.orchestra.run.smithi204.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-21T04:19:32.810 INFO:teuthology.orchestra.run.smithi032.stdout:Hit:5 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-21T04:19:32.810 INFO:teuthology.orchestra.run.smithi032.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-21T04:19:32.822 INFO:teuthology.orchestra.run.smithi204.stdout:Get:9 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-09-21T04:19:32.822 INFO:teuthology.orchestra.run.smithi028.stdout:Get:7 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-09-21T04:19:32.831 INFO:teuthology.orchestra.run.smithi032.stdout:Get:7 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-09-21T04:19:32.881 INFO:teuthology.orchestra.run.smithi028.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-21T04:19:32.881 INFO:teuthology.orchestra.run.smithi032.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-21T04:19:33.236 INFO:teuthology.orchestra.run.smithi028.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-21T04:19:33.237 INFO:teuthology.orchestra.run.smithi032.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-21T04:19:33.258 INFO:teuthology.orchestra.run.smithi204.stdout:Fetched 158 kB in 1s (281 kB/s) 2024-09-21T04:19:33.405 INFO:teuthology.orchestra.run.smithi028.stdout:Fetched 157 kB in 1s (217 kB/s) 2024-09-21T04:19:33.416 INFO:teuthology.orchestra.run.smithi032.stdout:Fetched 286 kB in 1s (391 kB/s) 2024-09-21T04:19:34.319 INFO:teuthology.orchestra.run.smithi204.stdout:Reading package lists... 2024-09-21T04:19:34.334 DEBUG:teuthology.orchestra.run.smithi204:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.3.0-5103-gf36283e7-1jammy cephadm=19.3.0-5103-gf36283e7-1jammy ceph-mds=19.3.0-5103-gf36283e7-1jammy ceph-mgr=19.3.0-5103-gf36283e7-1jammy ceph-common=19.3.0-5103-gf36283e7-1jammy ceph-fuse=19.3.0-5103-gf36283e7-1jammy ceph-test=19.3.0-5103-gf36283e7-1jammy ceph-volume=19.3.0-5103-gf36283e7-1jammy radosgw=19.3.0-5103-gf36283e7-1jammy python3-rados=19.3.0-5103-gf36283e7-1jammy python3-rgw=19.3.0-5103-gf36283e7-1jammy python3-cephfs=19.3.0-5103-gf36283e7-1jammy python3-rbd=19.3.0-5103-gf36283e7-1jammy libcephfs2=19.3.0-5103-gf36283e7-1jammy libcephfs-dev=19.3.0-5103-gf36283e7-1jammy librados2=19.3.0-5103-gf36283e7-1jammy librbd1=19.3.0-5103-gf36283e7-1jammy rbd-fuse=19.3.0-5103-gf36283e7-1jammy 2024-09-21T04:19:34.386 INFO:teuthology.orchestra.run.smithi204.stdout:Reading package lists... 2024-09-21T04:19:34.457 INFO:teuthology.orchestra.run.smithi032.stdout:Reading package lists... 2024-09-21T04:19:34.471 INFO:teuthology.orchestra.run.smithi028.stdout:Reading package lists... 2024-09-21T04:19:34.474 DEBUG:teuthology.orchestra.run.smithi032:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.3.0-5103-gf36283e7-1jammy cephadm=19.3.0-5103-gf36283e7-1jammy ceph-mds=19.3.0-5103-gf36283e7-1jammy ceph-mgr=19.3.0-5103-gf36283e7-1jammy ceph-common=19.3.0-5103-gf36283e7-1jammy ceph-fuse=19.3.0-5103-gf36283e7-1jammy ceph-test=19.3.0-5103-gf36283e7-1jammy ceph-volume=19.3.0-5103-gf36283e7-1jammy radosgw=19.3.0-5103-gf36283e7-1jammy python3-rados=19.3.0-5103-gf36283e7-1jammy python3-rgw=19.3.0-5103-gf36283e7-1jammy python3-cephfs=19.3.0-5103-gf36283e7-1jammy python3-rbd=19.3.0-5103-gf36283e7-1jammy libcephfs2=19.3.0-5103-gf36283e7-1jammy libcephfs-dev=19.3.0-5103-gf36283e7-1jammy librados2=19.3.0-5103-gf36283e7-1jammy librbd1=19.3.0-5103-gf36283e7-1jammy rbd-fuse=19.3.0-5103-gf36283e7-1jammy 2024-09-21T04:19:34.489 DEBUG:teuthology.orchestra.run.smithi028:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.3.0-5103-gf36283e7-1jammy cephadm=19.3.0-5103-gf36283e7-1jammy ceph-mds=19.3.0-5103-gf36283e7-1jammy ceph-mgr=19.3.0-5103-gf36283e7-1jammy ceph-common=19.3.0-5103-gf36283e7-1jammy ceph-fuse=19.3.0-5103-gf36283e7-1jammy ceph-test=19.3.0-5103-gf36283e7-1jammy ceph-volume=19.3.0-5103-gf36283e7-1jammy radosgw=19.3.0-5103-gf36283e7-1jammy python3-rados=19.3.0-5103-gf36283e7-1jammy python3-rgw=19.3.0-5103-gf36283e7-1jammy python3-cephfs=19.3.0-5103-gf36283e7-1jammy python3-rbd=19.3.0-5103-gf36283e7-1jammy libcephfs2=19.3.0-5103-gf36283e7-1jammy libcephfs-dev=19.3.0-5103-gf36283e7-1jammy librados2=19.3.0-5103-gf36283e7-1jammy librbd1=19.3.0-5103-gf36283e7-1jammy rbd-fuse=19.3.0-5103-gf36283e7-1jammy 2024-09-21T04:19:34.539 INFO:teuthology.orchestra.run.smithi032.stdout:Reading package lists... 2024-09-21T04:19:34.556 INFO:teuthology.orchestra.run.smithi028.stdout:Reading package lists... 2024-09-21T04:19:34.573 INFO:teuthology.orchestra.run.smithi204.stdout:Building dependency tree... 2024-09-21T04:19:34.573 INFO:teuthology.orchestra.run.smithi204.stdout:Reading state information... 2024-09-21T04:19:34.744 INFO:teuthology.orchestra.run.smithi032.stdout:Building dependency tree... 2024-09-21T04:19:34.745 INFO:teuthology.orchestra.run.smithi032.stdout:Reading state information... 2024-09-21T04:19:34.761 INFO:teuthology.orchestra.run.smithi204.stdout:The following packages were automatically installed and are no longer required: 2024-09-21T04:19:34.761 INFO:teuthology.orchestra.run.smithi204.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-21T04:19:34.761 INFO:teuthology.orchestra.run.smithi204.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-21T04:19:34.761 INFO:teuthology.orchestra.run.smithi204.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-21T04:19:34.761 INFO:teuthology.orchestra.run.smithi204.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-21T04:19:34.762 INFO:teuthology.orchestra.run.smithi204.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-21T04:19:34.762 INFO:teuthology.orchestra.run.smithi204.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-21T04:19:34.762 INFO:teuthology.orchestra.run.smithi204.stdout:The following additional packages will be installed: 2024-09-21T04:19:34.762 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-09-21T04:19:34.762 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-09-21T04:19:34.764 INFO:teuthology.orchestra.run.smithi204.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev libnbd0 liboath0 2024-09-21T04:19:34.764 INFO:teuthology.orchestra.run.smithi204.stdout: libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 2024-09-21T04:19:34.764 INFO:teuthology.orchestra.run.smithi204.stdout: libradosstriper1 librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph 2024-09-21T04:19:34.764 INFO:teuthology.orchestra.run.smithi204.stdout: libthrift-0.16.0 lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli 2024-09-21T04:19:34.764 INFO:teuthology.orchestra.run.smithi204.stdout: pkg-config python-asyncssh-doc python-babel-localedata 2024-09-21T04:19:34.764 INFO:teuthology.orchestra.run.smithi204.stdout: python-pastedeploy-tpl python3-asyncssh python3-babel python3-bcrypt 2024-09-21T04:19:34.764 INFO:teuthology.orchestra.run.smithi204.stdout: python3-cachetools python3-ceph-argparse python3-ceph-common python3-certifi 2024-09-21T04:19:34.764 INFO:teuthology.orchestra.run.smithi204.stdout: python3-cheroot python3-cherrypy3 python3-google-auth python3-idna 2024-09-21T04:19:34.764 INFO:teuthology.orchestra.run.smithi204.stdout: python3-iniconfig python3-jaraco.classes python3-jaraco.collections 2024-09-21T04:19:34.764 INFO:teuthology.orchestra.run.smithi204.stdout: python3-jaraco.functools python3-jaraco.text python3-jinja2 python3-joblib 2024-09-21T04:19:34.764 INFO:teuthology.orchestra.run.smithi204.stdout: python3-kubernetes python3-logutils python3-mako python3-markupsafe 2024-09-21T04:19:34.764 INFO:teuthology.orchestra.run.smithi204.stdout: python3-natsort python3-openssl python3-paste python3-pastedeploy 2024-09-21T04:19:34.764 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pastescript python3-pecan python3-pluggy python3-portend 2024-09-21T04:19:34.764 INFO:teuthology.orchestra.run.smithi204.stdout: python3-prettytable python3-psutil python3-py python3-pyasn1 2024-09-21T04:19:34.765 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pyasn1-modules python3-pygments python3-pyinotify python3-pytest 2024-09-21T04:19:34.765 INFO:teuthology.orchestra.run.smithi204.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-routes 2024-09-21T04:19:34.765 INFO:teuthology.orchestra.run.smithi204.stdout: python3-rsa python3-simplegeneric python3-simplejson python3-singledispatch 2024-09-21T04:19:34.765 INFO:teuthology.orchestra.run.smithi204.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-09-21T04:19:34.765 INFO:teuthology.orchestra.run.smithi204.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-09-21T04:19:34.765 INFO:teuthology.orchestra.run.smithi204.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-09-21T04:19:34.765 INFO:teuthology.orchestra.run.smithi204.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-09-21T04:19:34.765 INFO:teuthology.orchestra.run.smithi204.stdout: xmlstarlet zip 2024-09-21T04:19:34.765 INFO:teuthology.orchestra.run.smithi204.stdout:Suggested packages: 2024-09-21T04:19:34.765 INFO:teuthology.orchestra.run.smithi204.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-09-21T04:19:34.765 INFO:teuthology.orchestra.run.smithi204.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-09-21T04:19:34.766 INFO:teuthology.orchestra.run.smithi204.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-09-21T04:19:34.766 INFO:teuthology.orchestra.run.smithi204.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-09-21T04:19:34.766 INFO:teuthology.orchestra.run.smithi204.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-09-21T04:19:34.766 INFO:teuthology.orchestra.run.smithi204.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-09-21T04:19:34.766 INFO:teuthology.orchestra.run.smithi204.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-09-21T04:19:34.766 INFO:teuthology.orchestra.run.smithi204.stdout:Recommended packages: 2024-09-21T04:19:34.766 INFO:teuthology.orchestra.run.smithi204.stdout: btrfs-tools 2024-09-21T04:19:34.770 INFO:teuthology.orchestra.run.smithi028.stdout:Building dependency tree... 2024-09-21T04:19:34.771 INFO:teuthology.orchestra.run.smithi028.stdout:Reading state information... 2024-09-21T04:19:34.867 INFO:teuthology.orchestra.run.smithi204.stdout:The following NEW packages will be installed: 2024-09-21T04:19:34.867 INFO:teuthology.orchestra.run.smithi204.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-09-21T04:19:34.867 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-09-21T04:19:34.868 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-09-21T04:19:34.869 INFO:teuthology.orchestra.run.smithi204.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-09-21T04:19:34.869 INFO:teuthology.orchestra.run.smithi204.stdout: liblua5.3-dev libnbd0 liboath0 libonig5 libpcre2-16-0 libqt5core5a 2024-09-21T04:19:34.869 INFO:teuthology.orchestra.run.smithi204.stdout: libqt5dbus5 libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-09-21T04:19:34.869 INFO:teuthology.orchestra.run.smithi204.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-09-21T04:19:34.869 INFO:teuthology.orchestra.run.smithi204.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-09-21T04:19:34.869 INFO:teuthology.orchestra.run.smithi204.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-09-21T04:19:34.869 INFO:teuthology.orchestra.run.smithi204.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-09-21T04:19:34.870 INFO:teuthology.orchestra.run.smithi204.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-09-21T04:19:34.870 INFO:teuthology.orchestra.run.smithi204.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-09-21T04:19:34.870 INFO:teuthology.orchestra.run.smithi204.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-09-21T04:19:34.870 INFO:teuthology.orchestra.run.smithi204.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-09-21T04:19:34.870 INFO:teuthology.orchestra.run.smithi204.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-09-21T04:19:34.870 INFO:teuthology.orchestra.run.smithi204.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-09-21T04:19:34.870 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-09-21T04:19:34.870 INFO:teuthology.orchestra.run.smithi204.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-09-21T04:19:34.870 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-09-21T04:19:34.870 INFO:teuthology.orchestra.run.smithi204.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-09-21T04:19:34.870 INFO:teuthology.orchestra.run.smithi204.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-09-21T04:19:34.870 INFO:teuthology.orchestra.run.smithi204.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-09-21T04:19:34.870 INFO:teuthology.orchestra.run.smithi204.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-09-21T04:19:34.870 INFO:teuthology.orchestra.run.smithi204.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-09-21T04:19:34.871 INFO:teuthology.orchestra.run.smithi204.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-09-21T04:19:34.871 INFO:teuthology.orchestra.run.smithi204.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-09-21T04:19:34.966 INFO:teuthology.orchestra.run.smithi032.stdout:The following packages were automatically installed and are no longer required: 2024-09-21T04:19:34.966 INFO:teuthology.orchestra.run.smithi032.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-21T04:19:34.967 INFO:teuthology.orchestra.run.smithi032.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-21T04:19:34.967 INFO:teuthology.orchestra.run.smithi032.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-21T04:19:34.967 INFO:teuthology.orchestra.run.smithi032.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-21T04:19:34.967 INFO:teuthology.orchestra.run.smithi032.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-21T04:19:34.968 INFO:teuthology.orchestra.run.smithi032.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-21T04:19:34.968 INFO:teuthology.orchestra.run.smithi032.stdout:The following additional packages will be installed: 2024-09-21T04:19:34.968 INFO:teuthology.orchestra.run.smithi032.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-09-21T04:19:34.968 INFO:teuthology.orchestra.run.smithi032.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-09-21T04:19:34.969 INFO:teuthology.orchestra.run.smithi032.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev libnbd0 liboath0 2024-09-21T04:19:34.969 INFO:teuthology.orchestra.run.smithi032.stdout: libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 2024-09-21T04:19:34.969 INFO:teuthology.orchestra.run.smithi032.stdout: libradosstriper1 librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph 2024-09-21T04:19:34.970 INFO:teuthology.orchestra.run.smithi032.stdout: libthrift-0.16.0 lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli 2024-09-21T04:19:34.970 INFO:teuthology.orchestra.run.smithi032.stdout: pkg-config python-asyncssh-doc python-babel-localedata 2024-09-21T04:19:34.970 INFO:teuthology.orchestra.run.smithi032.stdout: python-pastedeploy-tpl python3-asyncssh python3-babel python3-bcrypt 2024-09-21T04:19:34.970 INFO:teuthology.orchestra.run.smithi032.stdout: python3-cachetools python3-ceph-argparse python3-ceph-common python3-certifi 2024-09-21T04:19:34.971 INFO:teuthology.orchestra.run.smithi032.stdout: python3-cheroot python3-cherrypy3 python3-google-auth python3-idna 2024-09-21T04:19:34.971 INFO:teuthology.orchestra.run.smithi032.stdout: python3-iniconfig python3-jaraco.classes python3-jaraco.collections 2024-09-21T04:19:34.971 INFO:teuthology.orchestra.run.smithi032.stdout: python3-jaraco.functools python3-jaraco.text python3-jinja2 python3-joblib 2024-09-21T04:19:34.971 INFO:teuthology.orchestra.run.smithi032.stdout: python3-kubernetes python3-logutils python3-mako python3-markupsafe 2024-09-21T04:19:34.971 INFO:teuthology.orchestra.run.smithi032.stdout: python3-natsort python3-openssl python3-paste python3-pastedeploy 2024-09-21T04:19:34.971 INFO:teuthology.orchestra.run.smithi032.stdout: python3-pastescript python3-pecan python3-pluggy python3-portend 2024-09-21T04:19:34.971 INFO:teuthology.orchestra.run.smithi032.stdout: python3-prettytable python3-psutil python3-py python3-pyasn1 2024-09-21T04:19:34.971 INFO:teuthology.orchestra.run.smithi032.stdout: python3-pyasn1-modules python3-pygments python3-pyinotify python3-pytest 2024-09-21T04:19:34.971 INFO:teuthology.orchestra.run.smithi032.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-routes 2024-09-21T04:19:34.971 INFO:teuthology.orchestra.run.smithi032.stdout: python3-rsa python3-simplegeneric python3-simplejson python3-singledispatch 2024-09-21T04:19:34.971 INFO:teuthology.orchestra.run.smithi032.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-09-21T04:19:34.971 INFO:teuthology.orchestra.run.smithi032.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-09-21T04:19:34.971 INFO:teuthology.orchestra.run.smithi032.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-09-21T04:19:34.971 INFO:teuthology.orchestra.run.smithi032.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-09-21T04:19:34.972 INFO:teuthology.orchestra.run.smithi032.stdout: xmlstarlet zip 2024-09-21T04:19:34.972 INFO:teuthology.orchestra.run.smithi032.stdout:Suggested packages: 2024-09-21T04:19:34.972 INFO:teuthology.orchestra.run.smithi032.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-09-21T04:19:34.972 INFO:teuthology.orchestra.run.smithi032.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-09-21T04:19:34.972 INFO:teuthology.orchestra.run.smithi032.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-09-21T04:19:34.972 INFO:teuthology.orchestra.run.smithi032.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-09-21T04:19:34.972 INFO:teuthology.orchestra.run.smithi032.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-09-21T04:19:34.972 INFO:teuthology.orchestra.run.smithi032.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-09-21T04:19:34.972 INFO:teuthology.orchestra.run.smithi032.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-09-21T04:19:34.972 INFO:teuthology.orchestra.run.smithi032.stdout:Recommended packages: 2024-09-21T04:19:34.972 INFO:teuthology.orchestra.run.smithi032.stdout: btrfs-tools 2024-09-21T04:19:34.994 INFO:teuthology.orchestra.run.smithi028.stdout:The following packages were automatically installed and are no longer required: 2024-09-21T04:19:34.994 INFO:teuthology.orchestra.run.smithi028.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-21T04:19:34.994 INFO:teuthology.orchestra.run.smithi028.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-21T04:19:34.995 INFO:teuthology.orchestra.run.smithi028.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-21T04:19:34.995 INFO:teuthology.orchestra.run.smithi028.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-21T04:19:34.995 INFO:teuthology.orchestra.run.smithi028.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-21T04:19:34.995 INFO:teuthology.orchestra.run.smithi028.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-21T04:19:34.996 INFO:teuthology.orchestra.run.smithi028.stdout:The following additional packages will be installed: 2024-09-21T04:19:34.996 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-09-21T04:19:34.996 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-09-21T04:19:34.997 INFO:teuthology.orchestra.run.smithi028.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev libnbd0 liboath0 2024-09-21T04:19:34.997 INFO:teuthology.orchestra.run.smithi028.stdout: libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 2024-09-21T04:19:34.997 INFO:teuthology.orchestra.run.smithi028.stdout: libradosstriper1 librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph 2024-09-21T04:19:34.998 INFO:teuthology.orchestra.run.smithi028.stdout: libthrift-0.16.0 lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli 2024-09-21T04:19:34.998 INFO:teuthology.orchestra.run.smithi028.stdout: pkg-config python-asyncssh-doc python-babel-localedata 2024-09-21T04:19:34.998 INFO:teuthology.orchestra.run.smithi028.stdout: python-pastedeploy-tpl python3-asyncssh python3-babel python3-bcrypt 2024-09-21T04:19:34.998 INFO:teuthology.orchestra.run.smithi028.stdout: python3-cachetools python3-ceph-argparse python3-ceph-common python3-certifi 2024-09-21T04:19:34.998 INFO:teuthology.orchestra.run.smithi028.stdout: python3-cheroot python3-cherrypy3 python3-google-auth python3-idna 2024-09-21T04:19:34.998 INFO:teuthology.orchestra.run.smithi028.stdout: python3-iniconfig python3-jaraco.classes python3-jaraco.collections 2024-09-21T04:19:34.998 INFO:teuthology.orchestra.run.smithi028.stdout: python3-jaraco.functools python3-jaraco.text python3-jinja2 python3-joblib 2024-09-21T04:19:34.998 INFO:teuthology.orchestra.run.smithi028.stdout: python3-kubernetes python3-logutils python3-mako python3-markupsafe 2024-09-21T04:19:34.998 INFO:teuthology.orchestra.run.smithi028.stdout: python3-natsort python3-openssl python3-paste python3-pastedeploy 2024-09-21T04:19:34.998 INFO:teuthology.orchestra.run.smithi028.stdout: python3-pastescript python3-pecan python3-pluggy python3-portend 2024-09-21T04:19:34.998 INFO:teuthology.orchestra.run.smithi028.stdout: python3-prettytable python3-psutil python3-py python3-pyasn1 2024-09-21T04:19:34.998 INFO:teuthology.orchestra.run.smithi028.stdout: python3-pyasn1-modules python3-pygments python3-pyinotify python3-pytest 2024-09-21T04:19:34.999 INFO:teuthology.orchestra.run.smithi028.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-routes 2024-09-21T04:19:34.999 INFO:teuthology.orchestra.run.smithi028.stdout: python3-rsa python3-simplegeneric python3-simplejson python3-singledispatch 2024-09-21T04:19:34.999 INFO:teuthology.orchestra.run.smithi028.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-09-21T04:19:34.999 INFO:teuthology.orchestra.run.smithi028.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-09-21T04:19:34.999 INFO:teuthology.orchestra.run.smithi028.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-09-21T04:19:34.999 INFO:teuthology.orchestra.run.smithi028.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-09-21T04:19:34.999 INFO:teuthology.orchestra.run.smithi028.stdout: xmlstarlet zip 2024-09-21T04:19:34.999 INFO:teuthology.orchestra.run.smithi028.stdout:Suggested packages: 2024-09-21T04:19:34.999 INFO:teuthology.orchestra.run.smithi028.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-09-21T04:19:34.999 INFO:teuthology.orchestra.run.smithi028.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-09-21T04:19:35.000 INFO:teuthology.orchestra.run.smithi028.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-09-21T04:19:35.000 INFO:teuthology.orchestra.run.smithi028.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-09-21T04:19:35.000 INFO:teuthology.orchestra.run.smithi028.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-09-21T04:19:35.000 INFO:teuthology.orchestra.run.smithi028.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-09-21T04:19:35.000 INFO:teuthology.orchestra.run.smithi028.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-09-21T04:19:35.000 INFO:teuthology.orchestra.run.smithi028.stdout:Recommended packages: 2024-09-21T04:19:35.000 INFO:teuthology.orchestra.run.smithi028.stdout: btrfs-tools 2024-09-21T04:19:35.022 INFO:teuthology.orchestra.run.smithi204.stdout:0 upgraded, 119 newly installed, 0 to remove and 332 not upgraded. 2024-09-21T04:19:35.022 INFO:teuthology.orchestra.run.smithi204.stdout:Need to get 244 MB of archives. 2024-09-21T04:19:35.022 INFO:teuthology.orchestra.run.smithi204.stdout:After this operation, 909 MB of additional disk space will be used. 2024-09-21T04:19:35.022 INFO:teuthology.orchestra.run.smithi204.stdout:Get:1 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.3.0-5103-gf36283e7-1jammy [3,633 kB] 2024-09-21T04:19:35.058 INFO:teuthology.orchestra.run.smithi204.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-09-21T04:19:35.083 INFO:teuthology.orchestra.run.smithi032.stdout:The following NEW packages will be installed: 2024-09-21T04:19:35.083 INFO:teuthology.orchestra.run.smithi032.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-09-21T04:19:35.083 INFO:teuthology.orchestra.run.smithi032.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-09-21T04:19:35.084 INFO:teuthology.orchestra.run.smithi032.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-09-21T04:19:35.084 INFO:teuthology.orchestra.run.smithi032.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-09-21T04:19:35.084 INFO:teuthology.orchestra.run.smithi032.stdout: liblua5.3-dev libnbd0 liboath0 libonig5 libpcre2-16-0 libqt5core5a 2024-09-21T04:19:35.084 INFO:teuthology.orchestra.run.smithi032.stdout: libqt5dbus5 libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-09-21T04:19:35.085 INFO:teuthology.orchestra.run.smithi032.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-09-21T04:19:35.085 INFO:teuthology.orchestra.run.smithi032.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-09-21T04:19:35.085 INFO:teuthology.orchestra.run.smithi032.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-09-21T04:19:35.085 INFO:teuthology.orchestra.run.smithi032.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-09-21T04:19:35.086 INFO:teuthology.orchestra.run.smithi032.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-09-21T04:19:35.086 INFO:teuthology.orchestra.run.smithi032.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-09-21T04:19:35.086 INFO:teuthology.orchestra.run.smithi032.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-09-21T04:19:35.086 INFO:teuthology.orchestra.run.smithi032.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-09-21T04:19:35.086 INFO:teuthology.orchestra.run.smithi032.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-09-21T04:19:35.086 INFO:teuthology.orchestra.run.smithi032.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-09-21T04:19:35.086 INFO:teuthology.orchestra.run.smithi032.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-09-21T04:19:35.086 INFO:teuthology.orchestra.run.smithi032.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-09-21T04:19:35.086 INFO:teuthology.orchestra.run.smithi032.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-09-21T04:19:35.086 INFO:teuthology.orchestra.run.smithi032.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-09-21T04:19:35.086 INFO:teuthology.orchestra.run.smithi032.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-09-21T04:19:35.086 INFO:teuthology.orchestra.run.smithi032.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-09-21T04:19:35.086 INFO:teuthology.orchestra.run.smithi032.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-09-21T04:19:35.087 INFO:teuthology.orchestra.run.smithi032.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-09-21T04:19:35.087 INFO:teuthology.orchestra.run.smithi032.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-09-21T04:19:35.087 INFO:teuthology.orchestra.run.smithi032.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-09-21T04:19:35.109 INFO:teuthology.orchestra.run.smithi028.stdout:The following NEW packages will be installed: 2024-09-21T04:19:35.109 INFO:teuthology.orchestra.run.smithi028.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-09-21T04:19:35.109 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-09-21T04:19:35.109 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-09-21T04:19:35.111 INFO:teuthology.orchestra.run.smithi028.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-09-21T04:19:35.111 INFO:teuthology.orchestra.run.smithi028.stdout: liblua5.3-dev libnbd0 liboath0 libonig5 libpcre2-16-0 libqt5core5a 2024-09-21T04:19:35.111 INFO:teuthology.orchestra.run.smithi028.stdout: libqt5dbus5 libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-09-21T04:19:35.111 INFO:teuthology.orchestra.run.smithi028.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-09-21T04:19:35.111 INFO:teuthology.orchestra.run.smithi028.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-09-21T04:19:35.111 INFO:teuthology.orchestra.run.smithi028.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-09-21T04:19:35.111 INFO:teuthology.orchestra.run.smithi028.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-09-21T04:19:35.111 INFO:teuthology.orchestra.run.smithi028.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-09-21T04:19:35.111 INFO:teuthology.orchestra.run.smithi028.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-09-21T04:19:35.111 INFO:teuthology.orchestra.run.smithi028.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-09-21T04:19:35.111 INFO:teuthology.orchestra.run.smithi028.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-09-21T04:19:35.111 INFO:teuthology.orchestra.run.smithi028.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-09-21T04:19:35.111 INFO:teuthology.orchestra.run.smithi028.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-09-21T04:19:35.112 INFO:teuthology.orchestra.run.smithi028.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-09-21T04:19:35.112 INFO:teuthology.orchestra.run.smithi028.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-09-21T04:19:35.112 INFO:teuthology.orchestra.run.smithi028.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-09-21T04:19:35.112 INFO:teuthology.orchestra.run.smithi028.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-09-21T04:19:35.112 INFO:teuthology.orchestra.run.smithi028.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-09-21T04:19:35.112 INFO:teuthology.orchestra.run.smithi028.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-09-21T04:19:35.112 INFO:teuthology.orchestra.run.smithi028.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-09-21T04:19:35.112 INFO:teuthology.orchestra.run.smithi028.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-09-21T04:19:35.112 INFO:teuthology.orchestra.run.smithi028.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-09-21T04:19:35.112 INFO:teuthology.orchestra.run.smithi028.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-09-21T04:19:35.222 INFO:teuthology.orchestra.run.smithi204.stdout:Get:3 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.3.0-5103-gf36283e7-1jammy [3,335 kB] 2024-09-21T04:19:35.230 INFO:teuthology.orchestra.run.smithi032.stdout:0 upgraded, 119 newly installed, 0 to remove and 332 not upgraded. 2024-09-21T04:19:35.230 INFO:teuthology.orchestra.run.smithi032.stdout:Need to get 244 MB of archives. 2024-09-21T04:19:35.230 INFO:teuthology.orchestra.run.smithi032.stdout:After this operation, 909 MB of additional disk space will be used. 2024-09-21T04:19:35.230 INFO:teuthology.orchestra.run.smithi032.stdout:Get:1 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.3.0-5103-gf36283e7-1jammy [3,633 kB] 2024-09-21T04:19:35.273 INFO:teuthology.orchestra.run.smithi032.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-09-21T04:19:35.278 INFO:teuthology.orchestra.run.smithi204.stdout:Get:4 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.3.0-5103-gf36283e7-1jammy [722 kB] 2024-09-21T04:19:35.300 INFO:teuthology.orchestra.run.smithi028.stdout:0 upgraded, 119 newly installed, 0 to remove and 332 not upgraded. 2024-09-21T04:19:35.301 INFO:teuthology.orchestra.run.smithi028.stdout:Need to get 244 MB of archives. 2024-09-21T04:19:35.301 INFO:teuthology.orchestra.run.smithi028.stdout:After this operation, 909 MB of additional disk space will be used. 2024-09-21T04:19:35.301 INFO:teuthology.orchestra.run.smithi028.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-09-21T04:19:35.312 INFO:teuthology.orchestra.run.smithi204.stdout:Get:5 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.3.0-5103-gf36283e7-1jammy [356 kB] 2024-09-21T04:19:35.355 INFO:teuthology.orchestra.run.smithi204.stdout:Get:6 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.3.0-5103-gf36283e7-1jammy [32.8 kB] 2024-09-21T04:19:35.376 INFO:teuthology.orchestra.run.smithi204.stdout:Get:7 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.3.0-5103-gf36283e7-1jammy [180 kB] 2024-09-21T04:19:35.387 INFO:teuthology.orchestra.run.smithi204.stdout:Get:8 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.3.0-5103-gf36283e7-1jammy [72.9 kB] 2024-09-21T04:19:35.389 INFO:teuthology.orchestra.run.smithi204.stdout:Get:9 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.3.0-5103-gf36283e7-1jammy [338 kB] 2024-09-21T04:19:35.420 INFO:teuthology.orchestra.run.smithi204.stdout:Get:10 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.3.0-5103-gf36283e7-1jammy [7,965 kB] 2024-09-21T04:19:35.482 INFO:teuthology.orchestra.run.smithi204.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-09-21T04:19:35.495 INFO:teuthology.orchestra.run.smithi204.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-09-21T04:19:35.576 INFO:teuthology.orchestra.run.smithi204.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-21T04:19:35.593 INFO:teuthology.orchestra.run.smithi204.stdout:Get:14 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.3.0-5103-gf36283e7-1jammy [112 kB] 2024-09-21T04:19:35.597 INFO:teuthology.orchestra.run.smithi204.stdout:Get:15 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.3.0-5103-gf36283e7-1jammy [473 kB] 2024-09-21T04:19:35.639 INFO:teuthology.orchestra.run.smithi204.stdout:Get:16 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.3.0-5103-gf36283e7-1jammy [28.3 MB] 2024-09-21T04:19:35.695 INFO:teuthology.orchestra.run.smithi032.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-09-21T04:19:35.707 INFO:teuthology.orchestra.run.smithi032.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-09-21T04:19:35.722 INFO:teuthology.orchestra.run.smithi028.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-09-21T04:19:35.735 INFO:teuthology.orchestra.run.smithi028.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-09-21T04:19:35.788 INFO:teuthology.orchestra.run.smithi032.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-21T04:19:35.805 INFO:teuthology.orchestra.run.smithi032.stdout:Get:6 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.3.0-5103-gf36283e7-1jammy [3,335 kB] 2024-09-21T04:19:35.805 INFO:teuthology.orchestra.run.smithi204.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-09-21T04:19:35.816 INFO:teuthology.orchestra.run.smithi028.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-09-21T04:19:35.816 INFO:teuthology.orchestra.run.smithi204.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-09-21T04:19:35.845 INFO:teuthology.orchestra.run.smithi204.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-09-21T04:19:35.854 INFO:teuthology.orchestra.run.smithi204.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libnbd0 amd64 1.10.5-1 [71.3 kB] 2024-09-21T04:19:35.857 INFO:teuthology.orchestra.run.smithi204.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-09-21T04:19:35.858 INFO:teuthology.orchestra.run.smithi204.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-09-21T04:19:35.859 INFO:teuthology.orchestra.run.smithi204.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-09-21T04:19:35.876 INFO:teuthology.orchestra.run.smithi204.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-09-21T04:19:35.881 INFO:teuthology.orchestra.run.smithi204.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-09-21T04:19:35.887 INFO:teuthology.orchestra.run.smithi204.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-09-21T04:19:35.967 INFO:teuthology.orchestra.run.smithi204.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-09-21T04:19:35.967 INFO:teuthology.orchestra.run.smithi204.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-09-21T04:19:35.972 INFO:teuthology.orchestra.run.smithi204.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-09-21T04:19:35.976 INFO:teuthology.orchestra.run.smithi204.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-09-21T04:19:35.979 INFO:teuthology.orchestra.run.smithi204.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-09-21T04:19:35.981 INFO:teuthology.orchestra.run.smithi204.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-09-21T04:19:35.981 INFO:teuthology.orchestra.run.smithi204.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-21T04:19:35.983 INFO:teuthology.orchestra.run.smithi204.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-09-21T04:19:35.984 INFO:teuthology.orchestra.run.smithi204.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-09-21T04:19:36.011 INFO:teuthology.orchestra.run.smithi032.stdout:Get:7 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.3.0-5103-gf36283e7-1jammy [722 kB] 2024-09-21T04:19:36.017 INFO:teuthology.orchestra.run.smithi032.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-09-21T04:19:36.028 INFO:teuthology.orchestra.run.smithi032.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-09-21T04:19:36.038 INFO:teuthology.orchestra.run.smithi032.stdout:Get:10 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.3.0-5103-gf36283e7-1jammy [356 kB] 2024-09-21T04:19:36.044 INFO:teuthology.orchestra.run.smithi028.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-09-21T04:19:36.051 INFO:teuthology.orchestra.run.smithi204.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-09-21T04:19:36.055 INFO:teuthology.orchestra.run.smithi028.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-09-21T04:19:36.057 INFO:teuthology.orchestra.run.smithi032.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-09-21T04:19:36.057 INFO:teuthology.orchestra.run.smithi032.stdout:Get:12 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.3.0-5103-gf36283e7-1jammy [32.8 kB] 2024-09-21T04:19:36.059 INFO:teuthology.orchestra.run.smithi032.stdout:Get:13 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.3.0-5103-gf36283e7-1jammy [180 kB] 2024-09-21T04:19:36.062 INFO:teuthology.orchestra.run.smithi032.stdout:Get:14 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.3.0-5103-gf36283e7-1jammy [72.9 kB] 2024-09-21T04:19:36.068 INFO:teuthology.orchestra.run.smithi204.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-09-21T04:19:36.069 INFO:teuthology.orchestra.run.smithi204.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-09-21T04:19:36.069 INFO:teuthology.orchestra.run.smithi032.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libnbd0 amd64 1.10.5-1 [71.3 kB] 2024-09-21T04:19:36.070 INFO:teuthology.orchestra.run.smithi204.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-09-21T04:19:36.070 INFO:teuthology.orchestra.run.smithi204.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-09-21T04:19:36.071 INFO:teuthology.orchestra.run.smithi032.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-09-21T04:19:36.071 INFO:teuthology.orchestra.run.smithi032.stdout:Get:17 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.3.0-5103-gf36283e7-1jammy [338 kB] 2024-09-21T04:19:36.072 INFO:teuthology.orchestra.run.smithi032.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-09-21T04:19:36.073 INFO:teuthology.orchestra.run.smithi032.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-09-21T04:19:36.076 INFO:teuthology.orchestra.run.smithi204.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-09-21T04:19:36.081 INFO:teuthology.orchestra.run.smithi032.stdout:Get:20 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.3.0-5103-gf36283e7-1jammy [7,965 kB] 2024-09-21T04:19:36.085 INFO:teuthology.orchestra.run.smithi028.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-09-21T04:19:36.088 INFO:teuthology.orchestra.run.smithi032.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-09-21T04:19:36.092 INFO:teuthology.orchestra.run.smithi032.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-09-21T04:19:36.094 INFO:teuthology.orchestra.run.smithi028.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libnbd0 amd64 1.10.5-1 [71.3 kB] 2024-09-21T04:19:36.096 INFO:teuthology.orchestra.run.smithi028.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-09-21T04:19:36.097 INFO:teuthology.orchestra.run.smithi028.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-09-21T04:19:36.099 INFO:teuthology.orchestra.run.smithi028.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-09-21T04:19:36.100 INFO:teuthology.orchestra.run.smithi032.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-09-21T04:19:36.116 INFO:teuthology.orchestra.run.smithi028.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-09-21T04:19:36.120 INFO:teuthology.orchestra.run.smithi028.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-09-21T04:19:36.126 INFO:teuthology.orchestra.run.smithi028.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-09-21T04:19:36.133 INFO:teuthology.orchestra.run.smithi204.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-09-21T04:19:36.133 INFO:teuthology.orchestra.run.smithi204.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-09-21T04:19:36.134 INFO:teuthology.orchestra.run.smithi204.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-21T04:19:36.136 INFO:teuthology.orchestra.run.smithi204.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-09-21T04:19:36.178 INFO:teuthology.orchestra.run.smithi032.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-09-21T04:19:36.178 INFO:teuthology.orchestra.run.smithi032.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-09-21T04:19:36.183 INFO:teuthology.orchestra.run.smithi032.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-09-21T04:19:36.187 INFO:teuthology.orchestra.run.smithi032.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-09-21T04:19:36.191 INFO:teuthology.orchestra.run.smithi032.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-09-21T04:19:36.192 INFO:teuthology.orchestra.run.smithi032.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-09-21T04:19:36.193 INFO:teuthology.orchestra.run.smithi032.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-21T04:19:36.195 INFO:teuthology.orchestra.run.smithi032.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-09-21T04:19:36.196 INFO:teuthology.orchestra.run.smithi032.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-09-21T04:19:36.207 INFO:teuthology.orchestra.run.smithi028.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-09-21T04:19:36.207 INFO:teuthology.orchestra.run.smithi028.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-09-21T04:19:36.212 INFO:teuthology.orchestra.run.smithi028.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-09-21T04:19:36.214 INFO:teuthology.orchestra.run.smithi204.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-09-21T04:19:36.214 INFO:teuthology.orchestra.run.smithi204.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-21T04:19:36.217 INFO:teuthology.orchestra.run.smithi204.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-09-21T04:19:36.217 INFO:teuthology.orchestra.run.smithi028.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-09-21T04:19:36.218 INFO:teuthology.orchestra.run.smithi204.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-09-21T04:19:36.219 INFO:teuthology.orchestra.run.smithi204.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-09-21T04:19:36.220 INFO:teuthology.orchestra.run.smithi028.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-09-21T04:19:36.222 INFO:teuthology.orchestra.run.smithi028.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-09-21T04:19:36.222 INFO:teuthology.orchestra.run.smithi028.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-09-21T04:19:36.224 INFO:teuthology.orchestra.run.smithi028.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-09-21T04:19:36.225 INFO:teuthology.orchestra.run.smithi028.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-09-21T04:19:36.262 INFO:teuthology.orchestra.run.smithi032.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-09-21T04:19:36.278 INFO:teuthology.orchestra.run.smithi032.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-09-21T04:19:36.279 INFO:teuthology.orchestra.run.smithi032.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-09-21T04:19:36.279 INFO:teuthology.orchestra.run.smithi032.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-09-21T04:19:36.280 INFO:teuthology.orchestra.run.smithi032.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-09-21T04:19:36.286 INFO:teuthology.orchestra.run.smithi032.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-09-21T04:19:36.287 INFO:teuthology.orchestra.run.smithi032.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-09-21T04:19:36.289 INFO:teuthology.orchestra.run.smithi028.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-09-21T04:19:36.295 INFO:teuthology.orchestra.run.smithi204.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-09-21T04:19:36.295 INFO:teuthology.orchestra.run.smithi204.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-09-21T04:19:36.297 INFO:teuthology.orchestra.run.smithi204.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-09-21T04:19:36.298 INFO:teuthology.orchestra.run.smithi204.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-09-21T04:19:36.300 INFO:teuthology.orchestra.run.smithi204.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-09-21T04:19:36.308 INFO:teuthology.orchestra.run.smithi028.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-09-21T04:19:36.308 INFO:teuthology.orchestra.run.smithi028.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-09-21T04:19:36.309 INFO:teuthology.orchestra.run.smithi028.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-09-21T04:19:36.310 INFO:teuthology.orchestra.run.smithi028.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-09-21T04:19:36.315 INFO:teuthology.orchestra.run.smithi028.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-09-21T04:19:36.317 INFO:teuthology.orchestra.run.smithi028.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-09-21T04:19:36.344 INFO:teuthology.orchestra.run.smithi032.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-09-21T04:19:36.345 INFO:teuthology.orchestra.run.smithi032.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-09-21T04:19:36.347 INFO:teuthology.orchestra.run.smithi032.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-09-21T04:19:36.357 INFO:teuthology.orchestra.run.smithi032.stdout:Get:43 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.3.0-5103-gf36283e7-1jammy [112 kB] 2024-09-21T04:19:36.360 INFO:teuthology.orchestra.run.smithi032.stdout:Get:44 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.3.0-5103-gf36283e7-1jammy [473 kB] 2024-09-21T04:19:36.371 INFO:teuthology.orchestra.run.smithi028.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-09-21T04:19:36.372 INFO:teuthology.orchestra.run.smithi032.stdout:Get:45 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.3.0-5103-gf36283e7-1jammy [28.3 MB] 2024-09-21T04:19:36.372 INFO:teuthology.orchestra.run.smithi028.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-09-21T04:19:36.374 INFO:teuthology.orchestra.run.smithi028.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-09-21T04:19:36.376 INFO:teuthology.orchestra.run.smithi204.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-idna all 3.3-1ubuntu0.1 [52.1 kB] 2024-09-21T04:19:36.378 INFO:teuthology.orchestra.run.smithi204.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-21T04:19:36.381 INFO:teuthology.orchestra.run.smithi204.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-21T04:19:36.382 INFO:teuthology.orchestra.run.smithi204.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-21T04:19:36.387 INFO:teuthology.orchestra.run.smithi204.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-09-21T04:19:36.425 INFO:teuthology.orchestra.run.smithi032.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-09-21T04:19:36.425 INFO:teuthology.orchestra.run.smithi032.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-21T04:19:36.428 INFO:teuthology.orchestra.run.smithi032.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-09-21T04:19:36.430 INFO:teuthology.orchestra.run.smithi032.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-09-21T04:19:36.430 INFO:teuthology.orchestra.run.smithi032.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-09-21T04:19:36.441 INFO:teuthology.orchestra.run.smithi032.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-09-21T04:19:36.452 INFO:teuthology.orchestra.run.smithi028.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-09-21T04:19:36.453 INFO:teuthology.orchestra.run.smithi028.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-webob all 1:1.8.6-1.1ubuntu0.1 [86.7 kB] 2024-09-21T04:19:36.455 INFO:teuthology.orchestra.run.smithi028.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-09-21T04:19:36.457 INFO:teuthology.orchestra.run.smithi028.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-09-21T04:19:36.458 INFO:teuthology.orchestra.run.smithi204.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-09-21T04:19:36.458 INFO:teuthology.orchestra.run.smithi028.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-09-21T04:19:36.459 INFO:teuthology.orchestra.run.smithi204.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-09-21T04:19:36.464 INFO:teuthology.orchestra.run.smithi204.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-21T04:19:36.469 INFO:teuthology.orchestra.run.smithi028.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-09-21T04:19:36.506 INFO:teuthology.orchestra.run.smithi032.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-09-21T04:19:36.507 INFO:teuthology.orchestra.run.smithi032.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-09-21T04:19:36.508 INFO:teuthology.orchestra.run.smithi032.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-09-21T04:19:36.511 INFO:teuthology.orchestra.run.smithi032.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-09-21T04:19:36.533 INFO:teuthology.orchestra.run.smithi028.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-09-21T04:19:36.534 INFO:teuthology.orchestra.run.smithi028.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-09-21T04:19:36.536 INFO:teuthology.orchestra.run.smithi028.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-09-21T04:19:36.538 INFO:teuthology.orchestra.run.smithi028.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-09-21T04:19:36.587 INFO:teuthology.orchestra.run.smithi032.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-idna all 3.3-1ubuntu0.1 [52.1 kB] 2024-09-21T04:19:36.589 INFO:teuthology.orchestra.run.smithi032.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-21T04:19:36.592 INFO:teuthology.orchestra.run.smithi032.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-21T04:19:36.593 INFO:teuthology.orchestra.run.smithi032.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-21T04:19:36.598 INFO:teuthology.orchestra.run.smithi032.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-09-21T04:19:36.599 INFO:teuthology.orchestra.run.smithi032.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-09-21T04:19:36.615 INFO:teuthology.orchestra.run.smithi028.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-idna all 3.3-1ubuntu0.1 [52.1 kB] 2024-09-21T04:19:36.616 INFO:teuthology.orchestra.run.smithi028.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-09-21T04:19:36.619 INFO:teuthology.orchestra.run.smithi028.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-09-21T04:19:36.621 INFO:teuthology.orchestra.run.smithi028.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.2 [181 kB] 2024-09-21T04:19:36.625 INFO:teuthology.orchestra.run.smithi028.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-09-21T04:19:36.626 INFO:teuthology.orchestra.run.smithi028.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-09-21T04:19:36.645 INFO:teuthology.orchestra.run.smithi204.stdout:Get:64 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.3.0-5103-gf36283e7-1jammy [5,210 kB] 2024-09-21T04:19:36.645 INFO:teuthology.orchestra.run.smithi204.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-09-21T04:19:36.648 INFO:teuthology.orchestra.run.smithi204.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.2 [108 kB] 2024-09-21T04:19:36.650 INFO:teuthology.orchestra.run.smithi204.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-09-21T04:19:36.669 INFO:teuthology.orchestra.run.smithi032.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-09-21T04:19:36.673 INFO:teuthology.orchestra.run.smithi032.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-21T04:19:36.679 INFO:teuthology.orchestra.run.smithi204.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-09-21T04:19:36.681 INFO:teuthology.orchestra.run.smithi028.stdout:Get:50 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.3.0-5103-gf36283e7-1jammy [3,633 kB] 2024-09-21T04:19:36.682 INFO:teuthology.orchestra.run.smithi204.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-09-21T04:19:36.696 INFO:teuthology.orchestra.run.smithi028.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-09-21T04:19:36.701 INFO:teuthology.orchestra.run.smithi028.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-09-21T04:19:36.724 INFO:teuthology.orchestra.run.smithi204.stdout:Get:70 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.3.0-5103-gf36283e7-1jammy [252 kB] 2024-09-21T04:19:36.726 INFO:teuthology.orchestra.run.smithi204.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-09-21T04:19:36.729 INFO:teuthology.orchestra.run.smithi204.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-09-21T04:19:36.730 INFO:teuthology.orchestra.run.smithi204.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-09-21T04:19:36.731 INFO:teuthology.orchestra.run.smithi204.stdout:Get:74 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.3.0-5103-gf36283e7-1jammy [124 kB] 2024-09-21T04:19:36.733 INFO:teuthology.orchestra.run.smithi204.stdout:Get:75 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.3.0-5103-gf36283e7-1jammy [1,562 kB] 2024-09-21T04:19:36.791 INFO:teuthology.orchestra.run.smithi204.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-09-21T04:19:36.791 INFO:teuthology.orchestra.run.smithi204.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-09-21T04:19:36.813 INFO:teuthology.orchestra.run.smithi204.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-09-21T04:19:36.814 INFO:teuthology.orchestra.run.smithi204.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-09-21T04:19:36.815 INFO:teuthology.orchestra.run.smithi204.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-09-21T04:19:36.816 INFO:teuthology.orchestra.run.smithi204.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-09-21T04:19:36.817 INFO:teuthology.orchestra.run.smithi204.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-09-21T04:19:36.824 INFO:teuthology.orchestra.run.smithi204.stdout:Get:83 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.3.0-5103-gf36283e7-1jammy [6,312 kB] 2024-09-21T04:19:36.836 INFO:teuthology.orchestra.run.smithi032.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-21T04:19:36.838 INFO:teuthology.orchestra.run.smithi032.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.2 [108 kB] 2024-09-21T04:19:36.840 INFO:teuthology.orchestra.run.smithi032.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-09-21T04:19:36.840 INFO:teuthology.orchestra.run.smithi032.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-09-21T04:19:36.842 INFO:teuthology.orchestra.run.smithi032.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-09-21T04:19:36.867 INFO:teuthology.orchestra.run.smithi028.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-09-21T04:19:36.869 INFO:teuthology.orchestra.run.smithi028.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.2 [108 kB] 2024-09-21T04:19:36.872 INFO:teuthology.orchestra.run.smithi028.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-09-21T04:19:36.873 INFO:teuthology.orchestra.run.smithi028.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-09-21T04:19:36.876 INFO:teuthology.orchestra.run.smithi028.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-09-21T04:19:36.876 INFO:teuthology.orchestra.run.smithi032.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-09-21T04:19:36.879 INFO:teuthology.orchestra.run.smithi032.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-09-21T04:19:36.879 INFO:teuthology.orchestra.run.smithi032.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-09-21T04:19:36.895 INFO:teuthology.orchestra.run.smithi204.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-09-21T04:19:36.903 INFO:teuthology.orchestra.run.smithi204.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-09-21T04:19:36.908 INFO:teuthology.orchestra.run.smithi204.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-09-21T04:19:36.911 INFO:teuthology.orchestra.run.smithi028.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-09-21T04:19:36.912 INFO:teuthology.orchestra.run.smithi204.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-09-21T04:19:36.914 INFO:teuthology.orchestra.run.smithi204.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-09-21T04:19:36.940 INFO:teuthology.orchestra.run.smithi032.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-09-21T04:19:36.940 INFO:teuthology.orchestra.run.smithi032.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-09-21T04:19:36.943 INFO:teuthology.orchestra.run.smithi028.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-09-21T04:19:36.943 INFO:teuthology.orchestra.run.smithi028.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-09-21T04:19:36.972 INFO:teuthology.orchestra.run.smithi028.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-09-21T04:19:36.972 INFO:teuthology.orchestra.run.smithi028.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-09-21T04:19:36.976 INFO:teuthology.orchestra.run.smithi204.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-09-21T04:19:36.983 INFO:teuthology.orchestra.run.smithi204.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-09-21T04:19:36.986 INFO:teuthology.orchestra.run.smithi204.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-09-21T04:19:36.987 INFO:teuthology.orchestra.run.smithi204.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.3 [474 kB] 2024-09-21T04:19:36.993 INFO:teuthology.orchestra.run.smithi204.stdout:Get:93 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.3.0-5103-gf36283e7-1jammy [23.1 MB] 2024-09-21T04:19:36.998 INFO:teuthology.orchestra.run.smithi204.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-09-21T04:19:37.002 INFO:teuthology.orchestra.run.smithi032.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-09-21T04:19:37.004 INFO:teuthology.orchestra.run.smithi032.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-09-21T04:19:37.006 INFO:teuthology.orchestra.run.smithi032.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-09-21T04:19:37.009 INFO:teuthology.orchestra.run.smithi032.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-21T04:19:37.011 INFO:teuthology.orchestra.run.smithi032.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-09-21T04:19:37.027 INFO:teuthology.orchestra.run.smithi032.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-09-21T04:19:37.034 INFO:teuthology.orchestra.run.smithi028.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-09-21T04:19:37.035 INFO:teuthology.orchestra.run.smithi028.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-09-21T04:19:37.036 INFO:teuthology.orchestra.run.smithi028.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-09-21T04:19:37.037 INFO:teuthology.orchestra.run.smithi028.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-09-21T04:19:37.038 INFO:teuthology.orchestra.run.smithi028.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-09-21T04:19:37.039 INFO:teuthology.orchestra.run.smithi028.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-09-21T04:19:37.043 INFO:teuthology.orchestra.run.smithi032.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-09-21T04:19:37.046 INFO:teuthology.orchestra.run.smithi028.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-09-21T04:19:37.058 INFO:teuthology.orchestra.run.smithi204.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-09-21T04:19:37.065 INFO:teuthology.orchestra.run.smithi204.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-09-21T04:19:37.066 INFO:teuthology.orchestra.run.smithi204.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-09-21T04:19:37.068 INFO:teuthology.orchestra.run.smithi204.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-09-21T04:19:37.068 INFO:teuthology.orchestra.run.smithi204.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-09-21T04:19:37.083 INFO:teuthology.orchestra.run.smithi032.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-09-21T04:19:37.087 INFO:teuthology.orchestra.run.smithi032.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-09-21T04:19:37.088 INFO:teuthology.orchestra.run.smithi032.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-09-21T04:19:37.115 INFO:teuthology.orchestra.run.smithi028.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-09-21T04:19:37.119 INFO:teuthology.orchestra.run.smithi028.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-09-21T04:19:37.120 INFO:teuthology.orchestra.run.smithi028.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-09-21T04:19:37.139 INFO:teuthology.orchestra.run.smithi204.stdout:Get:100 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-09-21T04:19:37.141 INFO:teuthology.orchestra.run.smithi204.stdout:Get:101 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-09-21T04:19:37.159 INFO:teuthology.orchestra.run.smithi204.stdout:Get:102 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-09-21T04:19:37.160 INFO:teuthology.orchestra.run.smithi204.stdout:Get:103 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-09-21T04:19:37.160 INFO:teuthology.orchestra.run.smithi204.stdout:Get:104 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-09-21T04:19:37.165 INFO:teuthology.orchestra.run.smithi032.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-09-21T04:19:37.171 INFO:teuthology.orchestra.run.smithi032.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-21T04:19:37.173 INFO:teuthology.orchestra.run.smithi032.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-09-21T04:19:37.175 INFO:teuthology.orchestra.run.smithi032.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.3 [474 kB] 2024-09-21T04:19:37.186 INFO:teuthology.orchestra.run.smithi032.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-09-21T04:19:37.187 INFO:teuthology.orchestra.run.smithi032.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-09-21T04:19:37.195 INFO:teuthology.orchestra.run.smithi032.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-09-21T04:19:37.196 INFO:teuthology.orchestra.run.smithi028.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-09-21T04:19:37.203 INFO:teuthology.orchestra.run.smithi028.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-09-21T04:19:37.205 INFO:teuthology.orchestra.run.smithi028.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-09-21T04:19:37.207 INFO:teuthology.orchestra.run.smithi028.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.3 [474 kB] 2024-09-21T04:19:37.218 INFO:teuthology.orchestra.run.smithi028.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-09-21T04:19:37.220 INFO:teuthology.orchestra.run.smithi028.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-09-21T04:19:37.220 INFO:teuthology.orchestra.run.smithi204.stdout:Get:105 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-09-21T04:19:37.222 INFO:teuthology.orchestra.run.smithi204.stdout:Get:106 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-09-21T04:19:37.227 INFO:teuthology.orchestra.run.smithi028.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-09-21T04:19:37.246 INFO:teuthology.orchestra.run.smithi032.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-09-21T04:19:37.248 INFO:teuthology.orchestra.run.smithi032.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-09-21T04:19:37.248 INFO:teuthology.orchestra.run.smithi032.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-09-21T04:19:37.277 INFO:teuthology.orchestra.run.smithi028.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-09-21T04:19:37.279 INFO:teuthology.orchestra.run.smithi028.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-09-21T04:19:37.280 INFO:teuthology.orchestra.run.smithi028.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-09-21T04:19:37.327 INFO:teuthology.orchestra.run.smithi032.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-09-21T04:19:37.359 INFO:teuthology.orchestra.run.smithi028.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-09-21T04:19:37.361 INFO:teuthology.orchestra.run.smithi028.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-09-21T04:19:37.368 INFO:teuthology.orchestra.run.smithi032.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-09-21T04:19:37.380 INFO:teuthology.orchestra.run.smithi028.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-09-21T04:19:37.381 INFO:teuthology.orchestra.run.smithi028.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-09-21T04:19:37.382 INFO:teuthology.orchestra.run.smithi028.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-09-21T04:19:37.388 INFO:teuthology.orchestra.run.smithi028.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-09-21T04:19:37.389 INFO:teuthology.orchestra.run.smithi028.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-09-21T04:19:37.433 INFO:teuthology.orchestra.run.smithi032.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-09-21T04:19:37.433 INFO:teuthology.orchestra.run.smithi032.stdout:Get:97 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.3.0-5103-gf36283e7-1jammy [5,210 kB] 2024-09-21T04:19:37.434 INFO:teuthology.orchestra.run.smithi032.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-09-21T04:19:37.434 INFO:teuthology.orchestra.run.smithi032.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-09-21T04:19:37.440 INFO:teuthology.orchestra.run.smithi032.stdout:Get:100 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-09-21T04:19:37.441 INFO:teuthology.orchestra.run.smithi032.stdout:Get:101 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-09-21T04:19:37.516 INFO:teuthology.orchestra.run.smithi032.stdout:Get:102 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.3.0-5103-gf36283e7-1jammy [252 kB] 2024-09-21T04:19:37.526 INFO:teuthology.orchestra.run.smithi032.stdout:Get:103 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.3.0-5103-gf36283e7-1jammy [124 kB] 2024-09-21T04:19:37.528 INFO:teuthology.orchestra.run.smithi032.stdout:Get:104 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.3.0-5103-gf36283e7-1jammy [1,562 kB] 2024-09-21T04:19:37.592 INFO:teuthology.orchestra.run.smithi032.stdout:Get:105 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.3.0-5103-gf36283e7-1jammy [6,312 kB] 2024-09-21T04:19:37.832 INFO:teuthology.orchestra.run.smithi204.stdout:Get:107 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.3.0-5103-gf36283e7-1jammy [14.0 kB] 2024-09-21T04:19:37.833 INFO:teuthology.orchestra.run.smithi204.stdout:Get:108 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.3.0-5103-gf36283e7-1jammy [880 kB] 2024-09-21T04:19:37.837 INFO:teuthology.orchestra.run.smithi032.stdout:Get:106 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.3.0-5103-gf36283e7-1jammy [23.1 MB] 2024-09-21T04:19:37.850 INFO:teuthology.orchestra.run.smithi204.stdout:Get:109 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.3.0-5103-gf36283e7-1jammy [2,455 kB] 2024-09-21T04:19:37.892 INFO:teuthology.orchestra.run.smithi204.stdout:Get:110 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.3.0-5103-gf36283e7-1jammy [813 kB] 2024-09-21T04:19:37.901 INFO:teuthology.orchestra.run.smithi204.stdout:Get:111 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.3.0-5103-gf36283e7-1jammy [160 kB] 2024-09-21T04:19:37.903 INFO:teuthology.orchestra.run.smithi204.stdout:Get:112 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.3.0-5103-gf36283e7-1jammy [61.5 MB] 2024-09-21T04:19:38.773 INFO:teuthology.orchestra.run.smithi032.stdout:Get:107 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.3.0-5103-gf36283e7-1jammy [14.0 kB] 2024-09-21T04:19:38.775 INFO:teuthology.orchestra.run.smithi032.stdout:Get:108 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.3.0-5103-gf36283e7-1jammy [880 kB] 2024-09-21T04:19:38.792 INFO:teuthology.orchestra.run.smithi032.stdout:Get:109 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.3.0-5103-gf36283e7-1jammy [2,455 kB] 2024-09-21T04:19:38.835 INFO:teuthology.orchestra.run.smithi032.stdout:Get:110 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.3.0-5103-gf36283e7-1jammy [813 kB] 2024-09-21T04:19:38.845 INFO:teuthology.orchestra.run.smithi032.stdout:Get:111 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.3.0-5103-gf36283e7-1jammy [160 kB] 2024-09-21T04:19:38.857 INFO:teuthology.orchestra.run.smithi032.stdout:Get:112 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.3.0-5103-gf36283e7-1jammy [61.5 MB] 2024-09-21T04:19:40.067 INFO:teuthology.orchestra.run.smithi204.stdout:Get:113 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.3.0-5103-gf36283e7-1jammy [8,625 kB] 2024-09-21T04:19:40.247 INFO:teuthology.orchestra.run.smithi204.stdout:Get:114 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.3.0-5103-gf36283e7-1jammy [14.2 kB] 2024-09-21T04:19:40.249 INFO:teuthology.orchestra.run.smithi204.stdout:Get:115 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.3.0-5103-gf36283e7-1jammy [48.5 MB] 2024-09-21T04:19:41.085 INFO:teuthology.orchestra.run.smithi032.stdout:Get:113 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.3.0-5103-gf36283e7-1jammy [8,625 kB] 2024-09-21T04:19:41.199 INFO:teuthology.orchestra.run.smithi032.stdout:Get:114 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.3.0-5103-gf36283e7-1jammy [14.2 kB] 2024-09-21T04:19:41.199 INFO:teuthology.orchestra.run.smithi032.stdout:Get:115 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.3.0-5103-gf36283e7-1jammy [48.5 MB] 2024-09-21T04:19:41.753 INFO:teuthology.orchestra.run.smithi028.stdout:Get:90 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.3.0-5103-gf36283e7-1jammy [3,335 kB] 2024-09-21T04:19:42.253 INFO:teuthology.orchestra.run.smithi204.stdout:Get:116 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.3.0-5103-gf36283e7-1jammy [131 kB] 2024-09-21T04:19:42.255 INFO:teuthology.orchestra.run.smithi204.stdout:Get:117 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.3.0-5103-gf36283e7-1jammy [39.0 kB] 2024-09-21T04:19:42.256 INFO:teuthology.orchestra.run.smithi204.stdout:Get:118 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.3.0-5103-gf36283e7-1jammy [15.8 MB] 2024-09-21T04:19:42.591 INFO:teuthology.orchestra.run.smithi032.stdout:Get:116 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.3.0-5103-gf36283e7-1jammy [131 kB] 2024-09-21T04:19:42.594 INFO:teuthology.orchestra.run.smithi032.stdout:Get:117 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.3.0-5103-gf36283e7-1jammy [39.0 kB] 2024-09-21T04:19:42.595 INFO:teuthology.orchestra.run.smithi032.stdout:Get:118 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.3.0-5103-gf36283e7-1jammy [15.8 MB] 2024-09-21T04:19:42.667 INFO:teuthology.orchestra.run.smithi204.stdout:Get:119 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.3.0-5103-gf36283e7-1jammy [91.3 kB] 2024-09-21T04:19:42.910 INFO:teuthology.orchestra.run.smithi032.stdout:Get:119 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.3.0-5103-gf36283e7-1jammy [91.3 kB] 2024-09-21T04:19:42.994 INFO:teuthology.orchestra.run.smithi028.stdout:Get:91 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.3.0-5103-gf36283e7-1jammy [722 kB] 2024-09-21T04:19:43.118 INFO:teuthology.orchestra.run.smithi028.stdout:Get:92 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.3.0-5103-gf36283e7-1jammy [356 kB] 2024-09-21T04:19:43.180 INFO:teuthology.orchestra.run.smithi028.stdout:Get:93 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.3.0-5103-gf36283e7-1jammy [32.8 kB] 2024-09-21T04:19:43.183 INFO:teuthology.orchestra.run.smithi028.stdout:Get:94 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.3.0-5103-gf36283e7-1jammy [180 kB] 2024-09-21T04:19:43.218 INFO:teuthology.orchestra.run.smithi028.stdout:Get:95 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.3.0-5103-gf36283e7-1jammy [72.9 kB] 2024-09-21T04:19:43.224 INFO:teuthology.orchestra.run.smithi028.stdout:Get:96 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.3.0-5103-gf36283e7-1jammy [338 kB] 2024-09-21T04:19:43.242 INFO:teuthology.orchestra.run.smithi204.stdout:Fetched 244 MB in 8s (31.3 MB/s) 2024-09-21T04:19:43.283 INFO:teuthology.orchestra.run.smithi028.stdout:Get:97 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.3.0-5103-gf36283e7-1jammy [7,965 kB] 2024-09-21T04:19:43.407 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-09-21T04:19:43.500 INFO:teuthology.orchestra.run.smithi204.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-21T04:19:43.503 INFO:teuthology.orchestra.run.smithi032.stdout:Fetched 244 MB in 8s (31.2 MB/s) 2024-09-21T04:19:43.506 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-09-21T04:19:43.589 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-21T04:19:43.648 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-09-21T04:19:43.749 INFO:teuthology.orchestra.run.smithi032.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-21T04:19:43.755 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-09-21T04:19:43.822 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-21T04:19:43.960 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-09-21T04:19:43.986 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-09-21T04:19:44.026 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-21T04:19:44.150 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-09-21T04:19:44.177 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-09-21T04:19:44.216 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-21T04:19:44.363 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-09-21T04:19:44.389 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-09-21T04:19:44.428 INFO:teuthology.orchestra.run.smithi028.stdout:Get:98 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.3.0-5103-gf36283e7-1jammy [112 kB] 2024-09-21T04:19:44.429 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-21T04:19:44.440 INFO:teuthology.orchestra.run.smithi028.stdout:Get:99 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.3.0-5103-gf36283e7-1jammy [473 kB] 2024-09-21T04:19:44.501 INFO:teuthology.orchestra.run.smithi028.stdout:Get:100 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.3.0-5103-gf36283e7-1jammy [28.3 MB] 2024-09-21T04:19:44.561 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-09-21T04:19:44.588 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-09-21T04:19:44.628 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-21T04:19:44.808 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-09-21T04:19:44.834 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-21T04:19:44.882 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-21T04:19:45.056 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-09-21T04:19:45.083 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-21T04:19:45.123 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-21T04:19:45.328 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-09-21T04:19:45.354 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-21T04:19:45.394 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-21T04:19:45.534 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-09-21T04:19:45.561 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-21T04:19:45.600 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-21T04:19:45.748 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-09-21T04:19:45.774 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-21T04:19:45.822 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-21T04:19:45.912 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-09-21T04:19:45.939 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-21T04:19:45.970 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-21T04:19:46.242 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-09-21T04:19:46.269 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-09-21T04:19:46.317 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-21T04:19:46.340 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-09-21T04:19:46.367 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-09-21T04:19:46.406 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-21T04:19:46.654 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package librados2. 2024-09-21T04:19:46.680 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../007-librados2_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:19:46.720 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking librados2 (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:19:46.734 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package librados2. 2024-09-21T04:19:46.761 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../007-librados2_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:19:46.800 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking librados2 (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:19:47.206 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package libnbd0. 2024-09-21T04:19:47.233 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../008-libnbd0_1.10.5-1_amd64.deb ... 2024-09-21T04:19:47.245 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package libnbd0. 2024-09-21T04:19:47.272 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../008-libnbd0_1.10.5-1_amd64.deb ... 2024-09-21T04:19:47.273 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking libnbd0 (1.10.5-1) ... 2024-09-21T04:19:47.312 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking libnbd0 (1.10.5-1) ... 2024-09-21T04:19:47.631 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package librbd1. 2024-09-21T04:19:47.651 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package librbd1. 2024-09-21T04:19:47.658 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../009-librbd1_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:19:47.677 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../009-librbd1_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:19:47.698 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking librbd1 (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:19:47.734 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking librbd1 (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:19:47.852 INFO:teuthology.orchestra.run.smithi028.stdout:Get:101 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.3.0-5103-gf36283e7-1jammy [5,210 kB] 2024-09-21T04:19:48.151 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package libcephfs2. 2024-09-21T04:19:48.177 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../010-libcephfs2_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:19:48.217 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking libcephfs2 (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:19:48.471 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package libcephfs2. 2024-09-21T04:19:48.486 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package python3-rados. 2024-09-21T04:19:48.497 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../010-libcephfs2_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:19:48.502 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../011-python3-rados_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:19:48.537 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking libcephfs2 (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:19:48.544 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking python3-rados (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:19:48.815 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-rados. 2024-09-21T04:19:48.830 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../011-python3-rados_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:19:48.847 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-09-21T04:19:48.873 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-rados (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:19:48.874 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../012-python3-ceph-argparse_19.3.0-5103-gf36283e7-1jammy_all.deb ... 2024-09-21T04:19:48.913 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking python3-ceph-argparse (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:19:49.020 INFO:teuthology.orchestra.run.smithi028.stdout:Get:102 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.3.0-5103-gf36283e7-1jammy [252 kB] 2024-09-21T04:19:49.095 INFO:teuthology.orchestra.run.smithi028.stdout:Get:103 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.3.0-5103-gf36283e7-1jammy [124 kB] 2024-09-21T04:19:49.099 INFO:teuthology.orchestra.run.smithi028.stdout:Get:104 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.3.0-5103-gf36283e7-1jammy [1,562 kB] 2024-09-21T04:19:49.116 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package python3-cephfs. 2024-09-21T04:19:49.132 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../013-python3-cephfs_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:19:49.174 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking python3-cephfs (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:19:49.226 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-09-21T04:19:49.253 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../012-python3-ceph-argparse_19.3.0-5103-gf36283e7-1jammy_all.deb ... 2024-09-21T04:19:49.300 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-ceph-argparse (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:19:49.469 INFO:teuthology.orchestra.run.smithi028.stdout:Get:105 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.3.0-5103-gf36283e7-1jammy [6,312 kB] 2024-09-21T04:19:49.477 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package python3-ceph-common. 2024-09-21T04:19:49.504 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../014-python3-ceph-common_19.3.0-5103-gf36283e7-1jammy_all.deb ... 2024-09-21T04:19:49.543 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking python3-ceph-common (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:19:49.603 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-cephfs. 2024-09-21T04:19:49.630 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../013-python3-cephfs_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:19:49.678 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-cephfs (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:19:49.880 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package python3-wcwidth. 2024-09-21T04:19:49.907 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../015-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-09-21T04:19:49.946 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-21T04:19:50.039 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-ceph-common. 2024-09-21T04:19:50.066 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../014-python3-ceph-common_19.3.0-5103-gf36283e7-1jammy_all.deb ... 2024-09-21T04:19:50.097 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-ceph-common (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:19:50.308 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package python3-prettytable. 2024-09-21T04:19:50.335 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../016-python3-prettytable_2.5.0-2_all.deb ... 2024-09-21T04:19:50.374 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-09-21T04:19:50.386 INFO:teuthology.orchestra.run.smithi028.stdout:Get:106 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.3.0-5103-gf36283e7-1jammy [23.1 MB] 2024-09-21T04:19:50.409 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-wcwidth. 2024-09-21T04:19:50.435 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../015-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-09-21T04:19:50.475 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-21T04:19:50.610 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package python3-rbd. 2024-09-21T04:19:50.637 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../017-python3-rbd_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:19:50.668 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking python3-rbd (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:19:50.812 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-prettytable. 2024-09-21T04:19:50.838 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../016-python3-prettytable_2.5.0-2_all.deb ... 2024-09-21T04:19:50.879 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-09-21T04:19:50.996 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-09-21T04:19:51.023 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../018-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-09-21T04:19:51.062 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-21T04:19:51.140 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-rbd. 2024-09-21T04:19:51.166 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../017-python3-rbd_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:19:51.206 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-rbd (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:19:51.357 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-09-21T04:19:51.383 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../019-libreadline-dev_8.1.2-1_amd64.deb ... 2024-09-21T04:19:51.423 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-09-21T04:19:51.492 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-09-21T04:19:51.518 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../018-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-09-21T04:19:51.559 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-21T04:19:51.734 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-09-21T04:19:51.750 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../020-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-09-21T04:19:51.792 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-21T04:19:51.853 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-09-21T04:19:51.868 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../019-libreadline-dev_8.1.2-1_amd64.deb ... 2024-09-21T04:19:51.912 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-09-21T04:19:52.087 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package lua5.1. 2024-09-21T04:19:52.114 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../021-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-09-21T04:19:52.154 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-09-21T04:19:52.223 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-09-21T04:19:52.249 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../020-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-09-21T04:19:52.289 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-21T04:19:52.601 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package lua5.1. 2024-09-21T04:19:52.617 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../021-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-09-21T04:19:52.659 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-09-21T04:19:52.740 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package lua-any. 2024-09-21T04:19:52.767 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../022-lua-any_27ubuntu1_all.deb ... 2024-09-21T04:19:52.807 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking lua-any (27ubuntu1) ... 2024-09-21T04:19:53.067 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package zip. 2024-09-21T04:19:53.083 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../023-zip_3.0-12build2_amd64.deb ... 2024-09-21T04:19:53.117 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking zip (3.0-12build2) ... 2024-09-21T04:19:53.223 INFO:teuthology.orchestra.run.smithi028.stdout:Get:107 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.3.0-5103-gf36283e7-1jammy [14.0 kB] 2024-09-21T04:19:53.224 INFO:teuthology.orchestra.run.smithi028.stdout:Get:108 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.3.0-5103-gf36283e7-1jammy [880 kB] 2024-09-21T04:19:53.241 INFO:teuthology.orchestra.run.smithi028.stdout:Get:109 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.3.0-5103-gf36283e7-1jammy [2,455 kB] 2024-09-21T04:19:53.280 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package lua-any. 2024-09-21T04:19:53.295 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../022-lua-any_27ubuntu1_all.deb ... 2024-09-21T04:19:53.325 INFO:teuthology.orchestra.run.smithi028.stdout:Get:110 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.3.0-5103-gf36283e7-1jammy [813 kB] 2024-09-21T04:19:53.379 INFO:teuthology.orchestra.run.smithi028.stdout:Get:111 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.3.0-5103-gf36283e7-1jammy [160 kB] 2024-09-21T04:19:53.383 INFO:teuthology.orchestra.run.smithi028.stdout:Get:112 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.3.0-5103-gf36283e7-1jammy [61.5 MB] 2024-09-21T04:19:53.420 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package unzip. 2024-09-21T04:19:53.446 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking lua-any (27ubuntu1) ... 2024-09-21T04:19:53.447 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../024-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-09-21T04:19:53.487 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-09-21T04:19:53.699 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package zip. 2024-09-21T04:19:53.725 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../023-zip_3.0-12build2_amd64.deb ... 2024-09-21T04:19:53.765 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking zip (3.0-12build2) ... 2024-09-21T04:19:53.925 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package luarocks. 2024-09-21T04:19:53.951 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../025-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-09-21T04:19:53.991 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-09-21T04:19:54.085 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package unzip. 2024-09-21T04:19:54.112 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../024-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-09-21T04:19:54.152 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-09-21T04:19:54.332 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package librgw2. 2024-09-21T04:19:54.359 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../026-librgw2_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:19:54.398 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking librgw2 (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:19:54.489 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package luarocks. 2024-09-21T04:19:54.515 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../025-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-09-21T04:19:54.556 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-09-21T04:19:55.005 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package librgw2. 2024-09-21T04:19:55.009 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package python3-rgw. 2024-09-21T04:19:55.025 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../027-python3-rgw_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:19:55.032 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../026-librgw2_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:19:55.067 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking python3-rgw (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:19:55.080 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking librgw2 (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:19:55.412 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package liboath0:amd64. 2024-09-21T04:19:55.438 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../028-liboath0_2.6.7-3build1_amd64.deb ... 2024-09-21T04:19:55.478 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-09-21T04:19:55.699 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-rgw. 2024-09-21T04:19:55.715 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../027-python3-rgw_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:19:55.758 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-rgw (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:19:55.772 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package libradosstriper1. 2024-09-21T04:19:55.799 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../029-libradosstriper1_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:19:55.839 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking libradosstriper1 (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:19:55.892 INFO:teuthology.orchestra.run.smithi028.stdout:Get:113 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.3.0-5103-gf36283e7-1jammy [8,625 kB] 2024-09-21T04:19:56.008 INFO:teuthology.orchestra.run.smithi028.stdout:Get:114 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.3.0-5103-gf36283e7-1jammy [14.2 kB] 2024-09-21T04:19:56.008 INFO:teuthology.orchestra.run.smithi028.stdout:Get:115 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.3.0-5103-gf36283e7-1jammy [48.5 MB] 2024-09-21T04:19:56.144 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package liboath0:amd64. 2024-09-21T04:19:56.171 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../028-liboath0_2.6.7-3build1_amd64.deb ... 2024-09-21T04:19:56.219 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-09-21T04:19:56.259 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package ceph-common. 2024-09-21T04:19:56.286 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../030-ceph-common_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:19:56.325 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking ceph-common (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:19:56.597 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package libradosstriper1. 2024-09-21T04:19:56.623 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../029-libradosstriper1_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:19:56.672 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking libradosstriper1 (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:19:57.089 INFO:teuthology.orchestra.run.smithi028.stdout:Get:116 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.3.0-5103-gf36283e7-1jammy [131 kB] 2024-09-21T04:19:57.092 INFO:teuthology.orchestra.run.smithi028.stdout:Get:117 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.3.0-5103-gf36283e7-1jammy [39.0 kB] 2024-09-21T04:19:57.093 INFO:teuthology.orchestra.run.smithi028.stdout:Get:118 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.3.0-5103-gf36283e7-1jammy [15.8 MB] 2024-09-21T04:19:57.133 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-common. 2024-09-21T04:19:57.160 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../030-ceph-common_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:19:57.200 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-common (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:19:57.388 INFO:teuthology.orchestra.run.smithi028.stdout:Get:119 https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.3.0-5103-gf36283e7-1jammy [91.3 kB] 2024-09-21T04:19:57.839 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package ceph-base. 2024-09-21T04:19:57.866 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../031-ceph-base_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:19:57.907 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking ceph-base (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:19:57.960 INFO:teuthology.orchestra.run.smithi028.stdout:Fetched 244 MB in 22s (10.9 MB/s) 2024-09-21T04:19:58.118 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-09-21T04:19:58.221 INFO:teuthology.orchestra.run.smithi028.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-21T04:19:58.226 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-09-21T04:19:58.308 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-21T04:19:58.460 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-09-21T04:19:58.487 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../032-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-09-21T04:19:58.526 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-09-21T04:19:58.645 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-09-21T04:19:58.671 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-09-21T04:19:58.711 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-21T04:19:58.730 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-base. 2024-09-21T04:19:58.757 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../031-ceph-base_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:19:58.815 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-base (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:19:58.829 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package python3-cheroot. 2024-09-21T04:19:58.856 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../033-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-09-21T04:19:58.895 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-21T04:19:59.006 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-09-21T04:19:59.033 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-09-21T04:19:59.064 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-21T04:19:59.199 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-09-21T04:19:59.226 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../034-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-09-21T04:19:59.257 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-09-21T04:19:59.376 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-09-21T04:19:59.399 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../032-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-09-21T04:19:59.434 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-09-21T04:19:59.501 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-09-21T04:19:59.528 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-21T04:19:59.534 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package python3-jaraco.text. 2024-09-21T04:19:59.561 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../035-python3-jaraco.text_3.6.0-2_all.deb ... 2024-09-21T04:19:59.576 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-21T04:19:59.601 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-09-21T04:19:59.738 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-cheroot. 2024-09-21T04:19:59.764 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../033-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-09-21T04:19:59.804 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-21T04:19:59.905 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-09-21T04:19:59.930 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../036-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-09-21T04:19:59.954 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-09-21T04:19:59.970 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-09-21T04:19:59.980 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-21T04:20:00.020 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-21T04:20:00.132 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-09-21T04:20:00.159 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../034-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-09-21T04:20:00.199 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-09-21T04:20:00.273 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package python3-tempora. 2024-09-21T04:20:00.300 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../037-python3-tempora_4.1.2-1_all.deb ... 2024-09-21T04:20:00.339 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-09-21T04:20:00.373 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-09-21T04:20:00.400 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-21T04:20:00.440 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-21T04:20:00.501 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-jaraco.text. 2024-09-21T04:20:00.528 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../035-python3-jaraco.text_3.6.0-2_all.deb ... 2024-09-21T04:20:00.568 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-09-21T04:20:00.575 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package python3-portend. 2024-09-21T04:20:00.591 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../038-python3-portend_3.0.0-1_all.deb ... 2024-09-21T04:20:00.625 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-09-21T04:20:00.751 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-09-21T04:20:00.778 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-09-21T04:20:00.810 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-21T04:20:00.865 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-09-21T04:20:00.891 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../036-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-09-21T04:20:00.920 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-09-21T04:20:00.933 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-09-21T04:20:00.946 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../039-python3-zc.lockfile_2.0-1_all.deb ... 2024-09-21T04:20:00.986 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-09-21T04:20:01.121 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package librados2. 2024-09-21T04:20:01.147 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../007-librados2_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:20:01.187 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking librados2 (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:01.234 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-tempora. 2024-09-21T04:20:01.239 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package python3-cherrypy3. 2024-09-21T04:20:01.255 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../040-python3-cherrypy3_18.6.1-4_all.deb ... 2024-09-21T04:20:01.261 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../037-python3-tempora_4.1.2-1_all.deb ... 2024-09-21T04:20:01.289 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-09-21T04:20:01.301 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-09-21T04:20:01.604 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-portend. 2024-09-21T04:20:01.630 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../038-python3-portend_3.0.0-1_all.deb ... 2024-09-21T04:20:01.656 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package libnbd0. 2024-09-21T04:20:01.670 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-09-21T04:20:01.683 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../008-libnbd0_1.10.5-1_amd64.deb ... 2024-09-21T04:20:01.684 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package python3-natsort. 2024-09-21T04:20:01.711 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../041-python3-natsort_8.0.2-1_all.deb ... 2024-09-21T04:20:01.723 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking libnbd0 (1.10.5-1) ... 2024-09-21T04:20:01.750 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-09-21T04:20:01.949 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-09-21T04:20:01.975 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../039-python3-zc.lockfile_2.0-1_all.deb ... 2024-09-21T04:20:02.015 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-09-21T04:20:02.017 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package librbd1. 2024-09-21T04:20:02.033 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../009-librbd1_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:20:02.062 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package python3-logutils. 2024-09-21T04:20:02.067 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking librbd1 (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:02.089 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../042-python3-logutils_0.3.3-8_all.deb ... 2024-09-21T04:20:02.128 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-09-21T04:20:02.318 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-cherrypy3. 2024-09-21T04:20:02.345 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../040-python3-cherrypy3_18.6.1-4_all.deb ... 2024-09-21T04:20:02.385 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-09-21T04:20:02.398 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package python3-markupsafe. 2024-09-21T04:20:02.425 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../043-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-09-21T04:20:02.456 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-09-21T04:20:02.671 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package libcephfs2. 2024-09-21T04:20:02.698 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../010-libcephfs2_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:20:02.705 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-natsort. 2024-09-21T04:20:02.732 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../041-python3-natsort_8.0.2-1_all.deb ... 2024-09-21T04:20:02.742 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package python3-mako. 2024-09-21T04:20:02.769 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../044-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-09-21T04:20:02.775 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-09-21T04:20:02.809 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-21T04:20:02.837 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking libcephfs2 (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:03.108 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-logutils. 2024-09-21T04:20:03.135 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../042-python3-logutils_0.3.3-8_all.deb ... 2024-09-21T04:20:03.139 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-rados. 2024-09-21T04:20:03.155 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../011-python3-rados_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:20:03.175 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-09-21T04:20:03.197 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-rados (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:03.353 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package python3-simplegeneric. 2024-09-21T04:20:03.380 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../045-python3-simplegeneric_0.8.1-3_all.deb ... 2024-09-21T04:20:03.420 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-09-21T04:20:03.508 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-09-21T04:20:03.536 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../012-python3-ceph-argparse_19.3.0-5103-gf36283e7-1jammy_all.deb ... 2024-09-21T04:20:03.575 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-ceph-argparse (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:03.670 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-markupsafe. 2024-09-21T04:20:03.696 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../043-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-09-21T04:20:03.723 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package python3-singledispatch. 2024-09-21T04:20:03.736 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-09-21T04:20:03.750 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../046-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-09-21T04:20:03.789 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-09-21T04:20:03.819 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-cephfs. 2024-09-21T04:20:03.835 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../013-python3-cephfs_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:20:03.869 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-cephfs (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:03.997 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-mako. 2024-09-21T04:20:04.013 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../044-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-09-21T04:20:04.047 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-21T04:20:04.050 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package python3-webob. 2024-09-21T04:20:04.077 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../047-python3-webob_1%3a1.8.6-1.1ubuntu0.1_all.deb ... 2024-09-21T04:20:04.108 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-21T04:20:04.121 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-ceph-common. 2024-09-21T04:20:04.137 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../014-python3-ceph-common_19.3.0-5103-gf36283e7-1jammy_all.deb ... 2024-09-21T04:20:04.171 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-ceph-common (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:04.351 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-simplegeneric. 2024-09-21T04:20:04.377 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../045-python3-simplegeneric_0.8.1-3_all.deb ... 2024-09-21T04:20:04.417 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-09-21T04:20:04.428 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package python3-waitress. 2024-09-21T04:20:04.455 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../048-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-09-21T04:20:04.490 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-21T04:20:04.508 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-wcwidth. 2024-09-21T04:20:04.534 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../015-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-09-21T04:20:04.574 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-21T04:20:04.720 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-singledispatch. 2024-09-21T04:20:04.746 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../046-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-09-21T04:20:04.756 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package python3-tempita. 2024-09-21T04:20:04.783 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../049-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-09-21T04:20:04.787 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-09-21T04:20:04.822 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-09-21T04:20:04.844 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-prettytable. 2024-09-21T04:20:04.870 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../016-python3-prettytable_2.5.0-2_all.deb ... 2024-09-21T04:20:04.902 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-09-21T04:20:05.109 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package python3-paste. 2024-09-21T04:20:05.115 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-webob. 2024-09-21T04:20:05.135 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../050-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-09-21T04:20:05.141 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../047-python3-webob_1%3a1.8.6-1.1ubuntu0.1_all.deb ... 2024-09-21T04:20:05.146 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-rbd. 2024-09-21T04:20:05.162 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../017-python3-rbd_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:20:05.175 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-09-21T04:20:05.181 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-21T04:20:05.204 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-rbd (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:05.470 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-09-21T04:20:05.486 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../051-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-09-21T04:20:05.501 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-waitress. 2024-09-21T04:20:05.527 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../048-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-09-21T04:20:05.528 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-09-21T04:20:05.565 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-09-21T04:20:05.571 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-21T04:20:05.592 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../018-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-09-21T04:20:05.632 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-21T04:20:05.831 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package python3-pastedeploy. 2024-09-21T04:20:05.846 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-tempita. 2024-09-21T04:20:05.857 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../052-python3-pastedeploy_2.1.1-1_all.deb ... 2024-09-21T04:20:05.872 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../049-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-09-21T04:20:05.897 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-09-21T04:20:05.909 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-09-21T04:20:05.912 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-09-21T04:20:05.925 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../019-libreadline-dev_8.1.2-1_amd64.deb ... 2024-09-21T04:20:05.968 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-09-21T04:20:06.200 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package python3-webtest. 2024-09-21T04:20:06.227 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../053-python3-webtest_2.0.35-1_all.deb ... 2024-09-21T04:20:06.232 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-paste. 2024-09-21T04:20:06.237 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-09-21T04:20:06.253 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../020-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-09-21T04:20:06.259 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../050-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-09-21T04:20:06.266 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-09-21T04:20:06.287 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-21T04:20:06.299 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-09-21T04:20:06.578 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package python3-pecan. 2024-09-21T04:20:06.590 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package lua5.1. 2024-09-21T04:20:06.605 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../054-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-09-21T04:20:06.610 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-09-21T04:20:06.617 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../021-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-09-21T04:20:06.637 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../051-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-09-21T04:20:06.644 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-09-21T04:20:06.656 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-09-21T04:20:06.668 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-09-21T04:20:06.959 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package lua-any. 2024-09-21T04:20:06.976 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../022-lua-any_27ubuntu1_all.deb ... 2024-09-21T04:20:07.005 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-pastedeploy. 2024-09-21T04:20:07.007 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package python3-certifi. 2024-09-21T04:20:07.018 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking lua-any (27ubuntu1) ... 2024-09-21T04:20:07.031 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../052-python3-pastedeploy_2.1.1-1_all.deb ... 2024-09-21T04:20:07.034 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../055-python3-certifi_2020.6.20-1_all.deb ... 2024-09-21T04:20:07.072 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-09-21T04:20:07.082 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-09-21T04:20:07.262 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package zip. 2024-09-21T04:20:07.278 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../023-zip_3.0-12build2_amd64.deb ... 2024-09-21T04:20:07.312 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking zip (3.0-12build2) ... 2024-09-21T04:20:07.343 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package python3-idna. 2024-09-21T04:20:07.359 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../056-python3-idna_3.3-1ubuntu0.1_all.deb ... 2024-09-21T04:20:07.375 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-webtest. 2024-09-21T04:20:07.401 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking python3-idna (3.3-1ubuntu0.1) ... 2024-09-21T04:20:07.401 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../053-python3-webtest_2.0.35-1_all.deb ... 2024-09-21T04:20:07.441 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-09-21T04:20:07.573 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package unzip. 2024-09-21T04:20:07.600 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../024-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-09-21T04:20:07.631 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-09-21T04:20:07.721 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package python3-urllib3. 2024-09-21T04:20:07.744 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-pecan. 2024-09-21T04:20:07.748 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../057-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-09-21T04:20:07.771 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../054-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-09-21T04:20:07.787 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-21T04:20:07.811 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-09-21T04:20:08.911 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package luarocks. 2024-09-21T04:20:08.938 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../025-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-09-21T04:20:08.977 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-09-21T04:20:09.008 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package python3-requests. 2024-09-21T04:20:09.035 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../058-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-09-21T04:20:09.066 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-certifi. 2024-09-21T04:20:09.074 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-21T04:20:09.093 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../055-python3-certifi_2020.6.20-1_all.deb ... 2024-09-21T04:20:09.126 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-09-21T04:20:09.359 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package librgw2. 2024-09-21T04:20:09.387 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../026-librgw2_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:20:09.419 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package python3-werkzeug. 2024-09-21T04:20:09.426 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking librgw2 (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:09.444 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-idna. 2024-09-21T04:20:09.446 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../059-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.2_all.deb ... 2024-09-21T04:20:09.470 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../056-python3-idna_3.3-1ubuntu0.1_all.deb ... 2024-09-21T04:20:09.485 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-21T04:20:09.511 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-idna (3.3-1ubuntu0.1) ... 2024-09-21T04:20:09.771 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-09-21T04:20:09.787 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../060-ceph-mgr-modules-core_19.3.0-5103-gf36283e7-1jammy_all.deb ... 2024-09-21T04:20:09.829 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking ceph-mgr-modules-core (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:09.830 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-urllib3. 2024-09-21T04:20:09.857 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../057-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-09-21T04:20:09.905 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-21T04:20:10.012 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-rgw. 2024-09-21T04:20:10.028 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../027-python3-rgw_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:20:10.061 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-rgw (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:10.218 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-09-21T04:20:10.234 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-requests. 2024-09-21T04:20:10.245 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../061-libsqlite3-mod-ceph_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:20:10.260 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../058-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-09-21T04:20:10.284 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking libsqlite3-mod-ceph (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:10.300 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-21T04:20:10.364 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package liboath0:amd64. 2024-09-21T04:20:10.391 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../028-liboath0_2.6.7-3build1_amd64.deb ... 2024-09-21T04:20:10.431 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-09-21T04:20:10.579 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package python3-bcrypt. 2024-09-21T04:20:10.606 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../062-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-09-21T04:20:10.612 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-werkzeug. 2024-09-21T04:20:10.637 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-09-21T04:20:10.638 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../059-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.2_all.deb ... 2024-09-21T04:20:10.678 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-21T04:20:10.734 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package libradosstriper1. 2024-09-21T04:20:10.762 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../029-libradosstriper1_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:20:10.809 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking libradosstriper1 (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:10.889 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package python3-openssl. 2024-09-21T04:20:10.917 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../063-python3-openssl_21.0.0-1_all.deb ... 2024-09-21T04:20:10.956 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-09-21T04:20:10.990 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-09-21T04:20:11.016 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../060-ceph-mgr-modules-core_19.3.0-5103-gf36283e7-1jammy_all.deb ... 2024-09-21T04:20:11.056 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-mgr-modules-core (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:11.212 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package ceph-common. 2024-09-21T04:20:11.239 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../030-ceph-common_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:20:11.278 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking ceph-common (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:11.292 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package ceph-mgr. 2024-09-21T04:20:11.319 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../064-ceph-mgr_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:20:11.359 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking ceph-mgr (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:11.436 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-09-21T04:20:11.463 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../061-libsqlite3-mod-ceph_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:20:11.503 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking libsqlite3-mod-ceph (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:11.712 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package ceph-mon. 2024-09-21T04:20:11.739 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../065-ceph-mon_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:20:11.770 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking ceph-mon (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:11.831 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-bcrypt. 2024-09-21T04:20:11.858 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../062-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-09-21T04:20:11.898 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-09-21T04:20:12.201 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-openssl. 2024-09-21T04:20:12.227 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../063-python3-openssl_21.0.0-1_all.deb ... 2024-09-21T04:20:12.267 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-09-21T04:20:12.390 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package ceph-osd. 2024-09-21T04:20:12.417 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../066-ceph-osd_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:20:12.456 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking ceph-osd (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:12.562 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-mgr. 2024-09-21T04:20:12.588 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../064-ceph-mgr_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:20:12.628 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-mgr (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:12.725 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package ceph-base. 2024-09-21T04:20:12.751 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../031-ceph-base_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:20:12.801 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking ceph-base (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:13.032 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-mon. 2024-09-21T04:20:13.059 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../065-ceph-mon_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:20:13.099 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-mon (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:13.512 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-09-21T04:20:13.539 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../032-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-09-21T04:20:13.579 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-09-21T04:20:13.744 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-osd. 2024-09-21T04:20:13.760 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package ceph. 2024-09-21T04:20:13.770 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../066-ceph-osd_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:20:13.784 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../067-ceph_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:20:13.826 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking ceph (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:13.881 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-cheroot. 2024-09-21T04:20:13.908 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../033-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-09-21T04:20:13.947 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-21T04:20:14.044 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-osd (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:14.095 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package ceph-fuse. 2024-09-21T04:20:14.122 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../068-ceph-fuse_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:20:14.162 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking ceph-fuse (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:14.268 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-09-21T04:20:14.295 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../034-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-09-21T04:20:14.334 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-09-21T04:20:14.473 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package ceph-mds. 2024-09-21T04:20:14.489 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../069-ceph-mds_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:20:14.531 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking ceph-mds (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:14.595 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-jaraco.text. 2024-09-21T04:20:14.611 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../035-python3-jaraco.text_3.6.0-2_all.deb ... 2024-09-21T04:20:14.645 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-09-21T04:20:14.926 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package cephadm. 2024-09-21T04:20:14.931 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-09-21T04:20:14.953 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../070-cephadm_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:20:14.958 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../036-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-09-21T04:20:14.992 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking cephadm (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:14.997 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-09-21T04:20:15.180 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph. 2024-09-21T04:20:15.196 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../067-ceph_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:20:15.238 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:15.300 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-tempora. 2024-09-21T04:20:15.312 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package python3-asyncssh. 2024-09-21T04:20:15.327 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../037-python3-tempora_4.1.2-1_all.deb ... 2024-09-21T04:20:15.339 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../071-python3-asyncssh_2.5.0-1_all.deb ... 2024-09-21T04:20:15.366 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-09-21T04:20:15.378 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-09-21T04:20:15.566 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-fuse. 2024-09-21T04:20:15.593 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../068-ceph-fuse_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:20:15.633 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-fuse (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:15.644 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-portend. 2024-09-21T04:20:15.661 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../038-python3-portend_3.0.0-1_all.deb ... 2024-09-21T04:20:15.694 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-09-21T04:20:15.697 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package python-babel-localedata. 2024-09-21T04:20:15.724 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../072-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-09-21T04:20:15.755 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-21T04:20:15.947 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-09-21T04:20:15.961 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-mds. 2024-09-21T04:20:15.974 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../039-python3-zc.lockfile_2.0-1_all.deb ... 2024-09-21T04:20:15.988 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../069-ceph-mds_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:20:16.014 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-09-21T04:20:16.019 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-mds (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:16.316 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-cherrypy3. 2024-09-21T04:20:16.343 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../040-python3-cherrypy3_18.6.1-4_all.deb ... 2024-09-21T04:20:16.383 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-09-21T04:20:16.405 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package cephadm. 2024-09-21T04:20:16.432 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../070-cephadm_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:20:16.472 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking cephadm (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:16.762 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-natsort. 2024-09-21T04:20:16.789 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../041-python3-natsort_8.0.2-1_all.deb ... 2024-09-21T04:20:16.800 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-asyncssh. 2024-09-21T04:20:16.827 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../071-python3-asyncssh_2.5.0-1_all.deb ... 2024-09-21T04:20:16.828 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-09-21T04:20:16.835 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package python3-babel. 2024-09-21T04:20:16.863 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../073-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-09-21T04:20:16.866 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-09-21T04:20:16.902 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-09-21T04:20:17.097 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-logutils. 2024-09-21T04:20:17.124 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../042-python3-logutils_0.3.3-8_all.deb ... 2024-09-21T04:20:17.155 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-09-21T04:20:17.195 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python-babel-localedata. 2024-09-21T04:20:17.222 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../072-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-09-21T04:20:17.246 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package python3-jinja2. 2024-09-21T04:20:17.261 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-21T04:20:17.274 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../074-python3-jinja2_3.0.3-1ubuntu0.2_all.deb ... 2024-09-21T04:20:17.312 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-21T04:20:17.442 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-markupsafe. 2024-09-21T04:20:17.469 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../043-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-09-21T04:20:17.508 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-09-21T04:20:17.641 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-09-21T04:20:17.668 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../075-ceph-mgr-cephadm_19.3.0-5103-gf36283e7-1jammy_all.deb ... 2024-09-21T04:20:17.707 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking ceph-mgr-cephadm (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:17.811 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-mako. 2024-09-21T04:20:17.838 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../044-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-09-21T04:20:17.877 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-21T04:20:18.012 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package python3-repoze.lru. 2024-09-21T04:20:18.029 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../076-python3-repoze.lru_0.7-2_all.deb ... 2024-09-21T04:20:18.062 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-09-21T04:20:18.197 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-simplegeneric. 2024-09-21T04:20:18.214 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../045-python3-simplegeneric_0.8.1-3_all.deb ... 2024-09-21T04:20:18.247 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-09-21T04:20:18.316 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-babel. 2024-09-21T04:20:18.344 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../073-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-09-21T04:20:18.348 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package python3-routes. 2024-09-21T04:20:18.376 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../077-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-09-21T04:20:18.382 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-09-21T04:20:18.415 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-09-21T04:20:18.516 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-singledispatch. 2024-09-21T04:20:18.544 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../046-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-09-21T04:20:18.583 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-09-21T04:20:18.727 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-jinja2. 2024-09-21T04:20:18.735 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-09-21T04:20:18.755 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../074-python3-jinja2_3.0.3-1ubuntu0.2_all.deb ... 2024-09-21T04:20:18.762 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../078-ceph-mgr-dashboard_19.3.0-5103-gf36283e7-1jammy_all.deb ... 2024-09-21T04:20:18.794 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-21T04:20:18.809 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking ceph-mgr-dashboard (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:18.894 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-webob. 2024-09-21T04:20:18.921 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../047-python3-webob_1%3a1.8.6-1.1ubuntu0.1_all.deb ... 2024-09-21T04:20:18.961 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-21T04:20:19.139 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-09-21T04:20:19.166 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../075-ceph-mgr-cephadm_19.3.0-5103-gf36283e7-1jammy_all.deb ... 2024-09-21T04:20:19.214 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-mgr-cephadm (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:19.305 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-waitress. 2024-09-21T04:20:19.333 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../048-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-09-21T04:20:19.375 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-21T04:20:19.559 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-repoze.lru. 2024-09-21T04:20:19.586 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../076-python3-repoze.lru_0.7-2_all.deb ... 2024-09-21T04:20:19.626 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-09-21T04:20:19.683 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-tempita. 2024-09-21T04:20:19.710 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../049-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-09-21T04:20:19.749 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-09-21T04:20:19.928 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-routes. 2024-09-21T04:20:19.955 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../077-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-09-21T04:20:19.995 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-09-21T04:20:20.044 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-paste. 2024-09-21T04:20:20.071 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../050-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-09-21T04:20:20.110 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-09-21T04:20:20.340 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-09-21T04:20:20.368 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../078-ceph-mgr-dashboard_19.3.0-5103-gf36283e7-1jammy_all.deb ... 2024-09-21T04:20:20.406 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-mgr-dashboard (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:20.421 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-09-21T04:20:20.438 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../051-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-09-21T04:20:20.480 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-09-21T04:20:20.782 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-pastedeploy. 2024-09-21T04:20:20.810 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../052-python3-pastedeploy_2.1.1-1_all.deb ... 2024-09-21T04:20:20.865 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-09-21T04:20:21.127 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-webtest. 2024-09-21T04:20:21.154 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../053-python3-webtest_2.0.35-1_all.deb ... 2024-09-21T04:20:21.185 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-09-21T04:20:21.446 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-pecan. 2024-09-21T04:20:21.473 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../054-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-09-21T04:20:21.513 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-09-21T04:20:21.572 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-09-21T04:20:21.591 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../079-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-09-21T04:20:21.622 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-21T04:20:21.842 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-certifi. 2024-09-21T04:20:21.870 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../055-python3-certifi_2020.6.20-1_all.deb ... 2024-09-21T04:20:21.908 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-09-21T04:20:22.093 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package python3-joblib. 2024-09-21T04:20:22.121 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../080-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-09-21T04:20:22.159 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-09-21T04:20:22.228 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-idna. 2024-09-21T04:20:22.256 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../056-python3-idna_3.3-1ubuntu0.1_all.deb ... 2024-09-21T04:20:22.295 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-idna (3.3-1ubuntu0.1) ... 2024-09-21T04:20:22.529 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-09-21T04:20:22.557 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../081-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-09-21T04:20:22.596 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-09-21T04:20:22.606 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-urllib3. 2024-09-21T04:20:22.633 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../057-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-09-21T04:20:22.672 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-21T04:20:22.899 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package python3-sklearn. 2024-09-21T04:20:22.927 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../082-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-09-21T04:20:23.000 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-requests. 2024-09-21T04:20:23.028 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../058-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-09-21T04:20:23.050 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-21T04:20:23.067 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-21T04:20:23.162 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-09-21T04:20:23.192 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../079-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-09-21T04:20:23.237 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-21T04:20:23.345 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-werkzeug. 2024-09-21T04:20:23.361 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../059-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.2_all.deb ... 2024-09-21T04:20:23.395 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-21T04:20:23.741 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-joblib. 2024-09-21T04:20:23.760 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-09-21T04:20:23.768 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../080-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-09-21T04:20:23.788 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../083-ceph-mgr-diskprediction-local_19.3.0-5103-gf36283e7-1jammy_all.deb ... 2024-09-21T04:20:23.807 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-09-21T04:20:23.826 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking ceph-mgr-diskprediction-local (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:23.848 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-09-21T04:20:23.875 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../060-ceph-mgr-modules-core_19.3.0-5103-gf36283e7-1jammy_all.deb ... 2024-09-21T04:20:23.914 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking ceph-mgr-modules-core (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:24.195 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-09-21T04:20:24.222 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../081-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-09-21T04:20:24.261 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-09-21T04:20:24.294 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-09-21T04:20:24.321 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../061-libsqlite3-mod-ceph_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:20:24.361 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking libsqlite3-mod-ceph (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:24.547 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-sklearn. 2024-09-21T04:20:24.574 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../082-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-09-21T04:20:24.672 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-bcrypt. 2024-09-21T04:20:24.699 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../062-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-09-21T04:20:24.699 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-21T04:20:24.738 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-09-21T04:20:24.963 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package python3-cachetools. 2024-09-21T04:20:24.991 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../084-python3-cachetools_5.0.0-1_all.deb ... 2024-09-21T04:20:25.021 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-09-21T04:20:25.049 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-openssl. 2024-09-21T04:20:25.076 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../063-python3-openssl_21.0.0-1_all.deb ... 2024-09-21T04:20:25.107 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-09-21T04:20:25.307 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package python3-pyasn1. 2024-09-21T04:20:25.335 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../085-python3-pyasn1_0.4.8-1_all.deb ... 2024-09-21T04:20:25.373 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-09-21T04:20:25.409 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-09-21T04:20:25.410 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package ceph-mgr. 2024-09-21T04:20:25.437 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../083-ceph-mgr-diskprediction-local_19.3.0-5103-gf36283e7-1jammy_all.deb ... 2024-09-21T04:20:25.437 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../064-ceph-mgr_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:20:25.475 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-mgr-diskprediction-local (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:25.476 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking ceph-mgr (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:25.711 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-09-21T04:20:25.739 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../086-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-09-21T04:20:25.777 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-09-21T04:20:25.871 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package ceph-mon. 2024-09-21T04:20:25.899 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../065-ceph-mon_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:20:25.938 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking ceph-mon (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:26.088 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package python3-rsa. 2024-09-21T04:20:26.105 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../087-python3-rsa_4.8-1_all.deb ... 2024-09-21T04:20:26.146 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking python3-rsa (4.8-1) ... 2024-09-21T04:20:26.454 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-cachetools. 2024-09-21T04:20:26.467 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package python3-google-auth. 2024-09-21T04:20:26.481 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../084-python3-cachetools_5.0.0-1_all.deb ... 2024-09-21T04:20:26.495 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../088-python3-google-auth_1.5.1-3_all.deb ... 2024-09-21T04:20:26.520 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-09-21T04:20:26.533 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-09-21T04:20:26.541 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package ceph-osd. 2024-09-21T04:20:26.568 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../066-ceph-osd_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:20:26.607 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking ceph-osd (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:26.820 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-09-21T04:20:26.836 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-pyasn1. 2024-09-21T04:20:26.837 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../089-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-09-21T04:20:26.859 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../085-python3-pyasn1_0.4.8-1_all.deb ... 2024-09-21T04:20:26.869 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-21T04:20:26.898 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-09-21T04:20:27.148 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package python3-websocket. 2024-09-21T04:20:27.176 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../090-python3-websocket_1.2.3-1_all.deb ... 2024-09-21T04:20:27.214 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-09-21T04:20:27.244 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-09-21T04:20:27.271 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../086-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-09-21T04:20:27.310 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-09-21T04:20:27.526 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package python3-kubernetes. 2024-09-21T04:20:27.554 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../091-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-09-21T04:20:27.592 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-21T04:20:27.621 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-rsa. 2024-09-21T04:20:27.649 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../087-python3-rsa_4.8-1_all.deb ... 2024-09-21T04:20:27.677 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package ceph. 2024-09-21T04:20:27.688 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-rsa (4.8-1) ... 2024-09-21T04:20:27.693 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../067-ceph_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:20:27.735 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking ceph (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:27.967 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-google-auth. 2024-09-21T04:20:27.994 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../088-python3-google-auth_1.5.1-3_all.deb ... 2024-09-21T04:20:28.025 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-09-21T04:20:28.055 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package ceph-fuse. 2024-09-21T04:20:28.082 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../068-ceph-fuse_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:20:28.121 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking ceph-fuse (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:28.198 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-09-21T04:20:28.215 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../092-ceph-mgr-k8sevents_19.3.0-5103-gf36283e7-1jammy_all.deb ... 2024-09-21T04:20:28.247 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking ceph-mgr-k8sevents (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:28.320 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-09-21T04:20:28.348 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../089-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-09-21T04:20:28.386 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-21T04:20:28.499 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package ceph-mds. 2024-09-21T04:20:28.526 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../069-ceph-mds_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:20:28.565 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking ceph-mds (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:28.575 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package libonig5:amd64. 2024-09-21T04:20:28.604 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../093-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-09-21T04:20:28.642 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-21T04:20:28.698 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-websocket. 2024-09-21T04:20:28.725 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../090-python3-websocket_1.2.3-1_all.deb ... 2024-09-21T04:20:28.764 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-09-21T04:20:28.927 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package cephadm. 2024-09-21T04:20:28.953 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../070-cephadm_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:20:28.985 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking cephadm (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:29.037 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package libjq1:amd64. 2024-09-21T04:20:29.066 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../094-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-09-21T04:20:29.085 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-kubernetes. 2024-09-21T04:20:29.103 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-21T04:20:29.112 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../091-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-09-21T04:20:29.235 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-21T04:20:29.348 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package jq. 2024-09-21T04:20:29.365 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../095-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-09-21T04:20:29.397 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-09-21T04:20:29.479 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-asyncssh. 2024-09-21T04:20:29.506 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../071-python3-asyncssh_2.5.0-1_all.deb ... 2024-09-21T04:20:29.546 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-09-21T04:20:29.617 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package socat. 2024-09-21T04:20:29.646 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../096-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-09-21T04:20:29.683 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-09-21T04:20:29.848 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python-babel-localedata. 2024-09-21T04:20:29.875 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../072-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-09-21T04:20:29.906 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-21T04:20:30.154 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package xmlstarlet. 2024-09-21T04:20:30.182 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../097-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-09-21T04:20:30.220 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-09-21T04:20:30.249 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-09-21T04:20:30.278 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../092-ceph-mgr-k8sevents_19.3.0-5103-gf36283e7-1jammy_all.deb ... 2024-09-21T04:20:30.316 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-mgr-k8sevents (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:30.574 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package ceph-test. 2024-09-21T04:20:30.603 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../098-ceph-test_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:20:30.610 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package libonig5:amd64. 2024-09-21T04:20:30.639 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../093-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-09-21T04:20:30.640 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking ceph-test (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:30.677 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-21T04:20:30.920 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-babel. 2024-09-21T04:20:30.947 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../073-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-09-21T04:20:30.986 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-09-21T04:20:30.988 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package libjq1:amd64. 2024-09-21T04:20:31.016 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../094-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-09-21T04:20:31.055 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-21T04:20:31.314 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-jinja2. 2024-09-21T04:20:31.333 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package jq. 2024-09-21T04:20:31.341 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../074-python3-jinja2_3.0.3-1ubuntu0.2_all.deb ... 2024-09-21T04:20:31.349 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../095-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-09-21T04:20:31.380 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-21T04:20:31.391 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-09-21T04:20:31.644 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package socat. 2024-09-21T04:20:31.672 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../096-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-09-21T04:20:31.710 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-09-21T04:20:31.725 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-09-21T04:20:31.752 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../075-ceph-mgr-cephadm_19.3.0-5103-gf36283e7-1jammy_all.deb ... 2024-09-21T04:20:31.791 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking ceph-mgr-cephadm (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:32.014 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package xmlstarlet. 2024-09-21T04:20:32.041 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../097-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-09-21T04:20:32.080 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-09-21T04:20:32.120 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-repoze.lru. 2024-09-21T04:20:32.147 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../076-python3-repoze.lru_0.7-2_all.deb ... 2024-09-21T04:20:32.186 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-09-21T04:20:32.435 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-test. 2024-09-21T04:20:32.451 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../098-ceph-test_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:20:32.472 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-routes. 2024-09-21T04:20:32.493 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-test (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:32.500 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../077-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-09-21T04:20:32.539 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-09-21T04:20:32.884 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-09-21T04:20:32.911 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../078-ceph-mgr-dashboard_19.3.0-5103-gf36283e7-1jammy_all.deb ... 2024-09-21T04:20:32.928 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package ceph-volume. 2024-09-21T04:20:32.950 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking ceph-mgr-dashboard (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:32.957 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../099-ceph-volume_19.3.0-5103-gf36283e7-1jammy_all.deb ... 2024-09-21T04:20:32.994 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking ceph-volume (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:33.307 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package libcephfs-dev. 2024-09-21T04:20:33.335 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../100-libcephfs-dev_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:20:33.373 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking libcephfs-dev (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:33.659 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package lua-socket:amd64. 2024-09-21T04:20:33.688 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../101-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-09-21T04:20:33.726 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-21T04:20:34.047 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package lua-sec:amd64. 2024-09-21T04:20:34.076 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../102-lua-sec_1.0.2-1_amd64.deb ... 2024-09-21T04:20:34.105 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-09-21T04:20:34.509 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package nvme-cli. 2024-09-21T04:20:34.538 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../103-nvme-cli_1.16-3ubuntu0.3_amd64.deb ... 2024-09-21T04:20:34.575 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking nvme-cli (1.16-3ubuntu0.3) ... 2024-09-21T04:20:34.772 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-volume. 2024-09-21T04:20:34.800 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../099-ceph-volume_19.3.0-5103-gf36283e7-1jammy_all.deb ... 2024-09-21T04:20:34.839 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-volume (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:34.981 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package pkg-config. 2024-09-21T04:20:35.009 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../104-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-09-21T04:20:35.047 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-09-21T04:20:35.201 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package libcephfs-dev. 2024-09-21T04:20:35.218 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../100-libcephfs-dev_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:20:35.260 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking libcephfs-dev (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:35.317 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-09-21T04:20:35.334 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../105-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-09-21T04:20:35.375 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-09-21T04:20:35.588 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package lua-socket:amd64. 2024-09-21T04:20:35.616 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../101-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-09-21T04:20:35.663 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-21T04:20:35.803 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package python3-iniconfig. 2024-09-21T04:20:35.832 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../106-python3-iniconfig_1.1.1-2_all.deb ... 2024-09-21T04:20:35.865 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-09-21T04:20:35.870 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-09-21T04:20:35.883 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../079-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-09-21T04:20:35.923 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-21T04:20:36.026 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package lua-sec:amd64. 2024-09-21T04:20:36.054 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../102-lua-sec_1.0.2-1_amd64.deb ... 2024-09-21T04:20:36.100 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-09-21T04:20:36.174 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package python3-pastescript. 2024-09-21T04:20:36.201 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../107-python3-pastescript_2.0.2-4_all.deb ... 2024-09-21T04:20:36.239 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-09-21T04:20:36.410 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-joblib. 2024-09-21T04:20:36.438 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../080-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-09-21T04:20:36.493 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-09-21T04:20:36.530 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package nvme-cli. 2024-09-21T04:20:36.558 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../103-nvme-cli_1.16-3ubuntu0.3_amd64.deb ... 2024-09-21T04:20:36.559 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package python3-pluggy. 2024-09-21T04:20:36.588 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../108-python3-pluggy_0.13.0-7.1_all.deb ... 2024-09-21T04:20:36.604 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking nvme-cli (1.16-3ubuntu0.3) ... 2024-09-21T04:20:36.625 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-09-21T04:20:36.872 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-09-21T04:20:36.900 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../081-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-09-21T04:20:36.937 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package python3-psutil. 2024-09-21T04:20:36.938 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-09-21T04:20:36.966 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../109-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-09-21T04:20:37.002 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package pkg-config. 2024-09-21T04:20:37.003 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-09-21T04:20:37.030 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../104-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-09-21T04:20:37.068 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-09-21T04:20:37.182 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-sklearn. 2024-09-21T04:20:37.199 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../082-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-09-21T04:20:37.321 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-09-21T04:20:37.334 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-21T04:20:37.337 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../105-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-09-21T04:20:37.339 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package python3-py. 2024-09-21T04:20:37.368 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../110-python3-py_1.10.0-1_all.deb ... 2024-09-21T04:20:37.380 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-09-21T04:20:37.406 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking python3-py (1.10.0-1) ... 2024-09-21T04:20:37.726 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package python3-pygments. 2024-09-21T04:20:37.755 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../111-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-09-21T04:20:37.792 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-09-21T04:20:37.817 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-iniconfig. 2024-09-21T04:20:37.845 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../106-python3-iniconfig_1.1.1-2_all.deb ... 2024-09-21T04:20:37.908 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-09-21T04:20:38.027 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-09-21T04:20:38.056 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../083-ceph-mgr-diskprediction-local_19.3.0-5103-gf36283e7-1jammy_all.deb ... 2024-09-21T04:20:38.094 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking ceph-mgr-diskprediction-local (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:38.194 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-pastescript. 2024-09-21T04:20:38.223 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../107-python3-pastescript_2.0.2-4_all.deb ... 2024-09-21T04:20:38.260 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-09-21T04:20:38.263 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package python3-pyinotify. 2024-09-21T04:20:38.292 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../112-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-09-21T04:20:38.330 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-09-21T04:20:38.589 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-pluggy. 2024-09-21T04:20:38.591 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package python3-toml. 2024-09-21T04:20:38.618 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../108-python3-pluggy_0.13.0-7.1_all.deb ... 2024-09-21T04:20:38.619 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../113-python3-toml_0.10.2-1_all.deb ... 2024-09-21T04:20:38.649 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-09-21T04:20:38.655 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-09-21T04:20:38.952 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package python3-pytest. 2024-09-21T04:20:38.967 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-psutil. 2024-09-21T04:20:38.980 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../114-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-09-21T04:20:38.995 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../109-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-09-21T04:20:39.018 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-09-21T04:20:39.033 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-09-21T04:20:39.047 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-cachetools. 2024-09-21T04:20:39.075 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../084-python3-cachetools_5.0.0-1_all.deb ... 2024-09-21T04:20:39.114 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-09-21T04:20:39.322 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package python3-simplejson. 2024-09-21T04:20:39.339 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../115-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-09-21T04:20:39.353 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-py. 2024-09-21T04:20:39.358 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-pyasn1. 2024-09-21T04:20:39.372 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-09-21T04:20:39.375 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../085-python3-pyasn1_0.4.8-1_all.deb ... 2024-09-21T04:20:39.382 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../110-python3-py_1.10.0-1_all.deb ... 2024-09-21T04:20:39.408 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-09-21T04:20:39.428 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-py (1.10.0-1) ... 2024-09-21T04:20:39.616 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-09-21T04:20:39.633 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../116-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-09-21T04:20:39.674 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-09-21T04:20:39.703 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-09-21T04:20:39.731 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../086-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-09-21T04:20:39.748 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-pygments. 2024-09-21T04:20:39.769 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-09-21T04:20:39.776 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../111-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-09-21T04:20:39.815 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-09-21T04:20:40.081 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-rsa. 2024-09-21T04:20:40.109 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../087-python3-rsa_4.8-1_all.deb ... 2024-09-21T04:20:40.147 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-rsa (4.8-1) ... 2024-09-21T04:20:40.238 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-pyinotify. 2024-09-21T04:20:40.266 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../112-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-09-21T04:20:40.296 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-09-21T04:20:40.453 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package radosgw. 2024-09-21T04:20:40.468 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-google-auth. 2024-09-21T04:20:40.482 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../117-radosgw_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:20:40.496 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../088-python3-google-auth_1.5.1-3_all.deb ... 2024-09-21T04:20:40.519 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking radosgw (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:40.534 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-09-21T04:20:40.573 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-toml. 2024-09-21T04:20:40.590 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../113-python3-toml_0.10.2-1_all.deb ... 2024-09-21T04:20:40.623 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-09-21T04:20:40.854 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-09-21T04:20:40.882 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../089-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-09-21T04:20:40.919 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-pytest. 2024-09-21T04:20:40.929 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-21T04:20:40.946 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../114-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-09-21T04:20:40.985 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-09-21T04:20:41.207 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-websocket. 2024-09-21T04:20:41.235 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../090-python3-websocket_1.2.3-1_all.deb ... 2024-09-21T04:20:41.265 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-09-21T04:20:41.355 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-simplejson. 2024-09-21T04:20:41.383 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../115-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-09-21T04:20:41.414 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package rbd-fuse. 2024-09-21T04:20:41.422 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-09-21T04:20:41.431 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../118-rbd-fuse_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:20:41.464 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking rbd-fuse (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:41.585 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-kubernetes. 2024-09-21T04:20:41.614 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../091-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-09-21T04:20:41.652 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-21T04:20:41.716 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-09-21T04:20:41.744 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../116-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-09-21T04:20:41.745 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-09-21T04:20:41.783 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-09-21T04:20:42.003 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-21T04:20:42.129 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up nvme-cli (1.16-3ubuntu0.3) ... 2024-09-21T04:20:42.283 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-09-21T04:20:42.312 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../092-ceph-mgr-k8sevents_19.3.0-5103-gf36283e7-1jammy_all.deb ... 2024-09-21T04:20:42.349 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking ceph-mgr-k8sevents (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:42.397 INFO:teuthology.orchestra.run.smithi032.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-09-21T04:20:42.537 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package radosgw. 2024-09-21T04:20:42.565 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../117-radosgw_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:20:42.603 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking radosgw (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:42.643 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package libonig5:amd64. 2024-09-21T04:20:42.672 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../093-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-09-21T04:20:42.702 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-21T04:20:42.754 INFO:teuthology.orchestra.run.smithi032.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-09-21T04:20:43.030 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package libjq1:amd64. 2024-09-21T04:20:43.059 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../094-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-09-21T04:20:43.113 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-21T04:20:43.168 INFO:teuthology.orchestra.run.smithi032.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-09-21T04:20:43.231 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up cephadm (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:43.366 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package jq. 2024-09-21T04:20:43.394 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../095-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-09-21T04:20:43.432 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-09-21T04:20:43.532 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package rbd-fuse. 2024-09-21T04:20:43.548 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../118-rbd-fuse_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:20:43.581 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking rbd-fuse (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:43.685 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package socat. 2024-09-21T04:20:43.702 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../096-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-09-21T04:20:43.730 INFO:teuthology.orchestra.run.smithi032.stdout:Adding system user cephadm....done 2024-09-21T04:20:43.743 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-09-21T04:20:43.858 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-09-21T04:20:43.887 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-21T04:20:44.022 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package xmlstarlet. 2024-09-21T04:20:44.039 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../097-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-09-21T04:20:44.071 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-09-21T04:20:44.129 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-21T04:20:44.171 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-09-21T04:20:44.246 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up nvme-cli (1.16-3ubuntu0.3) ... 2024-09-21T04:20:44.406 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-09-21T04:20:44.409 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package ceph-test. 2024-09-21T04:20:44.426 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../098-ceph-test_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:20:44.467 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking ceph-test (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:44.490 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-09-21T04:20:44.531 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-09-21T04:20:44.791 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-09-21T04:20:44.827 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-09-21T04:20:45.067 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-09-21T04:20:45.168 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up python3-py (1.10.0-1) ... 2024-09-21T04:20:45.249 INFO:teuthology.orchestra.run.smithi204.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-09-21T04:20:45.462 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-09-21T04:20:45.556 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up cephadm (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:45.830 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-09-21T04:20:46.098 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-09-21T04:20:46.115 INFO:teuthology.orchestra.run.smithi204.stdout:Adding system user cephadm....done 2024-09-21T04:20:46.271 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-21T04:20:46.374 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-09-21T04:20:46.539 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-09-21T04:20:46.617 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-09-21T04:20:46.680 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package ceph-volume. 2024-09-21T04:20:46.709 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../099-ceph-volume_19.3.0-5103-gf36283e7-1jammy_all.deb ... 2024-09-21T04:20:46.747 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking ceph-volume (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:46.782 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-09-21T04:20:46.869 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-09-21T04:20:46.908 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-09-21T04:20:47.034 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package libcephfs-dev. 2024-09-21T04:20:47.063 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../100-libcephfs-dev_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:20:47.100 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking libcephfs-dev (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:47.120 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-09-21T04:20:47.167 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-09-21T04:20:47.361 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package lua-socket:amd64. 2024-09-21T04:20:47.379 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up python3-ceph-argparse (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:47.390 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../101-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-09-21T04:20:47.419 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-21T04:20:47.435 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-09-21T04:20:47.562 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-py (1.10.0-1) ... 2024-09-21T04:20:47.705 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-21T04:20:47.758 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package lua-sec:amd64. 2024-09-21T04:20:47.786 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../102-lua-sec_1.0.2-1_amd64.deb ... 2024-09-21T04:20:47.824 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-09-21T04:20:47.831 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up libnbd0 (1.10.5-1) ... 2024-09-21T04:20:47.863 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-09-21T04:20:47.957 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-21T04:20:48.058 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-09-21T04:20:48.170 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package nvme-cli. 2024-09-21T04:20:48.184 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-09-21T04:20:48.198 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../103-nvme-cli_1.16-3ubuntu0.3_amd64.deb ... 2024-09-21T04:20:48.224 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-09-21T04:20:48.236 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking nvme-cli (1.16-3ubuntu0.3) ... 2024-09-21T04:20:48.483 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-09-21T04:20:48.485 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-09-21T04:20:48.625 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package pkg-config. 2024-09-21T04:20:48.653 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../104-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-09-21T04:20:48.691 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-09-21T04:20:48.759 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-09-21T04:20:48.850 INFO:teuthology.orchestra.run.smithi032.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-09-21T04:20:48.883 INFO:teuthology.orchestra.run.smithi032.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-09-21T04:20:48.944 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-09-21T04:20:48.947 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-21T04:20:48.961 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../105-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-09-21T04:20:49.002 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-09-21T04:20:49.003 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-09-21T04:20:49.073 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-09-21T04:20:49.254 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-09-21T04:20:49.424 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-21T04:20:49.430 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-iniconfig. 2024-09-21T04:20:49.459 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../106-python3-iniconfig_1.1.1-2_all.deb ... 2024-09-21T04:20:49.496 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-09-21T04:20:49.522 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-09-21T04:20:49.533 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-09-21T04:20:49.764 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-ceph-argparse (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:49.793 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-09-21T04:20:49.808 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-pastescript. 2024-09-21T04:20:49.836 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../107-python3-pastescript_2.0.2-4_all.deb ... 2024-09-21T04:20:49.874 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-09-21T04:20:50.007 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-21T04:20:50.052 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-09-21T04:20:50.133 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up libnbd0 (1.10.5-1) ... 2024-09-21T04:20:50.194 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-pluggy. 2024-09-21T04:20:50.211 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../108-python3-pluggy_0.13.0-7.1_all.deb ... 2024-09-21T04:20:50.253 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-09-21T04:20:50.260 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-21T04:20:50.354 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up zip (3.0-12build2) ... 2024-09-21T04:20:50.410 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-09-21T04:20:50.480 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-09-21T04:20:50.537 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-09-21T04:20:50.556 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-psutil. 2024-09-21T04:20:50.584 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../109-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-09-21T04:20:50.622 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-09-21T04:20:50.805 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-09-21T04:20:50.967 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-py. 2024-09-21T04:20:50.995 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../110-python3-py_1.10.0-1_all.deb ... 2024-09-21T04:20:51.042 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-py (1.10.0-1) ... 2024-09-21T04:20:51.165 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-09-21T04:20:51.188 INFO:teuthology.orchestra.run.smithi204.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-09-21T04:20:51.220 INFO:teuthology.orchestra.run.smithi204.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-09-21T04:20:51.283 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-21T04:20:51.362 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-pygments. 2024-09-21T04:20:51.390 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../111-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-09-21T04:20:51.401 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-09-21T04:20:51.408 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-09-21T04:20:51.428 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-09-21T04:20:51.525 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-09-21T04:20:51.626 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-21T04:20:51.777 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-21T04:20:51.841 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-pyinotify. 2024-09-21T04:20:51.870 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../112-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-09-21T04:20:51.899 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-09-21T04:20:51.903 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-09-21T04:20:51.919 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-09-21T04:20:52.171 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-09-21T04:20:52.201 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-toml. 2024-09-21T04:20:52.230 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../113-python3-toml_0.10.2-1_all.deb ... 2024-09-21T04:20:52.268 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-09-21T04:20:52.312 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-09-21T04:20:52.422 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-09-21T04:20:52.563 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-09-21T04:20:52.571 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-pytest. 2024-09-21T04:20:52.600 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../114-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-09-21T04:20:52.637 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-09-21T04:20:52.732 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up zip (3.0-12build2) ... 2024-09-21T04:20:52.833 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-09-21T04:20:52.973 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-21T04:20:52.991 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-simplejson. 2024-09-21T04:20:53.020 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../115-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-09-21T04:20:53.057 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-09-21T04:20:53.258 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-21T04:20:53.327 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-09-21T04:20:53.344 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../116-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-09-21T04:20:53.385 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-09-21T04:20:53.485 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-09-21T04:20:53.609 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-09-21T04:20:53.761 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-09-21T04:20:53.869 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-09-21T04:20:53.887 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-09-21T04:20:54.012 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up python3-ceph-common (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:54.013 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-21T04:20:54.081 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package radosgw. 2024-09-21T04:20:54.109 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../117-radosgw_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:20:54.139 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking radosgw (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:54.331 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-09-21T04:20:54.346 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up python3-idna (3.3-1ubuntu0.1) ... 2024-09-21T04:20:54.707 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-09-21T04:20:54.756 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-21T04:20:54.950 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-09-21T04:20:55.100 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package rbd-fuse. 2024-09-21T04:20:55.119 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../118-rbd-fuse_19.3.0-5103-gf36283e7-1jammy_amd64.deb ... 2024-09-21T04:20:55.150 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking rbd-fuse (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:55.319 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-21T04:20:55.430 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-09-21T04:20:55.603 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-21T04:20:55.680 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-21T04:20:55.806 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up nvme-cli (1.16-3ubuntu0.3) ... 2024-09-21T04:20:55.938 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-09-21T04:20:55.987 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-09-21T04:20:56.066 INFO:teuthology.orchestra.run.smithi028.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-09-21T04:20:56.189 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-09-21T04:20:56.238 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-21T04:20:56.299 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-ceph-common (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:56.373 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up python3-toml (0.10.2-1) ... 2024-09-21T04:20:56.415 INFO:teuthology.orchestra.run.smithi028.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-09-21T04:20:56.600 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-idna (3.3-1ubuntu0.1) ... 2024-09-21T04:20:56.640 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-21T04:20:56.750 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-09-21T04:20:56.859 INFO:teuthology.orchestra.run.smithi028.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-09-21T04:20:56.867 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-21T04:20:56.925 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up cephadm (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:20:56.926 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-21T04:20:57.177 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-09-21T04:20:57.445 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-09-21T04:20:57.466 INFO:teuthology.orchestra.run.smithi028.stdout:Adding system user cephadm....done 2024-09-21T04:20:57.623 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-21T04:20:57.705 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-21T04:20:57.831 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-09-21T04:20:57.915 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-09-21T04:20:58.133 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-09-21T04:20:58.140 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-09-21T04:20:58.166 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-09-21T04:20:58.293 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-09-21T04:20:58.351 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-21T04:20:58.383 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-09-21T04:20:58.494 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-toml (0.10.2-1) ... 2024-09-21T04:20:58.552 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-09-21T04:20:58.626 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-09-21T04:20:58.761 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-21T04:20:58.803 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-09-21T04:20:58.869 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-09-21T04:20:58.871 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-09-21T04:20:58.921 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-py (1.10.0-1) ... 2024-09-21T04:20:58.989 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-21T04:20:59.128 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-09-21T04:20:59.231 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-09-21T04:20:59.282 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-09-21T04:20:59.396 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-21T04:20:59.525 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-09-21T04:20:59.547 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-09-21T04:20:59.599 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-09-21T04:20:59.767 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-21T04:20:59.832 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-21T04:20:59.859 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-09-21T04:20:59.894 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-09-21T04:20:59.958 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-21T04:21:00.127 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-09-21T04:21:00.187 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-09-21T04:21:00.250 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-21T04:21:00.378 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-09-21T04:21:00.430 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-09-21T04:21:00.551 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-09-21T04:21:00.638 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-09-21T04:21:00.689 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-09-21T04:21:00.889 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-09-21T04:21:00.950 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-09-21T04:21:01.078 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-21T04:21:01.156 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-ceph-argparse (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:01.183 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-09-21T04:21:01.221 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-09-21T04:21:01.346 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-09-21T04:21:01.424 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-21T04:21:01.434 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-21T04:21:01.435 INFO:teuthology.orchestra.run.smithi032.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-09-21T04:21:01.525 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up libnbd0 (1.10.5-1) ... 2024-09-21T04:21:01.569 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-09-21T04:21:01.643 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-21T04:21:01.673 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-21T04:21:01.769 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-09-21T04:21:01.791 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-09-21T04:21:01.845 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-21T04:21:01.920 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-09-21T04:21:01.946 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-21T04:21:02.167 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-09-21T04:21:02.179 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-09-21T04:21:02.239 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-21T04:21:02.435 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up lua-any (27ubuntu1) ... 2024-09-21T04:21:02.540 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-09-21T04:21:02.555 INFO:teuthology.orchestra.run.smithi028.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-09-21T04:21:02.561 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up python3-portend (3.0.0-1) ... 2024-09-21T04:21:02.586 INFO:teuthology.orchestra.run.smithi028.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-09-21T04:21:02.658 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-21T04:21:02.784 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-09-21T04:21:02.791 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-21T04:21:02.837 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-21T04:21:02.917 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-09-21T04:21:02.963 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-21T04:21:03.044 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-09-21T04:21:03.133 INFO:teuthology.orchestra.run.smithi204.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-09-21T04:21:03.152 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-21T04:21:03.278 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-09-21T04:21:03.306 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-09-21T04:21:03.370 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-21T04:21:03.472 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-09-21T04:21:03.554 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-09-21T04:21:03.599 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-21T04:21:03.813 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-09-21T04:21:03.857 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-09-21T04:21:03.858 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-09-21T04:21:03.984 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up python3-rsa (4.8-1) ... 2024-09-21T04:21:04.124 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up lua-any (27ubuntu1) ... 2024-09-21T04:21:04.140 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up zip (3.0-12build2) ... 2024-09-21T04:21:04.250 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-portend (3.0.0-1) ... 2024-09-21T04:21:04.252 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-09-21T04:21:04.257 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-09-21T04:21:04.527 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-21T04:21:04.624 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-21T04:21:04.653 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-21T04:21:04.884 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-09-21T04:21:04.976 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-09-21T04:21:04.987 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-09-21T04:21:05.244 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-09-21T04:21:05.277 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-09-21T04:21:05.288 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-21T04:21:05.370 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-09-21T04:21:05.496 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-21T04:21:05.548 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-09-21T04:21:05.570 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-09-21T04:21:05.649 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-rsa (4.8-1) ... 2024-09-21T04:21:05.797 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-09-21T04:21:05.909 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-09-21T04:21:05.965 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-21T04:21:06.083 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up librados2 (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:06.184 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up libsqlite3-mod-ceph (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:06.262 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-21T04:21:06.301 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-09-21T04:21:06.323 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-09-21T04:21:06.505 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-09-21T04:21:06.566 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-09-21T04:21:06.637 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up libcephfs2 (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:06.763 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up libradosstriper1 (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:06.865 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-09-21T04:21:06.898 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-09-21T04:21:06.951 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-21T04:21:07.142 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-09-21T04:21:07.183 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up librbd1 (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:07.252 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-21T04:21:07.309 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up ceph-mgr-modules-core (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:07.435 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up ceph-fuse (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:07.470 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-21T04:21:07.596 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up librados2 (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:07.604 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-09-21T04:21:07.654 INFO:teuthology.orchestra.run.smithi032.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-21T04:21:07.654 INFO:teuthology.orchestra.run.smithi032.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-21T04:21:07.722 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up libsqlite3-mod-ceph (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:07.840 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-09-21T04:21:07.855 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-09-21T04:21:07.989 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-ceph-common (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:08.170 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up libcephfs-dev (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:08.193 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up libcephfs2 (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:08.297 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up python3-rados (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:08.315 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-idna (3.3-1ubuntu0.1) ... 2024-09-21T04:21:08.319 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up libradosstriper1 (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:08.445 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-09-21T04:21:08.642 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-21T04:21:08.713 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up librbd1 (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:08.823 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up librgw2 (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:08.839 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-mgr-modules-core (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:08.941 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-21T04:21:08.948 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-fuse (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:09.142 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-21T04:21:09.142 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-21T04:21:09.616 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up libcephfs-dev (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:09.734 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-rados (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:09.823 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-09-21T04:21:09.861 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up librgw2 (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:09.986 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-21T04:21:10.083 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-21T04:21:10.128 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up python3-rbd (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:10.217 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-toml (0.10.2-1) ... 2024-09-21T04:21:10.254 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up rbd-fuse (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:10.389 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up python3-rgw (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:10.485 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-21T04:21:10.611 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-09-21T04:21:10.676 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up python3-cephfs (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:10.737 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-21T04:21:10.802 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up ceph-common (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:11.030 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-09-21T04:21:11.182 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-rbd (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:11.298 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-09-21T04:21:11.308 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up rbd-fuse (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:11.379 INFO:teuthology.orchestra.run.smithi032.stdout:Adding group ceph....done 2024-09-21T04:21:11.435 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-rgw (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:11.541 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-21T04:21:11.569 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-cephfs (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:11.667 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-09-21T04:21:11.695 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-common (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:11.756 INFO:teuthology.orchestra.run.smithi032.stdout:Adding system user ceph....done 2024-09-21T04:21:11.890 INFO:teuthology.orchestra.run.smithi032.stdout:Setting system user ceph properties....done 2024-09-21T04:21:11.902 INFO:teuthology.orchestra.run.smithi032.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-09-21T04:21:11.977 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-09-21T04:21:12.054 INFO:teuthology.orchestra.run.smithi032.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-09-21T04:21:12.179 INFO:teuthology.orchestra.run.smithi204.stdout:Adding group ceph....done 2024-09-21T04:21:12.236 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-09-21T04:21:12.418 INFO:teuthology.orchestra.run.smithi032.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-09-21T04:21:12.504 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-09-21T04:21:12.590 INFO:teuthology.orchestra.run.smithi204.stdout:Adding system user ceph....done 2024-09-21T04:21:12.755 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-09-21T04:21:12.759 INFO:teuthology.orchestra.run.smithi204.stdout:Setting system user ceph properties....done 2024-09-21T04:21:12.774 INFO:teuthology.orchestra.run.smithi204.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-09-21T04:21:12.904 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up ceph-test (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:12.914 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-09-21T04:21:13.023 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-09-21T04:21:13.038 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up radosgw (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:13.204 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-09-21T04:21:13.291 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-21T04:21:13.417 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-09-21T04:21:13.533 INFO:teuthology.orchestra.run.smithi032.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-21T04:21:13.533 INFO:teuthology.orchestra.run.smithi032.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-21T04:21:13.639 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-test (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:13.718 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-21T04:21:13.765 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up radosgw (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:13.844 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-21T04:21:14.007 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up ceph-base (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:14.145 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-21T04:21:14.238 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-21T04:21:14.238 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-21T04:21:14.337 INFO:teuthology.orchestra.run.smithi032.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-09-21T04:21:14.446 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-09-21T04:21:14.709 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-base (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:14.723 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-21T04:21:14.843 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up ceph-mds (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:14.848 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-09-21T04:21:14.975 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-09-21T04:21:15.063 INFO:teuthology.orchestra.run.smithi028.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-09-21T04:21:15.069 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-09-21T04:21:15.080 INFO:teuthology.orchestra.run.smithi032.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-21T04:21:15.080 INFO:teuthology.orchestra.run.smithi032.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-21T04:21:15.301 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-21T04:21:15.427 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-09-21T04:21:15.528 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up ceph-mgr (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:15.553 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-mds (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:15.732 INFO:teuthology.orchestra.run.smithi032.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-21T04:21:15.732 INFO:teuthology.orchestra.run.smithi032.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-21T04:21:15.779 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-21T04:21:15.779 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-21T04:21:15.829 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-09-21T04:21:16.097 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up lua-any (27ubuntu1) ... 2024-09-21T04:21:16.174 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up ceph-osd (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:16.231 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-portend (3.0.0-1) ... 2024-09-21T04:21:16.348 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-mgr (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:16.429 INFO:teuthology.orchestra.run.smithi032.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-21T04:21:16.429 INFO:teuthology.orchestra.run.smithi032.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-21T04:21:16.490 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-21T04:21:16.617 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-21T04:21:16.843 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-21T04:21:16.843 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-21T04:21:16.917 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up ceph-mgr-k8sevents (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:16.934 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-09-21T04:21:17.043 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up ceph-mgr-diskprediction-local (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:17.177 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up ceph-mon (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:17.235 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-21T04:21:17.290 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-osd (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:17.395 INFO:teuthology.orchestra.run.smithi032.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-21T04:21:17.395 INFO:teuthology.orchestra.run.smithi032.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-21T04:21:17.512 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-09-21T04:21:17.574 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-21T04:21:17.574 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-21T04:21:17.638 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-rsa (4.8-1) ... 2024-09-21T04:21:17.854 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up ceph-mgr-cephadm (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:17.897 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-09-21T04:21:17.988 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up ceph (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:18.025 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-mgr-k8sevents (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:18.131 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up ceph-mgr-dashboard (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:18.151 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-mgr-diskprediction-local (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:18.274 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up ceph-volume (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:18.277 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-21T04:21:18.303 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-mon (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:18.511 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-21T04:21:18.511 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-21T04:21:18.554 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-09-21T04:21:18.643 INFO:teuthology.orchestra.run.smithi032.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-09-21T04:21:18.753 INFO:teuthology.orchestra.run.smithi032.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-09-21T04:21:18.905 INFO:teuthology.orchestra.run.smithi032.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-09-21T04:21:18.939 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-09-21T04:21:18.946 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-mgr-cephadm (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:19.071 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:19.198 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-mgr-dashboard (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:19.223 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-09-21T04:21:19.340 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-volume (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:19.568 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-21T04:21:19.694 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up librados2 (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:19.735 INFO:teuthology.orchestra.run.smithi204.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-09-21T04:21:19.828 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up libsqlite3-mod-ceph (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:19.870 INFO:teuthology.orchestra.run.smithi204.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-09-21T04:21:19.954 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-09-21T04:21:19.973 INFO:teuthology.orchestra.run.smithi032.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-09-21T04:21:20.022 INFO:teuthology.orchestra.run.smithi204.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-09-21T04:21:20.290 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up libcephfs2 (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:20.392 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up libradosstriper1 (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:20.493 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-09-21T04:21:20.659 INFO:teuthology.orchestra.run.smithi032.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-09-21T04:21:20.664 DEBUG:teuthology.parallel:result is None 2024-09-21T04:21:20.769 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up librbd1 (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:20.895 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up ceph-mgr-modules-core (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:21.021 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up ceph-fuse (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:21.057 INFO:teuthology.orchestra.run.smithi204.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-09-21T04:21:21.243 INFO:teuthology.orchestra.run.smithi028.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-21T04:21:21.243 INFO:teuthology.orchestra.run.smithi028.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-21T04:21:21.709 INFO:teuthology.orchestra.run.smithi204.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-09-21T04:21:21.714 DEBUG:teuthology.parallel:result is None 2024-09-21T04:21:21.766 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up libcephfs-dev (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:21.890 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-rados (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:22.016 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up librgw2 (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:22.142 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-21T04:21:23.446 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-rbd (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:23.572 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up rbd-fuse (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:23.698 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-rgw (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:23.816 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-cephfs (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:23.925 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up ceph-common (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:24.443 INFO:teuthology.orchestra.run.smithi028.stdout:Adding group ceph....done 2024-09-21T04:21:24.812 INFO:teuthology.orchestra.run.smithi028.stdout:Adding system user ceph....done 2024-09-21T04:21:24.972 INFO:teuthology.orchestra.run.smithi028.stdout:Setting system user ceph properties....done 2024-09-21T04:21:24.987 INFO:teuthology.orchestra.run.smithi028.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-09-21T04:21:25.130 INFO:teuthology.orchestra.run.smithi028.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-09-21T04:21:25.484 INFO:teuthology.orchestra.run.smithi028.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-09-21T04:21:25.993 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up ceph-test (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:26.119 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up radosgw (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:26.608 INFO:teuthology.orchestra.run.smithi028.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-21T04:21:26.608 INFO:teuthology.orchestra.run.smithi028.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-21T04:21:27.088 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up ceph-base (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:27.451 INFO:teuthology.orchestra.run.smithi028.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-09-21T04:21:27.940 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up ceph-mds (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:28.181 INFO:teuthology.orchestra.run.smithi028.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-21T04:21:28.343 INFO:teuthology.orchestra.run.smithi028.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-21T04:21:28.683 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up ceph-mgr (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:28.892 INFO:teuthology.orchestra.run.smithi028.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-21T04:21:28.892 INFO:teuthology.orchestra.run.smithi028.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-21T04:21:29.343 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up ceph-osd (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:29.618 INFO:teuthology.orchestra.run.smithi028.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-21T04:21:29.618 INFO:teuthology.orchestra.run.smithi028.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-21T04:21:30.111 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up ceph-mgr-k8sevents (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:30.237 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up ceph-mgr-diskprediction-local (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:30.388 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up ceph-mon (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:30.632 INFO:teuthology.orchestra.run.smithi028.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-21T04:21:30.632 INFO:teuthology.orchestra.run.smithi028.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-21T04:21:31.139 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up ceph-mgr-cephadm (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:31.265 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up ceph (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:31.392 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up ceph-mgr-dashboard (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:31.534 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up ceph-volume (19.3.0-5103-gf36283e7-1jammy) ... 2024-09-21T04:21:32.175 INFO:teuthology.orchestra.run.smithi028.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-09-21T04:21:32.267 INFO:teuthology.orchestra.run.smithi028.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-09-21T04:21:32.419 INFO:teuthology.orchestra.run.smithi028.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-09-21T04:21:33.461 INFO:teuthology.orchestra.run.smithi028.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-09-21T04:21:34.130 INFO:teuthology.orchestra.run.smithi028.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-09-21T04:21:34.136 DEBUG:teuthology.parallel:result is None 2024-09-21T04:21:34.137 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 2024-09-21T04:21:34.283 DEBUG:teuthology.orchestra.run.smithi028:> dpkg-query -W -f '${Version}' ceph 2024-09-21T04:21:34.303 INFO:teuthology.orchestra.run.smithi028.stdout:19.3.0-5103-gf36283e7-1jammy 2024-09-21T04:21:34.303 INFO:teuthology.packaging:The installed version of ceph is 19.3.0-5103-gf36283e7-1jammy 2024-09-21T04:21:34.303 INFO:teuthology.task.install:The correct ceph version 19.3.0-5103-gf36283e7-1jammy is installed. 2024-09-21T04:21:34.305 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 2024-09-21T04:21:34.451 DEBUG:teuthology.orchestra.run.smithi032:> dpkg-query -W -f '${Version}' ceph 2024-09-21T04:21:34.471 INFO:teuthology.orchestra.run.smithi032.stdout:19.3.0-5103-gf36283e7-1jammy 2024-09-21T04:21:34.471 INFO:teuthology.packaging:The installed version of ceph is 19.3.0-5103-gf36283e7-1jammy 2024-09-21T04:21:34.471 INFO:teuthology.task.install:The correct ceph version 19.3.0-5103-gf36283e7-1jammy is installed. 2024-09-21T04:21:34.473 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 2024-09-21T04:21:34.611 DEBUG:teuthology.orchestra.run.smithi204:> dpkg-query -W -f '${Version}' ceph 2024-09-21T04:21:34.630 INFO:teuthology.orchestra.run.smithi204.stdout:19.3.0-5103-gf36283e7-1jammy 2024-09-21T04:21:34.631 INFO:teuthology.packaging:The installed version of ceph is 19.3.0-5103-gf36283e7-1jammy 2024-09-21T04:21:34.631 INFO:teuthology.task.install:The correct ceph version 19.3.0-5103-gf36283e7-1jammy is installed. 2024-09-21T04:21:34.633 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-09-21T04:21:34.634 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-09-21T04:21:34.634 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-21T04:21:34.649 DEBUG:teuthology.orchestra.run.smithi032:> set -ex 2024-09-21T04:21:34.649 DEBUG:teuthology.orchestra.run.smithi032:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-21T04:21:34.664 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-09-21T04:21:34.664 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-21T04:21:34.688 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-09-21T04:21:34.688 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-09-21T04:21:34.688 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd of=/usr/bin/daemon-helper 2024-09-21T04:21:34.705 DEBUG:teuthology.orchestra.run.smithi028:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-21T04:21:34.761 DEBUG:teuthology.orchestra.run.smithi032:> set -ex 2024-09-21T04:21:34.761 DEBUG:teuthology.orchestra.run.smithi032:> sudo dd of=/usr/bin/daemon-helper 2024-09-21T04:21:34.775 DEBUG:teuthology.orchestra.run.smithi032:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-21T04:21:34.830 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-09-21T04:21:34.830 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/usr/bin/daemon-helper 2024-09-21T04:21:34.843 DEBUG:teuthology.orchestra.run.smithi204:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-21T04:21:34.898 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-09-21T04:21:34.898 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-09-21T04:21:34.898 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-21T04:21:34.912 DEBUG:teuthology.orchestra.run.smithi028:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-21T04:21:34.965 DEBUG:teuthology.orchestra.run.smithi032:> set -ex 2024-09-21T04:21:34.965 DEBUG:teuthology.orchestra.run.smithi032:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-21T04:21:34.979 DEBUG:teuthology.orchestra.run.smithi032:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-21T04:21:35.033 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-09-21T04:21:35.033 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-21T04:21:35.047 DEBUG:teuthology.orchestra.run.smithi204:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-21T04:21:35.103 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-09-21T04:21:35.103 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-09-21T04:21:35.103 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd of=/usr/bin/stdin-killer 2024-09-21T04:21:35.117 DEBUG:teuthology.orchestra.run.smithi028:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-21T04:21:35.173 DEBUG:teuthology.orchestra.run.smithi032:> set -ex 2024-09-21T04:21:35.174 DEBUG:teuthology.orchestra.run.smithi032:> sudo dd of=/usr/bin/stdin-killer 2024-09-21T04:21:35.188 DEBUG:teuthology.orchestra.run.smithi032:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-21T04:21:35.242 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-09-21T04:21:35.242 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/usr/bin/stdin-killer 2024-09-21T04:21:35.256 DEBUG:teuthology.orchestra.run.smithi204:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-21T04:21:35.310 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-21T04:21:35.403 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': 'f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2'} 2024-09-21T04:21:35.404 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 2024-09-21T04:21:35.404 INFO:tasks.cephadm:Cluster fsid is fd0b2732-77d0-11ef-baf5-efdc52797490 2024-09-21T04:21:35.404 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-21T04:21:35.404 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.28', 'mon.b': '172.21.15.32', 'mon.c': '172.21.15.204'} 2024-09-21T04:21:35.404 INFO:tasks.cephadm:First mon is mon.a on smithi028 2024-09-21T04:21:35.405 INFO:tasks.cephadm:First mgr is a 2024-09-21T04:21:35.405 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-21T04:21:35.405 DEBUG:teuthology.orchestra.run.smithi028:> sudo hostname $(hostname -s) 2024-09-21T04:21:35.419 DEBUG:teuthology.orchestra.run.smithi032:> sudo hostname $(hostname -s) 2024-09-21T04:21:35.434 DEBUG:teuthology.orchestra.run.smithi204:> sudo hostname $(hostname -s) 2024-09-21T04:21:35.448 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-09-21T04:21:35.448 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 2024-09-21T04:21:35.590 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2', '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/83198/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.3.0-5103-gf36283e7', 'node_name': '172.21.2.3+braggi03', '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-5103-gf36283e7-1jammy'}, 'url': 'https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-09-21 00:58:01.351577', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-guits-main-2024-09-20-2310', 'chacra_url': 'https://4.chacra.ceph.com/repos/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-09-21T04:21:35.737 INFO:tasks.util.chacra:got chacra host 4.chacra.ceph.com, ref wip-guits-main-2024-09-20-2310, sha1 f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 2024-09-21T04:21:35.738 INFO:tasks.cephadm:Discovered cachra url: https://4.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-09-21T04:21:35.739 INFO:tasks.cephadm:Downloading cephadm from url: https://4.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-09-21T04:21:35.739 DEBUG:teuthology.orchestra.run.smithi028:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-21T04:21:36.323 INFO:teuthology.orchestra.run.smithi028.stdout:-rw-rw-r-- 1 ubuntu ubuntu 811904 Sep 21 04:21 /home/ubuntu/cephtest/cephadm 2024-09-21T04:21:36.323 DEBUG:teuthology.orchestra.run.smithi032:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-21T04:21:36.925 INFO:teuthology.orchestra.run.smithi032.stdout:-rw-rw-r-- 1 ubuntu ubuntu 811904 Sep 21 04:21 /home/ubuntu/cephtest/cephadm 2024-09-21T04:21:36.925 DEBUG:teuthology.orchestra.run.smithi204:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-21T04:21:37.523 INFO:teuthology.orchestra.run.smithi204.stdout:-rw-rw-r-- 1 ubuntu ubuntu 811904 Sep 21 04:21 /home/ubuntu/cephtest/cephadm 2024-09-21T04:21:37.523 DEBUG:teuthology.orchestra.run.smithi028:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-21T04:21:37.531 DEBUG:teuthology.orchestra.run.smithi032:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-21T04:21:37.539 DEBUG:teuthology.orchestra.run.smithi204:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-21T04:21:37.556 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 on all hosts... 2024-09-21T04:21:37.557 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 pull 2024-09-21T04:21:37.574 DEBUG:teuthology.orchestra.run.smithi032:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 pull 2024-09-21T04:21:37.583 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 pull 2024-09-21T04:21:37.761 INFO:teuthology.orchestra.run.smithi028.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2... 2024-09-21T04:21:37.770 INFO:teuthology.orchestra.run.smithi032.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2... 2024-09-21T04:21:37.774 INFO:teuthology.orchestra.run.smithi204.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2... 2024-09-21T04:22:43.131 INFO:teuthology.orchestra.run.smithi028.stdout:{ 2024-09-21T04:22:43.131 INFO:teuthology.orchestra.run.smithi028.stdout: "ceph_version": "ceph version 19.3.0-5103-gf36283e7 (f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2) squid (dev)", 2024-09-21T04:22:43.131 INFO:teuthology.orchestra.run.smithi028.stdout: "image_id": "48ed0a2cf89d6d0371a2c6185a5869a747265f6abd5ac2a74f00cc32d5628721", 2024-09-21T04:22:43.131 INFO:teuthology.orchestra.run.smithi028.stdout: "repo_digests": [ 2024-09-21T04:22:43.131 INFO:teuthology.orchestra.run.smithi028.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2195e5f178be0a9390728e2a14088236d8fe6f82635f5c84418fe37a04457e00" 2024-09-21T04:22:43.131 INFO:teuthology.orchestra.run.smithi028.stdout: ] 2024-09-21T04:22:43.131 INFO:teuthology.orchestra.run.smithi028.stdout:} 2024-09-21T04:23:20.534 INFO:teuthology.orchestra.run.smithi204.stdout:{ 2024-09-21T04:23:20.534 INFO:teuthology.orchestra.run.smithi204.stdout: "ceph_version": "ceph version 19.3.0-5103-gf36283e7 (f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2) squid (dev)", 2024-09-21T04:23:20.534 INFO:teuthology.orchestra.run.smithi204.stdout: "image_id": "48ed0a2cf89d6d0371a2c6185a5869a747265f6abd5ac2a74f00cc32d5628721", 2024-09-21T04:23:20.534 INFO:teuthology.orchestra.run.smithi204.stdout: "repo_digests": [ 2024-09-21T04:23:20.534 INFO:teuthology.orchestra.run.smithi204.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2195e5f178be0a9390728e2a14088236d8fe6f82635f5c84418fe37a04457e00" 2024-09-21T04:23:20.534 INFO:teuthology.orchestra.run.smithi204.stdout: ] 2024-09-21T04:23:20.534 INFO:teuthology.orchestra.run.smithi204.stdout:} 2024-09-21T04:23:20.609 INFO:teuthology.orchestra.run.smithi032.stdout:{ 2024-09-21T04:23:20.609 INFO:teuthology.orchestra.run.smithi032.stdout: "ceph_version": "ceph version 19.3.0-5103-gf36283e7 (f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2) squid (dev)", 2024-09-21T04:23:20.609 INFO:teuthology.orchestra.run.smithi032.stdout: "image_id": "48ed0a2cf89d6d0371a2c6185a5869a747265f6abd5ac2a74f00cc32d5628721", 2024-09-21T04:23:20.610 INFO:teuthology.orchestra.run.smithi032.stdout: "repo_digests": [ 2024-09-21T04:23:20.610 INFO:teuthology.orchestra.run.smithi032.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2195e5f178be0a9390728e2a14088236d8fe6f82635f5c84418fe37a04457e00" 2024-09-21T04:23:20.610 INFO:teuthology.orchestra.run.smithi032.stdout: ] 2024-09-21T04:23:20.610 INFO:teuthology.orchestra.run.smithi032.stdout:} 2024-09-21T04:23:20.660 DEBUG:teuthology.orchestra.run.smithi028:> sudo mkdir -p /etc/ceph 2024-09-21T04:23:20.674 DEBUG:teuthology.orchestra.run.smithi032:> sudo mkdir -p /etc/ceph 2024-09-21T04:23:20.689 DEBUG:teuthology.orchestra.run.smithi204:> sudo mkdir -p /etc/ceph 2024-09-21T04:23:20.703 DEBUG:teuthology.orchestra.run.smithi028:> sudo chmod 777 /etc/ceph 2024-09-21T04:23:20.729 DEBUG:teuthology.orchestra.run.smithi032:> sudo chmod 777 /etc/ceph 2024-09-21T04:23:20.743 DEBUG:teuthology.orchestra.run.smithi204:> sudo chmod 777 /etc/ceph 2024-09-21T04:23:20.758 INFO:tasks.cephadm:Writing seed config... 2024-09-21T04:23:20.759 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-09-21T04:23:20.759 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-21T04:23:20.759 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-21T04:23:20.759 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-09-21T04:23:20.760 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-21T04:23:20.760 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-21T04:23:20.760 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-21T04:23:20.760 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-21T04:23:20.760 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-21T04:23:20.760 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-09-21T04:23:20.760 DEBUG:teuthology.orchestra.run.smithi028:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-21T04:23:20.778 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 = fd0b2732-77d0-11ef-baf5-efdc52797490 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-21T04:23:20.778 DEBUG:teuthology.orchestra.run.smithi028:mon.a> sudo journalctl -f -n 0 -u ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@mon.a.service 2024-09-21T04:23:20.822 DEBUG:teuthology.orchestra.run.smithi028:mgr.a> sudo journalctl -f -n 0 -u ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@mgr.a.service 2024-09-21T04:23:20.866 INFO:tasks.cephadm:Bootstrapping... 2024-09-21T04:23:20.866 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 -v bootstrap --fsid fd0b2732-77d0-11ef-baf5-efdc52797490 --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.28 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-09-21T04:23:21.095 INFO:teuthology.orchestra.run.smithi028.stdout:-------------------------------------------------------------------------------- 2024-09-21T04:23:21.096 INFO:teuthology.orchestra.run.smithi028.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2', '-v', 'bootstrap', '--fsid', 'fd0b2732-77d0-11ef-baf5-efdc52797490', '--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.28', '--skip-admin-label'] 2024-09-21T04:23:21.096 INFO:teuthology.orchestra.run.smithi028.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-09-21T04:23:21.096 INFO:teuthology.orchestra.run.smithi028.stdout:Verifying podman|docker is present... 2024-09-21T04:23:21.096 INFO:teuthology.orchestra.run.smithi028.stdout:Verifying lvm2 is present... 2024-09-21T04:23:21.097 INFO:teuthology.orchestra.run.smithi028.stdout:Verifying time synchronization is in place... 2024-09-21T04:23:21.102 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-21T04:23:21.102 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-21T04:23:21.107 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-21T04:23:21.107 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stdout inactive 2024-09-21T04:23:21.111 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-09-21T04:23:21.111 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-09-21T04:23:21.114 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-09-21T04:23:21.114 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stdout inactive 2024-09-21T04:23:21.119 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-09-21T04:23:21.119 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stdout masked 2024-09-21T04:23:21.125 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-09-21T04:23:21.125 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stdout inactive 2024-09-21T04:23:21.130 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-09-21T04:23:21.130 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-09-21T04:23:21.134 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-09-21T04:23:21.135 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stdout inactive 2024-09-21T04:23:21.139 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stdout enabled 2024-09-21T04:23:21.143 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stdout active 2024-09-21T04:23:21.143 INFO:teuthology.orchestra.run.smithi028.stdout:Unit ntp.service is enabled and running 2024-09-21T04:23:21.144 INFO:teuthology.orchestra.run.smithi028.stdout:Repeating the final host check... 2024-09-21T04:23:21.144 INFO:teuthology.orchestra.run.smithi028.stdout:docker (/usr/bin/docker) is present 2024-09-21T04:23:21.144 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl is present 2024-09-21T04:23:21.144 INFO:teuthology.orchestra.run.smithi028.stdout:lvcreate is present 2024-09-21T04:23:21.147 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-21T04:23:21.147 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-21T04:23:21.150 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-21T04:23:21.150 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stdout inactive 2024-09-21T04:23:21.154 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-09-21T04:23:21.154 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-09-21T04:23:21.158 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-09-21T04:23:21.158 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stdout inactive 2024-09-21T04:23:21.162 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-09-21T04:23:21.162 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stdout masked 2024-09-21T04:23:21.165 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-09-21T04:23:21.166 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stdout inactive 2024-09-21T04:23:21.169 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-09-21T04:23:21.169 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-09-21T04:23:21.173 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-09-21T04:23:21.173 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stdout inactive 2024-09-21T04:23:21.177 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stdout enabled 2024-09-21T04:23:21.181 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stdout active 2024-09-21T04:23:21.181 INFO:teuthology.orchestra.run.smithi028.stdout:Unit ntp.service is enabled and running 2024-09-21T04:23:21.181 INFO:teuthology.orchestra.run.smithi028.stdout:Host looks OK 2024-09-21T04:23:21.181 INFO:teuthology.orchestra.run.smithi028.stdout:Cluster fsid: fd0b2732-77d0-11ef-baf5-efdc52797490 2024-09-21T04:23:21.181 INFO:teuthology.orchestra.run.smithi028.stdout:Acquiring lock 139753243174576 on /run/cephadm/fd0b2732-77d0-11ef-baf5-efdc52797490.lock 2024-09-21T04:23:21.182 INFO:teuthology.orchestra.run.smithi028.stdout:Lock 139753243174576 acquired on /run/cephadm/fd0b2732-77d0-11ef-baf5-efdc52797490.lock 2024-09-21T04:23:21.182 INFO:teuthology.orchestra.run.smithi028.stdout:Verifying IP 172.21.15.28 port 3300 ... 2024-09-21T04:23:21.182 INFO:teuthology.orchestra.run.smithi028.stdout:Verifying IP 172.21.15.28 port 6789 ... 2024-09-21T04:23:21.182 INFO:teuthology.orchestra.run.smithi028.stdout:Base mon IP(s) is [172.21.15.28:3300, 172.21.15.28:6789], mon addrv is [v2:172.21.15.28:3300,v1:172.21.15.28:6789] 2024-09-21T04:23:21.184 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 2024-09-21T04:23:21.184 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-09-21T04:23:21.184 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.28 2024-09-21T04:23:21.186 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-09-21T04:23:21.187 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-09-21T04:23:21.187 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1798sec hoplimit 64 pref medium 2024-09-21T04:23:21.188 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-09-21T04:23:21.189 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-09-21T04:23:21.189 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-21T04:23:21.189 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-09-21T04:23:21.189 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/sbin/ip: stdout inet6 fe80::ae1f:6bff:fea5:ca3c/64 scope link 2024-09-21T04:23:21.189 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-21T04:23:21.189 INFO:teuthology.orchestra.run.smithi028.stdout:Mon IP `172.21.15.28` is in CIDR network `172.21.0.0/20` 2024-09-21T04:23:21.190 INFO:teuthology.orchestra.run.smithi028.stdout:Mon IP `172.21.15.28` is in CIDR network `172.21.0.0/20` 2024-09-21T04:23:21.190 INFO:teuthology.orchestra.run.smithi028.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-09-21T04:23:21.190 INFO:teuthology.orchestra.run.smithi028.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-09-21T04:23:21.190 INFO:teuthology.orchestra.run.smithi028.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2... 2024-09-21T04:23:21.421 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/docker: stdout f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2: Pulling from ceph-ci/ceph 2024-09-21T04:23:21.421 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/docker: stdout Digest: sha256:2195e5f178be0a9390728e2a14088236d8fe6f82635f5c84418fe37a04457e00 2024-09-21T04:23:21.421 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 2024-09-21T04:23:21.421 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 2024-09-21T04:23:22.923 INFO:teuthology.orchestra.run.smithi028.stdout:ceph: stdout ceph version 19.3.0-5103-gf36283e7 (f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2) squid (dev) 2024-09-21T04:23:22.923 INFO:teuthology.orchestra.run.smithi028.stdout:Ceph version: ceph version 19.3.0-5103-gf36283e7 (f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2) squid (dev) 2024-09-21T04:23:22.923 INFO:teuthology.orchestra.run.smithi028.stdout:Extracting ceph user uid/gid from container image... 2024-09-21T04:23:24.246 INFO:teuthology.orchestra.run.smithi028.stdout:stat: stdout 167 167 2024-09-21T04:23:24.246 INFO:teuthology.orchestra.run.smithi028.stdout:Creating initial keys... 2024-09-21T04:23:25.733 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-authtool: stdout AQA9Su5m77XDCRAAakTyepKS7xzAnobCRsic8Q== 2024-09-21T04:23:27.189 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-authtool: stdout AQA+Su5mj26kKxAAY9GbKl1vOUozXD+IhXTqrA== 2024-09-21T04:23:28.520 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-authtool: stdout AQA/Su5mylf5ORAAP+/z+7vKa2aQknZ29Cf2YQ== 2024-09-21T04:23:28.521 INFO:teuthology.orchestra.run.smithi028.stdout:Creating initial monmap... 2024-09-21T04:23:29.992 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-21T04:23:29.992 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-09-21T04:23:29.992 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to fd0b2732-77d0-11ef-baf5-efdc52797490 2024-09-21T04:23:29.992 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-21T04:23:29.992 INFO:teuthology.orchestra.run.smithi028.stdout:monmaptool for a [v2:172.21.15.28:3300,v1:172.21.15.28:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-21T04:23:29.992 INFO:teuthology.orchestra.run.smithi028.stdout:setting min_mon_release = quincy 2024-09-21T04:23:29.993 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/monmaptool: set fsid to fd0b2732-77d0-11ef-baf5-efdc52797490 2024-09-21T04:23:29.993 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-21T04:23:29.993 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-21T04:23:29.993 INFO:teuthology.orchestra.run.smithi028.stdout:Creating mon... 2024-09-21T04:23:31.375 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.853+0000 7f0d90990c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-21T04:23:31.375 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.853+0000 7f0d90990c80 1 imported monmap: 2024-09-21T04:23:31.375 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-09-21T04:23:31.375 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr fsid fd0b2732-77d0-11ef-baf5-efdc52797490 2024-09-21T04:23:31.375 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-09-21T04:23:29.422734+0000 2024-09-21T04:23:31.375 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr created 2024-09-21T04:23:29.422734+0000 2024-09-21T04:23:31.375 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-09-21T04:23:31.375 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-09-21T04:23:31.376 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon.a 2024-09-21T04:23:31.376 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T04:23:31.376 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.853+0000 7f0d90990c80 0 /usr/bin/ceph-mon: set fsid to fd0b2732-77d0-11ef-baf5-efdc52797490 2024-09-21T04:23:31.402 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: RocksDB version: 7.9.2 2024-09-21T04:23:31.402 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T04:23:31.402 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Git sha 0 2024-09-21T04:23:31.402 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Compile date 2024-09-20 23:32:13 2024-09-21T04:23:31.402 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: DB SUMMARY 2024-09-21T04:23:31.402 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T04:23:31.402 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: DB Session ID: ZPWCZLRIRD326JSKSGIN 2024-09-21T04:23:31.402 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T04:23:31.402 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-09-21T04:23:31.403 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T04:23:31.403 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-09-21T04:23:31.403 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T04:23:31.403 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.error_if_exists: 0 2024-09-21T04:23:31.403 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.create_if_missing: 1 2024-09-21T04:23:31.403 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.paranoid_checks: 1 2024-09-21T04:23:31.403 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-09-21T04:23:31.403 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-21T04:23:31.403 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-21T04:23:31.403 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.env: 0x55a46aaf4120 2024-09-21T04:23:31.403 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.fs: PosixFileSystem 2024-09-21T04:23:31.403 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.info_log: 0x55a46b68cbc0 2024-09-21T04:23:31.403 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-21T04:23:31.403 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.statistics: (nil) 2024-09-21T04:23:31.404 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.use_fsync: 0 2024-09-21T04:23:31.404 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.max_log_file_size: 0 2024-09-21T04:23:31.404 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-21T04:23:31.404 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-21T04:23:31.404 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-21T04:23:31.404 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-21T04:23:31.404 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.allow_fallocate: 1 2024-09-21T04:23:31.404 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-21T04:23:31.404 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-21T04:23:31.404 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.use_direct_reads: 0 2024-09-21T04:23:31.404 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-21T04:23:31.404 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.create_missing_column_families: 0 2024-09-21T04:23:31.404 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.db_log_dir: 2024-09-21T04:23:31.405 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.wal_dir: 2024-09-21T04:23:31.405 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-21T04:23:31.405 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-21T04:23:31.405 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-21T04:23:31.405 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-21T04:23:31.405 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-21T04:23:31.405 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-21T04:23:31.405 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.advise_random_on_open: 1 2024-09-21T04:23:31.405 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-21T04:23:31.405 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.write_buffer_manager: 0x55a46b685cc0 2024-09-21T04:23:31.405 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-21T04:23:31.405 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-21T04:23:31.405 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-21T04:23:31.405 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.rate_limiter: (nil) 2024-09-21T04:23:31.405 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-21T04:23:31.406 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-21T04:23:31.406 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-21T04:23:31.406 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-21T04:23:31.406 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.unordered_write: 0 2024-09-21T04:23:31.406 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-21T04:23:31.406 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-21T04:23:31.406 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-21T04:23:31.406 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-21T04:23:31.406 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.row_cache: None 2024-09-21T04:23:31.406 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.wal_filter: None 2024-09-21T04:23:31.406 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-21T04:23:31.406 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-21T04:23:31.406 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.two_write_queues: 0 2024-09-21T04:23:31.407 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.manual_wal_flush: 0 2024-09-21T04:23:31.407 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.wal_compression: 0 2024-09-21T04:23:31.407 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.atomic_flush: 0 2024-09-21T04:23:31.407 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-21T04:23:31.407 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-21T04:23:31.407 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-21T04:23:31.407 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.log_readahead_size: 0 2024-09-21T04:23:31.407 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-21T04:23:31.407 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-21T04:23:31.407 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-21T04:23:31.407 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-21T04:23:31.407 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-21T04:23:31.408 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-21T04:23:31.408 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-09-21T04:23:31.408 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.max_background_jobs: 2 2024-09-21T04:23:31.408 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.max_background_compactions: -1 2024-09-21T04:23:31.408 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.max_subcompactions: 1 2024-09-21T04:23:31.408 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-21T04:23:31.408 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-21T04:23:31.408 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-21T04:23:31.408 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.max_total_wal_size: 0 2024-09-21T04:23:31.408 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-21T04:23:31.408 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-21T04:23:31.408 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-21T04:23:31.408 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-21T04:23:31.408 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.max_open_files: -1 2024-09-21T04:23:31.409 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.bytes_per_sync: 0 2024-09-21T04:23:31.409 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-21T04:23:31.409 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-21T04:23:31.409 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-21T04:23:31.409 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.max_background_flushes: -1 2024-09-21T04:23:31.409 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Compression algorithms supported: 2024-09-21T04:23:31.409 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: kZSTD supported: 0 2024-09-21T04:23:31.409 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: kXpressCompression supported: 0 2024-09-21T04:23:31.409 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: kBZip2Compression supported: 0 2024-09-21T04:23:31.409 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-21T04:23:31.409 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: kLZ4Compression supported: 1 2024-09-21T04:23:31.409 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: kZlibCompression supported: 1 2024-09-21T04:23:31.409 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-21T04:23:31.410 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: kSnappyCompression supported: 1 2024-09-21T04:23:31.410 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-21T04:23:31.410 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-09-21T04:23:31.410 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-09-21T04:23:31.410 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T04:23:31.410 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-09-21T04:23:31.410 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T04:23:31.410 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-21T04:23:31.410 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T04:23:31.410 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-21T04:23:31.410 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.merge_operator: 2024-09-21T04:23:31.410 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.compaction_filter: None 2024-09-21T04:23:31.410 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.compaction_filter_factory: None 2024-09-21T04:23:31.411 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-21T04:23:31.411 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-21T04:23:31.411 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-21T04:23:31.411 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55a46b68c820) 2024-09-21T04:23:31.411 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-09-21T04:23:31.411 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-09-21T04:23:31.411 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-21T04:23:31.411 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-09-21T04:23:31.411 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-09-21T04:23:31.411 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-09-21T04:23:31.411 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-09-21T04:23:31.411 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-09-21T04:23:31.411 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-09-21T04:23:31.411 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-09-21T04:23:31.412 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x55a46b675610 2024-09-21T04:23:31.412 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-09-21T04:23:31.412 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-09-21T04:23:31.412 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-09-21T04:23:31.412 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-09-21T04:23:31.412 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-09-21T04:23:31.412 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-09-21T04:23:31.412 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-09-21T04:23:31.412 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-09-21T04:23:31.412 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-09-21T04:23:31.412 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-09-21T04:23:31.412 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-09-21T04:23:31.412 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-09-21T04:23:31.412 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-09-21T04:23:31.413 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-09-21T04:23:31.413 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-09-21T04:23:31.413 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-09-21T04:23:31.413 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-09-21T04:23:31.413 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-09-21T04:23:31.413 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-09-21T04:23:31.413 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-09-21T04:23:31.413 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-09-21T04:23:31.413 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-09-21T04:23:31.413 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-09-21T04:23:31.413 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-09-21T04:23:31.413 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-09-21T04:23:31.413 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-09-21T04:23:31.413 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T04:23:31.414 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-21T04:23:31.414 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-21T04:23:31.414 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.compression: NoCompression 2024-09-21T04:23:31.414 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-21T04:23:31.414 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-21T04:23:31.414 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-21T04:23:31.414 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.num_levels: 7 2024-09-21T04:23:31.414 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-21T04:23:31.414 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-21T04:23:31.414 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-21T04:23:31.414 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-21T04:23:31.414 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-21T04:23:31.414 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-21T04:23:31.414 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-21T04:23:31.415 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-21T04:23:31.415 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-21T04:23:31.415 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-21T04:23:31.415 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-21T04:23:31.415 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-21T04:23:31.415 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-21T04:23:31.415 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.compression_opts.level: 32767 2024-09-21T04:23:31.415 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-21T04:23:31.415 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-21T04:23:31.415 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-21T04:23:31.415 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-21T04:23:31.415 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-21T04:23:31.415 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.compression_opts.enabled: false 2024-09-21T04:23:31.415 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-21T04:23:31.416 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-21T04:23:31.416 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-21T04:23:31.416 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-21T04:23:31.416 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-21T04:23:31.416 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-21T04:23:31.416 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-21T04:23:31.416 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-21T04:23:31.416 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-21T04:23:31.416 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-21T04:23:31.416 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-21T04:23:31.416 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-21T04:23:31.416 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-21T04:23:31.416 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-21T04:23:31.416 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-21T04:23:31.417 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-21T04:23:31.417 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-21T04:23:31.417 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-21T04:23:31.417 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-21T04:23:31.417 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.arena_block_size: 1048576 2024-09-21T04:23:31.417 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-21T04:23:31.417 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-21T04:23:31.417 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-21T04:23:31.417 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-21T04:23:31.417 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-21T04:23:31.417 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-21T04:23:31.417 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-21T04:23:31.417 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-21T04:23:31.418 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-21T04:23:31.418 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-21T04:23:31.418 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-21T04:23:31.418 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-21T04:23:31.418 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-21T04:23:31.418 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-21T04:23:31.418 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.inplace_update_support: 0 2024-09-21T04:23:31.418 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-21T04:23:31.418 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-21T04:23:31.418 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-21T04:23:31.419 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-21T04:23:31.419 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.bloom_locality: 0 2024-09-21T04:23:31.419 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.max_successive_merges: 0 2024-09-21T04:23:31.419 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-21T04:23:31.419 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-21T04:23:31.419 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.force_consistency_checks: 1 2024-09-21T04:23:31.419 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-21T04:23:31.419 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.ttl: 2592000 2024-09-21T04:23:31.419 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-21T04:23:31.419 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-21T04:23:31.419 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-21T04:23:31.419 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.enable_blob_files: false 2024-09-21T04:23:31.419 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.min_blob_size: 0 2024-09-21T04:23:31.419 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.blob_file_size: 268435456 2024-09-21T04:23:31.420 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-21T04:23:31.420 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-21T04:23:31.420 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-21T04:23:31.420 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-21T04:23:31.420 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-21T04:23:31.420 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-09-21T04:23:31.420 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-21T04:23:31.420 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 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-21T04:23:31.420 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T04:23:31.420 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-21T04:23:31.420 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T04:23:31.420 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 634bd4a5-88f1-4699-a170-4bbb4c212d44 2024-09-21T04:23:31.420 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T04:23:31.421 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.857+0000 7f0d90990c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-09-21T04:23:31.421 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T04:23:31.421 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.861+0000 7f0d90990c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55a46b6a4e00 2024-09-21T04:23:31.421 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.861+0000 7f0d90990c80 4 rocksdb: DB pointer 0x55a46b786000 2024-09-21T04:23:31.421 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.861+0000 7f0d8811b640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-21T04:23:31.421 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.861+0000 7f0d8811b640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-21T04:23:31.421 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-09-21T04:23:31.421 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-21T04:23:31.421 INFO:teuthology.orchestra.run.smithi028.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-21T04:23:31.421 INFO:teuthology.orchestra.run.smithi028.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-21T04:23:31.421 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-21T04:23:31.421 INFO:teuthology.orchestra.run.smithi028.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-21T04:23:31.421 INFO:teuthology.orchestra.run.smithi028.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-21T04:23:31.421 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-21T04:23:31.422 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T04:23:31.422 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-09-21T04:23:31.422 INFO:teuthology.orchestra.run.smithi028.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-21T04:23:31.422 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-21T04:23:31.422 INFO:teuthology.orchestra.run.smithi028.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-21T04:23:31.422 INFO:teuthology.orchestra.run.smithi028.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-21T04:23:31.422 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T04:23:31.422 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-09-21T04:23:31.422 INFO:teuthology.orchestra.run.smithi028.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-21T04:23:31.422 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-21T04:23:31.422 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T04:23:31.422 INFO:teuthology.orchestra.run.smithi028.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-21T04:23:31.422 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T04:23:31.422 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-21T04:23:31.423 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-09-21T04:23:31.423 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-09-21T04:23:31.423 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-09-21T04:23:31.423 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-09-21T04:23:31.423 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-09-21T04:23:31.423 INFO:teuthology.orchestra.run.smithi028.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-21T04:23:31.423 INFO:teuthology.orchestra.run.smithi028.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-21T04:23:31.423 INFO:teuthology.orchestra.run.smithi028.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-21T04:23:31.423 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x55a46b675610#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2024-09-21T04:23:31.423 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-09-21T04:23:31.423 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T04:23:31.423 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-09-21T04:23:31.423 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T04:23:31.423 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.861+0000 7f0d90990c80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-09-21T04:23:31.424 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.861+0000 7f0d90990c80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-09-21T04:23:31.424 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T04:23:30.861+0000 7f0d90990c80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-09-21T04:23:31.424 INFO:teuthology.orchestra.run.smithi028.stdout:create mon.a on 2024-09-21T04:23:31.698 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-09-21T04:23:31.894 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-09-21T04:23:32.114 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490.target -> /etc/systemd/system/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490.target. 2024-09-21T04:23:32.114 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490.target -> /etc/systemd/system/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490.target. 2024-09-21T04:23:32.398 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@mon.a 2024-09-21T04:23:32.398 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stderr Failed to reset failed state of unit ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@mon.a.service: Unit ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@mon.a.service not loaded. 2024-09-21T04:23:32.589 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490.target.wants/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@mon.a.service -> /etc/systemd/system/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@.service. 2024-09-21T04:23:32.600 INFO:teuthology.orchestra.run.smithi028.stdout:firewalld does not appear to be present 2024-09-21T04:23:32.600 INFO:teuthology.orchestra.run.smithi028.stdout:Not possible to enable service . firewalld.service is not available 2024-09-21T04:23:32.600 INFO:teuthology.orchestra.run.smithi028.stdout:Waiting for mon to start... 2024-09-21T04:23:32.600 INFO:teuthology.orchestra.run.smithi028.stdout:Waiting for mon... 2024-09-21T04:23:34.456 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:34 smithi028 bash[22228]: cluster 2024-09-21T04:23:34.180979+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-21T04:23:34.938 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout cluster: 2024-09-21T04:23:34.938 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout id: fd0b2732-77d0-11ef-baf5-efdc52797490 2024-09-21T04:23:34.938 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-09-21T04:23:34.938 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 2024-09-21T04:23:34.938 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout services: 2024-09-21T04:23:34.938 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.237741s) 2024-09-21T04:23:34.938 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-09-21T04:23:34.938 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-09-21T04:23:34.938 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 2024-09-21T04:23:34.939 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout data: 2024-09-21T04:23:34.939 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-09-21T04:23:34.939 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-09-21T04:23:34.939 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-09-21T04:23:34.939 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout pgs: 2024-09-21T04:23:34.939 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 2024-09-21T04:23:34.939 INFO:teuthology.orchestra.run.smithi028.stdout:mon is available 2024-09-21T04:23:34.939 INFO:teuthology.orchestra.run.smithi028.stdout:Assimilating anything we can from ceph.conf... 2024-09-21T04:23:35.485 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:35 smithi028 bash[22228]: cluster 2024-09-21T04:23:34.206749+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-21T04:23:35.485 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:35 smithi028 bash[22228]: cluster 2024-09-21T04:23:34.206749+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-21T04:23:35.485 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:35 smithi028 bash[22228]: cluster 2024-09-21T04:23:34.206899+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-09-21T04:23:35.485 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:35 smithi028 bash[22228]: cluster 2024-09-21T04:23:34.206899+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-09-21T04:23:35.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:35 smithi028 bash[22228]: cluster 2024-09-21T04:23:34.206911+0000 mon.a (mon.0) 4 : cluster [DBG] fsid fd0b2732-77d0-11ef-baf5-efdc52797490 2024-09-21T04:23:35.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:35 smithi028 bash[22228]: cluster 2024-09-21T04:23:34.206911+0000 mon.a (mon.0) 4 : cluster [DBG] fsid fd0b2732-77d0-11ef-baf5-efdc52797490 2024-09-21T04:23:35.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:35 smithi028 bash[22228]: cluster 2024-09-21T04:23:34.206920+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-09-21T04:23:29.422734+0000 2024-09-21T04:23:35.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:35 smithi028 bash[22228]: cluster 2024-09-21T04:23:34.206920+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-09-21T04:23:29.422734+0000 2024-09-21T04:23:35.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:35 smithi028 bash[22228]: cluster 2024-09-21T04:23:34.206928+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-09-21T04:23:29.422734+0000 2024-09-21T04:23:35.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:35 smithi028 bash[22228]: cluster 2024-09-21T04:23:34.206928+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-09-21T04:23:29.422734+0000 2024-09-21T04:23:35.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:35 smithi028 bash[22228]: cluster 2024-09-21T04:23:34.206936+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T04:23:35.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:35 smithi028 bash[22228]: cluster 2024-09-21T04:23:34.206936+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T04:23:35.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:35 smithi028 bash[22228]: cluster 2024-09-21T04:23:34.206944+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-09-21T04:23:35.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:35 smithi028 bash[22228]: cluster 2024-09-21T04:23:34.206944+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-09-21T04:23:35.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:35 smithi028 bash[22228]: cluster 2024-09-21T04:23:34.206958+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon.a 2024-09-21T04:23:35.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:35 smithi028 bash[22228]: cluster 2024-09-21T04:23:34.206958+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon.a 2024-09-21T04:23:35.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:35 smithi028 bash[22228]: cluster 2024-09-21T04:23:34.208979+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-09-21T04:23:35.488 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:35 smithi028 bash[22228]: cluster 2024-09-21T04:23:34.208979+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-09-21T04:23:35.488 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:35 smithi028 bash[22228]: cluster 2024-09-21T04:23:34.211539+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-21T04:23:35.488 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:35 smithi028 bash[22228]: cluster 2024-09-21T04:23:34.211539+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-21T04:23:35.488 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:35 smithi028 bash[22228]: cluster 2024-09-21T04:23:34.212108+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-09-21T04:23:35.488 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:35 smithi028 bash[22228]: cluster 2024-09-21T04:23:34.212108+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-09-21T04:23:35.488 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:35 smithi028 bash[22228]: audit 2024-09-21T04:23:34.444438+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.28:0/3969319785' entity='client.admin' cmd={"prefix": "status"} : dispatch 2024-09-21T04:23:35.489 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:35 smithi028 bash[22228]: audit 2024-09-21T04:23:34.444438+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.28:0/3969319785' entity='client.admin' cmd={"prefix": "status"} : dispatch 2024-09-21T04:23:36.484 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:36 smithi028 bash[22228]: audit 2024-09-21T04:23:36.159695+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.28:0/3133090850' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-21T04:23:36.484 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:36 smithi028 bash[22228]: audit 2024-09-21T04:23:36.159695+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.28:0/3133090850' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-21T04:23:36.484 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:36 smithi028 bash[22228]: audit 2024-09-21T04:23:36.164874+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.28:0/3133090850' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-21T04:23:36.484 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:36 smithi028 bash[22228]: audit 2024-09-21T04:23:36.164874+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.28:0/3133090850' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-21T04:23:36.670 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 2024-09-21T04:23:36.670 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout [global] 2024-09-21T04:23:36.672 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout fsid = fd0b2732-77d0-11ef-baf5-efdc52797490 2024-09-21T04:23:36.672 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-21T04:23:36.672 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.28:3300,v1:172.21.15.28:6789] 2024-09-21T04:23:36.672 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-21T04:23:36.672 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-21T04:23:36.672 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-21T04:23:36.672 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-21T04:23:36.672 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 2024-09-21T04:23:36.672 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-21T04:23:36.672 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-09-21T04:23:36.673 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-21T04:23:36.673 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 2024-09-21T04:23:36.673 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout [osd] 2024-09-21T04:23:36.673 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-21T04:23:36.673 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-21T04:23:36.673 INFO:teuthology.orchestra.run.smithi028.stdout:Generating new minimal ceph.conf... 2024-09-21T04:23:37.984 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:37 smithi028 bash[22228]: audit 2024-09-21T04:23:37.665134+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.28:0/656187889' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:23:37.984 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:37 smithi028 bash[22228]: audit 2024-09-21T04:23:37.665134+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.28:0/656187889' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:23:38.139 INFO:teuthology.orchestra.run.smithi028.stdout:Restarting the monitor... 2024-09-21T04:23:38.407 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:38 smithi028 systemd[1]: Stopping Ceph mon.a for fd0b2732-77d0-11ef-baf5-efdc52797490... 2024-09-21T04:23:38.407 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:38 smithi028 bash[22228]: debug 2024-09-21T04:23:38.253+0000 7ff0eb6e5640 -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-21T04:23:38.407 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:38 smithi028 bash[22228]: debug 2024-09-21T04:23:38.253+0000 7ff0eb6e5640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-09-21T04:23:38.885 INFO:teuthology.orchestra.run.smithi028.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-09-21T04:23:38.997 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:38 smithi028 bash[22611]: ceph-fd0b2732-77d0-11ef-baf5-efdc52797490-mon-a 2024-09-21T04:23:38.997 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:38 smithi028 bash[22669]: ceph-fd0b2732-77d0-11ef-baf5-efdc52797490-mon-a 2024-09-21T04:23:38.997 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:38 smithi028 systemd[1]: ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@mon.a.service: Deactivated successfully. 2024-09-21T04:23:38.997 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:38 smithi028 systemd[1]: Stopped Ceph mon.a for fd0b2732-77d0-11ef-baf5-efdc52797490. 2024-09-21T04:23:38.997 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:38 smithi028 systemd[1]: Started Ceph mon.a for fd0b2732-77d0-11ef-baf5-efdc52797490. 2024-09-21T04:23:40.304 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.280+0000 7fcdf4defc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-21T04:23:40.304 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.280+0000 7fcdf4defc80 0 ceph version 19.3.0-5103-gf36283e7 (f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2) squid (dev), process ceph-mon, pid 8 2024-09-21T04:23:40.304 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.280+0000 7fcdf4defc80 0 pidfile_write: ignore empty --pid-file 2024-09-21T04:23:40.305 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 0 load: jerasure load: lrc 2024-09-21T04:23:40.305 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: RocksDB version: 7.9.2 2024-09-21T04:23:40.305 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Git sha 0 2024-09-21T04:23:40.305 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Compile date 2024-09-20 23:32:13 2024-09-21T04:23:40.305 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: DB SUMMARY 2024-09-21T04:23:40.305 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: DB Session ID: Z2HF6UUBI2JQ9WXUCU0M 2024-09-21T04:23:40.305 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: CURRENT file: CURRENT 2024-09-21T04:23:40.305 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: IDENTITY file: IDENTITY 2024-09-21T04:23:40.305 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-09-21T04:23:40.305 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-09-21T04:23:40.305 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88806 ; 2024-09-21T04:23:40.305 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.error_if_exists: 0 2024-09-21T04:23:40.305 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.create_if_missing: 0 2024-09-21T04:23:40.306 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.paranoid_checks: 1 2024-09-21T04:23:40.306 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-09-21T04:23:40.306 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-21T04:23:40.306 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-21T04:23:40.306 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.env: 0x560629273120 2024-09-21T04:23:40.306 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.fs: PosixFileSystem 2024-09-21T04:23:40.306 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.info_log: 0x56062aab3700 2024-09-21T04:23:40.306 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-21T04:23:40.306 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.statistics: (nil) 2024-09-21T04:23:40.306 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.use_fsync: 0 2024-09-21T04:23:40.306 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.max_log_file_size: 0 2024-09-21T04:23:40.308 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-21T04:23:40.308 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-21T04:23:40.308 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-21T04:23:40.308 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-21T04:23:40.308 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.allow_fallocate: 1 2024-09-21T04:23:40.308 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-21T04:23:40.308 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-21T04:23:40.308 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.use_direct_reads: 0 2024-09-21T04:23:40.308 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-21T04:23:40.309 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.create_missing_column_families: 0 2024-09-21T04:23:40.309 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.db_log_dir: 2024-09-21T04:23:40.309 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.wal_dir: 2024-09-21T04:23:40.309 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-21T04:23:40.309 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-21T04:23:40.309 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-21T04:23:40.309 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-21T04:23:40.309 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-21T04:23:40.309 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-21T04:23:40.310 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.advise_random_on_open: 1 2024-09-21T04:23:40.310 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-21T04:23:40.310 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.write_buffer_manager: 0x56062aab7b80 2024-09-21T04:23:40.310 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-21T04:23:40.310 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-21T04:23:40.310 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-21T04:23:40.310 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.rate_limiter: (nil) 2024-09-21T04:23:40.310 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-21T04:23:40.310 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-21T04:23:40.310 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-21T04:23:40.311 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-21T04:23:40.311 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.unordered_write: 0 2024-09-21T04:23:40.311 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-21T04:23:40.311 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-21T04:23:40.311 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-21T04:23:40.311 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-21T04:23:40.311 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.row_cache: None 2024-09-21T04:23:40.311 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.wal_filter: None 2024-09-21T04:23:40.311 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-21T04:23:40.311 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-21T04:23:40.311 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.two_write_queues: 0 2024-09-21T04:23:40.312 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.manual_wal_flush: 0 2024-09-21T04:23:40.312 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.wal_compression: 0 2024-09-21T04:23:40.312 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.atomic_flush: 0 2024-09-21T04:23:40.312 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-21T04:23:40.312 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-21T04:23:40.312 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-21T04:23:40.312 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.log_readahead_size: 0 2024-09-21T04:23:40.312 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-21T04:23:40.313 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-21T04:23:40.313 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-21T04:23:40.313 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-21T04:23:40.313 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-21T04:23:40.313 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-21T04:23:40.313 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-09-21T04:23:40.313 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.max_background_jobs: 2 2024-09-21T04:23:40.313 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.max_background_compactions: -1 2024-09-21T04:23:40.313 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.max_subcompactions: 1 2024-09-21T04:23:40.313 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-21T04:23:40.313 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-21T04:23:40.313 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-21T04:23:40.314 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.max_total_wal_size: 0 2024-09-21T04:23:40.314 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-21T04:23:40.314 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-21T04:23:40.314 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-21T04:23:40.314 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-21T04:23:40.314 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.max_open_files: -1 2024-09-21T04:23:40.314 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.bytes_per_sync: 0 2024-09-21T04:23:40.314 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-21T04:23:40.314 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-21T04:23:40.314 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-21T04:23:40.314 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.max_background_flushes: -1 2024-09-21T04:23:40.314 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Compression algorithms supported: 2024-09-21T04:23:40.314 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: kZSTD supported: 0 2024-09-21T04:23:40.315 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: kXpressCompression supported: 0 2024-09-21T04:23:40.315 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: kBZip2Compression supported: 0 2024-09-21T04:23:40.315 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-21T04:23:40.315 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: kLZ4Compression supported: 1 2024-09-21T04:23:40.315 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: kZlibCompression supported: 1 2024-09-21T04:23:40.315 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-21T04:23:40.315 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: kSnappyCompression supported: 1 2024-09-21T04:23:40.315 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-21T04:23:40.315 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-09-21T04:23:40.315 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-09-21T04:23:40.315 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-21T04:23:40.315 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-21T04:23:40.315 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.merge_operator: 2024-09-21T04:23:40.316 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.compaction_filter: None 2024-09-21T04:23:40.316 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.compaction_filter_factory: None 2024-09-21T04:23:40.316 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-21T04:23:40.316 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-21T04:23:40.316 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-21T04:23:40.316 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56062aab3320) 2024-09-21T04:23:40.316 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: cache_index_and_filter_blocks: 1 2024-09-21T04:23:40.316 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-21T04:23:40.316 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-21T04:23:40.316 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: pin_top_level_index_and_filter: 1 2024-09-21T04:23:40.316 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: index_type: 0 2024-09-21T04:23:40.317 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: data_block_index_type: 0 2024-09-21T04:23:40.317 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: index_shortening: 1 2024-09-21T04:23:40.317 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: data_block_hash_table_util_ratio: 0.750000 2024-09-21T04:23:40.317 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: checksum: 4 2024-09-21T04:23:40.317 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: no_block_cache: 0 2024-09-21T04:23:40.317 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: block_cache: 0x56062aaa9610 2024-09-21T04:23:40.317 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: block_cache_name: BinnedLRUCache 2024-09-21T04:23:40.317 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: block_cache_options: 2024-09-21T04:23:40.317 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: capacity : 536870912 2024-09-21T04:23:40.317 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: num_shard_bits : 4 2024-09-21T04:23:40.317 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: strict_capacity_limit : 0 2024-09-21T04:23:40.317 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: high_pri_pool_ratio: 0.000 2024-09-21T04:23:40.318 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: block_cache_compressed: (nil) 2024-09-21T04:23:40.318 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: persistent_cache: (nil) 2024-09-21T04:23:40.318 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: block_size: 4096 2024-09-21T04:23:40.318 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: block_size_deviation: 10 2024-09-21T04:23:40.318 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: block_restart_interval: 16 2024-09-21T04:23:40.318 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: index_block_restart_interval: 1 2024-09-21T04:23:40.318 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: metadata_block_size: 4096 2024-09-21T04:23:40.318 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: partition_filters: 0 2024-09-21T04:23:40.318 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: use_delta_encoding: 1 2024-09-21T04:23:40.318 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: filter_policy: bloomfilter 2024-09-21T04:23:40.318 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: whole_key_filtering: 1 2024-09-21T04:23:40.318 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: verify_compression: 0 2024-09-21T04:23:40.318 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: read_amp_bytes_per_bit: 0 2024-09-21T04:23:40.319 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: format_version: 5 2024-09-21T04:23:40.319 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: enable_index_compression: 1 2024-09-21T04:23:40.319 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: block_align: 0 2024-09-21T04:23:40.319 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: max_auto_readahead_size: 262144 2024-09-21T04:23:40.319 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: prepopulate_block_cache: 0 2024-09-21T04:23:40.319 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: initial_auto_readahead_size: 8192 2024-09-21T04:23:40.319 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: num_file_reads_for_auto_readahead: 2 2024-09-21T04:23:40.319 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-21T04:23:40.319 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-21T04:23:40.319 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.compression: NoCompression 2024-09-21T04:23:40.319 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-21T04:23:40.319 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-21T04:23:40.319 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-21T04:23:40.319 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.num_levels: 7 2024-09-21T04:23:40.320 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-21T04:23:40.320 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-21T04:23:40.320 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-21T04:23:40.320 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-21T04:23:40.320 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-21T04:23:40.320 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-21T04:23:40.320 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-21T04:23:40.320 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-21T04:23:40.320 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-21T04:23:40.320 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-21T04:23:40.320 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-21T04:23:40.320 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-21T04:23:40.320 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-21T04:23:40.320 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.compression_opts.level: 32767 2024-09-21T04:23:40.321 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-21T04:23:40.321 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-21T04:23:40.321 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-21T04:23:40.321 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-21T04:23:40.321 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-21T04:23:40.321 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.compression_opts.enabled: false 2024-09-21T04:23:40.321 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-21T04:23:40.321 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-21T04:23:40.321 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-21T04:23:40.321 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-21T04:23:40.321 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-21T04:23:40.322 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-21T04:23:40.322 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-21T04:23:40.322 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-21T04:23:40.322 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-21T04:23:40.322 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-21T04:23:40.322 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-21T04:23:40.322 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-21T04:23:40.322 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-21T04:23:40.323 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-21T04:23:40.323 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-21T04:23:40.323 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-21T04:23:40.323 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-21T04:23:40.323 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-21T04:23:40.323 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-21T04:23:40.323 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.arena_block_size: 1048576 2024-09-21T04:23:40.323 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-21T04:23:40.323 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-21T04:23:40.323 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-21T04:23:40.323 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-21T04:23:40.323 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-21T04:23:40.323 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-21T04:23:40.323 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-21T04:23:40.324 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-21T04:23:40.324 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-21T04:23:40.324 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-21T04:23:40.324 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-21T04:23:40.324 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-21T04:23:40.324 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-21T04:23:40.324 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-21T04:23:40.324 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.inplace_update_support: 0 2024-09-21T04:23:40.324 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-21T04:23:40.324 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-21T04:23:40.324 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-21T04:23:40.324 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-21T04:23:40.324 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.bloom_locality: 0 2024-09-21T04:23:40.324 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.max_successive_merges: 0 2024-09-21T04:23:40.325 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-21T04:23:40.325 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-21T04:23:40.325 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.force_consistency_checks: 1 2024-09-21T04:23:40.325 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-21T04:23:40.325 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.ttl: 2592000 2024-09-21T04:23:40.325 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-21T04:23:40.325 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-21T04:23:40.325 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-21T04:23:40.325 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.enable_blob_files: false 2024-09-21T04:23:40.325 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.min_blob_size: 0 2024-09-21T04:23:40.325 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.blob_file_size: 268435456 2024-09-21T04:23:40.326 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-21T04:23:40.326 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-21T04:23:40.326 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-21T04:23:40.326 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-21T04:23:40.326 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-21T04:23:40.326 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-09-21T04:23:40.326 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-21T04:23:40.326 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 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-21T04:23:40.326 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-09-21T04:23:40.326 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.284+0000 7fcdf4defc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 634bd4a5-88f1-4699-a170-4bbb4c212d44 2024-09-21T04:23:40.327 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.288+0000 7fcdf4defc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726892620290356, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-09-21T04:23:40.327 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.288+0000 7fcdf4defc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-09-21T04:23:40.327 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.288+0000 7fcdf4defc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726892620291461, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85551, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 259, "table_properties": {"data_size": 83698, "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": 77838, "raw_average_value_size": 357, "num_data_blocks": 11, "num_entries": 218, "num_filter_entries": 218, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1726892620, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "634bd4a5-88f1-4699-a170-4bbb4c212d44", "db_session_id": "Z2HF6UUBI2JQ9WXUCU0M", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-09-21T04:23:40.327 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.288+0000 7fcdf4defc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726892620291599, "job": 1, "event": "recovery_finished"} 2024-09-21T04:23:40.327 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.288+0000 7fcdf4defc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-09-21T04:23:40.327 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.288+0000 7fcdf4defc80 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-21T04:23:40.327 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.288+0000 7fcdf4defc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x56062aad6e00 2024-09-21T04:23:40.327 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.288+0000 7fcdf4defc80 4 rocksdb: DB pointer 0x56062abda000 2024-09-21T04:23:40.327 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.288+0000 7fcdeabb7640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-21T04:23:40.327 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.288+0000 7fcdeabb7640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-21T04:23:40.327 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: ** DB Stats ** 2024-09-21T04:23:40.327 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-21T04:23:40.327 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: 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-21T04:23:40.327 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-21T04:23:40.328 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-21T04:23:40.328 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: 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-21T04:23:40.328 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-21T04:23:40.328 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-21T04:23:40.328 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: ** Compaction Stats [default] ** 2024-09-21T04:23:40.328 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: 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-21T04:23:40.328 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-21T04:23:40.328 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: L0 2/0 85.41 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 119.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-21T04:23:40.328 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: Sum 2/0 85.41 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 119.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-21T04:23:40.328 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 119.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-21T04:23:40.328 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: ** Compaction Stats [default] ** 2024-09-21T04:23:40.328 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: 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-21T04:23:40.328 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-21T04:23:40.328 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 119.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-21T04:23:40.329 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-21T04:23:40.329 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-21T04:23:40.329 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-21T04:23:40.329 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-21T04:23:40.329 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: AddFile(Total Files): cumulative 0, interval 0 2024-09-21T04:23:40.329 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-21T04:23:40.329 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: AddFile(Keys): cumulative 0, interval 0 2024-09-21T04:23:40.329 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: Cumulative compaction: 0.00 GB write, 21.53 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-21T04:23:40.329 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: Interval compaction: 0.00 GB write, 21.53 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-21T04:23:40.329 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: 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-21T04:23:40.329 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: Block cache BinnedLRUCache@0x56062aaa9610#8 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2024-09-21T04:23:40.329 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: 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-21T04:23:40.329 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: ** File Read Latency Histogram By Level [default] ** 2024-09-21T04:23:40.329 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.288+0000 7fcdf4defc80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] at bind addrs [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid fd0b2732-77d0-11ef-baf5-efdc52797490 2024-09-21T04:23:40.329 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.292+0000 7fcdf4defc80 1 mon.a@-1(???) e1 preinit fsid fd0b2732-77d0-11ef-baf5-efdc52797490 2024-09-21T04:23:40.330 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.292+0000 7fcdf4defc80 0 mon.a@-1(???).mds e1 new map 2024-09-21T04:23:40.330 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.292+0000 7fcdf4defc80 0 mon.a@-1(???).mds e1 print_map 2024-09-21T04:23:40.330 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: e1 2024-09-21T04:23:40.330 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: btime 2024-09-21T04:23:34:207341+0000 2024-09-21T04:23:40.330 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: enable_multiple, ever_enabled_multiple: 1,1 2024-09-21T04:23:40.330 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: 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-21T04:23:40.330 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: legacy client fscid: -1 2024-09-21T04:23:40.330 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: 2024-09-21T04:23:40.330 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: No filesystems configured 2024-09-21T04:23:40.330 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.292+0000 7fcdf4defc80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-21T04:23:40.330 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.292+0000 7fcdf4defc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-21T04:23:40.330 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.292+0000 7fcdf4defc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-21T04:23:40.330 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.292+0000 7fcdf4defc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-21T04:23:40.330 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: debug 2024-09-21T04:23:40.292+0000 7fcdf4defc80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-21T04:23:40.484 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: cluster 2024-09-21T04:23:40.299672+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-21T04:23:40.484 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: cluster 2024-09-21T04:23:40.299672+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-21T04:23:40.485 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: cluster 2024-09-21T04:23:40.299737+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-09-21T04:23:40.485 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: cluster 2024-09-21T04:23:40.299737+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-09-21T04:23:40.485 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: cluster 2024-09-21T04:23:40.299748+0000 mon.a (mon.0) 3 : cluster [DBG] fsid fd0b2732-77d0-11ef-baf5-efdc52797490 2024-09-21T04:23:40.485 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: cluster 2024-09-21T04:23:40.299748+0000 mon.a (mon.0) 3 : cluster [DBG] fsid fd0b2732-77d0-11ef-baf5-efdc52797490 2024-09-21T04:23:40.485 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: cluster 2024-09-21T04:23:40.299756+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-09-21T04:23:29.422734+0000 2024-09-21T04:23:40.485 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: cluster 2024-09-21T04:23:40.299756+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-09-21T04:23:29.422734+0000 2024-09-21T04:23:40.485 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: cluster 2024-09-21T04:23:40.299763+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-09-21T04:23:29.422734+0000 2024-09-21T04:23:40.485 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: cluster 2024-09-21T04:23:40.299763+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-09-21T04:23:29.422734+0000 2024-09-21T04:23:40.485 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: cluster 2024-09-21T04:23:40.299771+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T04:23:40.485 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: cluster 2024-09-21T04:23:40.299771+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T04:23:40.485 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: cluster 2024-09-21T04:23:40.299780+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-09-21T04:23:40.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: cluster 2024-09-21T04:23:40.299780+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-09-21T04:23:40.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: cluster 2024-09-21T04:23:40.299794+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon.a 2024-09-21T04:23:40.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: cluster 2024-09-21T04:23:40.299794+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon.a 2024-09-21T04:23:40.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: cluster 2024-09-21T04:23:40.318783+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-09-21T04:23:40.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: cluster 2024-09-21T04:23:40.318783+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-09-21T04:23:40.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: cluster 2024-09-21T04:23:40.318816+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-21T04:23:40.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: cluster 2024-09-21T04:23:40.318816+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-21T04:23:40.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: cluster 2024-09-21T04:23:40.319193+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-09-21T04:23:40.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:40 smithi028 bash[22708]: cluster 2024-09-21T04:23:40.319193+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-09-21T04:23:41.026 INFO:teuthology.orchestra.run.smithi028.stdout:Wrote config to /etc/ceph/ceph.conf 2024-09-21T04:23:41.044 INFO:teuthology.orchestra.run.smithi028.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-21T04:23:41.045 INFO:teuthology.orchestra.run.smithi028.stdout:Creating mgr... 2024-09-21T04:23:41.045 INFO:teuthology.orchestra.run.smithi028.stdout:Verifying port 0.0.0.0:9283 ... 2024-09-21T04:23:41.045 INFO:teuthology.orchestra.run.smithi028.stdout:Verifying port 0.0.0.0:8765 ... 2024-09-21T04:23:41.385 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:41 smithi028 systemd[1]: /etc/systemd/system/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your 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-21T04:23:41.386 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:23:41 smithi028 systemd[1]: /etc/systemd/system/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your 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-21T04:23:41.391 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@mgr.a 2024-09-21T04:23:41.392 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stderr Failed to reset failed state of unit ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@mgr.a.service: Unit ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@mgr.a.service not loaded. 2024-09-21T04:23:41.590 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490.target.wants/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@mgr.a.service -> /etc/systemd/system/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@.service. 2024-09-21T04:23:41.598 INFO:teuthology.orchestra.run.smithi028.stdout:firewalld does not appear to be present 2024-09-21T04:23:41.599 INFO:teuthology.orchestra.run.smithi028.stdout:Not possible to enable service . firewalld.service is not available 2024-09-21T04:23:41.599 INFO:teuthology.orchestra.run.smithi028.stdout:firewalld does not appear to be present 2024-09-21T04:23:41.599 INFO:teuthology.orchestra.run.smithi028.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-09-21T04:23:41.599 INFO:teuthology.orchestra.run.smithi028.stdout:Waiting for mgr to start... 2024-09-21T04:23:41.599 INFO:teuthology.orchestra.run.smithi028.stdout:Waiting for mgr... 2024-09-21T04:23:41.725 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:23:41 smithi028 systemd[1]: /etc/systemd/system/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your 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-21T04:23:41.725 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:23:41 smithi028 systemd[1]: Started Ceph mgr.a for fd0b2732-77d0-11ef-baf5-efdc52797490. 2024-09-21T04:23:41.725 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:41 smithi028 systemd[1]: /etc/systemd/system/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your 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-21T04:23:41.725 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:41 smithi028 bash[22708]: audit 2024-09-21T04:23:40.531887+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.28:0/1290999736' entity='client.admin' 2024-09-21T04:23:41.726 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:41 smithi028 bash[22708]: audit 2024-09-21T04:23:40.531887+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.28:0/1290999736' entity='client.admin' 2024-09-21T04:23:43.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:43 smithi028 bash[22708]: audit 2024-09-21T04:23:43.364416+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.28:0/3542798465' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-21T04:23:43.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:43 smithi028 bash[22708]: audit 2024-09-21T04:23:43.364416+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.28:0/3542798465' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-21T04:23:43.891 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 2024-09-21T04:23:43.891 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout { 2024-09-21T04:23:43.891 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "fsid": "fd0b2732-77d0-11ef-baf5-efdc52797490", 2024-09-21T04:23:43.892 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "health": { 2024-09-21T04:23:43.892 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-21T04:23:43.892 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-21T04:23:43.892 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-21T04:23:43.892 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-09-21T04:23:43.892 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-21T04:23:43.892 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-21T04:23:43.892 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 0 2024-09-21T04:23:43.892 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout ], 2024-09-21T04:23:43.892 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-21T04:23:43.892 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "a" 2024-09-21T04:23:43.892 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout ], 2024-09-21T04:23:43.892 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2024-09-21T04:23:43.893 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-21T04:23:43.893 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T04:23:43.893 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-21T04:23:43.893 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-21T04:23:43.893 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-09-21T04:23:43.893 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-21T04:23:43.893 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T04:23:43.893 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-21T04:23:43.893 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-21T04:23:43.893 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-21T04:23:43.893 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-21T04:23:43.893 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-21T04:23:43.893 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-21T04:23:43.893 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-09-21T04:23:43.894 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-21T04:23:43.894 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-21T04:23:43.894 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-21T04:23:43.894 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-21T04:23:43.894 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-21T04:23:43.894 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-21T04:23:43.894 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-21T04:23:43.894 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-21T04:23:43.894 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-21T04:23:43.894 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-09-21T04:23:43.894 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-21T04:23:43.894 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T04:23:43.894 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "btime": "2024-09-21T04:23:34:207341+0000", 2024-09-21T04:23:43.896 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-21T04:23:43.896 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-21T04:23:43.896 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-09-21T04:23:43.897 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-21T04:23:43.897 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-21T04:23:43.897 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-21T04:23:43.897 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-21T04:23:43.897 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-21T04:23:43.897 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-21T04:23:43.897 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "restful" 2024-09-21T04:23:43.897 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout ], 2024-09-21T04:23:43.897 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-21T04:23:43.897 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-09-21T04:23:43.897 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-21T04:23:43.897 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T04:23:43.897 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "modified": "2024-09-21T04:23:34.208086+0000", 2024-09-21T04:23:43.897 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-21T04:23:43.897 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-09-21T04:23:43.897 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-21T04:23:43.898 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout } 2024-09-21T04:23:43.898 INFO:teuthology.orchestra.run.smithi028.stdout:mgr not available, waiting (1/15)... 2024-09-21T04:23:47.484 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:47 smithi028 bash[22708]: audit 2024-09-21T04:23:47.014041+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.28:0/603356609' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-21T04:23:47.484 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:47 smithi028 bash[22708]: audit 2024-09-21T04:23:47.014041+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.28:0/603356609' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-21T04:23:47.548 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 2024-09-21T04:23:47.548 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout { 2024-09-21T04:23:47.548 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "fsid": "fd0b2732-77d0-11ef-baf5-efdc52797490", 2024-09-21T04:23:47.548 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "health": { 2024-09-21T04:23:47.548 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-21T04:23:47.548 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-21T04:23:47.548 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-21T04:23:47.548 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-09-21T04:23:47.548 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-21T04:23:47.548 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-21T04:23:47.548 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 0 2024-09-21T04:23:47.548 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout ], 2024-09-21T04:23:47.549 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-21T04:23:47.549 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "a" 2024-09-21T04:23:47.549 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout ], 2024-09-21T04:23:47.549 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-09-21T04:23:47.549 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-21T04:23:47.549 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T04:23:47.549 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-21T04:23:47.549 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-21T04:23:47.550 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-09-21T04:23:47.550 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-21T04:23:47.550 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T04:23:47.550 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-21T04:23:47.550 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-21T04:23:47.550 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-21T04:23:47.550 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-21T04:23:47.550 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-21T04:23:47.550 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-21T04:23:47.550 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-09-21T04:23:47.550 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-21T04:23:47.550 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-21T04:23:47.550 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-21T04:23:47.551 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-21T04:23:47.551 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-21T04:23:47.551 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-21T04:23:47.551 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-21T04:23:47.551 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-21T04:23:47.551 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-21T04:23:47.551 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-09-21T04:23:47.551 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-21T04:23:47.551 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T04:23:47.551 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "btime": "2024-09-21T04:23:34:207341+0000", 2024-09-21T04:23:47.551 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-21T04:23:47.551 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-21T04:23:47.551 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-09-21T04:23:47.552 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-21T04:23:47.552 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-21T04:23:47.552 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-21T04:23:47.552 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-21T04:23:47.552 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-21T04:23:47.552 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-21T04:23:47.552 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "restful" 2024-09-21T04:23:47.552 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout ], 2024-09-21T04:23:47.552 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-21T04:23:47.552 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-09-21T04:23:47.552 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-21T04:23:47.552 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T04:23:47.552 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "modified": "2024-09-21T04:23:34.208086+0000", 2024-09-21T04:23:47.552 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-21T04:23:47.552 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-09-21T04:23:47.553 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-21T04:23:47.553 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout } 2024-09-21T04:23:47.553 INFO:teuthology.orchestra.run.smithi028.stdout:mgr not available, waiting (2/15)... 2024-09-21T04:23:49.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:49 smithi028 bash[22708]: cluster 2024-09-21T04:23:49.401092+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon a 2024-09-21T04:23:49.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:49 smithi028 bash[22708]: cluster 2024-09-21T04:23:49.401092+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon a 2024-09-21T04:23:49.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:49 smithi028 bash[22708]: cluster 2024-09-21T04:23:49.408591+0000 mon.a (mon.0) 16 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00803253s) 2024-09-21T04:23:49.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:49 smithi028 bash[22708]: cluster 2024-09-21T04:23:49.408591+0000 mon.a (mon.0) 16 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00803253s) 2024-09-21T04:23:49.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:49 smithi028 bash[22708]: audit 2024-09-21T04:23:49.409733+0000 mon.a (mon.0) 17 : audit [DBG] from='mgr.14100 172.21.15.28:0/343895152' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-21T04:23:49.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:49 smithi028 bash[22708]: audit 2024-09-21T04:23:49.409733+0000 mon.a (mon.0) 17 : audit [DBG] from='mgr.14100 172.21.15.28:0/343895152' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-21T04:23:49.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:49 smithi028 bash[22708]: audit 2024-09-21T04:23:49.410007+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.28:0/343895152' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-21T04:23:49.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:49 smithi028 bash[22708]: audit 2024-09-21T04:23:49.410007+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.28:0/343895152' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-21T04:23:49.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:49 smithi028 bash[22708]: audit 2024-09-21T04:23:49.410106+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.28:0/343895152' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-21T04:23:49.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:49 smithi028 bash[22708]: audit 2024-09-21T04:23:49.410106+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.28:0/343895152' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-21T04:23:49.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:49 smithi028 bash[22708]: audit 2024-09-21T04:23:49.410203+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.28:0/343895152' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T04:23:49.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:49 smithi028 bash[22708]: audit 2024-09-21T04:23:49.410203+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.28:0/343895152' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T04:23:49.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:49 smithi028 bash[22708]: audit 2024-09-21T04:23:49.411001+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.28:0/343895152' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-21T04:23:49.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:49 smithi028 bash[22708]: audit 2024-09-21T04:23:49.411001+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.28:0/343895152' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-21T04:23:49.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:49 smithi028 bash[22708]: cluster 2024-09-21T04:23:49.436292+0000 mon.a (mon.0) 22 : cluster [INF] Manager daemon a is now available 2024-09-21T04:23:49.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:49 smithi028 bash[22708]: cluster 2024-09-21T04:23:49.436292+0000 mon.a (mon.0) 22 : cluster [INF] Manager daemon a is now available 2024-09-21T04:23:49.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:49 smithi028 bash[22708]: audit 2024-09-21T04:23:49.448430+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.14100 172.21.15.28:0/343895152' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-21T04:23:49.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:49 smithi028 bash[22708]: audit 2024-09-21T04:23:49.448430+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.14100 172.21.15.28:0/343895152' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-21T04:23:49.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:49 smithi028 bash[22708]: audit 2024-09-21T04:23:49.450315+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.28:0/343895152' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-21T04:23:49.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:49 smithi028 bash[22708]: audit 2024-09-21T04:23:49.450315+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.28:0/343895152' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-21T04:23:50.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:50 smithi028 bash[22708]: audit 2024-09-21T04:23:49.453405+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.28:0/343895152' entity='mgr.a' 2024-09-21T04:23:50.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:50 smithi028 bash[22708]: audit 2024-09-21T04:23:49.453405+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.28:0/343895152' entity='mgr.a' 2024-09-21T04:23:50.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:50 smithi028 bash[22708]: audit 2024-09-21T04:23:49.457934+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.28:0/343895152' entity='mgr.a' 2024-09-21T04:23:50.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:50 smithi028 bash[22708]: audit 2024-09-21T04:23:49.457934+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.28:0/343895152' entity='mgr.a' 2024-09-21T04:23:50.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:50 smithi028 bash[22708]: audit 2024-09-21T04:23:49.460051+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.28:0/343895152' entity='mgr.a' 2024-09-21T04:23:50.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:50 smithi028 bash[22708]: audit 2024-09-21T04:23:49.460051+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.28:0/343895152' entity='mgr.a' 2024-09-21T04:23:50.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:50 smithi028 bash[22708]: cluster 2024-09-21T04:23:50.418006+0000 mon.a (mon.0) 28 : cluster [DBG] mgrmap e3: a(active, since 1.01745s) 2024-09-21T04:23:50.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:50 smithi028 bash[22708]: cluster 2024-09-21T04:23:50.418006+0000 mon.a (mon.0) 28 : cluster [DBG] mgrmap e3: a(active, since 1.01745s) 2024-09-21T04:23:51.643 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 2024-09-21T04:23:51.644 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout { 2024-09-21T04:23:51.644 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "fsid": "fd0b2732-77d0-11ef-baf5-efdc52797490", 2024-09-21T04:23:51.644 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "health": { 2024-09-21T04:23:51.644 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-21T04:23:51.644 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-21T04:23:51.644 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-21T04:23:51.644 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-09-21T04:23:51.644 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-21T04:23:51.644 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-21T04:23:51.644 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 0 2024-09-21T04:23:51.644 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout ], 2024-09-21T04:23:51.646 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-21T04:23:51.646 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "a" 2024-09-21T04:23:51.646 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout ], 2024-09-21T04:23:51.646 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2024-09-21T04:23:51.646 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-21T04:23:51.646 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T04:23:51.646 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-21T04:23:51.646 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-21T04:23:51.647 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-09-21T04:23:51.647 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-21T04:23:51.647 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T04:23:51.647 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-21T04:23:51.647 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-21T04:23:51.647 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-21T04:23:51.647 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-21T04:23:51.647 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-21T04:23:51.647 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-21T04:23:51.650 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-09-21T04:23:51.650 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-21T04:23:51.650 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-21T04:23:51.650 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-21T04:23:51.650 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-21T04:23:51.651 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-21T04:23:51.651 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-21T04:23:51.651 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-21T04:23:51.651 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-21T04:23:51.651 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-21T04:23:51.651 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-09-21T04:23:51.651 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-21T04:23:51.651 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T04:23:51.651 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "btime": "2024-09-21T04:23:34:207341+0000", 2024-09-21T04:23:51.651 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-21T04:23:51.651 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-21T04:23:51.651 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-09-21T04:23:51.651 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-21T04:23:51.651 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-21T04:23:51.652 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-21T04:23:51.652 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-21T04:23:51.652 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-21T04:23:51.652 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-21T04:23:51.652 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "restful" 2024-09-21T04:23:51.652 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout ], 2024-09-21T04:23:51.652 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-21T04:23:51.652 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-09-21T04:23:51.652 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-21T04:23:51.652 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T04:23:51.652 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "modified": "2024-09-21T04:23:34.208086+0000", 2024-09-21T04:23:51.652 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-21T04:23:51.652 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-09-21T04:23:51.652 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-21T04:23:51.653 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout } 2024-09-21T04:23:51.653 INFO:teuthology.orchestra.run.smithi028.stdout:mgr is available 2024-09-21T04:23:51.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:51 smithi028 bash[22708]: audit 2024-09-21T04:23:51.162584+0000 mon.a (mon.0) 29 : audit [DBG] from='client.? 172.21.15.28:0/466581408' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-21T04:23:51.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:51 smithi028 bash[22708]: audit 2024-09-21T04:23:51.162584+0000 mon.a (mon.0) 29 : audit [DBG] from='client.? 172.21.15.28:0/466581408' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-21T04:23:52.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:52 smithi028 bash[22708]: cluster 2024-09-21T04:23:51.462226+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e4: a(active, since 2s) 2024-09-21T04:23:52.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:52 smithi028 bash[22708]: cluster 2024-09-21T04:23:51.462226+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e4: a(active, since 2s) 2024-09-21T04:23:53.644 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 2024-09-21T04:23:53.644 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout [global] 2024-09-21T04:23:53.644 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout fsid = fd0b2732-77d0-11ef-baf5-efdc52797490 2024-09-21T04:23:53.644 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-21T04:23:53.644 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.28:3300,v1:172.21.15.28:6789] 2024-09-21T04:23:53.644 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-21T04:23:53.644 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-21T04:23:53.644 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-21T04:23:53.644 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-21T04:23:53.644 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 2024-09-21T04:23:53.644 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-21T04:23:53.644 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-21T04:23:53.645 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 2024-09-21T04:23:53.645 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout [osd] 2024-09-21T04:23:53.645 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-21T04:23:53.645 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-21T04:23:53.645 INFO:teuthology.orchestra.run.smithi028.stdout:Enabling cephadm module... 2024-09-21T04:23:53.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:53 smithi028 bash[22708]: audit 2024-09-21T04:23:53.107463+0000 mon.a (mon.0) 31 : audit [INF] from='client.? 172.21.15.28:0/488462438' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-21T04:23:53.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:53 smithi028 bash[22708]: audit 2024-09-21T04:23:53.107463+0000 mon.a (mon.0) 31 : audit [INF] from='client.? 172.21.15.28:0/488462438' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-21T04:23:53.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:53 smithi028 bash[22708]: audit 2024-09-21T04:23:53.112359+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.28:0/488462438' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-21T04:23:53.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:53 smithi028 bash[22708]: audit 2024-09-21T04:23:53.112359+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.28:0/488462438' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-21T04:23:55.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:55 smithi028 bash[22708]: audit 2024-09-21T04:23:55.238393+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.28:0/3581949999' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2024-09-21T04:23:55.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:55 smithi028 bash[22708]: audit 2024-09-21T04:23:55.238393+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.28:0/3581949999' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2024-09-21T04:23:55.734 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:23:55 smithi028 bash[22963]: ignoring --setuser ceph since I am not root 2024-09-21T04:23:55.734 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:23:55 smithi028 bash[22963]: ignoring --setgroup ceph since I am not root 2024-09-21T04:23:56.638 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:56 smithi028 bash[22708]: audit 2024-09-21T04:23:55.290045+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.28:0/3581949999' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-21T04:23:56.638 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:56 smithi028 bash[22708]: audit 2024-09-21T04:23:55.290045+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.28:0/3581949999' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-21T04:23:56.638 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:56 smithi028 bash[22708]: cluster 2024-09-21T04:23:55.296398+0000 mon.a (mon.0) 35 : cluster [DBG] mgrmap e5: a(active, since 5s) 2024-09-21T04:23:56.638 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:56 smithi028 bash[22708]: cluster 2024-09-21T04:23:55.296398+0000 mon.a (mon.0) 35 : cluster [DBG] mgrmap e5: a(active, since 5s) 2024-09-21T04:23:57.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:57 smithi028 bash[22708]: audit 2024-09-21T04:23:57.263533+0000 mon.a (mon.0) 36 : audit [DBG] from='client.? 172.21.15.28:0/2176324660' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-21T04:23:57.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:23:57 smithi028 bash[22708]: audit 2024-09-21T04:23:57.263533+0000 mon.a (mon.0) 36 : audit [DBG] from='client.? 172.21.15.28:0/2176324660' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-21T04:23:57.786 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout { 2024-09-21T04:23:57.786 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-09-21T04:23:57.786 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-21T04:23:57.786 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-09-21T04:23:57.786 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-21T04:23:57.786 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout } 2024-09-21T04:23:57.786 INFO:teuthology.orchestra.run.smithi028.stdout:Waiting for the mgr to restart... 2024-09-21T04:23:57.786 INFO:teuthology.orchestra.run.smithi028.stdout:Waiting for mgr epoch 5... 2024-09-21T04:24:01.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:01 smithi028 bash[22708]: cluster 2024-09-21T04:24:01.640974+0000 mon.a (mon.0) 37 : cluster [INF] Active manager daemon a restarted 2024-09-21T04:24:01.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:01 smithi028 bash[22708]: cluster 2024-09-21T04:24:01.640974+0000 mon.a (mon.0) 37 : cluster [INF] Active manager daemon a restarted 2024-09-21T04:24:01.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:01 smithi028 bash[22708]: cluster 2024-09-21T04:24:01.641570+0000 mon.a (mon.0) 38 : cluster [INF] Activating manager daemon a 2024-09-21T04:24:01.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:01 smithi028 bash[22708]: cluster 2024-09-21T04:24:01.641570+0000 mon.a (mon.0) 38 : cluster [INF] Activating manager daemon a 2024-09-21T04:24:01.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:01 smithi028 bash[22708]: cluster 2024-09-21T04:24:01.645307+0000 mon.a (mon.0) 39 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-09-21T04:24:01.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:01 smithi028 bash[22708]: cluster 2024-09-21T04:24:01.645307+0000 mon.a (mon.0) 39 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-09-21T04:24:01.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:01 smithi028 bash[22708]: cluster 2024-09-21T04:24:01.645423+0000 mon.a (mon.0) 40 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00406866s) 2024-09-21T04:24:01.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:01 smithi028 bash[22708]: cluster 2024-09-21T04:24:01.645423+0000 mon.a (mon.0) 40 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00406866s) 2024-09-21T04:24:01.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:01 smithi028 bash[22708]: audit 2024-09-21T04:24:01.647855+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.14118 172.21.15.28:0/954826768' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T04:24:01.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:01 smithi028 bash[22708]: audit 2024-09-21T04:24:01.647855+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.14118 172.21.15.28:0/954826768' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T04:24:01.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:01 smithi028 bash[22708]: audit 2024-09-21T04:24:01.649177+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14118 172.21.15.28:0/954826768' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-21T04:24:01.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:01 smithi028 bash[22708]: audit 2024-09-21T04:24:01.649177+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14118 172.21.15.28:0/954826768' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-21T04:24:01.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:01 smithi028 bash[22708]: audit 2024-09-21T04:24:01.650611+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14118 172.21.15.28:0/954826768' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-21T04:24:01.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:01 smithi028 bash[22708]: audit 2024-09-21T04:24:01.650611+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14118 172.21.15.28:0/954826768' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-21T04:24:01.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:01 smithi028 bash[22708]: audit 2024-09-21T04:24:01.650895+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14118 172.21.15.28:0/954826768' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-21T04:24:01.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:01 smithi028 bash[22708]: audit 2024-09-21T04:24:01.650895+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14118 172.21.15.28:0/954826768' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-21T04:24:01.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:01 smithi028 bash[22708]: audit 2024-09-21T04:24:01.651041+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14118 172.21.15.28:0/954826768' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-21T04:24:01.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:01 smithi028 bash[22708]: audit 2024-09-21T04:24:01.651041+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14118 172.21.15.28:0/954826768' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-21T04:24:01.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:01 smithi028 bash[22708]: cluster 2024-09-21T04:24:01.676784+0000 mon.a (mon.0) 46 : cluster [INF] Manager daemon a is now available 2024-09-21T04:24:01.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:01 smithi028 bash[22708]: cluster 2024-09-21T04:24:01.676784+0000 mon.a (mon.0) 46 : cluster [INF] Manager daemon a is now available 2024-09-21T04:24:03.201 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout { 2024-09-21T04:24:03.202 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-09-21T04:24:03.202 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-21T04:24:03.202 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout } 2024-09-21T04:24:03.202 INFO:teuthology.orchestra.run.smithi028.stdout:mgr epoch 5 is available 2024-09-21T04:24:03.202 INFO:teuthology.orchestra.run.smithi028.stdout:Verifying orchestrator module is enabled... 2024-09-21T04:24:03.979 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:03 smithi028 bash[22708]: cluster 2024-09-21T04:24:02.653027+0000 mon.a (mon.0) 47 : cluster [DBG] mgrmap e7: a(active, since 1.01167s) 2024-09-21T04:24:03.979 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:03 smithi028 bash[22708]: cluster 2024-09-21T04:24:02.653027+0000 mon.a (mon.0) 47 : cluster [DBG] mgrmap e7: a(active, since 1.01167s) 2024-09-21T04:24:03.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:03 smithi028 bash[22708]: audit 2024-09-21T04:24:02.835561+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14118 172.21.15.28:0/954826768' entity='mgr.a' 2024-09-21T04:24:03.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:03 smithi028 bash[22708]: audit 2024-09-21T04:24:02.835561+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14118 172.21.15.28:0/954826768' entity='mgr.a' 2024-09-21T04:24:03.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:03 smithi028 bash[22708]: audit 2024-09-21T04:24:02.838570+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14118 172.21.15.28:0/954826768' entity='mgr.a' 2024-09-21T04:24:03.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:03 smithi028 bash[22708]: audit 2024-09-21T04:24:02.838570+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14118 172.21.15.28:0/954826768' entity='mgr.a' 2024-09-21T04:24:03.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:03 smithi028 bash[22708]: cephadm 2024-09-21T04:24:02.839190+0000 mgr.a (mgr.14118) 3 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-09-21T04:24:03.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:03 smithi028 bash[22708]: cephadm 2024-09-21T04:24:02.839190+0000 mgr.a (mgr.14118) 3 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-09-21T04:24:03.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:03 smithi028 bash[22708]: audit 2024-09-21T04:24:02.840994+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14118 172.21.15.28:0/954826768' entity='mgr.a' 2024-09-21T04:24:03.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:03 smithi028 bash[22708]: audit 2024-09-21T04:24:02.840994+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14118 172.21.15.28:0/954826768' entity='mgr.a' 2024-09-21T04:24:03.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:03 smithi028 bash[22708]: audit 2024-09-21T04:24:02.845216+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.14118 172.21.15.28:0/954826768' entity='mgr.a' 2024-09-21T04:24:03.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:03 smithi028 bash[22708]: audit 2024-09-21T04:24:02.845216+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.14118 172.21.15.28:0/954826768' entity='mgr.a' 2024-09-21T04:24:03.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:03 smithi028 bash[22708]: audit 2024-09-21T04:24:02.850666+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.14118 172.21.15.28:0/954826768' entity='mgr.a' 2024-09-21T04:24:03.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:03 smithi028 bash[22708]: audit 2024-09-21T04:24:02.850666+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.14118 172.21.15.28:0/954826768' entity='mgr.a' 2024-09-21T04:24:03.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:03 smithi028 bash[22708]: audit 2024-09-21T04:24:02.854806+0000 mon.a (mon.0) 53 : audit [DBG] from='mgr.14118 172.21.15.28:0/954826768' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:24:03.981 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:03 smithi028 bash[22708]: audit 2024-09-21T04:24:02.854806+0000 mon.a (mon.0) 53 : audit [DBG] from='mgr.14118 172.21.15.28:0/954826768' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:24:03.981 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:03 smithi028 bash[22708]: audit 2024-09-21T04:24:02.859126+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.14118 172.21.15.28:0/954826768' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:24:03.981 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:03 smithi028 bash[22708]: audit 2024-09-21T04:24:02.859126+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.14118 172.21.15.28:0/954826768' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:24:03.981 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:03 smithi028 bash[22708]: audit 2024-09-21T04:24:02.867998+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14118 172.21.15.28:0/954826768' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-21T04:24:03.981 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:03 smithi028 bash[22708]: audit 2024-09-21T04:24:02.867998+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14118 172.21.15.28:0/954826768' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-21T04:24:03.981 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:03 smithi028 bash[22708]: audit 2024-09-21T04:24:02.870479+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14118 172.21.15.28:0/954826768' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-21T04:24:03.981 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:03 smithi028 bash[22708]: audit 2024-09-21T04:24:02.870479+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14118 172.21.15.28:0/954826768' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-21T04:24:04.234 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22963]: debug 2024-09-21T04:24:04.207+0000 7f950f29e640 -1 log_channel(cephadm) log [ERR] : [21/Sep/2024:04:24:04] ENGINE Error in HTTPServer.serve 2024-09-21T04:24:04.235 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22963]: Traceback (most recent call last): 2024-09-21T04:24:04.235 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22963]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T04:24:04.235 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22963]: self._connections.run(self.expiration_interval) 2024-09-21T04:24:04.235 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22963]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T04:24:04.235 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22963]: self._run(expiration_interval) 2024-09-21T04:24:04.235 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22963]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T04:24:04.235 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22963]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T04:24:04.235 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22963]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T04:24:04.235 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22963]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T04:24:04.235 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22963]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T04:24:04.235 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22963]: s = self.context.wrap_socket( 2024-09-21T04:24:04.235 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22963]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T04:24:04.235 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22963]: return self.sslsocket_class._create( 2024-09-21T04:24:04.235 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22963]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T04:24:04.236 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22963]: self.do_handshake() 2024-09-21T04:24:04.236 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22963]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T04:24:04.236 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22963]: self._sslobj.do_handshake() 2024-09-21T04:24:04.236 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22963]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T04:24:04.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22708]: cephadm 2024-09-21T04:24:04.090868+0000 mgr.a (mgr.14118) 4 : cephadm [INF] [21/Sep/2024:04:24:04] ENGINE Bus STARTING 2024-09-21T04:24:04.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22708]: cephadm 2024-09-21T04:24:04.090868+0000 mgr.a (mgr.14118) 4 : cephadm [INF] [21/Sep/2024:04:24:04] ENGINE Bus STARTING 2024-09-21T04:24:04.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22708]: cephadm 2024-09-21T04:24:04.211498+0000 mgr.a (mgr.14118) 5 : cephadm [INF] [21/Sep/2024:04:24:04] ENGINE Serving on https://172.21.15.28:7150 2024-09-21T04:24:04.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22708]: cephadm 2024-09-21T04:24:04.211498+0000 mgr.a (mgr.14118) 5 : cephadm [INF] [21/Sep/2024:04:24:04] ENGINE Serving on https://172.21.15.28:7150 2024-09-21T04:24:04.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22708]: cephadm 2024-09-21T04:24:04.213486+0000 mgr.a (mgr.14118) 6 : cephadm [ERR] [21/Sep/2024:04:24:04] ENGINE Error in HTTPServer.serve 2024-09-21T04:24:04.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22708]: Traceback (most recent call last): 2024-09-21T04:24:04.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22708]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T04:24:04.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22708]: self._connections.run(self.expiration_interval) 2024-09-21T04:24:04.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22708]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T04:24:04.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22708]: self._run(expiration_interval) 2024-09-21T04:24:04.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22708]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T04:24:04.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22708]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T04:24:04.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22708]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T04:24:04.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22708]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T04:24:04.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22708]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T04:24:04.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22708]: s = self.context.wrap_socket( 2024-09-21T04:24:04.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22708]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T04:24:04.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22708]: return self.sslsocket_class._create( 2024-09-21T04:24:04.988 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22708]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T04:24:04.988 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22708]: self.do_handshake() 2024-09-21T04:24:04.988 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22708]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T04:24:04.988 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22708]: self._sslobj.do_handshake() 2024-09-21T04:24:04.988 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22708]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T04:24:04.988 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22708]: cephadm 2024-09-21T04:24:04.213486+0000 mgr.a (mgr.14118) 6 : cephadm [ERR] [21/Sep/2024:04:24:04] ENGINE Error in HTTPServer.serve 2024-09-21T04:24:04.989 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22708]: Traceback (most recent call last): 2024-09-21T04:24:04.989 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22708]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T04:24:04.989 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22708]: self._connections.run(self.expiration_interval) 2024-09-21T04:24:04.989 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22708]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T04:24:04.989 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22708]: self._run(expiration_interval) 2024-09-21T04:24:04.989 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22708]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T04:24:04.989 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22708]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T04:24:04.989 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22708]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T04:24:04.989 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22708]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T04:24:04.989 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22708]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T04:24:04.989 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22708]: s = self.context.wrap_socket( 2024-09-21T04:24:04.989 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22708]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T04:24:04.989 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22708]: return self.sslsocket_class._create( 2024-09-21T04:24:04.989 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22708]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T04:24:04.990 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22708]: self.do_handshake() 2024-09-21T04:24:04.990 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22708]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T04:24:04.990 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22708]: self._sslobj.do_handshake() 2024-09-21T04:24:04.990 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22708]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T04:24:04.990 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22708]: cephadm 2024-09-21T04:24:04.314644+0000 mgr.a (mgr.14118) 7 : cephadm [INF] [21/Sep/2024:04:24:04] ENGINE Serving on http://172.21.15.28:8765 2024-09-21T04:24:04.990 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22708]: cephadm 2024-09-21T04:24:04.314644+0000 mgr.a (mgr.14118) 7 : cephadm [INF] [21/Sep/2024:04:24:04] ENGINE Serving on http://172.21.15.28:8765 2024-09-21T04:24:04.990 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22708]: cephadm 2024-09-21T04:24:04.315060+0000 mgr.a (mgr.14118) 8 : cephadm [INF] [21/Sep/2024:04:24:04] ENGINE Bus STARTED 2024-09-21T04:24:04.990 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22708]: cephadm 2024-09-21T04:24:04.315060+0000 mgr.a (mgr.14118) 8 : cephadm [INF] [21/Sep/2024:04:24:04] ENGINE Bus STARTED 2024-09-21T04:24:04.990 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22708]: audit 2024-09-21T04:24:04.315828+0000 mon.a (mon.0) 57 : audit [DBG] from='mgr.14118 172.21.15.28:0/954826768' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:24:04.990 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22708]: audit 2024-09-21T04:24:04.315828+0000 mon.a (mon.0) 57 : audit [DBG] from='mgr.14118 172.21.15.28:0/954826768' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:24:04.990 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22708]: audit 2024-09-21T04:24:04.614107+0000 mon.a (mon.0) 58 : audit [INF] from='client.? 172.21.15.28:0/1542950097' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2024-09-21T04:24:04.990 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:04 smithi028 bash[22708]: audit 2024-09-21T04:24:04.614107+0000 mon.a (mon.0) 58 : audit [INF] from='client.? 172.21.15.28:0/1542950097' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2024-09-21T04:24:05.200 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stderr module 'orchestrator' is already enabled (always-on) 2024-09-21T04:24:05.200 INFO:teuthology.orchestra.run.smithi028.stdout:Setting orchestrator backend to cephadm... 2024-09-21T04:24:05.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:05 smithi028 bash[22708]: audit 2024-09-21T04:24:04.648306+0000 mon.a (mon.0) 59 : audit [INF] from='client.? 172.21.15.28:0/1542950097' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2024-09-21T04:24:05.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:05 smithi028 bash[22708]: audit 2024-09-21T04:24:04.648306+0000 mon.a (mon.0) 59 : audit [INF] from='client.? 172.21.15.28:0/1542950097' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2024-09-21T04:24:05.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:05 smithi028 bash[22708]: cluster 2024-09-21T04:24:04.655124+0000 mon.a (mon.0) 60 : cluster [DBG] mgrmap e8: a(active, since 3s) 2024-09-21T04:24:05.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:05 smithi028 bash[22708]: cluster 2024-09-21T04:24:04.655124+0000 mon.a (mon.0) 60 : cluster [DBG] mgrmap e8: a(active, since 3s) 2024-09-21T04:24:07.898 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:07 smithi028 bash[22708]: audit 2024-09-21T04:24:06.585607+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-21T04:24:07.898 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:07 smithi028 bash[22708]: audit 2024-09-21T04:24:06.585607+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-21T04:24:07.898 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:07 smithi028 bash[22708]: audit 2024-09-21T04:24:06.590658+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14118 172.21.15.28:0/954826768' entity='mgr.a' 2024-09-21T04:24:07.898 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:07 smithi028 bash[22708]: audit 2024-09-21T04:24:06.590658+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14118 172.21.15.28:0/954826768' entity='mgr.a' 2024-09-21T04:24:07.898 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:07 smithi028 bash[22708]: audit 2024-09-21T04:24:06.607637+0000 mon.a (mon.0) 62 : audit [DBG] from='mgr.14118 172.21.15.28:0/954826768' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:24:07.898 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:07 smithi028 bash[22708]: audit 2024-09-21T04:24:06.607637+0000 mon.a (mon.0) 62 : audit [DBG] from='mgr.14118 172.21.15.28:0/954826768' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:24:08.929 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout value unchanged 2024-09-21T04:24:08.929 INFO:teuthology.orchestra.run.smithi028.stdout:Generating ssh key... 2024-09-21T04:24:09.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:09 smithi028 bash[22708]: audit 2024-09-21T04:24:08.429284+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-21T04:24:09.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:09 smithi028 bash[22708]: audit 2024-09-21T04:24:08.429284+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-21T04:24:10.735 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:24:10 smithi028 bash[22963]: Generating public/private rsa key pair. 2024-09-21T04:24:10.735 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:24:10 smithi028 bash[22963]: Your identification has been saved in /tmp/tmpaua1idsf/key 2024-09-21T04:24:10.735 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:24:10 smithi028 bash[22963]: Your public key has been saved in /tmp/tmpaua1idsf/key.pub 2024-09-21T04:24:10.736 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:24:10 smithi028 bash[22963]: The key fingerprint is: 2024-09-21T04:24:10.736 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:24:10 smithi028 bash[22963]: SHA256:zaC0cwxUkFkK9St6X8Zgay7FPJqYPX2WT7t5DDR1cLs ceph-fd0b2732-77d0-11ef-baf5-efdc52797490 2024-09-21T04:24:10.736 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:24:10 smithi028 bash[22963]: The key's randomart image is: 2024-09-21T04:24:10.736 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:24:10 smithi028 bash[22963]: +---[RSA 3072]----+ 2024-09-21T04:24:10.736 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:24:10 smithi028 bash[22963]: | ..+*o ...| 2024-09-21T04:24:10.736 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:24:10 smithi028 bash[22963]: | ooo ..o| 2024-09-21T04:24:10.736 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:24:10 smithi028 bash[22963]: | + o . o | 2024-09-21T04:24:10.736 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:24:10 smithi028 bash[22963]: | . = = o .| 2024-09-21T04:24:10.736 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:24:10 smithi028 bash[22963]: | =oS o. . E | 2024-09-21T04:24:10.736 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:24:10 smithi028 bash[22963]: | . ==+ . | 2024-09-21T04:24:10.736 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:24:10 smithi028 bash[22963]: | .+.=o.+..o | 2024-09-21T04:24:10.736 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:24:10 smithi028 bash[22963]: | o.*+.o+. oo | 2024-09-21T04:24:10.736 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:24:10 smithi028 bash[22963]: | ooo .=o | 2024-09-21T04:24:10.737 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:24:10 smithi028 bash[22963]: +----[SHA256]-----+ 2024-09-21T04:24:11.722 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:11 smithi028 bash[22708]: audit 2024-09-21T04:24:10.244864+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-21T04:24:11.722 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:11 smithi028 bash[22708]: audit 2024-09-21T04:24:10.244864+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-21T04:24:11.722 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:11 smithi028 bash[22708]: cephadm 2024-09-21T04:24:10.245098+0000 mgr.a (mgr.14118) 12 : cephadm [INF] Generating ssh key... 2024-09-21T04:24:11.722 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:11 smithi028 bash[22708]: cephadm 2024-09-21T04:24:10.245098+0000 mgr.a (mgr.14118) 12 : cephadm [INF] Generating ssh key... 2024-09-21T04:24:11.722 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:11 smithi028 bash[22708]: audit 2024-09-21T04:24:10.373069+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14118 172.21.15.28:0/954826768' entity='mgr.a' 2024-09-21T04:24:11.722 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:11 smithi028 bash[22708]: audit 2024-09-21T04:24:10.373069+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14118 172.21.15.28:0/954826768' entity='mgr.a' 2024-09-21T04:24:11.722 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:11 smithi028 bash[22708]: audit 2024-09-21T04:24:10.377800+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14118 172.21.15.28:0/954826768' entity='mgr.a' 2024-09-21T04:24:11.722 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:11 smithi028 bash[22708]: audit 2024-09-21T04:24:10.377800+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14118 172.21.15.28:0/954826768' entity='mgr.a' 2024-09-21T04:24:12.726 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCs6AAoFHtgsc9EALNNFbeZoPTxU7CBFu1sWzcwi9RRastFuwou4myrrORDcMcDxYH6R45AIpZrRr6KYXbShofNOEqQFx5iq0HM0ioRBU7qomeF++JV3YtHcmeuPmbQc7/8ju2iGQhJv3xK+H6Q7yQn6UjEPnm4XrlQLhah1rgdUcgNNMPo2keulOorW+IkowfUrNaFTijxn/LVZEhV9EBo8CnRR1CTzRFqDDM2woOe2r2WOK6Vn6ll5uay9R+fGEvEk1IUPWo9iX9PbR7WbvPlFdZFB2ahFCCxStdAn8IWISXxHDxZGEdU6vdfS2L50uwGLUaWJxtAgXZxGerx06cSOZ97+d3i/syPtQPBdBj+a2Ywz7pOv2Vr0sMLuYTBuxqFbt9+ooNdewTEx4eirrWZ+0/E68uaQrQ0HKYZp61rJFTQknqGLEeaCvJvf3oTWC3n8Zw1+5oLW1hmcxO1aLruORORgoClwX9Jjlm//xcPE3aR32kU/xJ0TUqu0SKr0gk= ceph-fd0b2732-77d0-11ef-baf5-efdc52797490 2024-09-21T04:24:12.726 INFO:teuthology.orchestra.run.smithi028.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-09-21T04:24:12.726 INFO:teuthology.orchestra.run.smithi028.stdout:Adding key to root@localhost authorized_keys... 2024-09-21T04:24:12.727 INFO:teuthology.orchestra.run.smithi028.stdout:Adding host smithi028... 2024-09-21T04:24:12.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:12 smithi028 bash[22708]: audit 2024-09-21T04:24:12.270907+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-21T04:24:12.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:12 smithi028 bash[22708]: audit 2024-09-21T04:24:12.270907+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-21T04:24:14.688 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:14 smithi028 bash[22708]: audit 2024-09-21T04:24:14.214840+0000 mgr.a (mgr.14118) 14 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi028", "addr": "172.21.15.28", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:24:14.688 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:14 smithi028 bash[22708]: audit 2024-09-21T04:24:14.214840+0000 mgr.a (mgr.14118) 14 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi028", "addr": "172.21.15.28", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:24:16.645 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:16 smithi028 bash[22708]: cephadm 2024-09-21T04:24:15.465801+0000 mgr.a (mgr.14118) 15 : cephadm [INF] Deploying cephadm binary to smithi028 2024-09-21T04:24:16.645 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:16 smithi028 bash[22708]: cephadm 2024-09-21T04:24:15.465801+0000 mgr.a (mgr.14118) 15 : cephadm [INF] Deploying cephadm binary to smithi028 2024-09-21T04:24:19.925 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout Added host 'smithi028' with addr '172.21.15.28' 2024-09-21T04:24:19.925 INFO:teuthology.orchestra.run.smithi028.stdout:Deploying unmanaged mon service... 2024-09-21T04:24:20.485 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:20 smithi028 bash[22708]: audit 2024-09-21T04:24:19.142504+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14118 172.21.15.28:0/954826768' entity='mgr.a' 2024-09-21T04:24:20.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:20 smithi028 bash[22708]: audit 2024-09-21T04:24:19.142504+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14118 172.21.15.28:0/954826768' entity='mgr.a' 2024-09-21T04:24:20.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:20 smithi028 bash[22708]: cephadm 2024-09-21T04:24:19.142945+0000 mgr.a (mgr.14118) 16 : cephadm [INF] Added host smithi028 2024-09-21T04:24:20.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:20 smithi028 bash[22708]: cephadm 2024-09-21T04:24:19.142945+0000 mgr.a (mgr.14118) 16 : cephadm [INF] Added host smithi028 2024-09-21T04:24:20.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:20 smithi028 bash[22708]: audit 2024-09-21T04:24:19.143297+0000 mon.a (mon.0) 66 : audit [DBG] from='mgr.14118 172.21.15.28:0/954826768' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:24:20.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:20 smithi028 bash[22708]: audit 2024-09-21T04:24:19.143297+0000 mon.a (mon.0) 66 : audit [DBG] from='mgr.14118 172.21.15.28:0/954826768' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:24:22.495 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-09-21T04:24:22.495 INFO:teuthology.orchestra.run.smithi028.stdout:Deploying unmanaged mgr service... 2024-09-21T04:24:23.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:22 smithi028 bash[22708]: cluster 2024-09-21T04:24:21.652446+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-21T04:24:23.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:22 smithi028 bash[22708]: cluster 2024-09-21T04:24:21.652446+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-21T04:24:23.236 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:22 smithi028 bash[22708]: audit 2024-09-21T04:24:21.869266+0000 mgr.a (mgr.14118) 18 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:24:23.236 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:22 smithi028 bash[22708]: audit 2024-09-21T04:24:21.869266+0000 mgr.a (mgr.14118) 18 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:24:23.236 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:22 smithi028 bash[22708]: cephadm 2024-09-21T04:24:21.870475+0000 mgr.a (mgr.14118) 19 : cephadm [INF] Saving service mon spec with placement count:5 2024-09-21T04:24:23.236 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:22 smithi028 bash[22708]: cephadm 2024-09-21T04:24:21.870475+0000 mgr.a (mgr.14118) 19 : cephadm [INF] Saving service mon spec with placement count:5 2024-09-21T04:24:23.236 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:22 smithi028 bash[22708]: audit 2024-09-21T04:24:21.875054+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14118 172.21.15.28:0/954826768' entity='mgr.a' 2024-09-21T04:24:23.236 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:22 smithi028 bash[22708]: audit 2024-09-21T04:24:21.875054+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14118 172.21.15.28:0/954826768' entity='mgr.a' 2024-09-21T04:24:23.236 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:22 smithi028 bash[22708]: audit 2024-09-21T04:24:22.187890+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14118 172.21.15.28:0/954826768' entity='mgr.a' 2024-09-21T04:24:23.236 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:22 smithi028 bash[22708]: audit 2024-09-21T04:24:22.187890+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14118 172.21.15.28:0/954826768' entity='mgr.a' 2024-09-21T04:24:23.236 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:22 smithi028 bash[22708]: audit 2024-09-21T04:24:22.760739+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14118 172.21.15.28:0/954826768' entity='mgr.a' 2024-09-21T04:24:23.236 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:22 smithi028 bash[22708]: audit 2024-09-21T04:24:22.760739+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14118 172.21.15.28:0/954826768' entity='mgr.a' 2024-09-21T04:24:24.460 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-09-21T04:24:25.236 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:24 smithi028 bash[22708]: cluster 2024-09-21T04:24:23.652812+0000 mgr.a (mgr.14118) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:24:25.236 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:24 smithi028 bash[22708]: cluster 2024-09-21T04:24:23.652812+0000 mgr.a (mgr.14118) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:24:25.236 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:24 smithi028 bash[22708]: audit 2024-09-21T04:24:23.901389+0000 mgr.a (mgr.14118) 21 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:24:25.236 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:24 smithi028 bash[22708]: audit 2024-09-21T04:24:23.901389+0000 mgr.a (mgr.14118) 21 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:24:25.236 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:24 smithi028 bash[22708]: cephadm 2024-09-21T04:24:23.903607+0000 mgr.a (mgr.14118) 22 : cephadm [INF] Saving service mgr spec with placement count:2 2024-09-21T04:24:25.236 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:24 smithi028 bash[22708]: cephadm 2024-09-21T04:24:23.903607+0000 mgr.a (mgr.14118) 22 : cephadm [INF] Saving service mgr spec with placement count:2 2024-09-21T04:24:25.236 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:24 smithi028 bash[22708]: audit 2024-09-21T04:24:23.907684+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.14118 172.21.15.28:0/954826768' entity='mgr.a' 2024-09-21T04:24:25.236 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:24 smithi028 bash[22708]: audit 2024-09-21T04:24:23.907684+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.14118 172.21.15.28:0/954826768' entity='mgr.a' 2024-09-21T04:24:27.145 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:26 smithi028 bash[22708]: cluster 2024-09-21T04:24:25.653088+0000 mgr.a (mgr.14118) 23 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:24:27.145 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:26 smithi028 bash[22708]: cluster 2024-09-21T04:24:25.653088+0000 mgr.a (mgr.14118) 23 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:24:27.145 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:26 smithi028 bash[22708]: audit 2024-09-21T04:24:25.864912+0000 mon.a (mon.0) 71 : audit [INF] from='client.? 172.21.15.28:0/2626315266' entity='client.admin' 2024-09-21T04:24:27.145 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:26 smithi028 bash[22708]: audit 2024-09-21T04:24:25.864912+0000 mon.a (mon.0) 71 : audit [INF] from='client.? 172.21.15.28:0/2626315266' entity='client.admin' 2024-09-21T04:24:28.208 INFO:teuthology.orchestra.run.smithi028.stdout:Enabling the dashboard module... 2024-09-21T04:24:28.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:28 smithi028 bash[22708]: cluster 2024-09-21T04:24:27.653549+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-21T04:24:28.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:28 smithi028 bash[22708]: cluster 2024-09-21T04:24:27.653549+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-21T04:24:28.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:28 smithi028 bash[22708]: audit 2024-09-21T04:24:27.689804+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.28:0/2434549391' entity='client.admin' 2024-09-21T04:24:28.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:28 smithi028 bash[22708]: audit 2024-09-21T04:24:27.689804+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.28:0/2434549391' entity='client.admin' 2024-09-21T04:24:30.004 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:24:29 smithi028 bash[22963]: ignoring --setuser ceph since I am not root 2024-09-21T04:24:30.004 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:24:29 smithi028 bash[22963]: ignoring --setgroup ceph since I am not root 2024-09-21T04:24:30.004 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:29 smithi028 bash[22708]: audit 2024-09-21T04:24:29.658979+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 172.21.15.28:0/736421333' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2024-09-21T04:24:30.005 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:29 smithi028 bash[22708]: audit 2024-09-21T04:24:29.658979+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 172.21.15.28:0/736421333' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2024-09-21T04:24:30.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:30 smithi028 bash[22708]: audit 2024-09-21T04:24:29.695525+0000 mon.a (mon.0) 74 : audit [INF] from='client.? 172.21.15.28:0/736421333' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-21T04:24:30.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:30 smithi028 bash[22708]: audit 2024-09-21T04:24:29.695525+0000 mon.a (mon.0) 74 : audit [INF] from='client.? 172.21.15.28:0/736421333' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-21T04:24:30.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:30 smithi028 bash[22708]: cluster 2024-09-21T04:24:29.700758+0000 mon.a (mon.0) 75 : cluster [DBG] mgrmap e9: a(active, since 28s) 2024-09-21T04:24:30.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:30 smithi028 bash[22708]: cluster 2024-09-21T04:24:29.700758+0000 mon.a (mon.0) 75 : cluster [DBG] mgrmap e9: a(active, since 28s) 2024-09-21T04:24:32.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:31 smithi028 bash[22708]: audit 2024-09-21T04:24:31.785938+0000 mon.a (mon.0) 76 : audit [DBG] from='client.? 172.21.15.28:0/3382310483' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-21T04:24:32.236 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:31 smithi028 bash[22708]: audit 2024-09-21T04:24:31.785938+0000 mon.a (mon.0) 76 : audit [DBG] from='client.? 172.21.15.28:0/3382310483' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-21T04:24:32.344 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout { 2024-09-21T04:24:32.345 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-09-21T04:24:32.345 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-21T04:24:32.345 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-09-21T04:24:32.345 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-21T04:24:32.345 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout } 2024-09-21T04:24:32.345 INFO:teuthology.orchestra.run.smithi028.stdout:Waiting for the mgr to restart... 2024-09-21T04:24:32.345 INFO:teuthology.orchestra.run.smithi028.stdout:Waiting for mgr epoch 9... 2024-09-21T04:24:36.485 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:36 smithi028 bash[22708]: cluster 2024-09-21T04:24:36.007808+0000 mon.a (mon.0) 77 : cluster [INF] Active manager daemon a restarted 2024-09-21T04:24:36.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:36 smithi028 bash[22708]: cluster 2024-09-21T04:24:36.007808+0000 mon.a (mon.0) 77 : cluster [INF] Active manager daemon a restarted 2024-09-21T04:24:36.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:36 smithi028 bash[22708]: cluster 2024-09-21T04:24:36.008285+0000 mon.a (mon.0) 78 : cluster [INF] Activating manager daemon a 2024-09-21T04:24:36.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:36 smithi028 bash[22708]: cluster 2024-09-21T04:24:36.008285+0000 mon.a (mon.0) 78 : cluster [INF] Activating manager daemon a 2024-09-21T04:24:36.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:36 smithi028 bash[22708]: cluster 2024-09-21T04:24:36.013486+0000 mon.a (mon.0) 79 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-09-21T04:24:36.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:36 smithi028 bash[22708]: cluster 2024-09-21T04:24:36.013486+0000 mon.a (mon.0) 79 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-09-21T04:24:36.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:36 smithi028 bash[22708]: cluster 2024-09-21T04:24:36.013637+0000 mon.a (mon.0) 80 : cluster [DBG] mgrmap e10: a(active, starting, since 0.00556854s) 2024-09-21T04:24:36.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:36 smithi028 bash[22708]: cluster 2024-09-21T04:24:36.013637+0000 mon.a (mon.0) 80 : cluster [DBG] mgrmap e10: a(active, starting, since 0.00556854s) 2024-09-21T04:24:36.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:36 smithi028 bash[22708]: audit 2024-09-21T04:24:36.015499+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T04:24:36.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:36 smithi028 bash[22708]: audit 2024-09-21T04:24:36.015499+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T04:24:36.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:36 smithi028 bash[22708]: audit 2024-09-21T04:24:36.016548+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-21T04:24:36.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:36 smithi028 bash[22708]: audit 2024-09-21T04:24:36.016548+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-21T04:24:36.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:36 smithi028 bash[22708]: audit 2024-09-21T04:24:36.017780+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-21T04:24:36.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:36 smithi028 bash[22708]: audit 2024-09-21T04:24:36.017780+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-21T04:24:36.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:36 smithi028 bash[22708]: audit 2024-09-21T04:24:36.017949+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-21T04:24:36.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:36 smithi028 bash[22708]: audit 2024-09-21T04:24:36.017949+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-21T04:24:36.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:36 smithi028 bash[22708]: audit 2024-09-21T04:24:36.018078+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-21T04:24:36.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:36 smithi028 bash[22708]: audit 2024-09-21T04:24:36.018078+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-21T04:24:36.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:36 smithi028 bash[22708]: cluster 2024-09-21T04:24:36.040476+0000 mon.a (mon.0) 86 : cluster [INF] Manager daemon a is now available 2024-09-21T04:24:36.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:36 smithi028 bash[22708]: cluster 2024-09-21T04:24:36.040476+0000 mon.a (mon.0) 86 : cluster [INF] Manager daemon a is now available 2024-09-21T04:24:37.560 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout { 2024-09-21T04:24:37.560 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-09-21T04:24:37.560 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-21T04:24:37.560 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout } 2024-09-21T04:24:37.560 INFO:teuthology.orchestra.run.smithi028.stdout:mgr epoch 9 is available 2024-09-21T04:24:37.560 INFO:teuthology.orchestra.run.smithi028.stdout:Using certmgr to generate dashboard self-signed certificate... 2024-09-21T04:24:37.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:37 smithi028 bash[22708]: audit 2024-09-21T04:24:36.451216+0000 mon.a (mon.0) 87 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:24:37.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:37 smithi028 bash[22708]: audit 2024-09-21T04:24:36.451216+0000 mon.a (mon.0) 87 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:24:37.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:37 smithi028 bash[22708]: audit 2024-09-21T04:24:36.454561+0000 mon.a (mon.0) 88 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:24:37.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:37 smithi028 bash[22708]: audit 2024-09-21T04:24:36.454561+0000 mon.a (mon.0) 88 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:24:37.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:37 smithi028 bash[22708]: audit 2024-09-21T04:24:36.471241+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-21T04:24:37.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:37 smithi028 bash[22708]: audit 2024-09-21T04:24:36.471241+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-21T04:24:37.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:37 smithi028 bash[22708]: audit 2024-09-21T04:24:36.473665+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-21T04:24:37.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:37 smithi028 bash[22708]: audit 2024-09-21T04:24:36.473665+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-21T04:24:37.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:37 smithi028 bash[22708]: cluster 2024-09-21T04:24:37.017058+0000 mon.a (mon.0) 91 : cluster [DBG] mgrmap e11: a(active, since 1.00899s) 2024-09-21T04:24:37.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:37 smithi028 bash[22708]: cluster 2024-09-21T04:24:37.017058+0000 mon.a (mon.0) 91 : cluster [DBG] mgrmap e11: a(active, since 1.00899s) 2024-09-21T04:24:38.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:38 smithi028 bash[22708]: audit 2024-09-21T04:24:37.016885+0000 mgr.a (mgr.14152) 1 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-21T04:24:38.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:38 smithi028 bash[22708]: audit 2024-09-21T04:24:37.016885+0000 mgr.a (mgr.14152) 1 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-21T04:24:38.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:38 smithi028 bash[22708]: audit 2024-09-21T04:24:37.031038+0000 mgr.a (mgr.14152) 2 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-21T04:24:38.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:38 smithi028 bash[22708]: audit 2024-09-21T04:24:37.031038+0000 mgr.a (mgr.14152) 2 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-21T04:24:38.736 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:24:38 smithi028 bash[22963]: debug 2024-09-21T04:24:38.657+0000 7f912274f640 -1 log_channel(cephadm) log [ERR] : [21/Sep/2024:04:24:38] ENGINE Error in HTTPServer.serve 2024-09-21T04:24:38.736 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:24:38 smithi028 bash[22963]: Traceback (most recent call last): 2024-09-21T04:24:38.737 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:24:38 smithi028 bash[22963]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T04:24:38.737 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:24:38 smithi028 bash[22963]: self._connections.run(self.expiration_interval) 2024-09-21T04:24:38.737 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:24:38 smithi028 bash[22963]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T04:24:38.737 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:24:38 smithi028 bash[22963]: self._run(expiration_interval) 2024-09-21T04:24:38.737 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:24:38 smithi028 bash[22963]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T04:24:38.737 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:24:38 smithi028 bash[22963]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T04:24:38.737 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:24:38 smithi028 bash[22963]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T04:24:38.737 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:24:38 smithi028 bash[22963]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T04:24:38.737 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:24:38 smithi028 bash[22963]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T04:24:38.737 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:24:38 smithi028 bash[22963]: s = self.context.wrap_socket( 2024-09-21T04:24:38.737 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:24:38 smithi028 bash[22963]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T04:24:38.737 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:24:38 smithi028 bash[22963]: return self.sslsocket_class._create( 2024-09-21T04:24:38.737 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:24:38 smithi028 bash[22963]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T04:24:38.738 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:24:38 smithi028 bash[22963]: self.do_handshake() 2024-09-21T04:24:38.738 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:24:38 smithi028 bash[22963]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T04:24:38.738 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:24:38 smithi028 bash[22963]: self._sslobj.do_handshake() 2024-09-21T04:24:38.738 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:24:38 smithi028 bash[22963]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T04:24:39.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:39 smithi028 bash[22708]: cluster 2024-09-21T04:24:38.455777+0000 mon.a (mon.0) 92 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-09-21T04:24:39.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:39 smithi028 bash[22708]: cluster 2024-09-21T04:24:38.455777+0000 mon.a (mon.0) 92 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-09-21T04:24:39.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:39 smithi028 bash[22708]: cephadm 2024-09-21T04:24:38.537299+0000 mgr.a (mgr.14152) 3 : cephadm [INF] [21/Sep/2024:04:24:38] ENGINE Bus STARTING 2024-09-21T04:24:39.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:39 smithi028 bash[22708]: cephadm 2024-09-21T04:24:38.537299+0000 mgr.a (mgr.14152) 3 : cephadm [INF] [21/Sep/2024:04:24:38] ENGINE Bus STARTING 2024-09-21T04:24:39.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:39 smithi028 bash[22708]: cephadm 2024-09-21T04:24:38.657756+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [21/Sep/2024:04:24:38] ENGINE Serving on https://172.21.15.28:7150 2024-09-21T04:24:39.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:39 smithi028 bash[22708]: cephadm 2024-09-21T04:24:38.657756+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [21/Sep/2024:04:24:38] ENGINE Serving on https://172.21.15.28:7150 2024-09-21T04:24:39.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:39 smithi028 bash[22708]: cephadm 2024-09-21T04:24:38.661647+0000 mgr.a (mgr.14152) 5 : cephadm [ERR] [21/Sep/2024:04:24:38] ENGINE Error in HTTPServer.serve 2024-09-21T04:24:39.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:39 smithi028 bash[22708]: Traceback (most recent call last): 2024-09-21T04:24:39.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:39 smithi028 bash[22708]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T04:24:39.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:39 smithi028 bash[22708]: self._connections.run(self.expiration_interval) 2024-09-21T04:24:39.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:39 smithi028 bash[22708]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T04:24:39.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:39 smithi028 bash[22708]: self._run(expiration_interval) 2024-09-21T04:24:39.738 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:39 smithi028 bash[22708]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T04:24:39.738 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:39 smithi028 bash[22708]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T04:24:39.738 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:39 smithi028 bash[22708]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T04:24:39.738 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:39 smithi028 bash[22708]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T04:24:39.738 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:39 smithi028 bash[22708]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T04:24:39.738 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:39 smithi028 bash[22708]: s = self.context.wrap_socket( 2024-09-21T04:24:39.738 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:39 smithi028 bash[22708]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T04:24:39.738 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:39 smithi028 bash[22708]: return self.sslsocket_class._create( 2024-09-21T04:24:39.738 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:39 smithi028 bash[22708]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T04:24:39.738 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:39 smithi028 bash[22708]: self.do_handshake() 2024-09-21T04:24:39.738 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:39 smithi028 bash[22708]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T04:24:39.738 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:39 smithi028 bash[22708]: self._sslobj.do_handshake() 2024-09-21T04:24:39.738 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:39 smithi028 bash[22708]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T04:24:39.738 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:39 smithi028 bash[22708]: cephadm 2024-09-21T04:24:38.661647+0000 mgr.a (mgr.14152) 5 : cephadm [ERR] [21/Sep/2024:04:24:38] ENGINE Error in HTTPServer.serve 2024-09-21T04:24:39.739 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:39 smithi028 bash[22708]: Traceback (most recent call last): 2024-09-21T04:24:39.739 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:39 smithi028 bash[22708]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T04:24:39.739 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:39 smithi028 bash[22708]: self._connections.run(self.expiration_interval) 2024-09-21T04:24:39.739 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:39 smithi028 bash[22708]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T04:24:39.739 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:39 smithi028 bash[22708]: self._run(expiration_interval) 2024-09-21T04:24:39.739 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:39 smithi028 bash[22708]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T04:24:39.739 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:39 smithi028 bash[22708]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T04:24:39.739 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:39 smithi028 bash[22708]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T04:24:39.739 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:39 smithi028 bash[22708]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T04:24:39.739 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:39 smithi028 bash[22708]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T04:24:39.739 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:39 smithi028 bash[22708]: s = self.context.wrap_socket( 2024-09-21T04:24:39.739 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:39 smithi028 bash[22708]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T04:24:39.739 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:39 smithi028 bash[22708]: return self.sslsocket_class._create( 2024-09-21T04:24:39.739 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:39 smithi028 bash[22708]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T04:24:39.740 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:39 smithi028 bash[22708]: self.do_handshake() 2024-09-21T04:24:39.740 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:39 smithi028 bash[22708]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T04:24:39.740 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:39 smithi028 bash[22708]: self._sslobj.do_handshake() 2024-09-21T04:24:39.740 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:39 smithi028 bash[22708]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T04:24:40.635 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout {"cert": "-----BEGIN CERTIFICATE-----\nMIIE+zCCAuOgAwIBAgIUQ1B8oCkhs4/DF25fd5goV8xNvF0wDQYJKoZIhvcNAQEL\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkyMTA0MjQ0MFoXDTM0\nMDkyMjA0MjQ0MFowFzEVMBMGA1UEAwwMMTcyLjIxLjE1LjI4MIICIjANBgkqhkiG\n9w0BAQEFAAOCAg8AMIICCgKCAgEA9DwWfaadniGbMToGXv9YpPG6y/wHrQtnSZNJ\ncQ/1vkMpN6tiXjZ1P3sdAWG/iVZupuck1wyXmlGaEOyfF87+DqLqw2Gj4lKhwTdN\n/Lwr9KzwdH3c6KycCi12wxc4LbclNZ8/esyraiiy0mJhWfsmMlOsfPXrWBH+2ELl\nZWkX6sol087PD4u6+aen17GsfPm8jVsy6njpjVgU1d67u8yjP2Ch2pzy3TZ3kXhn\nRwC8DPJtXNuFA+LclZiqvCgqI7o1MFnRGs6m//pIGJt1Nt+AeeorEePePW5aOq18\ncT3fqUeiHJZFMTlHxpmu6PlWpYzqg+vZe88+G/maQhE/fIvPOWe8M71xIoQK21l3\nkcWFDLk1e2oP8C+WE+1poFYg9oLEk71PYc8TQ1Zx31gELUEn9nD93t2bVUacO8bR\nEzXYO8U718BZX2NL7I0GVKq3Rrp93dx2zOCgvLVNLE1uFucd/EfdOssALYgjvf4V\nuc0B8FCbDqskLHsdiqs4sg2LkEsq+ATMqwc+YRzReTilhd/v5zthnwXh55e8nlNE\noXYms9qSdh71jQk79mu7inCrahMsIrh0GrggyqZ+obk01Zgjs73Zq3fxYhbvwVUi\nD4RfYONJ2Va3RgXmxvMILZP/G4iPqDnEU/0NqD7IPcsPaB+lb+cQvFNDKnGyag1R\nOPe4qh0CAwEAAaM/MD0wLQYDVR0RBCYwJIIJc21pdGhpMDI4ghFkYXNoYm9hcmRf\nc2VydmVyc4cErBUPHDAMBgNVHRMBAf8EAjAAMA0GCSqGSIb3DQEBCwUAA4ICAQDC\nA9VwbLxjAFJlQaQajYD+vMUDymBltBZXP9SvQ8F6o7Mh4RJiUnnXeLWpREkH9itl\n0ZfwDNhwx7EJHFdYtcin3YBgGCpJp5e/my6wBA5gcgPlKscS/NqkqwvAQfpEMRGw\n7xM2hh+AgLmC1ui1Jz/f8jB/U1AstctoIcIReHULiBIYoL7cFKWTHI95CZ4O7c/j\nFMUP+OzIkTudC03XpF0lSEJO37f2tIsmfVEB9hmGpae9kXqEPmT2pGUItZbbahRr\nqQqYPtofdeajJDjVtpllUb1LDi/8mmS+1T3hhDunkCYIRvNNyzZkJsl4DOj+tqqP\nfsltZE+k0l1zNZ/BMMij9uk8jS/pez3jIybOUkVcpXqbNYI7RG71kMeXvHJ4j1Zc\npRuLJqCQT8sdeCyLKciH3uyhF4sSNLAo/0IyAUMOeRh0xmGB/mYZ6oXG98pim/BW\nXKwzDD3ahnUyQKZ1gw9AiCRVfG2Nn9TzXX5wdTmA3aQjNf0/n+teiu4oznKLw08+\nk2Be7RaDaVVBGdB7fHzNLd8vO0Udrvmk1eV5JHScLVk1DzXzgXaf3nKSnaG0mvbG\n6la26TJjPgyTQvaIG3T8z0AXB+7a/OgMDkL8xpK/UoFz3Gfiz4luajaoFR9kolNV\nKmVsdQ6b7g8SPMwpaqpg4FXcrQtbiZOnILpwRpPd9A==\n-----END CERTIFICATE-----\n", "key": "-----BEGIN RSA PRIVATE KEY-----\nMIIJKAIBAAKCAgEA9DwWfaadniGbMToGXv9YpPG6y/wHrQtnSZNJcQ/1vkMpN6ti\nXjZ1P3sdAWG/iVZupuck1wyXmlGaEOyfF87+DqLqw2Gj4lKhwTdN/Lwr9KzwdH3c\n6KycCi12wxc4LbclNZ8/esyraiiy0mJhWfsmMlOsfPXrWBH+2ELlZWkX6sol087P\nD4u6+aen17GsfPm8jVsy6njpjVgU1d67u8yjP2Ch2pzy3TZ3kXhnRwC8DPJtXNuF\nA+LclZiqvCgqI7o1MFnRGs6m//pIGJt1Nt+AeeorEePePW5aOq18cT3fqUeiHJZF\nMTlHxpmu6PlWpYzqg+vZe88+G/maQhE/fIvPOWe8M71xIoQK21l3kcWFDLk1e2oP\n8C+WE+1poFYg9oLEk71PYc8TQ1Zx31gELUEn9nD93t2bVUacO8bREzXYO8U718BZ\nX2NL7I0GVKq3Rrp93dx2zOCgvLVNLE1uFucd/EfdOssALYgjvf4Vuc0B8FCbDqsk\nLHsdiqs4sg2LkEsq+ATMqwc+YRzReTilhd/v5zthnwXh55e8nlNEoXYms9qSdh71\njQk79mu7inCrahMsIrh0GrggyqZ+obk01Zgjs73Zq3fxYhbvwVUiD4RfYONJ2Va3\nRgXmxvMILZP/G4iPqDnEU/0NqD7IPcsPaB+lb+cQvFNDKnGyag1ROPe4qh0CAwEA\nAQKCAgBr7/hSnKWRArInDclOB5SCBRD0YJR13hHOOukcrhyBcwYOw8/r6i5kGUFG\n4I+5Hvk1CvdFkRuZCFJKA4EGESVHi6msIoU+mx1AmnP9a54TerCkExHjxJELkG8p\npiPeVE/+BDyWRUjGWGk7QF5c2XlWiZM0AKz7Vaymn93otQrsaV1RX9czvCGsfvNX\nCH8+FlLFuBXm+PviyxgeMtsOEtDczBSL3Iwaxp0OLcOa5hC1uhgqDxwYjRTGilt+\nX1PMSVmDXlZi/gxhGZfuRBoH37vUZXCWbfnEdXYr84sJMvqbQfy7nI/EwtddRoM+\nFB++d2oXVk7eAEenLmcFpsDDhrhT/eUNfwCFMeT1XOxcQxBmU2KTQ3ZlYAoGUBUJ\nP9aG02BB7pEx+gCUtOEdipES+deiFec9VGVdX9AG96M1SPXlI9MdkrP3EzKjUMLT\n21q5koXP8z4wAOfkmZB+isSsPOlZmvlh3qxyKIMnnBUGH7KPR4ZCeGBvNAKhcSVX\nTO3aixuTE2QO79qFl1D4SKp52TCigAlt851i9VPdC+ubW7FaK0ZOCrBteRWtenMR\n27cpc7hJSACam5JT7YuDfKOAZb0kQHp7a2SajqJrUrlNdOh56fvSnfdHNFp/CV8J\nL7Rluqr8NR/qt0NuWQHxWq21bA1B3kfZFqfAlebBR9wiVn9MgwKCAQEA/H4007K+\nWkBKgLtXdC8453turnnfV47D3rlH5EBE5TwEK+VYa5SuGrAiS9Z85tjzSKVgZ56X\nDoqMg0+p8VXr8BbsgrlANGkhxspFsUtHBTdIt2jss/hUZu/Mmqt5LASSirCoGMfl\nnWaggU/R8eHToPheCgCcPfoyzV4IKEHrbVe85GrHli2ZnaYKn5Xe8TsT3vgznZKZ\na+Vlncbw6vndLVtog3nu2ft2aMXAwrC6+QQC8AXsa4n0+a/nLVk7bFXnroX5tg3j\nQWxZ+ptYFzjO1kGpJnEeUVtlcC3b6vU+5GNDecWo7VNMhNg32iK89Y5c54JBOLoL\nVjhspHizOI2t5wKCAQEA96CEdOeXVxM2m92R+M0G+aXNqM1yOHNxQS+Mnc7efYg7\nJqsANTkqkXaCK9r68qNwufKCyUbzUgd8mCXbKWhvhZfzgs0iiTc0wXyo2spkfCJs\ndazfgZytrVccU8pxWLXbqsWjh2yn/DpPXdc/9VE84V29PbevrtqdRAbzU0VTmEtb\nM9XPRcK5oVgP7N4UfcCPz0M7ZStHMzWX8q4VYcFNun/3Hgfp0BoWIat2/Iz/n7ZD\njPbtkTxRQ2/21FOWYI6xdo+eB816iUwb76E3wPW8+xrgdfoffQ7Dz+GsGs4kyobw\nO5J3U629dNxJn1n53u7YdGlHp0sjTwwhxoGFcfA/WwKCAQBesO4a3pPowOev85JO\nrk8G8RGHOYl7Cr2GT7IYdcngtmtSEwbgAbhxpdCW5G+fG4nRmsPW2HEKMQeVT1EK\ngxCiz9YPCG59uVfDd6Q/Y13VJPCOaDktHVp56ECxWNFuoqBahvnjoUQJja1wEYFI\n10pIuhx6X9Q4ohZfUn54qpAiR589gpYrShqsNtMRGmGr0l4XZrnkxE/pWPSNAUjk\ntqQuGHPPqvDaqyWzEUbDPQhBzzFS1sXdZrWK1l86cJaKgIUMvI3zqq2poXr1M0EM\nJG/dhm5rTkzycfZO5cPuD99wQ5HQn0JFDtJJl9UKZ7C53pQU9pKDNbJ+uVZ1MBb2\nhJvNAoIBAQChO7MDK4gu+iOkeTCCf3z7MCoorxygBQrJFtzII9pagkmBc/Y+sWo2\nLKO1Sm/7bNAJQw5FYB0uXBGUP5Hj9EwpADdeA5NpJLkFAtYvH3kuGnvkYxtkmU+8\nfevD4xzKVh8hom5Hz0fRw2XKBE1wveSWGSMO/Hs3rsCXeq8UmR9FGkvYBG9hTNjx\nZRV5dWCCQM9idLRHu1Yw0cSODyt86xBhTtDojN6A0Xt3kN14s5X9t/9j2aP13QBM\nmKputb5EQKTsPbb3/aK7owLNlHto+JiEJ4vfRW0bUHHO+XHGQlNSS2pAX62ynn2t\niYGmcD9yGLJ3mdU96H6lCZE0X0E0XunhAoIBAGNhGxuU4+hu+PGZOUZvRWFJsT13\nERwDiBYHblQ0n8utZBLcEa3LVGs987CLCMrU9hPUL5CImk8vQB87GGTFrMEdAt6e\n+ra3Z9tWgBGl7XiE8YE0Q0tigqR0VE9pXHptuxbNdh7QAYM3CYDZxbKXEJzflC7m\n6eQVIyOCzM1UUObxx2Yf6m5R1P5LDA0OjUx0IGTw8QWlmA8w4JDVYQym9jiHFfEq\nnaQMtBzwp+XTGsjRbKCP8N0z8wApzs8dO37mXA6NRXLk3HEVxXD4LyJZzk8YhIX0\nOe+Vlyvstw7gOlqgOVRamVgFytPYuCaV6l0v5p8ZdF+khdmSKz9rFAzOw0E=\n-----END RSA PRIVATE KEY-----\n"} 2024-09-21T04:24:40.725 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:40 smithi028 bash[22708]: cephadm 2024-09-21T04:24:38.759449+0000 mgr.a (mgr.14152) 6 : cephadm [INF] [21/Sep/2024:04:24:38] ENGINE Serving on http://172.21.15.28:8765 2024-09-21T04:24:40.726 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:40 smithi028 bash[22708]: cephadm 2024-09-21T04:24:38.759449+0000 mgr.a (mgr.14152) 6 : cephadm [INF] [21/Sep/2024:04:24:38] ENGINE Serving on http://172.21.15.28:8765 2024-09-21T04:24:40.726 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:40 smithi028 bash[22708]: cephadm 2024-09-21T04:24:38.759678+0000 mgr.a (mgr.14152) 7 : cephadm [INF] [21/Sep/2024:04:24:38] ENGINE Bus STARTED 2024-09-21T04:24:40.726 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:40 smithi028 bash[22708]: cephadm 2024-09-21T04:24:38.759678+0000 mgr.a (mgr.14152) 7 : cephadm [INF] [21/Sep/2024:04:24:38] ENGINE Bus STARTED 2024-09-21T04:24:40.726 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:40 smithi028 bash[22708]: audit 2024-09-21T04:24:38.998292+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-21T04:24:40.726 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:40 smithi028 bash[22708]: audit 2024-09-21T04:24:38.998292+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-21T04:24:42.616 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout SSL certificate updated 2024-09-21T04:24:43.411 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:43 smithi028 bash[22708]: audit 2024-09-21T04:24:42.136936+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-21T04:24:43.411 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:43 smithi028 bash[22708]: audit 2024-09-21T04:24:42.136936+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-21T04:24:43.412 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:43 smithi028 bash[22708]: audit 2024-09-21T04:24:42.141856+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:24:43.412 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:43 smithi028 bash[22708]: audit 2024-09-21T04:24:42.141856+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:24:44.472 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout SSL certificate key updated 2024-09-21T04:24:44.472 INFO:teuthology.orchestra.run.smithi028.stdout:Creating initial admin user... 2024-09-21T04:24:44.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:44 smithi028 bash[22708]: audit 2024-09-21T04:24:43.381281+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:24:44.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:44 smithi028 bash[22708]: audit 2024-09-21T04:24:43.381281+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:24:44.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:44 smithi028 bash[22708]: audit 2024-09-21T04:24:43.382352+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi028", "name": "osd_memory_target"} : dispatch 2024-09-21T04:24:44.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:44 smithi028 bash[22708]: audit 2024-09-21T04:24:43.382352+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi028", "name": "osd_memory_target"} : dispatch 2024-09-21T04:24:44.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:44 smithi028 bash[22708]: audit 2024-09-21T04:24:43.386244+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:24:44.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:44 smithi028 bash[22708]: audit 2024-09-21T04:24:43.386244+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:24:44.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:44 smithi028 bash[22708]: audit 2024-09-21T04:24:43.387657+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi028", "caps": []} : dispatch 2024-09-21T04:24:44.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:44 smithi028 bash[22708]: audit 2024-09-21T04:24:43.387657+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi028", "caps": []} : dispatch 2024-09-21T04:24:44.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:44 smithi028 bash[22708]: audit 2024-09-21T04:24:43.388231+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi028", "caps": []}]': finished 2024-09-21T04:24:44.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:44 smithi028 bash[22708]: audit 2024-09-21T04:24:43.388231+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi028", "caps": []}]': finished 2024-09-21T04:24:44.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:44 smithi028 bash[22708]: audit 2024-09-21T04:24:43.947086+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:24:44.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:44 smithi028 bash[22708]: audit 2024-09-21T04:24:43.947086+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:24:45.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:45 smithi028 bash[22708]: audit 2024-09-21T04:24:43.944095+0000 mgr.a (mgr.14152) 10 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:24:45.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:45 smithi028 bash[22708]: audit 2024-09-21T04:24:43.944095+0000 mgr.a (mgr.14152) 10 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:24:45.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:45 smithi028 bash[22708]: cephadm 2024-09-21T04:24:44.388386+0000 mgr.a (mgr.14152) 11 : cephadm [INF] Deploying daemon agent.smithi028 on smithi028 2024-09-21T04:24:45.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:45 smithi028 bash[22708]: cephadm 2024-09-21T04:24:44.388386+0000 mgr.a (mgr.14152) 11 : cephadm [INF] Deploying daemon agent.smithi028 on smithi028 2024-09-21T04:24:46.888 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$w9QBMoGcXqmeaKLq1sS1ies3OjsWmX99KWNQ9/YIiF0cqA8PuLkmG", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1726892686, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-09-21T04:24:46.888 INFO:teuthology.orchestra.run.smithi028.stdout:Fetching dashboard port number... 2024-09-21T04:24:47.700 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:47 smithi028 bash[22708]: audit 2024-09-21T04:24:45.997731+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-21T04:24:47.700 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:47 smithi028 bash[22708]: audit 2024-09-21T04:24:45.997731+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-21T04:24:47.700 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:47 smithi028 bash[22708]: audit 2024-09-21T04:24:46.312586+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:24:47.700 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:47 smithi028 bash[22708]: audit 2024-09-21T04:24:46.312586+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:24:48.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:48 smithi028 bash[22708]: audit 2024-09-21T04:24:48.249429+0000 mon.a (mon.0) 101 : audit [DBG] from='client.? 172.21.15.28:0/277307796' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2024-09-21T04:24:48.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:48 smithi028 bash[22708]: audit 2024-09-21T04:24:48.249429+0000 mon.a (mon.0) 101 : audit [DBG] from='client.? 172.21.15.28:0/277307796' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2024-09-21T04:24:48.770 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 8443 2024-09-21T04:24:48.770 INFO:teuthology.orchestra.run.smithi028.stdout:firewalld does not appear to be present 2024-09-21T04:24:48.770 INFO:teuthology.orchestra.run.smithi028.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-09-21T04:24:48.773 INFO:teuthology.orchestra.run.smithi028.stdout:Ceph Dashboard is now available at: 2024-09-21T04:24:48.773 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-21T04:24:48.773 INFO:teuthology.orchestra.run.smithi028.stdout: URL: https://smithi028.front.sepia.ceph.com:8443/ 2024-09-21T04:24:48.773 INFO:teuthology.orchestra.run.smithi028.stdout: User: admin 2024-09-21T04:24:48.773 INFO:teuthology.orchestra.run.smithi028.stdout: Password: b0oyi9mgke 2024-09-21T04:24:48.774 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-21T04:24:48.774 INFO:teuthology.orchestra.run.smithi028.stdout:Saving cluster configuration to /var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config directory 2024-09-21T04:24:49.584 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:49 smithi028 bash[22708]: cluster 2024-09-21T04:24:48.315722+0000 mon.a (mon.0) 102 : cluster [DBG] mgrmap e13: a(active, since 12s) 2024-09-21T04:24:49.584 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:49 smithi028 bash[22708]: cluster 2024-09-21T04:24:48.315722+0000 mon.a (mon.0) 102 : cluster [DBG] mgrmap e13: a(active, since 12s) 2024-09-21T04:24:50.869 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-09-21T04:24:50.869 INFO:teuthology.orchestra.run.smithi028.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-09-21T04:24:50.870 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-21T04:24:50.870 INFO:teuthology.orchestra.run.smithi028.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid fd0b2732-77d0-11ef-baf5-efdc52797490 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-09-21T04:24:50.870 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-21T04:24:50.870 INFO:teuthology.orchestra.run.smithi028.stdout:Or, if you are only running a single cluster on this host: 2024-09-21T04:24:50.870 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-21T04:24:50.870 INFO:teuthology.orchestra.run.smithi028.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-09-21T04:24:50.871 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-21T04:24:50.871 INFO:teuthology.orchestra.run.smithi028.stdout:Please consider enabling telemetry to help improve Ceph: 2024-09-21T04:24:50.871 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-21T04:24:50.871 INFO:teuthology.orchestra.run.smithi028.stdout: ceph telemetry on 2024-09-21T04:24:50.871 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-21T04:24:50.871 INFO:teuthology.orchestra.run.smithi028.stdout:For more information see: 2024-09-21T04:24:50.871 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-21T04:24:50.872 INFO:teuthology.orchestra.run.smithi028.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-09-21T04:24:50.872 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-21T04:24:50.872 INFO:teuthology.orchestra.run.smithi028.stdout:Bootstrap complete. 2024-09-21T04:24:50.933 INFO:tasks.cephadm:Fetching config... 2024-09-21T04:24:50.933 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-09-21T04:24:50.933 DEBUG:teuthology.orchestra.run.smithi028:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-09-21T04:24:50.938 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-09-21T04:24:50.939 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-09-21T04:24:50.939 DEBUG:teuthology.orchestra.run.smithi028:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-09-21T04:24:50.987 INFO:tasks.cephadm:Fetching mon keyring... 2024-09-21T04:24:50.988 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-09-21T04:24:50.988 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd if=/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/mon.a/keyring of=/dev/stdout 2024-09-21T04:24:51.047 INFO:tasks.cephadm:Fetching pub ssh key... 2024-09-21T04:24:51.048 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-09-21T04:24:51.048 DEBUG:teuthology.orchestra.run.smithi028:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-09-21T04:24:51.096 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-09-21T04:24:51.096 DEBUG:teuthology.orchestra.run.smithi028:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCs6AAoFHtgsc9EALNNFbeZoPTxU7CBFu1sWzcwi9RRastFuwou4myrrORDcMcDxYH6R45AIpZrRr6KYXbShofNOEqQFx5iq0HM0ioRBU7qomeF++JV3YtHcmeuPmbQc7/8ju2iGQhJv3xK+H6Q7yQn6UjEPnm4XrlQLhah1rgdUcgNNMPo2keulOorW+IkowfUrNaFTijxn/LVZEhV9EBo8CnRR1CTzRFqDDM2woOe2r2WOK6Vn6ll5uay9R+fGEvEk1IUPWo9iX9PbR7WbvPlFdZFB2ahFCCxStdAn8IWISXxHDxZGEdU6vdfS2L50uwGLUaWJxtAgXZxGerx06cSOZ97+d3i/syPtQPBdBj+a2Ywz7pOv2Vr0sMLuYTBuxqFbt9+ooNdewTEx4eirrWZ+0/E68uaQrQ0HKYZp61rJFTQknqGLEeaCvJvf3oTWC3n8Zw1+5oLW1hmcxO1aLruORORgoClwX9Jjlm//xcPE3aR32kU/xJ0TUqu0SKr0gk= ceph-fd0b2732-77d0-11ef-baf5-efdc52797490' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-21T04:24:51.157 INFO:teuthology.orchestra.run.smithi028.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCs6AAoFHtgsc9EALNNFbeZoPTxU7CBFu1sWzcwi9RRastFuwou4myrrORDcMcDxYH6R45AIpZrRr6KYXbShofNOEqQFx5iq0HM0ioRBU7qomeF++JV3YtHcmeuPmbQc7/8ju2iGQhJv3xK+H6Q7yQn6UjEPnm4XrlQLhah1rgdUcgNNMPo2keulOorW+IkowfUrNaFTijxn/LVZEhV9EBo8CnRR1CTzRFqDDM2woOe2r2WOK6Vn6ll5uay9R+fGEvEk1IUPWo9iX9PbR7WbvPlFdZFB2ahFCCxStdAn8IWISXxHDxZGEdU6vdfS2L50uwGLUaWJxtAgXZxGerx06cSOZ97+d3i/syPtQPBdBj+a2Ywz7pOv2Vr0sMLuYTBuxqFbt9+ooNdewTEx4eirrWZ+0/E68uaQrQ0HKYZp61rJFTQknqGLEeaCvJvf3oTWC3n8Zw1+5oLW1hmcxO1aLruORORgoClwX9Jjlm//xcPE3aR32kU/xJ0TUqu0SKr0gk= ceph-fd0b2732-77d0-11ef-baf5-efdc52797490 2024-09-21T04:24:51.164 DEBUG:teuthology.orchestra.run.smithi032:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCs6AAoFHtgsc9EALNNFbeZoPTxU7CBFu1sWzcwi9RRastFuwou4myrrORDcMcDxYH6R45AIpZrRr6KYXbShofNOEqQFx5iq0HM0ioRBU7qomeF++JV3YtHcmeuPmbQc7/8ju2iGQhJv3xK+H6Q7yQn6UjEPnm4XrlQLhah1rgdUcgNNMPo2keulOorW+IkowfUrNaFTijxn/LVZEhV9EBo8CnRR1CTzRFqDDM2woOe2r2WOK6Vn6ll5uay9R+fGEvEk1IUPWo9iX9PbR7WbvPlFdZFB2ahFCCxStdAn8IWISXxHDxZGEdU6vdfS2L50uwGLUaWJxtAgXZxGerx06cSOZ97+d3i/syPtQPBdBj+a2Ywz7pOv2Vr0sMLuYTBuxqFbt9+ooNdewTEx4eirrWZ+0/E68uaQrQ0HKYZp61rJFTQknqGLEeaCvJvf3oTWC3n8Zw1+5oLW1hmcxO1aLruORORgoClwX9Jjlm//xcPE3aR32kU/xJ0TUqu0SKr0gk= ceph-fd0b2732-77d0-11ef-baf5-efdc52797490' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-21T04:24:51.187 INFO:teuthology.orchestra.run.smithi032.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCs6AAoFHtgsc9EALNNFbeZoPTxU7CBFu1sWzcwi9RRastFuwou4myrrORDcMcDxYH6R45AIpZrRr6KYXbShofNOEqQFx5iq0HM0ioRBU7qomeF++JV3YtHcmeuPmbQc7/8ju2iGQhJv3xK+H6Q7yQn6UjEPnm4XrlQLhah1rgdUcgNNMPo2keulOorW+IkowfUrNaFTijxn/LVZEhV9EBo8CnRR1CTzRFqDDM2woOe2r2WOK6Vn6ll5uay9R+fGEvEk1IUPWo9iX9PbR7WbvPlFdZFB2ahFCCxStdAn8IWISXxHDxZGEdU6vdfS2L50uwGLUaWJxtAgXZxGerx06cSOZ97+d3i/syPtQPBdBj+a2Ywz7pOv2Vr0sMLuYTBuxqFbt9+ooNdewTEx4eirrWZ+0/E68uaQrQ0HKYZp61rJFTQknqGLEeaCvJvf3oTWC3n8Zw1+5oLW1hmcxO1aLruORORgoClwX9Jjlm//xcPE3aR32kU/xJ0TUqu0SKr0gk= ceph-fd0b2732-77d0-11ef-baf5-efdc52797490 2024-09-21T04:24:51.197 DEBUG:teuthology.orchestra.run.smithi204:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCs6AAoFHtgsc9EALNNFbeZoPTxU7CBFu1sWzcwi9RRastFuwou4myrrORDcMcDxYH6R45AIpZrRr6KYXbShofNOEqQFx5iq0HM0ioRBU7qomeF++JV3YtHcmeuPmbQc7/8ju2iGQhJv3xK+H6Q7yQn6UjEPnm4XrlQLhah1rgdUcgNNMPo2keulOorW+IkowfUrNaFTijxn/LVZEhV9EBo8CnRR1CTzRFqDDM2woOe2r2WOK6Vn6ll5uay9R+fGEvEk1IUPWo9iX9PbR7WbvPlFdZFB2ahFCCxStdAn8IWISXxHDxZGEdU6vdfS2L50uwGLUaWJxtAgXZxGerx06cSOZ97+d3i/syPtQPBdBj+a2Ywz7pOv2Vr0sMLuYTBuxqFbt9+ooNdewTEx4eirrWZ+0/E68uaQrQ0HKYZp61rJFTQknqGLEeaCvJvf3oTWC3n8Zw1+5oLW1hmcxO1aLruORORgoClwX9Jjlm//xcPE3aR32kU/xJ0TUqu0SKr0gk= ceph-fd0b2732-77d0-11ef-baf5-efdc52797490' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-21T04:24:51.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:51 smithi028 systemd[1]: /etc/systemd/system/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your 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-21T04:24:51.213 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:24:51 smithi028 systemd[1]: /etc/systemd/system/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your 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-21T04:24:51.220 INFO:teuthology.orchestra.run.smithi204.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCs6AAoFHtgsc9EALNNFbeZoPTxU7CBFu1sWzcwi9RRastFuwou4myrrORDcMcDxYH6R45AIpZrRr6KYXbShofNOEqQFx5iq0HM0ioRBU7qomeF++JV3YtHcmeuPmbQc7/8ju2iGQhJv3xK+H6Q7yQn6UjEPnm4XrlQLhah1rgdUcgNNMPo2keulOorW+IkowfUrNaFTijxn/LVZEhV9EBo8CnRR1CTzRFqDDM2woOe2r2WOK6Vn6ll5uay9R+fGEvEk1IUPWo9iX9PbR7WbvPlFdZFB2ahFCCxStdAn8IWISXxHDxZGEdU6vdfS2L50uwGLUaWJxtAgXZxGerx06cSOZ97+d3i/syPtQPBdBj+a2Ywz7pOv2Vr0sMLuYTBuxqFbt9+ooNdewTEx4eirrWZ+0/E68uaQrQ0HKYZp61rJFTQknqGLEeaCvJvf3oTWC3n8Zw1+5oLW1hmcxO1aLruORORgoClwX9Jjlm//xcPE3aR32kU/xJ0TUqu0SKr0gk= ceph-fd0b2732-77d0-11ef-baf5-efdc52797490 2024-09-21T04:24:51.229 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fd0b2732-77d0-11ef-baf5-efdc52797490 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-09-21T04:24:51.485 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:24:51 smithi028 systemd[1]: /etc/systemd/system/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your 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-21T04:24:51.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:51 smithi028 systemd[1]: /etc/systemd/system/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your 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-21T04:24:51.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:51 smithi028 bash[22708]: audit 2024-09-21T04:24:50.350346+0000 mon.a (mon.0) 103 : audit [INF] from='client.? 172.21.15.28:0/3692529163' entity='client.admin' 2024-09-21T04:24:51.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:51 smithi028 bash[22708]: audit 2024-09-21T04:24:50.350346+0000 mon.a (mon.0) 103 : audit [INF] from='client.? 172.21.15.28:0/3692529163' entity='client.admin' 2024-09-21T04:24:52.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:52 smithi028 bash[22708]: audit 2024-09-21T04:24:51.452112+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:24:52.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:52 smithi028 bash[22708]: audit 2024-09-21T04:24:51.452112+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:24:52.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:52 smithi028 bash[22708]: audit 2024-09-21T04:24:51.454605+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:24:52.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:52 smithi028 bash[22708]: audit 2024-09-21T04:24:51.454605+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:24:52.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:52 smithi028 bash[22708]: audit 2024-09-21T04:24:51.456842+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:24:52.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:52 smithi028 bash[22708]: audit 2024-09-21T04:24:51.456842+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:24:52.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:52 smithi028 bash[22708]: audit 2024-09-21T04:24:51.467006+0000 mon.a (mon.0) 107 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:24:52.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:52 smithi028 bash[22708]: audit 2024-09-21T04:24:51.467006+0000 mon.a (mon.0) 107 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:24:52.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:52 smithi028 bash[22708]: audit 2024-09-21T04:24:51.469586+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:24:52.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:52 smithi028 bash[22708]: audit 2024-09-21T04:24:51.469586+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:24:52.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:52 smithi028 bash[22708]: audit 2024-09-21T04:24:51.471332+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:24:52.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:52 smithi028 bash[22708]: audit 2024-09-21T04:24:51.471332+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:24:52.738 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:52 smithi028 bash[22708]: audit 2024-09-21T04:24:51.472987+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:24:52.738 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:52 smithi028 bash[22708]: audit 2024-09-21T04:24:51.472987+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:24:52.738 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:52 smithi028 bash[22708]: audit 2024-09-21T04:24:51.474676+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:24:52.738 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:52 smithi028 bash[22708]: audit 2024-09-21T04:24:51.474676+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:24:52.738 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:52 smithi028 bash[22708]: audit 2024-09-21T04:24:51.476363+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:24:52.738 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:52 smithi028 bash[22708]: audit 2024-09-21T04:24:51.476363+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:24:52.738 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:52 smithi028 bash[22708]: audit 2024-09-21T04:24:51.479103+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:24:52.738 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:52 smithi028 bash[22708]: audit 2024-09-21T04:24:51.479103+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:24:52.738 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:52 smithi028 bash[22708]: audit 2024-09-21T04:24:51.490138+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:24:52.738 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:52 smithi028 bash[22708]: audit 2024-09-21T04:24:51.490138+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:24:52.738 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:52 smithi028 bash[22708]: audit 2024-09-21T04:24:51.494049+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:24:52.738 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:52 smithi028 bash[22708]: audit 2024-09-21T04:24:51.494049+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:24:52.738 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:52 smithi028 bash[22708]: audit 2024-09-21T04:24:52.012427+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:24:52.739 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:52 smithi028 bash[22708]: audit 2024-09-21T04:24:52.012427+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:24:55.957 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T04:24:57.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:57 smithi028 bash[22708]: cluster 2024-09-21T04:24:56.019279+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-21T04:24:57.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:57 smithi028 bash[22708]: cluster 2024-09-21T04:24:56.019279+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-21T04:24:57.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:57 smithi028 bash[22708]: audit 2024-09-21T04:24:56.279615+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:24:57.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:57 smithi028 bash[22708]: audit 2024-09-21T04:24:56.279615+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:24:57.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:57 smithi028 bash[22708]: audit 2024-09-21T04:24:56.282660+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:24:57.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:57 smithi028 bash[22708]: audit 2024-09-21T04:24:56.282660+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:24:58.076 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-09-21T04:24:58.076 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fd0b2732-77d0-11ef-baf5-efdc52797490 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-09-21T04:24:58.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:58 smithi028 bash[22708]: audit 2024-09-21T04:24:57.490707+0000 mon.a (mon.0) 119 : audit [INF] from='client.? 172.21.15.28:0/3339843329' entity='client.admin' 2024-09-21T04:24:58.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:58 smithi028 bash[22708]: audit 2024-09-21T04:24:57.490707+0000 mon.a (mon.0) 119 : audit [INF] from='client.? 172.21.15.28:0/3339843329' entity='client.admin' 2024-09-21T04:24:58.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:58 smithi028 bash[22708]: audit 2024-09-21T04:24:57.508566+0000 mon.a (mon.0) 120 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:24:58.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:58 smithi028 bash[22708]: audit 2024-09-21T04:24:57.508566+0000 mon.a (mon.0) 120 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:24:58.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:58 smithi028 bash[22708]: audit 2024-09-21T04:24:57.514041+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:24:58.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:58 smithi028 bash[22708]: audit 2024-09-21T04:24:57.514041+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:24:59.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:59 smithi028 bash[22708]: cluster 2024-09-21T04:24:58.019663+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-21T04:24:59.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:24:59 smithi028 bash[22708]: cluster 2024-09-21T04:24:58.019663+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-21T04:25:01.861 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:01 smithi028 bash[22708]: cluster 2024-09-21T04:25:00.020025+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-21T04:25:01.861 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:01 smithi028 bash[22708]: cluster 2024-09-21T04:25:00.020025+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-21T04:25:01.990 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T04:25:03.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:03 smithi028 bash[22708]: cluster 2024-09-21T04:25:02.020371+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-21T04:25:03.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:03 smithi028 bash[22708]: cluster 2024-09-21T04:25:02.020371+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-21T04:25:04.696 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi032 2024-09-21T04:25:04.696 DEBUG:teuthology.orchestra.run.smithi032:> set -ex 2024-09-21T04:25:04.696 DEBUG:teuthology.orchestra.run.smithi032:> dd of=/etc/ceph/ceph.conf 2024-09-21T04:25:04.703 DEBUG:teuthology.orchestra.run.smithi032:> set -ex 2024-09-21T04:25:04.703 DEBUG:teuthology.orchestra.run.smithi032:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-21T04:25:04.752 INFO:tasks.cephadm:Adding host smithi032 to orchestrator... 2024-09-21T04:25:04.752 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fd0b2732-77d0-11ef-baf5-efdc52797490 -- ceph orch host add smithi032 2024-09-21T04:25:04.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:04 smithi028 bash[22708]: audit 2024-09-21T04:25:03.793853+0000 mgr.a (mgr.14152) 17 : 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-21T04:25:04.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:04 smithi028 bash[22708]: audit 2024-09-21T04:25:03.793853+0000 mgr.a (mgr.14152) 17 : 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-21T04:25:04.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:04 smithi028 bash[22708]: audit 2024-09-21T04:25:03.798852+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:04.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:04 smithi028 bash[22708]: audit 2024-09-21T04:25:03.798852+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:04.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:04 smithi028 bash[22708]: audit 2024-09-21T04:25:03.799908+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:25:04.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:04 smithi028 bash[22708]: audit 2024-09-21T04:25:03.799908+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:25:04.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:04 smithi028 bash[22708]: audit 2024-09-21T04:25:03.803052+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:25:04.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:04 smithi028 bash[22708]: audit 2024-09-21T04:25:03.803052+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:25:04.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:04 smithi028 bash[22708]: audit 2024-09-21T04:25:03.803924+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:25:04.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:04 smithi028 bash[22708]: audit 2024-09-21T04:25:03.803924+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:25:04.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:04 smithi028 bash[22708]: cephadm 2024-09-21T04:25:03.805057+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.conf 2024-09-21T04:25:04.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:04 smithi028 bash[22708]: cephadm 2024-09-21T04:25:03.805057+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.conf 2024-09-21T04:25:04.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:04 smithi028 bash[22708]: cephadm 2024-09-21T04:25:03.864546+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi028:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:25:04.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:04 smithi028 bash[22708]: cephadm 2024-09-21T04:25:03.864546+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi028:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:25:04.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:04 smithi028 bash[22708]: cephadm 2024-09-21T04:25:03.955056+0000 mgr.a (mgr.14152) 20 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.client.admin.keyring 2024-09-21T04:25:04.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:04 smithi028 bash[22708]: cephadm 2024-09-21T04:25:03.955056+0000 mgr.a (mgr.14152) 20 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.client.admin.keyring 2024-09-21T04:25:04.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:04 smithi028 bash[22708]: cluster 2024-09-21T04:25:04.020617+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:25:04.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:04 smithi028 bash[22708]: cluster 2024-09-21T04:25:04.020617+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:25:04.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:04 smithi028 bash[22708]: cephadm 2024-09-21T04:25:04.046702+0000 mgr.a (mgr.14152) 22 : cephadm [INF] Updating smithi028:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T04:25:04.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:04 smithi028 bash[22708]: cephadm 2024-09-21T04:25:04.046702+0000 mgr.a (mgr.14152) 22 : cephadm [INF] Updating smithi028:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T04:25:04.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:04 smithi028 bash[22708]: audit 2024-09-21T04:25:04.133498+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:04.988 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:04 smithi028 bash[22708]: audit 2024-09-21T04:25:04.133498+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:04.988 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:04 smithi028 bash[22708]: audit 2024-09-21T04:25:04.136471+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:04.988 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:04 smithi028 bash[22708]: audit 2024-09-21T04:25:04.136471+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:07.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:07 smithi028 bash[22708]: cluster 2024-09-21T04:25:06.020845+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-21T04:25:07.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:07 smithi028 bash[22708]: cluster 2024-09-21T04:25:06.020845+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-21T04:25:07.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:07 smithi028 bash[22708]: audit 2024-09-21T04:25:06.336669+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:07.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:07 smithi028 bash[22708]: audit 2024-09-21T04:25:06.336669+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:07.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:07 smithi028 bash[22708]: audit 2024-09-21T04:25:06.344224+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:07.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:07 smithi028 bash[22708]: audit 2024-09-21T04:25:06.344224+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:09.695 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T04:25:09.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:09 smithi028 bash[22708]: cluster 2024-09-21T04:25:08.021221+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-21T04:25:09.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:09 smithi028 bash[22708]: cluster 2024-09-21T04:25:08.021221+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-21T04:25:11.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:11 smithi028 bash[22708]: cluster 2024-09-21T04:25:10.021677+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-21T04:25:11.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:11 smithi028 bash[22708]: cluster 2024-09-21T04:25:10.021677+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-21T04:25:12.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:12 smithi028 bash[22708]: audit 2024-09-21T04:25:11.011302+0000 mgr.a (mgr.14152) 26 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi032", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:25:12.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:12 smithi028 bash[22708]: audit 2024-09-21T04:25:11.011302+0000 mgr.a (mgr.14152) 26 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi032", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:25:13.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:13 smithi028 bash[22708]: cluster 2024-09-21T04:25:12.022094+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:25:13.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:13 smithi028 bash[22708]: cluster 2024-09-21T04:25:12.022094+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:25:13.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:13 smithi028 bash[22708]: cephadm 2024-09-21T04:25:12.290327+0000 mgr.a (mgr.14152) 28 : cephadm [INF] Deploying cephadm binary to smithi032 2024-09-21T04:25:13.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:13 smithi028 bash[22708]: cephadm 2024-09-21T04:25:12.290327+0000 mgr.a (mgr.14152) 28 : cephadm [INF] Deploying cephadm binary to smithi032 2024-09-21T04:25:15.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:15 smithi028 bash[22708]: cluster 2024-09-21T04:25:14.022411+0000 mgr.a (mgr.14152) 29 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:25:15.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:15 smithi028 bash[22708]: cluster 2024-09-21T04:25:14.022411+0000 mgr.a (mgr.14152) 29 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:25:15.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:15 smithi028 bash[22708]: audit 2024-09-21T04:25:14.856700+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:15.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:15 smithi028 bash[22708]: audit 2024-09-21T04:25:14.856700+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:15.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:15 smithi028 bash[22708]: audit 2024-09-21T04:25:14.859053+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:15.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:15 smithi028 bash[22708]: audit 2024-09-21T04:25:14.859053+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:15.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:15 smithi028 bash[22708]: audit 2024-09-21T04:25:14.861777+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:15.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:15 smithi028 bash[22708]: audit 2024-09-21T04:25:14.861777+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:16.019 INFO:teuthology.orchestra.run.smithi028.stdout:Added host 'smithi032' with addr '172.21.15.32' 2024-09-21T04:25:16.625 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fd0b2732-77d0-11ef-baf5-efdc52797490 -- ceph orch host ls --format=json 2024-09-21T04:25:17.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:17 smithi028 bash[22708]: audit 2024-09-21T04:25:16.015974+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:17.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:17 smithi028 bash[22708]: audit 2024-09-21T04:25:16.015974+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:17.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:17 smithi028 bash[22708]: cephadm 2024-09-21T04:25:16.017032+0000 mgr.a (mgr.14152) 30 : cephadm [INF] Added host smithi032 2024-09-21T04:25:17.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:17 smithi028 bash[22708]: cephadm 2024-09-21T04:25:16.017032+0000 mgr.a (mgr.14152) 30 : cephadm [INF] Added host smithi032 2024-09-21T04:25:17.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:17 smithi028 bash[22708]: audit 2024-09-21T04:25:16.017848+0000 mon.a (mon.0) 134 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:25:17.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:17 smithi028 bash[22708]: audit 2024-09-21T04:25:16.017848+0000 mon.a (mon.0) 134 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:25:17.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:17 smithi028 bash[22708]: cluster 2024-09-21T04:25:16.022758+0000 mgr.a (mgr.14152) 31 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:25:17.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:17 smithi028 bash[22708]: cluster 2024-09-21T04:25:16.022758+0000 mgr.a (mgr.14152) 31 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:25:17.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:17 smithi028 bash[22708]: audit 2024-09-21T04:25:16.543196+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:17.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:17 smithi028 bash[22708]: audit 2024-09-21T04:25:16.543196+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:19.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:19 smithi028 bash[22708]: cluster 2024-09-21T04:25:18.023183+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-21T04:25:19.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:19 smithi028 bash[22708]: cluster 2024-09-21T04:25:18.023183+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-21T04:25:19.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:19 smithi028 bash[22708]: audit 2024-09-21T04:25:18.095674+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:19.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:19 smithi028 bash[22708]: audit 2024-09-21T04:25:18.095674+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:19.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:19 smithi028 bash[22708]: audit 2024-09-21T04:25:18.101165+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:19.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:19 smithi028 bash[22708]: audit 2024-09-21T04:25:18.101165+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:19.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:19 smithi028 bash[22708]: audit 2024-09-21T04:25:18.102703+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi032", "name": "osd_memory_target"} : dispatch 2024-09-21T04:25:19.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:19 smithi028 bash[22708]: audit 2024-09-21T04:25:18.102703+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi032", "name": "osd_memory_target"} : dispatch 2024-09-21T04:25:19.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:19 smithi028 bash[22708]: audit 2024-09-21T04:25:18.105034+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:25:19.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:19 smithi028 bash[22708]: audit 2024-09-21T04:25:18.105034+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:25:19.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:19 smithi028 bash[22708]: audit 2024-09-21T04:25:18.106710+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:25:19.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:19 smithi028 bash[22708]: audit 2024-09-21T04:25:18.106710+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:25:19.488 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:19 smithi028 bash[22708]: cephadm 2024-09-21T04:25:18.109068+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi032:/etc/ceph/ceph.conf 2024-09-21T04:25:19.488 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:19 smithi028 bash[22708]: cephadm 2024-09-21T04:25:18.109068+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi032:/etc/ceph/ceph.conf 2024-09-21T04:25:19.488 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:19 smithi028 bash[22708]: cephadm 2024-09-21T04:25:18.231871+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi032:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:25:19.488 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:19 smithi028 bash[22708]: cephadm 2024-09-21T04:25:18.231871+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi032:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:25:19.488 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:19 smithi028 bash[22708]: cephadm 2024-09-21T04:25:18.336433+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Updating smithi032:/etc/ceph/ceph.client.admin.keyring 2024-09-21T04:25:19.488 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:19 smithi028 bash[22708]: cephadm 2024-09-21T04:25:18.336433+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Updating smithi032:/etc/ceph/ceph.client.admin.keyring 2024-09-21T04:25:19.488 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:19 smithi028 bash[22708]: cephadm 2024-09-21T04:25:18.434553+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Updating smithi032:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T04:25:19.488 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:19 smithi028 bash[22708]: cephadm 2024-09-21T04:25:18.434553+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Updating smithi032:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T04:25:19.488 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:19 smithi028 bash[22708]: audit 2024-09-21T04:25:18.533473+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:19.488 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:19 smithi028 bash[22708]: audit 2024-09-21T04:25:18.533473+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:19.488 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:19 smithi028 bash[22708]: audit 2024-09-21T04:25:18.539522+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:19.488 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:19 smithi028 bash[22708]: audit 2024-09-21T04:25:18.539522+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:19.488 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:19 smithi028 bash[22708]: audit 2024-09-21T04:25:18.542035+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi032", "caps": []} : dispatch 2024-09-21T04:25:19.488 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:19 smithi028 bash[22708]: audit 2024-09-21T04:25:18.542035+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi032", "caps": []} : dispatch 2024-09-21T04:25:19.488 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:19 smithi028 bash[22708]: audit 2024-09-21T04:25:18.543524+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi032", "caps": []}]': finished 2024-09-21T04:25:19.489 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:19 smithi028 bash[22708]: audit 2024-09-21T04:25:18.543524+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi032", "caps": []}]': finished 2024-09-21T04:25:20.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:20 smithi028 bash[22708]: cephadm 2024-09-21T04:25:19.472751+0000 mgr.a (mgr.14152) 37 : cephadm [INF] Deploying daemon agent.smithi032 on smithi032 2024-09-21T04:25:20.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:20 smithi028 bash[22708]: cephadm 2024-09-21T04:25:19.472751+0000 mgr.a (mgr.14152) 37 : cephadm [INF] Deploying daemon agent.smithi032 on smithi032 2024-09-21T04:25:21.361 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T04:25:21.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:21 smithi028 bash[22708]: cluster 2024-09-21T04:25:20.023607+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:25:21.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:21 smithi028 bash[22708]: cluster 2024-09-21T04:25:20.023607+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:25:21.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:21 smithi028 bash[22708]: audit 2024-09-21T04:25:20.516812+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:21.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:21 smithi028 bash[22708]: audit 2024-09-21T04:25:20.516812+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:21.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:21 smithi028 bash[22708]: audit 2024-09-21T04:25:20.522447+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:21.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:21 smithi028 bash[22708]: audit 2024-09-21T04:25:20.522447+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:21.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:21 smithi028 bash[22708]: audit 2024-09-21T04:25:20.527881+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:21.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:21 smithi028 bash[22708]: audit 2024-09-21T04:25:20.527881+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:21.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:21 smithi028 bash[22708]: audit 2024-09-21T04:25:20.560628+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:25:21.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:21 smithi028 bash[22708]: audit 2024-09-21T04:25:20.560628+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:25:21.738 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:21 smithi028 bash[22708]: audit 2024-09-21T04:25:20.564769+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:25:21.738 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:21 smithi028 bash[22708]: audit 2024-09-21T04:25:20.564769+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:25:21.738 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:21 smithi028 bash[22708]: audit 2024-09-21T04:25:20.566442+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:25:21.738 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:21 smithi028 bash[22708]: audit 2024-09-21T04:25:20.566442+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:25:21.738 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:21 smithi028 bash[22708]: audit 2024-09-21T04:25:20.574720+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:21.738 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:21 smithi028 bash[22708]: audit 2024-09-21T04:25:20.574720+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:21.738 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:21 smithi028 bash[22708]: audit 2024-09-21T04:25:20.609922+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:25:21.738 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:21 smithi028 bash[22708]: audit 2024-09-21T04:25:20.609922+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:25:21.738 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:21 smithi028 bash[22708]: audit 2024-09-21T04:25:20.614112+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:25:21.738 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:21 smithi028 bash[22708]: audit 2024-09-21T04:25:20.614112+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:25:21.738 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:21 smithi028 bash[22708]: audit 2024-09-21T04:25:20.615855+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:25:21.738 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:21 smithi028 bash[22708]: audit 2024-09-21T04:25:20.615855+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:25:21.738 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:21 smithi028 bash[22708]: audit 2024-09-21T04:25:20.623961+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:21.739 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:21 smithi028 bash[22708]: audit 2024-09-21T04:25:20.623961+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:21.739 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:21 smithi028 bash[22708]: audit 2024-09-21T04:25:21.081095+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:21.739 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:21 smithi028 bash[22708]: audit 2024-09-21T04:25:21.081095+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:21.739 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:21 smithi028 bash[22708]: audit 2024-09-21T04:25:21.476176+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:21.739 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:21 smithi028 bash[22708]: audit 2024-09-21T04:25:21.476176+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:22.831 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-21T04:25:22.831 INFO:teuthology.orchestra.run.smithi028.stdout:[{"addr": "172.21.15.28", "hostname": "smithi028", "labels": [], "status": ""}, {"addr": "172.21.15.32", "hostname": "smithi032", "labels": [], "status": ""}] 2024-09-21T04:25:23.377 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi204 2024-09-21T04:25:23.377 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-09-21T04:25:23.377 DEBUG:teuthology.orchestra.run.smithi204:> dd of=/etc/ceph/ceph.conf 2024-09-21T04:25:23.383 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-09-21T04:25:23.383 DEBUG:teuthology.orchestra.run.smithi204:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-21T04:25:23.429 INFO:tasks.cephadm:Adding host smithi204 to orchestrator... 2024-09-21T04:25:23.429 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fd0b2732-77d0-11ef-baf5-efdc52797490 -- ceph orch host add smithi204 2024-09-21T04:25:23.440 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:23 smithi028 bash[22708]: cluster 2024-09-21T04:25:22.024041+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-21T04:25:23.441 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:23 smithi028 bash[22708]: cluster 2024-09-21T04:25:22.024041+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-21T04:25:23.441 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:23 smithi028 bash[22708]: audit 2024-09-21T04:25:22.143288+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:23.441 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:23 smithi028 bash[22708]: audit 2024-09-21T04:25:22.143288+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:23.441 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:23 smithi028 bash[22708]: audit 2024-09-21T04:25:22.151013+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:23.441 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:23 smithi028 bash[22708]: audit 2024-09-21T04:25:22.151013+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:24.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:24 smithi028 bash[22708]: audit 2024-09-21T04:25:22.828682+0000 mgr.a (mgr.14152) 40 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:25:24.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:24 smithi028 bash[22708]: audit 2024-09-21T04:25:22.828682+0000 mgr.a (mgr.14152) 40 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:25:25.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:25 smithi028 bash[22708]: cluster 2024-09-21T04:25:24.024469+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:25:25.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:25 smithi028 bash[22708]: cluster 2024-09-21T04:25:24.024469+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:25:27.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:27 smithi028 bash[22708]: cluster 2024-09-21T04:25:26.024854+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-21T04:25:27.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:27 smithi028 bash[22708]: cluster 2024-09-21T04:25:26.024854+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-21T04:25:28.159 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T04:25:29.408 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:29 smithi028 bash[22708]: cluster 2024-09-21T04:25:28.025290+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-21T04:25:29.408 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:29 smithi028 bash[22708]: cluster 2024-09-21T04:25:28.025290+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-21T04:25:30.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:30 smithi028 bash[22708]: audit 2024-09-21T04:25:29.760408+0000 mgr.a (mgr.14152) 44 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi204", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:25:30.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:30 smithi028 bash[22708]: audit 2024-09-21T04:25:29.760408+0000 mgr.a (mgr.14152) 44 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi204", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:25:31.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:31 smithi028 bash[22708]: cluster 2024-09-21T04:25:30.025569+0000 mgr.a (mgr.14152) 45 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:25:31.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:31 smithi028 bash[22708]: cluster 2024-09-21T04:25:30.025569+0000 mgr.a (mgr.14152) 45 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:25:32.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:32 smithi028 bash[22708]: cephadm 2024-09-21T04:25:31.015381+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Deploying cephadm binary to smithi204 2024-09-21T04:25:32.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:32 smithi028 bash[22708]: cephadm 2024-09-21T04:25:31.015381+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Deploying cephadm binary to smithi204 2024-09-21T04:25:33.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:33 smithi028 bash[22708]: cluster 2024-09-21T04:25:32.025916+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:25:33.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:33 smithi028 bash[22708]: cluster 2024-09-21T04:25:32.025916+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:25:34.620 INFO:teuthology.orchestra.run.smithi028.stdout:Added host 'smithi204' with addr '172.21.15.204' 2024-09-21T04:25:35.213 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fd0b2732-77d0-11ef-baf5-efdc52797490 -- ceph orch host ls --format=json 2024-09-21T04:25:35.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:35 smithi028 bash[22708]: cluster 2024-09-21T04:25:34.026358+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-21T04:25:35.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:35 smithi028 bash[22708]: cluster 2024-09-21T04:25:34.026358+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-21T04:25:35.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:35 smithi028 bash[22708]: audit 2024-09-21T04:25:34.617048+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:35.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:35 smithi028 bash[22708]: audit 2024-09-21T04:25:34.617048+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:35.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:35 smithi028 bash[22708]: cephadm 2024-09-21T04:25:34.617952+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Added host smithi204 2024-09-21T04:25:35.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:35 smithi028 bash[22708]: cephadm 2024-09-21T04:25:34.617952+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Added host smithi204 2024-09-21T04:25:35.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:35 smithi028 bash[22708]: audit 2024-09-21T04:25:34.618697+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:25:35.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:35 smithi028 bash[22708]: audit 2024-09-21T04:25:34.618697+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:25:35.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:35 smithi028 bash[22708]: audit 2024-09-21T04:25:35.048624+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:35.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:35 smithi028 bash[22708]: audit 2024-09-21T04:25:35.048624+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:35.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:35 smithi028 bash[22708]: audit 2024-09-21T04:25:35.051784+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:35.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:35 smithi028 bash[22708]: audit 2024-09-21T04:25:35.051784+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:35.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:35 smithi028 bash[22708]: audit 2024-09-21T04:25:35.058615+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:35.988 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:35 smithi028 bash[22708]: audit 2024-09-21T04:25:35.058615+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:35.988 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:35 smithi028 bash[22708]: audit 2024-09-21T04:25:35.147324+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:35.988 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:35 smithi028 bash[22708]: audit 2024-09-21T04:25:35.147324+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:35.988 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:35 smithi028 bash[22708]: audit 2024-09-21T04:25:35.517726+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:35.988 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:35 smithi028 bash[22708]: audit 2024-09-21T04:25:35.517726+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:35.988 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:35 smithi028 bash[22708]: audit 2024-09-21T04:25:35.524184+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:35.988 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:35 smithi028 bash[22708]: audit 2024-09-21T04:25:35.524184+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:37.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:37 smithi028 bash[22708]: cluster 2024-09-21T04:25:36.026778+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:25:37.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:37 smithi028 bash[22708]: cluster 2024-09-21T04:25:36.026778+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:25:37.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:37 smithi028 bash[22708]: audit 2024-09-21T04:25:36.652877+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:37.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:37 smithi028 bash[22708]: audit 2024-09-21T04:25:36.652877+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:37.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:37 smithi028 bash[22708]: audit 2024-09-21T04:25:36.658380+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:37.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:37 smithi028 bash[22708]: audit 2024-09-21T04:25:36.658380+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:37.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:37 smithi028 bash[22708]: audit 2024-09-21T04:25:36.659836+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi204", "name": "osd_memory_target"} : dispatch 2024-09-21T04:25:37.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:37 smithi028 bash[22708]: audit 2024-09-21T04:25:36.659836+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi204", "name": "osd_memory_target"} : dispatch 2024-09-21T04:25:37.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:37 smithi028 bash[22708]: audit 2024-09-21T04:25:36.662077+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:25:37.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:37 smithi028 bash[22708]: audit 2024-09-21T04:25:36.662077+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:25:37.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:37 smithi028 bash[22708]: audit 2024-09-21T04:25:36.663961+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:25:37.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:37 smithi028 bash[22708]: audit 2024-09-21T04:25:36.663961+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:25:37.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:37 smithi028 bash[22708]: cephadm 2024-09-21T04:25:36.666507+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.conf 2024-09-21T04:25:37.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:37 smithi028 bash[22708]: cephadm 2024-09-21T04:25:36.666507+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.conf 2024-09-21T04:25:37.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:37 smithi028 bash[22708]: audit 2024-09-21T04:25:37.084458+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:37.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:37 smithi028 bash[22708]: audit 2024-09-21T04:25:37.084458+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:37.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:37 smithi028 bash[22708]: audit 2024-09-21T04:25:37.090824+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:37.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:37 smithi028 bash[22708]: audit 2024-09-21T04:25:37.090824+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:37.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:37 smithi028 bash[22708]: audit 2024-09-21T04:25:37.093875+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi204", "caps": []} : dispatch 2024-09-21T04:25:37.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:37 smithi028 bash[22708]: audit 2024-09-21T04:25:37.093875+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi204", "caps": []} : dispatch 2024-09-21T04:25:37.988 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:37 smithi028 bash[22708]: audit 2024-09-21T04:25:37.095253+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi204", "caps": []}]': finished 2024-09-21T04:25:37.988 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:37 smithi028 bash[22708]: audit 2024-09-21T04:25:37.095253+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi204", "caps": []}]': finished 2024-09-21T04:25:38.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:38 smithi028 bash[22708]: cephadm 2024-09-21T04:25:36.785512+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi204:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:25:38.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:38 smithi028 bash[22708]: cephadm 2024-09-21T04:25:36.785512+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi204:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:25:38.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:38 smithi028 bash[22708]: cephadm 2024-09-21T04:25:36.890862+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.client.admin.keyring 2024-09-21T04:25:38.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:38 smithi028 bash[22708]: cephadm 2024-09-21T04:25:36.890862+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.client.admin.keyring 2024-09-21T04:25:38.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:38 smithi028 bash[22708]: cephadm 2024-09-21T04:25:36.986749+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi204:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T04:25:38.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:38 smithi028 bash[22708]: cephadm 2024-09-21T04:25:36.986749+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi204:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T04:25:38.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:38 smithi028 bash[22708]: cephadm 2024-09-21T04:25:37.710686+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Deploying daemon agent.smithi204 on smithi204 2024-09-21T04:25:38.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:38 smithi028 bash[22708]: cephadm 2024-09-21T04:25:37.710686+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Deploying daemon agent.smithi204 on smithi204 2024-09-21T04:25:39.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:39 smithi028 bash[22708]: cluster 2024-09-21T04:25:38.027240+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:25:39.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:39 smithi028 bash[22708]: cluster 2024-09-21T04:25:38.027240+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:25:39.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:39 smithi028 bash[22708]: audit 2024-09-21T04:25:38.718853+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:39.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:39 smithi028 bash[22708]: audit 2024-09-21T04:25:38.718853+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:39.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:39 smithi028 bash[22708]: audit 2024-09-21T04:25:38.724682+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:39.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:39 smithi028 bash[22708]: audit 2024-09-21T04:25:38.724682+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:39.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:39 smithi028 bash[22708]: audit 2024-09-21T04:25:38.729785+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:39.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:39 smithi028 bash[22708]: audit 2024-09-21T04:25:38.729785+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:39.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:39 smithi028 bash[22708]: audit 2024-09-21T04:25:38.778675+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:25:39.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:39 smithi028 bash[22708]: audit 2024-09-21T04:25:38.778675+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:25:39.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:39 smithi028 bash[22708]: audit 2024-09-21T04:25:38.783481+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:25:39.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:39 smithi028 bash[22708]: audit 2024-09-21T04:25:38.783481+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:25:39.988 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:39 smithi028 bash[22708]: audit 2024-09-21T04:25:38.785076+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:25:39.988 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:39 smithi028 bash[22708]: audit 2024-09-21T04:25:38.785076+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:25:39.988 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:39 smithi028 bash[22708]: audit 2024-09-21T04:25:38.793261+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:39.988 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:39 smithi028 bash[22708]: audit 2024-09-21T04:25:38.793261+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:39.988 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:39 smithi028 bash[22708]: audit 2024-09-21T04:25:38.843820+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:25:39.988 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:39 smithi028 bash[22708]: audit 2024-09-21T04:25:38.843820+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:25:39.988 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:39 smithi028 bash[22708]: audit 2024-09-21T04:25:38.848243+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:25:39.988 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:39 smithi028 bash[22708]: audit 2024-09-21T04:25:38.848243+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:25:39.988 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:39 smithi028 bash[22708]: audit 2024-09-21T04:25:38.849813+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:25:39.988 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:39 smithi028 bash[22708]: audit 2024-09-21T04:25:38.849813+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:25:39.988 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:39 smithi028 bash[22708]: audit 2024-09-21T04:25:38.857789+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:39.988 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:39 smithi028 bash[22708]: audit 2024-09-21T04:25:38.857789+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:39.988 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:39 smithi028 bash[22708]: audit 2024-09-21T04:25:39.277551+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:39.988 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:39 smithi028 bash[22708]: audit 2024-09-21T04:25:39.277551+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:39.989 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T04:25:41.410 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-21T04:25:41.410 INFO:teuthology.orchestra.run.smithi028.stdout:[{"addr": "172.21.15.28", "hostname": "smithi028", "labels": [], "status": ""}, {"addr": "172.21.15.32", "hostname": "smithi032", "labels": [], "status": ""}, {"addr": "172.21.15.204", "hostname": "smithi204", "labels": [], "status": ""}] 2024-09-21T04:25:41.662 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:41 smithi028 bash[22708]: cluster 2024-09-21T04:25:40.027609+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:25:41.662 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:41 smithi028 bash[22708]: cluster 2024-09-21T04:25:40.027609+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:25:41.662 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:41 smithi028 bash[22708]: audit 2024-09-21T04:25:40.349034+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:41.662 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:41 smithi028 bash[22708]: audit 2024-09-21T04:25:40.349034+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:41.662 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:41 smithi028 bash[22708]: audit 2024-09-21T04:25:40.356272+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:41.662 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:41 smithi028 bash[22708]: audit 2024-09-21T04:25:40.356272+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:42.041 INFO:tasks.cephadm:Setting crush tunables to default 2024-09-21T04:25:42.041 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fd0b2732-77d0-11ef-baf5-efdc52797490 -- ceph osd crush tunables default 2024-09-21T04:25:42.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:42 smithi028 bash[22708]: audit 2024-09-21T04:25:41.407700+0000 mgr.a (mgr.14152) 58 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:25:42.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:42 smithi028 bash[22708]: audit 2024-09-21T04:25:41.407700+0000 mgr.a (mgr.14152) 58 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:25:42.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:42 smithi028 bash[22708]: audit 2024-09-21T04:25:41.480340+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:42.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:42 smithi028 bash[22708]: audit 2024-09-21T04:25:41.480340+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:42.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:42 smithi028 bash[22708]: audit 2024-09-21T04:25:41.696363+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:42.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:42 smithi028 bash[22708]: audit 2024-09-21T04:25:41.696363+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:42.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:42 smithi028 bash[22708]: audit 2024-09-21T04:25:41.701754+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:42.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:42 smithi028 bash[22708]: audit 2024-09-21T04:25:41.701754+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:42.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:42 smithi028 bash[22708]: audit 2024-09-21T04:25:41.709127+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:42.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:42 smithi028 bash[22708]: audit 2024-09-21T04:25:41.709127+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:43.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:43 smithi028 bash[22708]: cluster 2024-09-21T04:25:42.027918+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:25:43.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:43 smithi028 bash[22708]: cluster 2024-09-21T04:25:42.027918+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:25:45.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:45 smithi028 bash[22708]: cluster 2024-09-21T04:25:44.028396+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-21T04:25:45.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:45 smithi028 bash[22708]: cluster 2024-09-21T04:25:44.028396+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-21T04:25:46.776 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T04:25:47.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:47 smithi028 bash[22708]: cluster 2024-09-21T04:25:46.028895+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-21T04:25:47.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:47 smithi028 bash[22708]: cluster 2024-09-21T04:25:46.028895+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-21T04:25:48.718 INFO:teuthology.orchestra.run.smithi028.stderr:adjusted tunables profile to default 2024-09-21T04:25:48.902 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:48 smithi028 bash[22708]: audit 2024-09-21T04:25:48.653324+0000 mon.a (mon.0) 195 : audit [INF] from='client.? 172.21.15.28:0/2488105512' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-21T04:25:48.902 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:48 smithi028 bash[22708]: audit 2024-09-21T04:25:48.653324+0000 mon.a (mon.0) 195 : audit [INF] from='client.? 172.21.15.28:0/2488105512' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-21T04:25:49.394 INFO:tasks.cephadm:Adding mon.a on smithi028 2024-09-21T04:25:49.395 INFO:tasks.cephadm:Adding mon.b on smithi032 2024-09-21T04:25:49.395 INFO:tasks.cephadm:Adding mon.c on smithi204 2024-09-21T04:25:49.395 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fd0b2732-77d0-11ef-baf5-efdc52797490 -- ceph orch apply mon '3;smithi028:172.21.15.28=a;smithi032:172.21.15.32=b;smithi204:172.21.15.204=c' 2024-09-21T04:25:49.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:49 smithi028 bash[22708]: cluster 2024-09-21T04:25:48.029328+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-21T04:25:49.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:49 smithi028 bash[22708]: cluster 2024-09-21T04:25:48.029328+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-21T04:25:49.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:49 smithi028 bash[22708]: audit 2024-09-21T04:25:48.716352+0000 mon.a (mon.0) 196 : audit [INF] from='client.? 172.21.15.28:0/2488105512' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-21T04:25:49.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:49 smithi028 bash[22708]: audit 2024-09-21T04:25:48.716352+0000 mon.a (mon.0) 196 : audit [INF] from='client.? 172.21.15.28:0/2488105512' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-21T04:25:49.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:49 smithi028 bash[22708]: cluster 2024-09-21T04:25:48.720162+0000 mon.a (mon.0) 197 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T04:25:49.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:49 smithi028 bash[22708]: cluster 2024-09-21T04:25:48.720162+0000 mon.a (mon.0) 197 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T04:25:50.623 INFO:teuthology.orchestra.run.smithi204.stderr:Inferring config /var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:25:51.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:51 smithi028 bash[22708]: cluster 2024-09-21T04:25:50.029850+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:25:51.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:51 smithi028 bash[22708]: cluster 2024-09-21T04:25:50.029850+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:25:52.623 INFO:teuthology.orchestra.run.smithi204.stdout:Scheduled mon update... 2024-09-21T04:25:53.378 DEBUG:teuthology.orchestra.run.smithi032:mon.b> sudo journalctl -f -n 0 -u ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@mon.b.service 2024-09-21T04:25:53.381 DEBUG:teuthology.orchestra.run.smithi204:mon.c> sudo journalctl -f -n 0 -u ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@mon.c.service 2024-09-21T04:25:53.383 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-21T04:25:53.383 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fd0b2732-77d0-11ef-baf5-efdc52797490 -- ceph mon dump -f json 2024-09-21T04:25:53.920 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:53 smithi028 bash[22708]: cluster 2024-09-21T04:25:52.030378+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-21T04:25:53.921 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:53 smithi028 bash[22708]: cluster 2024-09-21T04:25:52.030378+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-21T04:25:53.921 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:53 smithi028 bash[22708]: audit 2024-09-21T04:25:52.609264+0000 mgr.a (mgr.14152) 65 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi028:172.21.15.28=a;smithi032:172.21.15.32=b;smithi204:172.21.15.204=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:25:53.921 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:53 smithi028 bash[22708]: audit 2024-09-21T04:25:52.609264+0000 mgr.a (mgr.14152) 65 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi028:172.21.15.28=a;smithi032:172.21.15.32=b;smithi204:172.21.15.204=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:25:53.921 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:53 smithi028 bash[22708]: cephadm 2024-09-21T04:25:52.614401+0000 mgr.a (mgr.14152) 66 : cephadm [INF] Saving service mon spec with placement smithi028:172.21.15.28=a;smithi032:172.21.15.32=b;smithi204:172.21.15.204=c;count:3 2024-09-21T04:25:53.921 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:53 smithi028 bash[22708]: cephadm 2024-09-21T04:25:52.614401+0000 mgr.a (mgr.14152) 66 : cephadm [INF] Saving service mon spec with placement smithi028:172.21.15.28=a;smithi032:172.21.15.32=b;smithi204:172.21.15.204=c;count:3 2024-09-21T04:25:53.921 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:53 smithi028 bash[22708]: audit 2024-09-21T04:25:52.619642+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:53.921 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:53 smithi028 bash[22708]: audit 2024-09-21T04:25:52.619642+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:53.921 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:53 smithi028 bash[22708]: audit 2024-09-21T04:25:52.621306+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:25:53.921 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:53 smithi028 bash[22708]: audit 2024-09-21T04:25:52.621306+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:25:53.921 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:53 smithi028 bash[22708]: audit 2024-09-21T04:25:52.626883+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:25:53.921 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:53 smithi028 bash[22708]: audit 2024-09-21T04:25:52.626883+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:25:53.921 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:53 smithi028 bash[22708]: audit 2024-09-21T04:25:52.628865+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:25:53.921 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:53 smithi028 bash[22708]: audit 2024-09-21T04:25:52.628865+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:25:53.922 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:53 smithi028 bash[22708]: audit 2024-09-21T04:25:52.637030+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:53.922 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:53 smithi028 bash[22708]: audit 2024-09-21T04:25:52.637030+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:53.922 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:53 smithi028 bash[22708]: audit 2024-09-21T04:25:52.641633+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T04:25:53.922 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:53 smithi028 bash[22708]: audit 2024-09-21T04:25:52.641633+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T04:25:53.922 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:53 smithi028 bash[22708]: audit 2024-09-21T04:25:52.643434+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:25:53.922 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:53 smithi028 bash[22708]: audit 2024-09-21T04:25:52.643434+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:25:53.922 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:53 smithi028 bash[22708]: cephadm 2024-09-21T04:25:52.645305+0000 mgr.a (mgr.14152) 67 : cephadm [INF] Deploying daemon mon.c on smithi204 2024-09-21T04:25:53.922 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:53 smithi028 bash[22708]: cephadm 2024-09-21T04:25:52.645305+0000 mgr.a (mgr.14152) 67 : cephadm [INF] Deploying daemon mon.c on smithi204 2024-09-21T04:25:55.151 INFO:teuthology.orchestra.run.smithi204.stderr:Inferring config /var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:25:55.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:55 smithi028 bash[22708]: cluster 2024-09-21T04:25:54.030882+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:25:55.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:55 smithi028 bash[22708]: cluster 2024-09-21T04:25:54.030882+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:25:55.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:55 smithi028 bash[22708]: audit 2024-09-21T04:25:54.281181+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:55.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:55 smithi028 bash[22708]: audit 2024-09-21T04:25:54.281181+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:55.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:55 smithi028 bash[22708]: audit 2024-09-21T04:25:54.289176+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:55.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:55 smithi028 bash[22708]: audit 2024-09-21T04:25:54.289176+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:55.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:55 smithi028 bash[22708]: audit 2024-09-21T04:25:55.257986+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:55.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:55 smithi028 bash[22708]: audit 2024-09-21T04:25:55.257986+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:55.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:55 smithi028 bash[22708]: audit 2024-09-21T04:25:55.263606+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:55.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:55 smithi028 bash[22708]: audit 2024-09-21T04:25:55.263606+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:55.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:55 smithi028 bash[22708]: audit 2024-09-21T04:25:55.271223+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:55.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:55 smithi028 bash[22708]: audit 2024-09-21T04:25:55.271223+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:57.177 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-21T04:25:57.178 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"fd0b2732-77d0-11ef-baf5-efdc52797490","modified":"2024-09-21T04:23:29.422734Z","created":"2024-09-21T04:23:29.422734Z","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.28:3300","nonce":0},{"type":"v1","addr":"172.21.15.28:6789","nonce":0}]},"addr":"172.21.15.28:6789/0","public_addr":"172.21.15.28:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-21T04:25:57.178 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-09-21T04:25:57.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:57 smithi028 bash[22708]: cluster 2024-09-21T04:25:56.031354+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-21T04:25:57.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:57 smithi028 bash[22708]: cluster 2024-09-21T04:25:56.031354+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-21T04:25:57.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:57 smithi028 bash[22708]: audit 2024-09-21T04:25:57.175958+0000 mon.a (mon.0) 210 : audit [DBG] from='client.? 172.21.15.204:0/2714064458' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T04:25:57.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:57 smithi028 bash[22708]: audit 2024-09-21T04:25:57.175958+0000 mon.a (mon.0) 210 : audit [DBG] from='client.? 172.21.15.204:0/2714064458' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T04:25:58.941 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:25:58 smithi204 systemd[1]: /etc/systemd/system/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your 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-21T04:25:59.033 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-21T04:25:59.034 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fd0b2732-77d0-11ef-baf5-efdc52797490 -- ceph mon dump -f json 2024-09-21T04:25:59.233 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:25:58 smithi204 systemd[1]: /etc/systemd/system/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your 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-21T04:25:59.233 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:25:59 smithi204 systemd[1]: /etc/systemd/system/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your 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-21T04:25:59.233 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:25:59 smithi204 systemd[1]: Started Ceph mon.c for fd0b2732-77d0-11ef-baf5-efdc52797490. 2024-09-21T04:25:59.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:59 smithi028 bash[22708]: cluster 2024-09-21T04:25:58.031808+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-21T04:25:59.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:59 smithi028 bash[22708]: cluster 2024-09-21T04:25:58.031808+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-21T04:25:59.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:59 smithi028 bash[22708]: audit 2024-09-21T04:25:59.205522+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:59.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:59 smithi028 bash[22708]: audit 2024-09-21T04:25:59.205522+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:59.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:59 smithi028 bash[22708]: audit 2024-09-21T04:25:59.211184+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:59.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:59 smithi028 bash[22708]: audit 2024-09-21T04:25:59.211184+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:59.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:59 smithi028 bash[22708]: audit 2024-09-21T04:25:59.217291+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:59.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:59 smithi028 bash[22708]: audit 2024-09-21T04:25:59.217291+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:25:59.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:59 smithi028 bash[22708]: audit 2024-09-21T04:25:59.218580+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T04:25:59.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:59 smithi028 bash[22708]: audit 2024-09-21T04:25:59.218580+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T04:25:59.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:59 smithi028 bash[22708]: audit 2024-09-21T04:25:59.220288+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:25:59.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:25:59 smithi028 bash[22708]: audit 2024-09-21T04:25:59.220288+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:00.239 INFO:teuthology.orchestra.run.smithi204.stderr:Inferring config /var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/mon.c/config 2024-09-21T04:26:00.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:00 smithi028 bash[22708]: cephadm 2024-09-21T04:25:59.222180+0000 mgr.a (mgr.14152) 71 : cephadm [INF] Deploying daemon mon.b on smithi032 2024-09-21T04:26:00.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:00 smithi028 bash[22708]: cephadm 2024-09-21T04:25:59.222180+0000 mgr.a (mgr.14152) 71 : cephadm [INF] Deploying daemon mon.b on smithi032 2024-09-21T04:26:01.377 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.347+0000 7ff12f4e8c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-21T04:26:01.377 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.347+0000 7ff12f4e8c80 0 ceph version 19.3.0-5103-gf36283e7 (f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2) squid (dev), process ceph-mon, pid 7 2024-09-21T04:26:01.377 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.347+0000 7ff12f4e8c80 0 pidfile_write: ignore empty --pid-file 2024-09-21T04:26:01.377 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 0 load: jerasure load: lrc 2024-09-21T04:26:01.377 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: RocksDB version: 7.9.2 2024-09-21T04:26:01.377 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Git sha 0 2024-09-21T04:26:01.377 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Compile date 2024-09-20 23:32:13 2024-09-21T04:26:01.378 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: DB SUMMARY 2024-09-21T04:26:01.378 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: DB Session ID: 7DYGVI3VN2WPRC8XZF14 2024-09-21T04:26:01.378 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: CURRENT file: CURRENT 2024-09-21T04:26:01.378 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: IDENTITY file: IDENTITY 2024-09-21T04:26:01.378 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-09-21T04:26:01.378 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-09-21T04:26:01.378 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2024-09-21T04:26:01.378 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.error_if_exists: 0 2024-09-21T04:26:01.378 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.create_if_missing: 0 2024-09-21T04:26:01.378 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.paranoid_checks: 1 2024-09-21T04:26:01.378 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-09-21T04:26:01.378 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-21T04:26:01.379 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-21T04:26:01.379 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.env: 0x55b7fd74a120 2024-09-21T04:26:01.379 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.fs: PosixFileSystem 2024-09-21T04:26:01.379 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.info_log: 0x55b7fef5d700 2024-09-21T04:26:01.379 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-21T04:26:01.379 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.statistics: (nil) 2024-09-21T04:26:01.379 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.use_fsync: 0 2024-09-21T04:26:01.379 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.max_log_file_size: 0 2024-09-21T04:26:01.380 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-21T04:26:01.380 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-21T04:26:01.380 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-21T04:26:01.380 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-21T04:26:01.380 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.allow_fallocate: 1 2024-09-21T04:26:01.380 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-21T04:26:01.380 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-21T04:26:01.381 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.use_direct_reads: 0 2024-09-21T04:26:01.381 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-21T04:26:01.381 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.create_missing_column_families: 0 2024-09-21T04:26:01.381 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.db_log_dir: 2024-09-21T04:26:01.381 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.wal_dir: 2024-09-21T04:26:01.381 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-21T04:26:01.381 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-21T04:26:01.381 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-21T04:26:01.381 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-21T04:26:01.381 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-21T04:26:01.381 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-21T04:26:01.381 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.advise_random_on_open: 1 2024-09-21T04:26:01.382 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-21T04:26:01.382 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.write_buffer_manager: 0x55b7fef61b80 2024-09-21T04:26:01.382 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-21T04:26:01.382 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-21T04:26:01.382 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-21T04:26:01.382 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.rate_limiter: (nil) 2024-09-21T04:26:01.382 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-21T04:26:01.382 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-21T04:26:01.382 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-21T04:26:01.382 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-21T04:26:01.382 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.unordered_write: 0 2024-09-21T04:26:01.382 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-21T04:26:01.383 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-21T04:26:01.383 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-21T04:26:01.383 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-21T04:26:01.383 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.row_cache: None 2024-09-21T04:26:01.383 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.wal_filter: None 2024-09-21T04:26:01.383 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-21T04:26:01.383 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-21T04:26:01.383 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.two_write_queues: 0 2024-09-21T04:26:01.383 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.manual_wal_flush: 0 2024-09-21T04:26:01.383 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.wal_compression: 0 2024-09-21T04:26:01.383 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.atomic_flush: 0 2024-09-21T04:26:01.383 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-21T04:26:01.383 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-21T04:26:01.383 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-21T04:26:01.383 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.log_readahead_size: 0 2024-09-21T04:26:01.384 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-21T04:26:01.384 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-21T04:26:01.384 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-21T04:26:01.384 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-21T04:26:01.384 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-21T04:26:01.384 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-21T04:26:01.384 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-09-21T04:26:01.384 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.max_background_jobs: 2 2024-09-21T04:26:01.384 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.max_background_compactions: -1 2024-09-21T04:26:01.384 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.max_subcompactions: 1 2024-09-21T04:26:01.384 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-21T04:26:01.384 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-21T04:26:01.384 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-21T04:26:01.384 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.max_total_wal_size: 0 2024-09-21T04:26:01.384 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-21T04:26:01.384 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-21T04:26:01.385 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-21T04:26:01.385 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-21T04:26:01.385 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.max_open_files: -1 2024-09-21T04:26:01.385 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.bytes_per_sync: 0 2024-09-21T04:26:01.385 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-21T04:26:01.385 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-21T04:26:01.385 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-21T04:26:01.385 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.max_background_flushes: -1 2024-09-21T04:26:01.385 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Compression algorithms supported: 2024-09-21T04:26:01.385 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: kZSTD supported: 0 2024-09-21T04:26:01.385 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: kXpressCompression supported: 0 2024-09-21T04:26:01.385 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: kBZip2Compression supported: 0 2024-09-21T04:26:01.385 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-21T04:26:01.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: kLZ4Compression supported: 1 2024-09-21T04:26:01.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: kZlibCompression supported: 1 2024-09-21T04:26:01.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-21T04:26:01.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: kSnappyCompression supported: 1 2024-09-21T04:26:01.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-21T04:26:01.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-09-21T04:26:01.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2024-09-21T04:26:01.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-21T04:26:01.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-21T04:26:01.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.merge_operator: 2024-09-21T04:26:01.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.compaction_filter: None 2024-09-21T04:26:01.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.compaction_filter_factory: None 2024-09-21T04:26:01.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-21T04:26:01.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-21T04:26:01.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-21T04:26:01.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55b7fef5d320) 2024-09-21T04:26:01.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cache_index_and_filter_blocks: 1 2024-09-21T04:26:01.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-21T04:26:01.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-21T04:26:01.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: pin_top_level_index_and_filter: 1 2024-09-21T04:26:01.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: index_type: 0 2024-09-21T04:26:01.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: data_block_index_type: 0 2024-09-21T04:26:01.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: index_shortening: 1 2024-09-21T04:26:01.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: data_block_hash_table_util_ratio: 0.750000 2024-09-21T04:26:01.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: checksum: 4 2024-09-21T04:26:01.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: no_block_cache: 0 2024-09-21T04:26:01.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: block_cache: 0x55b7fef53610 2024-09-21T04:26:01.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: block_cache_name: BinnedLRUCache 2024-09-21T04:26:01.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: block_cache_options: 2024-09-21T04:26:01.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: capacity : 536870912 2024-09-21T04:26:01.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: num_shard_bits : 4 2024-09-21T04:26:01.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: strict_capacity_limit : 0 2024-09-21T04:26:01.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: high_pri_pool_ratio: 0.000 2024-09-21T04:26:01.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: block_cache_compressed: (nil) 2024-09-21T04:26:01.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: persistent_cache: (nil) 2024-09-21T04:26:01.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: block_size: 4096 2024-09-21T04:26:01.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: block_size_deviation: 10 2024-09-21T04:26:01.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: block_restart_interval: 16 2024-09-21T04:26:01.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: index_block_restart_interval: 1 2024-09-21T04:26:01.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: metadata_block_size: 4096 2024-09-21T04:26:01.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: partition_filters: 0 2024-09-21T04:26:01.389 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: use_delta_encoding: 1 2024-09-21T04:26:01.389 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: filter_policy: bloomfilter 2024-09-21T04:26:01.389 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: whole_key_filtering: 1 2024-09-21T04:26:01.389 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: verify_compression: 0 2024-09-21T04:26:01.389 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: read_amp_bytes_per_bit: 0 2024-09-21T04:26:01.389 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: format_version: 5 2024-09-21T04:26:01.389 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: enable_index_compression: 1 2024-09-21T04:26:01.389 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: block_align: 0 2024-09-21T04:26:01.389 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: max_auto_readahead_size: 262144 2024-09-21T04:26:01.389 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: prepopulate_block_cache: 0 2024-09-21T04:26:01.389 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: initial_auto_readahead_size: 8192 2024-09-21T04:26:01.389 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: num_file_reads_for_auto_readahead: 2 2024-09-21T04:26:01.389 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-21T04:26:01.389 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-21T04:26:01.390 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.compression: NoCompression 2024-09-21T04:26:01.390 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-21T04:26:01.390 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-21T04:26:01.390 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-21T04:26:01.390 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.num_levels: 7 2024-09-21T04:26:01.390 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-21T04:26:01.390 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-21T04:26:01.390 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-21T04:26:01.390 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-21T04:26:01.390 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-21T04:26:01.390 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-21T04:26:01.390 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-21T04:26:01.390 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-21T04:26:01.391 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-21T04:26:01.391 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-21T04:26:01.391 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-21T04:26:01.391 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-21T04:26:01.391 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-21T04:26:01.391 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.compression_opts.level: 32767 2024-09-21T04:26:01.391 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-21T04:26:01.391 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-21T04:26:01.391 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-21T04:26:01.391 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-21T04:26:01.391 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-21T04:26:01.391 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.compression_opts.enabled: false 2024-09-21T04:26:01.391 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-21T04:26:01.392 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-21T04:26:01.392 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-21T04:26:01.392 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-21T04:26:01.392 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-21T04:26:01.392 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-21T04:26:01.393 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-21T04:26:01.393 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-21T04:26:01.393 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-21T04:26:01.393 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-21T04:26:01.393 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-21T04:26:01.393 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-21T04:26:01.393 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-21T04:26:01.393 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-21T04:26:01.393 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-21T04:26:01.393 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-21T04:26:01.393 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-21T04:26:01.393 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-21T04:26:01.393 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-21T04:26:01.393 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.arena_block_size: 1048576 2024-09-21T04:26:01.393 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-21T04:26:01.394 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-21T04:26:01.394 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-21T04:26:01.394 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-21T04:26:01.394 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-21T04:26:01.394 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-21T04:26:01.394 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-21T04:26:01.394 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-21T04:26:01.394 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-21T04:26:01.394 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-21T04:26:01.394 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-21T04:26:01.394 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-21T04:26:01.394 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-21T04:26:01.394 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-21T04:26:01.394 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.inplace_update_support: 0 2024-09-21T04:26:01.394 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-21T04:26:01.395 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-21T04:26:01.395 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-21T04:26:01.395 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-21T04:26:01.395 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.bloom_locality: 0 2024-09-21T04:26:01.395 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.max_successive_merges: 0 2024-09-21T04:26:01.395 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-21T04:26:01.395 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-21T04:26:01.395 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.force_consistency_checks: 1 2024-09-21T04:26:01.395 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-21T04:26:01.395 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.ttl: 2592000 2024-09-21T04:26:01.395 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-21T04:26:01.395 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-21T04:26:01.395 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-21T04:26:01.395 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.enable_blob_files: false 2024-09-21T04:26:01.395 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.min_blob_size: 0 2024-09-21T04:26:01.395 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.blob_file_size: 268435456 2024-09-21T04:26:01.396 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-21T04:26:01.396 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-21T04:26:01.396 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-21T04:26:01.396 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-21T04:26:01.396 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-21T04:26:01.396 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-09-21T04:26:01.396 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-21T04:26:01.396 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 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-21T04:26:01.396 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-21T04:26:01.396 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 4ae3b527-6720-486b-93e6-d0df5c480434 2024-09-21T04:26:01.396 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726892761357926, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-09-21T04:26:01.396 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-09-21T04:26:01.396 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726892761358466, "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": 1726892761, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "4ae3b527-6720-486b-93e6-d0df5c480434", "db_session_id": "7DYGVI3VN2WPRC8XZF14", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-09-21T04:26:01.396 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726892761358606, "job": 1, "event": "recovery_finished"} 2024-09-21T04:26:01.396 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.351+0000 7ff12f4e8c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-09-21T04:26:01.396 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.355+0000 7ff12f4e8c80 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-21T04:26:01.397 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.355+0000 7ff12f4e8c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55b7fef80e00 2024-09-21T04:26:01.397 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.355+0000 7ff12f4e8c80 4 rocksdb: DB pointer 0x55b7ff084000 2024-09-21T04:26:01.397 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.355+0000 7ff1252b0640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-21T04:26:01.397 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.355+0000 7ff1252b0640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-21T04:26:01.397 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: ** DB Stats ** 2024-09-21T04:26:01.397 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-21T04:26:01.397 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: 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-21T04:26:01.397 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-21T04:26:01.397 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-21T04:26:01.397 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: 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-21T04:26:01.397 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-21T04:26:01.397 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-21T04:26:01.397 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: ** Compaction Stats [default] ** 2024-09-21T04:26:01.397 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: 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-21T04:26:01.398 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-21T04:26:01.398 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: 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.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-21T04:26:01.398 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: 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.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-21T04:26:01.398 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: 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.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-21T04:26:01.398 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: ** Compaction Stats [default] ** 2024-09-21T04:26:01.398 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: 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-21T04:26:01.398 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-21T04:26:01.398 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: 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.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-21T04:26:01.398 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-21T04:26:01.398 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-21T04:26:01.398 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-21T04:26:01.398 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-21T04:26:01.398 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: AddFile(Total Files): cumulative 0, interval 0 2024-09-21T04:26:01.398 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-21T04:26:01.398 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: AddFile(Keys): cumulative 0, interval 0 2024-09-21T04:26:01.399 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: Cumulative compaction: 0.00 GB write, 0.44 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-21T04:26:01.399 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: Interval compaction: 0.00 GB write, 0.44 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-21T04:26:01.399 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: 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-21T04:26:01.399 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: Block cache BinnedLRUCache@0x55b7fef53610#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2024-09-21T04:26:01.399 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: 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-21T04:26:01.399 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: ** File Read Latency Histogram By Level [default] ** 2024-09-21T04:26:01.399 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.355+0000 7ff12f4e8c80 0 mon.c does not exist in monmap, will attempt to join an existing cluster 2024-09-21T04:26:01.399 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.355+0000 7ff12f4e8c80 0 using public_addr v2:172.21.15.204:0/0 -> [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] 2024-09-21T04:26:01.399 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.355+0000 7ff12f4e8c80 0 starting mon.c rank -1 at public addrs [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] at bind addrs [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid fd0b2732-77d0-11ef-baf5-efdc52797490 2024-09-21T04:26:01.399 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.355+0000 7ff12f4e8c80 1 mon.c@-1(???) e0 preinit fsid fd0b2732-77d0-11ef-baf5-efdc52797490 2024-09-21T04:26:01.549 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.383+0000 7ff1282b6640 0 mon.c@-1(synchronizing).mds e1 new map 2024-09-21T04:26:01.549 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.383+0000 7ff1282b6640 0 mon.c@-1(synchronizing).mds e1 print_map 2024-09-21T04:26:01.549 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: e1 2024-09-21T04:26:01.549 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: btime 2024-09-21T04:23:34:207341+0000 2024-09-21T04:26:01.549 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: enable_multiple, ever_enabled_multiple: 1,1 2024-09-21T04:26:01.549 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: 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-21T04:26:01.549 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: legacy client fscid: -1 2024-09-21T04:26:01.549 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: 2024-09-21T04:26:01.549 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: No filesystems configured 2024-09-21T04:26:01.550 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.383+0000 7ff1282b6640 1 mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-21T04:26:01.550 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.383+0000 7ff1282b6640 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-21T04:26:01.550 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.383+0000 7ff1282b6640 1 mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-21T04:26:01.550 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.383+0000 7ff1282b6640 1 mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-21T04:26:01.550 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.383+0000 7ff1282b6640 1 mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-21T04:26:01.550 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.383+0000 7ff1282b6640 1 mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-21T04:26:01.550 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.387+0000 7ff1282b6640 0 mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-21T04:26:01.550 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.387+0000 7ff1282b6640 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-21T04:26:01.550 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.387+0000 7ff1282b6640 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-21T04:26:01.550 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.387+0000 7ff1282b6640 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-21T04:26:01.550 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cluster 2024-09-21T04:25:00.020025+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-21T04:26:01.550 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cluster 2024-09-21T04:25:00.020025+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-21T04:26:01.551 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cluster 2024-09-21T04:25:02.020371+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-21T04:26:01.551 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cluster 2024-09-21T04:25:02.020371+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-21T04:26:01.551 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:03.793853+0000 mgr.a (mgr.14152) 17 : 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-21T04:26:01.551 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:03.793853+0000 mgr.a (mgr.14152) 17 : 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-21T04:26:01.551 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:03.798852+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.551 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:03.798852+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.551 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:03.799908+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:01.551 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:03.799908+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:01.551 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:03.803052+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:01.551 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:03.803052+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:01.551 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:03.803924+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:01.551 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:03.803924+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:01.551 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cephadm 2024-09-21T04:25:03.805057+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.conf 2024-09-21T04:26:01.552 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cephadm 2024-09-21T04:25:03.805057+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.conf 2024-09-21T04:26:01.552 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cephadm 2024-09-21T04:25:03.864546+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi028:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:26:01.552 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cephadm 2024-09-21T04:25:03.864546+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi028:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:26:01.552 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cephadm 2024-09-21T04:25:03.955056+0000 mgr.a (mgr.14152) 20 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.client.admin.keyring 2024-09-21T04:26:01.552 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cephadm 2024-09-21T04:25:03.955056+0000 mgr.a (mgr.14152) 20 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.client.admin.keyring 2024-09-21T04:26:01.552 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cluster 2024-09-21T04:25:04.020617+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:01.552 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cluster 2024-09-21T04:25:04.020617+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:01.552 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cephadm 2024-09-21T04:25:04.046702+0000 mgr.a (mgr.14152) 22 : cephadm [INF] Updating smithi028:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T04:26:01.552 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cephadm 2024-09-21T04:25:04.046702+0000 mgr.a (mgr.14152) 22 : cephadm [INF] Updating smithi028:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T04:26:01.552 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:04.133498+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.552 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:04.133498+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.552 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:04.136471+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.552 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:04.136471+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.554 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cluster 2024-09-21T04:25:06.020845+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-21T04:26:01.554 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cluster 2024-09-21T04:25:06.020845+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-21T04:26:01.554 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:06.336669+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.554 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:06.336669+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.555 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:06.344224+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.555 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:06.344224+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.555 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cluster 2024-09-21T04:25:08.021221+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-21T04:26:01.555 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cluster 2024-09-21T04:25:08.021221+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-21T04:26:01.555 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cluster 2024-09-21T04:25:10.021677+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-21T04:26:01.555 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cluster 2024-09-21T04:25:10.021677+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-21T04:26:01.555 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:11.011302+0000 mgr.a (mgr.14152) 26 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi032", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:26:01.555 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:11.011302+0000 mgr.a (mgr.14152) 26 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi032", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:26:01.555 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cluster 2024-09-21T04:25:12.022094+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:01.555 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cluster 2024-09-21T04:25:12.022094+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:01.555 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cephadm 2024-09-21T04:25:12.290327+0000 mgr.a (mgr.14152) 28 : cephadm [INF] Deploying cephadm binary to smithi032 2024-09-21T04:26:01.555 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cephadm 2024-09-21T04:25:12.290327+0000 mgr.a (mgr.14152) 28 : cephadm [INF] Deploying cephadm binary to smithi032 2024-09-21T04:26:01.555 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cluster 2024-09-21T04:25:14.022411+0000 mgr.a (mgr.14152) 29 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:01.555 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cluster 2024-09-21T04:25:14.022411+0000 mgr.a (mgr.14152) 29 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:01.556 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:14.856700+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.556 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:14.856700+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.556 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:14.859053+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.556 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:14.859053+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.556 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:14.861777+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.556 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:14.861777+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.556 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:16.015974+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.556 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:16.015974+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.556 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cephadm 2024-09-21T04:25:16.017032+0000 mgr.a (mgr.14152) 30 : cephadm [INF] Added host smithi032 2024-09-21T04:26:01.556 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cephadm 2024-09-21T04:25:16.017032+0000 mgr.a (mgr.14152) 30 : cephadm [INF] Added host smithi032 2024-09-21T04:26:01.556 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:16.017848+0000 mon.a (mon.0) 134 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:01.556 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:16.017848+0000 mon.a (mon.0) 134 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:01.556 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cluster 2024-09-21T04:25:16.022758+0000 mgr.a (mgr.14152) 31 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:01.556 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cluster 2024-09-21T04:25:16.022758+0000 mgr.a (mgr.14152) 31 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:01.557 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:16.543196+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.557 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:16.543196+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.557 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cluster 2024-09-21T04:25:18.023183+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-21T04:26:01.557 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cluster 2024-09-21T04:25:18.023183+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-21T04:26:01.557 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:18.095674+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.557 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:18.095674+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.557 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:18.101165+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.557 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:18.101165+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.557 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:18.102703+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi032", "name": "osd_memory_target"} : dispatch 2024-09-21T04:26:01.557 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:18.102703+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi032", "name": "osd_memory_target"} : dispatch 2024-09-21T04:26:01.558 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:18.105034+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:01.558 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:18.105034+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:01.558 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:18.106710+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:01.558 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:18.106710+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:01.558 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cephadm 2024-09-21T04:25:18.109068+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi032:/etc/ceph/ceph.conf 2024-09-21T04:26:01.558 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cephadm 2024-09-21T04:25:18.109068+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi032:/etc/ceph/ceph.conf 2024-09-21T04:26:01.558 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cephadm 2024-09-21T04:25:18.231871+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi032:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:26:01.558 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cephadm 2024-09-21T04:25:18.231871+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi032:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:26:01.558 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cephadm 2024-09-21T04:25:18.336433+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Updating smithi032:/etc/ceph/ceph.client.admin.keyring 2024-09-21T04:26:01.558 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cephadm 2024-09-21T04:25:18.336433+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Updating smithi032:/etc/ceph/ceph.client.admin.keyring 2024-09-21T04:26:01.558 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cephadm 2024-09-21T04:25:18.434553+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Updating smithi032:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T04:26:01.558 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cephadm 2024-09-21T04:25:18.434553+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Updating smithi032:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T04:26:01.558 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:18.533473+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.559 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:18.533473+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.559 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:18.539522+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.559 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:18.539522+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.559 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:18.542035+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi032", "caps": []} : dispatch 2024-09-21T04:26:01.559 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:18.542035+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi032", "caps": []} : dispatch 2024-09-21T04:26:01.559 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:18.543524+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi032", "caps": []}]': finished 2024-09-21T04:26:01.559 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:18.543524+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi032", "caps": []}]': finished 2024-09-21T04:26:01.559 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cephadm 2024-09-21T04:25:19.472751+0000 mgr.a (mgr.14152) 37 : cephadm [INF] Deploying daemon agent.smithi032 on smithi032 2024-09-21T04:26:01.559 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cephadm 2024-09-21T04:25:19.472751+0000 mgr.a (mgr.14152) 37 : cephadm [INF] Deploying daemon agent.smithi032 on smithi032 2024-09-21T04:26:01.559 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cluster 2024-09-21T04:25:20.023607+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:01.559 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cluster 2024-09-21T04:25:20.023607+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:01.559 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:20.516812+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.559 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:20.516812+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.559 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:20.522447+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.559 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:20.522447+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.560 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:20.527881+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.560 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:20.527881+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.560 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:20.560628+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:01.560 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:20.560628+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:01.560 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:20.564769+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:01.560 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:20.564769+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:01.560 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:20.566442+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:01.560 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:20.566442+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:01.560 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:20.574720+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.560 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:20.574720+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.560 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:20.609922+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:01.560 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:20.609922+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:01.560 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:20.614112+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:01.560 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:20.614112+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:01.561 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:20.615855+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:01.561 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:20.615855+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:01.561 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:20.623961+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.561 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:20.623961+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.561 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:21.081095+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.561 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:21.081095+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.561 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:21.476176+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.561 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:21.476176+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.561 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cluster 2024-09-21T04:25:22.024041+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-21T04:26:01.561 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cluster 2024-09-21T04:25:22.024041+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-21T04:26:01.562 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:22.143288+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.562 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:22.143288+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.562 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:22.151013+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.562 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:22.151013+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.562 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:22.828682+0000 mgr.a (mgr.14152) 40 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:26:01.562 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:22.828682+0000 mgr.a (mgr.14152) 40 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:26:01.562 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cluster 2024-09-21T04:25:24.024469+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:01.562 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cluster 2024-09-21T04:25:24.024469+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:01.562 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cluster 2024-09-21T04:25:26.024854+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-21T04:26:01.562 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cluster 2024-09-21T04:25:26.024854+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-21T04:26:01.562 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cluster 2024-09-21T04:25:28.025290+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-21T04:26:01.562 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cluster 2024-09-21T04:25:28.025290+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-21T04:26:01.562 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:29.760408+0000 mgr.a (mgr.14152) 44 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi204", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:26:01.563 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:29.760408+0000 mgr.a (mgr.14152) 44 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi204", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:26:01.563 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cluster 2024-09-21T04:25:30.025569+0000 mgr.a (mgr.14152) 45 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:01.563 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cluster 2024-09-21T04:25:30.025569+0000 mgr.a (mgr.14152) 45 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:01.563 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cephadm 2024-09-21T04:25:31.015381+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Deploying cephadm binary to smithi204 2024-09-21T04:26:01.563 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cephadm 2024-09-21T04:25:31.015381+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Deploying cephadm binary to smithi204 2024-09-21T04:26:01.563 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cluster 2024-09-21T04:25:32.025916+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:01.563 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cluster 2024-09-21T04:25:32.025916+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:01.563 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cluster 2024-09-21T04:25:34.026358+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-21T04:26:01.563 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cluster 2024-09-21T04:25:34.026358+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-21T04:26:01.563 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:34.617048+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.563 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:34.617048+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.563 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cephadm 2024-09-21T04:25:34.617952+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Added host smithi204 2024-09-21T04:26:01.563 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cephadm 2024-09-21T04:25:34.617952+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Added host smithi204 2024-09-21T04:26:01.563 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:34.618697+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:01.564 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:34.618697+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:01.564 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:35.048624+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.564 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:35.048624+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.564 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:35.051784+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.564 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:35.051784+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.564 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:35.058615+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.564 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:35.058615+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.564 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:35.147324+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.564 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:35.147324+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.564 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:35.517726+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.564 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:35.517726+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.564 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:35.524184+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.564 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:35.524184+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.564 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cluster 2024-09-21T04:25:36.026778+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:01.565 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cluster 2024-09-21T04:25:36.026778+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:01.565 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:36.652877+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.565 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:36.652877+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.565 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:36.658380+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.565 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:36.658380+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.565 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:36.659836+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi204", "name": "osd_memory_target"} : dispatch 2024-09-21T04:26:01.565 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:36.659836+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi204", "name": "osd_memory_target"} : dispatch 2024-09-21T04:26:01.565 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:36.662077+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:01.565 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:36.662077+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:01.566 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:36.663961+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:01.566 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:36.663961+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:01.566 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cephadm 2024-09-21T04:25:36.666507+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.conf 2024-09-21T04:26:01.566 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cephadm 2024-09-21T04:25:36.666507+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.conf 2024-09-21T04:26:01.566 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:37.084458+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.566 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:37.084458+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.566 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:37.090824+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.566 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:37.090824+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.566 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:37.093875+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi204", "caps": []} : dispatch 2024-09-21T04:26:01.566 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:37.093875+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi204", "caps": []} : dispatch 2024-09-21T04:26:01.567 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:37.095253+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi204", "caps": []}]': finished 2024-09-21T04:26:01.567 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:37.095253+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi204", "caps": []}]': finished 2024-09-21T04:26:01.567 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cephadm 2024-09-21T04:25:36.785512+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi204:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:26:01.567 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cephadm 2024-09-21T04:25:36.785512+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi204:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:26:01.567 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cephadm 2024-09-21T04:25:36.890862+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.client.admin.keyring 2024-09-21T04:26:01.567 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cephadm 2024-09-21T04:25:36.890862+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.client.admin.keyring 2024-09-21T04:26:01.567 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cephadm 2024-09-21T04:25:36.986749+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi204:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T04:26:01.567 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cephadm 2024-09-21T04:25:36.986749+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi204:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T04:26:01.567 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cephadm 2024-09-21T04:25:37.710686+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Deploying daemon agent.smithi204 on smithi204 2024-09-21T04:26:01.567 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cephadm 2024-09-21T04:25:37.710686+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Deploying daemon agent.smithi204 on smithi204 2024-09-21T04:26:01.567 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cluster 2024-09-21T04:25:38.027240+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:01.567 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cluster 2024-09-21T04:25:38.027240+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:01.568 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:38.718853+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.568 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:38.718853+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.568 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:38.724682+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.568 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:38.724682+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.568 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:38.729785+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.568 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:38.729785+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.568 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:38.778675+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:01.568 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:38.778675+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:01.568 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:38.783481+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:01.568 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:38.783481+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:01.568 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:38.785076+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:01.568 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:38.785076+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:01.568 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:38.793261+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.569 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:38.793261+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.569 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:38.843820+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:01.569 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:38.843820+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:01.569 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:38.848243+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:01.569 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:38.848243+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:01.569 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:38.849813+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:01.569 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:38.849813+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:01.569 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:38.857789+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.569 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:38.857789+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.569 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:39.277551+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.569 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:39.277551+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.569 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cluster 2024-09-21T04:25:40.027609+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:01.569 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cluster 2024-09-21T04:25:40.027609+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:01.569 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:40.349034+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.570 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:40.349034+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.570 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:40.356272+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.570 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:40.356272+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.570 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:41.407700+0000 mgr.a (mgr.14152) 58 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:26:01.570 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:41.407700+0000 mgr.a (mgr.14152) 58 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:26:01.570 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:41.480340+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.570 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:41.480340+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.570 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:41.696363+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.570 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:41.696363+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:41.701754+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:41.701754+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:41.709127+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:41.709127+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cluster 2024-09-21T04:25:42.027918+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:01.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cluster 2024-09-21T04:25:42.027918+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:01.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cluster 2024-09-21T04:25:44.028396+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-21T04:26:01.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cluster 2024-09-21T04:25:44.028396+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-21T04:26:01.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cluster 2024-09-21T04:25:46.028895+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-21T04:26:01.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cluster 2024-09-21T04:25:46.028895+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-21T04:26:01.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:48.653324+0000 mon.a (mon.0) 195 : audit [INF] from='client.? 172.21.15.28:0/2488105512' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-21T04:26:01.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:48.653324+0000 mon.a (mon.0) 195 : audit [INF] from='client.? 172.21.15.28:0/2488105512' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-21T04:26:01.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cluster 2024-09-21T04:25:48.029328+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-21T04:26:01.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cluster 2024-09-21T04:25:48.029328+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-21T04:26:01.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:48.716352+0000 mon.a (mon.0) 196 : audit [INF] from='client.? 172.21.15.28:0/2488105512' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-21T04:26:01.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:48.716352+0000 mon.a (mon.0) 196 : audit [INF] from='client.? 172.21.15.28:0/2488105512' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-21T04:26:01.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cluster 2024-09-21T04:25:48.720162+0000 mon.a (mon.0) 197 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T04:26:01.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cluster 2024-09-21T04:25:48.720162+0000 mon.a (mon.0) 197 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T04:26:01.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cluster 2024-09-21T04:25:50.029850+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:01.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cluster 2024-09-21T04:25:50.029850+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:01.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cluster 2024-09-21T04:25:52.030378+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-21T04:26:01.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cluster 2024-09-21T04:25:52.030378+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-21T04:26:01.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:52.609264+0000 mgr.a (mgr.14152) 65 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi028:172.21.15.28=a;smithi032:172.21.15.32=b;smithi204:172.21.15.204=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:26:01.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:52.609264+0000 mgr.a (mgr.14152) 65 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi028:172.21.15.28=a;smithi032:172.21.15.32=b;smithi204:172.21.15.204=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:26:01.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cephadm 2024-09-21T04:25:52.614401+0000 mgr.a (mgr.14152) 66 : cephadm [INF] Saving service mon spec with placement smithi028:172.21.15.28=a;smithi032:172.21.15.32=b;smithi204:172.21.15.204=c;count:3 2024-09-21T04:26:01.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cephadm 2024-09-21T04:25:52.614401+0000 mgr.a (mgr.14152) 66 : cephadm [INF] Saving service mon spec with placement smithi028:172.21.15.28=a;smithi032:172.21.15.32=b;smithi204:172.21.15.204=c;count:3 2024-09-21T04:26:01.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:52.619642+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:52.619642+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:52.621306+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:01.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:52.621306+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:01.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:52.626883+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:01.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:52.626883+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:01.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:52.628865+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:01.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:52.628865+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:01.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:52.637030+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:52.637030+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:52.641633+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T04:26:01.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:52.641633+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T04:26:01.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:52.643434+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:01.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:52.643434+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:01.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cephadm 2024-09-21T04:25:52.645305+0000 mgr.a (mgr.14152) 67 : cephadm [INF] Deploying daemon mon.c on smithi204 2024-09-21T04:26:01.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cephadm 2024-09-21T04:25:52.645305+0000 mgr.a (mgr.14152) 67 : cephadm [INF] Deploying daemon mon.c on smithi204 2024-09-21T04:26:01.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cluster 2024-09-21T04:25:54.030882+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:01.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cluster 2024-09-21T04:25:54.030882+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:01.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:54.281181+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:54.281181+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:54.289176+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:54.289176+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:55.257986+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.575 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:55.257986+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.575 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:55.263606+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.575 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:55.263606+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.575 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:55.271223+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.575 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:55.271223+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.575 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cluster 2024-09-21T04:25:56.031354+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-21T04:26:01.575 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cluster 2024-09-21T04:25:56.031354+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-21T04:26:01.575 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:57.175958+0000 mon.a (mon.0) 210 : audit [DBG] from='client.? 172.21.15.204:0/2714064458' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T04:26:01.575 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:57.175958+0000 mon.a (mon.0) 210 : audit [DBG] from='client.? 172.21.15.204:0/2714064458' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T04:26:01.575 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cluster 2024-09-21T04:25:58.031808+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-21T04:26:01.575 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cluster 2024-09-21T04:25:58.031808+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-21T04:26:01.575 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:59.205522+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.575 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:59.205522+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.575 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:59.211184+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.576 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:59.211184+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.576 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:59.217291+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.576 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:59.217291+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:01.576 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:59.218580+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T04:26:01.576 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:59.218580+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T04:26:01.576 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:59.220288+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:01.576 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: audit 2024-09-21T04:25:59.220288+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:01.576 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cephadm 2024-09-21T04:25:59.222180+0000 mgr.a (mgr.14152) 71 : cephadm [INF] Deploying daemon mon.b on smithi032 2024-09-21T04:26:01.576 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cephadm 2024-09-21T04:25:59.222180+0000 mgr.a (mgr.14152) 71 : cephadm [INF] Deploying daemon mon.b on smithi032 2024-09-21T04:26:01.576 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cluster 2024-09-21T04:26:00.032215+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:01.576 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: cluster 2024-09-21T04:26:00.032215+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:01.576 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:01 smithi204 bash[23242]: debug 2024-09-21T04:26:01.391+0000 7ff1282b6640 1 mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-09-21T04:26:01.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:01 smithi028 bash[22708]: cluster 2024-09-21T04:26:00.032215+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:01.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:01 smithi028 bash[22708]: cluster 2024-09-21T04:26:00.032215+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:04.667 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:04 smithi032 systemd[1]: Started Ceph mon.b for fd0b2732-77d0-11ef-baf5-efdc52797490. 2024-09-21T04:26:05.798 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.782+0000 7fb429affc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-21T04:26:05.798 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.782+0000 7fb429affc80 0 ceph version 19.3.0-5103-gf36283e7 (f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2) squid (dev), process ceph-mon, pid 7 2024-09-21T04:26:05.798 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.782+0000 7fb429affc80 0 pidfile_write: ignore empty --pid-file 2024-09-21T04:26:05.798 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 0 load: jerasure load: lrc 2024-09-21T04:26:05.798 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: RocksDB version: 7.9.2 2024-09-21T04:26:05.798 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Git sha 0 2024-09-21T04:26:05.798 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Compile date 2024-09-20 23:32:13 2024-09-21T04:26:05.798 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: DB SUMMARY 2024-09-21T04:26:05.798 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: DB Session ID: RTLB66R43LUNGDP2FZT8 2024-09-21T04:26:05.799 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: CURRENT file: CURRENT 2024-09-21T04:26:05.799 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: IDENTITY file: IDENTITY 2024-09-21T04:26:05.799 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-09-21T04:26:05.799 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-09-21T04:26:05.799 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 511 ; 2024-09-21T04:26:05.799 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.error_if_exists: 0 2024-09-21T04:26:05.799 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.create_if_missing: 0 2024-09-21T04:26:05.799 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.paranoid_checks: 1 2024-09-21T04:26:05.799 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-09-21T04:26:05.799 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-21T04:26:05.799 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-21T04:26:05.799 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.env: 0x56188ce3d120 2024-09-21T04:26:05.799 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.fs: PosixFileSystem 2024-09-21T04:26:05.800 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.info_log: 0x56188f525700 2024-09-21T04:26:05.800 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-21T04:26:05.800 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.statistics: (nil) 2024-09-21T04:26:05.800 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.use_fsync: 0 2024-09-21T04:26:05.800 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.max_log_file_size: 0 2024-09-21T04:26:05.800 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-21T04:26:05.800 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-21T04:26:05.800 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-21T04:26:05.800 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-21T04:26:05.800 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.allow_fallocate: 1 2024-09-21T04:26:05.800 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-21T04:26:05.800 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-21T04:26:05.800 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.use_direct_reads: 0 2024-09-21T04:26:05.800 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-21T04:26:05.801 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.create_missing_column_families: 0 2024-09-21T04:26:05.801 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.db_log_dir: 2024-09-21T04:26:05.801 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.wal_dir: 2024-09-21T04:26:05.801 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-21T04:26:05.801 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-21T04:26:05.801 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-21T04:26:05.801 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-21T04:26:05.801 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-21T04:26:05.801 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-21T04:26:05.801 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.advise_random_on_open: 1 2024-09-21T04:26:05.801 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-21T04:26:05.801 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.write_buffer_manager: 0x56188f529b80 2024-09-21T04:26:05.801 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-21T04:26:05.801 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-21T04:26:05.801 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-21T04:26:05.801 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.rate_limiter: (nil) 2024-09-21T04:26:05.802 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-21T04:26:05.802 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-21T04:26:05.802 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-21T04:26:05.802 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-21T04:26:05.802 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.unordered_write: 0 2024-09-21T04:26:05.803 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-21T04:26:05.803 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-21T04:26:05.803 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-21T04:26:05.803 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-21T04:26:05.803 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.row_cache: None 2024-09-21T04:26:05.803 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.wal_filter: None 2024-09-21T04:26:05.803 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-21T04:26:05.803 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-21T04:26:05.803 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.two_write_queues: 0 2024-09-21T04:26:05.803 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.manual_wal_flush: 0 2024-09-21T04:26:05.803 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.wal_compression: 0 2024-09-21T04:26:05.803 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.atomic_flush: 0 2024-09-21T04:26:05.804 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-21T04:26:05.804 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-21T04:26:05.804 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-21T04:26:05.804 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.log_readahead_size: 0 2024-09-21T04:26:05.804 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-21T04:26:05.804 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-21T04:26:05.804 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-21T04:26:05.804 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-21T04:26:05.804 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-21T04:26:05.804 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-21T04:26:05.804 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-09-21T04:26:05.804 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.max_background_jobs: 2 2024-09-21T04:26:05.804 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.max_background_compactions: -1 2024-09-21T04:26:05.804 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.max_subcompactions: 1 2024-09-21T04:26:05.804 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-21T04:26:05.805 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-21T04:26:05.805 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-21T04:26:05.805 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.max_total_wal_size: 0 2024-09-21T04:26:05.805 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-21T04:26:05.805 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-21T04:26:05.805 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-21T04:26:05.805 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-21T04:26:05.805 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.max_open_files: -1 2024-09-21T04:26:05.805 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.bytes_per_sync: 0 2024-09-21T04:26:05.805 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-21T04:26:05.805 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-21T04:26:05.805 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-21T04:26:05.805 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.max_background_flushes: -1 2024-09-21T04:26:05.805 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Compression algorithms supported: 2024-09-21T04:26:05.805 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: kZSTD supported: 0 2024-09-21T04:26:05.805 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: kXpressCompression supported: 0 2024-09-21T04:26:05.806 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: kBZip2Compression supported: 0 2024-09-21T04:26:05.806 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-21T04:26:05.806 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: kLZ4Compression supported: 1 2024-09-21T04:26:05.806 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: kZlibCompression supported: 1 2024-09-21T04:26:05.806 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-21T04:26:05.806 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: kSnappyCompression supported: 1 2024-09-21T04:26:05.806 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-21T04:26:05.806 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-09-21T04:26:05.806 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-09-21T04:26:05.806 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-21T04:26:05.806 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-21T04:26:05.806 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.merge_operator: 2024-09-21T04:26:05.806 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.compaction_filter: None 2024-09-21T04:26:05.806 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.compaction_filter_factory: None 2024-09-21T04:26:05.807 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-21T04:26:05.807 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-21T04:26:05.807 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-21T04:26:05.807 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56188f525320) 2024-09-21T04:26:05.807 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cache_index_and_filter_blocks: 1 2024-09-21T04:26:05.807 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-21T04:26:05.807 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-21T04:26:05.807 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: pin_top_level_index_and_filter: 1 2024-09-21T04:26:05.807 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: index_type: 0 2024-09-21T04:26:05.807 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: data_block_index_type: 0 2024-09-21T04:26:05.807 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: index_shortening: 1 2024-09-21T04:26:05.807 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: data_block_hash_table_util_ratio: 0.750000 2024-09-21T04:26:05.807 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: checksum: 4 2024-09-21T04:26:05.807 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: no_block_cache: 0 2024-09-21T04:26:05.808 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: block_cache: 0x56188f51b610 2024-09-21T04:26:05.808 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: block_cache_name: BinnedLRUCache 2024-09-21T04:26:05.808 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: block_cache_options: 2024-09-21T04:26:05.808 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: capacity : 536870912 2024-09-21T04:26:05.808 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: num_shard_bits : 4 2024-09-21T04:26:05.808 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: strict_capacity_limit : 0 2024-09-21T04:26:05.808 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: high_pri_pool_ratio: 0.000 2024-09-21T04:26:05.808 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: block_cache_compressed: (nil) 2024-09-21T04:26:05.808 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: persistent_cache: (nil) 2024-09-21T04:26:05.808 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: block_size: 4096 2024-09-21T04:26:05.808 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: block_size_deviation: 10 2024-09-21T04:26:05.808 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: block_restart_interval: 16 2024-09-21T04:26:05.808 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: index_block_restart_interval: 1 2024-09-21T04:26:05.808 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: metadata_block_size: 4096 2024-09-21T04:26:05.808 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: partition_filters: 0 2024-09-21T04:26:05.808 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: use_delta_encoding: 1 2024-09-21T04:26:05.809 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: filter_policy: bloomfilter 2024-09-21T04:26:05.809 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: whole_key_filtering: 1 2024-09-21T04:26:05.809 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: verify_compression: 0 2024-09-21T04:26:05.809 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: read_amp_bytes_per_bit: 0 2024-09-21T04:26:06.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: format_version: 5 2024-09-21T04:26:06.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: enable_index_compression: 1 2024-09-21T04:26:06.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: block_align: 0 2024-09-21T04:26:06.042 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: max_auto_readahead_size: 262144 2024-09-21T04:26:06.042 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: prepopulate_block_cache: 0 2024-09-21T04:26:06.042 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: initial_auto_readahead_size: 8192 2024-09-21T04:26:06.042 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: num_file_reads_for_auto_readahead: 2 2024-09-21T04:26:06.042 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-21T04:26:06.042 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-21T04:26:06.042 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.compression: NoCompression 2024-09-21T04:26:06.042 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-21T04:26:06.042 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-21T04:26:06.042 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-21T04:26:06.042 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.num_levels: 7 2024-09-21T04:26:06.042 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-21T04:26:06.042 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-21T04:26:06.042 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-21T04:26:06.043 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-21T04:26:06.043 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-21T04:26:06.043 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-21T04:26:06.043 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-21T04:26:06.043 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-21T04:26:06.043 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-21T04:26:06.043 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-21T04:26:06.043 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-21T04:26:06.043 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-21T04:26:06.043 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-21T04:26:06.043 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.compression_opts.level: 32767 2024-09-21T04:26:06.043 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-21T04:26:06.043 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-21T04:26:06.044 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-21T04:26:06.044 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-21T04:26:06.044 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-21T04:26:06.044 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.compression_opts.enabled: false 2024-09-21T04:26:06.044 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-21T04:26:06.045 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-21T04:26:06.045 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-21T04:26:06.045 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-21T04:26:06.045 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-21T04:26:06.045 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-21T04:26:06.045 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-21T04:26:06.045 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-21T04:26:06.045 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-21T04:26:06.045 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-21T04:26:06.045 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-21T04:26:06.045 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-21T04:26:06.045 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-21T04:26:06.045 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-21T04:26:06.045 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-21T04:26:06.045 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-21T04:26:06.046 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-21T04:26:06.046 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-21T04:26:06.046 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-21T04:26:06.046 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.arena_block_size: 1048576 2024-09-21T04:26:06.046 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-21T04:26:06.046 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-21T04:26:06.046 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-21T04:26:06.046 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-21T04:26:06.046 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-21T04:26:06.046 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-21T04:26:06.046 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-21T04:26:06.046 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-21T04:26:06.047 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-21T04:26:06.047 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-21T04:26:06.047 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-21T04:26:06.047 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-21T04:26:06.047 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-21T04:26:06.047 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-21T04:26:06.047 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.inplace_update_support: 0 2024-09-21T04:26:06.047 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-21T04:26:06.047 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-21T04:26:06.047 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-21T04:26:06.047 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-21T04:26:06.047 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.bloom_locality: 0 2024-09-21T04:26:06.047 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.max_successive_merges: 0 2024-09-21T04:26:06.048 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-21T04:26:06.048 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-21T04:26:06.048 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.force_consistency_checks: 1 2024-09-21T04:26:06.048 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-21T04:26:06.048 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.ttl: 2592000 2024-09-21T04:26:06.048 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-21T04:26:06.048 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-21T04:26:06.048 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-21T04:26:06.048 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.enable_blob_files: false 2024-09-21T04:26:06.048 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.min_blob_size: 0 2024-09-21T04:26:06.048 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.blob_file_size: 268435456 2024-09-21T04:26:06.048 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-21T04:26:06.048 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-21T04:26:06.048 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-21T04:26:06.049 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-21T04:26:06.049 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-21T04:26:06.049 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-09-21T04:26:06.049 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-21T04:26:06.049 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 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-21T04:26:06.049 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.786+0000 7fb429affc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-21T04:26:06.049 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.790+0000 7fb429affc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 332cbcf6-1de7-4ca2-afbf-77059f48b5f6 2024-09-21T04:26:06.049 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.790+0000 7fb429affc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726892765790419, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-09-21T04:26:06.049 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.790+0000 7fb429affc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-09-21T04:26:06.049 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.790+0000 7fb429affc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726892765791049, "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": 1726892765, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "332cbcf6-1de7-4ca2-afbf-77059f48b5f6", "db_session_id": "RTLB66R43LUNGDP2FZT8", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-09-21T04:26:06.049 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.790+0000 7fb429affc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726892765791211, "job": 1, "event": "recovery_finished"} 2024-09-21T04:26:06.049 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.790+0000 7fb429affc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-09-21T04:26:06.049 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.790+0000 7fb429affc80 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-21T04:26:06.050 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.790+0000 7fb429affc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x56188f548e00 2024-09-21T04:26:06.050 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.790+0000 7fb429affc80 4 rocksdb: DB pointer 0x56188f64c000 2024-09-21T04:26:06.050 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.790+0000 7fb41f8c7640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-21T04:26:06.050 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.790+0000 7fb41f8c7640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-21T04:26:06.050 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: ** DB Stats ** 2024-09-21T04:26:06.050 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-21T04:26:06.050 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: 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-21T04:26:06.050 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-21T04:26:06.050 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-21T04:26:06.050 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: 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-21T04:26:06.050 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-21T04:26:06.050 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-21T04:26:06.050 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: ** Compaction Stats [default] ** 2024-09-21T04:26:06.051 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: 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-21T04:26:06.051 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-21T04:26:06.051 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: 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.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-21T04:26:06.051 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: 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.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-21T04:26:06.051 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: 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.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-21T04:26:06.051 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: ** Compaction Stats [default] ** 2024-09-21T04:26:06.051 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: 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-21T04:26:06.051 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-21T04:26:06.053 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: 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.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-21T04:26:06.053 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-21T04:26:06.053 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-21T04:26:06.053 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-21T04:26:06.053 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-21T04:26:06.053 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: AddFile(Total Files): cumulative 0, interval 0 2024-09-21T04:26:06.053 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-21T04:26:06.053 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: AddFile(Keys): cumulative 0, interval 0 2024-09-21T04:26:06.054 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: Cumulative compaction: 0.00 GB write, 0.35 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-21T04:26:06.054 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: Interval compaction: 0.00 GB write, 0.35 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-21T04:26:06.054 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: 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-21T04:26:06.054 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: Block cache BinnedLRUCache@0x56188f51b610#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.3e-05 secs_since: 0 2024-09-21T04:26:06.054 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: 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-21T04:26:06.054 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: ** File Read Latency Histogram By Level [default] ** 2024-09-21T04:26:06.054 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.790+0000 7fb429affc80 0 mon.b does not exist in monmap, will attempt to join an existing cluster 2024-09-21T04:26:06.054 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.790+0000 7fb429affc80 0 using public_addr v2:172.21.15.32:0/0 -> [v2:172.21.15.32:3300/0,v1:172.21.15.32:6789/0] 2024-09-21T04:26:06.054 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.794+0000 7fb429affc80 0 starting mon.b rank -1 at public addrs [v2:172.21.15.32:3300/0,v1:172.21.15.32:6789/0] at bind addrs [v2:172.21.15.32:3300/0,v1:172.21.15.32:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid fd0b2732-77d0-11ef-baf5-efdc52797490 2024-09-21T04:26:06.054 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.794+0000 7fb429affc80 1 mon.b@-1(???) e0 preinit fsid fd0b2732-77d0-11ef-baf5-efdc52797490 2024-09-21T04:26:06.054 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.818+0000 7fb4228cd640 0 mon.b@-1(synchronizing).mds e1 new map 2024-09-21T04:26:06.054 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.818+0000 7fb4228cd640 0 mon.b@-1(synchronizing).mds e1 print_map 2024-09-21T04:26:06.054 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: e1 2024-09-21T04:26:06.054 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: btime 2024-09-21T04:23:34:207341+0000 2024-09-21T04:26:06.054 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: enable_multiple, ever_enabled_multiple: 1,1 2024-09-21T04:26:06.055 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: 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-21T04:26:06.055 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: legacy client fscid: -1 2024-09-21T04:26:06.055 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: 2024-09-21T04:26:06.055 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: No filesystems configured 2024-09-21T04:26:06.055 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.818+0000 7fb4228cd640 1 mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-21T04:26:06.055 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.818+0000 7fb4228cd640 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-21T04:26:06.055 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.818+0000 7fb4228cd640 1 mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-21T04:26:06.055 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.818+0000 7fb4228cd640 1 mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-21T04:26:06.055 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.818+0000 7fb4228cd640 1 mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-21T04:26:06.055 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.818+0000 7fb4228cd640 1 mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-21T04:26:06.055 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.818+0000 7fb4228cd640 0 mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-21T04:26:06.055 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.818+0000 7fb4228cd640 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-21T04:26:06.055 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.818+0000 7fb4228cd640 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-21T04:26:06.055 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.818+0000 7fb4228cd640 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-21T04:26:06.055 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cluster 2024-09-21T04:25:00.020025+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-21T04:26:06.056 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cluster 2024-09-21T04:25:00.020025+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-21T04:26:06.056 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cluster 2024-09-21T04:25:02.020371+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-21T04:26:06.056 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cluster 2024-09-21T04:25:02.020371+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-21T04:26:06.056 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:03.793853+0000 mgr.a (mgr.14152) 17 : 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-21T04:26:06.056 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:03.793853+0000 mgr.a (mgr.14152) 17 : 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-21T04:26:06.056 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:03.798852+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.056 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:03.798852+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.056 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:03.799908+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:06.056 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:03.799908+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:06.056 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:03.803052+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:06.056 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:03.803052+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:06.056 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:03.803924+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:06.056 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:03.803924+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:06.056 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cephadm 2024-09-21T04:25:03.805057+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.conf 2024-09-21T04:26:06.057 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cephadm 2024-09-21T04:25:03.805057+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.conf 2024-09-21T04:26:06.057 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cephadm 2024-09-21T04:25:03.864546+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi028:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:26:06.057 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cephadm 2024-09-21T04:25:03.864546+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi028:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:26:06.057 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cephadm 2024-09-21T04:25:03.955056+0000 mgr.a (mgr.14152) 20 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.client.admin.keyring 2024-09-21T04:26:06.057 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cephadm 2024-09-21T04:25:03.955056+0000 mgr.a (mgr.14152) 20 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.client.admin.keyring 2024-09-21T04:26:06.057 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cluster 2024-09-21T04:25:04.020617+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:06.057 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cluster 2024-09-21T04:25:04.020617+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:06.057 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cephadm 2024-09-21T04:25:04.046702+0000 mgr.a (mgr.14152) 22 : cephadm [INF] Updating smithi028:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T04:26:06.057 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cephadm 2024-09-21T04:25:04.046702+0000 mgr.a (mgr.14152) 22 : cephadm [INF] Updating smithi028:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T04:26:06.057 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:04.133498+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.057 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:04.133498+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.057 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:04.136471+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.057 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:04.136471+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.057 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cluster 2024-09-21T04:25:06.020845+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-21T04:26:06.057 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cluster 2024-09-21T04:25:06.020845+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-21T04:26:06.058 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:06.336669+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.058 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:06.336669+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.058 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:06.344224+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.058 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:06.344224+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.058 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cluster 2024-09-21T04:25:08.021221+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-21T04:26:06.058 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cluster 2024-09-21T04:25:08.021221+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-21T04:26:06.058 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cluster 2024-09-21T04:25:10.021677+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-21T04:26:06.058 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cluster 2024-09-21T04:25:10.021677+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-21T04:26:06.058 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:11.011302+0000 mgr.a (mgr.14152) 26 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi032", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:26:06.058 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:11.011302+0000 mgr.a (mgr.14152) 26 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi032", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:26:06.058 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cluster 2024-09-21T04:25:12.022094+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:06.058 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cluster 2024-09-21T04:25:12.022094+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:06.058 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cephadm 2024-09-21T04:25:12.290327+0000 mgr.a (mgr.14152) 28 : cephadm [INF] Deploying cephadm binary to smithi032 2024-09-21T04:26:06.058 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cephadm 2024-09-21T04:25:12.290327+0000 mgr.a (mgr.14152) 28 : cephadm [INF] Deploying cephadm binary to smithi032 2024-09-21T04:26:06.059 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cluster 2024-09-21T04:25:14.022411+0000 mgr.a (mgr.14152) 29 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:06.059 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cluster 2024-09-21T04:25:14.022411+0000 mgr.a (mgr.14152) 29 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:06.059 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:14.856700+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.059 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:14.856700+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.059 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:14.859053+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.059 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:14.859053+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.059 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:14.861777+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.059 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:14.861777+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.059 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:16.015974+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.059 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:16.015974+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.059 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cephadm 2024-09-21T04:25:16.017032+0000 mgr.a (mgr.14152) 30 : cephadm [INF] Added host smithi032 2024-09-21T04:26:06.059 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cephadm 2024-09-21T04:25:16.017032+0000 mgr.a (mgr.14152) 30 : cephadm [INF] Added host smithi032 2024-09-21T04:26:06.059 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:16.017848+0000 mon.a (mon.0) 134 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:06.059 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:16.017848+0000 mon.a (mon.0) 134 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:06.059 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cluster 2024-09-21T04:25:16.022758+0000 mgr.a (mgr.14152) 31 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:06.060 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cluster 2024-09-21T04:25:16.022758+0000 mgr.a (mgr.14152) 31 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:06.060 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:16.543196+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.060 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:16.543196+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.060 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cluster 2024-09-21T04:25:18.023183+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-21T04:26:06.060 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cluster 2024-09-21T04:25:18.023183+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-21T04:26:06.060 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:18.095674+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.060 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:18.095674+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.060 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:18.101165+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.060 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:18.101165+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.060 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:18.102703+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi032", "name": "osd_memory_target"} : dispatch 2024-09-21T04:26:06.060 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:18.102703+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi032", "name": "osd_memory_target"} : dispatch 2024-09-21T04:26:06.060 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:18.105034+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:06.060 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:18.105034+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:06.060 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:18.106710+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:06.060 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:18.106710+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:06.060 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cephadm 2024-09-21T04:25:18.109068+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi032:/etc/ceph/ceph.conf 2024-09-21T04:26:06.061 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cephadm 2024-09-21T04:25:18.109068+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi032:/etc/ceph/ceph.conf 2024-09-21T04:26:06.061 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cephadm 2024-09-21T04:25:18.231871+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi032:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:26:06.061 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cephadm 2024-09-21T04:25:18.231871+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi032:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:26:06.061 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cephadm 2024-09-21T04:25:18.336433+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Updating smithi032:/etc/ceph/ceph.client.admin.keyring 2024-09-21T04:26:06.061 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cephadm 2024-09-21T04:25:18.336433+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Updating smithi032:/etc/ceph/ceph.client.admin.keyring 2024-09-21T04:26:06.061 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cephadm 2024-09-21T04:25:18.434553+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Updating smithi032:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T04:26:06.061 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cephadm 2024-09-21T04:25:18.434553+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Updating smithi032:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T04:26:06.061 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:18.533473+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.061 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:18.533473+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.061 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:18.539522+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.061 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:18.539522+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.061 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:18.542035+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi032", "caps": []} : dispatch 2024-09-21T04:26:06.061 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:18.542035+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi032", "caps": []} : dispatch 2024-09-21T04:26:06.061 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:18.543524+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi032", "caps": []}]': finished 2024-09-21T04:26:06.061 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:18.543524+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi032", "caps": []}]': finished 2024-09-21T04:26:06.062 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cephadm 2024-09-21T04:25:19.472751+0000 mgr.a (mgr.14152) 37 : cephadm [INF] Deploying daemon agent.smithi032 on smithi032 2024-09-21T04:26:06.062 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cephadm 2024-09-21T04:25:19.472751+0000 mgr.a (mgr.14152) 37 : cephadm [INF] Deploying daemon agent.smithi032 on smithi032 2024-09-21T04:26:06.062 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cluster 2024-09-21T04:25:20.023607+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:06.062 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cluster 2024-09-21T04:25:20.023607+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:06.062 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:20.516812+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.062 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:20.516812+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.062 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:20.522447+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.062 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:20.522447+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.062 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:20.527881+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.062 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:20.527881+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.062 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:20.560628+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:06.062 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:20.560628+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:06.062 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:20.564769+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:06.062 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:20.564769+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:06.062 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:20.566442+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:06.063 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:20.566442+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:06.063 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:20.574720+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.063 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:20.574720+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.063 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:20.609922+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:06.063 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:20.609922+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:06.063 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:20.614112+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:06.063 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:20.614112+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:06.063 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:20.615855+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:06.063 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:20.615855+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:06.063 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:20.623961+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.063 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:20.623961+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.063 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:21.081095+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.063 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:21.081095+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.063 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:21.476176+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.063 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:21.476176+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.064 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cluster 2024-09-21T04:25:22.024041+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-21T04:26:06.064 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cluster 2024-09-21T04:25:22.024041+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-21T04:26:06.064 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:22.143288+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.064 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:22.143288+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.064 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:22.151013+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.064 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:22.151013+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.064 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:22.828682+0000 mgr.a (mgr.14152) 40 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:26:06.064 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:22.828682+0000 mgr.a (mgr.14152) 40 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:26:06.064 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cluster 2024-09-21T04:25:24.024469+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:06.064 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cluster 2024-09-21T04:25:24.024469+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:06.064 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cluster 2024-09-21T04:25:26.024854+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-21T04:26:06.064 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cluster 2024-09-21T04:25:26.024854+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-21T04:26:06.064 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cluster 2024-09-21T04:25:28.025290+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-21T04:26:06.064 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cluster 2024-09-21T04:25:28.025290+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-21T04:26:06.064 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:29.760408+0000 mgr.a (mgr.14152) 44 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi204", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:26:06.064 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:29.760408+0000 mgr.a (mgr.14152) 44 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi204", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:26:06.065 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cluster 2024-09-21T04:25:30.025569+0000 mgr.a (mgr.14152) 45 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:06.065 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cluster 2024-09-21T04:25:30.025569+0000 mgr.a (mgr.14152) 45 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:06.065 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cephadm 2024-09-21T04:25:31.015381+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Deploying cephadm binary to smithi204 2024-09-21T04:26:06.065 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cephadm 2024-09-21T04:25:31.015381+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Deploying cephadm binary to smithi204 2024-09-21T04:26:06.065 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cluster 2024-09-21T04:25:32.025916+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:06.065 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cluster 2024-09-21T04:25:32.025916+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:06.065 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cluster 2024-09-21T04:25:34.026358+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-21T04:26:06.065 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cluster 2024-09-21T04:25:34.026358+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-21T04:26:06.065 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:34.617048+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.065 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:34.617048+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.065 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cephadm 2024-09-21T04:25:34.617952+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Added host smithi204 2024-09-21T04:26:06.065 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cephadm 2024-09-21T04:25:34.617952+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Added host smithi204 2024-09-21T04:26:06.065 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:34.618697+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:06.065 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:34.618697+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:06.065 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:35.048624+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.066 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:35.048624+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.066 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:35.051784+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.066 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:35.051784+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.066 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:35.058615+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.066 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:35.058615+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.066 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:35.147324+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.066 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:35.147324+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.066 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:35.517726+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.066 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:35.517726+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.066 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:35.524184+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.066 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:35.524184+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.066 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cluster 2024-09-21T04:25:36.026778+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:06.066 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cluster 2024-09-21T04:25:36.026778+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:06.066 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:36.652877+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.067 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:36.652877+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.067 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:36.658380+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.067 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:36.658380+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.067 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:36.659836+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi204", "name": "osd_memory_target"} : dispatch 2024-09-21T04:26:06.067 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:36.659836+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi204", "name": "osd_memory_target"} : dispatch 2024-09-21T04:26:06.067 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:36.662077+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:06.067 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:36.662077+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:06.067 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:36.663961+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:06.067 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:36.663961+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:06.067 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cephadm 2024-09-21T04:25:36.666507+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.conf 2024-09-21T04:26:06.067 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cephadm 2024-09-21T04:25:36.666507+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.conf 2024-09-21T04:26:06.067 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:37.084458+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.068 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:37.084458+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.068 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:37.090824+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.068 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:37.090824+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.068 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:37.093875+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi204", "caps": []} : dispatch 2024-09-21T04:26:06.068 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:37.093875+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi204", "caps": []} : dispatch 2024-09-21T04:26:06.068 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:37.095253+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi204", "caps": []}]': finished 2024-09-21T04:26:06.068 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:37.095253+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi204", "caps": []}]': finished 2024-09-21T04:26:06.068 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cephadm 2024-09-21T04:25:36.785512+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi204:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:26:06.068 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cephadm 2024-09-21T04:25:36.785512+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi204:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:26:06.068 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cephadm 2024-09-21T04:25:36.890862+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.client.admin.keyring 2024-09-21T04:26:06.068 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cephadm 2024-09-21T04:25:36.890862+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.client.admin.keyring 2024-09-21T04:26:06.068 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cephadm 2024-09-21T04:25:36.986749+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi204:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T04:26:06.068 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cephadm 2024-09-21T04:25:36.986749+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi204:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T04:26:06.068 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cephadm 2024-09-21T04:25:37.710686+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Deploying daemon agent.smithi204 on smithi204 2024-09-21T04:26:06.069 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cephadm 2024-09-21T04:25:37.710686+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Deploying daemon agent.smithi204 on smithi204 2024-09-21T04:26:06.069 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cluster 2024-09-21T04:25:38.027240+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:06.069 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cluster 2024-09-21T04:25:38.027240+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:06.069 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:38.718853+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.069 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:38.718853+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.069 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:38.724682+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.069 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:38.724682+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.069 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:38.729785+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.069 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:38.729785+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.069 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:38.778675+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:06.069 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:38.778675+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:06.069 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:38.783481+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:06.069 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:38.783481+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:06.069 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:38.785076+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:06.069 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:38.785076+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:06.069 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:38.793261+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.070 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:38.793261+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.070 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:38.843820+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:06.070 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:38.843820+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:06.070 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:38.848243+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:06.070 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:38.848243+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:06.070 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:38.849813+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:06.070 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:38.849813+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:06.070 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:38.857789+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.070 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:38.857789+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.070 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:39.277551+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.070 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:39.277551+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.070 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cluster 2024-09-21T04:25:40.027609+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:06.070 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cluster 2024-09-21T04:25:40.027609+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:06.070 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:40.349034+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.070 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:40.349034+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.071 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:40.356272+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.071 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:40.356272+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.071 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:41.407700+0000 mgr.a (mgr.14152) 58 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:26:06.071 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:41.407700+0000 mgr.a (mgr.14152) 58 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:26:06.071 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:41.480340+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.071 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:41.480340+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.071 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:41.696363+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.071 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:41.696363+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.071 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:41.701754+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.071 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:41.701754+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.071 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:41.709127+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.071 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:41.709127+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.071 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cluster 2024-09-21T04:25:42.027918+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:06.071 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cluster 2024-09-21T04:25:42.027918+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:06.072 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cluster 2024-09-21T04:25:44.028396+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-21T04:26:06.072 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cluster 2024-09-21T04:25:44.028396+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-21T04:26:06.072 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cluster 2024-09-21T04:25:46.028895+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-21T04:26:06.072 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cluster 2024-09-21T04:25:46.028895+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-21T04:26:06.072 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:48.653324+0000 mon.a (mon.0) 195 : audit [INF] from='client.? 172.21.15.28:0/2488105512' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-21T04:26:06.072 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:48.653324+0000 mon.a (mon.0) 195 : audit [INF] from='client.? 172.21.15.28:0/2488105512' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-21T04:26:06.072 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cluster 2024-09-21T04:25:48.029328+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-21T04:26:06.072 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cluster 2024-09-21T04:25:48.029328+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-21T04:26:06.072 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:48.716352+0000 mon.a (mon.0) 196 : audit [INF] from='client.? 172.21.15.28:0/2488105512' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-21T04:26:06.072 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:48.716352+0000 mon.a (mon.0) 196 : audit [INF] from='client.? 172.21.15.28:0/2488105512' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-21T04:26:06.072 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cluster 2024-09-21T04:25:48.720162+0000 mon.a (mon.0) 197 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T04:26:06.072 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cluster 2024-09-21T04:25:48.720162+0000 mon.a (mon.0) 197 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T04:26:06.072 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cluster 2024-09-21T04:25:50.029850+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:06.072 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cluster 2024-09-21T04:25:50.029850+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:06.073 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cluster 2024-09-21T04:25:52.030378+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-21T04:26:06.073 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cluster 2024-09-21T04:25:52.030378+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-21T04:26:06.073 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:52.609264+0000 mgr.a (mgr.14152) 65 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi028:172.21.15.28=a;smithi032:172.21.15.32=b;smithi204:172.21.15.204=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:26:06.073 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:52.609264+0000 mgr.a (mgr.14152) 65 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi028:172.21.15.28=a;smithi032:172.21.15.32=b;smithi204:172.21.15.204=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:26:06.073 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cephadm 2024-09-21T04:25:52.614401+0000 mgr.a (mgr.14152) 66 : cephadm [INF] Saving service mon spec with placement smithi028:172.21.15.28=a;smithi032:172.21.15.32=b;smithi204:172.21.15.204=c;count:3 2024-09-21T04:26:06.073 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cephadm 2024-09-21T04:25:52.614401+0000 mgr.a (mgr.14152) 66 : cephadm [INF] Saving service mon spec with placement smithi028:172.21.15.28=a;smithi032:172.21.15.32=b;smithi204:172.21.15.204=c;count:3 2024-09-21T04:26:06.073 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:52.619642+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.073 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:52.619642+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.073 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:52.621306+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:06.073 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:52.621306+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:06.073 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:52.626883+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:06.073 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:52.626883+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:06.073 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:52.628865+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:06.073 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:52.628865+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:06.073 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:52.637030+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.073 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:52.637030+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.074 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:52.641633+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T04:26:06.074 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:52.641633+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T04:26:06.074 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:52.643434+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:06.074 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:52.643434+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:06.074 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cephadm 2024-09-21T04:25:52.645305+0000 mgr.a (mgr.14152) 67 : cephadm [INF] Deploying daemon mon.c on smithi204 2024-09-21T04:26:06.074 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cephadm 2024-09-21T04:25:52.645305+0000 mgr.a (mgr.14152) 67 : cephadm [INF] Deploying daemon mon.c on smithi204 2024-09-21T04:26:06.074 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cluster 2024-09-21T04:25:54.030882+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:06.074 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cluster 2024-09-21T04:25:54.030882+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:06.075 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:54.281181+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.075 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:54.281181+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.075 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:54.289176+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.075 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:54.289176+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.075 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:55.257986+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.075 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:55.257986+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.075 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:55.263606+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.075 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:55.263606+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.075 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:55.271223+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.075 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:55.271223+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.075 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cluster 2024-09-21T04:25:56.031354+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-21T04:26:06.075 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cluster 2024-09-21T04:25:56.031354+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-21T04:26:06.075 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:57.175958+0000 mon.a (mon.0) 210 : audit [DBG] from='client.? 172.21.15.204:0/2714064458' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T04:26:06.075 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:57.175958+0000 mon.a (mon.0) 210 : audit [DBG] from='client.? 172.21.15.204:0/2714064458' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T04:26:06.075 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cluster 2024-09-21T04:25:58.031808+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-21T04:26:06.076 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cluster 2024-09-21T04:25:58.031808+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-21T04:26:06.076 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:59.205522+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.076 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:59.205522+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.076 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:59.211184+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.076 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:59.211184+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.076 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:59.217291+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.076 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:59.217291+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.076 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:59.218580+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T04:26:06.076 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:59.218580+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T04:26:06.076 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:59.220288+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:06.076 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: audit 2024-09-21T04:25:59.220288+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:06.076 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cephadm 2024-09-21T04:25:59.222180+0000 mgr.a (mgr.14152) 71 : cephadm [INF] Deploying daemon mon.b on smithi032 2024-09-21T04:26:06.076 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cephadm 2024-09-21T04:25:59.222180+0000 mgr.a (mgr.14152) 71 : cephadm [INF] Deploying daemon mon.b on smithi032 2024-09-21T04:26:06.076 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cluster 2024-09-21T04:26:00.032215+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:06.077 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: cluster 2024-09-21T04:26:00.032215+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:06.077 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:05 smithi032 bash[23468]: debug 2024-09-21T04:26:05.826+0000 7fb4228cd640 1 mon.b@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-09-21T04:26:06.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:06 smithi028 bash[22708]: audit 2024-09-21T04:26:01.408250+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T04:26:06.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:06 smithi028 bash[22708]: audit 2024-09-21T04:26:01.408250+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T04:26:06.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:06 smithi028 bash[22708]: cluster 2024-09-21T04:26:01.408683+0000 mon.a (mon.0) 218 : cluster [INF] mon.a calling monitor election 2024-09-21T04:26:06.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:06 smithi028 bash[22708]: cluster 2024-09-21T04:26:01.408683+0000 mon.a (mon.0) 218 : cluster [INF] mon.a calling monitor election 2024-09-21T04:26:06.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:06 smithi028 bash[22708]: audit 2024-09-21T04:26:01.427547+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:26:06.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:06 smithi028 bash[22708]: audit 2024-09-21T04:26:01.427547+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:26:06.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:06 smithi028 bash[22708]: cluster 2024-09-21T04:26:02.032709+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:06.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:06 smithi028 bash[22708]: cluster 2024-09-21T04:26:02.032709+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:06.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:06 smithi028 bash[22708]: audit 2024-09-21T04:26:02.402990+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:26:06.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:06 smithi028 bash[22708]: audit 2024-09-21T04:26:02.402990+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:26:06.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:06 smithi028 bash[22708]: audit 2024-09-21T04:26:03.403430+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:26:06.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:06 smithi028 bash[22708]: audit 2024-09-21T04:26:03.403430+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:26:06.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:06 smithi028 bash[22708]: cluster 2024-09-21T04:26:03.403894+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-21T04:26:06.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:06 smithi028 bash[22708]: cluster 2024-09-21T04:26:03.403894+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-21T04:26:06.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:06 smithi028 bash[22708]: cluster 2024-09-21T04:26:04.033187+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-21T04:26:06.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:06 smithi028 bash[22708]: cluster 2024-09-21T04:26:04.033187+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-21T04:26:06.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:06 smithi028 bash[22708]: audit 2024-09-21T04:26:04.403223+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:26:06.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:06 smithi028 bash[22708]: audit 2024-09-21T04:26:04.403223+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:26:06.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:06 smithi028 bash[22708]: audit 2024-09-21T04:26:05.403271+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:26:06.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:06 smithi028 bash[22708]: audit 2024-09-21T04:26:05.403271+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:26:06.738 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:06 smithi028 bash[22708]: audit 2024-09-21T04:26:05.833054+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:26:06.738 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:06 smithi028 bash[22708]: audit 2024-09-21T04:26:05.833054+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:26:06.738 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:06 smithi028 bash[22708]: audit 2024-09-21T04:26:06.403590+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:26:06.738 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:06 smithi028 bash[22708]: audit 2024-09-21T04:26:06.403590+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:26:06.738 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:06 smithi028 bash[22708]: cluster 2024-09-21T04:26:06.449319+0000 mon.a (mon.0) 226 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-21T04:26:06.738 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:06 smithi028 bash[22708]: cluster 2024-09-21T04:26:06.449319+0000 mon.a (mon.0) 226 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-21T04:26:06.738 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:06 smithi028 bash[22708]: cluster 2024-09-21T04:26:06.454000+0000 mon.a (mon.0) 227 : cluster [DBG] monmap epoch 2 2024-09-21T04:26:06.738 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:06 smithi028 bash[22708]: cluster 2024-09-21T04:26:06.454000+0000 mon.a (mon.0) 227 : cluster [DBG] monmap epoch 2 2024-09-21T04:26:06.738 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:06 smithi028 bash[22708]: cluster 2024-09-21T04:26:06.454018+0000 mon.a (mon.0) 228 : cluster [DBG] fsid fd0b2732-77d0-11ef-baf5-efdc52797490 2024-09-21T04:26:06.738 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:06 smithi028 bash[22708]: cluster 2024-09-21T04:26:06.454018+0000 mon.a (mon.0) 228 : cluster [DBG] fsid fd0b2732-77d0-11ef-baf5-efdc52797490 2024-09-21T04:26:06.739 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:06 smithi028 bash[22708]: cluster 2024-09-21T04:26:06.454037+0000 mon.a (mon.0) 229 : cluster [DBG] last_changed 2024-09-21T04:26:01.402344+0000 2024-09-21T04:26:06.739 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:06 smithi028 bash[22708]: cluster 2024-09-21T04:26:06.454037+0000 mon.a (mon.0) 229 : cluster [DBG] last_changed 2024-09-21T04:26:01.402344+0000 2024-09-21T04:26:06.739 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:06 smithi028 bash[22708]: cluster 2024-09-21T04:26:06.454058+0000 mon.a (mon.0) 230 : cluster [DBG] created 2024-09-21T04:23:29.422734+0000 2024-09-21T04:26:06.739 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:06 smithi028 bash[22708]: cluster 2024-09-21T04:26:06.454058+0000 mon.a (mon.0) 230 : cluster [DBG] created 2024-09-21T04:23:29.422734+0000 2024-09-21T04:26:06.739 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:06 smithi028 bash[22708]: cluster 2024-09-21T04:26:06.454076+0000 mon.a (mon.0) 231 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T04:26:06.739 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:06 smithi028 bash[22708]: cluster 2024-09-21T04:26:06.454076+0000 mon.a (mon.0) 231 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T04:26:06.739 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:06 smithi028 bash[22708]: cluster 2024-09-21T04:26:06.454093+0000 mon.a (mon.0) 232 : cluster [DBG] election_strategy: 1 2024-09-21T04:26:06.739 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:06 smithi028 bash[22708]: cluster 2024-09-21T04:26:06.454093+0000 mon.a (mon.0) 232 : cluster [DBG] election_strategy: 1 2024-09-21T04:26:06.739 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:06 smithi028 bash[22708]: cluster 2024-09-21T04:26:06.454113+0000 mon.a (mon.0) 233 : cluster [DBG] 0: [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon.a 2024-09-21T04:26:06.739 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:06 smithi028 bash[22708]: cluster 2024-09-21T04:26:06.454113+0000 mon.a (mon.0) 233 : cluster [DBG] 0: [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon.a 2024-09-21T04:26:06.739 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:06 smithi028 bash[22708]: cluster 2024-09-21T04:26:06.454133+0000 mon.a (mon.0) 234 : cluster [DBG] 1: [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] mon.c 2024-09-21T04:26:06.739 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:06 smithi028 bash[22708]: cluster 2024-09-21T04:26:06.454133+0000 mon.a (mon.0) 234 : cluster [DBG] 1: [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] mon.c 2024-09-21T04:26:06.739 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:06 smithi028 bash[22708]: cluster 2024-09-21T04:26:06.474807+0000 mon.a (mon.0) 235 : cluster [DBG] fsmap 2024-09-21T04:26:06.739 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:06 smithi028 bash[22708]: cluster 2024-09-21T04:26:06.474807+0000 mon.a (mon.0) 235 : cluster [DBG] fsmap 2024-09-21T04:26:06.740 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:06 smithi028 bash[22708]: cluster 2024-09-21T04:26:06.474846+0000 mon.a (mon.0) 236 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T04:26:06.740 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:06 smithi028 bash[22708]: cluster 2024-09-21T04:26:06.474846+0000 mon.a (mon.0) 236 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T04:26:06.740 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:06 smithi028 bash[22708]: cluster 2024-09-21T04:26:06.475054+0000 mon.a (mon.0) 237 : cluster [DBG] mgrmap e13: a(active, since 90s) 2024-09-21T04:26:06.740 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:06 smithi028 bash[22708]: cluster 2024-09-21T04:26:06.475054+0000 mon.a (mon.0) 237 : cluster [DBG] mgrmap e13: a(active, since 90s) 2024-09-21T04:26:06.740 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:06 smithi028 bash[22708]: cluster 2024-09-21T04:26:06.475218+0000 mon.a (mon.0) 238 : cluster [INF] overall HEALTH_OK 2024-09-21T04:26:06.740 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:06 smithi028 bash[22708]: cluster 2024-09-21T04:26:06.475218+0000 mon.a (mon.0) 238 : cluster [INF] overall HEALTH_OK 2024-09-21T04:26:06.740 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:06 smithi028 bash[22708]: audit 2024-09-21T04:26:06.481050+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.740 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:06 smithi028 bash[22708]: audit 2024-09-21T04:26:06.481050+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.740 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:06 smithi028 bash[22708]: audit 2024-09-21T04:26:06.487380+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.740 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:06 smithi028 bash[22708]: audit 2024-09-21T04:26:06.487380+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.740 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:06 smithi028 bash[22708]: audit 2024-09-21T04:26:06.493573+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.740 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:06 smithi028 bash[22708]: audit 2024-09-21T04:26:06.493573+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.740 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:06 smithi028 bash[22708]: audit 2024-09-21T04:26:06.499557+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.740 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:06 smithi028 bash[22708]: audit 2024-09-21T04:26:06.499557+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.741 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:06 smithi028 bash[22708]: audit 2024-09-21T04:26:06.505646+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.741 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:06 smithi028 bash[22708]: audit 2024-09-21T04:26:06.505646+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.741 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:06 smithi028 bash[22708]: audit 2024-09-21T04:26:06.511602+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.741 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:06 smithi028 bash[22708]: audit 2024-09-21T04:26:06.511602+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.741 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:06 smithi028 bash[22708]: audit 2024-09-21T04:26:06.517784+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.741 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:06 smithi028 bash[22708]: audit 2024-09-21T04:26:06.517784+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.741 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:06 smithi028 bash[22708]: audit 2024-09-21T04:26:06.523467+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.741 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:06 smithi028 bash[22708]: audit 2024-09-21T04:26:06.523467+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:06 smithi204 bash[23242]: audit 2024-09-21T04:26:01.408250+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T04:26:06.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:06 smithi204 bash[23242]: audit 2024-09-21T04:26:01.408250+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T04:26:06.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:06 smithi204 bash[23242]: cluster 2024-09-21T04:26:01.408683+0000 mon.a (mon.0) 218 : cluster [INF] mon.a calling monitor election 2024-09-21T04:26:06.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:06 smithi204 bash[23242]: cluster 2024-09-21T04:26:01.408683+0000 mon.a (mon.0) 218 : cluster [INF] mon.a calling monitor election 2024-09-21T04:26:06.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:06 smithi204 bash[23242]: audit 2024-09-21T04:26:01.427547+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:26:06.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:06 smithi204 bash[23242]: audit 2024-09-21T04:26:01.427547+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:26:06.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:06 smithi204 bash[23242]: cluster 2024-09-21T04:26:02.032709+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:06.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:06 smithi204 bash[23242]: cluster 2024-09-21T04:26:02.032709+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:06.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:06 smithi204 bash[23242]: audit 2024-09-21T04:26:02.402990+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:26:06.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:06 smithi204 bash[23242]: audit 2024-09-21T04:26:02.402990+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:26:06.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:06 smithi204 bash[23242]: audit 2024-09-21T04:26:03.403430+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:26:06.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:06 smithi204 bash[23242]: audit 2024-09-21T04:26:03.403430+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:26:06.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:06 smithi204 bash[23242]: cluster 2024-09-21T04:26:03.403894+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-21T04:26:06.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:06 smithi204 bash[23242]: cluster 2024-09-21T04:26:03.403894+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-21T04:26:06.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:06 smithi204 bash[23242]: cluster 2024-09-21T04:26:04.033187+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-21T04:26:06.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:06 smithi204 bash[23242]: cluster 2024-09-21T04:26:04.033187+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-21T04:26:06.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:06 smithi204 bash[23242]: audit 2024-09-21T04:26:04.403223+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:26:06.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:06 smithi204 bash[23242]: audit 2024-09-21T04:26:04.403223+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:26:06.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:06 smithi204 bash[23242]: audit 2024-09-21T04:26:05.403271+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:26:06.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:06 smithi204 bash[23242]: audit 2024-09-21T04:26:05.403271+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:26:06.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:06 smithi204 bash[23242]: audit 2024-09-21T04:26:05.833054+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:26:06.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:06 smithi204 bash[23242]: audit 2024-09-21T04:26:05.833054+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:26:06.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:06 smithi204 bash[23242]: audit 2024-09-21T04:26:06.403590+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:26:06.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:06 smithi204 bash[23242]: audit 2024-09-21T04:26:06.403590+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:26:06.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:06 smithi204 bash[23242]: cluster 2024-09-21T04:26:06.449319+0000 mon.a (mon.0) 226 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-21T04:26:06.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:06 smithi204 bash[23242]: cluster 2024-09-21T04:26:06.449319+0000 mon.a (mon.0) 226 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-21T04:26:06.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:06 smithi204 bash[23242]: cluster 2024-09-21T04:26:06.454000+0000 mon.a (mon.0) 227 : cluster [DBG] monmap epoch 2 2024-09-21T04:26:06.828 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:06 smithi204 bash[23242]: cluster 2024-09-21T04:26:06.454000+0000 mon.a (mon.0) 227 : cluster [DBG] monmap epoch 2 2024-09-21T04:26:06.828 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:06 smithi204 bash[23242]: cluster 2024-09-21T04:26:06.454018+0000 mon.a (mon.0) 228 : cluster [DBG] fsid fd0b2732-77d0-11ef-baf5-efdc52797490 2024-09-21T04:26:06.828 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:06 smithi204 bash[23242]: cluster 2024-09-21T04:26:06.454018+0000 mon.a (mon.0) 228 : cluster [DBG] fsid fd0b2732-77d0-11ef-baf5-efdc52797490 2024-09-21T04:26:06.828 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:06 smithi204 bash[23242]: cluster 2024-09-21T04:26:06.454037+0000 mon.a (mon.0) 229 : cluster [DBG] last_changed 2024-09-21T04:26:01.402344+0000 2024-09-21T04:26:06.828 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:06 smithi204 bash[23242]: cluster 2024-09-21T04:26:06.454037+0000 mon.a (mon.0) 229 : cluster [DBG] last_changed 2024-09-21T04:26:01.402344+0000 2024-09-21T04:26:06.828 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:06 smithi204 bash[23242]: cluster 2024-09-21T04:26:06.454058+0000 mon.a (mon.0) 230 : cluster [DBG] created 2024-09-21T04:23:29.422734+0000 2024-09-21T04:26:06.828 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:06 smithi204 bash[23242]: cluster 2024-09-21T04:26:06.454058+0000 mon.a (mon.0) 230 : cluster [DBG] created 2024-09-21T04:23:29.422734+0000 2024-09-21T04:26:06.828 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:06 smithi204 bash[23242]: cluster 2024-09-21T04:26:06.454076+0000 mon.a (mon.0) 231 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T04:26:06.828 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:06 smithi204 bash[23242]: cluster 2024-09-21T04:26:06.454076+0000 mon.a (mon.0) 231 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T04:26:06.828 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:06 smithi204 bash[23242]: cluster 2024-09-21T04:26:06.454093+0000 mon.a (mon.0) 232 : cluster [DBG] election_strategy: 1 2024-09-21T04:26:06.828 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:06 smithi204 bash[23242]: cluster 2024-09-21T04:26:06.454093+0000 mon.a (mon.0) 232 : cluster [DBG] election_strategy: 1 2024-09-21T04:26:06.828 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:06 smithi204 bash[23242]: cluster 2024-09-21T04:26:06.454113+0000 mon.a (mon.0) 233 : cluster [DBG] 0: [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon.a 2024-09-21T04:26:06.828 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:06 smithi204 bash[23242]: cluster 2024-09-21T04:26:06.454113+0000 mon.a (mon.0) 233 : cluster [DBG] 0: [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon.a 2024-09-21T04:26:06.828 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:06 smithi204 bash[23242]: cluster 2024-09-21T04:26:06.454133+0000 mon.a (mon.0) 234 : cluster [DBG] 1: [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] mon.c 2024-09-21T04:26:06.829 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:06 smithi204 bash[23242]: cluster 2024-09-21T04:26:06.454133+0000 mon.a (mon.0) 234 : cluster [DBG] 1: [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] mon.c 2024-09-21T04:26:06.829 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:06 smithi204 bash[23242]: cluster 2024-09-21T04:26:06.474807+0000 mon.a (mon.0) 235 : cluster [DBG] fsmap 2024-09-21T04:26:06.829 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:06 smithi204 bash[23242]: cluster 2024-09-21T04:26:06.474807+0000 mon.a (mon.0) 235 : cluster [DBG] fsmap 2024-09-21T04:26:06.829 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:06 smithi204 bash[23242]: cluster 2024-09-21T04:26:06.474846+0000 mon.a (mon.0) 236 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T04:26:06.829 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:06 smithi204 bash[23242]: cluster 2024-09-21T04:26:06.474846+0000 mon.a (mon.0) 236 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T04:26:06.829 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:06 smithi204 bash[23242]: cluster 2024-09-21T04:26:06.475054+0000 mon.a (mon.0) 237 : cluster [DBG] mgrmap e13: a(active, since 90s) 2024-09-21T04:26:06.829 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:06 smithi204 bash[23242]: cluster 2024-09-21T04:26:06.475054+0000 mon.a (mon.0) 237 : cluster [DBG] mgrmap e13: a(active, since 90s) 2024-09-21T04:26:06.829 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:06 smithi204 bash[23242]: cluster 2024-09-21T04:26:06.475218+0000 mon.a (mon.0) 238 : cluster [INF] overall HEALTH_OK 2024-09-21T04:26:06.829 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:06 smithi204 bash[23242]: cluster 2024-09-21T04:26:06.475218+0000 mon.a (mon.0) 238 : cluster [INF] overall HEALTH_OK 2024-09-21T04:26:06.829 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:06 smithi204 bash[23242]: audit 2024-09-21T04:26:06.481050+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.829 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:06 smithi204 bash[23242]: audit 2024-09-21T04:26:06.481050+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.829 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:06 smithi204 bash[23242]: audit 2024-09-21T04:26:06.487380+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.829 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:06 smithi204 bash[23242]: audit 2024-09-21T04:26:06.487380+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.829 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:06 smithi204 bash[23242]: audit 2024-09-21T04:26:06.493573+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.829 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:06 smithi204 bash[23242]: audit 2024-09-21T04:26:06.493573+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.829 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:06 smithi204 bash[23242]: audit 2024-09-21T04:26:06.499557+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.830 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:06 smithi204 bash[23242]: audit 2024-09-21T04:26:06.499557+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.830 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:06 smithi204 bash[23242]: audit 2024-09-21T04:26:06.505646+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.830 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:06 smithi204 bash[23242]: audit 2024-09-21T04:26:06.505646+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.830 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:06 smithi204 bash[23242]: audit 2024-09-21T04:26:06.511602+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.830 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:06 smithi204 bash[23242]: audit 2024-09-21T04:26:06.511602+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.830 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:06 smithi204 bash[23242]: audit 2024-09-21T04:26:06.517784+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.830 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:06 smithi204 bash[23242]: audit 2024-09-21T04:26:06.517784+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.830 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:06 smithi204 bash[23242]: audit 2024-09-21T04:26:06.523467+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:06.830 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:06 smithi204 bash[23242]: audit 2024-09-21T04:26:06.523467+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:07.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:07 smithi204 bash[23242]: cluster 2024-09-21T04:26:06.033567+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-21T04:26:07.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:07 smithi204 bash[23242]: cluster 2024-09-21T04:26:06.033567+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-21T04:26:07.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:07 smithi204 bash[23242]: audit 2024-09-21T04:26:06.528366+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:07.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:07 smithi204 bash[23242]: audit 2024-09-21T04:26:06.528366+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:07.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:07 smithi204 bash[23242]: audit 2024-09-21T04:26:06.549435+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:07.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:07 smithi204 bash[23242]: audit 2024-09-21T04:26:06.549435+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:07.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:07 smithi204 bash[23242]: audit 2024-09-21T04:26:06.587663+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:07.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:07 smithi204 bash[23242]: audit 2024-09-21T04:26:06.587663+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:07.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:07 smithi204 bash[23242]: audit 2024-09-21T04:26:06.591639+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:07.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:07 smithi204 bash[23242]: audit 2024-09-21T04:26:06.591639+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:07.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:07 smithi204 bash[23242]: audit 2024-09-21T04:26:06.592803+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:07.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:07 smithi204 bash[23242]: audit 2024-09-21T04:26:06.592803+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:07.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:07 smithi204 bash[23242]: cephadm 2024-09-21T04:26:06.594701+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.conf 2024-09-21T04:26:07.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:07 smithi204 bash[23242]: cephadm 2024-09-21T04:26:06.594701+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.conf 2024-09-21T04:26:07.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:07 smithi204 bash[23242]: cephadm 2024-09-21T04:26:06.595042+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi032:/etc/ceph/ceph.conf 2024-09-21T04:26:07.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:07 smithi204 bash[23242]: cephadm 2024-09-21T04:26:06.595042+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi032:/etc/ceph/ceph.conf 2024-09-21T04:26:07.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:07 smithi204 bash[23242]: cephadm 2024-09-21T04:26:06.595664+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.conf 2024-09-21T04:26:07.828 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:07 smithi204 bash[23242]: cephadm 2024-09-21T04:26:06.595664+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.conf 2024-09-21T04:26:07.828 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:07 smithi204 bash[23242]: audit 2024-09-21T04:26:06.697306+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:07.828 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:07 smithi204 bash[23242]: audit 2024-09-21T04:26:06.697306+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:07.828 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:07 smithi204 bash[23242]: audit 2024-09-21T04:26:06.703270+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:07.828 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:07 smithi204 bash[23242]: audit 2024-09-21T04:26:06.703270+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:07.828 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:07 smithi204 bash[23242]: audit 2024-09-21T04:26:06.710289+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:07.828 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:07 smithi204 bash[23242]: audit 2024-09-21T04:26:06.710289+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:07.829 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:07 smithi204 bash[23242]: cephadm 2024-09-21T04:26:06.728569+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi204:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:26:07.829 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:07 smithi204 bash[23242]: cephadm 2024-09-21T04:26:06.728569+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi204:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:26:07.829 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:07 smithi204 bash[23242]: cephadm 2024-09-21T04:26:06.728788+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi028:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:26:07.829 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:07 smithi204 bash[23242]: cephadm 2024-09-21T04:26:06.728788+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi028:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:26:07.829 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:07 smithi204 bash[23242]: cephadm 2024-09-21T04:26:06.728925+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi032:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:26:07.829 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:07 smithi204 bash[23242]: cephadm 2024-09-21T04:26:06.728925+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi032:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:26:07.830 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:07 smithi204 bash[23242]: audit 2024-09-21T04:26:06.832574+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:26:07.830 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:07 smithi204 bash[23242]: audit 2024-09-21T04:26:06.832574+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:26:07.830 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:07 smithi204 bash[23242]: audit 2024-09-21T04:26:06.843414+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:07.830 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:07 smithi204 bash[23242]: audit 2024-09-21T04:26:06.843414+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:07.830 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:07 smithi204 bash[23242]: audit 2024-09-21T04:26:06.849221+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:07.830 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:07 smithi204 bash[23242]: audit 2024-09-21T04:26:06.849221+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:07.830 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:07 smithi204 bash[23242]: audit 2024-09-21T04:26:06.855007+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:07.831 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:07 smithi204 bash[23242]: audit 2024-09-21T04:26:06.855007+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:07.831 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:07 smithi204 bash[23242]: audit 2024-09-21T04:26:06.860747+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:07.831 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:07 smithi204 bash[23242]: audit 2024-09-21T04:26:06.860747+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:07.831 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:07 smithi204 bash[23242]: audit 2024-09-21T04:26:06.864700+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:07.831 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:07 smithi204 bash[23242]: audit 2024-09-21T04:26:06.864700+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:07.831 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:07 smithi204 bash[23242]: audit 2024-09-21T04:26:06.868505+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:07.831 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:07 smithi204 bash[23242]: audit 2024-09-21T04:26:06.868505+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:07.832 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:07 smithi204 bash[23242]: audit 2024-09-21T04:26:06.873023+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:07.832 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:07 smithi204 bash[23242]: audit 2024-09-21T04:26:06.873023+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:07.832 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:07 smithi204 bash[23242]: audit 2024-09-21T04:26:06.899154+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T04:26:07.832 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:07 smithi204 bash[23242]: audit 2024-09-21T04:26:06.899154+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T04:26:07.832 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:07 smithi204 bash[23242]: audit 2024-09-21T04:26:06.899972+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T04:26:07.832 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:07 smithi204 bash[23242]: audit 2024-09-21T04:26:06.899972+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T04:26:07.833 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:07 smithi204 bash[23242]: audit 2024-09-21T04:26:06.900654+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:07.833 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:07 smithi204 bash[23242]: audit 2024-09-21T04:26:06.900654+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:07.833 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:07 smithi204 bash[23242]: audit 2024-09-21T04:26:07.403053+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:26:07.833 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:07 smithi204 bash[23242]: audit 2024-09-21T04:26:07.403053+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:26:07.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:07 smithi028 bash[22708]: cluster 2024-09-21T04:26:06.033567+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-21T04:26:07.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:07 smithi028 bash[22708]: cluster 2024-09-21T04:26:06.033567+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-21T04:26:07.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:07 smithi028 bash[22708]: audit 2024-09-21T04:26:06.528366+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:07.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:07 smithi028 bash[22708]: audit 2024-09-21T04:26:06.528366+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:07.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:07 smithi028 bash[22708]: audit 2024-09-21T04:26:06.549435+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:07.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:07 smithi028 bash[22708]: audit 2024-09-21T04:26:06.549435+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:07.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:07 smithi028 bash[22708]: audit 2024-09-21T04:26:06.587663+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:07.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:07 smithi028 bash[22708]: audit 2024-09-21T04:26:06.587663+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:07.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:07 smithi028 bash[22708]: audit 2024-09-21T04:26:06.591639+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:07.988 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:07 smithi028 bash[22708]: audit 2024-09-21T04:26:06.591639+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:07.988 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:07 smithi028 bash[22708]: audit 2024-09-21T04:26:06.592803+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:07.988 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:07 smithi028 bash[22708]: audit 2024-09-21T04:26:06.592803+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:07.988 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:07 smithi028 bash[22708]: cephadm 2024-09-21T04:26:06.594701+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.conf 2024-09-21T04:26:07.988 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:07 smithi028 bash[22708]: cephadm 2024-09-21T04:26:06.594701+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.conf 2024-09-21T04:26:07.988 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:07 smithi028 bash[22708]: cephadm 2024-09-21T04:26:06.595042+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi032:/etc/ceph/ceph.conf 2024-09-21T04:26:07.988 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:07 smithi028 bash[22708]: cephadm 2024-09-21T04:26:06.595042+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi032:/etc/ceph/ceph.conf 2024-09-21T04:26:07.988 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:07 smithi028 bash[22708]: cephadm 2024-09-21T04:26:06.595664+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.conf 2024-09-21T04:26:07.989 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:07 smithi028 bash[22708]: cephadm 2024-09-21T04:26:06.595664+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.conf 2024-09-21T04:26:07.989 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:07 smithi028 bash[22708]: audit 2024-09-21T04:26:06.697306+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:07.989 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:07 smithi028 bash[22708]: audit 2024-09-21T04:26:06.697306+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:07.989 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:07 smithi028 bash[22708]: audit 2024-09-21T04:26:06.703270+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:07.989 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:07 smithi028 bash[22708]: audit 2024-09-21T04:26:06.703270+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:07.990 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:07 smithi028 bash[22708]: audit 2024-09-21T04:26:06.710289+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:07.990 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:07 smithi028 bash[22708]: audit 2024-09-21T04:26:06.710289+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:07.990 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:07 smithi028 bash[22708]: cephadm 2024-09-21T04:26:06.728569+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi204:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:26:07.990 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:07 smithi028 bash[22708]: cephadm 2024-09-21T04:26:06.728569+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi204:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:26:07.990 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:07 smithi028 bash[22708]: cephadm 2024-09-21T04:26:06.728788+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi028:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:26:07.990 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:07 smithi028 bash[22708]: cephadm 2024-09-21T04:26:06.728788+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi028:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:26:07.991 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:07 smithi028 bash[22708]: cephadm 2024-09-21T04:26:06.728925+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi032:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:26:07.991 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:07 smithi028 bash[22708]: cephadm 2024-09-21T04:26:06.728925+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi032:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:26:07.991 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:07 smithi028 bash[22708]: audit 2024-09-21T04:26:06.832574+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:26:07.991 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:07 smithi028 bash[22708]: audit 2024-09-21T04:26:06.832574+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:26:07.991 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:07 smithi028 bash[22708]: audit 2024-09-21T04:26:06.843414+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:07.991 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:07 smithi028 bash[22708]: audit 2024-09-21T04:26:06.843414+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:07.992 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:07 smithi028 bash[22708]: audit 2024-09-21T04:26:06.849221+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:07.992 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:07 smithi028 bash[22708]: audit 2024-09-21T04:26:06.849221+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:07.992 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:07 smithi028 bash[22708]: audit 2024-09-21T04:26:06.855007+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:07.992 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:07 smithi028 bash[22708]: audit 2024-09-21T04:26:06.855007+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:07.992 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:07 smithi028 bash[22708]: audit 2024-09-21T04:26:06.860747+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:07.992 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:07 smithi028 bash[22708]: audit 2024-09-21T04:26:06.860747+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:07.992 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:07 smithi028 bash[22708]: audit 2024-09-21T04:26:06.864700+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:07.992 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:07 smithi028 bash[22708]: audit 2024-09-21T04:26:06.864700+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:07.992 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:07 smithi028 bash[22708]: audit 2024-09-21T04:26:06.868505+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:07.993 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:07 smithi028 bash[22708]: audit 2024-09-21T04:26:06.868505+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:07.993 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:07 smithi028 bash[22708]: audit 2024-09-21T04:26:06.873023+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:07.993 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:07 smithi028 bash[22708]: audit 2024-09-21T04:26:06.873023+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:07.993 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:07 smithi028 bash[22708]: audit 2024-09-21T04:26:06.899154+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T04:26:07.993 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:07 smithi028 bash[22708]: audit 2024-09-21T04:26:06.899154+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T04:26:07.993 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:07 smithi028 bash[22708]: audit 2024-09-21T04:26:06.899972+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T04:26:07.993 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:07 smithi028 bash[22708]: audit 2024-09-21T04:26:06.899972+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T04:26:07.993 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:07 smithi028 bash[22708]: audit 2024-09-21T04:26:06.900654+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:07.993 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:07 smithi028 bash[22708]: audit 2024-09-21T04:26:06.900654+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:07.994 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:07 smithi028 bash[22708]: audit 2024-09-21T04:26:07.403053+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:26:07.994 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:07 smithi028 bash[22708]: audit 2024-09-21T04:26:07.403053+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:26:08.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:01.408250+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T04:26:08.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:01.408250+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T04:26:08.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: cluster 2024-09-21T04:26:01.408683+0000 mon.a (mon.0) 218 : cluster [INF] mon.a calling monitor election 2024-09-21T04:26:08.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: cluster 2024-09-21T04:26:01.408683+0000 mon.a (mon.0) 218 : cluster [INF] mon.a calling monitor election 2024-09-21T04:26:08.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:01.427547+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:26:08.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:01.427547+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:26:08.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: cluster 2024-09-21T04:26:02.032709+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:08.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: cluster 2024-09-21T04:26:02.032709+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:08.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:02.402990+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:26:08.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:02.402990+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:26:08.042 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:03.403430+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:26:08.042 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:03.403430+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:26:08.042 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: cluster 2024-09-21T04:26:03.403894+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-21T04:26:08.042 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: cluster 2024-09-21T04:26:03.403894+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-21T04:26:08.042 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: cluster 2024-09-21T04:26:04.033187+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-21T04:26:08.042 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: cluster 2024-09-21T04:26:04.033187+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-21T04:26:08.042 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:04.403223+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:26:08.042 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:04.403223+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:26:08.042 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:05.403271+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:26:08.042 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:05.403271+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:26:08.043 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:05.833054+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:26:08.043 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:05.833054+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:26:08.043 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:06.403590+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:26:08.043 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:06.403590+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:26:08.043 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: cluster 2024-09-21T04:26:06.449319+0000 mon.a (mon.0) 226 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-21T04:26:08.043 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: cluster 2024-09-21T04:26:06.449319+0000 mon.a (mon.0) 226 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-21T04:26:08.043 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: cluster 2024-09-21T04:26:06.454000+0000 mon.a (mon.0) 227 : cluster [DBG] monmap epoch 2 2024-09-21T04:26:08.043 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: cluster 2024-09-21T04:26:06.454000+0000 mon.a (mon.0) 227 : cluster [DBG] monmap epoch 2 2024-09-21T04:26:08.043 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: cluster 2024-09-21T04:26:06.454018+0000 mon.a (mon.0) 228 : cluster [DBG] fsid fd0b2732-77d0-11ef-baf5-efdc52797490 2024-09-21T04:26:08.044 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: cluster 2024-09-21T04:26:06.454018+0000 mon.a (mon.0) 228 : cluster [DBG] fsid fd0b2732-77d0-11ef-baf5-efdc52797490 2024-09-21T04:26:08.044 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: cluster 2024-09-21T04:26:06.454037+0000 mon.a (mon.0) 229 : cluster [DBG] last_changed 2024-09-21T04:26:01.402344+0000 2024-09-21T04:26:08.044 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: cluster 2024-09-21T04:26:06.454037+0000 mon.a (mon.0) 229 : cluster [DBG] last_changed 2024-09-21T04:26:01.402344+0000 2024-09-21T04:26:08.044 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: cluster 2024-09-21T04:26:06.454058+0000 mon.a (mon.0) 230 : cluster [DBG] created 2024-09-21T04:23:29.422734+0000 2024-09-21T04:26:08.044 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: cluster 2024-09-21T04:26:06.454058+0000 mon.a (mon.0) 230 : cluster [DBG] created 2024-09-21T04:23:29.422734+0000 2024-09-21T04:26:08.044 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: cluster 2024-09-21T04:26:06.454076+0000 mon.a (mon.0) 231 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T04:26:08.044 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: cluster 2024-09-21T04:26:06.454076+0000 mon.a (mon.0) 231 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T04:26:08.044 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: cluster 2024-09-21T04:26:06.454093+0000 mon.a (mon.0) 232 : cluster [DBG] election_strategy: 1 2024-09-21T04:26:08.044 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: cluster 2024-09-21T04:26:06.454093+0000 mon.a (mon.0) 232 : cluster [DBG] election_strategy: 1 2024-09-21T04:26:08.045 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: cluster 2024-09-21T04:26:06.454113+0000 mon.a (mon.0) 233 : cluster [DBG] 0: [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon.a 2024-09-21T04:26:08.045 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: cluster 2024-09-21T04:26:06.454113+0000 mon.a (mon.0) 233 : cluster [DBG] 0: [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon.a 2024-09-21T04:26:08.045 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: cluster 2024-09-21T04:26:06.454133+0000 mon.a (mon.0) 234 : cluster [DBG] 1: [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] mon.c 2024-09-21T04:26:08.045 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: cluster 2024-09-21T04:26:06.454133+0000 mon.a (mon.0) 234 : cluster [DBG] 1: [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] mon.c 2024-09-21T04:26:08.045 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: cluster 2024-09-21T04:26:06.474807+0000 mon.a (mon.0) 235 : cluster [DBG] fsmap 2024-09-21T04:26:08.045 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: cluster 2024-09-21T04:26:06.474807+0000 mon.a (mon.0) 235 : cluster [DBG] fsmap 2024-09-21T04:26:08.045 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: cluster 2024-09-21T04:26:06.474846+0000 mon.a (mon.0) 236 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T04:26:08.045 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: cluster 2024-09-21T04:26:06.474846+0000 mon.a (mon.0) 236 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T04:26:08.045 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: cluster 2024-09-21T04:26:06.475054+0000 mon.a (mon.0) 237 : cluster [DBG] mgrmap e13: a(active, since 90s) 2024-09-21T04:26:08.046 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: cluster 2024-09-21T04:26:06.475054+0000 mon.a (mon.0) 237 : cluster [DBG] mgrmap e13: a(active, since 90s) 2024-09-21T04:26:08.046 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: cluster 2024-09-21T04:26:06.475218+0000 mon.a (mon.0) 238 : cluster [INF] overall HEALTH_OK 2024-09-21T04:26:08.046 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: cluster 2024-09-21T04:26:06.475218+0000 mon.a (mon.0) 238 : cluster [INF] overall HEALTH_OK 2024-09-21T04:26:08.046 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:06.481050+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:08.046 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:06.481050+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:08.046 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:06.487380+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:08.046 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:06.487380+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:08.046 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:06.493573+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:08.047 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:06.493573+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:08.047 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:06.499557+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:08.047 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:06.499557+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:08.047 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:06.505646+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:08.047 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:06.505646+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:08.047 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:06.511602+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:08.047 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:06.511602+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:08.047 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:06.517784+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:08.047 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:06.517784+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:08.048 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:06.523467+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:08.048 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:06.523467+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:08.048 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: cluster 2024-09-21T04:26:06.033567+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-21T04:26:08.048 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: cluster 2024-09-21T04:26:06.033567+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-21T04:26:08.048 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:06.528366+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:08.048 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:06.528366+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:08.048 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:06.549435+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:08.048 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:06.549435+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:08.049 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:06.587663+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:08.049 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:06.587663+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:08.049 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:06.591639+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:08.049 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:06.591639+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:08.049 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:06.592803+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:08.049 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:06.592803+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:08.049 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: cephadm 2024-09-21T04:26:06.594701+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.conf 2024-09-21T04:26:08.049 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: cephadm 2024-09-21T04:26:06.594701+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.conf 2024-09-21T04:26:08.049 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: cephadm 2024-09-21T04:26:06.595042+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi032:/etc/ceph/ceph.conf 2024-09-21T04:26:08.050 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: cephadm 2024-09-21T04:26:06.595042+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi032:/etc/ceph/ceph.conf 2024-09-21T04:26:08.050 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: cephadm 2024-09-21T04:26:06.595664+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.conf 2024-09-21T04:26:08.050 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: cephadm 2024-09-21T04:26:06.595664+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.conf 2024-09-21T04:26:08.050 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:06.697306+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:08.050 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:06.697306+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:08.050 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:06.703270+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:08.050 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:06.703270+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:08.051 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:06.710289+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:08.051 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:06.710289+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:08.051 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: cephadm 2024-09-21T04:26:06.728569+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi204:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:26:08.051 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: cephadm 2024-09-21T04:26:06.728569+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi204:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:26:08.051 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: cephadm 2024-09-21T04:26:06.728788+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi028:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:26:08.051 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: cephadm 2024-09-21T04:26:06.728788+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi028:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:26:08.052 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: cephadm 2024-09-21T04:26:06.728925+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi032:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:26:08.052 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: cephadm 2024-09-21T04:26:06.728925+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi032:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:26:08.052 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:06.832574+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:26:08.052 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:06.832574+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:26:08.052 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:06.843414+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:08.052 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:06.843414+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:08.052 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:06.849221+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:08.053 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:06.849221+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:08.053 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:06.855007+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:08.053 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:06.855007+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:08.053 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:06.860747+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:08.053 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:06.860747+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:08.053 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:06.864700+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:08.053 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:06.864700+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:08.053 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:06.868505+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:08.053 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:06.868505+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:08.054 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:06.873023+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:08.054 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:06.873023+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:08.054 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:06.899154+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T04:26:08.054 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:06.899154+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T04:26:08.054 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:06.899972+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T04:26:08.054 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:06.899972+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T04:26:08.054 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:06.900654+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:08.054 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:06.900654+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:08.054 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:07.403053+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:26:08.054 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:07 smithi032 bash[23468]: audit 2024-09-21T04:26:07.403053+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:26:08.660 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:26:08 smithi028 bash[22963]: debug 2024-09-21T04:26:08.399+0000 7f9156136640 -1 mgr.server handle_report got status from non-daemon mon.c 2024-09-21T04:26:12.934 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-21T04:26:12.934 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":3,"fsid":"fd0b2732-77d0-11ef-baf5-efdc52797490","modified":"2024-09-21T04:26:07.851620Z","created":"2024-09-21T04:23:29.422734Z","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.28:3300","nonce":0},{"type":"v1","addr":"172.21.15.28:6789","nonce":0}]},"addr":"172.21.15.28:6789/0","public_addr":"172.21.15.28:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:3300","nonce":0},{"type":"v1","addr":"172.21.15.204:6789","nonce":0}]},"addr":"172.21.15.204:6789/0","public_addr":"172.21.15.204:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:3300","nonce":0},{"type":"v1","addr":"172.21.15.32:6789","nonce":0}]},"addr":"172.21.15.32:6789/0","public_addr":"172.21.15.32:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-09-21T04:26:12.935 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 3 2024-09-21T04:26:13.290 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: audit 2024-09-21T04:26:07.857639+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T04:26:13.291 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: audit 2024-09-21T04:26:07.857639+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T04:26:13.291 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: audit 2024-09-21T04:26:07.857819+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:26:13.291 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: audit 2024-09-21T04:26:07.857819+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:26:13.291 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: audit 2024-09-21T04:26:07.857910+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:26:13.291 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: audit 2024-09-21T04:26:07.857910+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:26:13.291 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: cluster 2024-09-21T04:26:07.858096+0000 mon.a (mon.0) 271 : cluster [INF] mon.a calling monitor election 2024-09-21T04:26:13.291 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: cluster 2024-09-21T04:26:07.858096+0000 mon.a (mon.0) 271 : cluster [INF] mon.a calling monitor election 2024-09-21T04:26:13.291 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: cluster 2024-09-21T04:26:07.858530+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-21T04:26:13.291 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: cluster 2024-09-21T04:26:07.858530+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-21T04:26:13.291 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: cluster 2024-09-21T04:26:08.033910+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:13.291 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: cluster 2024-09-21T04:26:08.033910+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:13.291 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: audit 2024-09-21T04:26:08.072702+0000 mon.a (mon.0) 272 : audit [DBG] from='client.? 172.21.15.204:0/3038826853' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T04:26:13.292 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: audit 2024-09-21T04:26:08.072702+0000 mon.a (mon.0) 272 : audit [DBG] from='client.? 172.21.15.204:0/3038826853' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T04:26:13.292 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: audit 2024-09-21T04:26:08.833171+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:26:13.292 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: audit 2024-09-21T04:26:08.833171+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:26:13.292 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: audit 2024-09-21T04:26:09.833851+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:26:13.292 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: audit 2024-09-21T04:26:09.833851+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:26:13.292 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: cluster 2024-09-21T04:26:09.854845+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-21T04:26:13.292 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: cluster 2024-09-21T04:26:09.854845+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-21T04:26:13.292 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: cluster 2024-09-21T04:26:10.034326+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-21T04:26:13.293 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: cluster 2024-09-21T04:26:10.034326+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-21T04:26:13.293 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: audit 2024-09-21T04:26:10.833781+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:26:13.293 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: audit 2024-09-21T04:26:10.833781+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:26:13.293 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: audit 2024-09-21T04:26:11.833769+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:26:13.293 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: audit 2024-09-21T04:26:11.833769+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:26:13.293 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: cluster 2024-09-21T04:26:12.034647+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-21T04:26:13.293 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: cluster 2024-09-21T04:26:12.034647+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-21T04:26:13.293 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: audit 2024-09-21T04:26:12.834181+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:26:13.293 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: audit 2024-09-21T04:26:12.834181+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:26:13.293 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: cluster 2024-09-21T04:26:12.901396+0000 mon.a (mon.0) 278 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-21T04:26:13.294 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: cluster 2024-09-21T04:26:12.901396+0000 mon.a (mon.0) 278 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-21T04:26:13.294 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: cluster 2024-09-21T04:26:12.907691+0000 mon.a (mon.0) 279 : cluster [DBG] monmap epoch 3 2024-09-21T04:26:13.294 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: cluster 2024-09-21T04:26:12.907691+0000 mon.a (mon.0) 279 : cluster [DBG] monmap epoch 3 2024-09-21T04:26:13.294 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: cluster 2024-09-21T04:26:12.907724+0000 mon.a (mon.0) 280 : cluster [DBG] fsid fd0b2732-77d0-11ef-baf5-efdc52797490 2024-09-21T04:26:13.294 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: cluster 2024-09-21T04:26:12.907724+0000 mon.a (mon.0) 280 : cluster [DBG] fsid fd0b2732-77d0-11ef-baf5-efdc52797490 2024-09-21T04:26:13.294 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: cluster 2024-09-21T04:26:12.907748+0000 mon.a (mon.0) 281 : cluster [DBG] last_changed 2024-09-21T04:26:07.851620+0000 2024-09-21T04:26:13.294 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: cluster 2024-09-21T04:26:12.907748+0000 mon.a (mon.0) 281 : cluster [DBG] last_changed 2024-09-21T04:26:07.851620+0000 2024-09-21T04:26:13.294 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: cluster 2024-09-21T04:26:12.907764+0000 mon.a (mon.0) 282 : cluster [DBG] created 2024-09-21T04:23:29.422734+0000 2024-09-21T04:26:13.294 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: cluster 2024-09-21T04:26:12.907764+0000 mon.a (mon.0) 282 : cluster [DBG] created 2024-09-21T04:23:29.422734+0000 2024-09-21T04:26:13.294 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: cluster 2024-09-21T04:26:12.907785+0000 mon.a (mon.0) 283 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T04:26:13.294 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: cluster 2024-09-21T04:26:12.907785+0000 mon.a (mon.0) 283 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T04:26:13.294 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: cluster 2024-09-21T04:26:12.907803+0000 mon.a (mon.0) 284 : cluster [DBG] election_strategy: 1 2024-09-21T04:26:13.294 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: cluster 2024-09-21T04:26:12.907803+0000 mon.a (mon.0) 284 : cluster [DBG] election_strategy: 1 2024-09-21T04:26:13.294 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: cluster 2024-09-21T04:26:12.907826+0000 mon.a (mon.0) 285 : cluster [DBG] 0: [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon.a 2024-09-21T04:26:13.295 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: cluster 2024-09-21T04:26:12.907826+0000 mon.a (mon.0) 285 : cluster [DBG] 0: [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon.a 2024-09-21T04:26:13.295 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: cluster 2024-09-21T04:26:12.907848+0000 mon.a (mon.0) 286 : cluster [DBG] 1: [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] mon.c 2024-09-21T04:26:13.295 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: cluster 2024-09-21T04:26:12.907848+0000 mon.a (mon.0) 286 : cluster [DBG] 1: [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] mon.c 2024-09-21T04:26:13.295 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: cluster 2024-09-21T04:26:12.907873+0000 mon.a (mon.0) 287 : cluster [DBG] 2: [v2:172.21.15.32:3300/0,v1:172.21.15.32:6789/0] mon.b 2024-09-21T04:26:13.295 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: cluster 2024-09-21T04:26:12.907873+0000 mon.a (mon.0) 287 : cluster [DBG] 2: [v2:172.21.15.32:3300/0,v1:172.21.15.32:6789/0] mon.b 2024-09-21T04:26:13.295 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: cluster 2024-09-21T04:26:12.931231+0000 mon.a (mon.0) 288 : cluster [DBG] fsmap 2024-09-21T04:26:13.295 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: cluster 2024-09-21T04:26:12.931231+0000 mon.a (mon.0) 288 : cluster [DBG] fsmap 2024-09-21T04:26:13.295 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: cluster 2024-09-21T04:26:12.931282+0000 mon.a (mon.0) 289 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T04:26:13.295 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: cluster 2024-09-21T04:26:12.931282+0000 mon.a (mon.0) 289 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T04:26:13.295 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: cluster 2024-09-21T04:26:12.931574+0000 mon.a (mon.0) 290 : cluster [DBG] mgrmap e13: a(active, since 96s) 2024-09-21T04:26:13.295 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: cluster 2024-09-21T04:26:12.931574+0000 mon.a (mon.0) 290 : cluster [DBG] mgrmap e13: a(active, since 96s) 2024-09-21T04:26:13.296 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: cluster 2024-09-21T04:26:12.931831+0000 mon.a (mon.0) 291 : cluster [INF] overall HEALTH_OK 2024-09-21T04:26:13.296 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: cluster 2024-09-21T04:26:12.931831+0000 mon.a (mon.0) 291 : cluster [INF] overall HEALTH_OK 2024-09-21T04:26:13.296 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: audit 2024-09-21T04:26:12.939133+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:13.296 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: audit 2024-09-21T04:26:12.939133+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:13.296 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: audit 2024-09-21T04:26:12.945300+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:13.296 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: audit 2024-09-21T04:26:12.945300+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:13.296 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: audit 2024-09-21T04:26:12.951474+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:13.296 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: audit 2024-09-21T04:26:12.951474+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:13.296 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: audit 2024-09-21T04:26:12.956150+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:13.296 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: audit 2024-09-21T04:26:12.956150+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:13.296 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: audit 2024-09-21T04:26:12.960779+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:13.296 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: audit 2024-09-21T04:26:12.960779+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:13.296 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: audit 2024-09-21T04:26:12.967413+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:13.296 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: audit 2024-09-21T04:26:12.967413+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:13.297 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: audit 2024-09-21T04:26:12.968167+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T04:26:13.297 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: audit 2024-09-21T04:26:12.968167+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T04:26:13.297 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: audit 2024-09-21T04:26:12.972691+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T04:26:13.297 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: audit 2024-09-21T04:26:12.972691+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T04:26:13.297 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: audit 2024-09-21T04:26:12.977623+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:13.297 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: audit 2024-09-21T04:26:12.977623+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:13.297 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: audit 2024-09-21T04:26:12.978459+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:13.297 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:12 smithi032 bash[23468]: audit 2024-09-21T04:26:12.978459+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:13.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: audit 2024-09-21T04:26:07.857639+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T04:26:13.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: audit 2024-09-21T04:26:07.857639+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T04:26:13.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: audit 2024-09-21T04:26:07.857819+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:26:13.325 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: audit 2024-09-21T04:26:07.857819+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:26:13.325 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: audit 2024-09-21T04:26:07.857910+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:26:13.325 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: audit 2024-09-21T04:26:07.857910+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:26:13.325 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: cluster 2024-09-21T04:26:07.858096+0000 mon.a (mon.0) 271 : cluster [INF] mon.a calling monitor election 2024-09-21T04:26:13.325 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: cluster 2024-09-21T04:26:07.858096+0000 mon.a (mon.0) 271 : cluster [INF] mon.a calling monitor election 2024-09-21T04:26:13.325 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: cluster 2024-09-21T04:26:07.858530+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-21T04:26:13.325 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: cluster 2024-09-21T04:26:07.858530+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-21T04:26:13.325 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: cluster 2024-09-21T04:26:08.033910+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:13.325 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: cluster 2024-09-21T04:26:08.033910+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:13.325 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: audit 2024-09-21T04:26:08.072702+0000 mon.a (mon.0) 272 : audit [DBG] from='client.? 172.21.15.204:0/3038826853' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T04:26:13.325 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: audit 2024-09-21T04:26:08.072702+0000 mon.a (mon.0) 272 : audit [DBG] from='client.? 172.21.15.204:0/3038826853' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T04:26:13.325 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: audit 2024-09-21T04:26:08.833171+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:26:13.325 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: audit 2024-09-21T04:26:08.833171+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:26:13.325 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: audit 2024-09-21T04:26:09.833851+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:26:13.326 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: audit 2024-09-21T04:26:09.833851+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:26:13.326 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: cluster 2024-09-21T04:26:09.854845+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-21T04:26:13.326 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: cluster 2024-09-21T04:26:09.854845+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-21T04:26:13.326 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: cluster 2024-09-21T04:26:10.034326+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-21T04:26:13.326 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: cluster 2024-09-21T04:26:10.034326+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-21T04:26:13.327 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: audit 2024-09-21T04:26:10.833781+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:26:13.327 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: audit 2024-09-21T04:26:10.833781+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:26:13.327 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: audit 2024-09-21T04:26:11.833769+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:26:13.327 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: audit 2024-09-21T04:26:11.833769+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:26:13.327 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: cluster 2024-09-21T04:26:12.034647+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-21T04:26:13.327 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: cluster 2024-09-21T04:26:12.034647+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-21T04:26:13.327 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: audit 2024-09-21T04:26:12.834181+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:26:13.327 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: audit 2024-09-21T04:26:12.834181+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:26:13.327 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: cluster 2024-09-21T04:26:12.901396+0000 mon.a (mon.0) 278 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-21T04:26:13.327 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: cluster 2024-09-21T04:26:12.901396+0000 mon.a (mon.0) 278 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-21T04:26:13.327 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: cluster 2024-09-21T04:26:12.907691+0000 mon.a (mon.0) 279 : cluster [DBG] monmap epoch 3 2024-09-21T04:26:13.327 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: cluster 2024-09-21T04:26:12.907691+0000 mon.a (mon.0) 279 : cluster [DBG] monmap epoch 3 2024-09-21T04:26:13.327 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: cluster 2024-09-21T04:26:12.907724+0000 mon.a (mon.0) 280 : cluster [DBG] fsid fd0b2732-77d0-11ef-baf5-efdc52797490 2024-09-21T04:26:13.327 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: cluster 2024-09-21T04:26:12.907724+0000 mon.a (mon.0) 280 : cluster [DBG] fsid fd0b2732-77d0-11ef-baf5-efdc52797490 2024-09-21T04:26:13.328 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: cluster 2024-09-21T04:26:12.907748+0000 mon.a (mon.0) 281 : cluster [DBG] last_changed 2024-09-21T04:26:07.851620+0000 2024-09-21T04:26:13.328 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: cluster 2024-09-21T04:26:12.907748+0000 mon.a (mon.0) 281 : cluster [DBG] last_changed 2024-09-21T04:26:07.851620+0000 2024-09-21T04:26:13.328 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: cluster 2024-09-21T04:26:12.907764+0000 mon.a (mon.0) 282 : cluster [DBG] created 2024-09-21T04:23:29.422734+0000 2024-09-21T04:26:13.328 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: cluster 2024-09-21T04:26:12.907764+0000 mon.a (mon.0) 282 : cluster [DBG] created 2024-09-21T04:23:29.422734+0000 2024-09-21T04:26:13.328 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: cluster 2024-09-21T04:26:12.907785+0000 mon.a (mon.0) 283 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T04:26:13.328 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: cluster 2024-09-21T04:26:12.907785+0000 mon.a (mon.0) 283 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T04:26:13.328 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: cluster 2024-09-21T04:26:12.907803+0000 mon.a (mon.0) 284 : cluster [DBG] election_strategy: 1 2024-09-21T04:26:13.328 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: cluster 2024-09-21T04:26:12.907803+0000 mon.a (mon.0) 284 : cluster [DBG] election_strategy: 1 2024-09-21T04:26:13.328 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: cluster 2024-09-21T04:26:12.907826+0000 mon.a (mon.0) 285 : cluster [DBG] 0: [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon.a 2024-09-21T04:26:13.328 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: cluster 2024-09-21T04:26:12.907826+0000 mon.a (mon.0) 285 : cluster [DBG] 0: [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon.a 2024-09-21T04:26:13.328 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: cluster 2024-09-21T04:26:12.907848+0000 mon.a (mon.0) 286 : cluster [DBG] 1: [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] mon.c 2024-09-21T04:26:13.328 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: cluster 2024-09-21T04:26:12.907848+0000 mon.a (mon.0) 286 : cluster [DBG] 1: [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] mon.c 2024-09-21T04:26:13.328 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: cluster 2024-09-21T04:26:12.907873+0000 mon.a (mon.0) 287 : cluster [DBG] 2: [v2:172.21.15.32:3300/0,v1:172.21.15.32:6789/0] mon.b 2024-09-21T04:26:13.328 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: cluster 2024-09-21T04:26:12.907873+0000 mon.a (mon.0) 287 : cluster [DBG] 2: [v2:172.21.15.32:3300/0,v1:172.21.15.32:6789/0] mon.b 2024-09-21T04:26:13.328 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: cluster 2024-09-21T04:26:12.931231+0000 mon.a (mon.0) 288 : cluster [DBG] fsmap 2024-09-21T04:26:13.329 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: cluster 2024-09-21T04:26:12.931231+0000 mon.a (mon.0) 288 : cluster [DBG] fsmap 2024-09-21T04:26:13.329 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: cluster 2024-09-21T04:26:12.931282+0000 mon.a (mon.0) 289 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T04:26:13.329 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: cluster 2024-09-21T04:26:12.931282+0000 mon.a (mon.0) 289 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T04:26:13.329 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: cluster 2024-09-21T04:26:12.931574+0000 mon.a (mon.0) 290 : cluster [DBG] mgrmap e13: a(active, since 96s) 2024-09-21T04:26:13.329 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: cluster 2024-09-21T04:26:12.931574+0000 mon.a (mon.0) 290 : cluster [DBG] mgrmap e13: a(active, since 96s) 2024-09-21T04:26:13.329 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: cluster 2024-09-21T04:26:12.931831+0000 mon.a (mon.0) 291 : cluster [INF] overall HEALTH_OK 2024-09-21T04:26:13.329 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: cluster 2024-09-21T04:26:12.931831+0000 mon.a (mon.0) 291 : cluster [INF] overall HEALTH_OK 2024-09-21T04:26:13.329 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: audit 2024-09-21T04:26:12.939133+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:13.329 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: audit 2024-09-21T04:26:12.939133+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:13.329 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: audit 2024-09-21T04:26:12.945300+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:13.329 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: audit 2024-09-21T04:26:12.945300+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:13.329 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: audit 2024-09-21T04:26:12.951474+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:13.329 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: audit 2024-09-21T04:26:12.951474+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:13.329 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: audit 2024-09-21T04:26:12.956150+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:13.330 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: audit 2024-09-21T04:26:12.956150+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:13.330 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: audit 2024-09-21T04:26:12.960779+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:13.330 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: audit 2024-09-21T04:26:12.960779+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:13.330 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: audit 2024-09-21T04:26:12.967413+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:13.330 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: audit 2024-09-21T04:26:12.967413+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:13.330 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: audit 2024-09-21T04:26:12.968167+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T04:26:13.330 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: audit 2024-09-21T04:26:12.968167+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T04:26:13.330 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: audit 2024-09-21T04:26:12.972691+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T04:26:13.330 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: audit 2024-09-21T04:26:12.972691+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T04:26:13.330 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: audit 2024-09-21T04:26:12.977623+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:13.330 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: audit 2024-09-21T04:26:12.977623+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:13.330 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: audit 2024-09-21T04:26:12.978459+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:13.330 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:12 smithi204 bash[23242]: audit 2024-09-21T04:26:12.978459+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:13.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: audit 2024-09-21T04:26:07.857639+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T04:26:13.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: audit 2024-09-21T04:26:07.857639+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T04:26:13.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: audit 2024-09-21T04:26:07.857819+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:26:13.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: audit 2024-09-21T04:26:07.857819+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:26:13.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: audit 2024-09-21T04:26:07.857910+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:26:13.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: audit 2024-09-21T04:26:07.857910+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:26:13.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: cluster 2024-09-21T04:26:07.858096+0000 mon.a (mon.0) 271 : cluster [INF] mon.a calling monitor election 2024-09-21T04:26:13.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: cluster 2024-09-21T04:26:07.858096+0000 mon.a (mon.0) 271 : cluster [INF] mon.a calling monitor election 2024-09-21T04:26:13.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: cluster 2024-09-21T04:26:07.858530+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-21T04:26:13.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: cluster 2024-09-21T04:26:07.858530+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-21T04:26:13.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: cluster 2024-09-21T04:26:08.033910+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:13.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: cluster 2024-09-21T04:26:08.033910+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:13.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: audit 2024-09-21T04:26:08.072702+0000 mon.a (mon.0) 272 : audit [DBG] from='client.? 172.21.15.204:0/3038826853' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T04:26:13.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: audit 2024-09-21T04:26:08.072702+0000 mon.a (mon.0) 272 : audit [DBG] from='client.? 172.21.15.204:0/3038826853' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T04:26:13.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: audit 2024-09-21T04:26:08.833171+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:26:13.488 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: audit 2024-09-21T04:26:08.833171+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:26:13.488 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: audit 2024-09-21T04:26:09.833851+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:26:13.488 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: audit 2024-09-21T04:26:09.833851+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:26:13.488 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: cluster 2024-09-21T04:26:09.854845+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-21T04:26:13.488 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: cluster 2024-09-21T04:26:09.854845+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-21T04:26:13.488 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: cluster 2024-09-21T04:26:10.034326+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-21T04:26:13.488 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: cluster 2024-09-21T04:26:10.034326+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-21T04:26:13.489 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: audit 2024-09-21T04:26:10.833781+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:26:13.489 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: audit 2024-09-21T04:26:10.833781+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:26:13.489 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: audit 2024-09-21T04:26:11.833769+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:26:13.489 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: audit 2024-09-21T04:26:11.833769+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:26:13.489 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: cluster 2024-09-21T04:26:12.034647+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-21T04:26:13.489 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: cluster 2024-09-21T04:26:12.034647+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-21T04:26:13.489 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: audit 2024-09-21T04:26:12.834181+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:26:13.489 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: audit 2024-09-21T04:26:12.834181+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:26:13.489 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: cluster 2024-09-21T04:26:12.901396+0000 mon.a (mon.0) 278 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-21T04:26:13.489 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: cluster 2024-09-21T04:26:12.901396+0000 mon.a (mon.0) 278 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-21T04:26:13.489 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: cluster 2024-09-21T04:26:12.907691+0000 mon.a (mon.0) 279 : cluster [DBG] monmap epoch 3 2024-09-21T04:26:13.489 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: cluster 2024-09-21T04:26:12.907691+0000 mon.a (mon.0) 279 : cluster [DBG] monmap epoch 3 2024-09-21T04:26:13.489 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: cluster 2024-09-21T04:26:12.907724+0000 mon.a (mon.0) 280 : cluster [DBG] fsid fd0b2732-77d0-11ef-baf5-efdc52797490 2024-09-21T04:26:13.490 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: cluster 2024-09-21T04:26:12.907724+0000 mon.a (mon.0) 280 : cluster [DBG] fsid fd0b2732-77d0-11ef-baf5-efdc52797490 2024-09-21T04:26:13.490 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: cluster 2024-09-21T04:26:12.907748+0000 mon.a (mon.0) 281 : cluster [DBG] last_changed 2024-09-21T04:26:07.851620+0000 2024-09-21T04:26:13.490 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: cluster 2024-09-21T04:26:12.907748+0000 mon.a (mon.0) 281 : cluster [DBG] last_changed 2024-09-21T04:26:07.851620+0000 2024-09-21T04:26:13.490 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: cluster 2024-09-21T04:26:12.907764+0000 mon.a (mon.0) 282 : cluster [DBG] created 2024-09-21T04:23:29.422734+0000 2024-09-21T04:26:13.490 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: cluster 2024-09-21T04:26:12.907764+0000 mon.a (mon.0) 282 : cluster [DBG] created 2024-09-21T04:23:29.422734+0000 2024-09-21T04:26:13.490 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: cluster 2024-09-21T04:26:12.907785+0000 mon.a (mon.0) 283 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T04:26:13.490 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: cluster 2024-09-21T04:26:12.907785+0000 mon.a (mon.0) 283 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T04:26:13.490 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: cluster 2024-09-21T04:26:12.907803+0000 mon.a (mon.0) 284 : cluster [DBG] election_strategy: 1 2024-09-21T04:26:13.490 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: cluster 2024-09-21T04:26:12.907803+0000 mon.a (mon.0) 284 : cluster [DBG] election_strategy: 1 2024-09-21T04:26:13.490 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: cluster 2024-09-21T04:26:12.907826+0000 mon.a (mon.0) 285 : cluster [DBG] 0: [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon.a 2024-09-21T04:26:13.490 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: cluster 2024-09-21T04:26:12.907826+0000 mon.a (mon.0) 285 : cluster [DBG] 0: [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon.a 2024-09-21T04:26:13.490 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: cluster 2024-09-21T04:26:12.907848+0000 mon.a (mon.0) 286 : cluster [DBG] 1: [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] mon.c 2024-09-21T04:26:13.490 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: cluster 2024-09-21T04:26:12.907848+0000 mon.a (mon.0) 286 : cluster [DBG] 1: [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] mon.c 2024-09-21T04:26:13.491 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: cluster 2024-09-21T04:26:12.907873+0000 mon.a (mon.0) 287 : cluster [DBG] 2: [v2:172.21.15.32:3300/0,v1:172.21.15.32:6789/0] mon.b 2024-09-21T04:26:13.491 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: cluster 2024-09-21T04:26:12.907873+0000 mon.a (mon.0) 287 : cluster [DBG] 2: [v2:172.21.15.32:3300/0,v1:172.21.15.32:6789/0] mon.b 2024-09-21T04:26:13.491 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: cluster 2024-09-21T04:26:12.931231+0000 mon.a (mon.0) 288 : cluster [DBG] fsmap 2024-09-21T04:26:13.491 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: cluster 2024-09-21T04:26:12.931231+0000 mon.a (mon.0) 288 : cluster [DBG] fsmap 2024-09-21T04:26:13.491 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: cluster 2024-09-21T04:26:12.931282+0000 mon.a (mon.0) 289 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T04:26:13.491 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: cluster 2024-09-21T04:26:12.931282+0000 mon.a (mon.0) 289 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T04:26:13.491 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: cluster 2024-09-21T04:26:12.931574+0000 mon.a (mon.0) 290 : cluster [DBG] mgrmap e13: a(active, since 96s) 2024-09-21T04:26:13.491 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: cluster 2024-09-21T04:26:12.931574+0000 mon.a (mon.0) 290 : cluster [DBG] mgrmap e13: a(active, since 96s) 2024-09-21T04:26:13.491 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: cluster 2024-09-21T04:26:12.931831+0000 mon.a (mon.0) 291 : cluster [INF] overall HEALTH_OK 2024-09-21T04:26:13.491 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: cluster 2024-09-21T04:26:12.931831+0000 mon.a (mon.0) 291 : cluster [INF] overall HEALTH_OK 2024-09-21T04:26:13.491 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: audit 2024-09-21T04:26:12.939133+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:13.491 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: audit 2024-09-21T04:26:12.939133+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:13.491 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: audit 2024-09-21T04:26:12.945300+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:13.491 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: audit 2024-09-21T04:26:12.945300+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:13.492 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: audit 2024-09-21T04:26:12.951474+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:13.492 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: audit 2024-09-21T04:26:12.951474+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:13.492 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: audit 2024-09-21T04:26:12.956150+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:13.492 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: audit 2024-09-21T04:26:12.956150+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:13.492 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: audit 2024-09-21T04:26:12.960779+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:13.492 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: audit 2024-09-21T04:26:12.960779+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:13.492 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: audit 2024-09-21T04:26:12.967413+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:13.492 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: audit 2024-09-21T04:26:12.967413+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:13.492 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: audit 2024-09-21T04:26:12.968167+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T04:26:13.492 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: audit 2024-09-21T04:26:12.968167+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T04:26:13.492 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: audit 2024-09-21T04:26:12.972691+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T04:26:13.492 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: audit 2024-09-21T04:26:12.972691+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T04:26:13.493 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: audit 2024-09-21T04:26:12.977623+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:13.493 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: audit 2024-09-21T04:26:12.977623+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:13.493 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: audit 2024-09-21T04:26:12.978459+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:13.493 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:12 smithi028 bash[22708]: audit 2024-09-21T04:26:12.978459+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:13.618 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-09-21T04:26:13.618 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fd0b2732-77d0-11ef-baf5-efdc52797490 -- ceph config generate-minimal-conf 2024-09-21T04:26:14.481 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:14 smithi032 bash[23468]: cephadm 2024-09-21T04:26:12.964243+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-21T04:26:14.481 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:14 smithi032 bash[23468]: cephadm 2024-09-21T04:26:12.964243+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-21T04:26:14.481 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:14 smithi032 bash[23468]: cephadm 2024-09-21T04:26:12.980671+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.b on smithi032 2024-09-21T04:26:14.481 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:14 smithi032 bash[23468]: cephadm 2024-09-21T04:26:12.980671+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.b on smithi032 2024-09-21T04:26:14.481 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:14 smithi032 bash[23468]: audit 2024-09-21T04:26:13.102805+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:14.481 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:14 smithi032 bash[23468]: audit 2024-09-21T04:26:13.102805+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:14.481 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:14 smithi032 bash[23468]: audit 2024-09-21T04:26:13.110155+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:14.481 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:14 smithi032 bash[23468]: audit 2024-09-21T04:26:13.110155+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:14.482 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:14 smithi032 bash[23468]: audit 2024-09-21T04:26:13.119354+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:14.482 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:14 smithi032 bash[23468]: audit 2024-09-21T04:26:13.119354+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:14.482 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:14 smithi032 bash[23468]: audit 2024-09-21T04:26:13.833529+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:26:14.482 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:14 smithi032 bash[23468]: audit 2024-09-21T04:26:13.833529+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:26:14.485 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:14 smithi028 bash[22708]: cephadm 2024-09-21T04:26:12.964243+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-21T04:26:14.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:14 smithi028 bash[22708]: cephadm 2024-09-21T04:26:12.964243+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-21T04:26:14.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:14 smithi028 bash[22708]: cephadm 2024-09-21T04:26:12.980671+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.b on smithi032 2024-09-21T04:26:14.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:14 smithi028 bash[22708]: cephadm 2024-09-21T04:26:12.980671+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.b on smithi032 2024-09-21T04:26:14.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:14 smithi028 bash[22708]: audit 2024-09-21T04:26:13.102805+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:14.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:14 smithi028 bash[22708]: audit 2024-09-21T04:26:13.102805+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:14.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:14 smithi028 bash[22708]: audit 2024-09-21T04:26:13.110155+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:14.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:14 smithi028 bash[22708]: audit 2024-09-21T04:26:13.110155+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:14.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:14 smithi028 bash[22708]: audit 2024-09-21T04:26:13.119354+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:14.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:14 smithi028 bash[22708]: audit 2024-09-21T04:26:13.119354+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:14.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:14 smithi028 bash[22708]: audit 2024-09-21T04:26:13.833529+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:26:14.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:14 smithi028 bash[22708]: audit 2024-09-21T04:26:13.833529+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:26:14.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:14 smithi204 bash[23242]: cephadm 2024-09-21T04:26:12.964243+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-21T04:26:14.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:14 smithi204 bash[23242]: cephadm 2024-09-21T04:26:12.964243+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-21T04:26:14.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:14 smithi204 bash[23242]: cephadm 2024-09-21T04:26:12.980671+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.b on smithi032 2024-09-21T04:26:14.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:14 smithi204 bash[23242]: cephadm 2024-09-21T04:26:12.980671+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.b on smithi032 2024-09-21T04:26:14.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:14 smithi204 bash[23242]: audit 2024-09-21T04:26:13.102805+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:14.575 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:14 smithi204 bash[23242]: audit 2024-09-21T04:26:13.102805+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:14.575 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:14 smithi204 bash[23242]: audit 2024-09-21T04:26:13.110155+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:14.575 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:14 smithi204 bash[23242]: audit 2024-09-21T04:26:13.110155+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:14.575 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:14 smithi204 bash[23242]: audit 2024-09-21T04:26:13.119354+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:14.575 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:14 smithi204 bash[23242]: audit 2024-09-21T04:26:13.119354+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:14.575 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:14 smithi204 bash[23242]: audit 2024-09-21T04:26:13.833529+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:26:14.575 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:14 smithi204 bash[23242]: audit 2024-09-21T04:26:13.833529+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:26:15.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:15 smithi028 bash[22708]: cluster 2024-09-21T04:26:14.035044+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:15.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:15 smithi028 bash[22708]: cluster 2024-09-21T04:26:14.035044+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:15.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:15 smithi028 bash[22708]: audit 2024-09-21T04:26:14.510600+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:15.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:15 smithi028 bash[22708]: audit 2024-09-21T04:26:14.510600+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:15.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:15 smithi028 bash[22708]: audit 2024-09-21T04:26:14.516450+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:15.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:15 smithi028 bash[22708]: audit 2024-09-21T04:26:14.516450+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:15.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:15 smithi028 bash[22708]: audit 2024-09-21T04:26:14.521384+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:15.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:15 smithi028 bash[22708]: audit 2024-09-21T04:26:14.521384+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:15.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:15 smithi028 bash[22708]: audit 2024-09-21T04:26:15.295218+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:15.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:15 smithi028 bash[22708]: audit 2024-09-21T04:26:15.295218+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:15.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:15 smithi028 bash[22708]: audit 2024-09-21T04:26:15.300584+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:15.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:15 smithi028 bash[22708]: audit 2024-09-21T04:26:15.300584+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:15.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:15 smithi028 bash[22708]: audit 2024-09-21T04:26:15.302453+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T04:26:15.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:15 smithi028 bash[22708]: audit 2024-09-21T04:26:15.302453+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T04:26:15.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:15 smithi028 bash[22708]: audit 2024-09-21T04:26:15.303585+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T04:26:15.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:15 smithi028 bash[22708]: audit 2024-09-21T04:26:15.303585+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T04:26:15.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:15 smithi028 bash[22708]: audit 2024-09-21T04:26:15.304625+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:15.738 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:15 smithi028 bash[22708]: audit 2024-09-21T04:26:15.304625+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:15.738 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:15 smithi028 bash[22708]: audit 2024-09-21T04:26:15.456256+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:15.738 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:15 smithi028 bash[22708]: audit 2024-09-21T04:26:15.456256+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:15.738 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:15 smithi028 bash[22708]: audit 2024-09-21T04:26:15.462867+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:15.738 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:15 smithi028 bash[22708]: audit 2024-09-21T04:26:15.462867+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:15.738 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:15 smithi028 bash[22708]: audit 2024-09-21T04:26:15.470520+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:15.738 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:15 smithi028 bash[22708]: audit 2024-09-21T04:26:15.470520+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:15.791 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:15 smithi032 bash[23468]: cluster 2024-09-21T04:26:14.035044+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:15.791 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:15 smithi032 bash[23468]: cluster 2024-09-21T04:26:14.035044+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:15.791 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:15 smithi032 bash[23468]: audit 2024-09-21T04:26:14.510600+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:15.791 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:15 smithi032 bash[23468]: audit 2024-09-21T04:26:14.510600+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:15.791 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:15 smithi032 bash[23468]: audit 2024-09-21T04:26:14.516450+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:15.791 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:15 smithi032 bash[23468]: audit 2024-09-21T04:26:14.516450+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:15.791 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:15 smithi032 bash[23468]: audit 2024-09-21T04:26:14.521384+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:15.791 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:15 smithi032 bash[23468]: audit 2024-09-21T04:26:14.521384+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:15.791 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:15 smithi032 bash[23468]: audit 2024-09-21T04:26:15.295218+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:15.791 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:15 smithi032 bash[23468]: audit 2024-09-21T04:26:15.295218+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:15.791 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:15 smithi032 bash[23468]: audit 2024-09-21T04:26:15.300584+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:15.792 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:15 smithi032 bash[23468]: audit 2024-09-21T04:26:15.300584+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:15.792 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:15 smithi032 bash[23468]: audit 2024-09-21T04:26:15.302453+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T04:26:15.792 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:15 smithi032 bash[23468]: audit 2024-09-21T04:26:15.302453+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T04:26:15.792 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:15 smithi032 bash[23468]: audit 2024-09-21T04:26:15.303585+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T04:26:15.792 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:15 smithi032 bash[23468]: audit 2024-09-21T04:26:15.303585+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T04:26:15.792 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:15 smithi032 bash[23468]: audit 2024-09-21T04:26:15.304625+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:15.792 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:15 smithi032 bash[23468]: audit 2024-09-21T04:26:15.304625+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:15.792 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:15 smithi032 bash[23468]: audit 2024-09-21T04:26:15.456256+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:15.792 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:15 smithi032 bash[23468]: audit 2024-09-21T04:26:15.456256+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:15.792 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:15 smithi032 bash[23468]: audit 2024-09-21T04:26:15.462867+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:15.792 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:15 smithi032 bash[23468]: audit 2024-09-21T04:26:15.462867+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:15.792 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:15 smithi032 bash[23468]: audit 2024-09-21T04:26:15.470520+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:15.792 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:15 smithi032 bash[23468]: audit 2024-09-21T04:26:15.470520+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:15.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:15 smithi204 bash[23242]: cluster 2024-09-21T04:26:14.035044+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:15.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:15 smithi204 bash[23242]: cluster 2024-09-21T04:26:14.035044+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:15.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:15 smithi204 bash[23242]: audit 2024-09-21T04:26:14.510600+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:15.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:15 smithi204 bash[23242]: audit 2024-09-21T04:26:14.510600+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:15.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:15 smithi204 bash[23242]: audit 2024-09-21T04:26:14.516450+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:15.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:15 smithi204 bash[23242]: audit 2024-09-21T04:26:14.516450+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:15.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:15 smithi204 bash[23242]: audit 2024-09-21T04:26:14.521384+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:15.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:15 smithi204 bash[23242]: audit 2024-09-21T04:26:14.521384+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:15.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:15 smithi204 bash[23242]: audit 2024-09-21T04:26:15.295218+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:15.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:15 smithi204 bash[23242]: audit 2024-09-21T04:26:15.295218+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:15.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:15 smithi204 bash[23242]: audit 2024-09-21T04:26:15.300584+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:15.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:15 smithi204 bash[23242]: audit 2024-09-21T04:26:15.300584+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:15.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:15 smithi204 bash[23242]: audit 2024-09-21T04:26:15.302453+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T04:26:15.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:15 smithi204 bash[23242]: audit 2024-09-21T04:26:15.302453+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T04:26:15.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:15 smithi204 bash[23242]: audit 2024-09-21T04:26:15.303585+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T04:26:15.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:15 smithi204 bash[23242]: audit 2024-09-21T04:26:15.303585+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T04:26:15.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:15 smithi204 bash[23242]: audit 2024-09-21T04:26:15.304625+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:15.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:15 smithi204 bash[23242]: audit 2024-09-21T04:26:15.304625+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:15.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:15 smithi204 bash[23242]: audit 2024-09-21T04:26:15.456256+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:15.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:15 smithi204 bash[23242]: audit 2024-09-21T04:26:15.456256+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:15.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:15 smithi204 bash[23242]: audit 2024-09-21T04:26:15.462867+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:15.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:15 smithi204 bash[23242]: audit 2024-09-21T04:26:15.462867+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:15.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:15 smithi204 bash[23242]: audit 2024-09-21T04:26:15.470520+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:15.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:15 smithi204 bash[23242]: audit 2024-09-21T04:26:15.470520+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:16.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:16 smithi032 bash[23468]: cephadm 2024-09-21T04:26:15.301981+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-21T04:26:16.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:16 smithi032 bash[23468]: cephadm 2024-09-21T04:26:15.301981+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-21T04:26:16.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:16 smithi032 bash[23468]: cephadm 2024-09-21T04:26:15.305917+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring daemon mon.c on smithi204 2024-09-21T04:26:16.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:16 smithi032 bash[23468]: cephadm 2024-09-21T04:26:15.305917+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring daemon mon.c on smithi204 2024-09-21T04:26:16.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:16 smithi204 bash[23242]: cephadm 2024-09-21T04:26:15.301981+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-21T04:26:16.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:16 smithi204 bash[23242]: cephadm 2024-09-21T04:26:15.301981+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-21T04:26:16.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:16 smithi204 bash[23242]: cephadm 2024-09-21T04:26:15.305917+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring daemon mon.c on smithi204 2024-09-21T04:26:16.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:16 smithi204 bash[23242]: cephadm 2024-09-21T04:26:15.305917+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring daemon mon.c on smithi204 2024-09-21T04:26:16.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:16 smithi028 bash[22708]: cephadm 2024-09-21T04:26:15.301981+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-21T04:26:16.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:16 smithi028 bash[22708]: cephadm 2024-09-21T04:26:15.301981+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-21T04:26:16.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:16 smithi028 bash[22708]: cephadm 2024-09-21T04:26:15.305917+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring daemon mon.c on smithi204 2024-09-21T04:26:16.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:16 smithi028 bash[22708]: cephadm 2024-09-21T04:26:15.305917+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring daemon mon.c on smithi204 2024-09-21T04:26:17.481 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T04:26:17.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:17 smithi032 bash[23468]: cluster 2024-09-21T04:26:16.035465+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:17.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:17 smithi032 bash[23468]: cluster 2024-09-21T04:26:16.035465+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:17.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:17 smithi204 bash[23242]: cluster 2024-09-21T04:26:16.035465+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:17.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:17 smithi204 bash[23242]: cluster 2024-09-21T04:26:16.035465+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:17.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:17 smithi028 bash[22708]: cluster 2024-09-21T04:26:16.035465+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:17.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:17 smithi028 bash[22708]: cluster 2024-09-21T04:26:16.035465+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:18.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:18 smithi204 bash[23242]: audit 2024-09-21T04:26:17.562844+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:18.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:18 smithi204 bash[23242]: audit 2024-09-21T04:26:17.562844+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:18.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:18 smithi204 bash[23242]: audit 2024-09-21T04:26:17.569566+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:18.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:18 smithi204 bash[23242]: audit 2024-09-21T04:26:17.569566+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:18.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:18 smithi204 bash[23242]: audit 2024-09-21T04:26:17.572792+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:18.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:18 smithi204 bash[23242]: audit 2024-09-21T04:26:17.572792+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:18.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:18 smithi204 bash[23242]: audit 2024-09-21T04:26:17.576417+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:18.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:18 smithi204 bash[23242]: audit 2024-09-21T04:26:17.576417+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:18.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:18 smithi204 bash[23242]: audit 2024-09-21T04:26:17.577793+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:18.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:18 smithi204 bash[23242]: audit 2024-09-21T04:26:17.577793+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:18.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:18 smithi204 bash[23242]: cephadm 2024-09-21T04:26:17.579808+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.conf 2024-09-21T04:26:18.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:18 smithi204 bash[23242]: cephadm 2024-09-21T04:26:17.579808+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.conf 2024-09-21T04:26:18.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:18 smithi204 bash[23242]: cephadm 2024-09-21T04:26:17.580294+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Updating smithi032:/etc/ceph/ceph.conf 2024-09-21T04:26:18.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:18 smithi204 bash[23242]: cephadm 2024-09-21T04:26:17.580294+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Updating smithi032:/etc/ceph/ceph.conf 2024-09-21T04:26:18.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:18 smithi204 bash[23242]: cephadm 2024-09-21T04:26:17.580604+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.conf 2024-09-21T04:26:18.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:18 smithi204 bash[23242]: cephadm 2024-09-21T04:26:17.580604+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.conf 2024-09-21T04:26:18.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:18 smithi204 bash[23242]: cephadm 2024-09-21T04:26:17.752996+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi032:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:26:18.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:18 smithi204 bash[23242]: cephadm 2024-09-21T04:26:17.752996+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi032:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:26:18.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:18 smithi204 bash[23242]: cephadm 2024-09-21T04:26:17.753257+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi028:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:26:18.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:18 smithi204 bash[23242]: cephadm 2024-09-21T04:26:17.753257+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi028:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:26:18.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:18 smithi204 bash[23242]: cephadm 2024-09-21T04:26:17.753455+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi204:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:26:18.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:18 smithi204 bash[23242]: cephadm 2024-09-21T04:26:17.753455+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi204:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:26:18.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:18 smithi204 bash[23242]: audit 2024-09-21T04:26:17.879505+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:18.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:18 smithi204 bash[23242]: audit 2024-09-21T04:26:17.879505+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:18.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:18 smithi204 bash[23242]: audit 2024-09-21T04:26:17.882102+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:18.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:18 smithi204 bash[23242]: audit 2024-09-21T04:26:17.882102+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:18.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:18 smithi204 bash[23242]: audit 2024-09-21T04:26:17.884610+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:18.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:18 smithi204 bash[23242]: audit 2024-09-21T04:26:17.884610+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:18.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:18 smithi204 bash[23242]: audit 2024-09-21T04:26:17.887023+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:18.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:18 smithi204 bash[23242]: audit 2024-09-21T04:26:17.887023+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:18.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:18 smithi204 bash[23242]: audit 2024-09-21T04:26:17.889455+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:18.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:18 smithi204 bash[23242]: audit 2024-09-21T04:26:17.889455+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:18.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:18 smithi204 bash[23242]: audit 2024-09-21T04:26:17.893100+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:18.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:18 smithi204 bash[23242]: audit 2024-09-21T04:26:17.893100+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:18.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:18 smithi204 bash[23242]: audit 2024-09-21T04:26:17.898237+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:18.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:18 smithi204 bash[23242]: audit 2024-09-21T04:26:17.898237+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:18.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:18 smithi204 bash[23242]: audit 2024-09-21T04:26:17.928596+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T04:26:18.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:18 smithi204 bash[23242]: audit 2024-09-21T04:26:17.928596+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T04:26:18.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:18 smithi204 bash[23242]: audit 2024-09-21T04:26:17.930000+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T04:26:18.828 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:18 smithi204 bash[23242]: audit 2024-09-21T04:26:17.930000+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T04:26:18.828 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:18 smithi204 bash[23242]: audit 2024-09-21T04:26:17.931511+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:18.828 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:18 smithi204 bash[23242]: audit 2024-09-21T04:26:17.931511+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:18.829 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:18 smithi028 bash[22708]: audit 2024-09-21T04:26:17.562844+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:18.829 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:18 smithi028 bash[22708]: audit 2024-09-21T04:26:17.562844+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:18.829 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:18 smithi028 bash[22708]: audit 2024-09-21T04:26:17.569566+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:18.829 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:18 smithi028 bash[22708]: audit 2024-09-21T04:26:17.569566+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:18.829 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:18 smithi028 bash[22708]: audit 2024-09-21T04:26:17.572792+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:18.829 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:18 smithi028 bash[22708]: audit 2024-09-21T04:26:17.572792+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:18.829 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:18 smithi028 bash[22708]: audit 2024-09-21T04:26:17.576417+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:18.829 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:18 smithi028 bash[22708]: audit 2024-09-21T04:26:17.576417+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:18.829 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:18 smithi028 bash[22708]: audit 2024-09-21T04:26:17.577793+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:18.829 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:18 smithi028 bash[22708]: audit 2024-09-21T04:26:17.577793+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:18.830 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:18 smithi028 bash[22708]: cephadm 2024-09-21T04:26:17.579808+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.conf 2024-09-21T04:26:18.830 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:18 smithi028 bash[22708]: cephadm 2024-09-21T04:26:17.579808+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.conf 2024-09-21T04:26:18.830 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:18 smithi028 bash[22708]: cephadm 2024-09-21T04:26:17.580294+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Updating smithi032:/etc/ceph/ceph.conf 2024-09-21T04:26:18.830 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:18 smithi028 bash[22708]: cephadm 2024-09-21T04:26:17.580294+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Updating smithi032:/etc/ceph/ceph.conf 2024-09-21T04:26:18.830 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:18 smithi028 bash[22708]: cephadm 2024-09-21T04:26:17.580604+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.conf 2024-09-21T04:26:18.830 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:18 smithi028 bash[22708]: cephadm 2024-09-21T04:26:17.580604+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.conf 2024-09-21T04:26:18.830 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:18 smithi028 bash[22708]: cephadm 2024-09-21T04:26:17.752996+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi032:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:26:18.830 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:18 smithi028 bash[22708]: cephadm 2024-09-21T04:26:17.752996+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi032:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:26:18.830 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:18 smithi028 bash[22708]: cephadm 2024-09-21T04:26:17.753257+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi028:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:26:18.830 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:18 smithi028 bash[22708]: cephadm 2024-09-21T04:26:17.753257+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi028:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:26:18.830 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:18 smithi028 bash[22708]: cephadm 2024-09-21T04:26:17.753455+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi204:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:26:18.831 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:18 smithi028 bash[22708]: cephadm 2024-09-21T04:26:17.753455+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi204:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:26:18.831 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:18 smithi028 bash[22708]: audit 2024-09-21T04:26:17.879505+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:18.831 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:18 smithi028 bash[22708]: audit 2024-09-21T04:26:17.879505+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:18.831 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:18 smithi028 bash[22708]: audit 2024-09-21T04:26:17.882102+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:18.831 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:18 smithi028 bash[22708]: audit 2024-09-21T04:26:17.882102+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:18.831 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:18 smithi028 bash[22708]: audit 2024-09-21T04:26:17.884610+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:18.831 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:18 smithi028 bash[22708]: audit 2024-09-21T04:26:17.884610+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:18.831 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:18 smithi028 bash[22708]: audit 2024-09-21T04:26:17.887023+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:18.831 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:18 smithi028 bash[22708]: audit 2024-09-21T04:26:17.887023+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:18.831 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:18 smithi028 bash[22708]: audit 2024-09-21T04:26:17.889455+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:18.831 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:18 smithi028 bash[22708]: audit 2024-09-21T04:26:17.889455+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:18.831 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:18 smithi028 bash[22708]: audit 2024-09-21T04:26:17.893100+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:18.832 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:18 smithi028 bash[22708]: audit 2024-09-21T04:26:17.893100+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:18.832 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:18 smithi028 bash[22708]: audit 2024-09-21T04:26:17.898237+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:18.832 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:18 smithi028 bash[22708]: audit 2024-09-21T04:26:17.898237+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:18.832 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:18 smithi028 bash[22708]: audit 2024-09-21T04:26:17.928596+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T04:26:18.832 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:18 smithi028 bash[22708]: audit 2024-09-21T04:26:17.928596+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T04:26:18.832 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:18 smithi028 bash[22708]: audit 2024-09-21T04:26:17.930000+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T04:26:18.832 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:18 smithi028 bash[22708]: audit 2024-09-21T04:26:17.930000+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T04:26:18.832 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:18 smithi028 bash[22708]: audit 2024-09-21T04:26:17.931511+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:18.832 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:18 smithi028 bash[22708]: audit 2024-09-21T04:26:17.931511+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:19.016 INFO:teuthology.orchestra.run.smithi028.stdout:# minimal ceph.conf for fd0b2732-77d0-11ef-baf5-efdc52797490 2024-09-21T04:26:19.016 INFO:teuthology.orchestra.run.smithi028.stdout:[global] 2024-09-21T04:26:19.016 INFO:teuthology.orchestra.run.smithi028.stdout: fsid = fd0b2732-77d0-11ef-baf5-efdc52797490 2024-09-21T04:26:19.016 INFO:teuthology.orchestra.run.smithi028.stdout: mon_host = [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] [v2:172.21.15.32:3300/0,v1:172.21.15.32:6789/0] [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] 2024-09-21T04:26:19.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:18 smithi032 bash[23468]: audit 2024-09-21T04:26:17.562844+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:19.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:18 smithi032 bash[23468]: audit 2024-09-21T04:26:17.562844+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:19.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:18 smithi032 bash[23468]: audit 2024-09-21T04:26:17.569566+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:19.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:18 smithi032 bash[23468]: audit 2024-09-21T04:26:17.569566+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:19.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:18 smithi032 bash[23468]: audit 2024-09-21T04:26:17.572792+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:19.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:18 smithi032 bash[23468]: audit 2024-09-21T04:26:17.572792+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:19.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:18 smithi032 bash[23468]: audit 2024-09-21T04:26:17.576417+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:19.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:18 smithi032 bash[23468]: audit 2024-09-21T04:26:17.576417+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:19.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:18 smithi032 bash[23468]: audit 2024-09-21T04:26:17.577793+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:19.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:18 smithi032 bash[23468]: audit 2024-09-21T04:26:17.577793+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:19.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:18 smithi032 bash[23468]: cephadm 2024-09-21T04:26:17.579808+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.conf 2024-09-21T04:26:19.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:18 smithi032 bash[23468]: cephadm 2024-09-21T04:26:17.579808+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.conf 2024-09-21T04:26:19.042 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:18 smithi032 bash[23468]: cephadm 2024-09-21T04:26:17.580294+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Updating smithi032:/etc/ceph/ceph.conf 2024-09-21T04:26:19.042 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:18 smithi032 bash[23468]: cephadm 2024-09-21T04:26:17.580294+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Updating smithi032:/etc/ceph/ceph.conf 2024-09-21T04:26:19.042 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:18 smithi032 bash[23468]: cephadm 2024-09-21T04:26:17.580604+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.conf 2024-09-21T04:26:19.042 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:18 smithi032 bash[23468]: cephadm 2024-09-21T04:26:17.580604+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.conf 2024-09-21T04:26:19.042 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:18 smithi032 bash[23468]: cephadm 2024-09-21T04:26:17.752996+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi032:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:26:19.042 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:18 smithi032 bash[23468]: cephadm 2024-09-21T04:26:17.752996+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi032:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:26:19.042 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:18 smithi032 bash[23468]: cephadm 2024-09-21T04:26:17.753257+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi028:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:26:19.042 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:18 smithi032 bash[23468]: cephadm 2024-09-21T04:26:17.753257+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi028:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:26:19.042 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:18 smithi032 bash[23468]: cephadm 2024-09-21T04:26:17.753455+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi204:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:26:19.042 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:18 smithi032 bash[23468]: cephadm 2024-09-21T04:26:17.753455+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi204:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:26:19.042 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:18 smithi032 bash[23468]: audit 2024-09-21T04:26:17.879505+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:19.043 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:18 smithi032 bash[23468]: audit 2024-09-21T04:26:17.879505+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:19.043 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:18 smithi032 bash[23468]: audit 2024-09-21T04:26:17.882102+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:19.043 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:18 smithi032 bash[23468]: audit 2024-09-21T04:26:17.882102+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:19.043 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:18 smithi032 bash[23468]: audit 2024-09-21T04:26:17.884610+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:19.043 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:18 smithi032 bash[23468]: audit 2024-09-21T04:26:17.884610+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:19.043 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:18 smithi032 bash[23468]: audit 2024-09-21T04:26:17.887023+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:19.043 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:18 smithi032 bash[23468]: audit 2024-09-21T04:26:17.887023+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:19.043 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:18 smithi032 bash[23468]: audit 2024-09-21T04:26:17.889455+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:19.043 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:18 smithi032 bash[23468]: audit 2024-09-21T04:26:17.889455+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:19.043 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:18 smithi032 bash[23468]: audit 2024-09-21T04:26:17.893100+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:19.043 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:18 smithi032 bash[23468]: audit 2024-09-21T04:26:17.893100+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:19.043 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:18 smithi032 bash[23468]: audit 2024-09-21T04:26:17.898237+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:19.043 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:18 smithi032 bash[23468]: audit 2024-09-21T04:26:17.898237+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:19.043 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:18 smithi032 bash[23468]: audit 2024-09-21T04:26:17.928596+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T04:26:19.043 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:18 smithi032 bash[23468]: audit 2024-09-21T04:26:17.928596+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T04:26:19.044 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:18 smithi032 bash[23468]: audit 2024-09-21T04:26:17.930000+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T04:26:19.044 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:18 smithi032 bash[23468]: audit 2024-09-21T04:26:17.930000+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T04:26:19.044 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:18 smithi032 bash[23468]: audit 2024-09-21T04:26:17.931511+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:19.044 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:18 smithi032 bash[23468]: audit 2024-09-21T04:26:17.931511+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:19.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:19 smithi204 bash[23242]: cephadm 2024-09-21T04:26:17.928144+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-21T04:26:19.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:19 smithi204 bash[23242]: cephadm 2024-09-21T04:26:17.928144+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-21T04:26:19.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:19 smithi204 bash[23242]: cephadm 2024-09-21T04:26:17.932702+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Reconfiguring daemon mon.a on smithi028 2024-09-21T04:26:19.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:19 smithi204 bash[23242]: cephadm 2024-09-21T04:26:17.932702+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Reconfiguring daemon mon.a on smithi028 2024-09-21T04:26:19.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:19 smithi204 bash[23242]: cluster 2024-09-21T04:26:18.035867+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:19.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:19 smithi204 bash[23242]: cluster 2024-09-21T04:26:18.035867+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:19.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:19 smithi204 bash[23242]: audit 2024-09-21T04:26:19.014571+0000 mon.a (mon.0) 332 : audit [DBG] from='client.? 172.21.15.28:0/552694264' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:19.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:19 smithi204 bash[23242]: audit 2024-09-21T04:26:19.014571+0000 mon.a (mon.0) 332 : audit [DBG] from='client.? 172.21.15.28:0/552694264' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:19.862 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:19 smithi028 bash[22708]: cephadm 2024-09-21T04:26:17.928144+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-21T04:26:19.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:19 smithi028 bash[22708]: cephadm 2024-09-21T04:26:17.928144+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-21T04:26:19.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:19 smithi028 bash[22708]: cephadm 2024-09-21T04:26:17.932702+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Reconfiguring daemon mon.a on smithi028 2024-09-21T04:26:19.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:19 smithi028 bash[22708]: cephadm 2024-09-21T04:26:17.932702+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Reconfiguring daemon mon.a on smithi028 2024-09-21T04:26:19.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:19 smithi028 bash[22708]: cluster 2024-09-21T04:26:18.035867+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:19.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:19 smithi028 bash[22708]: cluster 2024-09-21T04:26:18.035867+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:19.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:19 smithi028 bash[22708]: audit 2024-09-21T04:26:19.014571+0000 mon.a (mon.0) 332 : audit [DBG] from='client.? 172.21.15.28:0/552694264' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:19.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:19 smithi028 bash[22708]: audit 2024-09-21T04:26:19.014571+0000 mon.a (mon.0) 332 : audit [DBG] from='client.? 172.21.15.28:0/552694264' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:19.886 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-09-21T04:26:19.886 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-09-21T04:26:19.886 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd of=/etc/ceph/ceph.conf 2024-09-21T04:26:19.896 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-09-21T04:26:19.896 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-21T04:26:19.952 DEBUG:teuthology.orchestra.run.smithi032:> set -ex 2024-09-21T04:26:19.952 DEBUG:teuthology.orchestra.run.smithi032:> sudo dd of=/etc/ceph/ceph.conf 2024-09-21T04:26:19.964 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:19 smithi032 bash[23468]: cephadm 2024-09-21T04:26:17.928144+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-21T04:26:19.964 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:19 smithi032 bash[23468]: cephadm 2024-09-21T04:26:17.928144+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-21T04:26:19.964 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:19 smithi032 bash[23468]: cephadm 2024-09-21T04:26:17.932702+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Reconfiguring daemon mon.a on smithi028 2024-09-21T04:26:19.964 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:19 smithi032 bash[23468]: cephadm 2024-09-21T04:26:17.932702+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Reconfiguring daemon mon.a on smithi028 2024-09-21T04:26:19.964 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:19 smithi032 bash[23468]: cluster 2024-09-21T04:26:18.035867+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:19.964 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:19 smithi032 bash[23468]: cluster 2024-09-21T04:26:18.035867+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:19.964 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:19 smithi032 bash[23468]: audit 2024-09-21T04:26:19.014571+0000 mon.a (mon.0) 332 : audit [DBG] from='client.? 172.21.15.28:0/552694264' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:19.964 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:19 smithi032 bash[23468]: audit 2024-09-21T04:26:19.014571+0000 mon.a (mon.0) 332 : audit [DBG] from='client.? 172.21.15.28:0/552694264' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:19.967 DEBUG:teuthology.orchestra.run.smithi032:> set -ex 2024-09-21T04:26:19.967 DEBUG:teuthology.orchestra.run.smithi032:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-21T04:26:20.022 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-09-21T04:26:20.022 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/etc/ceph/ceph.conf 2024-09-21T04:26:20.037 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-09-21T04:26:20.037 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-21T04:26:20.092 INFO:tasks.cephadm:Adding mgr.a on smithi028 2024-09-21T04:26:20.092 INFO:tasks.cephadm:Adding mgr.b on smithi032 2024-09-21T04:26:20.092 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fd0b2732-77d0-11ef-baf5-efdc52797490 -- ceph orch apply mgr '2;smithi028=a;smithi032=b' 2024-09-21T04:26:21.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:21 smithi028 bash[22708]: cluster 2024-09-21T04:26:20.036275+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-21T04:26:21.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:21 smithi028 bash[22708]: cluster 2024-09-21T04:26:20.036275+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-21T04:26:21.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:21 smithi028 bash[22708]: audit 2024-09-21T04:26:20.653937+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:21.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:21 smithi028 bash[22708]: audit 2024-09-21T04:26:20.653937+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:21.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:21 smithi028 bash[22708]: audit 2024-09-21T04:26:20.661133+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:21.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:21 smithi028 bash[22708]: audit 2024-09-21T04:26:20.661133+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:22.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:21 smithi032 bash[23468]: cluster 2024-09-21T04:26:20.036275+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-21T04:26:22.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:21 smithi032 bash[23468]: cluster 2024-09-21T04:26:20.036275+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-21T04:26:22.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:21 smithi032 bash[23468]: audit 2024-09-21T04:26:20.653937+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:22.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:21 smithi032 bash[23468]: audit 2024-09-21T04:26:20.653937+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:22.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:21 smithi032 bash[23468]: audit 2024-09-21T04:26:20.661133+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:22.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:21 smithi032 bash[23468]: audit 2024-09-21T04:26:20.661133+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:22.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:21 smithi204 bash[23242]: cluster 2024-09-21T04:26:20.036275+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-21T04:26:22.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:21 smithi204 bash[23242]: cluster 2024-09-21T04:26:20.036275+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-21T04:26:22.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:21 smithi204 bash[23242]: audit 2024-09-21T04:26:20.653937+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:22.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:21 smithi204 bash[23242]: audit 2024-09-21T04:26:20.653937+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:22.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:21 smithi204 bash[23242]: audit 2024-09-21T04:26:20.661133+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:22.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:21 smithi204 bash[23242]: audit 2024-09-21T04:26:20.661133+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:23.852 INFO:teuthology.orchestra.run.smithi204.stderr:Inferring config /var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/mon.c/config 2024-09-21T04:26:23.946 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:23 smithi204 bash[23242]: cluster 2024-09-21T04:26:22.036689+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-21T04:26:23.946 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:23 smithi204 bash[23242]: cluster 2024-09-21T04:26:22.036689+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-21T04:26:23.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:23 smithi028 bash[22708]: cluster 2024-09-21T04:26:22.036689+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-21T04:26:23.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:23 smithi028 bash[22708]: cluster 2024-09-21T04:26:22.036689+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-21T04:26:24.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:23 smithi032 bash[23468]: cluster 2024-09-21T04:26:22.036689+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-21T04:26:24.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:23 smithi032 bash[23468]: cluster 2024-09-21T04:26:22.036689+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-21T04:26:25.772 INFO:teuthology.orchestra.run.smithi204.stdout:Scheduled mgr update... 2024-09-21T04:26:25.942 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:25 smithi204 bash[23242]: cluster 2024-09-21T04:26:24.037096+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-21T04:26:25.942 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:25 smithi204 bash[23242]: cluster 2024-09-21T04:26:24.037096+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-21T04:26:25.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:25 smithi028 bash[22708]: cluster 2024-09-21T04:26:24.037096+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-21T04:26:25.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:25 smithi028 bash[22708]: cluster 2024-09-21T04:26:24.037096+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-21T04:26:26.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:25 smithi032 bash[23468]: cluster 2024-09-21T04:26:24.037096+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-21T04:26:26.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:25 smithi032 bash[23468]: cluster 2024-09-21T04:26:24.037096+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-21T04:26:26.878 DEBUG:teuthology.orchestra.run.smithi032:mgr.b> sudo journalctl -f -n 0 -u ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@mgr.b.service 2024-09-21T04:26:26.881 DEBUG:tasks.cephadm:set 0 configs 2024-09-21T04:26:26.881 INFO:tasks.cephadm:Deploying OSDs... 2024-09-21T04:26:26.881 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-09-21T04:26:26.881 DEBUG:teuthology.orchestra.run.smithi028:> dd if=/scratch_devs of=/dev/stdout 2024-09-21T04:26:26.887 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-21T04:26:26.888 DEBUG:teuthology.orchestra.run.smithi028:> stat /dev/vg_nvme/lv_1 2024-09-21T04:26:26.936 INFO:teuthology.orchestra.run.smithi028.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-21T04:26:26.936 INFO:teuthology.orchestra.run.smithi028.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T04:26:26.936 INFO:teuthology.orchestra.run.smithi028.stdout:Device: 5h/5d Inode: 889 Links: 1 2024-09-21T04:26:26.936 INFO:teuthology.orchestra.run.smithi028.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T04:26:26.936 INFO:teuthology.orchestra.run.smithi028.stdout:Access: 2024-09-21 04:15:46.616006791 +0000 2024-09-21T04:26:26.936 INFO:teuthology.orchestra.run.smithi028.stdout:Modify: 2024-09-21 04:15:46.612006827 +0000 2024-09-21T04:26:26.936 INFO:teuthology.orchestra.run.smithi028.stdout:Change: 2024-09-21 04:15:46.612006827 +0000 2024-09-21T04:26:26.936 INFO:teuthology.orchestra.run.smithi028.stdout: Birth: - 2024-09-21T04:26:26.936 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-21T04:26:26.991 INFO:teuthology.orchestra.run.smithi028.stderr:1+0 records in 2024-09-21T04:26:26.991 INFO:teuthology.orchestra.run.smithi028.stderr:1+0 records out 2024-09-21T04:26:26.991 INFO:teuthology.orchestra.run.smithi028.stderr:512 bytes copied, 0.000277032 s, 1.8 MB/s 2024-09-21T04:26:26.992 DEBUG:teuthology.orchestra.run.smithi028:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-21T04:26:27.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:26 smithi032 bash[23468]: audit 2024-09-21T04:26:25.760185+0000 mgr.a (mgr.14152) 106 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi028=a;smithi032=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:26:27.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:26 smithi032 bash[23468]: audit 2024-09-21T04:26:25.760185+0000 mgr.a (mgr.14152) 106 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi028=a;smithi032=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:26:27.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:26 smithi032 bash[23468]: cephadm 2024-09-21T04:26:25.763240+0000 mgr.a (mgr.14152) 107 : cephadm [INF] Saving service mgr spec with placement smithi028=a;smithi032=b;count:2 2024-09-21T04:26:27.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:26 smithi032 bash[23468]: cephadm 2024-09-21T04:26:25.763240+0000 mgr.a (mgr.14152) 107 : cephadm [INF] Saving service mgr spec with placement smithi028=a;smithi032=b;count:2 2024-09-21T04:26:27.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:26 smithi032 bash[23468]: audit 2024-09-21T04:26:25.769556+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:27.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:26 smithi032 bash[23468]: audit 2024-09-21T04:26:25.769556+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:27.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:26 smithi032 bash[23468]: audit 2024-09-21T04:26:25.771647+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:27.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:26 smithi032 bash[23468]: audit 2024-09-21T04:26:25.771647+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:27.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:26 smithi032 bash[23468]: audit 2024-09-21T04:26:25.776750+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:27.042 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:26 smithi032 bash[23468]: audit 2024-09-21T04:26:25.776750+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:27.042 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:26 smithi032 bash[23468]: audit 2024-09-21T04:26:25.778701+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:27.042 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:26 smithi032 bash[23468]: audit 2024-09-21T04:26:25.778701+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:27.042 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:26 smithi032 bash[23468]: audit 2024-09-21T04:26:25.788427+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:27.042 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:26 smithi032 bash[23468]: audit 2024-09-21T04:26:25.788427+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:27.042 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:26 smithi032 bash[23468]: audit 2024-09-21T04:26:25.792390+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T04:26:27.042 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:26 smithi032 bash[23468]: audit 2024-09-21T04:26:25.792390+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T04:26:27.042 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:26 smithi032 bash[23468]: audit 2024-09-21T04:26:25.794781+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-21T04:26:27.042 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:26 smithi032 bash[23468]: audit 2024-09-21T04:26:25.794781+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-21T04:26:27.042 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:26 smithi032 bash[23468]: audit 2024-09-21T04:26:25.799270+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T04:26:27.042 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:26 smithi032 bash[23468]: audit 2024-09-21T04:26:25.799270+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T04:26:27.042 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:26 smithi032 bash[23468]: audit 2024-09-21T04:26:25.801199+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:27.042 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:26 smithi032 bash[23468]: audit 2024-09-21T04:26:25.801199+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:27.043 DEBUG:teuthology.orchestra.run.smithi028:> stat /dev/vg_nvme/lv_2 2024-09-21T04:26:27.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:26 smithi204 bash[23242]: audit 2024-09-21T04:26:25.760185+0000 mgr.a (mgr.14152) 106 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi028=a;smithi032=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:26:27.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:26 smithi204 bash[23242]: audit 2024-09-21T04:26:25.760185+0000 mgr.a (mgr.14152) 106 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi028=a;smithi032=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:26:27.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:26 smithi204 bash[23242]: cephadm 2024-09-21T04:26:25.763240+0000 mgr.a (mgr.14152) 107 : cephadm [INF] Saving service mgr spec with placement smithi028=a;smithi032=b;count:2 2024-09-21T04:26:27.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:26 smithi204 bash[23242]: cephadm 2024-09-21T04:26:25.763240+0000 mgr.a (mgr.14152) 107 : cephadm [INF] Saving service mgr spec with placement smithi028=a;smithi032=b;count:2 2024-09-21T04:26:27.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:26 smithi204 bash[23242]: audit 2024-09-21T04:26:25.769556+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:27.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:26 smithi204 bash[23242]: audit 2024-09-21T04:26:25.769556+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:27.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:26 smithi204 bash[23242]: audit 2024-09-21T04:26:25.771647+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:27.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:26 smithi204 bash[23242]: audit 2024-09-21T04:26:25.771647+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:27.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:26 smithi204 bash[23242]: audit 2024-09-21T04:26:25.776750+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:27.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:26 smithi204 bash[23242]: audit 2024-09-21T04:26:25.776750+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:27.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:26 smithi204 bash[23242]: audit 2024-09-21T04:26:25.778701+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:27.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:26 smithi204 bash[23242]: audit 2024-09-21T04:26:25.778701+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:27.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:26 smithi204 bash[23242]: audit 2024-09-21T04:26:25.788427+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:27.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:26 smithi204 bash[23242]: audit 2024-09-21T04:26:25.788427+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:27.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:26 smithi204 bash[23242]: audit 2024-09-21T04:26:25.792390+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T04:26:27.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:26 smithi204 bash[23242]: audit 2024-09-21T04:26:25.792390+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T04:26:27.076 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:26 smithi204 bash[23242]: audit 2024-09-21T04:26:25.794781+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-21T04:26:27.076 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:26 smithi204 bash[23242]: audit 2024-09-21T04:26:25.794781+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-21T04:26:27.076 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:26 smithi204 bash[23242]: audit 2024-09-21T04:26:25.799270+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T04:26:27.076 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:26 smithi204 bash[23242]: audit 2024-09-21T04:26:25.799270+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T04:26:27.076 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:26 smithi204 bash[23242]: audit 2024-09-21T04:26:25.801199+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:27.076 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:26 smithi204 bash[23242]: audit 2024-09-21T04:26:25.801199+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:27.091 INFO:teuthology.orchestra.run.smithi028.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-21T04:26:27.092 INFO:teuthology.orchestra.run.smithi028.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T04:26:27.092 INFO:teuthology.orchestra.run.smithi028.stdout:Device: 5h/5d Inode: 903 Links: 1 2024-09-21T04:26:27.092 INFO:teuthology.orchestra.run.smithi028.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T04:26:27.092 INFO:teuthology.orchestra.run.smithi028.stdout:Access: 2024-09-21 04:15:47.324000466 +0000 2024-09-21T04:26:27.092 INFO:teuthology.orchestra.run.smithi028.stdout:Modify: 2024-09-21 04:15:47.056002861 +0000 2024-09-21T04:26:27.092 INFO:teuthology.orchestra.run.smithi028.stdout:Change: 2024-09-21 04:15:47.056002861 +0000 2024-09-21T04:26:27.092 INFO:teuthology.orchestra.run.smithi028.stdout: Birth: - 2024-09-21T04:26:27.092 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-21T04:26:27.145 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:26 smithi028 bash[22708]: audit 2024-09-21T04:26:25.760185+0000 mgr.a (mgr.14152) 106 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi028=a;smithi032=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:26:27.145 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:26 smithi028 bash[22708]: audit 2024-09-21T04:26:25.760185+0000 mgr.a (mgr.14152) 106 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi028=a;smithi032=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:26:27.145 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:26 smithi028 bash[22708]: cephadm 2024-09-21T04:26:25.763240+0000 mgr.a (mgr.14152) 107 : cephadm [INF] Saving service mgr spec with placement smithi028=a;smithi032=b;count:2 2024-09-21T04:26:27.146 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:26 smithi028 bash[22708]: cephadm 2024-09-21T04:26:25.763240+0000 mgr.a (mgr.14152) 107 : cephadm [INF] Saving service mgr spec with placement smithi028=a;smithi032=b;count:2 2024-09-21T04:26:27.146 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:26 smithi028 bash[22708]: audit 2024-09-21T04:26:25.769556+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:27.146 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:26 smithi028 bash[22708]: audit 2024-09-21T04:26:25.769556+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:27.146 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:26 smithi028 bash[22708]: audit 2024-09-21T04:26:25.771647+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:27.146 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:26 smithi028 bash[22708]: audit 2024-09-21T04:26:25.771647+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:27.146 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:26 smithi028 bash[22708]: audit 2024-09-21T04:26:25.776750+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:27.146 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:26 smithi028 bash[22708]: audit 2024-09-21T04:26:25.776750+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:27.146 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:26 smithi028 bash[22708]: audit 2024-09-21T04:26:25.778701+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:27.146 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:26 smithi028 bash[22708]: audit 2024-09-21T04:26:25.778701+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:27.146 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:26 smithi028 bash[22708]: audit 2024-09-21T04:26:25.788427+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:27.146 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:26 smithi028 bash[22708]: audit 2024-09-21T04:26:25.788427+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:27.146 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:26 smithi028 bash[22708]: audit 2024-09-21T04:26:25.792390+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T04:26:27.147 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:26 smithi028 bash[22708]: audit 2024-09-21T04:26:25.792390+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T04:26:27.147 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:26 smithi028 bash[22708]: audit 2024-09-21T04:26:25.794781+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-21T04:26:27.147 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:26 smithi028 bash[22708]: audit 2024-09-21T04:26:25.794781+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-21T04:26:27.147 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:26 smithi028 bash[22708]: audit 2024-09-21T04:26:25.799270+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T04:26:27.147 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:26 smithi028 bash[22708]: audit 2024-09-21T04:26:25.799270+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T04:26:27.147 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:26 smithi028 bash[22708]: audit 2024-09-21T04:26:25.801199+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:27.147 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:26 smithi028 bash[22708]: audit 2024-09-21T04:26:25.801199+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:27.148 INFO:teuthology.orchestra.run.smithi028.stderr:1+0 records in 2024-09-21T04:26:27.148 INFO:teuthology.orchestra.run.smithi028.stderr:1+0 records out 2024-09-21T04:26:27.148 INFO:teuthology.orchestra.run.smithi028.stderr:512 bytes copied, 0.00020985 s, 2.4 MB/s 2024-09-21T04:26:27.148 DEBUG:teuthology.orchestra.run.smithi028:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-21T04:26:27.197 DEBUG:teuthology.orchestra.run.smithi028:> stat /dev/vg_nvme/lv_3 2024-09-21T04:26:27.243 INFO:teuthology.orchestra.run.smithi028.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-21T04:26:27.244 INFO:teuthology.orchestra.run.smithi028.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T04:26:27.244 INFO:teuthology.orchestra.run.smithi028.stdout:Device: 5h/5d Inode: 921 Links: 1 2024-09-21T04:26:27.244 INFO:teuthology.orchestra.run.smithi028.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T04:26:27.244 INFO:teuthology.orchestra.run.smithi028.stdout:Access: 2024-09-21 04:15:47.791996286 +0000 2024-09-21T04:26:27.244 INFO:teuthology.orchestra.run.smithi028.stdout:Modify: 2024-09-21 04:15:47.547998465 +0000 2024-09-21T04:26:27.244 INFO:teuthology.orchestra.run.smithi028.stdout:Change: 2024-09-21 04:15:47.547998465 +0000 2024-09-21T04:26:27.244 INFO:teuthology.orchestra.run.smithi028.stdout: Birth: - 2024-09-21T04:26:27.244 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-21T04:26:27.298 INFO:teuthology.orchestra.run.smithi028.stderr:1+0 records in 2024-09-21T04:26:27.299 INFO:teuthology.orchestra.run.smithi028.stderr:1+0 records out 2024-09-21T04:26:27.299 INFO:teuthology.orchestra.run.smithi028.stderr:512 bytes copied, 0.000313183 s, 1.6 MB/s 2024-09-21T04:26:27.300 DEBUG:teuthology.orchestra.run.smithi028:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-21T04:26:27.348 DEBUG:teuthology.orchestra.run.smithi028:> stat /dev/vg_nvme/lv_4 2024-09-21T04:26:27.395 INFO:teuthology.orchestra.run.smithi028.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-21T04:26:27.396 INFO:teuthology.orchestra.run.smithi028.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T04:26:27.396 INFO:teuthology.orchestra.run.smithi028.stdout:Device: 5h/5d Inode: 935 Links: 1 2024-09-21T04:26:27.396 INFO:teuthology.orchestra.run.smithi028.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T04:26:27.396 INFO:teuthology.orchestra.run.smithi028.stdout:Access: 2024-09-21 04:15:48.031994142 +0000 2024-09-21T04:26:27.396 INFO:teuthology.orchestra.run.smithi028.stdout:Modify: 2024-09-21 04:15:48.027994178 +0000 2024-09-21T04:26:27.396 INFO:teuthology.orchestra.run.smithi028.stdout:Change: 2024-09-21 04:15:48.027994178 +0000 2024-09-21T04:26:27.396 INFO:teuthology.orchestra.run.smithi028.stdout: Birth: - 2024-09-21T04:26:27.396 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-21T04:26:27.450 INFO:teuthology.orchestra.run.smithi028.stderr:1+0 records in 2024-09-21T04:26:27.450 INFO:teuthology.orchestra.run.smithi028.stderr:1+0 records out 2024-09-21T04:26:27.450 INFO:teuthology.orchestra.run.smithi028.stderr:512 bytes copied, 0.000172104 s, 3.0 MB/s 2024-09-21T04:26:27.451 DEBUG:teuthology.orchestra.run.smithi028:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-21T04:26:27.501 DEBUG:teuthology.orchestra.run.smithi032:> set -ex 2024-09-21T04:26:27.501 DEBUG:teuthology.orchestra.run.smithi032:> dd if=/scratch_devs of=/dev/stdout 2024-09-21T04:26:27.507 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-21T04:26:27.507 DEBUG:teuthology.orchestra.run.smithi032:> stat /dev/vg_nvme/lv_1 2024-09-21T04:26:27.559 INFO:teuthology.orchestra.run.smithi032.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-21T04:26:27.559 INFO:teuthology.orchestra.run.smithi032.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T04:26:27.559 INFO:teuthology.orchestra.run.smithi032.stdout:Device: 5h/5d Inode: 888 Links: 1 2024-09-21T04:26:27.559 INFO:teuthology.orchestra.run.smithi032.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T04:26:27.560 INFO:teuthology.orchestra.run.smithi032.stdout:Access: 2024-09-21 04:15:50.329704979 +0000 2024-09-21T04:26:27.560 INFO:teuthology.orchestra.run.smithi032.stdout:Modify: 2024-09-21 04:15:50.081714139 +0000 2024-09-21T04:26:27.560 INFO:teuthology.orchestra.run.smithi032.stdout:Change: 2024-09-21 04:15:50.081714139 +0000 2024-09-21T04:26:27.560 INFO:teuthology.orchestra.run.smithi032.stdout: Birth: - 2024-09-21T04:26:27.560 DEBUG:teuthology.orchestra.run.smithi032:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-21T04:26:27.611 INFO:teuthology.orchestra.run.smithi032.stderr:1+0 records in 2024-09-21T04:26:27.611 INFO:teuthology.orchestra.run.smithi032.stderr:1+0 records out 2024-09-21T04:26:27.611 INFO:teuthology.orchestra.run.smithi032.stderr:512 bytes copied, 0.000167337 s, 3.1 MB/s 2024-09-21T04:26:27.612 DEBUG:teuthology.orchestra.run.smithi032:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-21T04:26:27.659 DEBUG:teuthology.orchestra.run.smithi032:> stat /dev/vg_nvme/lv_2 2024-09-21T04:26:27.710 INFO:teuthology.orchestra.run.smithi032.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-21T04:26:27.710 INFO:teuthology.orchestra.run.smithi032.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T04:26:27.710 INFO:teuthology.orchestra.run.smithi032.stdout:Device: 5h/5d Inode: 906 Links: 1 2024-09-21T04:26:27.710 INFO:teuthology.orchestra.run.smithi032.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T04:26:27.710 INFO:teuthology.orchestra.run.smithi032.stdout:Access: 2024-09-21 04:15:50.813687105 +0000 2024-09-21T04:26:27.710 INFO:teuthology.orchestra.run.smithi032.stdout:Modify: 2024-09-21 04:15:50.537697298 +0000 2024-09-21T04:26:27.710 INFO:teuthology.orchestra.run.smithi032.stdout:Change: 2024-09-21 04:15:50.537697298 +0000 2024-09-21T04:26:27.710 INFO:teuthology.orchestra.run.smithi032.stdout: Birth: - 2024-09-21T04:26:27.711 DEBUG:teuthology.orchestra.run.smithi032:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-21T04:26:27.766 INFO:teuthology.orchestra.run.smithi032.stderr:1+0 records in 2024-09-21T04:26:27.766 INFO:teuthology.orchestra.run.smithi032.stderr:1+0 records out 2024-09-21T04:26:27.766 INFO:teuthology.orchestra.run.smithi032.stderr:512 bytes copied, 0.000152633 s, 3.4 MB/s 2024-09-21T04:26:27.767 DEBUG:teuthology.orchestra.run.smithi032:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-21T04:26:27.815 DEBUG:teuthology.orchestra.run.smithi032:> stat /dev/vg_nvme/lv_3 2024-09-21T04:26:27.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:27 smithi204 bash[23242]: cephadm 2024-09-21T04:26:25.803133+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Deploying daemon mgr.b on smithi032 2024-09-21T04:26:27.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:27 smithi204 bash[23242]: cephadm 2024-09-21T04:26:25.803133+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Deploying daemon mgr.b on smithi032 2024-09-21T04:26:27.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:27 smithi204 bash[23242]: cluster 2024-09-21T04:26:26.037496+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:27.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:27 smithi204 bash[23242]: cluster 2024-09-21T04:26:26.037496+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:27.862 INFO:teuthology.orchestra.run.smithi032.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-21T04:26:27.863 INFO:teuthology.orchestra.run.smithi032.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T04:26:27.863 INFO:teuthology.orchestra.run.smithi032.stdout:Device: 5h/5d Inode: 916 Links: 1 2024-09-21T04:26:27.863 INFO:teuthology.orchestra.run.smithi032.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T04:26:27.863 INFO:teuthology.orchestra.run.smithi032.stdout:Access: 2024-09-21 04:15:51.065677798 +0000 2024-09-21T04:26:27.863 INFO:teuthology.orchestra.run.smithi032.stdout:Modify: 2024-09-21 04:15:51.061677946 +0000 2024-09-21T04:26:27.863 INFO:teuthology.orchestra.run.smithi032.stdout:Change: 2024-09-21 04:15:51.061677946 +0000 2024-09-21T04:26:27.863 INFO:teuthology.orchestra.run.smithi032.stdout: Birth: - 2024-09-21T04:26:27.863 DEBUG:teuthology.orchestra.run.smithi032:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-21T04:26:27.885 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:27 smithi032 bash[23468]: cephadm 2024-09-21T04:26:25.803133+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Deploying daemon mgr.b on smithi032 2024-09-21T04:26:27.885 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:27 smithi032 bash[23468]: cephadm 2024-09-21T04:26:25.803133+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Deploying daemon mgr.b on smithi032 2024-09-21T04:26:27.885 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:27 smithi032 bash[23468]: cluster 2024-09-21T04:26:26.037496+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:27.885 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:27 smithi032 bash[23468]: cluster 2024-09-21T04:26:26.037496+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:27.895 INFO:teuthology.orchestra.run.smithi032.stderr:1+0 records in 2024-09-21T04:26:27.895 INFO:teuthology.orchestra.run.smithi032.stderr:1+0 records out 2024-09-21T04:26:27.895 INFO:teuthology.orchestra.run.smithi032.stderr:512 bytes copied, 0.000292744 s, 1.7 MB/s 2024-09-21T04:26:27.896 DEBUG:teuthology.orchestra.run.smithi032:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-21T04:26:27.944 DEBUG:teuthology.orchestra.run.smithi032:> stat /dev/vg_nvme/lv_4 2024-09-21T04:26:27.991 INFO:teuthology.orchestra.run.smithi032.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-21T04:26:27.991 INFO:teuthology.orchestra.run.smithi032.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T04:26:27.991 INFO:teuthology.orchestra.run.smithi032.stdout:Device: 5h/5d Inode: 939 Links: 1 2024-09-21T04:26:27.991 INFO:teuthology.orchestra.run.smithi032.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T04:26:27.991 INFO:teuthology.orchestra.run.smithi032.stdout:Access: 2024-09-21 04:15:51.829649582 +0000 2024-09-21T04:26:27.991 INFO:teuthology.orchestra.run.smithi032.stdout:Modify: 2024-09-21 04:15:51.565659332 +0000 2024-09-21T04:26:27.991 INFO:teuthology.orchestra.run.smithi032.stdout:Change: 2024-09-21 04:15:51.565659332 +0000 2024-09-21T04:26:27.991 INFO:teuthology.orchestra.run.smithi032.stdout: Birth: - 2024-09-21T04:26:27.992 DEBUG:teuthology.orchestra.run.smithi032:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-21T04:26:28.045 INFO:teuthology.orchestra.run.smithi032.stderr:1+0 records in 2024-09-21T04:26:28.045 INFO:teuthology.orchestra.run.smithi032.stderr:1+0 records out 2024-09-21T04:26:28.045 INFO:teuthology.orchestra.run.smithi032.stderr:512 bytes copied, 0.000318443 s, 1.6 MB/s 2024-09-21T04:26:28.046 DEBUG:teuthology.orchestra.run.smithi032:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-21T04:26:28.096 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-09-21T04:26:28.096 DEBUG:teuthology.orchestra.run.smithi204:> dd if=/scratch_devs of=/dev/stdout 2024-09-21T04:26:28.102 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-21T04:26:28.102 DEBUG:teuthology.orchestra.run.smithi204:> stat /dev/vg_nvme/lv_1 2024-09-21T04:26:28.149 INFO:teuthology.orchestra.run.smithi204.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-21T04:26:28.149 INFO:teuthology.orchestra.run.smithi204.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T04:26:28.149 INFO:teuthology.orchestra.run.smithi204.stdout:Device: 5h/5d Inode: 880 Links: 1 2024-09-21T04:26:28.149 INFO:teuthology.orchestra.run.smithi204.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T04:26:28.149 INFO:teuthology.orchestra.run.smithi204.stdout:Access: 2024-09-21 04:15:46.576953730 +0000 2024-09-21T04:26:28.149 INFO:teuthology.orchestra.run.smithi204.stdout:Modify: 2024-09-21 04:15:46.336955875 +0000 2024-09-21T04:26:28.149 INFO:teuthology.orchestra.run.smithi204.stdout:Change: 2024-09-21 04:15:46.336955875 +0000 2024-09-21T04:26:28.149 INFO:teuthology.orchestra.run.smithi204.stdout: Birth: - 2024-09-21T04:26:28.149 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-21T04:26:28.203 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records in 2024-09-21T04:26:28.203 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records out 2024-09-21T04:26:28.203 INFO:teuthology.orchestra.run.smithi204.stderr:512 bytes copied, 0.000312939 s, 1.6 MB/s 2024-09-21T04:26:28.204 DEBUG:teuthology.orchestra.run.smithi204:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-21T04:26:28.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:27 smithi028 bash[22708]: cephadm 2024-09-21T04:26:25.803133+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Deploying daemon mgr.b on smithi032 2024-09-21T04:26:28.236 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:27 smithi028 bash[22708]: cephadm 2024-09-21T04:26:25.803133+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Deploying daemon mgr.b on smithi032 2024-09-21T04:26:28.236 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:27 smithi028 bash[22708]: cluster 2024-09-21T04:26:26.037496+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:28.236 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:27 smithi028 bash[22708]: cluster 2024-09-21T04:26:26.037496+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:28.254 DEBUG:teuthology.orchestra.run.smithi204:> stat /dev/vg_nvme/lv_2 2024-09-21T04:26:28.300 INFO:teuthology.orchestra.run.smithi204.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-21T04:26:28.300 INFO:teuthology.orchestra.run.smithi204.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T04:26:28.300 INFO:teuthology.orchestra.run.smithi204.stdout:Device: 5h/5d Inode: 895 Links: 1 2024-09-21T04:26:28.300 INFO:teuthology.orchestra.run.smithi204.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T04:26:28.301 INFO:teuthology.orchestra.run.smithi204.stdout:Access: 2024-09-21 04:15:47.088949158 +0000 2024-09-21T04:26:28.301 INFO:teuthology.orchestra.run.smithi204.stdout:Modify: 2024-09-21 04:15:46.820951551 +0000 2024-09-21T04:26:28.301 INFO:teuthology.orchestra.run.smithi204.stdout:Change: 2024-09-21 04:15:46.820951551 +0000 2024-09-21T04:26:28.301 INFO:teuthology.orchestra.run.smithi204.stdout: Birth: - 2024-09-21T04:26:28.301 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-21T04:26:28.353 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records in 2024-09-21T04:26:28.353 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records out 2024-09-21T04:26:28.353 INFO:teuthology.orchestra.run.smithi204.stderr:512 bytes copied, 0.000312545 s, 1.6 MB/s 2024-09-21T04:26:28.354 DEBUG:teuthology.orchestra.run.smithi204:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-21T04:26:28.401 DEBUG:teuthology.orchestra.run.smithi204:> stat /dev/vg_nvme/lv_3 2024-09-21T04:26:28.448 INFO:teuthology.orchestra.run.smithi204.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-21T04:26:28.448 INFO:teuthology.orchestra.run.smithi204.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T04:26:28.448 INFO:teuthology.orchestra.run.smithi204.stdout:Device: 5h/5d Inode: 913 Links: 1 2024-09-21T04:26:28.448 INFO:teuthology.orchestra.run.smithi204.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T04:26:28.448 INFO:teuthology.orchestra.run.smithi204.stdout:Access: 2024-09-21 04:15:47.568944869 +0000 2024-09-21T04:26:28.448 INFO:teuthology.orchestra.run.smithi204.stdout:Modify: 2024-09-21 04:15:47.340946907 +0000 2024-09-21T04:26:28.448 INFO:teuthology.orchestra.run.smithi204.stdout:Change: 2024-09-21 04:15:47.340946907 +0000 2024-09-21T04:26:28.448 INFO:teuthology.orchestra.run.smithi204.stdout: Birth: - 2024-09-21T04:26:28.448 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-21T04:26:28.503 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records in 2024-09-21T04:26:28.504 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records out 2024-09-21T04:26:28.504 INFO:teuthology.orchestra.run.smithi204.stderr:512 bytes copied, 0.000348363 s, 1.5 MB/s 2024-09-21T04:26:28.505 DEBUG:teuthology.orchestra.run.smithi204:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-21T04:26:28.554 DEBUG:teuthology.orchestra.run.smithi204:> stat /dev/vg_nvme/lv_4 2024-09-21T04:26:28.601 INFO:teuthology.orchestra.run.smithi204.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-21T04:26:28.601 INFO:teuthology.orchestra.run.smithi204.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T04:26:28.601 INFO:teuthology.orchestra.run.smithi204.stdout:Device: 5h/5d Inode: 930 Links: 1 2024-09-21T04:26:28.601 INFO:teuthology.orchestra.run.smithi204.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T04:26:28.601 INFO:teuthology.orchestra.run.smithi204.stdout:Access: 2024-09-21 04:15:48.072940368 +0000 2024-09-21T04:26:28.601 INFO:teuthology.orchestra.run.smithi204.stdout:Modify: 2024-09-21 04:15:47.816942654 +0000 2024-09-21T04:26:28.602 INFO:teuthology.orchestra.run.smithi204.stdout:Change: 2024-09-21 04:15:47.816942654 +0000 2024-09-21T04:26:28.602 INFO:teuthology.orchestra.run.smithi204.stdout: Birth: - 2024-09-21T04:26:28.602 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-21T04:26:28.655 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records in 2024-09-21T04:26:28.655 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records out 2024-09-21T04:26:28.655 INFO:teuthology.orchestra.run.smithi204.stderr:512 bytes copied, 0.000364097 s, 1.4 MB/s 2024-09-21T04:26:28.657 DEBUG:teuthology.orchestra.run.smithi204:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-21T04:26:28.705 INFO:tasks.cephadm:Deploying osd.0 on smithi028 with /dev/vg_nvme/lv_4... 2024-09-21T04:26:28.706 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fd0b2732-77d0-11ef-baf5-efdc52797490 -- lvm zap /dev/vg_nvme/lv_4 2024-09-21T04:26:28.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:28 smithi032 systemd[1]: /etc/systemd/system/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your 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-21T04:26:28.790 INFO:journalctl@ceph.mgr.b.smithi032.stdout:Sep 21 04:26:28 smithi032 systemd[1]: /etc/systemd/system/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your 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-21T04:26:28.790 INFO:journalctl@ceph.mgr.b.smithi032.stdout:Sep 21 04:26:28 smithi032 systemd[1]: /etc/systemd/system/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your 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-21T04:26:28.791 INFO:journalctl@ceph.mgr.b.smithi032.stdout:Sep 21 04:26:28 smithi032 systemd[1]: /etc/systemd/system/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your 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-21T04:26:29.290 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:28 smithi032 systemd[1]: /etc/systemd/system/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your 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-21T04:26:29.290 INFO:journalctl@ceph.mgr.b.smithi032.stdout:Sep 21 04:26:28 smithi032 systemd[1]: /etc/systemd/system/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your 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-21T04:26:29.290 INFO:journalctl@ceph.mgr.b.smithi032.stdout:Sep 21 04:26:29 smithi032 systemd[1]: Started Ceph mgr.b for fd0b2732-77d0-11ef-baf5-efdc52797490. 2024-09-21T04:26:30.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:29 smithi032 bash[23468]: cluster 2024-09-21T04:26:28.037920+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:30.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:29 smithi032 bash[23468]: cluster 2024-09-21T04:26:28.037920+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:30.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:29 smithi032 bash[23468]: audit 2024-09-21T04:26:29.127834+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:30.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:29 smithi032 bash[23468]: audit 2024-09-21T04:26:29.127834+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:30.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:29 smithi032 bash[23468]: audit 2024-09-21T04:26:29.134930+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:30.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:29 smithi032 bash[23468]: audit 2024-09-21T04:26:29.134930+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:30.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:29 smithi032 bash[23468]: audit 2024-09-21T04:26:29.142131+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:30.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:29 smithi032 bash[23468]: audit 2024-09-21T04:26:29.142131+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:30.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:29 smithi032 bash[23468]: audit 2024-09-21T04:26:29.149342+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:30.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:29 smithi032 bash[23468]: audit 2024-09-21T04:26:29.149342+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:30.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:29 smithi032 bash[23468]: audit 2024-09-21T04:26:29.200943+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:30.042 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:29 smithi032 bash[23468]: audit 2024-09-21T04:26:29.200943+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:30.042 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:29 smithi032 bash[23468]: audit 2024-09-21T04:26:29.204657+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:30.042 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:29 smithi032 bash[23468]: audit 2024-09-21T04:26:29.204657+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:30.042 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:29 smithi032 bash[23468]: audit 2024-09-21T04:26:29.206166+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:30.042 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:29 smithi032 bash[23468]: audit 2024-09-21T04:26:29.206166+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:30.042 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:29 smithi032 bash[23468]: audit 2024-09-21T04:26:29.213302+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:30.042 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:29 smithi032 bash[23468]: audit 2024-09-21T04:26:29.213302+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:30.042 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:29 smithi032 bash[23468]: audit 2024-09-21T04:26:29.245549+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T04:26:30.042 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:29 smithi032 bash[23468]: audit 2024-09-21T04:26:29.245549+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T04:26:30.042 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:29 smithi032 bash[23468]: audit 2024-09-21T04:26:29.246449+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T04:26:30.042 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:29 smithi032 bash[23468]: audit 2024-09-21T04:26:29.246449+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T04:26:30.042 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:29 smithi032 bash[23468]: audit 2024-09-21T04:26:29.247159+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:30.042 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:29 smithi032 bash[23468]: audit 2024-09-21T04:26:29.247159+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:30.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:29 smithi204 bash[23242]: cluster 2024-09-21T04:26:28.037920+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:30.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:29 smithi204 bash[23242]: cluster 2024-09-21T04:26:28.037920+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:30.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:29 smithi204 bash[23242]: audit 2024-09-21T04:26:29.127834+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:30.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:29 smithi204 bash[23242]: audit 2024-09-21T04:26:29.127834+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:30.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:29 smithi204 bash[23242]: audit 2024-09-21T04:26:29.134930+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:30.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:29 smithi204 bash[23242]: audit 2024-09-21T04:26:29.134930+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:30.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:29 smithi204 bash[23242]: audit 2024-09-21T04:26:29.142131+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:30.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:29 smithi204 bash[23242]: audit 2024-09-21T04:26:29.142131+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:30.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:29 smithi204 bash[23242]: audit 2024-09-21T04:26:29.149342+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:30.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:29 smithi204 bash[23242]: audit 2024-09-21T04:26:29.149342+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:30.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:29 smithi204 bash[23242]: audit 2024-09-21T04:26:29.200943+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:30.076 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:29 smithi204 bash[23242]: audit 2024-09-21T04:26:29.200943+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:30.076 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:29 smithi204 bash[23242]: audit 2024-09-21T04:26:29.204657+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:30.076 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:29 smithi204 bash[23242]: audit 2024-09-21T04:26:29.204657+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:30.076 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:29 smithi204 bash[23242]: audit 2024-09-21T04:26:29.206166+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:30.076 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:29 smithi204 bash[23242]: audit 2024-09-21T04:26:29.206166+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:30.076 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:29 smithi204 bash[23242]: audit 2024-09-21T04:26:29.213302+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:30.076 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:29 smithi204 bash[23242]: audit 2024-09-21T04:26:29.213302+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:30.076 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:29 smithi204 bash[23242]: audit 2024-09-21T04:26:29.245549+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T04:26:30.076 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:29 smithi204 bash[23242]: audit 2024-09-21T04:26:29.245549+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T04:26:30.076 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:29 smithi204 bash[23242]: audit 2024-09-21T04:26:29.246449+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T04:26:30.076 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:29 smithi204 bash[23242]: audit 2024-09-21T04:26:29.246449+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T04:26:30.076 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:29 smithi204 bash[23242]: audit 2024-09-21T04:26:29.247159+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:30.076 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:29 smithi204 bash[23242]: audit 2024-09-21T04:26:29.247159+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:30.136 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:29 smithi028 bash[22708]: cluster 2024-09-21T04:26:28.037920+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:30.136 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:29 smithi028 bash[22708]: cluster 2024-09-21T04:26:28.037920+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:30.136 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:29 smithi028 bash[22708]: audit 2024-09-21T04:26:29.127834+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:30.136 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:29 smithi028 bash[22708]: audit 2024-09-21T04:26:29.127834+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:30.136 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:29 smithi028 bash[22708]: audit 2024-09-21T04:26:29.134930+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:30.136 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:29 smithi028 bash[22708]: audit 2024-09-21T04:26:29.134930+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:30.136 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:29 smithi028 bash[22708]: audit 2024-09-21T04:26:29.142131+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:30.136 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:29 smithi028 bash[22708]: audit 2024-09-21T04:26:29.142131+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:30.136 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:29 smithi028 bash[22708]: audit 2024-09-21T04:26:29.149342+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:30.136 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:29 smithi028 bash[22708]: audit 2024-09-21T04:26:29.149342+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:30.137 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:29 smithi028 bash[22708]: audit 2024-09-21T04:26:29.200943+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:30.137 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:29 smithi028 bash[22708]: audit 2024-09-21T04:26:29.200943+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:30.137 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:29 smithi028 bash[22708]: audit 2024-09-21T04:26:29.204657+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:30.137 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:29 smithi028 bash[22708]: audit 2024-09-21T04:26:29.204657+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:30.137 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:29 smithi028 bash[22708]: audit 2024-09-21T04:26:29.206166+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:30.137 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:29 smithi028 bash[22708]: audit 2024-09-21T04:26:29.206166+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:30.137 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:29 smithi028 bash[22708]: audit 2024-09-21T04:26:29.213302+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:30.137 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:29 smithi028 bash[22708]: audit 2024-09-21T04:26:29.213302+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:30.137 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:29 smithi028 bash[22708]: audit 2024-09-21T04:26:29.245549+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T04:26:30.137 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:29 smithi028 bash[22708]: audit 2024-09-21T04:26:29.245549+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T04:26:30.137 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:29 smithi028 bash[22708]: audit 2024-09-21T04:26:29.246449+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T04:26:30.137 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:29 smithi028 bash[22708]: audit 2024-09-21T04:26:29.246449+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T04:26:30.137 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:29 smithi028 bash[22708]: audit 2024-09-21T04:26:29.247159+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:30.137 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:29 smithi028 bash[22708]: audit 2024-09-21T04:26:29.247159+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:30.782 INFO:journalctl@ceph.mgr.b.smithi032.stdout:Sep 21 04:26:30 smithi032 bash[24245]: debug 2024-09-21T04:26:30.457+0000 7f56ce956640 1 -- 172.21.15.32:0/2514996404 <== mon.2 v2:172.21.15.32:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x562e826790e0 con 0x562e8267b800 2024-09-21T04:26:31.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:30 smithi032 bash[23468]: cephadm 2024-09-21T04:26:29.213806+0000 mgr.a (mgr.14152) 111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T04:26:31.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:30 smithi032 bash[23468]: cephadm 2024-09-21T04:26:29.213806+0000 mgr.a (mgr.14152) 111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T04:26:31.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:30 smithi032 bash[23468]: cephadm 2024-09-21T04:26:29.245143+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-09-21T04:26:31.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:30 smithi032 bash[23468]: cephadm 2024-09-21T04:26:29.245143+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-09-21T04:26:31.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:30 smithi032 bash[23468]: cephadm 2024-09-21T04:26:29.248006+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Reconfiguring daemon mgr.a on smithi028 2024-09-21T04:26:31.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:30 smithi032 bash[23468]: cephadm 2024-09-21T04:26:29.248006+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Reconfiguring daemon mgr.a on smithi028 2024-09-21T04:26:31.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:30 smithi204 bash[23242]: cephadm 2024-09-21T04:26:29.213806+0000 mgr.a (mgr.14152) 111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T04:26:31.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:30 smithi204 bash[23242]: cephadm 2024-09-21T04:26:29.213806+0000 mgr.a (mgr.14152) 111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T04:26:31.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:30 smithi204 bash[23242]: cephadm 2024-09-21T04:26:29.245143+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-09-21T04:26:31.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:30 smithi204 bash[23242]: cephadm 2024-09-21T04:26:29.245143+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-09-21T04:26:31.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:30 smithi204 bash[23242]: cephadm 2024-09-21T04:26:29.248006+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Reconfiguring daemon mgr.a on smithi028 2024-09-21T04:26:31.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:30 smithi204 bash[23242]: cephadm 2024-09-21T04:26:29.248006+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Reconfiguring daemon mgr.a on smithi028 2024-09-21T04:26:31.236 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:30 smithi028 bash[22708]: cephadm 2024-09-21T04:26:29.213806+0000 mgr.a (mgr.14152) 111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T04:26:31.236 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:30 smithi028 bash[22708]: cephadm 2024-09-21T04:26:29.213806+0000 mgr.a (mgr.14152) 111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T04:26:31.236 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:30 smithi028 bash[22708]: cephadm 2024-09-21T04:26:29.245143+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-09-21T04:26:31.236 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:30 smithi028 bash[22708]: cephadm 2024-09-21T04:26:29.245143+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-09-21T04:26:31.236 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:30 smithi028 bash[22708]: cephadm 2024-09-21T04:26:29.248006+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Reconfiguring daemon mgr.a on smithi028 2024-09-21T04:26:31.236 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:30 smithi028 bash[22708]: cephadm 2024-09-21T04:26:29.248006+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Reconfiguring daemon mgr.a on smithi028 2024-09-21T04:26:32.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:31 smithi032 bash[23468]: cluster 2024-09-21T04:26:30.038325+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:32.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:31 smithi032 bash[23468]: cluster 2024-09-21T04:26:30.038325+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:32.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:31 smithi032 bash[23468]: audit 2024-09-21T04:26:31.320452+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:32.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:31 smithi032 bash[23468]: audit 2024-09-21T04:26:31.320452+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:32.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:31 smithi032 bash[23468]: audit 2024-09-21T04:26:31.326653+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:32.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:31 smithi032 bash[23468]: audit 2024-09-21T04:26:31.326653+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:32.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:31 smithi032 bash[23468]: audit 2024-09-21T04:26:31.335875+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:32.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:31 smithi032 bash[23468]: audit 2024-09-21T04:26:31.335875+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:32.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:31 smithi204 bash[23242]: cluster 2024-09-21T04:26:30.038325+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:32.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:31 smithi204 bash[23242]: cluster 2024-09-21T04:26:30.038325+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:32.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:31 smithi204 bash[23242]: audit 2024-09-21T04:26:31.320452+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:32.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:31 smithi204 bash[23242]: audit 2024-09-21T04:26:31.320452+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:32.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:31 smithi204 bash[23242]: audit 2024-09-21T04:26:31.326653+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:32.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:31 smithi204 bash[23242]: audit 2024-09-21T04:26:31.326653+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:32.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:31 smithi204 bash[23242]: audit 2024-09-21T04:26:31.335875+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:32.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:31 smithi204 bash[23242]: audit 2024-09-21T04:26:31.335875+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:32.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:31 smithi028 bash[22708]: cluster 2024-09-21T04:26:30.038325+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:32.236 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:31 smithi028 bash[22708]: cluster 2024-09-21T04:26:30.038325+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:32.236 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:31 smithi028 bash[22708]: audit 2024-09-21T04:26:31.320452+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:32.236 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:31 smithi028 bash[22708]: audit 2024-09-21T04:26:31.320452+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:32.236 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:31 smithi028 bash[22708]: audit 2024-09-21T04:26:31.326653+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:32.236 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:31 smithi028 bash[22708]: audit 2024-09-21T04:26:31.326653+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:32.236 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:31 smithi028 bash[22708]: audit 2024-09-21T04:26:31.335875+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:32.236 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:31 smithi028 bash[22708]: audit 2024-09-21T04:26:31.335875+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:32.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:32 smithi028 bash[22708]: cluster 2024-09-21T04:26:32.038744+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:32.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:32 smithi028 bash[22708]: cluster 2024-09-21T04:26:32.038744+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:33.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:32 smithi204 bash[23242]: cluster 2024-09-21T04:26:32.038744+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:33.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:32 smithi204 bash[23242]: cluster 2024-09-21T04:26:32.038744+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:33.290 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:32 smithi032 bash[23468]: cluster 2024-09-21T04:26:32.038744+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:33.290 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:32 smithi032 bash[23468]: cluster 2024-09-21T04:26:32.038744+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:33.847 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T04:26:34.236 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:33 smithi028 bash[22708]: audit 2024-09-21T04:26:32.959105+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:34.236 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:33 smithi028 bash[22708]: audit 2024-09-21T04:26:32.959105+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:34.236 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:33 smithi028 bash[22708]: audit 2024-09-21T04:26:32.963449+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:34.236 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:34 smithi028 bash[22708]: audit 2024-09-21T04:26:32.963449+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:34.236 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:34 smithi028 bash[22708]: audit 2024-09-21T04:26:32.969965+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:34.236 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:34 smithi028 bash[22708]: audit 2024-09-21T04:26:32.969965+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:34.236 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:34 smithi028 bash[22708]: audit 2024-09-21T04:26:32.973806+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:34.236 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:34 smithi028 bash[22708]: audit 2024-09-21T04:26:32.973806+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:34.237 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:34 smithi028 bash[22708]: audit 2024-09-21T04:26:32.978566+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:34.237 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:34 smithi028 bash[22708]: audit 2024-09-21T04:26:32.978566+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:34.237 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:34 smithi028 bash[22708]: audit 2024-09-21T04:26:32.980202+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:34.237 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:34 smithi028 bash[22708]: audit 2024-09-21T04:26:32.980202+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:34.237 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:34 smithi028 bash[22708]: audit 2024-09-21T04:26:32.988315+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:34.237 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:34 smithi028 bash[22708]: audit 2024-09-21T04:26:32.988315+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:34.237 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:34 smithi028 bash[22708]: cephadm 2024-09-21T04:26:32.989251+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T04:26:34.237 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:34 smithi028 bash[22708]: cephadm 2024-09-21T04:26:32.989251+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T04:26:34.290 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:33 smithi032 bash[23468]: audit 2024-09-21T04:26:32.959105+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:34.290 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:33 smithi032 bash[23468]: audit 2024-09-21T04:26:32.959105+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:34.291 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:33 smithi032 bash[23468]: audit 2024-09-21T04:26:32.963449+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:34.291 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:33 smithi032 bash[23468]: audit 2024-09-21T04:26:32.963449+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:34.291 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:33 smithi032 bash[23468]: audit 2024-09-21T04:26:32.969965+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:34.291 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:33 smithi032 bash[23468]: audit 2024-09-21T04:26:32.969965+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:34.291 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:33 smithi032 bash[23468]: audit 2024-09-21T04:26:32.973806+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:34.291 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:33 smithi032 bash[23468]: audit 2024-09-21T04:26:32.973806+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:34.291 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:33 smithi032 bash[23468]: audit 2024-09-21T04:26:32.978566+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:34.291 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:33 smithi032 bash[23468]: audit 2024-09-21T04:26:32.978566+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:34.291 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:33 smithi032 bash[23468]: audit 2024-09-21T04:26:32.980202+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:34.291 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:33 smithi032 bash[23468]: audit 2024-09-21T04:26:32.980202+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:34.291 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:33 smithi032 bash[23468]: audit 2024-09-21T04:26:32.988315+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:34.291 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:33 smithi032 bash[23468]: audit 2024-09-21T04:26:32.988315+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:34.291 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:33 smithi032 bash[23468]: cephadm 2024-09-21T04:26:32.989251+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T04:26:34.291 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:33 smithi032 bash[23468]: cephadm 2024-09-21T04:26:32.989251+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T04:26:34.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:33 smithi204 bash[23242]: audit 2024-09-21T04:26:32.959105+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:34.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:33 smithi204 bash[23242]: audit 2024-09-21T04:26:32.959105+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:34.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:33 smithi204 bash[23242]: audit 2024-09-21T04:26:32.963449+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:34.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:33 smithi204 bash[23242]: audit 2024-09-21T04:26:32.963449+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:34.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:33 smithi204 bash[23242]: audit 2024-09-21T04:26:32.969965+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:34.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:33 smithi204 bash[23242]: audit 2024-09-21T04:26:32.969965+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:34.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:33 smithi204 bash[23242]: audit 2024-09-21T04:26:32.973806+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:34.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:33 smithi204 bash[23242]: audit 2024-09-21T04:26:32.973806+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:34.325 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:33 smithi204 bash[23242]: audit 2024-09-21T04:26:32.978566+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:34.325 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:33 smithi204 bash[23242]: audit 2024-09-21T04:26:32.978566+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:34.325 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:33 smithi204 bash[23242]: audit 2024-09-21T04:26:32.980202+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:34.325 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:33 smithi204 bash[23242]: audit 2024-09-21T04:26:32.980202+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:34.325 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:33 smithi204 bash[23242]: audit 2024-09-21T04:26:32.988315+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:34.325 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:33 smithi204 bash[23242]: audit 2024-09-21T04:26:32.988315+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:34.325 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:33 smithi204 bash[23242]: cephadm 2024-09-21T04:26:32.989251+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T04:26:34.325 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:33 smithi204 bash[23242]: cephadm 2024-09-21T04:26:32.989251+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T04:26:35.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:35 smithi028 bash[22708]: cluster 2024-09-21T04:26:34.039165+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:35.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:35 smithi028 bash[22708]: cluster 2024-09-21T04:26:34.039165+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:35.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:35 smithi028 bash[22708]: audit 2024-09-21T04:26:34.637945+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:35.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:35 smithi028 bash[22708]: audit 2024-09-21T04:26:34.637945+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:36.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:35 smithi032 bash[23468]: cluster 2024-09-21T04:26:34.039165+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:36.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:35 smithi032 bash[23468]: cluster 2024-09-21T04:26:34.039165+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:36.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:35 smithi032 bash[23468]: audit 2024-09-21T04:26:34.637945+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:36.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:35 smithi032 bash[23468]: audit 2024-09-21T04:26:34.637945+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:36.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:35 smithi204 bash[23242]: cluster 2024-09-21T04:26:34.039165+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:36.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:35 smithi204 bash[23242]: cluster 2024-09-21T04:26:34.039165+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:36.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:35 smithi204 bash[23242]: audit 2024-09-21T04:26:34.637945+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:36.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:35 smithi204 bash[23242]: audit 2024-09-21T04:26:34.637945+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:36.975 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:36 smithi032 bash[23468]: audit 2024-09-21T04:26:35.664837+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:36.975 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:36 smithi032 bash[23468]: audit 2024-09-21T04:26:35.664837+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:36.976 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:36 smithi032 bash[23468]: audit 2024-09-21T04:26:35.670429+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:36.976 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:36 smithi032 bash[23468]: audit 2024-09-21T04:26:35.670429+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:36.976 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:36 smithi032 bash[23468]: audit 2024-09-21T04:26:35.676195+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:36.976 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:36 smithi032 bash[23468]: audit 2024-09-21T04:26:35.676195+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:36.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:36 smithi028 bash[22708]: audit 2024-09-21T04:26:35.664837+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:36.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:36 smithi028 bash[22708]: audit 2024-09-21T04:26:35.664837+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:36.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:36 smithi028 bash[22708]: audit 2024-09-21T04:26:35.670429+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:36.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:36 smithi028 bash[22708]: audit 2024-09-21T04:26:35.670429+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:36.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:36 smithi028 bash[22708]: audit 2024-09-21T04:26:35.676195+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:36.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:36 smithi028 bash[22708]: audit 2024-09-21T04:26:35.676195+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:37.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:36 smithi204 bash[23242]: audit 2024-09-21T04:26:35.664837+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:37.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:36 smithi204 bash[23242]: audit 2024-09-21T04:26:35.664837+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:37.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:36 smithi204 bash[23242]: audit 2024-09-21T04:26:35.670429+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:37.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:36 smithi204 bash[23242]: audit 2024-09-21T04:26:35.670429+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:37.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:36 smithi204 bash[23242]: audit 2024-09-21T04:26:35.676195+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:37.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:36 smithi204 bash[23242]: audit 2024-09-21T04:26:35.676195+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:37.952 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:37 smithi032 bash[23468]: cluster 2024-09-21T04:26:36.039607+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:37.952 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:37 smithi032 bash[23468]: cluster 2024-09-21T04:26:36.039607+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:37.952 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:37 smithi032 bash[23468]: cluster 2024-09-21T04:26:36.855672+0000 mon.a (mon.0) 369 : cluster [DBG] Standby manager daemon b started 2024-09-21T04:26:37.952 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:37 smithi032 bash[23468]: cluster 2024-09-21T04:26:36.855672+0000 mon.a (mon.0) 369 : cluster [DBG] Standby manager daemon b started 2024-09-21T04:26:37.952 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:37 smithi032 bash[23468]: audit 2024-09-21T04:26:36.856433+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.32:0/1829895319' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-21T04:26:37.952 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:37 smithi032 bash[23468]: audit 2024-09-21T04:26:36.856433+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.32:0/1829895319' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-21T04:26:37.952 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:37 smithi032 bash[23468]: audit 2024-09-21T04:26:36.856775+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.32:0/1829895319' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-21T04:26:37.952 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:37 smithi032 bash[23468]: audit 2024-09-21T04:26:36.856775+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.32:0/1829895319' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-21T04:26:37.952 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:37 smithi032 bash[23468]: audit 2024-09-21T04:26:36.857547+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.32:0/1829895319' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-21T04:26:37.952 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:37 smithi032 bash[23468]: audit 2024-09-21T04:26:36.857547+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.32:0/1829895319' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-21T04:26:37.952 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:37 smithi032 bash[23468]: audit 2024-09-21T04:26:36.857801+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.32:0/1829895319' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-21T04:26:37.952 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:37 smithi032 bash[23468]: audit 2024-09-21T04:26:36.857801+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.32:0/1829895319' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-21T04:26:37.952 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:37 smithi032 bash[23468]: audit 2024-09-21T04:26:37.540702+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:37.953 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:37 smithi032 bash[23468]: audit 2024-09-21T04:26:37.540702+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:37.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:37 smithi028 bash[22708]: cluster 2024-09-21T04:26:36.039607+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:37.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:37 smithi028 bash[22708]: cluster 2024-09-21T04:26:36.039607+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:37.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:37 smithi028 bash[22708]: cluster 2024-09-21T04:26:36.855672+0000 mon.a (mon.0) 369 : cluster [DBG] Standby manager daemon b started 2024-09-21T04:26:37.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:37 smithi028 bash[22708]: cluster 2024-09-21T04:26:36.855672+0000 mon.a (mon.0) 369 : cluster [DBG] Standby manager daemon b started 2024-09-21T04:26:37.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:37 smithi028 bash[22708]: audit 2024-09-21T04:26:36.856433+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.32:0/1829895319' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-21T04:26:37.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:37 smithi028 bash[22708]: audit 2024-09-21T04:26:36.856433+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.32:0/1829895319' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-21T04:26:37.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:37 smithi028 bash[22708]: audit 2024-09-21T04:26:36.856775+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.32:0/1829895319' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-21T04:26:37.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:37 smithi028 bash[22708]: audit 2024-09-21T04:26:36.856775+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.32:0/1829895319' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-21T04:26:37.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:37 smithi028 bash[22708]: audit 2024-09-21T04:26:36.857547+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.32:0/1829895319' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-21T04:26:37.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:37 smithi028 bash[22708]: audit 2024-09-21T04:26:36.857547+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.32:0/1829895319' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-21T04:26:37.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:37 smithi028 bash[22708]: audit 2024-09-21T04:26:36.857801+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.32:0/1829895319' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-21T04:26:37.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:37 smithi028 bash[22708]: audit 2024-09-21T04:26:36.857801+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.32:0/1829895319' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-21T04:26:37.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:37 smithi028 bash[22708]: audit 2024-09-21T04:26:37.540702+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:37.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:37 smithi028 bash[22708]: audit 2024-09-21T04:26:37.540702+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:38.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:37 smithi204 bash[23242]: cluster 2024-09-21T04:26:36.039607+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:38.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:37 smithi204 bash[23242]: cluster 2024-09-21T04:26:36.039607+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:38.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:37 smithi204 bash[23242]: cluster 2024-09-21T04:26:36.855672+0000 mon.a (mon.0) 369 : cluster [DBG] Standby manager daemon b started 2024-09-21T04:26:38.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:37 smithi204 bash[23242]: cluster 2024-09-21T04:26:36.855672+0000 mon.a (mon.0) 369 : cluster [DBG] Standby manager daemon b started 2024-09-21T04:26:38.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:37 smithi204 bash[23242]: audit 2024-09-21T04:26:36.856433+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.32:0/1829895319' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-21T04:26:38.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:37 smithi204 bash[23242]: audit 2024-09-21T04:26:36.856433+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.32:0/1829895319' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-21T04:26:38.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:37 smithi204 bash[23242]: audit 2024-09-21T04:26:36.856775+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.32:0/1829895319' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-21T04:26:38.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:37 smithi204 bash[23242]: audit 2024-09-21T04:26:36.856775+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.32:0/1829895319' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-21T04:26:38.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:37 smithi204 bash[23242]: audit 2024-09-21T04:26:36.857547+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.32:0/1829895319' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-21T04:26:38.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:37 smithi204 bash[23242]: audit 2024-09-21T04:26:36.857547+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.32:0/1829895319' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-21T04:26:38.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:37 smithi204 bash[23242]: audit 2024-09-21T04:26:36.857801+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.32:0/1829895319' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-21T04:26:38.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:37 smithi204 bash[23242]: audit 2024-09-21T04:26:36.857801+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.32:0/1829895319' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-21T04:26:38.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:37 smithi204 bash[23242]: audit 2024-09-21T04:26:37.540702+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:38.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:37 smithi204 bash[23242]: audit 2024-09-21T04:26:37.540702+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:38.101 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-21T04:26:38.152 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fd0b2732-77d0-11ef-baf5-efdc52797490 -- ceph orch daemon add osd smithi028:vg_nvme/lv_4 2024-09-21T04:26:38.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:38 smithi028 bash[22708]: cluster 2024-09-21T04:26:37.696350+0000 mon.a (mon.0) 371 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-09-21T04:26:38.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:38 smithi028 bash[22708]: cluster 2024-09-21T04:26:37.696350+0000 mon.a (mon.0) 371 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-09-21T04:26:38.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:38 smithi028 bash[22708]: audit 2024-09-21T04:26:37.696525+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-21T04:26:38.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:38 smithi028 bash[22708]: audit 2024-09-21T04:26:37.696525+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-21T04:26:38.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:38 smithi028 bash[22708]: audit 2024-09-21T04:26:38.296525+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:38.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:38 smithi028 bash[22708]: audit 2024-09-21T04:26:38.296525+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:39.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:38 smithi032 bash[23468]: cluster 2024-09-21T04:26:37.696350+0000 mon.a (mon.0) 371 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-09-21T04:26:39.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:38 smithi032 bash[23468]: cluster 2024-09-21T04:26:37.696350+0000 mon.a (mon.0) 371 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-09-21T04:26:39.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:38 smithi032 bash[23468]: audit 2024-09-21T04:26:37.696525+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-21T04:26:39.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:38 smithi032 bash[23468]: audit 2024-09-21T04:26:37.696525+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-21T04:26:39.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:38 smithi032 bash[23468]: audit 2024-09-21T04:26:38.296525+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:39.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:38 smithi032 bash[23468]: audit 2024-09-21T04:26:38.296525+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:39.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:38 smithi204 bash[23242]: cluster 2024-09-21T04:26:37.696350+0000 mon.a (mon.0) 371 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-09-21T04:26:39.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:38 smithi204 bash[23242]: cluster 2024-09-21T04:26:37.696350+0000 mon.a (mon.0) 371 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-09-21T04:26:39.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:38 smithi204 bash[23242]: audit 2024-09-21T04:26:37.696525+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-21T04:26:39.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:38 smithi204 bash[23242]: audit 2024-09-21T04:26:37.696525+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-21T04:26:39.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:38 smithi204 bash[23242]: audit 2024-09-21T04:26:38.296525+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:39.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:38 smithi204 bash[23242]: audit 2024-09-21T04:26:38.296525+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:39.981 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:39 smithi032 bash[23468]: cluster 2024-09-21T04:26:38.040057+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-21T04:26:39.981 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:39 smithi032 bash[23468]: cluster 2024-09-21T04:26:38.040057+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-21T04:26:39.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:39 smithi028 bash[22708]: cluster 2024-09-21T04:26:38.040057+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-21T04:26:39.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:39 smithi028 bash[22708]: cluster 2024-09-21T04:26:38.040057+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-21T04:26:40.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:39 smithi204 bash[23242]: cluster 2024-09-21T04:26:38.040057+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-21T04:26:40.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:39 smithi204 bash[23242]: cluster 2024-09-21T04:26:38.040057+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-21T04:26:41.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:41 smithi028 bash[22708]: cluster 2024-09-21T04:26:40.040461+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-21T04:26:41.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:41 smithi028 bash[22708]: cluster 2024-09-21T04:26:40.040461+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-21T04:26:41.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:41 smithi028 bash[22708]: audit 2024-09-21T04:26:40.146473+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:41.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:41 smithi028 bash[22708]: audit 2024-09-21T04:26:40.146473+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:41.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:41 smithi028 bash[22708]: audit 2024-09-21T04:26:40.153904+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:41.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:41 smithi028 bash[22708]: audit 2024-09-21T04:26:40.153904+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:41.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:41 smithi028 bash[22708]: audit 2024-09-21T04:26:40.158504+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:41.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:41 smithi028 bash[22708]: audit 2024-09-21T04:26:40.158504+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:41.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:41 smithi028 bash[22708]: audit 2024-09-21T04:26:40.163647+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:41.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:41 smithi028 bash[22708]: audit 2024-09-21T04:26:40.163647+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:41.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:41 smithi028 bash[22708]: audit 2024-09-21T04:26:40.164374+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:41.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:41 smithi028 bash[22708]: audit 2024-09-21T04:26:40.164374+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:41.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:41 smithi028 bash[22708]: audit 2024-09-21T04:26:40.166424+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:41.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:41 smithi028 bash[22708]: audit 2024-09-21T04:26:40.166424+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:41.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:41 smithi028 bash[22708]: audit 2024-09-21T04:26:40.176007+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:41.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:41 smithi028 bash[22708]: audit 2024-09-21T04:26:40.176007+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:41.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:41 smithi032 bash[23468]: cluster 2024-09-21T04:26:40.040461+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-21T04:26:41.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:41 smithi032 bash[23468]: cluster 2024-09-21T04:26:40.040461+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-21T04:26:41.541 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:41 smithi032 bash[23468]: audit 2024-09-21T04:26:40.146473+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:41.541 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:41 smithi032 bash[23468]: audit 2024-09-21T04:26:40.146473+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:41.541 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:41 smithi032 bash[23468]: audit 2024-09-21T04:26:40.153904+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:41.541 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:41 smithi032 bash[23468]: audit 2024-09-21T04:26:40.153904+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:41.541 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:41 smithi032 bash[23468]: audit 2024-09-21T04:26:40.158504+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:41.541 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:41 smithi032 bash[23468]: audit 2024-09-21T04:26:40.158504+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:41.541 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:41 smithi032 bash[23468]: audit 2024-09-21T04:26:40.163647+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:41.541 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:41 smithi032 bash[23468]: audit 2024-09-21T04:26:40.163647+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:41.541 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:41 smithi032 bash[23468]: audit 2024-09-21T04:26:40.164374+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:41.541 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:41 smithi032 bash[23468]: audit 2024-09-21T04:26:40.164374+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:41.541 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:41 smithi032 bash[23468]: audit 2024-09-21T04:26:40.166424+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:41.541 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:41 smithi032 bash[23468]: audit 2024-09-21T04:26:40.166424+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:41.541 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:41 smithi032 bash[23468]: audit 2024-09-21T04:26:40.176007+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:41.541 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:41 smithi032 bash[23468]: audit 2024-09-21T04:26:40.176007+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:41.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:41 smithi204 bash[23242]: cluster 2024-09-21T04:26:40.040461+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-21T04:26:41.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:41 smithi204 bash[23242]: cluster 2024-09-21T04:26:40.040461+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-21T04:26:41.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:41 smithi204 bash[23242]: audit 2024-09-21T04:26:40.146473+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:41.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:41 smithi204 bash[23242]: audit 2024-09-21T04:26:40.146473+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:41.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:41 smithi204 bash[23242]: audit 2024-09-21T04:26:40.153904+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:41.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:41 smithi204 bash[23242]: audit 2024-09-21T04:26:40.153904+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:41.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:41 smithi204 bash[23242]: audit 2024-09-21T04:26:40.158504+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:41.575 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:41 smithi204 bash[23242]: audit 2024-09-21T04:26:40.158504+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:26:41.575 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:41 smithi204 bash[23242]: audit 2024-09-21T04:26:40.163647+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:41.575 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:41 smithi204 bash[23242]: audit 2024-09-21T04:26:40.163647+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:41.575 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:41 smithi204 bash[23242]: audit 2024-09-21T04:26:40.164374+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:41.575 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:41 smithi204 bash[23242]: audit 2024-09-21T04:26:40.164374+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:41.575 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:41 smithi204 bash[23242]: audit 2024-09-21T04:26:40.166424+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:41.575 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:41 smithi204 bash[23242]: audit 2024-09-21T04:26:40.166424+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:26:41.575 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:41 smithi204 bash[23242]: audit 2024-09-21T04:26:40.176007+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:41.575 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:41 smithi204 bash[23242]: audit 2024-09-21T04:26:40.176007+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:42.891 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T04:26:43.485 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:43 smithi028 bash[22708]: cluster 2024-09-21T04:26:42.040856+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-21T04:26:43.485 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:43 smithi028 bash[22708]: cluster 2024-09-21T04:26:42.040856+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-21T04:26:43.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:43 smithi032 bash[23468]: cluster 2024-09-21T04:26:42.040856+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-21T04:26:43.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:43 smithi032 bash[23468]: cluster 2024-09-21T04:26:42.040856+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-21T04:26:43.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:43 smithi204 bash[23242]: cluster 2024-09-21T04:26:42.040856+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-21T04:26:43.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:43 smithi204 bash[23242]: cluster 2024-09-21T04:26:42.040856+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-21T04:26:45.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:45 smithi204 bash[23242]: cluster 2024-09-21T04:26:44.041157+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-21T04:26:45.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:45 smithi204 bash[23242]: cluster 2024-09-21T04:26:44.041157+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-21T04:26:45.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:45 smithi204 bash[23242]: audit 2024-09-21T04:26:44.336737+0000 mgr.a (mgr.14152) 123 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi028:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:26:45.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:45 smithi204 bash[23242]: audit 2024-09-21T04:26:44.336737+0000 mgr.a (mgr.14152) 123 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi028:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:26:45.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:45 smithi204 bash[23242]: audit 2024-09-21T04:26:44.339569+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T04:26:45.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:45 smithi204 bash[23242]: audit 2024-09-21T04:26:44.339569+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T04:26:45.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:45 smithi204 bash[23242]: audit 2024-09-21T04:26:44.345187+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T04:26:45.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:45 smithi204 bash[23242]: audit 2024-09-21T04:26:44.345187+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T04:26:45.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:45 smithi204 bash[23242]: audit 2024-09-21T04:26:44.346512+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:45.325 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:45 smithi204 bash[23242]: audit 2024-09-21T04:26:44.346512+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:45.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:45 smithi028 bash[22708]: cluster 2024-09-21T04:26:44.041157+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-21T04:26:45.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:45 smithi028 bash[22708]: cluster 2024-09-21T04:26:44.041157+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-21T04:26:45.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:45 smithi028 bash[22708]: audit 2024-09-21T04:26:44.336737+0000 mgr.a (mgr.14152) 123 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi028:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:26:45.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:45 smithi028 bash[22708]: audit 2024-09-21T04:26:44.336737+0000 mgr.a (mgr.14152) 123 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi028:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:26:45.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:45 smithi028 bash[22708]: audit 2024-09-21T04:26:44.339569+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T04:26:45.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:45 smithi028 bash[22708]: audit 2024-09-21T04:26:44.339569+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T04:26:45.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:45 smithi028 bash[22708]: audit 2024-09-21T04:26:44.345187+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T04:26:45.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:45 smithi028 bash[22708]: audit 2024-09-21T04:26:44.345187+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T04:26:45.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:45 smithi028 bash[22708]: audit 2024-09-21T04:26:44.346512+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:45.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:45 smithi028 bash[22708]: audit 2024-09-21T04:26:44.346512+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:45.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:45 smithi032 bash[23468]: cluster 2024-09-21T04:26:44.041157+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-21T04:26:45.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:45 smithi032 bash[23468]: cluster 2024-09-21T04:26:44.041157+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-21T04:26:45.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:45 smithi032 bash[23468]: audit 2024-09-21T04:26:44.336737+0000 mgr.a (mgr.14152) 123 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi028:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:26:45.541 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:45 smithi032 bash[23468]: audit 2024-09-21T04:26:44.336737+0000 mgr.a (mgr.14152) 123 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi028:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:26:45.541 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:45 smithi032 bash[23468]: audit 2024-09-21T04:26:44.339569+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T04:26:45.541 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:45 smithi032 bash[23468]: audit 2024-09-21T04:26:44.339569+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T04:26:45.541 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:45 smithi032 bash[23468]: audit 2024-09-21T04:26:44.345187+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T04:26:45.541 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:45 smithi032 bash[23468]: audit 2024-09-21T04:26:44.345187+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T04:26:45.541 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:45 smithi032 bash[23468]: audit 2024-09-21T04:26:44.346512+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:45.541 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:45 smithi032 bash[23468]: audit 2024-09-21T04:26:44.346512+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:26:47.433 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:47 smithi028 bash[22708]: cluster 2024-09-21T04:26:46.041547+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:47.433 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:47 smithi028 bash[22708]: cluster 2024-09-21T04:26:46.041547+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:47.457 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:47 smithi204 bash[23242]: cluster 2024-09-21T04:26:46.041547+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:47.457 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:47 smithi204 bash[23242]: cluster 2024-09-21T04:26:46.041547+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:47.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:47 smithi032 bash[23468]: cluster 2024-09-21T04:26:46.041547+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:47.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:47 smithi032 bash[23468]: cluster 2024-09-21T04:26:46.041547+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:49.485 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:49 smithi028 bash[22708]: cluster 2024-09-21T04:26:48.041960+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-21T04:26:49.485 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:49 smithi028 bash[22708]: cluster 2024-09-21T04:26:48.041960+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-21T04:26:49.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:49 smithi032 bash[23468]: cluster 2024-09-21T04:26:48.041960+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-21T04:26:49.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:49 smithi032 bash[23468]: cluster 2024-09-21T04:26:48.041960+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-21T04:26:49.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:49 smithi204 bash[23242]: cluster 2024-09-21T04:26:48.041960+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-21T04:26:49.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:49 smithi204 bash[23242]: cluster 2024-09-21T04:26:48.041960+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-21T04:26:51.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:51 smithi028 bash[22708]: cluster 2024-09-21T04:26:50.042401+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-21T04:26:51.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:51 smithi028 bash[22708]: cluster 2024-09-21T04:26:50.042401+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-21T04:26:51.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:51 smithi032 bash[23468]: cluster 2024-09-21T04:26:50.042401+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-21T04:26:51.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:51 smithi032 bash[23468]: cluster 2024-09-21T04:26:50.042401+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-21T04:26:51.561 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:51 smithi204 bash[23242]: cluster 2024-09-21T04:26:50.042401+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-21T04:26:51.561 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:51 smithi204 bash[23242]: cluster 2024-09-21T04:26:50.042401+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-21T04:26:52.802 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:52 smithi028 bash[22708]: audit 2024-09-21T04:26:51.540730+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:52.803 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:52 smithi028 bash[22708]: audit 2024-09-21T04:26:51.540730+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:52.803 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:52 smithi028 bash[22708]: audit 2024-09-21T04:26:51.548366+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:52.803 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:52 smithi028 bash[22708]: audit 2024-09-21T04:26:51.548366+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:52.803 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:52 smithi028 bash[22708]: audit 2024-09-21T04:26:51.557940+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:52.803 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:52 smithi028 bash[22708]: audit 2024-09-21T04:26:51.557940+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:52.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:52 smithi204 bash[23242]: audit 2024-09-21T04:26:51.540730+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:52.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:52 smithi204 bash[23242]: audit 2024-09-21T04:26:51.540730+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:52.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:52 smithi204 bash[23242]: audit 2024-09-21T04:26:51.548366+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:52.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:52 smithi204 bash[23242]: audit 2024-09-21T04:26:51.548366+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:52.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:52 smithi204 bash[23242]: audit 2024-09-21T04:26:51.557940+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:52.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:52 smithi204 bash[23242]: audit 2024-09-21T04:26:51.557940+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:53.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:52 smithi032 bash[23468]: audit 2024-09-21T04:26:51.540730+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:53.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:52 smithi032 bash[23468]: audit 2024-09-21T04:26:51.540730+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:53.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:52 smithi032 bash[23468]: audit 2024-09-21T04:26:51.548366+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:53.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:52 smithi032 bash[23468]: audit 2024-09-21T04:26:51.548366+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:53.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:52 smithi032 bash[23468]: audit 2024-09-21T04:26:51.557940+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:53.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:52 smithi032 bash[23468]: audit 2024-09-21T04:26:51.557940+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:53.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:53 smithi032 bash[23468]: cluster 2024-09-21T04:26:52.042754+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-21T04:26:53.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:53 smithi032 bash[23468]: cluster 2024-09-21T04:26:52.042754+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-21T04:26:53.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:53 smithi204 bash[23242]: cluster 2024-09-21T04:26:52.042754+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-21T04:26:53.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:53 smithi204 bash[23242]: cluster 2024-09-21T04:26:52.042754+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-21T04:26:53.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:53 smithi028 bash[22708]: cluster 2024-09-21T04:26:52.042754+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-21T04:26:53.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:53 smithi028 bash[22708]: cluster 2024-09-21T04:26:52.042754+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-21T04:26:54.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:54 smithi032 bash[23468]: audit 2024-09-21T04:26:53.588790+0000 mon.a (mon.0) 387 : audit [INF] from='client.? 172.21.15.28:0/713483295' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "b81c2006-c68c-49d7-beab-318bde9e5478"} : dispatch 2024-09-21T04:26:54.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:54 smithi032 bash[23468]: audit 2024-09-21T04:26:53.588790+0000 mon.a (mon.0) 387 : audit [INF] from='client.? 172.21.15.28:0/713483295' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "b81c2006-c68c-49d7-beab-318bde9e5478"} : dispatch 2024-09-21T04:26:54.791 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:54 smithi032 bash[23468]: audit 2024-09-21T04:26:53.590734+0000 mon.a (mon.0) 388 : audit [INF] from='client.? 172.21.15.28:0/713483295' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b81c2006-c68c-49d7-beab-318bde9e5478"}]': finished 2024-09-21T04:26:54.791 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:54 smithi032 bash[23468]: audit 2024-09-21T04:26:53.590734+0000 mon.a (mon.0) 388 : audit [INF] from='client.? 172.21.15.28:0/713483295' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b81c2006-c68c-49d7-beab-318bde9e5478"}]': finished 2024-09-21T04:26:54.791 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:54 smithi032 bash[23468]: cluster 2024-09-21T04:26:53.595583+0000 mon.a (mon.0) 389 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-21T04:26:54.791 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:54 smithi032 bash[23468]: cluster 2024-09-21T04:26:53.595583+0000 mon.a (mon.0) 389 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-21T04:26:54.791 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:54 smithi032 bash[23468]: audit 2024-09-21T04:26:53.595922+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T04:26:54.791 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:54 smithi032 bash[23468]: audit 2024-09-21T04:26:53.595922+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T04:26:54.791 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:54 smithi032 bash[23468]: audit 2024-09-21T04:26:54.220149+0000 mon.a (mon.0) 391 : audit [DBG] from='client.? 172.21.15.28:0/1022899475' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T04:26:54.791 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:54 smithi032 bash[23468]: audit 2024-09-21T04:26:54.220149+0000 mon.a (mon.0) 391 : audit [DBG] from='client.? 172.21.15.28:0/1022899475' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T04:26:54.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:54 smithi204 bash[23242]: audit 2024-09-21T04:26:53.588790+0000 mon.a (mon.0) 387 : audit [INF] from='client.? 172.21.15.28:0/713483295' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "b81c2006-c68c-49d7-beab-318bde9e5478"} : dispatch 2024-09-21T04:26:54.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:54 smithi204 bash[23242]: audit 2024-09-21T04:26:53.588790+0000 mon.a (mon.0) 387 : audit [INF] from='client.? 172.21.15.28:0/713483295' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "b81c2006-c68c-49d7-beab-318bde9e5478"} : dispatch 2024-09-21T04:26:54.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:54 smithi204 bash[23242]: audit 2024-09-21T04:26:53.590734+0000 mon.a (mon.0) 388 : audit [INF] from='client.? 172.21.15.28:0/713483295' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b81c2006-c68c-49d7-beab-318bde9e5478"}]': finished 2024-09-21T04:26:54.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:54 smithi204 bash[23242]: audit 2024-09-21T04:26:53.590734+0000 mon.a (mon.0) 388 : audit [INF] from='client.? 172.21.15.28:0/713483295' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b81c2006-c68c-49d7-beab-318bde9e5478"}]': finished 2024-09-21T04:26:54.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:54 smithi204 bash[23242]: cluster 2024-09-21T04:26:53.595583+0000 mon.a (mon.0) 389 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-21T04:26:54.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:54 smithi204 bash[23242]: cluster 2024-09-21T04:26:53.595583+0000 mon.a (mon.0) 389 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-21T04:26:54.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:54 smithi204 bash[23242]: audit 2024-09-21T04:26:53.595922+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T04:26:54.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:54 smithi204 bash[23242]: audit 2024-09-21T04:26:53.595922+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T04:26:54.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:54 smithi204 bash[23242]: audit 2024-09-21T04:26:54.220149+0000 mon.a (mon.0) 391 : audit [DBG] from='client.? 172.21.15.28:0/1022899475' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T04:26:54.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:54 smithi204 bash[23242]: audit 2024-09-21T04:26:54.220149+0000 mon.a (mon.0) 391 : audit [DBG] from='client.? 172.21.15.28:0/1022899475' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T04:26:54.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:54 smithi028 bash[22708]: audit 2024-09-21T04:26:53.588790+0000 mon.a (mon.0) 387 : audit [INF] from='client.? 172.21.15.28:0/713483295' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "b81c2006-c68c-49d7-beab-318bde9e5478"} : dispatch 2024-09-21T04:26:54.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:54 smithi028 bash[22708]: audit 2024-09-21T04:26:53.588790+0000 mon.a (mon.0) 387 : audit [INF] from='client.? 172.21.15.28:0/713483295' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "b81c2006-c68c-49d7-beab-318bde9e5478"} : dispatch 2024-09-21T04:26:54.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:54 smithi028 bash[22708]: audit 2024-09-21T04:26:53.590734+0000 mon.a (mon.0) 388 : audit [INF] from='client.? 172.21.15.28:0/713483295' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b81c2006-c68c-49d7-beab-318bde9e5478"}]': finished 2024-09-21T04:26:54.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:54 smithi028 bash[22708]: audit 2024-09-21T04:26:53.590734+0000 mon.a (mon.0) 388 : audit [INF] from='client.? 172.21.15.28:0/713483295' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b81c2006-c68c-49d7-beab-318bde9e5478"}]': finished 2024-09-21T04:26:54.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:54 smithi028 bash[22708]: cluster 2024-09-21T04:26:53.595583+0000 mon.a (mon.0) 389 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-21T04:26:54.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:54 smithi028 bash[22708]: cluster 2024-09-21T04:26:53.595583+0000 mon.a (mon.0) 389 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-21T04:26:54.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:54 smithi028 bash[22708]: audit 2024-09-21T04:26:53.595922+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T04:26:54.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:54 smithi028 bash[22708]: audit 2024-09-21T04:26:53.595922+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T04:26:54.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:54 smithi028 bash[22708]: audit 2024-09-21T04:26:54.220149+0000 mon.a (mon.0) 391 : audit [DBG] from='client.? 172.21.15.28:0/1022899475' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T04:26:54.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:54 smithi028 bash[22708]: audit 2024-09-21T04:26:54.220149+0000 mon.a (mon.0) 391 : audit [DBG] from='client.? 172.21.15.28:0/1022899475' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T04:26:55.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:55 smithi028 bash[22708]: cluster 2024-09-21T04:26:54.043144+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:55.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:55 smithi028 bash[22708]: cluster 2024-09-21T04:26:54.043144+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:56.015 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:55 smithi032 bash[23468]: cluster 2024-09-21T04:26:54.043144+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:56.015 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:55 smithi032 bash[23468]: cluster 2024-09-21T04:26:54.043144+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:56.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:55 smithi204 bash[23242]: cluster 2024-09-21T04:26:54.043144+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:56.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:55 smithi204 bash[23242]: cluster 2024-09-21T04:26:54.043144+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:57.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:56 smithi032 bash[23468]: audit 2024-09-21T04:26:55.840858+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:57.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:56 smithi032 bash[23468]: audit 2024-09-21T04:26:55.840858+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:57.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:56 smithi032 bash[23468]: audit 2024-09-21T04:26:55.847415+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:57.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:56 smithi032 bash[23468]: audit 2024-09-21T04:26:55.847415+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:57.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:56 smithi032 bash[23468]: audit 2024-09-21T04:26:55.852409+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:57.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:56 smithi032 bash[23468]: audit 2024-09-21T04:26:55.852409+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:57.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:56 smithi032 bash[23468]: cluster 2024-09-21T04:26:56.043543+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:57.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:56 smithi032 bash[23468]: cluster 2024-09-21T04:26:56.043543+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:57.236 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:56 smithi028 bash[22708]: audit 2024-09-21T04:26:55.840858+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:57.236 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:56 smithi028 bash[22708]: audit 2024-09-21T04:26:55.840858+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:57.236 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:56 smithi028 bash[22708]: audit 2024-09-21T04:26:55.847415+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:57.236 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:56 smithi028 bash[22708]: audit 2024-09-21T04:26:55.847415+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:57.236 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:56 smithi028 bash[22708]: audit 2024-09-21T04:26:55.852409+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:57.236 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:56 smithi028 bash[22708]: audit 2024-09-21T04:26:55.852409+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:57.236 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:56 smithi028 bash[22708]: cluster 2024-09-21T04:26:56.043543+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:57.236 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:56 smithi028 bash[22708]: cluster 2024-09-21T04:26:56.043543+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:57.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:56 smithi204 bash[23242]: audit 2024-09-21T04:26:55.840858+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:57.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:56 smithi204 bash[23242]: audit 2024-09-21T04:26:55.840858+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:57.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:56 smithi204 bash[23242]: audit 2024-09-21T04:26:55.847415+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:57.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:56 smithi204 bash[23242]: audit 2024-09-21T04:26:55.847415+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:57.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:56 smithi204 bash[23242]: audit 2024-09-21T04:26:55.852409+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:57.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:56 smithi204 bash[23242]: audit 2024-09-21T04:26:55.852409+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:26:57.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:56 smithi204 bash[23242]: cluster 2024-09-21T04:26:56.043543+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:57.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:56 smithi204 bash[23242]: cluster 2024-09-21T04:26:56.043543+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:26:59.485 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:59 smithi028 bash[22708]: cluster 2024-09-21T04:26:58.044001+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-21T04:26:59.485 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:26:59 smithi028 bash[22708]: cluster 2024-09-21T04:26:58.044001+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-21T04:26:59.539 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:59 smithi032 bash[23468]: cluster 2024-09-21T04:26:58.044001+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-21T04:26:59.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:26:59 smithi032 bash[23468]: cluster 2024-09-21T04:26:58.044001+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-21T04:26:59.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:59 smithi204 bash[23242]: cluster 2024-09-21T04:26:58.044001+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-21T04:26:59.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:26:59 smithi204 bash[23242]: cluster 2024-09-21T04:26:58.044001+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-21T04:27:01.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:01 smithi028 bash[22708]: cluster 2024-09-21T04:27:00.044445+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-21T04:27:01.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:01 smithi028 bash[22708]: cluster 2024-09-21T04:27:00.044445+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-21T04:27:01.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:01 smithi028 bash[22708]: audit 2024-09-21T04:27:00.370325+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:01.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:01 smithi028 bash[22708]: audit 2024-09-21T04:27:00.370325+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:01.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:01 smithi028 bash[22708]: audit 2024-09-21T04:27:00.378209+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:01.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:01 smithi028 bash[22708]: audit 2024-09-21T04:27:00.378209+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:01.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:01 smithi028 bash[22708]: audit 2024-09-21T04:27:00.387681+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:01.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:01 smithi028 bash[22708]: audit 2024-09-21T04:27:00.387681+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:01.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:01 smithi032 bash[23468]: cluster 2024-09-21T04:27:00.044445+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-21T04:27:01.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:01 smithi032 bash[23468]: cluster 2024-09-21T04:27:00.044445+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-21T04:27:01.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:01 smithi032 bash[23468]: audit 2024-09-21T04:27:00.370325+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:01.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:01 smithi032 bash[23468]: audit 2024-09-21T04:27:00.370325+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:01.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:01 smithi032 bash[23468]: audit 2024-09-21T04:27:00.378209+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:01.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:01 smithi032 bash[23468]: audit 2024-09-21T04:27:00.378209+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:01.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:01 smithi032 bash[23468]: audit 2024-09-21T04:27:00.387681+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:01.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:01 smithi032 bash[23468]: audit 2024-09-21T04:27:00.387681+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:01.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:01 smithi204 bash[23242]: cluster 2024-09-21T04:27:00.044445+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-21T04:27:01.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:01 smithi204 bash[23242]: cluster 2024-09-21T04:27:00.044445+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-21T04:27:01.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:01 smithi204 bash[23242]: audit 2024-09-21T04:27:00.370325+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:01.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:01 smithi204 bash[23242]: audit 2024-09-21T04:27:00.370325+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:01.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:01 smithi204 bash[23242]: audit 2024-09-21T04:27:00.378209+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:01.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:01 smithi204 bash[23242]: audit 2024-09-21T04:27:00.378209+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:01.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:01 smithi204 bash[23242]: audit 2024-09-21T04:27:00.387681+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:01.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:01 smithi204 bash[23242]: audit 2024-09-21T04:27:00.387681+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:03.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:03 smithi028 bash[22708]: cluster 2024-09-21T04:27:02.044879+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-21T04:27:03.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:03 smithi028 bash[22708]: cluster 2024-09-21T04:27:02.044879+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-21T04:27:03.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:03 smithi032 bash[23468]: cluster 2024-09-21T04:27:02.044879+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-21T04:27:03.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:03 smithi032 bash[23468]: cluster 2024-09-21T04:27:02.044879+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-21T04:27:03.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:03 smithi204 bash[23242]: cluster 2024-09-21T04:27:02.044879+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-21T04:27:03.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:03 smithi204 bash[23242]: cluster 2024-09-21T04:27:02.044879+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-21T04:27:05.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:05 smithi028 bash[22708]: cluster 2024-09-21T04:27:04.045342+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-21T04:27:05.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:05 smithi028 bash[22708]: cluster 2024-09-21T04:27:04.045342+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-21T04:27:05.743 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:05 smithi204 bash[23242]: cluster 2024-09-21T04:27:04.045342+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-21T04:27:05.743 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:05 smithi204 bash[23242]: cluster 2024-09-21T04:27:04.045342+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-21T04:27:05.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:05 smithi032 bash[23468]: cluster 2024-09-21T04:27:04.045342+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-21T04:27:05.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:05 smithi032 bash[23468]: cluster 2024-09-21T04:27:04.045342+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-21T04:27:07.663 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:07 smithi028 bash[22708]: cluster 2024-09-21T04:27:06.045805+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-21T04:27:07.663 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:07 smithi028 bash[22708]: cluster 2024-09-21T04:27:06.045805+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-21T04:27:07.663 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:07 smithi028 bash[22708]: audit 2024-09-21T04:27:07.034079+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-21T04:27:07.663 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:07 smithi028 bash[22708]: audit 2024-09-21T04:27:07.034079+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-21T04:27:07.663 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:07 smithi028 bash[22708]: audit 2024-09-21T04:27:07.035887+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:27:07.663 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:07 smithi028 bash[22708]: audit 2024-09-21T04:27:07.035887+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:27:07.674 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:07 smithi204 bash[23242]: cluster 2024-09-21T04:27:06.045805+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-21T04:27:07.674 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:07 smithi204 bash[23242]: cluster 2024-09-21T04:27:06.045805+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-21T04:27:07.674 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:07 smithi204 bash[23242]: audit 2024-09-21T04:27:07.034079+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-21T04:27:07.674 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:07 smithi204 bash[23242]: audit 2024-09-21T04:27:07.034079+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-21T04:27:07.674 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:07 smithi204 bash[23242]: audit 2024-09-21T04:27:07.035887+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:27:07.674 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:07 smithi204 bash[23242]: audit 2024-09-21T04:27:07.035887+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:27:07.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:07 smithi032 bash[23468]: cluster 2024-09-21T04:27:06.045805+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-21T04:27:07.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:07 smithi032 bash[23468]: cluster 2024-09-21T04:27:06.045805+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-21T04:27:07.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:07 smithi032 bash[23468]: audit 2024-09-21T04:27:07.034079+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-21T04:27:07.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:07 smithi032 bash[23468]: audit 2024-09-21T04:27:07.034079+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-21T04:27:07.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:07 smithi032 bash[23468]: audit 2024-09-21T04:27:07.035887+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:27:07.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:07 smithi032 bash[23468]: audit 2024-09-21T04:27:07.035887+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:27:08.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:08 smithi028 bash[22708]: cephadm 2024-09-21T04:27:07.037494+0000 mgr.a (mgr.14152) 135 : cephadm [INF] Deploying daemon osd.0 on smithi028 2024-09-21T04:27:08.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:08 smithi028 bash[22708]: cephadm 2024-09-21T04:27:07.037494+0000 mgr.a (mgr.14152) 135 : cephadm [INF] Deploying daemon osd.0 on smithi028 2024-09-21T04:27:08.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:08 smithi032 bash[23468]: cephadm 2024-09-21T04:27:07.037494+0000 mgr.a (mgr.14152) 135 : cephadm [INF] Deploying daemon osd.0 on smithi028 2024-09-21T04:27:08.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:08 smithi032 bash[23468]: cephadm 2024-09-21T04:27:07.037494+0000 mgr.a (mgr.14152) 135 : cephadm [INF] Deploying daemon osd.0 on smithi028 2024-09-21T04:27:08.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:08 smithi204 bash[23242]: cephadm 2024-09-21T04:27:07.037494+0000 mgr.a (mgr.14152) 135 : cephadm [INF] Deploying daemon osd.0 on smithi028 2024-09-21T04:27:08.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:08 smithi204 bash[23242]: cephadm 2024-09-21T04:27:07.037494+0000 mgr.a (mgr.14152) 135 : cephadm [INF] Deploying daemon osd.0 on smithi028 2024-09-21T04:27:09.485 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:09 smithi028 bash[22708]: cluster 2024-09-21T04:27:08.046358+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:27:09.485 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:09 smithi028 bash[22708]: cluster 2024-09-21T04:27:08.046358+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:27:09.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:09 smithi032 bash[23468]: cluster 2024-09-21T04:27:08.046358+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:27:09.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:09 smithi032 bash[23468]: cluster 2024-09-21T04:27:08.046358+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:27:09.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:09 smithi204 bash[23242]: cluster 2024-09-21T04:27:08.046358+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:27:09.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:09 smithi204 bash[23242]: cluster 2024-09-21T04:27:08.046358+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:27:11.591 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:11 smithi028 bash[22708]: cluster 2024-09-21T04:27:10.046709+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:27:11.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:11 smithi028 bash[22708]: cluster 2024-09-21T04:27:10.046709+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:27:11.780 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:11 smithi204 bash[23242]: cluster 2024-09-21T04:27:10.046709+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:27:11.780 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:11 smithi204 bash[23242]: cluster 2024-09-21T04:27:10.046709+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:27:11.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:11 smithi032 bash[23468]: cluster 2024-09-21T04:27:10.046709+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:27:11.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:11 smithi032 bash[23468]: cluster 2024-09-21T04:27:10.046709+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:27:12.409 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:27:12 smithi028 systemd[1]: /etc/systemd/system/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your 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-21T04:27:12.410 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:12 smithi028 systemd[1]: /etc/systemd/system/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your 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-21T04:27:12.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:12 smithi028 systemd[1]: /etc/systemd/system/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your 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-21T04:27:12.735 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:27:12 smithi028 systemd[1]: /etc/systemd/system/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your 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-21T04:27:13.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:12 smithi032 bash[23468]: audit 2024-09-21T04:27:11.759826+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:13.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:12 smithi032 bash[23468]: audit 2024-09-21T04:27:11.759826+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:13.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:12 smithi032 bash[23468]: audit 2024-09-21T04:27:11.767419+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:13.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:12 smithi032 bash[23468]: audit 2024-09-21T04:27:11.767419+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:13.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:12 smithi032 bash[23468]: audit 2024-09-21T04:27:11.776899+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:13.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:12 smithi032 bash[23468]: audit 2024-09-21T04:27:11.776899+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:13.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:12 smithi032 bash[23468]: audit 2024-09-21T04:27:12.680229+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:27:13.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:12 smithi032 bash[23468]: audit 2024-09-21T04:27:12.680229+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:27:13.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:12 smithi032 bash[23468]: audit 2024-09-21T04:27:12.684503+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:13.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:12 smithi032 bash[23468]: audit 2024-09-21T04:27:12.684503+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:13.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:12 smithi032 bash[23468]: audit 2024-09-21T04:27:12.684910+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:27:13.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:12 smithi032 bash[23468]: audit 2024-09-21T04:27:12.684910+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:27:13.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:12 smithi032 bash[23468]: audit 2024-09-21T04:27:12.686103+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:27:13.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:12 smithi032 bash[23468]: audit 2024-09-21T04:27:12.686103+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:27:13.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:12 smithi032 bash[23468]: audit 2024-09-21T04:27:12.690208+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:13.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:12 smithi032 bash[23468]: audit 2024-09-21T04:27:12.690208+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:13.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:12 smithi032 bash[23468]: audit 2024-09-21T04:27:12.694905+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:13.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:12 smithi032 bash[23468]: audit 2024-09-21T04:27:12.694905+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:13.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:12 smithi204 bash[23242]: audit 2024-09-21T04:27:11.759826+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:13.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:12 smithi204 bash[23242]: audit 2024-09-21T04:27:11.759826+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:13.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:12 smithi204 bash[23242]: audit 2024-09-21T04:27:11.767419+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:13.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:12 smithi204 bash[23242]: audit 2024-09-21T04:27:11.767419+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:13.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:12 smithi204 bash[23242]: audit 2024-09-21T04:27:11.776899+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:13.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:12 smithi204 bash[23242]: audit 2024-09-21T04:27:11.776899+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:13.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:12 smithi204 bash[23242]: audit 2024-09-21T04:27:12.680229+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:27:13.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:12 smithi204 bash[23242]: audit 2024-09-21T04:27:12.680229+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:27:13.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:12 smithi204 bash[23242]: audit 2024-09-21T04:27:12.684503+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:13.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:12 smithi204 bash[23242]: audit 2024-09-21T04:27:12.684503+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:13.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:12 smithi204 bash[23242]: audit 2024-09-21T04:27:12.684910+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:27:13.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:12 smithi204 bash[23242]: audit 2024-09-21T04:27:12.684910+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:27:13.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:12 smithi204 bash[23242]: audit 2024-09-21T04:27:12.686103+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:27:13.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:12 smithi204 bash[23242]: audit 2024-09-21T04:27:12.686103+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:27:13.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:12 smithi204 bash[23242]: audit 2024-09-21T04:27:12.690208+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:13.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:12 smithi204 bash[23242]: audit 2024-09-21T04:27:12.690208+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:13.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:12 smithi204 bash[23242]: audit 2024-09-21T04:27:12.694905+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:13.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:12 smithi204 bash[23242]: audit 2024-09-21T04:27:12.694905+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:13.205 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:12 smithi028 bash[22708]: audit 2024-09-21T04:27:11.759826+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:13.205 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:12 smithi028 bash[22708]: audit 2024-09-21T04:27:11.759826+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:13.205 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:12 smithi028 bash[22708]: audit 2024-09-21T04:27:11.767419+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:13.205 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:12 smithi028 bash[22708]: audit 2024-09-21T04:27:11.767419+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:13.205 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:12 smithi028 bash[22708]: audit 2024-09-21T04:27:11.776899+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:13.205 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:12 smithi028 bash[22708]: audit 2024-09-21T04:27:11.776899+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:13.206 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:12 smithi028 bash[22708]: audit 2024-09-21T04:27:12.680229+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:27:13.206 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:12 smithi028 bash[22708]: audit 2024-09-21T04:27:12.680229+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:27:13.206 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:12 smithi028 bash[22708]: audit 2024-09-21T04:27:12.684503+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:13.206 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:12 smithi028 bash[22708]: audit 2024-09-21T04:27:12.684503+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:13.206 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:12 smithi028 bash[22708]: audit 2024-09-21T04:27:12.684910+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:27:13.206 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:12 smithi028 bash[22708]: audit 2024-09-21T04:27:12.684910+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:27:13.206 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:12 smithi028 bash[22708]: audit 2024-09-21T04:27:12.686103+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:27:13.206 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:12 smithi028 bash[22708]: audit 2024-09-21T04:27:12.686103+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:27:13.206 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:12 smithi028 bash[22708]: audit 2024-09-21T04:27:12.690208+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:13.206 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:12 smithi028 bash[22708]: audit 2024-09-21T04:27:12.690208+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:13.206 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:12 smithi028 bash[22708]: audit 2024-09-21T04:27:12.694905+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:13.206 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:12 smithi028 bash[22708]: audit 2024-09-21T04:27:12.694905+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:14.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:13 smithi032 bash[23468]: cluster 2024-09-21T04:27:12.047050+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-21T04:27:14.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:13 smithi032 bash[23468]: cluster 2024-09-21T04:27:12.047050+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-21T04:27:14.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:13 smithi204 bash[23242]: cluster 2024-09-21T04:27:12.047050+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-21T04:27:14.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:13 smithi204 bash[23242]: cluster 2024-09-21T04:27:12.047050+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-21T04:27:14.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:13 smithi028 bash[22708]: cluster 2024-09-21T04:27:12.047050+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-21T04:27:14.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:13 smithi028 bash[22708]: cluster 2024-09-21T04:27:12.047050+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-21T04:27:16.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:15 smithi032 bash[23468]: cluster 2024-09-21T04:27:14.047510+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-21T04:27:16.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:15 smithi032 bash[23468]: cluster 2024-09-21T04:27:14.047510+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-21T04:27:16.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:15 smithi204 bash[23242]: cluster 2024-09-21T04:27:14.047510+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-21T04:27:16.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:15 smithi204 bash[23242]: cluster 2024-09-21T04:27:14.047510+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-21T04:27:16.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:15 smithi028 bash[22708]: cluster 2024-09-21T04:27:14.047510+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-21T04:27:16.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:15 smithi028 bash[22708]: cluster 2024-09-21T04:27:14.047510+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-21T04:27:17.290 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:17 smithi032 bash[23468]: audit 2024-09-21T04:27:16.006542+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:17.290 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:17 smithi032 bash[23468]: audit 2024-09-21T04:27:16.006542+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:17.290 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:17 smithi032 bash[23468]: audit 2024-09-21T04:27:16.010973+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:17.290 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:17 smithi032 bash[23468]: audit 2024-09-21T04:27:16.010973+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:17.290 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:17 smithi032 bash[23468]: cephadm 2024-09-21T04:27:16.012568+0000 mgr.a (mgr.14152) 140 : cephadm [INF] Detected new or changed devices on smithi028 2024-09-21T04:27:17.290 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:17 smithi032 bash[23468]: cephadm 2024-09-21T04:27:16.012568+0000 mgr.a (mgr.14152) 140 : cephadm [INF] Detected new or changed devices on smithi028 2024-09-21T04:27:17.291 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:17 smithi032 bash[23468]: audit 2024-09-21T04:27:16.013594+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:27:17.291 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:17 smithi032 bash[23468]: audit 2024-09-21T04:27:16.013594+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:27:17.291 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:17 smithi032 bash[23468]: audit 2024-09-21T04:27:16.016431+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:17.291 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:17 smithi032 bash[23468]: audit 2024-09-21T04:27:16.016431+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:17.291 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:17 smithi032 bash[23468]: audit 2024-09-21T04:27:16.016673+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:27:17.291 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:17 smithi032 bash[23468]: audit 2024-09-21T04:27:16.016673+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:27:17.291 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:17 smithi032 bash[23468]: audit 2024-09-21T04:27:16.017755+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:27:17.291 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:17 smithi032 bash[23468]: audit 2024-09-21T04:27:16.017755+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:27:17.291 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:17 smithi032 bash[23468]: audit 2024-09-21T04:27:16.022802+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:17.291 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:17 smithi032 bash[23468]: audit 2024-09-21T04:27:16.022802+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:17.291 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:17 smithi032 bash[23468]: cluster 2024-09-21T04:27:16.047802+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:27:17.291 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:17 smithi032 bash[23468]: cluster 2024-09-21T04:27:16.047802+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:27:17.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:17 smithi204 bash[23242]: audit 2024-09-21T04:27:16.006542+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:17.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:17 smithi204 bash[23242]: audit 2024-09-21T04:27:16.006542+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:17.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:17 smithi204 bash[23242]: audit 2024-09-21T04:27:16.010973+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:17.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:17 smithi204 bash[23242]: audit 2024-09-21T04:27:16.010973+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:17.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:17 smithi204 bash[23242]: cephadm 2024-09-21T04:27:16.012568+0000 mgr.a (mgr.14152) 140 : cephadm [INF] Detected new or changed devices on smithi028 2024-09-21T04:27:17.325 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:17 smithi204 bash[23242]: cephadm 2024-09-21T04:27:16.012568+0000 mgr.a (mgr.14152) 140 : cephadm [INF] Detected new or changed devices on smithi028 2024-09-21T04:27:17.325 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:17 smithi204 bash[23242]: audit 2024-09-21T04:27:16.013594+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:27:17.325 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:17 smithi204 bash[23242]: audit 2024-09-21T04:27:16.013594+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:27:17.325 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:17 smithi204 bash[23242]: audit 2024-09-21T04:27:16.016431+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:17.325 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:17 smithi204 bash[23242]: audit 2024-09-21T04:27:16.016431+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:17.325 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:17 smithi204 bash[23242]: audit 2024-09-21T04:27:16.016673+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:27:17.325 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:17 smithi204 bash[23242]: audit 2024-09-21T04:27:16.016673+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:27:17.325 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:17 smithi204 bash[23242]: audit 2024-09-21T04:27:16.017755+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:27:17.325 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:17 smithi204 bash[23242]: audit 2024-09-21T04:27:16.017755+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:27:17.325 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:17 smithi204 bash[23242]: audit 2024-09-21T04:27:16.022802+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:17.325 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:17 smithi204 bash[23242]: audit 2024-09-21T04:27:16.022802+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:17.325 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:17 smithi204 bash[23242]: cluster 2024-09-21T04:27:16.047802+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:27:17.326 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:17 smithi204 bash[23242]: cluster 2024-09-21T04:27:16.047802+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:27:17.485 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:17 smithi028 bash[22708]: audit 2024-09-21T04:27:16.006542+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:17.485 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:17 smithi028 bash[22708]: audit 2024-09-21T04:27:16.006542+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:17.485 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:17 smithi028 bash[22708]: audit 2024-09-21T04:27:16.010973+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:17.485 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:17 smithi028 bash[22708]: audit 2024-09-21T04:27:16.010973+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:17.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:17 smithi028 bash[22708]: cephadm 2024-09-21T04:27:16.012568+0000 mgr.a (mgr.14152) 140 : cephadm [INF] Detected new or changed devices on smithi028 2024-09-21T04:27:17.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:17 smithi028 bash[22708]: cephadm 2024-09-21T04:27:16.012568+0000 mgr.a (mgr.14152) 140 : cephadm [INF] Detected new or changed devices on smithi028 2024-09-21T04:27:17.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:17 smithi028 bash[22708]: audit 2024-09-21T04:27:16.013594+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:27:17.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:17 smithi028 bash[22708]: audit 2024-09-21T04:27:16.013594+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:27:17.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:17 smithi028 bash[22708]: audit 2024-09-21T04:27:16.016431+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:17.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:17 smithi028 bash[22708]: audit 2024-09-21T04:27:16.016431+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:17.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:17 smithi028 bash[22708]: audit 2024-09-21T04:27:16.016673+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:27:17.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:17 smithi028 bash[22708]: audit 2024-09-21T04:27:16.016673+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:27:17.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:17 smithi028 bash[22708]: audit 2024-09-21T04:27:16.017755+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:27:17.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:17 smithi028 bash[22708]: audit 2024-09-21T04:27:16.017755+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:27:17.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:17 smithi028 bash[22708]: audit 2024-09-21T04:27:16.022802+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:17.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:17 smithi028 bash[22708]: audit 2024-09-21T04:27:16.022802+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:17.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:17 smithi028 bash[22708]: cluster 2024-09-21T04:27:16.047802+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:27:17.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:17 smithi028 bash[22708]: cluster 2024-09-21T04:27:16.047802+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:27:19.485 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:19 smithi028 bash[22708]: cluster 2024-09-21T04:27:18.048258+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-21T04:27:19.485 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:19 smithi028 bash[22708]: cluster 2024-09-21T04:27:18.048258+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-21T04:27:19.539 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:19 smithi032 bash[23468]: cluster 2024-09-21T04:27:18.048258+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-21T04:27:19.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:19 smithi032 bash[23468]: cluster 2024-09-21T04:27:18.048258+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-21T04:27:19.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:19 smithi204 bash[23242]: cluster 2024-09-21T04:27:18.048258+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-21T04:27:19.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:19 smithi204 bash[23242]: cluster 2024-09-21T04:27:18.048258+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-21T04:27:21.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:21 smithi028 bash[22708]: cluster 2024-09-21T04:27:20.048767+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-21T04:27:21.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:21 smithi028 bash[22708]: cluster 2024-09-21T04:27:20.048767+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-21T04:27:21.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:21 smithi028 bash[22708]: audit 2024-09-21T04:27:20.601955+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:21.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:21 smithi028 bash[22708]: audit 2024-09-21T04:27:20.601955+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:21.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:21 smithi028 bash[22708]: audit 2024-09-21T04:27:20.609917+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:21.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:21 smithi028 bash[22708]: audit 2024-09-21T04:27:20.609917+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:21.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:21 smithi028 bash[22708]: audit 2024-09-21T04:27:20.620096+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:21.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:21 smithi028 bash[22708]: audit 2024-09-21T04:27:20.620096+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:21.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:21 smithi028 bash[22708]: audit 2024-09-21T04:27:21.476166+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:21.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:21 smithi028 bash[22708]: audit 2024-09-21T04:27:21.476166+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:21.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:21 smithi028 bash[22708]: audit 2024-09-21T04:27:21.481076+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:21.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:21 smithi028 bash[22708]: audit 2024-09-21T04:27:21.481076+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:21.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:21 smithi028 bash[22708]: audit 2024-09-21T04:27:21.483329+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:27:21.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:21 smithi028 bash[22708]: audit 2024-09-21T04:27:21.483329+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:27:21.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:21 smithi028 bash[22708]: audit 2024-09-21T04:27:21.486546+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:21.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:21 smithi028 bash[22708]: audit 2024-09-21T04:27:21.486546+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:21.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:21 smithi028 bash[22708]: audit 2024-09-21T04:27:21.486857+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:27:21.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:21 smithi028 bash[22708]: audit 2024-09-21T04:27:21.486857+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:27:21.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:21 smithi028 bash[22708]: audit 2024-09-21T04:27:21.487917+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:27:21.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:21 smithi028 bash[22708]: audit 2024-09-21T04:27:21.487917+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:27:21.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:21 smithi028 bash[22708]: audit 2024-09-21T04:27:21.493110+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:21.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:21 smithi028 bash[22708]: audit 2024-09-21T04:27:21.493110+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:22.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:21 smithi032 bash[23468]: cluster 2024-09-21T04:27:20.048767+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-21T04:27:22.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:21 smithi032 bash[23468]: cluster 2024-09-21T04:27:20.048767+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-21T04:27:22.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:21 smithi032 bash[23468]: audit 2024-09-21T04:27:20.601955+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:22.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:21 smithi032 bash[23468]: audit 2024-09-21T04:27:20.601955+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:22.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:21 smithi032 bash[23468]: audit 2024-09-21T04:27:20.609917+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:22.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:21 smithi032 bash[23468]: audit 2024-09-21T04:27:20.609917+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:22.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:21 smithi032 bash[23468]: audit 2024-09-21T04:27:20.620096+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:22.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:21 smithi032 bash[23468]: audit 2024-09-21T04:27:20.620096+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:22.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:21 smithi032 bash[23468]: audit 2024-09-21T04:27:21.476166+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:22.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:21 smithi032 bash[23468]: audit 2024-09-21T04:27:21.476166+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:22.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:21 smithi032 bash[23468]: audit 2024-09-21T04:27:21.481076+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:22.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:21 smithi032 bash[23468]: audit 2024-09-21T04:27:21.481076+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:22.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:21 smithi032 bash[23468]: audit 2024-09-21T04:27:21.483329+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:27:22.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:21 smithi032 bash[23468]: audit 2024-09-21T04:27:21.483329+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:27:22.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:21 smithi032 bash[23468]: audit 2024-09-21T04:27:21.486546+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:22.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:21 smithi032 bash[23468]: audit 2024-09-21T04:27:21.486546+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:22.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:21 smithi032 bash[23468]: audit 2024-09-21T04:27:21.486857+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:27:22.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:21 smithi032 bash[23468]: audit 2024-09-21T04:27:21.486857+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:27:22.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:21 smithi032 bash[23468]: audit 2024-09-21T04:27:21.487917+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:27:22.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:21 smithi032 bash[23468]: audit 2024-09-21T04:27:21.487917+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:27:22.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:21 smithi032 bash[23468]: audit 2024-09-21T04:27:21.493110+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:22.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:21 smithi032 bash[23468]: audit 2024-09-21T04:27:21.493110+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:22.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:21 smithi204 bash[23242]: cluster 2024-09-21T04:27:20.048767+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-21T04:27:22.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:21 smithi204 bash[23242]: cluster 2024-09-21T04:27:20.048767+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-21T04:27:22.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:21 smithi204 bash[23242]: audit 2024-09-21T04:27:20.601955+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:22.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:21 smithi204 bash[23242]: audit 2024-09-21T04:27:20.601955+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:22.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:21 smithi204 bash[23242]: audit 2024-09-21T04:27:20.609917+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:22.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:21 smithi204 bash[23242]: audit 2024-09-21T04:27:20.609917+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:22.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:21 smithi204 bash[23242]: audit 2024-09-21T04:27:20.620096+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:22.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:21 smithi204 bash[23242]: audit 2024-09-21T04:27:20.620096+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:22.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:21 smithi204 bash[23242]: audit 2024-09-21T04:27:21.476166+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:22.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:21 smithi204 bash[23242]: audit 2024-09-21T04:27:21.476166+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:22.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:21 smithi204 bash[23242]: audit 2024-09-21T04:27:21.481076+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:22.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:21 smithi204 bash[23242]: audit 2024-09-21T04:27:21.481076+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:22.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:21 smithi204 bash[23242]: audit 2024-09-21T04:27:21.483329+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:27:22.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:21 smithi204 bash[23242]: audit 2024-09-21T04:27:21.483329+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:27:22.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:21 smithi204 bash[23242]: audit 2024-09-21T04:27:21.486546+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:22.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:21 smithi204 bash[23242]: audit 2024-09-21T04:27:21.486546+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:22.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:21 smithi204 bash[23242]: audit 2024-09-21T04:27:21.486857+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:27:22.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:21 smithi204 bash[23242]: audit 2024-09-21T04:27:21.486857+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:27:22.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:21 smithi204 bash[23242]: audit 2024-09-21T04:27:21.487917+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:27:22.076 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:21 smithi204 bash[23242]: audit 2024-09-21T04:27:21.487917+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:27:22.076 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:21 smithi204 bash[23242]: audit 2024-09-21T04:27:21.493110+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:22.076 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:21 smithi204 bash[23242]: audit 2024-09-21T04:27:21.493110+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:23.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:23 smithi028 bash[22708]: cluster 2024-09-21T04:27:22.049188+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-21T04:27:23.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:23 smithi028 bash[22708]: cluster 2024-09-21T04:27:22.049188+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-21T04:27:24.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:23 smithi032 bash[23468]: cluster 2024-09-21T04:27:22.049188+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-21T04:27:24.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:23 smithi032 bash[23468]: cluster 2024-09-21T04:27:22.049188+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-21T04:27:24.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:23 smithi204 bash[23242]: cluster 2024-09-21T04:27:22.049188+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-21T04:27:24.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:23 smithi204 bash[23242]: cluster 2024-09-21T04:27:22.049188+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-21T04:27:25.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:25 smithi028 bash[22708]: cluster 2024-09-21T04:27:24.049630+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-21T04:27:25.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:25 smithi028 bash[22708]: cluster 2024-09-21T04:27:24.049630+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-21T04:27:25.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:25 smithi204 bash[23242]: cluster 2024-09-21T04:27:24.049630+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-21T04:27:25.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:25 smithi204 bash[23242]: cluster 2024-09-21T04:27:24.049630+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-21T04:27:26.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:25 smithi032 bash[23468]: cluster 2024-09-21T04:27:24.049630+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-21T04:27:26.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:25 smithi032 bash[23468]: cluster 2024-09-21T04:27:24.049630+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-21T04:27:26.070 INFO:teuthology.orchestra.run.smithi028.stdout:Created osd(s) 0 on host 'smithi028' 2024-09-21T04:27:26.694 DEBUG:teuthology.orchestra.run.smithi028:osd.0> sudo journalctl -f -n 0 -u ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@osd.0.service 2024-09-21T04:27:26.696 INFO:tasks.cephadm:Deploying osd.1 on smithi032 with /dev/vg_nvme/lv_4... 2024-09-21T04:27:26.696 DEBUG:teuthology.orchestra.run.smithi032:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fd0b2732-77d0-11ef-baf5-efdc52797490 -- lvm zap /dev/vg_nvme/lv_4 2024-09-21T04:27:26.874 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:26 smithi204 bash[23242]: audit 2024-09-21T04:27:26.057860+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:27:26.874 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:26 smithi204 bash[23242]: audit 2024-09-21T04:27:26.057860+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:27:26.874 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:26 smithi204 bash[23242]: audit 2024-09-21T04:27:26.063189+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:26.874 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:26 smithi204 bash[23242]: audit 2024-09-21T04:27:26.063189+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:26.874 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:26 smithi204 bash[23242]: audit 2024-09-21T04:27:26.063748+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-21T04:27:26.874 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:26 smithi204 bash[23242]: audit 2024-09-21T04:27:26.063748+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-21T04:27:26.874 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:26 smithi204 bash[23242]: audit 2024-09-21T04:27:26.068620+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:26.874 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:26 smithi204 bash[23242]: audit 2024-09-21T04:27:26.068620+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:26.875 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:26 smithi204 bash[23242]: audit 2024-09-21T04:27:26.074378+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:26.875 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:26 smithi204 bash[23242]: audit 2024-09-21T04:27:26.074378+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:26.875 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:26 smithi204 bash[23242]: audit 2024-09-21T04:27:26.077056+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:27:26.875 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:26 smithi204 bash[23242]: audit 2024-09-21T04:27:26.077056+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:27:26.875 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:26 smithi204 bash[23242]: audit 2024-09-21T04:27:26.078066+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:27:26.875 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:26 smithi204 bash[23242]: audit 2024-09-21T04:27:26.078066+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:27:26.875 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:26 smithi204 bash[23242]: audit 2024-09-21T04:27:26.085321+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:26.875 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:26 smithi204 bash[23242]: audit 2024-09-21T04:27:26.085321+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:26.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:26 smithi028 bash[22708]: audit 2024-09-21T04:27:26.057860+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:27:26.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:26 smithi028 bash[22708]: audit 2024-09-21T04:27:26.057860+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:27:26.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:26 smithi028 bash[22708]: audit 2024-09-21T04:27:26.063189+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:26.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:26 smithi028 bash[22708]: audit 2024-09-21T04:27:26.063189+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:26.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:26 smithi028 bash[22708]: audit 2024-09-21T04:27:26.063748+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-21T04:27:26.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:26 smithi028 bash[22708]: audit 2024-09-21T04:27:26.063748+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-21T04:27:26.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:26 smithi028 bash[22708]: audit 2024-09-21T04:27:26.068620+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:26.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:26 smithi028 bash[22708]: audit 2024-09-21T04:27:26.068620+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:26.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:26 smithi028 bash[22708]: audit 2024-09-21T04:27:26.074378+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:26.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:26 smithi028 bash[22708]: audit 2024-09-21T04:27:26.074378+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:26.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:26 smithi028 bash[22708]: audit 2024-09-21T04:27:26.077056+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:27:26.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:26 smithi028 bash[22708]: audit 2024-09-21T04:27:26.077056+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:27:26.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:26 smithi028 bash[22708]: audit 2024-09-21T04:27:26.078066+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:27:26.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:26 smithi028 bash[22708]: audit 2024-09-21T04:27:26.078066+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:27:26.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:26 smithi028 bash[22708]: audit 2024-09-21T04:27:26.085321+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:26.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:26 smithi028 bash[22708]: audit 2024-09-21T04:27:26.085321+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:27.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:26 smithi032 bash[23468]: audit 2024-09-21T04:27:26.057860+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:27:27.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:26 smithi032 bash[23468]: audit 2024-09-21T04:27:26.057860+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:27:27.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:26 smithi032 bash[23468]: audit 2024-09-21T04:27:26.063189+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:27.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:26 smithi032 bash[23468]: audit 2024-09-21T04:27:26.063189+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:27.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:26 smithi032 bash[23468]: audit 2024-09-21T04:27:26.063748+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-21T04:27:27.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:26 smithi032 bash[23468]: audit 2024-09-21T04:27:26.063748+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-21T04:27:27.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:26 smithi032 bash[23468]: audit 2024-09-21T04:27:26.068620+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:27.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:26 smithi032 bash[23468]: audit 2024-09-21T04:27:26.068620+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:27.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:26 smithi032 bash[23468]: audit 2024-09-21T04:27:26.074378+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:27.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:26 smithi032 bash[23468]: audit 2024-09-21T04:27:26.074378+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:27.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:26 smithi032 bash[23468]: audit 2024-09-21T04:27:26.077056+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:27:27.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:26 smithi032 bash[23468]: audit 2024-09-21T04:27:26.077056+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:27:27.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:26 smithi032 bash[23468]: audit 2024-09-21T04:27:26.078066+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:27:27.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:26 smithi032 bash[23468]: audit 2024-09-21T04:27:26.078066+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:27:27.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:26 smithi032 bash[23468]: audit 2024-09-21T04:27:26.085321+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:27.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:26 smithi032 bash[23468]: audit 2024-09-21T04:27:26.085321+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:27.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:27 smithi204 bash[23242]: cluster 2024-09-21T04:27:26.050056+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-21T04:27:27.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:27 smithi204 bash[23242]: cluster 2024-09-21T04:27:26.050056+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-21T04:27:27.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:27 smithi204 bash[23242]: cephadm 2024-09-21T04:27:26.065992+0000 mgr.a (mgr.14152) 147 : cephadm [INF] Adjusting osd_memory_target on smithi028 to 16245M 2024-09-21T04:27:27.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:27 smithi204 bash[23242]: cephadm 2024-09-21T04:27:26.065992+0000 mgr.a (mgr.14152) 147 : cephadm [INF] Adjusting osd_memory_target on smithi028 to 16245M 2024-09-21T04:27:27.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:27 smithi204 bash[23242]: audit 2024-09-21T04:27:26.695618+0000 mon.a (mon.0) 434 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/898846744,v1:172.21.15.28:6803/898846744]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-21T04:27:27.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:27 smithi204 bash[23242]: audit 2024-09-21T04:27:26.695618+0000 mon.a (mon.0) 434 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/898846744,v1:172.21.15.28:6803/898846744]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-21T04:27:27.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:27 smithi028 bash[22708]: cluster 2024-09-21T04:27:26.050056+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-21T04:27:27.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:27 smithi028 bash[22708]: cluster 2024-09-21T04:27:26.050056+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-21T04:27:27.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:27 smithi028 bash[22708]: cephadm 2024-09-21T04:27:26.065992+0000 mgr.a (mgr.14152) 147 : cephadm [INF] Adjusting osd_memory_target on smithi028 to 16245M 2024-09-21T04:27:27.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:27 smithi028 bash[22708]: cephadm 2024-09-21T04:27:26.065992+0000 mgr.a (mgr.14152) 147 : cephadm [INF] Adjusting osd_memory_target on smithi028 to 16245M 2024-09-21T04:27:27.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:27 smithi028 bash[22708]: audit 2024-09-21T04:27:26.695618+0000 mon.a (mon.0) 434 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/898846744,v1:172.21.15.28:6803/898846744]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-21T04:27:27.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:27 smithi028 bash[22708]: audit 2024-09-21T04:27:26.695618+0000 mon.a (mon.0) 434 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/898846744,v1:172.21.15.28:6803/898846744]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-21T04:27:28.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:27 smithi032 bash[23468]: cluster 2024-09-21T04:27:26.050056+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-21T04:27:28.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:27 smithi032 bash[23468]: cluster 2024-09-21T04:27:26.050056+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-21T04:27:28.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:27 smithi032 bash[23468]: cephadm 2024-09-21T04:27:26.065992+0000 mgr.a (mgr.14152) 147 : cephadm [INF] Adjusting osd_memory_target on smithi028 to 16245M 2024-09-21T04:27:28.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:27 smithi032 bash[23468]: cephadm 2024-09-21T04:27:26.065992+0000 mgr.a (mgr.14152) 147 : cephadm [INF] Adjusting osd_memory_target on smithi028 to 16245M 2024-09-21T04:27:28.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:27 smithi032 bash[23468]: audit 2024-09-21T04:27:26.695618+0000 mon.a (mon.0) 434 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/898846744,v1:172.21.15.28:6803/898846744]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-21T04:27:28.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:27 smithi032 bash[23468]: audit 2024-09-21T04:27:26.695618+0000 mon.a (mon.0) 434 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/898846744,v1:172.21.15.28:6803/898846744]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-21T04:27:28.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:28 smithi028 bash[22708]: audit 2024-09-21T04:27:27.624636+0000 mon.a (mon.0) 435 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/898846744,v1:172.21.15.28:6803/898846744]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-21T04:27:28.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:28 smithi028 bash[22708]: audit 2024-09-21T04:27:27.624636+0000 mon.a (mon.0) 435 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/898846744,v1:172.21.15.28:6803/898846744]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-21T04:27:28.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:28 smithi028 bash[22708]: cluster 2024-09-21T04:27:27.628787+0000 mon.a (mon.0) 436 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-21T04:27:28.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:28 smithi028 bash[22708]: cluster 2024-09-21T04:27:27.628787+0000 mon.a (mon.0) 436 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-21T04:27:28.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:28 smithi028 bash[22708]: audit 2024-09-21T04:27:27.629436+0000 mon.a (mon.0) 437 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/898846744,v1:172.21.15.28:6803/898846744]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi028", "root=default"]} : dispatch 2024-09-21T04:27:28.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:28 smithi028 bash[22708]: audit 2024-09-21T04:27:27.629436+0000 mon.a (mon.0) 437 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/898846744,v1:172.21.15.28:6803/898846744]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi028", "root=default"]} : dispatch 2024-09-21T04:27:28.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:28 smithi028 bash[22708]: audit 2024-09-21T04:27:27.630222+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T04:27:28.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:28 smithi028 bash[22708]: audit 2024-09-21T04:27:27.630222+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T04:27:29.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:28 smithi032 bash[23468]: audit 2024-09-21T04:27:27.624636+0000 mon.a (mon.0) 435 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/898846744,v1:172.21.15.28:6803/898846744]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-21T04:27:29.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:28 smithi032 bash[23468]: audit 2024-09-21T04:27:27.624636+0000 mon.a (mon.0) 435 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/898846744,v1:172.21.15.28:6803/898846744]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-21T04:27:29.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:28 smithi032 bash[23468]: cluster 2024-09-21T04:27:27.628787+0000 mon.a (mon.0) 436 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-21T04:27:29.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:28 smithi032 bash[23468]: cluster 2024-09-21T04:27:27.628787+0000 mon.a (mon.0) 436 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-21T04:27:29.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:28 smithi032 bash[23468]: audit 2024-09-21T04:27:27.629436+0000 mon.a (mon.0) 437 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/898846744,v1:172.21.15.28:6803/898846744]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi028", "root=default"]} : dispatch 2024-09-21T04:27:29.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:28 smithi032 bash[23468]: audit 2024-09-21T04:27:27.629436+0000 mon.a (mon.0) 437 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/898846744,v1:172.21.15.28:6803/898846744]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi028", "root=default"]} : dispatch 2024-09-21T04:27:29.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:28 smithi032 bash[23468]: audit 2024-09-21T04:27:27.630222+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T04:27:29.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:28 smithi032 bash[23468]: audit 2024-09-21T04:27:27.630222+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T04:27:29.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:28 smithi204 bash[23242]: audit 2024-09-21T04:27:27.624636+0000 mon.a (mon.0) 435 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/898846744,v1:172.21.15.28:6803/898846744]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-21T04:27:29.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:28 smithi204 bash[23242]: audit 2024-09-21T04:27:27.624636+0000 mon.a (mon.0) 435 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/898846744,v1:172.21.15.28:6803/898846744]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-21T04:27:29.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:28 smithi204 bash[23242]: cluster 2024-09-21T04:27:27.628787+0000 mon.a (mon.0) 436 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-21T04:27:29.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:28 smithi204 bash[23242]: cluster 2024-09-21T04:27:27.628787+0000 mon.a (mon.0) 436 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-21T04:27:29.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:28 smithi204 bash[23242]: audit 2024-09-21T04:27:27.629436+0000 mon.a (mon.0) 437 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/898846744,v1:172.21.15.28:6803/898846744]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi028", "root=default"]} : dispatch 2024-09-21T04:27:29.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:28 smithi204 bash[23242]: audit 2024-09-21T04:27:27.629436+0000 mon.a (mon.0) 437 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/898846744,v1:172.21.15.28:6803/898846744]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi028", "root=default"]} : dispatch 2024-09-21T04:27:29.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:28 smithi204 bash[23242]: audit 2024-09-21T04:27:27.630222+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T04:27:29.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:28 smithi204 bash[23242]: audit 2024-09-21T04:27:27.630222+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T04:27:29.236 INFO:journalctl@ceph.osd.0.smithi028.stdout:Sep 21 04:27:28 smithi028 bash[32226]: debug 2024-09-21T04:27:28.977+0000 7f56a45f6640 -1 osd.0 0 waiting for initial osdmap 2024-09-21T04:27:29.236 INFO:journalctl@ceph.osd.0.smithi028.stdout:Sep 21 04:27:28 smithi028 bash[32226]: debug 2024-09-21T04:27:28.993+0000 7f569bc01640 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-21T04:27:29.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:29 smithi028 bash[22708]: cluster 2024-09-21T04:27:28.050484+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:27:29.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:29 smithi028 bash[22708]: cluster 2024-09-21T04:27:28.050484+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:27:29.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:29 smithi028 bash[22708]: audit 2024-09-21T04:27:28.626826+0000 mon.a (mon.0) 439 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/898846744,v1:172.21.15.28:6803/898846744]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]': finished 2024-09-21T04:27:29.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:29 smithi028 bash[22708]: audit 2024-09-21T04:27:28.626826+0000 mon.a (mon.0) 439 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/898846744,v1:172.21.15.28:6803/898846744]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]': finished 2024-09-21T04:27:29.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:29 smithi028 bash[22708]: cluster 2024-09-21T04:27:28.634498+0000 mon.a (mon.0) 440 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-21T04:27:29.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:29 smithi028 bash[22708]: cluster 2024-09-21T04:27:28.634498+0000 mon.a (mon.0) 440 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-21T04:27:29.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:29 smithi028 bash[22708]: audit 2024-09-21T04:27:28.636263+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T04:27:29.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:29 smithi028 bash[22708]: audit 2024-09-21T04:27:28.636263+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T04:27:29.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:29 smithi028 bash[22708]: audit 2024-09-21T04:27:28.646483+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T04:27:29.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:29 smithi028 bash[22708]: audit 2024-09-21T04:27:28.646483+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T04:27:29.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:29 smithi028 bash[22708]: audit 2024-09-21T04:27:28.983705+0000 mon.a (mon.0) 443 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/898846744,v1:172.21.15.28:6803/898846744]' entity='osd.0' 2024-09-21T04:27:29.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:29 smithi028 bash[22708]: audit 2024-09-21T04:27:28.983705+0000 mon.a (mon.0) 443 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/898846744,v1:172.21.15.28:6803/898846744]' entity='osd.0' 2024-09-21T04:27:30.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:29 smithi032 bash[23468]: cluster 2024-09-21T04:27:28.050484+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:27:30.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:29 smithi032 bash[23468]: cluster 2024-09-21T04:27:28.050484+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:27:30.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:29 smithi032 bash[23468]: audit 2024-09-21T04:27:28.626826+0000 mon.a (mon.0) 439 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/898846744,v1:172.21.15.28:6803/898846744]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]': finished 2024-09-21T04:27:30.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:29 smithi032 bash[23468]: audit 2024-09-21T04:27:28.626826+0000 mon.a (mon.0) 439 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/898846744,v1:172.21.15.28:6803/898846744]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]': finished 2024-09-21T04:27:30.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:29 smithi032 bash[23468]: cluster 2024-09-21T04:27:28.634498+0000 mon.a (mon.0) 440 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-21T04:27:30.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:29 smithi032 bash[23468]: cluster 2024-09-21T04:27:28.634498+0000 mon.a (mon.0) 440 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-21T04:27:30.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:29 smithi032 bash[23468]: audit 2024-09-21T04:27:28.636263+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T04:27:30.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:29 smithi032 bash[23468]: audit 2024-09-21T04:27:28.636263+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T04:27:30.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:29 smithi032 bash[23468]: audit 2024-09-21T04:27:28.646483+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T04:27:30.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:29 smithi032 bash[23468]: audit 2024-09-21T04:27:28.646483+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T04:27:30.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:29 smithi032 bash[23468]: audit 2024-09-21T04:27:28.983705+0000 mon.a (mon.0) 443 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/898846744,v1:172.21.15.28:6803/898846744]' entity='osd.0' 2024-09-21T04:27:30.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:29 smithi032 bash[23468]: audit 2024-09-21T04:27:28.983705+0000 mon.a (mon.0) 443 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/898846744,v1:172.21.15.28:6803/898846744]' entity='osd.0' 2024-09-21T04:27:30.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:29 smithi204 bash[23242]: cluster 2024-09-21T04:27:28.050484+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:27:30.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:29 smithi204 bash[23242]: cluster 2024-09-21T04:27:28.050484+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:27:30.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:29 smithi204 bash[23242]: audit 2024-09-21T04:27:28.626826+0000 mon.a (mon.0) 439 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/898846744,v1:172.21.15.28:6803/898846744]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]': finished 2024-09-21T04:27:30.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:29 smithi204 bash[23242]: audit 2024-09-21T04:27:28.626826+0000 mon.a (mon.0) 439 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/898846744,v1:172.21.15.28:6803/898846744]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]': finished 2024-09-21T04:27:30.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:29 smithi204 bash[23242]: cluster 2024-09-21T04:27:28.634498+0000 mon.a (mon.0) 440 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-21T04:27:30.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:29 smithi204 bash[23242]: cluster 2024-09-21T04:27:28.634498+0000 mon.a (mon.0) 440 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-21T04:27:30.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:29 smithi204 bash[23242]: audit 2024-09-21T04:27:28.636263+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T04:27:30.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:29 smithi204 bash[23242]: audit 2024-09-21T04:27:28.636263+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T04:27:30.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:29 smithi204 bash[23242]: audit 2024-09-21T04:27:28.646483+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T04:27:30.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:29 smithi204 bash[23242]: audit 2024-09-21T04:27:28.646483+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T04:27:30.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:29 smithi204 bash[23242]: audit 2024-09-21T04:27:28.983705+0000 mon.a (mon.0) 443 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/898846744,v1:172.21.15.28:6803/898846744]' entity='osd.0' 2024-09-21T04:27:30.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:29 smithi204 bash[23242]: audit 2024-09-21T04:27:28.983705+0000 mon.a (mon.0) 443 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/898846744,v1:172.21.15.28:6803/898846744]' entity='osd.0' 2024-09-21T04:27:30.922 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:30 smithi204 bash[23242]: cluster 2024-09-21T04:27:27.713948+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T04:27:30.922 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:30 smithi204 bash[23242]: cluster 2024-09-21T04:27:27.713948+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T04:27:30.923 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:30 smithi204 bash[23242]: cluster 2024-09-21T04:27:27.714065+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T04:27:30.923 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:30 smithi204 bash[23242]: cluster 2024-09-21T04:27:27.714065+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T04:27:30.923 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:30 smithi204 bash[23242]: audit 2024-09-21T04:27:29.647312+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T04:27:30.923 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:30 smithi204 bash[23242]: audit 2024-09-21T04:27:29.647312+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T04:27:30.923 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:30 smithi204 bash[23242]: cluster 2024-09-21T04:27:29.988424+0000 mon.a (mon.0) 445 : cluster [INF] osd.0 [v2:172.21.15.28:6802/898846744,v1:172.21.15.28:6803/898846744] boot 2024-09-21T04:27:30.923 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:30 smithi204 bash[23242]: cluster 2024-09-21T04:27:29.988424+0000 mon.a (mon.0) 445 : cluster [INF] osd.0 [v2:172.21.15.28:6802/898846744,v1:172.21.15.28:6803/898846744] boot 2024-09-21T04:27:30.923 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:30 smithi204 bash[23242]: cluster 2024-09-21T04:27:29.988506+0000 mon.a (mon.0) 446 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-21T04:27:30.923 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:30 smithi204 bash[23242]: cluster 2024-09-21T04:27:29.988506+0000 mon.a (mon.0) 446 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-21T04:27:30.923 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:30 smithi204 bash[23242]: audit 2024-09-21T04:27:29.988945+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T04:27:30.923 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:30 smithi204 bash[23242]: audit 2024-09-21T04:27:29.988945+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T04:27:30.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:30 smithi028 bash[22708]: cluster 2024-09-21T04:27:27.713948+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T04:27:30.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:30 smithi028 bash[22708]: cluster 2024-09-21T04:27:27.713948+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T04:27:30.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:30 smithi028 bash[22708]: cluster 2024-09-21T04:27:27.714065+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T04:27:30.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:30 smithi028 bash[22708]: cluster 2024-09-21T04:27:27.714065+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T04:27:30.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:30 smithi028 bash[22708]: audit 2024-09-21T04:27:29.647312+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T04:27:30.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:30 smithi028 bash[22708]: audit 2024-09-21T04:27:29.647312+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T04:27:30.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:30 smithi028 bash[22708]: cluster 2024-09-21T04:27:29.988424+0000 mon.a (mon.0) 445 : cluster [INF] osd.0 [v2:172.21.15.28:6802/898846744,v1:172.21.15.28:6803/898846744] boot 2024-09-21T04:27:30.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:30 smithi028 bash[22708]: cluster 2024-09-21T04:27:29.988424+0000 mon.a (mon.0) 445 : cluster [INF] osd.0 [v2:172.21.15.28:6802/898846744,v1:172.21.15.28:6803/898846744] boot 2024-09-21T04:27:30.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:30 smithi028 bash[22708]: cluster 2024-09-21T04:27:29.988506+0000 mon.a (mon.0) 446 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-21T04:27:30.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:30 smithi028 bash[22708]: cluster 2024-09-21T04:27:29.988506+0000 mon.a (mon.0) 446 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-21T04:27:30.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:30 smithi028 bash[22708]: audit 2024-09-21T04:27:29.988945+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T04:27:30.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:30 smithi028 bash[22708]: audit 2024-09-21T04:27:29.988945+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T04:27:31.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:30 smithi032 bash[23468]: cluster 2024-09-21T04:27:27.713948+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T04:27:31.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:30 smithi032 bash[23468]: cluster 2024-09-21T04:27:27.713948+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T04:27:31.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:30 smithi032 bash[23468]: cluster 2024-09-21T04:27:27.714065+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T04:27:31.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:30 smithi032 bash[23468]: cluster 2024-09-21T04:27:27.714065+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T04:27:31.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:30 smithi032 bash[23468]: audit 2024-09-21T04:27:29.647312+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T04:27:31.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:30 smithi032 bash[23468]: audit 2024-09-21T04:27:29.647312+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T04:27:31.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:30 smithi032 bash[23468]: cluster 2024-09-21T04:27:29.988424+0000 mon.a (mon.0) 445 : cluster [INF] osd.0 [v2:172.21.15.28:6802/898846744,v1:172.21.15.28:6803/898846744] boot 2024-09-21T04:27:31.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:30 smithi032 bash[23468]: cluster 2024-09-21T04:27:29.988424+0000 mon.a (mon.0) 445 : cluster [INF] osd.0 [v2:172.21.15.28:6802/898846744,v1:172.21.15.28:6803/898846744] boot 2024-09-21T04:27:31.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:30 smithi032 bash[23468]: cluster 2024-09-21T04:27:29.988506+0000 mon.a (mon.0) 446 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-21T04:27:31.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:30 smithi032 bash[23468]: cluster 2024-09-21T04:27:29.988506+0000 mon.a (mon.0) 446 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-21T04:27:31.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:30 smithi032 bash[23468]: audit 2024-09-21T04:27:29.988945+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T04:27:31.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:30 smithi032 bash[23468]: audit 2024-09-21T04:27:29.988945+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T04:27:31.431 INFO:teuthology.orchestra.run.smithi032.stderr:Inferring config /var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/mon.b/config 2024-09-21T04:27:31.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:31 smithi032 bash[23468]: cluster 2024-09-21T04:27:30.050904+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:27:31.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:31 smithi032 bash[23468]: cluster 2024-09-21T04:27:30.050904+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:27:31.922 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:31 smithi028 bash[22708]: cluster 2024-09-21T04:27:30.050904+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:27:31.923 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:31 smithi028 bash[22708]: cluster 2024-09-21T04:27:30.050904+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:27:32.005 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:31 smithi204 bash[23242]: cluster 2024-09-21T04:27:30.050904+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:27:32.021 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:31 smithi204 bash[23242]: cluster 2024-09-21T04:27:30.050904+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T04:27:32.844 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:32 smithi032 bash[23468]: cluster 2024-09-21T04:27:31.647031+0000 mon.a (mon.0) 448 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-21T04:27:32.844 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:32 smithi032 bash[23468]: cluster 2024-09-21T04:27:31.647031+0000 mon.a (mon.0) 448 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-21T04:27:32.844 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:32 smithi032 bash[23468]: audit 2024-09-21T04:27:31.983918+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:32.844 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:32 smithi032 bash[23468]: audit 2024-09-21T04:27:31.983918+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:32.844 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:32 smithi032 bash[23468]: audit 2024-09-21T04:27:31.991903+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:32.845 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:32 smithi032 bash[23468]: audit 2024-09-21T04:27:31.991903+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:32.845 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:32 smithi032 bash[23468]: audit 2024-09-21T04:27:32.001799+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:32.845 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:32 smithi032 bash[23468]: audit 2024-09-21T04:27:32.001799+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:32.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:32 smithi028 bash[22708]: cluster 2024-09-21T04:27:31.647031+0000 mon.a (mon.0) 448 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-21T04:27:32.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:32 smithi028 bash[22708]: cluster 2024-09-21T04:27:31.647031+0000 mon.a (mon.0) 448 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-21T04:27:32.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:32 smithi028 bash[22708]: audit 2024-09-21T04:27:31.983918+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:32.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:32 smithi028 bash[22708]: audit 2024-09-21T04:27:31.983918+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:32.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:32 smithi028 bash[22708]: audit 2024-09-21T04:27:31.991903+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:32.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:32 smithi028 bash[22708]: audit 2024-09-21T04:27:31.991903+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:32.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:32 smithi028 bash[22708]: audit 2024-09-21T04:27:32.001799+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:32.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:32 smithi028 bash[22708]: audit 2024-09-21T04:27:32.001799+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:33.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:32 smithi204 bash[23242]: cluster 2024-09-21T04:27:31.647031+0000 mon.a (mon.0) 448 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-21T04:27:33.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:32 smithi204 bash[23242]: cluster 2024-09-21T04:27:31.647031+0000 mon.a (mon.0) 448 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-21T04:27:33.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:32 smithi204 bash[23242]: audit 2024-09-21T04:27:31.983918+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:33.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:32 smithi204 bash[23242]: audit 2024-09-21T04:27:31.983918+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:33.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:32 smithi204 bash[23242]: audit 2024-09-21T04:27:31.991903+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:33.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:32 smithi204 bash[23242]: audit 2024-09-21T04:27:31.991903+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:33.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:32 smithi204 bash[23242]: audit 2024-09-21T04:27:32.001799+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:33.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:32 smithi204 bash[23242]: audit 2024-09-21T04:27:32.001799+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:33.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:33 smithi028 bash[22708]: cluster 2024-09-21T04:27:32.051362+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:33.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:33 smithi028 bash[22708]: cluster 2024-09-21T04:27:32.051362+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:34.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:33 smithi032 bash[23468]: cluster 2024-09-21T04:27:32.051362+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:34.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:33 smithi032 bash[23468]: cluster 2024-09-21T04:27:32.051362+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:34.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:33 smithi204 bash[23242]: cluster 2024-09-21T04:27:32.051362+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:34.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:33 smithi204 bash[23242]: cluster 2024-09-21T04:27:32.051362+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:35.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:35 smithi028 bash[22708]: cluster 2024-09-21T04:27:34.051849+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:35.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:35 smithi028 bash[22708]: cluster 2024-09-21T04:27:34.051849+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:36.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:35 smithi032 bash[23468]: cluster 2024-09-21T04:27:34.051849+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:36.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:35 smithi032 bash[23468]: cluster 2024-09-21T04:27:34.051849+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:36.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:35 smithi204 bash[23242]: cluster 2024-09-21T04:27:34.051849+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:36.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:35 smithi204 bash[23242]: cluster 2024-09-21T04:27:34.051849+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:36.322 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-09-21T04:27:36.373 DEBUG:teuthology.orchestra.run.smithi032:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fd0b2732-77d0-11ef-baf5-efdc52797490 -- ceph orch daemon add osd smithi032:vg_nvme/lv_4 2024-09-21T04:27:37.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:37 smithi028 bash[22708]: cluster 2024-09-21T04:27:36.052313+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:37.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:37 smithi028 bash[22708]: cluster 2024-09-21T04:27:36.052313+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:38.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:37 smithi032 bash[23468]: cluster 2024-09-21T04:27:36.052313+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:38.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:37 smithi032 bash[23468]: cluster 2024-09-21T04:27:36.052313+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:38.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:37 smithi204 bash[23242]: cluster 2024-09-21T04:27:36.052313+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:38.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:37 smithi204 bash[23242]: cluster 2024-09-21T04:27:36.052313+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:39.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:39 smithi028 bash[22708]: cluster 2024-09-21T04:27:38.052791+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:39.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:39 smithi028 bash[22708]: cluster 2024-09-21T04:27:38.052791+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:40.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:39 smithi032 bash[23468]: cluster 2024-09-21T04:27:38.052791+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:40.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:39 smithi032 bash[23468]: cluster 2024-09-21T04:27:38.052791+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:40.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:39 smithi204 bash[23242]: cluster 2024-09-21T04:27:38.052791+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:40.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:39 smithi204 bash[23242]: cluster 2024-09-21T04:27:38.052791+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:41.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:41 smithi028 bash[22708]: cluster 2024-09-21T04:27:40.053229+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:41.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:41 smithi028 bash[22708]: cluster 2024-09-21T04:27:40.053229+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:41.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:41 smithi028 bash[22708]: audit 2024-09-21T04:27:40.142668+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:41.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:41 smithi028 bash[22708]: audit 2024-09-21T04:27:40.142668+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:41.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:41 smithi028 bash[22708]: audit 2024-09-21T04:27:40.150706+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:41.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:41 smithi028 bash[22708]: audit 2024-09-21T04:27:40.150706+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:41.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:41 smithi028 bash[22708]: audit 2024-09-21T04:27:40.160125+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:41.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:41 smithi028 bash[22708]: audit 2024-09-21T04:27:40.160125+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:41.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:41 smithi028 bash[22708]: audit 2024-09-21T04:27:40.831127+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:41.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:41 smithi028 bash[22708]: audit 2024-09-21T04:27:40.831127+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:41.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:41 smithi028 bash[22708]: audit 2024-09-21T04:27:40.838999+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:41.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:41 smithi028 bash[22708]: audit 2024-09-21T04:27:40.838999+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:41.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:41 smithi028 bash[22708]: audit 2024-09-21T04:27:40.848292+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:41.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:41 smithi028 bash[22708]: audit 2024-09-21T04:27:40.848292+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:41.539 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:41 smithi032 bash[23468]: cluster 2024-09-21T04:27:40.053229+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:41.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:41 smithi032 bash[23468]: cluster 2024-09-21T04:27:40.053229+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:41.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:41 smithi032 bash[23468]: audit 2024-09-21T04:27:40.142668+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:41.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:41 smithi032 bash[23468]: audit 2024-09-21T04:27:40.142668+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:41.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:41 smithi032 bash[23468]: audit 2024-09-21T04:27:40.150706+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:41.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:41 smithi032 bash[23468]: audit 2024-09-21T04:27:40.150706+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:41.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:41 smithi032 bash[23468]: audit 2024-09-21T04:27:40.160125+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:41.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:41 smithi032 bash[23468]: audit 2024-09-21T04:27:40.160125+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:41.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:41 smithi032 bash[23468]: audit 2024-09-21T04:27:40.831127+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:41.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:41 smithi032 bash[23468]: audit 2024-09-21T04:27:40.831127+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:41.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:41 smithi032 bash[23468]: audit 2024-09-21T04:27:40.838999+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:41.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:41 smithi032 bash[23468]: audit 2024-09-21T04:27:40.838999+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:41.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:41 smithi032 bash[23468]: audit 2024-09-21T04:27:40.848292+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:41.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:41 smithi032 bash[23468]: audit 2024-09-21T04:27:40.848292+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:41.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:41 smithi204 bash[23242]: cluster 2024-09-21T04:27:40.053229+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:41.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:41 smithi204 bash[23242]: cluster 2024-09-21T04:27:40.053229+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:41.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:41 smithi204 bash[23242]: audit 2024-09-21T04:27:40.142668+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:41.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:41 smithi204 bash[23242]: audit 2024-09-21T04:27:40.142668+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:41.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:41 smithi204 bash[23242]: audit 2024-09-21T04:27:40.150706+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:41.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:41 smithi204 bash[23242]: audit 2024-09-21T04:27:40.150706+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:41.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:41 smithi204 bash[23242]: audit 2024-09-21T04:27:40.160125+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:41.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:41 smithi204 bash[23242]: audit 2024-09-21T04:27:40.160125+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:41.575 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:41 smithi204 bash[23242]: audit 2024-09-21T04:27:40.831127+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:41.575 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:41 smithi204 bash[23242]: audit 2024-09-21T04:27:40.831127+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:41.575 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:41 smithi204 bash[23242]: audit 2024-09-21T04:27:40.838999+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:41.575 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:41 smithi204 bash[23242]: audit 2024-09-21T04:27:40.838999+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:41.575 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:41 smithi204 bash[23242]: audit 2024-09-21T04:27:40.848292+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:41.575 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:41 smithi204 bash[23242]: audit 2024-09-21T04:27:40.848292+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:41.720 INFO:teuthology.orchestra.run.smithi032.stderr:Inferring config /var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/mon.b/config 2024-09-21T04:27:43.485 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:43 smithi028 bash[22708]: cluster 2024-09-21T04:27:42.053691+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:43.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:43 smithi028 bash[22708]: cluster 2024-09-21T04:27:42.053691+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:43.539 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:43 smithi032 bash[23468]: cluster 2024-09-21T04:27:42.053691+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:43.539 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:43 smithi032 bash[23468]: cluster 2024-09-21T04:27:42.053691+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:43.597 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:43 smithi204 bash[23242]: cluster 2024-09-21T04:27:42.053691+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:43.597 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:43 smithi204 bash[23242]: cluster 2024-09-21T04:27:42.053691+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:44.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:44 smithi028 bash[22708]: audit 2024-09-21T04:27:43.151112+0000 mgr.a (mgr.14152) 156 : audit [DBG] from='client.24137 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi032:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:27:44.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:44 smithi028 bash[22708]: audit 2024-09-21T04:27:43.151112+0000 mgr.a (mgr.14152) 156 : audit [DBG] from='client.24137 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi032:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:27:44.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:44 smithi028 bash[22708]: audit 2024-09-21T04:27:43.157900+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T04:27:44.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:44 smithi028 bash[22708]: audit 2024-09-21T04:27:43.157900+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T04:27:44.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:44 smithi028 bash[22708]: audit 2024-09-21T04:27:43.163920+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T04:27:44.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:44 smithi028 bash[22708]: audit 2024-09-21T04:27:43.163920+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T04:27:44.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:44 smithi028 bash[22708]: audit 2024-09-21T04:27:43.165641+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:27:44.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:44 smithi028 bash[22708]: audit 2024-09-21T04:27:43.165641+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:27:44.539 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:44 smithi032 bash[23468]: audit 2024-09-21T04:27:43.151112+0000 mgr.a (mgr.14152) 156 : audit [DBG] from='client.24137 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi032:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:27:44.539 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:44 smithi032 bash[23468]: audit 2024-09-21T04:27:43.151112+0000 mgr.a (mgr.14152) 156 : audit [DBG] from='client.24137 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi032:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:27:44.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:44 smithi032 bash[23468]: audit 2024-09-21T04:27:43.157900+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T04:27:44.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:44 smithi032 bash[23468]: audit 2024-09-21T04:27:43.157900+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T04:27:44.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:44 smithi032 bash[23468]: audit 2024-09-21T04:27:43.163920+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T04:27:44.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:44 smithi032 bash[23468]: audit 2024-09-21T04:27:43.163920+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T04:27:44.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:44 smithi032 bash[23468]: audit 2024-09-21T04:27:43.165641+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:27:44.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:44 smithi032 bash[23468]: audit 2024-09-21T04:27:43.165641+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:27:44.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:44 smithi204 bash[23242]: audit 2024-09-21T04:27:43.151112+0000 mgr.a (mgr.14152) 156 : audit [DBG] from='client.24137 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi032:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:27:44.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:44 smithi204 bash[23242]: audit 2024-09-21T04:27:43.151112+0000 mgr.a (mgr.14152) 156 : audit [DBG] from='client.24137 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi032:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:27:44.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:44 smithi204 bash[23242]: audit 2024-09-21T04:27:43.157900+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T04:27:44.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:44 smithi204 bash[23242]: audit 2024-09-21T04:27:43.157900+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T04:27:44.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:44 smithi204 bash[23242]: audit 2024-09-21T04:27:43.163920+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T04:27:44.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:44 smithi204 bash[23242]: audit 2024-09-21T04:27:43.163920+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T04:27:44.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:44 smithi204 bash[23242]: audit 2024-09-21T04:27:43.165641+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:27:44.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:44 smithi204 bash[23242]: audit 2024-09-21T04:27:43.165641+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:27:45.485 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:45 smithi028 bash[22708]: cluster 2024-09-21T04:27:44.054165+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:45.485 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:45 smithi028 bash[22708]: cluster 2024-09-21T04:27:44.054165+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:45.539 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:45 smithi032 bash[23468]: cluster 2024-09-21T04:27:44.054165+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:45.539 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:45 smithi032 bash[23468]: cluster 2024-09-21T04:27:44.054165+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:45.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:45 smithi204 bash[23242]: cluster 2024-09-21T04:27:44.054165+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:45.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:45 smithi204 bash[23242]: cluster 2024-09-21T04:27:44.054165+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:47.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:47 smithi204 bash[23242]: cluster 2024-09-21T04:27:46.054665+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:47.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:47 smithi204 bash[23242]: cluster 2024-09-21T04:27:46.054665+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:47.485 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:47 smithi028 bash[22708]: cluster 2024-09-21T04:27:46.054665+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:47.485 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:47 smithi028 bash[22708]: cluster 2024-09-21T04:27:46.054665+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:47.539 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:47 smithi032 bash[23468]: cluster 2024-09-21T04:27:46.054665+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:47.539 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:47 smithi032 bash[23468]: cluster 2024-09-21T04:27:46.054665+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:49.485 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:49 smithi028 bash[22708]: cluster 2024-09-21T04:27:48.055133+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:49.485 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:49 smithi028 bash[22708]: cluster 2024-09-21T04:27:48.055133+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:49.492 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:49 smithi032 bash[23468]: cluster 2024-09-21T04:27:48.055133+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:49.492 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:49 smithi032 bash[23468]: cluster 2024-09-21T04:27:48.055133+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:49.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:49 smithi204 bash[23242]: cluster 2024-09-21T04:27:48.055133+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:49.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:49 smithi204 bash[23242]: cluster 2024-09-21T04:27:48.055133+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:51.485 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:51 smithi028 bash[22708]: cluster 2024-09-21T04:27:50.055622+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:51.485 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:51 smithi028 bash[22708]: cluster 2024-09-21T04:27:50.055622+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:51.489 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:51 smithi204 bash[23242]: cluster 2024-09-21T04:27:50.055622+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:51.489 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:51 smithi204 bash[23242]: cluster 2024-09-21T04:27:50.055622+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:51.539 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:51 smithi032 bash[23468]: cluster 2024-09-21T04:27:50.055622+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:51.539 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:51 smithi032 bash[23468]: cluster 2024-09-21T04:27:50.055622+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:52.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:52 smithi028 bash[22708]: audit 2024-09-21T04:27:51.728707+0000 mon.a (mon.0) 461 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "bceb6597-f340-4f21-b3da-871a6bc6b23e"} : dispatch 2024-09-21T04:27:52.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:52 smithi028 bash[22708]: audit 2024-09-21T04:27:51.728707+0000 mon.a (mon.0) 461 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "bceb6597-f340-4f21-b3da-871a6bc6b23e"} : dispatch 2024-09-21T04:27:52.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:52 smithi028 bash[22708]: audit 2024-09-21T04:27:51.729533+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.32:0/1842659696' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "bceb6597-f340-4f21-b3da-871a6bc6b23e"} : dispatch 2024-09-21T04:27:52.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:52 smithi028 bash[22708]: audit 2024-09-21T04:27:51.729533+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.32:0/1842659696' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "bceb6597-f340-4f21-b3da-871a6bc6b23e"} : dispatch 2024-09-21T04:27:52.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:52 smithi028 bash[22708]: audit 2024-09-21T04:27:51.731648+0000 mon.a (mon.0) 462 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bceb6597-f340-4f21-b3da-871a6bc6b23e"}]': finished 2024-09-21T04:27:52.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:52 smithi028 bash[22708]: audit 2024-09-21T04:27:51.731648+0000 mon.a (mon.0) 462 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bceb6597-f340-4f21-b3da-871a6bc6b23e"}]': finished 2024-09-21T04:27:52.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:52 smithi028 bash[22708]: cluster 2024-09-21T04:27:51.736866+0000 mon.a (mon.0) 463 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-21T04:27:52.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:52 smithi028 bash[22708]: cluster 2024-09-21T04:27:51.736866+0000 mon.a (mon.0) 463 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-21T04:27:52.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:52 smithi028 bash[22708]: audit 2024-09-21T04:27:51.737286+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T04:27:52.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:52 smithi028 bash[22708]: audit 2024-09-21T04:27:51.737286+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T04:27:52.539 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:52 smithi032 bash[23468]: audit 2024-09-21T04:27:51.728707+0000 mon.a (mon.0) 461 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "bceb6597-f340-4f21-b3da-871a6bc6b23e"} : dispatch 2024-09-21T04:27:52.539 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:52 smithi032 bash[23468]: audit 2024-09-21T04:27:51.728707+0000 mon.a (mon.0) 461 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "bceb6597-f340-4f21-b3da-871a6bc6b23e"} : dispatch 2024-09-21T04:27:52.539 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:52 smithi032 bash[23468]: audit 2024-09-21T04:27:51.729533+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.32:0/1842659696' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "bceb6597-f340-4f21-b3da-871a6bc6b23e"} : dispatch 2024-09-21T04:27:52.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:52 smithi032 bash[23468]: audit 2024-09-21T04:27:51.729533+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.32:0/1842659696' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "bceb6597-f340-4f21-b3da-871a6bc6b23e"} : dispatch 2024-09-21T04:27:52.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:52 smithi032 bash[23468]: audit 2024-09-21T04:27:51.731648+0000 mon.a (mon.0) 462 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bceb6597-f340-4f21-b3da-871a6bc6b23e"}]': finished 2024-09-21T04:27:52.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:52 smithi032 bash[23468]: audit 2024-09-21T04:27:51.731648+0000 mon.a (mon.0) 462 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bceb6597-f340-4f21-b3da-871a6bc6b23e"}]': finished 2024-09-21T04:27:52.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:52 smithi032 bash[23468]: cluster 2024-09-21T04:27:51.736866+0000 mon.a (mon.0) 463 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-21T04:27:52.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:52 smithi032 bash[23468]: cluster 2024-09-21T04:27:51.736866+0000 mon.a (mon.0) 463 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-21T04:27:52.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:52 smithi032 bash[23468]: audit 2024-09-21T04:27:51.737286+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T04:27:52.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:52 smithi032 bash[23468]: audit 2024-09-21T04:27:51.737286+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T04:27:52.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:52 smithi204 bash[23242]: audit 2024-09-21T04:27:51.728707+0000 mon.a (mon.0) 461 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "bceb6597-f340-4f21-b3da-871a6bc6b23e"} : dispatch 2024-09-21T04:27:52.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:52 smithi204 bash[23242]: audit 2024-09-21T04:27:51.728707+0000 mon.a (mon.0) 461 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "bceb6597-f340-4f21-b3da-871a6bc6b23e"} : dispatch 2024-09-21T04:27:52.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:52 smithi204 bash[23242]: audit 2024-09-21T04:27:51.729533+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.32:0/1842659696' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "bceb6597-f340-4f21-b3da-871a6bc6b23e"} : dispatch 2024-09-21T04:27:52.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:52 smithi204 bash[23242]: audit 2024-09-21T04:27:51.729533+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.32:0/1842659696' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "bceb6597-f340-4f21-b3da-871a6bc6b23e"} : dispatch 2024-09-21T04:27:52.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:52 smithi204 bash[23242]: audit 2024-09-21T04:27:51.731648+0000 mon.a (mon.0) 462 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bceb6597-f340-4f21-b3da-871a6bc6b23e"}]': finished 2024-09-21T04:27:52.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:52 smithi204 bash[23242]: audit 2024-09-21T04:27:51.731648+0000 mon.a (mon.0) 462 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bceb6597-f340-4f21-b3da-871a6bc6b23e"}]': finished 2024-09-21T04:27:52.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:52 smithi204 bash[23242]: cluster 2024-09-21T04:27:51.736866+0000 mon.a (mon.0) 463 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-21T04:27:52.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:52 smithi204 bash[23242]: cluster 2024-09-21T04:27:51.736866+0000 mon.a (mon.0) 463 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-21T04:27:52.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:52 smithi204 bash[23242]: audit 2024-09-21T04:27:51.737286+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T04:27:52.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:52 smithi204 bash[23242]: audit 2024-09-21T04:27:51.737286+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T04:27:53.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:53 smithi028 bash[22708]: cluster 2024-09-21T04:27:52.056106+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:53.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:53 smithi028 bash[22708]: cluster 2024-09-21T04:27:52.056106+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:53.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:53 smithi028 bash[22708]: audit 2024-09-21T04:27:52.207709+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:53.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:53 smithi028 bash[22708]: audit 2024-09-21T04:27:52.207709+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:53.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:53 smithi028 bash[22708]: audit 2024-09-21T04:27:52.215370+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:53.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:53 smithi028 bash[22708]: audit 2024-09-21T04:27:52.215370+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:53.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:53 smithi028 bash[22708]: audit 2024-09-21T04:27:52.224585+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:53.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:53 smithi028 bash[22708]: audit 2024-09-21T04:27:52.224585+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:53.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:53 smithi028 bash[22708]: audit 2024-09-21T04:27:52.366886+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.32:0/175839862' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T04:27:53.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:53 smithi028 bash[22708]: audit 2024-09-21T04:27:52.366886+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.32:0/175839862' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T04:27:53.539 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:53 smithi032 bash[23468]: cluster 2024-09-21T04:27:52.056106+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:53.539 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:53 smithi032 bash[23468]: cluster 2024-09-21T04:27:52.056106+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:53.539 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:53 smithi032 bash[23468]: audit 2024-09-21T04:27:52.207709+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:53.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:53 smithi032 bash[23468]: audit 2024-09-21T04:27:52.207709+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:53.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:53 smithi032 bash[23468]: audit 2024-09-21T04:27:52.215370+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:53.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:53 smithi032 bash[23468]: audit 2024-09-21T04:27:52.215370+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:53.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:53 smithi032 bash[23468]: audit 2024-09-21T04:27:52.224585+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:53.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:53 smithi032 bash[23468]: audit 2024-09-21T04:27:52.224585+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:53.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:53 smithi032 bash[23468]: audit 2024-09-21T04:27:52.366886+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.32:0/175839862' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T04:27:53.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:53 smithi032 bash[23468]: audit 2024-09-21T04:27:52.366886+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.32:0/175839862' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T04:27:53.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:53 smithi204 bash[23242]: cluster 2024-09-21T04:27:52.056106+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:53.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:53 smithi204 bash[23242]: cluster 2024-09-21T04:27:52.056106+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:53.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:53 smithi204 bash[23242]: audit 2024-09-21T04:27:52.207709+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:53.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:53 smithi204 bash[23242]: audit 2024-09-21T04:27:52.207709+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:53.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:53 smithi204 bash[23242]: audit 2024-09-21T04:27:52.215370+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:53.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:53 smithi204 bash[23242]: audit 2024-09-21T04:27:52.215370+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:53.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:53 smithi204 bash[23242]: audit 2024-09-21T04:27:52.224585+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:53.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:53 smithi204 bash[23242]: audit 2024-09-21T04:27:52.224585+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:27:53.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:53 smithi204 bash[23242]: audit 2024-09-21T04:27:52.366886+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.32:0/175839862' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T04:27:53.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:53 smithi204 bash[23242]: audit 2024-09-21T04:27:52.366886+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.32:0/175839862' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T04:27:55.485 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:55 smithi028 bash[22708]: cluster 2024-09-21T04:27:54.056626+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:55.485 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:55 smithi028 bash[22708]: cluster 2024-09-21T04:27:54.056626+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:55.539 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:55 smithi032 bash[23468]: cluster 2024-09-21T04:27:54.056626+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:55.539 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:55 smithi032 bash[23468]: cluster 2024-09-21T04:27:54.056626+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:55.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:55 smithi204 bash[23242]: cluster 2024-09-21T04:27:54.056626+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:55.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:55 smithi204 bash[23242]: cluster 2024-09-21T04:27:54.056626+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:57.485 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:57 smithi028 bash[22708]: cluster 2024-09-21T04:27:56.057100+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:57.485 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:57 smithi028 bash[22708]: cluster 2024-09-21T04:27:56.057100+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:57.539 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:57 smithi032 bash[23468]: cluster 2024-09-21T04:27:56.057100+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:57.539 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:57 smithi032 bash[23468]: cluster 2024-09-21T04:27:56.057100+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:57.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:57 smithi204 bash[23242]: cluster 2024-09-21T04:27:56.057100+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:57.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:57 smithi204 bash[23242]: cluster 2024-09-21T04:27:56.057100+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:59.485 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:59 smithi028 bash[22708]: cluster 2024-09-21T04:27:58.057516+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:59.485 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:27:59 smithi028 bash[22708]: cluster 2024-09-21T04:27:58.057516+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:59.539 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:59 smithi032 bash[23468]: cluster 2024-09-21T04:27:58.057516+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:59.539 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:27:59 smithi032 bash[23468]: cluster 2024-09-21T04:27:58.057516+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:59.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:59 smithi204 bash[23242]: cluster 2024-09-21T04:27:58.057516+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:27:59.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:27:59 smithi204 bash[23242]: cluster 2024-09-21T04:27:58.057516+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:01.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:01 smithi028 bash[22708]: cluster 2024-09-21T04:28:00.058076+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:01.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:01 smithi028 bash[22708]: cluster 2024-09-21T04:28:00.058076+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:01.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:01 smithi028 bash[22708]: audit 2024-09-21T04:28:00.359940+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:01.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:01 smithi028 bash[22708]: audit 2024-09-21T04:28:00.359940+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:01.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:01 smithi028 bash[22708]: audit 2024-09-21T04:28:00.367603+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:01.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:01 smithi028 bash[22708]: audit 2024-09-21T04:28:00.367603+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:01.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:01 smithi028 bash[22708]: audit 2024-09-21T04:28:00.376681+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:01.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:01 smithi028 bash[22708]: audit 2024-09-21T04:28:00.376681+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:01.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:01 smithi028 bash[22708]: audit 2024-09-21T04:28:01.047057+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:01.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:01 smithi028 bash[22708]: audit 2024-09-21T04:28:01.047057+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:01.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:01 smithi028 bash[22708]: audit 2024-09-21T04:28:01.055007+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:01.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:01 smithi028 bash[22708]: audit 2024-09-21T04:28:01.055007+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:01.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:01 smithi028 bash[22708]: audit 2024-09-21T04:28:01.064769+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:01.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:01 smithi028 bash[22708]: audit 2024-09-21T04:28:01.064769+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:01.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:01 smithi032 bash[23468]: cluster 2024-09-21T04:28:00.058076+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:01.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:01 smithi032 bash[23468]: cluster 2024-09-21T04:28:00.058076+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:01.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:01 smithi032 bash[23468]: audit 2024-09-21T04:28:00.359940+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:01.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:01 smithi032 bash[23468]: audit 2024-09-21T04:28:00.359940+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:01.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:01 smithi032 bash[23468]: audit 2024-09-21T04:28:00.367603+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:01.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:01 smithi032 bash[23468]: audit 2024-09-21T04:28:00.367603+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:01.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:01 smithi032 bash[23468]: audit 2024-09-21T04:28:00.376681+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:01.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:01 smithi032 bash[23468]: audit 2024-09-21T04:28:00.376681+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:01.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:01 smithi032 bash[23468]: audit 2024-09-21T04:28:01.047057+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:01.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:01 smithi032 bash[23468]: audit 2024-09-21T04:28:01.047057+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:01.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:01 smithi032 bash[23468]: audit 2024-09-21T04:28:01.055007+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:01.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:01 smithi032 bash[23468]: audit 2024-09-21T04:28:01.055007+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:01.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:01 smithi032 bash[23468]: audit 2024-09-21T04:28:01.064769+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:01.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:01 smithi032 bash[23468]: audit 2024-09-21T04:28:01.064769+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:01.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:01 smithi204 bash[23242]: cluster 2024-09-21T04:28:00.058076+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:01.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:01 smithi204 bash[23242]: cluster 2024-09-21T04:28:00.058076+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:01.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:01 smithi204 bash[23242]: audit 2024-09-21T04:28:00.359940+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:01.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:01 smithi204 bash[23242]: audit 2024-09-21T04:28:00.359940+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:01.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:01 smithi204 bash[23242]: audit 2024-09-21T04:28:00.367603+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:01.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:01 smithi204 bash[23242]: audit 2024-09-21T04:28:00.367603+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:01.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:01 smithi204 bash[23242]: audit 2024-09-21T04:28:00.376681+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:01.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:01 smithi204 bash[23242]: audit 2024-09-21T04:28:00.376681+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:01.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:01 smithi204 bash[23242]: audit 2024-09-21T04:28:01.047057+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:01.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:01 smithi204 bash[23242]: audit 2024-09-21T04:28:01.047057+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:01.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:01 smithi204 bash[23242]: audit 2024-09-21T04:28:01.055007+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:01.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:01 smithi204 bash[23242]: audit 2024-09-21T04:28:01.055007+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:01.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:01 smithi204 bash[23242]: audit 2024-09-21T04:28:01.064769+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:01.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:01 smithi204 bash[23242]: audit 2024-09-21T04:28:01.064769+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:02.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:02 smithi028 bash[22708]: cephadm 2024-09-21T04:28:01.057708+0000 mgr.a (mgr.14152) 166 : cephadm [INF] Detected new or changed devices on smithi032 2024-09-21T04:28:03.692 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:02 smithi028 bash[22708]: cephadm 2024-09-21T04:28:01.057708+0000 mgr.a (mgr.14152) 166 : cephadm [INF] Detected new or changed devices on smithi032 2024-09-21T04:28:03.693 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:02 smithi204 bash[23242]: cephadm 2024-09-21T04:28:01.057708+0000 mgr.a (mgr.14152) 166 : cephadm [INF] Detected new or changed devices on smithi032 2024-09-21T04:28:03.693 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:02 smithi204 bash[23242]: cephadm 2024-09-21T04:28:01.057708+0000 mgr.a (mgr.14152) 166 : cephadm [INF] Detected new or changed devices on smithi032 2024-09-21T04:28:03.693 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:02 smithi032 bash[23468]: cephadm 2024-09-21T04:28:01.057708+0000 mgr.a (mgr.14152) 166 : cephadm [INF] Detected new or changed devices on smithi032 2024-09-21T04:28:03.694 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:02 smithi032 bash[23468]: cephadm 2024-09-21T04:28:01.057708+0000 mgr.a (mgr.14152) 166 : cephadm [INF] Detected new or changed devices on smithi032 2024-09-21T04:28:03.694 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:03 smithi032 bash[23468]: cluster 2024-09-21T04:28:02.058572+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:03.694 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:03 smithi032 bash[23468]: cluster 2024-09-21T04:28:02.058572+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:03.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:03 smithi028 bash[22708]: cluster 2024-09-21T04:28:02.058572+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:03.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:03 smithi028 bash[22708]: cluster 2024-09-21T04:28:02.058572+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:03.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:03 smithi204 bash[23242]: cluster 2024-09-21T04:28:02.058572+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:03.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:03 smithi204 bash[23242]: cluster 2024-09-21T04:28:02.058572+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:05.539 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:05 smithi032 bash[23468]: cluster 2024-09-21T04:28:04.058997+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:05.539 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:05 smithi032 bash[23468]: cluster 2024-09-21T04:28:04.058997+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:05.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:05 smithi028 bash[22708]: cluster 2024-09-21T04:28:04.058997+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:05.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:05 smithi028 bash[22708]: cluster 2024-09-21T04:28:04.058997+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:05.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:05 smithi204 bash[23242]: cluster 2024-09-21T04:28:04.058997+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:05.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:05 smithi204 bash[23242]: cluster 2024-09-21T04:28:04.058997+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:06.703 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:06 smithi204 bash[23242]: audit 2024-09-21T04:28:06.124514+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-21T04:28:06.703 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:06 smithi204 bash[23242]: audit 2024-09-21T04:28:06.124514+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-21T04:28:06.703 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:06 smithi204 bash[23242]: audit 2024-09-21T04:28:06.126365+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:28:06.703 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:06 smithi204 bash[23242]: audit 2024-09-21T04:28:06.126365+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:28:06.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:06 smithi028 bash[22708]: audit 2024-09-21T04:28:06.124514+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-21T04:28:06.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:06 smithi028 bash[22708]: audit 2024-09-21T04:28:06.124514+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-21T04:28:06.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:06 smithi028 bash[22708]: audit 2024-09-21T04:28:06.126365+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:28:06.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:06 smithi028 bash[22708]: audit 2024-09-21T04:28:06.126365+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:28:06.764 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:06 smithi032 bash[23468]: audit 2024-09-21T04:28:06.124514+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-21T04:28:06.764 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:06 smithi032 bash[23468]: audit 2024-09-21T04:28:06.124514+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-21T04:28:06.764 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:06 smithi032 bash[23468]: audit 2024-09-21T04:28:06.126365+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:28:06.764 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:06 smithi032 bash[23468]: audit 2024-09-21T04:28:06.126365+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:28:07.639 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:07 smithi032 bash[23468]: cluster 2024-09-21T04:28:06.059442+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:07.639 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:07 smithi032 bash[23468]: cluster 2024-09-21T04:28:06.059442+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:07.639 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:07 smithi032 bash[23468]: cephadm 2024-09-21T04:28:06.127985+0000 mgr.a (mgr.14152) 170 : cephadm [INF] Deploying daemon osd.1 on smithi032 2024-09-21T04:28:07.639 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:07 smithi032 bash[23468]: cephadm 2024-09-21T04:28:06.127985+0000 mgr.a (mgr.14152) 170 : cephadm [INF] Deploying daemon osd.1 on smithi032 2024-09-21T04:28:07.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:07 smithi028 bash[22708]: cluster 2024-09-21T04:28:06.059442+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:07.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:07 smithi028 bash[22708]: cluster 2024-09-21T04:28:06.059442+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:07.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:07 smithi028 bash[22708]: cephadm 2024-09-21T04:28:06.127985+0000 mgr.a (mgr.14152) 170 : cephadm [INF] Deploying daemon osd.1 on smithi032 2024-09-21T04:28:07.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:07 smithi028 bash[22708]: cephadm 2024-09-21T04:28:06.127985+0000 mgr.a (mgr.14152) 170 : cephadm [INF] Deploying daemon osd.1 on smithi032 2024-09-21T04:28:07.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:07 smithi204 bash[23242]: cluster 2024-09-21T04:28:06.059442+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:07.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:07 smithi204 bash[23242]: cluster 2024-09-21T04:28:06.059442+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:07.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:07 smithi204 bash[23242]: cephadm 2024-09-21T04:28:06.127985+0000 mgr.a (mgr.14152) 170 : cephadm [INF] Deploying daemon osd.1 on smithi032 2024-09-21T04:28:07.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:07 smithi204 bash[23242]: cephadm 2024-09-21T04:28:06.127985+0000 mgr.a (mgr.14152) 170 : cephadm [INF] Deploying daemon osd.1 on smithi032 2024-09-21T04:28:09.539 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:09 smithi032 bash[23468]: cluster 2024-09-21T04:28:08.059966+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:09.539 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:09 smithi032 bash[23468]: cluster 2024-09-21T04:28:08.059966+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:09.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:09 smithi028 bash[22708]: cluster 2024-09-21T04:28:08.059966+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:09.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:09 smithi028 bash[22708]: cluster 2024-09-21T04:28:08.059966+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:09.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:09 smithi204 bash[23242]: cluster 2024-09-21T04:28:08.059966+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:09.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:09 smithi204 bash[23242]: cluster 2024-09-21T04:28:08.059966+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:10.595 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:10 smithi032 systemd[1]: /etc/systemd/system/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your 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-21T04:28:10.595 INFO:journalctl@ceph.mgr.b.smithi032.stdout:Sep 21 04:28:10 smithi032 systemd[1]: /etc/systemd/system/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your 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-21T04:28:10.917 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:10 smithi032 systemd[1]: /etc/systemd/system/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your 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-21T04:28:10.917 INFO:journalctl@ceph.mgr.b.smithi032.stdout:Sep 21 04:28:10 smithi032 systemd[1]: /etc/systemd/system/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your 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-21T04:28:11.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:11 smithi028 bash[22708]: cluster 2024-09-21T04:28:10.060489+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:11.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:11 smithi028 bash[22708]: cluster 2024-09-21T04:28:10.060489+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:11.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:11 smithi028 bash[22708]: audit 2024-09-21T04:28:10.851635+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:28:11.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:11 smithi028 bash[22708]: audit 2024-09-21T04:28:10.851635+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:28:11.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:11 smithi028 bash[22708]: audit 2024-09-21T04:28:10.859880+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:11.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:11 smithi028 bash[22708]: audit 2024-09-21T04:28:10.859880+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:11.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:11 smithi028 bash[22708]: audit 2024-09-21T04:28:10.860743+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:28:11.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:11 smithi028 bash[22708]: audit 2024-09-21T04:28:10.860743+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:28:11.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:11 smithi028 bash[22708]: audit 2024-09-21T04:28:10.864188+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:28:11.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:11 smithi028 bash[22708]: audit 2024-09-21T04:28:10.864188+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:28:11.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:11 smithi028 bash[22708]: audit 2024-09-21T04:28:10.868712+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:11.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:11 smithi028 bash[22708]: audit 2024-09-21T04:28:10.868712+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:11.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:11 smithi028 bash[22708]: audit 2024-09-21T04:28:10.880661+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:11.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:11 smithi028 bash[22708]: audit 2024-09-21T04:28:10.880661+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:11.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:11 smithi032 bash[23468]: cluster 2024-09-21T04:28:10.060489+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:11.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:11 smithi032 bash[23468]: cluster 2024-09-21T04:28:10.060489+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:11.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:11 smithi032 bash[23468]: audit 2024-09-21T04:28:10.851635+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:28:11.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:11 smithi032 bash[23468]: audit 2024-09-21T04:28:10.851635+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:28:11.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:11 smithi032 bash[23468]: audit 2024-09-21T04:28:10.859880+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:11.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:11 smithi032 bash[23468]: audit 2024-09-21T04:28:10.859880+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:11.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:11 smithi032 bash[23468]: audit 2024-09-21T04:28:10.860743+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:28:11.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:11 smithi032 bash[23468]: audit 2024-09-21T04:28:10.860743+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:28:11.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:11 smithi032 bash[23468]: audit 2024-09-21T04:28:10.864188+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:28:11.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:11 smithi032 bash[23468]: audit 2024-09-21T04:28:10.864188+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:28:11.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:11 smithi032 bash[23468]: audit 2024-09-21T04:28:10.868712+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:11.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:11 smithi032 bash[23468]: audit 2024-09-21T04:28:10.868712+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:11.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:11 smithi032 bash[23468]: audit 2024-09-21T04:28:10.880661+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:11.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:11 smithi032 bash[23468]: audit 2024-09-21T04:28:10.880661+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:11.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:11 smithi204 bash[23242]: cluster 2024-09-21T04:28:10.060489+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:11.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:11 smithi204 bash[23242]: cluster 2024-09-21T04:28:10.060489+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:11.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:11 smithi204 bash[23242]: audit 2024-09-21T04:28:10.851635+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:28:11.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:11 smithi204 bash[23242]: audit 2024-09-21T04:28:10.851635+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:28:11.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:11 smithi204 bash[23242]: audit 2024-09-21T04:28:10.859880+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:11.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:11 smithi204 bash[23242]: audit 2024-09-21T04:28:10.859880+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:11.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:11 smithi204 bash[23242]: audit 2024-09-21T04:28:10.860743+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:28:11.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:11 smithi204 bash[23242]: audit 2024-09-21T04:28:10.860743+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:28:11.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:11 smithi204 bash[23242]: audit 2024-09-21T04:28:10.864188+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:28:11.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:11 smithi204 bash[23242]: audit 2024-09-21T04:28:10.864188+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:28:11.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:11 smithi204 bash[23242]: audit 2024-09-21T04:28:10.868712+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:11.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:11 smithi204 bash[23242]: audit 2024-09-21T04:28:10.868712+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:11.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:11 smithi204 bash[23242]: audit 2024-09-21T04:28:10.880661+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:11.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:11 smithi204 bash[23242]: audit 2024-09-21T04:28:10.880661+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:13.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:13 smithi028 bash[22708]: cluster 2024-09-21T04:28:12.060888+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:13.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:13 smithi028 bash[22708]: cluster 2024-09-21T04:28:12.060888+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:13.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:13 smithi028 bash[22708]: audit 2024-09-21T04:28:12.410473+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:13.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:13 smithi028 bash[22708]: audit 2024-09-21T04:28:12.410473+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:13.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:13 smithi028 bash[22708]: audit 2024-09-21T04:28:12.418063+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:13.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:13 smithi028 bash[22708]: audit 2024-09-21T04:28:12.418063+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:13.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:13 smithi028 bash[22708]: audit 2024-09-21T04:28:12.426482+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:13.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:13 smithi028 bash[22708]: audit 2024-09-21T04:28:12.426482+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:13.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:13 smithi032 bash[23468]: cluster 2024-09-21T04:28:12.060888+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:13.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:13 smithi032 bash[23468]: cluster 2024-09-21T04:28:12.060888+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:13.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:13 smithi032 bash[23468]: audit 2024-09-21T04:28:12.410473+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:13.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:13 smithi032 bash[23468]: audit 2024-09-21T04:28:12.410473+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:13.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:13 smithi032 bash[23468]: audit 2024-09-21T04:28:12.418063+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:13.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:13 smithi032 bash[23468]: audit 2024-09-21T04:28:12.418063+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:13.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:13 smithi032 bash[23468]: audit 2024-09-21T04:28:12.426482+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:13.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:13 smithi032 bash[23468]: audit 2024-09-21T04:28:12.426482+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:13.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:13 smithi204 bash[23242]: cluster 2024-09-21T04:28:12.060888+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:13.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:13 smithi204 bash[23242]: cluster 2024-09-21T04:28:12.060888+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:13.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:13 smithi204 bash[23242]: audit 2024-09-21T04:28:12.410473+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:13.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:13 smithi204 bash[23242]: audit 2024-09-21T04:28:12.410473+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:13.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:13 smithi204 bash[23242]: audit 2024-09-21T04:28:12.418063+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:13.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:13 smithi204 bash[23242]: audit 2024-09-21T04:28:12.418063+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:13.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:13 smithi204 bash[23242]: audit 2024-09-21T04:28:12.426482+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:13.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:13 smithi204 bash[23242]: audit 2024-09-21T04:28:12.426482+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:15.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:15 smithi028 bash[22708]: cluster 2024-09-21T04:28:14.061326+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:15.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:15 smithi028 bash[22708]: cluster 2024-09-21T04:28:14.061326+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:15.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:15 smithi032 bash[23468]: cluster 2024-09-21T04:28:14.061326+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:15.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:15 smithi032 bash[23468]: cluster 2024-09-21T04:28:14.061326+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:15.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:15 smithi204 bash[23242]: cluster 2024-09-21T04:28:14.061326+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:15.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:15 smithi204 bash[23242]: cluster 2024-09-21T04:28:14.061326+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:17.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:17 smithi028 bash[22708]: cluster 2024-09-21T04:28:16.061806+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:17.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:17 smithi028 bash[22708]: cluster 2024-09-21T04:28:16.061806+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:17.763 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:17 smithi032 bash[23468]: cluster 2024-09-21T04:28:16.061806+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:17.763 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:17 smithi032 bash[23468]: cluster 2024-09-21T04:28:16.061806+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:17.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:17 smithi204 bash[23242]: cluster 2024-09-21T04:28:16.061806+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:17.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:17 smithi204 bash[23242]: cluster 2024-09-21T04:28:16.061806+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:19.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:19 smithi028 bash[22708]: cluster 2024-09-21T04:28:18.062313+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:19.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:19 smithi028 bash[22708]: cluster 2024-09-21T04:28:18.062313+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:19.764 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:19 smithi032 bash[23468]: cluster 2024-09-21T04:28:18.062313+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:19.764 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:19 smithi032 bash[23468]: cluster 2024-09-21T04:28:18.062313+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:19.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:19 smithi204 bash[23242]: cluster 2024-09-21T04:28:18.062313+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:19.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:19 smithi204 bash[23242]: cluster 2024-09-21T04:28:18.062313+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:21.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:21 smithi028 bash[22708]: cluster 2024-09-21T04:28:20.062857+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:21.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:21 smithi028 bash[22708]: cluster 2024-09-21T04:28:20.062857+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:21.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:21 smithi028 bash[22708]: audit 2024-09-21T04:28:20.575152+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:21.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:21 smithi028 bash[22708]: audit 2024-09-21T04:28:20.575152+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:21.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:21 smithi028 bash[22708]: audit 2024-09-21T04:28:20.583489+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:21.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:21 smithi028 bash[22708]: audit 2024-09-21T04:28:20.583489+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:21.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:21 smithi028 bash[22708]: audit 2024-09-21T04:28:20.592588+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:21.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:21 smithi028 bash[22708]: audit 2024-09-21T04:28:20.592588+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:21.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:21 smithi028 bash[22708]: audit 2024-09-21T04:28:21.250780+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:21.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:21 smithi028 bash[22708]: audit 2024-09-21T04:28:21.250780+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:21.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:21 smithi028 bash[22708]: audit 2024-09-21T04:28:21.258716+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:21.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:21 smithi028 bash[22708]: audit 2024-09-21T04:28:21.258716+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:21.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:21 smithi028 bash[22708]: audit 2024-09-21T04:28:21.263539+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:28:21.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:21 smithi028 bash[22708]: audit 2024-09-21T04:28:21.263539+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:28:21.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:21 smithi028 bash[22708]: audit 2024-09-21T04:28:21.269664+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:21.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:21 smithi028 bash[22708]: audit 2024-09-21T04:28:21.269664+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:21.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:21 smithi028 bash[22708]: audit 2024-09-21T04:28:21.270300+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:28:21.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:21 smithi028 bash[22708]: audit 2024-09-21T04:28:21.270300+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:28:21.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:21 smithi028 bash[22708]: audit 2024-09-21T04:28:21.272626+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:28:21.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:21 smithi028 bash[22708]: audit 2024-09-21T04:28:21.272626+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:28:21.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:21 smithi028 bash[22708]: audit 2024-09-21T04:28:21.282043+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:21.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:21 smithi028 bash[22708]: audit 2024-09-21T04:28:21.282043+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:22.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:21 smithi032 bash[23468]: cluster 2024-09-21T04:28:20.062857+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:22.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:21 smithi032 bash[23468]: cluster 2024-09-21T04:28:20.062857+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:22.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:21 smithi032 bash[23468]: audit 2024-09-21T04:28:20.575152+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:22.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:21 smithi032 bash[23468]: audit 2024-09-21T04:28:20.575152+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:22.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:21 smithi032 bash[23468]: audit 2024-09-21T04:28:20.583489+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:22.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:21 smithi032 bash[23468]: audit 2024-09-21T04:28:20.583489+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:22.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:21 smithi032 bash[23468]: audit 2024-09-21T04:28:20.592588+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:22.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:21 smithi032 bash[23468]: audit 2024-09-21T04:28:20.592588+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:22.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:21 smithi032 bash[23468]: audit 2024-09-21T04:28:21.250780+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:22.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:21 smithi032 bash[23468]: audit 2024-09-21T04:28:21.250780+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:22.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:21 smithi032 bash[23468]: audit 2024-09-21T04:28:21.258716+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:22.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:21 smithi032 bash[23468]: audit 2024-09-21T04:28:21.258716+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:22.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:21 smithi032 bash[23468]: audit 2024-09-21T04:28:21.263539+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:28:22.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:21 smithi032 bash[23468]: audit 2024-09-21T04:28:21.263539+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:28:22.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:21 smithi032 bash[23468]: audit 2024-09-21T04:28:21.269664+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:22.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:21 smithi032 bash[23468]: audit 2024-09-21T04:28:21.269664+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:22.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:21 smithi032 bash[23468]: audit 2024-09-21T04:28:21.270300+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:28:22.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:21 smithi032 bash[23468]: audit 2024-09-21T04:28:21.270300+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:28:22.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:21 smithi032 bash[23468]: audit 2024-09-21T04:28:21.272626+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:28:22.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:21 smithi032 bash[23468]: audit 2024-09-21T04:28:21.272626+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:28:22.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:21 smithi032 bash[23468]: audit 2024-09-21T04:28:21.282043+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:22.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:21 smithi032 bash[23468]: audit 2024-09-21T04:28:21.282043+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:22.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:21 smithi204 bash[23242]: cluster 2024-09-21T04:28:20.062857+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:22.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:21 smithi204 bash[23242]: cluster 2024-09-21T04:28:20.062857+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:22.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:21 smithi204 bash[23242]: audit 2024-09-21T04:28:20.575152+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:22.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:21 smithi204 bash[23242]: audit 2024-09-21T04:28:20.575152+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:22.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:21 smithi204 bash[23242]: audit 2024-09-21T04:28:20.583489+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:22.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:21 smithi204 bash[23242]: audit 2024-09-21T04:28:20.583489+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:22.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:21 smithi204 bash[23242]: audit 2024-09-21T04:28:20.592588+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:22.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:21 smithi204 bash[23242]: audit 2024-09-21T04:28:20.592588+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:22.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:21 smithi204 bash[23242]: audit 2024-09-21T04:28:21.250780+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:22.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:21 smithi204 bash[23242]: audit 2024-09-21T04:28:21.250780+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:22.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:21 smithi204 bash[23242]: audit 2024-09-21T04:28:21.258716+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:22.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:21 smithi204 bash[23242]: audit 2024-09-21T04:28:21.258716+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:22.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:21 smithi204 bash[23242]: audit 2024-09-21T04:28:21.263539+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:28:22.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:21 smithi204 bash[23242]: audit 2024-09-21T04:28:21.263539+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:28:22.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:21 smithi204 bash[23242]: audit 2024-09-21T04:28:21.269664+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:22.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:21 smithi204 bash[23242]: audit 2024-09-21T04:28:21.269664+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:22.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:21 smithi204 bash[23242]: audit 2024-09-21T04:28:21.270300+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:28:22.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:21 smithi204 bash[23242]: audit 2024-09-21T04:28:21.270300+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:28:22.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:21 smithi204 bash[23242]: audit 2024-09-21T04:28:21.272626+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:28:22.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:21 smithi204 bash[23242]: audit 2024-09-21T04:28:21.272626+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:28:22.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:21 smithi204 bash[23242]: audit 2024-09-21T04:28:21.282043+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:22.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:21 smithi204 bash[23242]: audit 2024-09-21T04:28:21.282043+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:23.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:23 smithi028 bash[22708]: cluster 2024-09-21T04:28:22.063340+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:23.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:23 smithi028 bash[22708]: cluster 2024-09-21T04:28:22.063340+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:23.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:23 smithi028 bash[22708]: audit 2024-09-21T04:28:22.939546+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:23.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:23 smithi028 bash[22708]: audit 2024-09-21T04:28:22.939546+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:23.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:23 smithi028 bash[22708]: audit 2024-09-21T04:28:22.947788+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:23.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:23 smithi028 bash[22708]: audit 2024-09-21T04:28:22.947788+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:23.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:23 smithi028 bash[22708]: audit 2024-09-21T04:28:22.952375+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:28:23.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:23 smithi028 bash[22708]: audit 2024-09-21T04:28:22.952375+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:28:23.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:23 smithi028 bash[22708]: audit 2024-09-21T04:28:22.957782+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:23.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:23 smithi028 bash[22708]: audit 2024-09-21T04:28:22.957782+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:23.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:23 smithi028 bash[22708]: audit 2024-09-21T04:28:22.958452+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:28:23.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:23 smithi028 bash[22708]: audit 2024-09-21T04:28:22.958452+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:28:23.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:23 smithi028 bash[22708]: audit 2024-09-21T04:28:22.960352+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:28:23.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:23 smithi028 bash[22708]: audit 2024-09-21T04:28:22.960352+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:28:23.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:23 smithi028 bash[22708]: audit 2024-09-21T04:28:22.970203+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:23.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:23 smithi028 bash[22708]: audit 2024-09-21T04:28:22.970203+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:24.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:23 smithi032 bash[23468]: cluster 2024-09-21T04:28:22.063340+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:24.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:23 smithi032 bash[23468]: cluster 2024-09-21T04:28:22.063340+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:24.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:23 smithi032 bash[23468]: audit 2024-09-21T04:28:22.939546+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:24.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:23 smithi032 bash[23468]: audit 2024-09-21T04:28:22.939546+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:24.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:23 smithi032 bash[23468]: audit 2024-09-21T04:28:22.947788+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:24.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:23 smithi032 bash[23468]: audit 2024-09-21T04:28:22.947788+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:24.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:23 smithi032 bash[23468]: audit 2024-09-21T04:28:22.952375+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:28:24.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:23 smithi032 bash[23468]: audit 2024-09-21T04:28:22.952375+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:28:24.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:23 smithi032 bash[23468]: audit 2024-09-21T04:28:22.957782+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:24.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:23 smithi032 bash[23468]: audit 2024-09-21T04:28:22.957782+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:24.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:23 smithi032 bash[23468]: audit 2024-09-21T04:28:22.958452+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:28:24.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:23 smithi032 bash[23468]: audit 2024-09-21T04:28:22.958452+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:28:24.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:23 smithi032 bash[23468]: audit 2024-09-21T04:28:22.960352+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:28:24.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:23 smithi032 bash[23468]: audit 2024-09-21T04:28:22.960352+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:28:24.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:23 smithi032 bash[23468]: audit 2024-09-21T04:28:22.970203+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:24.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:23 smithi032 bash[23468]: audit 2024-09-21T04:28:22.970203+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:24.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:23 smithi204 bash[23242]: cluster 2024-09-21T04:28:22.063340+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:24.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:23 smithi204 bash[23242]: cluster 2024-09-21T04:28:22.063340+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:24.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:23 smithi204 bash[23242]: audit 2024-09-21T04:28:22.939546+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:24.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:23 smithi204 bash[23242]: audit 2024-09-21T04:28:22.939546+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:24.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:23 smithi204 bash[23242]: audit 2024-09-21T04:28:22.947788+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:24.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:23 smithi204 bash[23242]: audit 2024-09-21T04:28:22.947788+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:24.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:23 smithi204 bash[23242]: audit 2024-09-21T04:28:22.952375+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:28:24.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:23 smithi204 bash[23242]: audit 2024-09-21T04:28:22.952375+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:28:24.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:23 smithi204 bash[23242]: audit 2024-09-21T04:28:22.957782+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:24.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:23 smithi204 bash[23242]: audit 2024-09-21T04:28:22.957782+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:24.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:23 smithi204 bash[23242]: audit 2024-09-21T04:28:22.958452+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:28:24.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:23 smithi204 bash[23242]: audit 2024-09-21T04:28:22.958452+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:28:24.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:23 smithi204 bash[23242]: audit 2024-09-21T04:28:22.960352+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:28:24.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:23 smithi204 bash[23242]: audit 2024-09-21T04:28:22.960352+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:28:24.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:23 smithi204 bash[23242]: audit 2024-09-21T04:28:22.970203+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:24.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:23 smithi204 bash[23242]: audit 2024-09-21T04:28:22.970203+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:25.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:25 smithi032 bash[23468]: cluster 2024-09-21T04:28:24.063811+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:25.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:25 smithi032 bash[23468]: cluster 2024-09-21T04:28:24.063811+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:25.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:25 smithi032 bash[23468]: audit 2024-09-21T04:28:25.414823+0000 mon.a (mon.0) 502 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-21T04:28:25.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:25 smithi032 bash[23468]: audit 2024-09-21T04:28:25.414823+0000 mon.a (mon.0) 502 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-21T04:28:25.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:25 smithi032 bash[23468]: audit 2024-09-21T04:28:25.415230+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.32:6800/497503460,v1:172.21.15.32:6801/497503460]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-21T04:28:25.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:25 smithi032 bash[23468]: audit 2024-09-21T04:28:25.415230+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.32:6800/497503460,v1:172.21.15.32:6801/497503460]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-21T04:28:25.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:25 smithi028 bash[22708]: cluster 2024-09-21T04:28:24.063811+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:25.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:25 smithi028 bash[22708]: cluster 2024-09-21T04:28:24.063811+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:25.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:25 smithi028 bash[22708]: audit 2024-09-21T04:28:25.414823+0000 mon.a (mon.0) 502 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-21T04:28:25.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:25 smithi028 bash[22708]: audit 2024-09-21T04:28:25.414823+0000 mon.a (mon.0) 502 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-21T04:28:25.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:25 smithi028 bash[22708]: audit 2024-09-21T04:28:25.415230+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.32:6800/497503460,v1:172.21.15.32:6801/497503460]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-21T04:28:25.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:25 smithi028 bash[22708]: audit 2024-09-21T04:28:25.415230+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.32:6800/497503460,v1:172.21.15.32:6801/497503460]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-21T04:28:26.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:25 smithi204 bash[23242]: cluster 2024-09-21T04:28:24.063811+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:26.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:25 smithi204 bash[23242]: cluster 2024-09-21T04:28:24.063811+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:26.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:25 smithi204 bash[23242]: audit 2024-09-21T04:28:25.414823+0000 mon.a (mon.0) 502 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-21T04:28:26.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:25 smithi204 bash[23242]: audit 2024-09-21T04:28:25.414823+0000 mon.a (mon.0) 502 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-21T04:28:26.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:25 smithi204 bash[23242]: audit 2024-09-21T04:28:25.415230+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.32:6800/497503460,v1:172.21.15.32:6801/497503460]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-21T04:28:26.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:25 smithi204 bash[23242]: audit 2024-09-21T04:28:25.415230+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.32:6800/497503460,v1:172.21.15.32:6801/497503460]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-21T04:28:26.644 INFO:teuthology.orchestra.run.smithi032.stdout:Created osd(s) 1 on host 'smithi032' 2024-09-21T04:28:26.888 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:26 smithi032 bash[23468]: audit 2024-09-21T04:28:25.588549+0000 mon.a (mon.0) 503 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-21T04:28:26.888 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:26 smithi032 bash[23468]: audit 2024-09-21T04:28:25.588549+0000 mon.a (mon.0) 503 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-21T04:28:26.888 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:26 smithi032 bash[23468]: cluster 2024-09-21T04:28:25.593166+0000 mon.a (mon.0) 504 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-21T04:28:26.888 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:26 smithi032 bash[23468]: cluster 2024-09-21T04:28:25.593166+0000 mon.a (mon.0) 504 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-21T04:28:26.888 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:26 smithi032 bash[23468]: audit 2024-09-21T04:28:25.593895+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T04:28:26.888 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:26 smithi032 bash[23468]: audit 2024-09-21T04:28:25.593895+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T04:28:26.888 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:26 smithi032 bash[23468]: audit 2024-09-21T04:28:25.594730+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.32:6800/497503460,v1:172.21.15.32:6801/497503460]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi032", "root=default"]} : dispatch 2024-09-21T04:28:26.888 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:26 smithi032 bash[23468]: audit 2024-09-21T04:28:25.594730+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.32:6800/497503460,v1:172.21.15.32:6801/497503460]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi032", "root=default"]} : dispatch 2024-09-21T04:28:26.888 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:26 smithi032 bash[23468]: audit 2024-09-21T04:28:25.594932+0000 mon.a (mon.0) 506 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi032", "root=default"]} : dispatch 2024-09-21T04:28:26.888 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:26 smithi032 bash[23468]: audit 2024-09-21T04:28:25.594932+0000 mon.a (mon.0) 506 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi032", "root=default"]} : dispatch 2024-09-21T04:28:26.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:26 smithi028 bash[22708]: audit 2024-09-21T04:28:25.588549+0000 mon.a (mon.0) 503 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-21T04:28:26.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:26 smithi028 bash[22708]: audit 2024-09-21T04:28:25.588549+0000 mon.a (mon.0) 503 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-21T04:28:26.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:26 smithi028 bash[22708]: cluster 2024-09-21T04:28:25.593166+0000 mon.a (mon.0) 504 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-21T04:28:26.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:26 smithi028 bash[22708]: cluster 2024-09-21T04:28:25.593166+0000 mon.a (mon.0) 504 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-21T04:28:26.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:26 smithi028 bash[22708]: audit 2024-09-21T04:28:25.593895+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T04:28:26.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:26 smithi028 bash[22708]: audit 2024-09-21T04:28:25.593895+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T04:28:26.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:26 smithi028 bash[22708]: audit 2024-09-21T04:28:25.594730+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.32:6800/497503460,v1:172.21.15.32:6801/497503460]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi032", "root=default"]} : dispatch 2024-09-21T04:28:26.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:26 smithi028 bash[22708]: audit 2024-09-21T04:28:25.594730+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.32:6800/497503460,v1:172.21.15.32:6801/497503460]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi032", "root=default"]} : dispatch 2024-09-21T04:28:26.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:26 smithi028 bash[22708]: audit 2024-09-21T04:28:25.594932+0000 mon.a (mon.0) 506 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi032", "root=default"]} : dispatch 2024-09-21T04:28:26.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:26 smithi028 bash[22708]: audit 2024-09-21T04:28:25.594932+0000 mon.a (mon.0) 506 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi032", "root=default"]} : dispatch 2024-09-21T04:28:27.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:26 smithi204 bash[23242]: audit 2024-09-21T04:28:25.588549+0000 mon.a (mon.0) 503 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-21T04:28:27.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:26 smithi204 bash[23242]: audit 2024-09-21T04:28:25.588549+0000 mon.a (mon.0) 503 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-21T04:28:27.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:26 smithi204 bash[23242]: cluster 2024-09-21T04:28:25.593166+0000 mon.a (mon.0) 504 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-21T04:28:27.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:26 smithi204 bash[23242]: cluster 2024-09-21T04:28:25.593166+0000 mon.a (mon.0) 504 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-21T04:28:27.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:26 smithi204 bash[23242]: audit 2024-09-21T04:28:25.593895+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T04:28:27.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:26 smithi204 bash[23242]: audit 2024-09-21T04:28:25.593895+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T04:28:27.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:26 smithi204 bash[23242]: audit 2024-09-21T04:28:25.594730+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.32:6800/497503460,v1:172.21.15.32:6801/497503460]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi032", "root=default"]} : dispatch 2024-09-21T04:28:27.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:26 smithi204 bash[23242]: audit 2024-09-21T04:28:25.594730+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.32:6800/497503460,v1:172.21.15.32:6801/497503460]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi032", "root=default"]} : dispatch 2024-09-21T04:28:27.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:26 smithi204 bash[23242]: audit 2024-09-21T04:28:25.594932+0000 mon.a (mon.0) 506 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi032", "root=default"]} : dispatch 2024-09-21T04:28:27.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:26 smithi204 bash[23242]: audit 2024-09-21T04:28:25.594932+0000 mon.a (mon.0) 506 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi032", "root=default"]} : dispatch 2024-09-21T04:28:27.284 DEBUG:teuthology.orchestra.run.smithi032:osd.1> sudo journalctl -f -n 0 -u ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@osd.1.service 2024-09-21T04:28:27.286 INFO:tasks.cephadm:Deploying osd.2 on smithi204 with /dev/vg_nvme/lv_4... 2024-09-21T04:28:27.286 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fd0b2732-77d0-11ef-baf5-efdc52797490 -- lvm zap /dev/vg_nvme/lv_4 2024-09-21T04:28:27.867 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:27 smithi204 bash[23242]: cluster 2024-09-21T04:28:26.064256+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:27.867 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:27 smithi204 bash[23242]: cluster 2024-09-21T04:28:26.064256+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:27.867 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:27 smithi204 bash[23242]: audit 2024-09-21T04:28:26.591005+0000 mon.a (mon.0) 507 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi032", "root=default"]}]': finished 2024-09-21T04:28:27.867 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:27 smithi204 bash[23242]: audit 2024-09-21T04:28:26.591005+0000 mon.a (mon.0) 507 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi032", "root=default"]}]': finished 2024-09-21T04:28:27.867 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:27 smithi204 bash[23242]: cluster 2024-09-21T04:28:26.596513+0000 mon.a (mon.0) 508 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-21T04:28:27.867 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:27 smithi204 bash[23242]: cluster 2024-09-21T04:28:26.596513+0000 mon.a (mon.0) 508 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-21T04:28:27.867 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:27 smithi204 bash[23242]: audit 2024-09-21T04:28:26.597422+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T04:28:27.867 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:27 smithi204 bash[23242]: audit 2024-09-21T04:28:26.597422+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T04:28:27.868 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:27 smithi204 bash[23242]: audit 2024-09-21T04:28:26.605769+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T04:28:27.868 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:27 smithi204 bash[23242]: audit 2024-09-21T04:28:26.605769+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T04:28:27.868 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:27 smithi204 bash[23242]: audit 2024-09-21T04:28:26.626546+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:28:27.868 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:27 smithi204 bash[23242]: audit 2024-09-21T04:28:26.626546+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:28:27.868 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:27 smithi204 bash[23242]: audit 2024-09-21T04:28:26.633337+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:27.868 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:27 smithi204 bash[23242]: audit 2024-09-21T04:28:26.633337+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:27.868 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:27 smithi204 bash[23242]: audit 2024-09-21T04:28:26.634065+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-21T04:28:27.868 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:27 smithi204 bash[23242]: audit 2024-09-21T04:28:26.634065+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-21T04:28:27.868 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:27 smithi204 bash[23242]: cephadm 2024-09-21T04:28:26.637003+0000 mgr.a (mgr.14152) 181 : cephadm [INF] Adjusting osd_memory_target on smithi032 to 16245M 2024-09-21T04:28:27.868 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:27 smithi204 bash[23242]: cephadm 2024-09-21T04:28:26.637003+0000 mgr.a (mgr.14152) 181 : cephadm [INF] Adjusting osd_memory_target on smithi032 to 16245M 2024-09-21T04:28:27.868 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:27 smithi204 bash[23242]: audit 2024-09-21T04:28:26.641981+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:27.868 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:27 smithi204 bash[23242]: audit 2024-09-21T04:28:26.641981+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:27.868 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:27 smithi204 bash[23242]: audit 2024-09-21T04:28:26.648895+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:27.868 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:27 smithi204 bash[23242]: audit 2024-09-21T04:28:26.648895+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:27.868 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:27 smithi204 bash[23242]: audit 2024-09-21T04:28:26.653162+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:28:27.869 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:27 smithi204 bash[23242]: audit 2024-09-21T04:28:26.653162+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:28:27.869 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:27 smithi204 bash[23242]: audit 2024-09-21T04:28:26.655026+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:28:27.869 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:27 smithi204 bash[23242]: audit 2024-09-21T04:28:26.655026+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:28:27.869 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:27 smithi204 bash[23242]: audit 2024-09-21T04:28:26.667896+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:27.869 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:27 smithi204 bash[23242]: audit 2024-09-21T04:28:26.667896+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:27.869 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:27 smithi204 bash[23242]: audit 2024-09-21T04:28:26.894962+0000 mon.a (mon.0) 519 : audit [INF] from='osd.1 ' entity='osd.1' 2024-09-21T04:28:27.869 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:27 smithi204 bash[23242]: audit 2024-09-21T04:28:26.894962+0000 mon.a (mon.0) 519 : audit [INF] from='osd.1 ' entity='osd.1' 2024-09-21T04:28:27.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:27 smithi028 bash[22708]: cluster 2024-09-21T04:28:26.064256+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:27.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:27 smithi028 bash[22708]: cluster 2024-09-21T04:28:26.064256+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:27.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:27 smithi028 bash[22708]: audit 2024-09-21T04:28:26.591005+0000 mon.a (mon.0) 507 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi032", "root=default"]}]': finished 2024-09-21T04:28:27.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:27 smithi028 bash[22708]: audit 2024-09-21T04:28:26.591005+0000 mon.a (mon.0) 507 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi032", "root=default"]}]': finished 2024-09-21T04:28:27.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:27 smithi028 bash[22708]: cluster 2024-09-21T04:28:26.596513+0000 mon.a (mon.0) 508 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-21T04:28:27.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:27 smithi028 bash[22708]: cluster 2024-09-21T04:28:26.596513+0000 mon.a (mon.0) 508 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-21T04:28:27.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:27 smithi028 bash[22708]: audit 2024-09-21T04:28:26.597422+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T04:28:27.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:27 smithi028 bash[22708]: audit 2024-09-21T04:28:26.597422+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T04:28:27.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:27 smithi028 bash[22708]: audit 2024-09-21T04:28:26.605769+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T04:28:27.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:27 smithi028 bash[22708]: audit 2024-09-21T04:28:26.605769+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T04:28:27.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:27 smithi028 bash[22708]: audit 2024-09-21T04:28:26.626546+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:28:27.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:27 smithi028 bash[22708]: audit 2024-09-21T04:28:26.626546+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:28:27.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:27 smithi028 bash[22708]: audit 2024-09-21T04:28:26.633337+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:27.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:27 smithi028 bash[22708]: audit 2024-09-21T04:28:26.633337+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:27.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:27 smithi028 bash[22708]: audit 2024-09-21T04:28:26.634065+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-21T04:28:27.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:27 smithi028 bash[22708]: audit 2024-09-21T04:28:26.634065+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-21T04:28:27.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:27 smithi028 bash[22708]: cephadm 2024-09-21T04:28:26.637003+0000 mgr.a (mgr.14152) 181 : cephadm [INF] Adjusting osd_memory_target on smithi032 to 16245M 2024-09-21T04:28:27.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:27 smithi028 bash[22708]: cephadm 2024-09-21T04:28:26.637003+0000 mgr.a (mgr.14152) 181 : cephadm [INF] Adjusting osd_memory_target on smithi032 to 16245M 2024-09-21T04:28:27.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:27 smithi028 bash[22708]: audit 2024-09-21T04:28:26.641981+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:27.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:27 smithi028 bash[22708]: audit 2024-09-21T04:28:26.641981+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:27.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:27 smithi028 bash[22708]: audit 2024-09-21T04:28:26.648895+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:27.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:27 smithi028 bash[22708]: audit 2024-09-21T04:28:26.648895+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:27.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:27 smithi028 bash[22708]: audit 2024-09-21T04:28:26.653162+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:28:27.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:27 smithi028 bash[22708]: audit 2024-09-21T04:28:26.653162+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:28:27.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:27 smithi028 bash[22708]: audit 2024-09-21T04:28:26.655026+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:28:27.987 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:27 smithi028 bash[22708]: audit 2024-09-21T04:28:26.655026+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:28:27.988 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:27 smithi028 bash[22708]: audit 2024-09-21T04:28:26.667896+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:27.988 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:27 smithi028 bash[22708]: audit 2024-09-21T04:28:26.667896+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:27.988 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:27 smithi028 bash[22708]: audit 2024-09-21T04:28:26.894962+0000 mon.a (mon.0) 519 : audit [INF] from='osd.1 ' entity='osd.1' 2024-09-21T04:28:27.988 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:27 smithi028 bash[22708]: audit 2024-09-21T04:28:26.894962+0000 mon.a (mon.0) 519 : audit [INF] from='osd.1 ' entity='osd.1' 2024-09-21T04:28:28.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:27 smithi032 bash[23468]: cluster 2024-09-21T04:28:26.064256+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:28.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:27 smithi032 bash[23468]: cluster 2024-09-21T04:28:26.064256+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:28.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:27 smithi032 bash[23468]: audit 2024-09-21T04:28:26.591005+0000 mon.a (mon.0) 507 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi032", "root=default"]}]': finished 2024-09-21T04:28:28.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:27 smithi032 bash[23468]: audit 2024-09-21T04:28:26.591005+0000 mon.a (mon.0) 507 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi032", "root=default"]}]': finished 2024-09-21T04:28:28.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:27 smithi032 bash[23468]: cluster 2024-09-21T04:28:26.596513+0000 mon.a (mon.0) 508 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-21T04:28:28.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:27 smithi032 bash[23468]: cluster 2024-09-21T04:28:26.596513+0000 mon.a (mon.0) 508 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-21T04:28:28.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:27 smithi032 bash[23468]: audit 2024-09-21T04:28:26.597422+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T04:28:28.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:27 smithi032 bash[23468]: audit 2024-09-21T04:28:26.597422+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T04:28:28.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:27 smithi032 bash[23468]: audit 2024-09-21T04:28:26.605769+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T04:28:28.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:27 smithi032 bash[23468]: audit 2024-09-21T04:28:26.605769+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T04:28:28.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:27 smithi032 bash[23468]: audit 2024-09-21T04:28:26.626546+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:28:28.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:27 smithi032 bash[23468]: audit 2024-09-21T04:28:26.626546+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:28:28.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:27 smithi032 bash[23468]: audit 2024-09-21T04:28:26.633337+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:28.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:27 smithi032 bash[23468]: audit 2024-09-21T04:28:26.633337+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:28.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:27 smithi032 bash[23468]: audit 2024-09-21T04:28:26.634065+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-21T04:28:28.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:27 smithi032 bash[23468]: audit 2024-09-21T04:28:26.634065+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-21T04:28:28.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:27 smithi032 bash[23468]: cephadm 2024-09-21T04:28:26.637003+0000 mgr.a (mgr.14152) 181 : cephadm [INF] Adjusting osd_memory_target on smithi032 to 16245M 2024-09-21T04:28:28.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:27 smithi032 bash[23468]: cephadm 2024-09-21T04:28:26.637003+0000 mgr.a (mgr.14152) 181 : cephadm [INF] Adjusting osd_memory_target on smithi032 to 16245M 2024-09-21T04:28:28.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:27 smithi032 bash[23468]: audit 2024-09-21T04:28:26.641981+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:28.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:27 smithi032 bash[23468]: audit 2024-09-21T04:28:26.641981+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:28.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:27 smithi032 bash[23468]: audit 2024-09-21T04:28:26.648895+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:28.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:27 smithi032 bash[23468]: audit 2024-09-21T04:28:26.648895+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:28.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:27 smithi032 bash[23468]: audit 2024-09-21T04:28:26.653162+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:28:28.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:27 smithi032 bash[23468]: audit 2024-09-21T04:28:26.653162+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:28:28.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:27 smithi032 bash[23468]: audit 2024-09-21T04:28:26.655026+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:28:28.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:27 smithi032 bash[23468]: audit 2024-09-21T04:28:26.655026+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:28:28.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:27 smithi032 bash[23468]: audit 2024-09-21T04:28:26.667896+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:28.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:27 smithi032 bash[23468]: audit 2024-09-21T04:28:26.667896+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:28.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:27 smithi032 bash[23468]: audit 2024-09-21T04:28:26.894962+0000 mon.a (mon.0) 519 : audit [INF] from='osd.1 ' entity='osd.1' 2024-09-21T04:28:28.041 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:27 smithi032 bash[23468]: audit 2024-09-21T04:28:26.894962+0000 mon.a (mon.0) 519 : audit [INF] from='osd.1 ' entity='osd.1' 2024-09-21T04:28:28.932 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:28 smithi028 bash[22708]: cluster 2024-09-21T04:28:26.364486+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T04:28:28.932 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:28 smithi028 bash[22708]: cluster 2024-09-21T04:28:26.364486+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T04:28:28.932 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:28 smithi028 bash[22708]: cluster 2024-09-21T04:28:26.364559+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T04:28:28.932 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:28 smithi028 bash[22708]: cluster 2024-09-21T04:28:26.364559+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T04:28:28.932 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:28 smithi028 bash[22708]: audit 2024-09-21T04:28:27.610061+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T04:28:28.932 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:28 smithi028 bash[22708]: audit 2024-09-21T04:28:27.610061+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T04:28:28.932 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:28 smithi028 bash[22708]: cluster 2024-09-21T04:28:27.897969+0000 mon.a (mon.0) 521 : cluster [INF] osd.1 [v2:172.21.15.32:6800/497503460,v1:172.21.15.32:6801/497503460] boot 2024-09-21T04:28:28.932 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:28 smithi028 bash[22708]: cluster 2024-09-21T04:28:27.897969+0000 mon.a (mon.0) 521 : cluster [INF] osd.1 [v2:172.21.15.32:6800/497503460,v1:172.21.15.32:6801/497503460] boot 2024-09-21T04:28:28.932 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:28 smithi028 bash[22708]: cluster 2024-09-21T04:28:27.898050+0000 mon.a (mon.0) 522 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-21T04:28:28.932 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:28 smithi028 bash[22708]: cluster 2024-09-21T04:28:27.898050+0000 mon.a (mon.0) 522 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-21T04:28:28.933 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:28 smithi028 bash[22708]: audit 2024-09-21T04:28:27.898341+0000 mon.a (mon.0) 523 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T04:28:28.933 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:28 smithi028 bash[22708]: audit 2024-09-21T04:28:27.898341+0000 mon.a (mon.0) 523 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T04:28:29.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:28 smithi032 bash[23468]: cluster 2024-09-21T04:28:26.364486+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T04:28:29.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:28 smithi032 bash[23468]: cluster 2024-09-21T04:28:26.364486+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T04:28:29.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:28 smithi032 bash[23468]: cluster 2024-09-21T04:28:26.364559+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T04:28:29.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:28 smithi032 bash[23468]: cluster 2024-09-21T04:28:26.364559+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T04:28:29.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:28 smithi032 bash[23468]: audit 2024-09-21T04:28:27.610061+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T04:28:29.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:28 smithi032 bash[23468]: audit 2024-09-21T04:28:27.610061+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T04:28:29.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:28 smithi032 bash[23468]: cluster 2024-09-21T04:28:27.897969+0000 mon.a (mon.0) 521 : cluster [INF] osd.1 [v2:172.21.15.32:6800/497503460,v1:172.21.15.32:6801/497503460] boot 2024-09-21T04:28:29.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:28 smithi032 bash[23468]: cluster 2024-09-21T04:28:27.897969+0000 mon.a (mon.0) 521 : cluster [INF] osd.1 [v2:172.21.15.32:6800/497503460,v1:172.21.15.32:6801/497503460] boot 2024-09-21T04:28:29.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:28 smithi032 bash[23468]: cluster 2024-09-21T04:28:27.898050+0000 mon.a (mon.0) 522 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-21T04:28:29.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:28 smithi032 bash[23468]: cluster 2024-09-21T04:28:27.898050+0000 mon.a (mon.0) 522 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-21T04:28:29.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:28 smithi032 bash[23468]: audit 2024-09-21T04:28:27.898341+0000 mon.a (mon.0) 523 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T04:28:29.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:28 smithi032 bash[23468]: audit 2024-09-21T04:28:27.898341+0000 mon.a (mon.0) 523 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T04:28:29.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:28 smithi204 bash[23242]: cluster 2024-09-21T04:28:26.364486+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T04:28:29.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:28 smithi204 bash[23242]: cluster 2024-09-21T04:28:26.364486+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T04:28:29.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:28 smithi204 bash[23242]: cluster 2024-09-21T04:28:26.364559+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T04:28:29.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:28 smithi204 bash[23242]: cluster 2024-09-21T04:28:26.364559+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T04:28:29.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:28 smithi204 bash[23242]: audit 2024-09-21T04:28:27.610061+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T04:28:29.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:28 smithi204 bash[23242]: audit 2024-09-21T04:28:27.610061+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T04:28:29.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:28 smithi204 bash[23242]: cluster 2024-09-21T04:28:27.897969+0000 mon.a (mon.0) 521 : cluster [INF] osd.1 [v2:172.21.15.32:6800/497503460,v1:172.21.15.32:6801/497503460] boot 2024-09-21T04:28:29.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:28 smithi204 bash[23242]: cluster 2024-09-21T04:28:27.897969+0000 mon.a (mon.0) 521 : cluster [INF] osd.1 [v2:172.21.15.32:6800/497503460,v1:172.21.15.32:6801/497503460] boot 2024-09-21T04:28:29.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:28 smithi204 bash[23242]: cluster 2024-09-21T04:28:27.898050+0000 mon.a (mon.0) 522 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-21T04:28:29.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:28 smithi204 bash[23242]: cluster 2024-09-21T04:28:27.898050+0000 mon.a (mon.0) 522 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-21T04:28:29.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:28 smithi204 bash[23242]: audit 2024-09-21T04:28:27.898341+0000 mon.a (mon.0) 523 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T04:28:29.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:28 smithi204 bash[23242]: audit 2024-09-21T04:28:27.898341+0000 mon.a (mon.0) 523 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T04:28:29.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:29 smithi204 bash[23242]: cluster 2024-09-21T04:28:28.064712+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:29.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:29 smithi204 bash[23242]: cluster 2024-09-21T04:28:28.064712+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:29.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:29 smithi204 bash[23242]: cluster 2024-09-21T04:28:28.903759+0000 mon.a (mon.0) 524 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-21T04:28:29.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:29 smithi204 bash[23242]: cluster 2024-09-21T04:28:28.903759+0000 mon.a (mon.0) 524 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-21T04:28:29.883 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:29 smithi028 bash[22708]: cluster 2024-09-21T04:28:28.064712+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:29.883 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:29 smithi028 bash[22708]: cluster 2024-09-21T04:28:28.064712+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:29.884 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:29 smithi028 bash[22708]: cluster 2024-09-21T04:28:28.903759+0000 mon.a (mon.0) 524 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-21T04:28:29.884 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:29 smithi028 bash[22708]: cluster 2024-09-21T04:28:28.903759+0000 mon.a (mon.0) 524 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-21T04:28:30.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:29 smithi032 bash[23468]: cluster 2024-09-21T04:28:28.064712+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:30.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:29 smithi032 bash[23468]: cluster 2024-09-21T04:28:28.064712+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 35 MiB used, 89 GiB / 89 GiB avail 2024-09-21T04:28:30.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:29 smithi032 bash[23468]: cluster 2024-09-21T04:28:28.903759+0000 mon.a (mon.0) 524 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-21T04:28:30.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:29 smithi032 bash[23468]: cluster 2024-09-21T04:28:28.903759+0000 mon.a (mon.0) 524 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-21T04:28:31.135 INFO:teuthology.orchestra.run.smithi204.stderr:Inferring config /var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/mon.c/config 2024-09-21T04:28:31.978 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:31 smithi028 bash[22708]: cluster 2024-09-21T04:28:30.065202+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:31.978 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:31 smithi028 bash[22708]: cluster 2024-09-21T04:28:30.065202+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:32.024 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:31 smithi204 bash[23242]: cluster 2024-09-21T04:28:30.065202+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:32.024 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:31 smithi204 bash[23242]: cluster 2024-09-21T04:28:30.065202+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:32.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:31 smithi032 bash[23468]: cluster 2024-09-21T04:28:30.065202+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:32.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:31 smithi032 bash[23468]: cluster 2024-09-21T04:28:30.065202+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:33.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:33 smithi028 bash[22708]: cluster 2024-09-21T04:28:32.065659+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:33.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:33 smithi028 bash[22708]: cluster 2024-09-21T04:28:32.065659+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:33.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:33 smithi028 bash[22708]: audit 2024-09-21T04:28:32.639566+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:33.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:33 smithi028 bash[22708]: audit 2024-09-21T04:28:32.639566+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:33.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:33 smithi028 bash[22708]: audit 2024-09-21T04:28:32.647452+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:33.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:33 smithi028 bash[22708]: audit 2024-09-21T04:28:32.647452+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:33.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:33 smithi028 bash[22708]: audit 2024-09-21T04:28:32.657017+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:33.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:33 smithi028 bash[22708]: audit 2024-09-21T04:28:32.657017+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:34.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:33 smithi032 bash[23468]: cluster 2024-09-21T04:28:32.065659+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:34.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:33 smithi032 bash[23468]: cluster 2024-09-21T04:28:32.065659+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:34.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:33 smithi032 bash[23468]: audit 2024-09-21T04:28:32.639566+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:34.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:33 smithi032 bash[23468]: audit 2024-09-21T04:28:32.639566+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:34.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:33 smithi032 bash[23468]: audit 2024-09-21T04:28:32.647452+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:34.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:33 smithi032 bash[23468]: audit 2024-09-21T04:28:32.647452+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:34.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:33 smithi032 bash[23468]: audit 2024-09-21T04:28:32.657017+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:34.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:33 smithi032 bash[23468]: audit 2024-09-21T04:28:32.657017+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:34.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:33 smithi204 bash[23242]: cluster 2024-09-21T04:28:32.065659+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:34.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:33 smithi204 bash[23242]: cluster 2024-09-21T04:28:32.065659+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:34.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:33 smithi204 bash[23242]: audit 2024-09-21T04:28:32.639566+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:34.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:33 smithi204 bash[23242]: audit 2024-09-21T04:28:32.639566+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:34.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:33 smithi204 bash[23242]: audit 2024-09-21T04:28:32.647452+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:34.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:33 smithi204 bash[23242]: audit 2024-09-21T04:28:32.647452+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:34.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:33 smithi204 bash[23242]: audit 2024-09-21T04:28:32.657017+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:34.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:33 smithi204 bash[23242]: audit 2024-09-21T04:28:32.657017+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:35.263 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-21T04:28:35.300 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fd0b2732-77d0-11ef-baf5-efdc52797490 -- ceph orch daemon add osd smithi204:vg_nvme/lv_4 2024-09-21T04:28:35.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:35 smithi028 bash[22708]: cluster 2024-09-21T04:28:34.066104+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:35.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:35 smithi028 bash[22708]: cluster 2024-09-21T04:28:34.066104+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:36.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:35 smithi032 bash[23468]: cluster 2024-09-21T04:28:34.066104+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:36.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:35 smithi032 bash[23468]: cluster 2024-09-21T04:28:34.066104+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:36.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:35 smithi204 bash[23242]: cluster 2024-09-21T04:28:34.066104+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:36.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:35 smithi204 bash[23242]: cluster 2024-09-21T04:28:34.066104+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:37.984 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:37 smithi028 bash[22708]: cluster 2024-09-21T04:28:36.066575+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:37.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:37 smithi028 bash[22708]: cluster 2024-09-21T04:28:36.066575+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:38.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:37 smithi032 bash[23468]: cluster 2024-09-21T04:28:36.066575+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:38.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:37 smithi032 bash[23468]: cluster 2024-09-21T04:28:36.066575+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:38.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:37 smithi204 bash[23242]: cluster 2024-09-21T04:28:36.066575+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:38.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:37 smithi204 bash[23242]: cluster 2024-09-21T04:28:36.066575+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:39.020 INFO:teuthology.orchestra.run.smithi204.stderr:Inferring config /var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/mon.c/config 2024-09-21T04:28:39.908 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:39 smithi032 bash[23468]: cluster 2024-09-21T04:28:38.067050+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:39.908 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:39 smithi032 bash[23468]: cluster 2024-09-21T04:28:38.067050+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:39.974 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:39 smithi204 bash[23242]: cluster 2024-09-21T04:28:38.067050+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:39.975 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:39 smithi204 bash[23242]: cluster 2024-09-21T04:28:38.067050+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:39.984 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:39 smithi028 bash[22708]: cluster 2024-09-21T04:28:38.067050+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:39.984 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:39 smithi028 bash[22708]: cluster 2024-09-21T04:28:38.067050+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:40.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:40 smithi032 bash[23468]: audit 2024-09-21T04:28:40.354223+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T04:28:40.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:40 smithi032 bash[23468]: audit 2024-09-21T04:28:40.354223+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T04:28:40.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:40 smithi032 bash[23468]: audit 2024-09-21T04:28:40.360938+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T04:28:40.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:40 smithi032 bash[23468]: audit 2024-09-21T04:28:40.360938+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T04:28:40.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:40 smithi032 bash[23468]: audit 2024-09-21T04:28:40.362941+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:28:40.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:40 smithi032 bash[23468]: audit 2024-09-21T04:28:40.362941+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:28:40.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:40 smithi028 bash[22708]: audit 2024-09-21T04:28:40.354223+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T04:28:40.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:40 smithi028 bash[22708]: audit 2024-09-21T04:28:40.354223+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T04:28:40.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:40 smithi028 bash[22708]: audit 2024-09-21T04:28:40.360938+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T04:28:40.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:40 smithi028 bash[22708]: audit 2024-09-21T04:28:40.360938+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T04:28:40.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:40 smithi028 bash[22708]: audit 2024-09-21T04:28:40.362941+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:28:40.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:40 smithi028 bash[22708]: audit 2024-09-21T04:28:40.362941+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:28:41.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:40 smithi204 bash[23242]: audit 2024-09-21T04:28:40.354223+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T04:28:41.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:40 smithi204 bash[23242]: audit 2024-09-21T04:28:40.354223+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T04:28:41.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:40 smithi204 bash[23242]: audit 2024-09-21T04:28:40.360938+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T04:28:41.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:40 smithi204 bash[23242]: audit 2024-09-21T04:28:40.360938+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T04:28:41.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:40 smithi204 bash[23242]: audit 2024-09-21T04:28:40.362941+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:28:41.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:40 smithi204 bash[23242]: audit 2024-09-21T04:28:40.362941+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:28:42.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:41 smithi204 bash[23242]: cluster 2024-09-21T04:28:40.067550+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:42.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:41 smithi204 bash[23242]: cluster 2024-09-21T04:28:40.067550+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:42.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:41 smithi204 bash[23242]: audit 2024-09-21T04:28:40.347048+0000 mgr.a (mgr.14152) 189 : audit [DBG] from='client.24154 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi204:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:28:42.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:41 smithi204 bash[23242]: audit 2024-09-21T04:28:40.347048+0000 mgr.a (mgr.14152) 189 : audit [DBG] from='client.24154 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi204:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:28:42.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:41 smithi204 bash[23242]: audit 2024-09-21T04:28:40.797654+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:42.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:41 smithi204 bash[23242]: audit 2024-09-21T04:28:40.797654+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:42.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:41 smithi204 bash[23242]: audit 2024-09-21T04:28:40.805912+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:42.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:41 smithi204 bash[23242]: audit 2024-09-21T04:28:40.805912+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:42.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:41 smithi204 bash[23242]: audit 2024-09-21T04:28:40.815702+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:42.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:41 smithi204 bash[23242]: audit 2024-09-21T04:28:40.815702+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:42.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:41 smithi028 bash[22708]: cluster 2024-09-21T04:28:40.067550+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:42.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:41 smithi028 bash[22708]: cluster 2024-09-21T04:28:40.067550+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:42.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:41 smithi028 bash[22708]: audit 2024-09-21T04:28:40.347048+0000 mgr.a (mgr.14152) 189 : audit [DBG] from='client.24154 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi204:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:28:42.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:41 smithi028 bash[22708]: audit 2024-09-21T04:28:40.347048+0000 mgr.a (mgr.14152) 189 : audit [DBG] from='client.24154 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi204:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:28:42.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:41 smithi028 bash[22708]: audit 2024-09-21T04:28:40.797654+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:42.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:41 smithi028 bash[22708]: audit 2024-09-21T04:28:40.797654+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:42.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:41 smithi028 bash[22708]: audit 2024-09-21T04:28:40.805912+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:42.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:41 smithi028 bash[22708]: audit 2024-09-21T04:28:40.805912+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:42.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:41 smithi028 bash[22708]: audit 2024-09-21T04:28:40.815702+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:42.236 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:41 smithi028 bash[22708]: audit 2024-09-21T04:28:40.815702+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:42.289 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:41 smithi032 bash[23468]: cluster 2024-09-21T04:28:40.067550+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:42.289 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:41 smithi032 bash[23468]: cluster 2024-09-21T04:28:40.067550+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:42.289 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:41 smithi032 bash[23468]: audit 2024-09-21T04:28:40.347048+0000 mgr.a (mgr.14152) 189 : audit [DBG] from='client.24154 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi204:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:28:42.289 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:41 smithi032 bash[23468]: audit 2024-09-21T04:28:40.347048+0000 mgr.a (mgr.14152) 189 : audit [DBG] from='client.24154 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi204:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:28:42.289 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:41 smithi032 bash[23468]: audit 2024-09-21T04:28:40.797654+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:42.289 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:41 smithi032 bash[23468]: audit 2024-09-21T04:28:40.797654+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:42.289 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:41 smithi032 bash[23468]: audit 2024-09-21T04:28:40.805912+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:42.289 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:41 smithi032 bash[23468]: audit 2024-09-21T04:28:40.805912+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:42.290 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:41 smithi032 bash[23468]: audit 2024-09-21T04:28:40.815702+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:42.290 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:41 smithi032 bash[23468]: audit 2024-09-21T04:28:40.815702+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:44.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:43 smithi032 bash[23468]: cluster 2024-09-21T04:28:42.068027+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:44.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:43 smithi032 bash[23468]: cluster 2024-09-21T04:28:42.068027+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:44.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:43 smithi032 bash[23468]: audit 2024-09-21T04:28:42.782414+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:44.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:43 smithi032 bash[23468]: audit 2024-09-21T04:28:42.782414+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:44.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:43 smithi032 bash[23468]: audit 2024-09-21T04:28:42.790762+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:44.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:43 smithi032 bash[23468]: audit 2024-09-21T04:28:42.790762+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:44.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:43 smithi032 bash[23468]: audit 2024-09-21T04:28:42.800542+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:44.040 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:43 smithi032 bash[23468]: audit 2024-09-21T04:28:42.800542+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:44.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:43 smithi204 bash[23242]: cluster 2024-09-21T04:28:42.068027+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:44.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:43 smithi204 bash[23242]: cluster 2024-09-21T04:28:42.068027+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:44.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:43 smithi204 bash[23242]: audit 2024-09-21T04:28:42.782414+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:44.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:43 smithi204 bash[23242]: audit 2024-09-21T04:28:42.782414+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:44.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:43 smithi204 bash[23242]: audit 2024-09-21T04:28:42.790762+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:44.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:43 smithi204 bash[23242]: audit 2024-09-21T04:28:42.790762+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:44.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:43 smithi204 bash[23242]: audit 2024-09-21T04:28:42.800542+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:44.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:43 smithi204 bash[23242]: audit 2024-09-21T04:28:42.800542+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:44.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:43 smithi028 bash[22708]: cluster 2024-09-21T04:28:42.068027+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:44.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:43 smithi028 bash[22708]: cluster 2024-09-21T04:28:42.068027+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:44.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:43 smithi028 bash[22708]: audit 2024-09-21T04:28:42.782414+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:44.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:43 smithi028 bash[22708]: audit 2024-09-21T04:28:42.782414+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:44.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:43 smithi028 bash[22708]: audit 2024-09-21T04:28:42.790762+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:44.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:43 smithi028 bash[22708]: audit 2024-09-21T04:28:42.790762+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:44.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:43 smithi028 bash[22708]: audit 2024-09-21T04:28:42.800542+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:44.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:43 smithi028 bash[22708]: audit 2024-09-21T04:28:42.800542+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:46.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:45 smithi032 bash[23468]: cluster 2024-09-21T04:28:44.068513+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:46.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:45 smithi032 bash[23468]: cluster 2024-09-21T04:28:44.068513+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:46.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:45 smithi204 bash[23242]: cluster 2024-09-21T04:28:44.068513+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:46.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:45 smithi204 bash[23242]: cluster 2024-09-21T04:28:44.068513+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:46.234 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:45 smithi028 bash[22708]: cluster 2024-09-21T04:28:44.068513+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:46.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:45 smithi028 bash[22708]: cluster 2024-09-21T04:28:44.068513+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:48.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:47 smithi204 bash[23242]: cluster 2024-09-21T04:28:46.068980+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:48.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:47 smithi204 bash[23242]: cluster 2024-09-21T04:28:46.068980+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:48.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:47 smithi028 bash[22708]: cluster 2024-09-21T04:28:46.068980+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:48.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:47 smithi028 bash[22708]: cluster 2024-09-21T04:28:46.068980+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:48.289 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:47 smithi032 bash[23468]: cluster 2024-09-21T04:28:46.068980+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:48.289 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:47 smithi032 bash[23468]: cluster 2024-09-21T04:28:46.068980+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:49.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:49 smithi028 bash[22708]: cluster 2024-09-21T04:28:48.069458+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:49.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:49 smithi028 bash[22708]: cluster 2024-09-21T04:28:48.069458+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:49.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:49 smithi028 bash[22708]: audit 2024-09-21T04:28:49.247987+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.204:0/1770685200' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "5616e818-6703-4119-bc2b-312cdc960e50"} : dispatch 2024-09-21T04:28:49.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:49 smithi028 bash[22708]: audit 2024-09-21T04:28:49.247987+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.204:0/1770685200' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "5616e818-6703-4119-bc2b-312cdc960e50"} : dispatch 2024-09-21T04:28:49.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:49 smithi028 bash[22708]: audit 2024-09-21T04:28:49.249904+0000 mon.a (mon.0) 537 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "5616e818-6703-4119-bc2b-312cdc960e50"} : dispatch 2024-09-21T04:28:49.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:49 smithi028 bash[22708]: audit 2024-09-21T04:28:49.249904+0000 mon.a (mon.0) 537 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "5616e818-6703-4119-bc2b-312cdc960e50"} : dispatch 2024-09-21T04:28:49.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:49 smithi028 bash[22708]: audit 2024-09-21T04:28:49.253040+0000 mon.a (mon.0) 538 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5616e818-6703-4119-bc2b-312cdc960e50"}]': finished 2024-09-21T04:28:49.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:49 smithi028 bash[22708]: audit 2024-09-21T04:28:49.253040+0000 mon.a (mon.0) 538 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5616e818-6703-4119-bc2b-312cdc960e50"}]': finished 2024-09-21T04:28:49.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:49 smithi028 bash[22708]: cluster 2024-09-21T04:28:49.258381+0000 mon.a (mon.0) 539 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-21T04:28:49.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:49 smithi028 bash[22708]: cluster 2024-09-21T04:28:49.258381+0000 mon.a (mon.0) 539 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-21T04:28:49.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:49 smithi028 bash[22708]: audit 2024-09-21T04:28:49.258777+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T04:28:49.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:49 smithi028 bash[22708]: audit 2024-09-21T04:28:49.258777+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T04:28:50.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:49 smithi204 bash[23242]: cluster 2024-09-21T04:28:48.069458+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:50.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:49 smithi204 bash[23242]: cluster 2024-09-21T04:28:48.069458+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:50.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:49 smithi204 bash[23242]: audit 2024-09-21T04:28:49.247987+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.204:0/1770685200' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "5616e818-6703-4119-bc2b-312cdc960e50"} : dispatch 2024-09-21T04:28:50.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:49 smithi204 bash[23242]: audit 2024-09-21T04:28:49.247987+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.204:0/1770685200' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "5616e818-6703-4119-bc2b-312cdc960e50"} : dispatch 2024-09-21T04:28:50.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:49 smithi204 bash[23242]: audit 2024-09-21T04:28:49.249904+0000 mon.a (mon.0) 537 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "5616e818-6703-4119-bc2b-312cdc960e50"} : dispatch 2024-09-21T04:28:50.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:49 smithi204 bash[23242]: audit 2024-09-21T04:28:49.249904+0000 mon.a (mon.0) 537 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "5616e818-6703-4119-bc2b-312cdc960e50"} : dispatch 2024-09-21T04:28:50.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:49 smithi204 bash[23242]: audit 2024-09-21T04:28:49.253040+0000 mon.a (mon.0) 538 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5616e818-6703-4119-bc2b-312cdc960e50"}]': finished 2024-09-21T04:28:50.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:49 smithi204 bash[23242]: audit 2024-09-21T04:28:49.253040+0000 mon.a (mon.0) 538 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5616e818-6703-4119-bc2b-312cdc960e50"}]': finished 2024-09-21T04:28:50.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:49 smithi204 bash[23242]: cluster 2024-09-21T04:28:49.258381+0000 mon.a (mon.0) 539 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-21T04:28:50.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:49 smithi204 bash[23242]: cluster 2024-09-21T04:28:49.258381+0000 mon.a (mon.0) 539 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-21T04:28:50.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:49 smithi204 bash[23242]: audit 2024-09-21T04:28:49.258777+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T04:28:50.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:49 smithi204 bash[23242]: audit 2024-09-21T04:28:49.258777+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T04:28:50.289 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:49 smithi032 bash[23468]: cluster 2024-09-21T04:28:48.069458+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:50.289 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:49 smithi032 bash[23468]: cluster 2024-09-21T04:28:48.069458+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:50.289 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:49 smithi032 bash[23468]: audit 2024-09-21T04:28:49.247987+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.204:0/1770685200' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "5616e818-6703-4119-bc2b-312cdc960e50"} : dispatch 2024-09-21T04:28:50.289 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:49 smithi032 bash[23468]: audit 2024-09-21T04:28:49.247987+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.204:0/1770685200' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "5616e818-6703-4119-bc2b-312cdc960e50"} : dispatch 2024-09-21T04:28:50.289 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:49 smithi032 bash[23468]: audit 2024-09-21T04:28:49.249904+0000 mon.a (mon.0) 537 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "5616e818-6703-4119-bc2b-312cdc960e50"} : dispatch 2024-09-21T04:28:50.289 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:49 smithi032 bash[23468]: audit 2024-09-21T04:28:49.249904+0000 mon.a (mon.0) 537 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "5616e818-6703-4119-bc2b-312cdc960e50"} : dispatch 2024-09-21T04:28:50.289 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:49 smithi032 bash[23468]: audit 2024-09-21T04:28:49.253040+0000 mon.a (mon.0) 538 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5616e818-6703-4119-bc2b-312cdc960e50"}]': finished 2024-09-21T04:28:50.290 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:49 smithi032 bash[23468]: audit 2024-09-21T04:28:49.253040+0000 mon.a (mon.0) 538 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5616e818-6703-4119-bc2b-312cdc960e50"}]': finished 2024-09-21T04:28:50.290 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:49 smithi032 bash[23468]: cluster 2024-09-21T04:28:49.258381+0000 mon.a (mon.0) 539 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-21T04:28:50.290 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:49 smithi032 bash[23468]: cluster 2024-09-21T04:28:49.258381+0000 mon.a (mon.0) 539 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-21T04:28:50.290 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:49 smithi032 bash[23468]: audit 2024-09-21T04:28:49.258777+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T04:28:50.290 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:49 smithi032 bash[23468]: audit 2024-09-21T04:28:49.258777+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T04:28:51.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:50 smithi204 bash[23242]: audit 2024-09-21T04:28:50.094789+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.204:0/3988762399' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T04:28:51.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:50 smithi204 bash[23242]: audit 2024-09-21T04:28:50.094789+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.204:0/3988762399' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T04:28:51.234 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:50 smithi028 bash[22708]: audit 2024-09-21T04:28:50.094789+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.204:0/3988762399' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T04:28:51.234 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:50 smithi028 bash[22708]: audit 2024-09-21T04:28:50.094789+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.204:0/3988762399' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T04:28:51.288 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:50 smithi032 bash[23468]: audit 2024-09-21T04:28:50.094789+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.204:0/3988762399' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T04:28:51.289 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:50 smithi032 bash[23468]: audit 2024-09-21T04:28:50.094789+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.204:0/3988762399' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T04:28:52.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:51 smithi204 bash[23242]: cluster 2024-09-21T04:28:50.069928+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:52.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:51 smithi204 bash[23242]: cluster 2024-09-21T04:28:50.069928+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:52.111 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:51 smithi028 bash[22708]: cluster 2024-09-21T04:28:50.069928+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:52.112 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:51 smithi028 bash[22708]: cluster 2024-09-21T04:28:50.069928+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:52.289 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:51 smithi032 bash[23468]: cluster 2024-09-21T04:28:50.069928+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:52.289 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:51 smithi032 bash[23468]: cluster 2024-09-21T04:28:50.069928+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:54.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:53 smithi032 bash[23468]: cluster 2024-09-21T04:28:52.070441+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:54.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:53 smithi032 bash[23468]: cluster 2024-09-21T04:28:52.070441+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:54.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:53 smithi032 bash[23468]: audit 2024-09-21T04:28:52.787021+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:54.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:53 smithi032 bash[23468]: audit 2024-09-21T04:28:52.787021+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:54.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:53 smithi032 bash[23468]: audit 2024-09-21T04:28:52.793394+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:54.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:53 smithi032 bash[23468]: audit 2024-09-21T04:28:52.793394+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:54.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:53 smithi032 bash[23468]: audit 2024-09-21T04:28:52.803483+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:54.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:53 smithi032 bash[23468]: audit 2024-09-21T04:28:52.803483+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:54.049 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:53 smithi204 bash[23242]: cluster 2024-09-21T04:28:52.070441+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:54.049 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:53 smithi204 bash[23242]: cluster 2024-09-21T04:28:52.070441+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:54.049 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:53 smithi204 bash[23242]: audit 2024-09-21T04:28:52.787021+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:54.049 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:53 smithi204 bash[23242]: audit 2024-09-21T04:28:52.787021+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:54.049 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:53 smithi204 bash[23242]: audit 2024-09-21T04:28:52.793394+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:54.049 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:53 smithi204 bash[23242]: audit 2024-09-21T04:28:52.793394+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:54.049 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:53 smithi204 bash[23242]: audit 2024-09-21T04:28:52.803483+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:54.050 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:53 smithi204 bash[23242]: audit 2024-09-21T04:28:52.803483+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:54.234 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:53 smithi028 bash[22708]: cluster 2024-09-21T04:28:52.070441+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:54.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:53 smithi028 bash[22708]: cluster 2024-09-21T04:28:52.070441+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:54.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:53 smithi028 bash[22708]: audit 2024-09-21T04:28:52.787021+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:54.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:53 smithi028 bash[22708]: audit 2024-09-21T04:28:52.787021+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:54.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:53 smithi028 bash[22708]: audit 2024-09-21T04:28:52.793394+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:54.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:53 smithi028 bash[22708]: audit 2024-09-21T04:28:52.793394+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:54.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:53 smithi028 bash[22708]: audit 2024-09-21T04:28:52.803483+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:54.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:53 smithi028 bash[22708]: audit 2024-09-21T04:28:52.803483+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:28:56.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:55 smithi204 bash[23242]: cluster 2024-09-21T04:28:54.070936+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:56.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:55 smithi204 bash[23242]: cluster 2024-09-21T04:28:54.070936+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:56.162 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:55 smithi032 bash[23468]: cluster 2024-09-21T04:28:54.070936+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:56.162 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:55 smithi032 bash[23468]: cluster 2024-09-21T04:28:54.070936+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:56.234 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:55 smithi028 bash[22708]: cluster 2024-09-21T04:28:54.070936+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:56.234 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:55 smithi028 bash[22708]: cluster 2024-09-21T04:28:54.070936+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:58.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:57 smithi204 bash[23242]: cluster 2024-09-21T04:28:56.071509+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:58.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:57 smithi204 bash[23242]: cluster 2024-09-21T04:28:56.071509+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:58.234 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:57 smithi028 bash[22708]: cluster 2024-09-21T04:28:56.071509+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:58.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:57 smithi028 bash[22708]: cluster 2024-09-21T04:28:56.071509+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:58.288 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:57 smithi032 bash[23468]: cluster 2024-09-21T04:28:56.071509+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:28:58.289 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:57 smithi032 bash[23468]: cluster 2024-09-21T04:28:56.071509+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:00.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:59 smithi032 bash[23468]: cluster 2024-09-21T04:28:58.072012+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:00.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:28:59 smithi032 bash[23468]: cluster 2024-09-21T04:28:58.072012+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:00.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:59 smithi204 bash[23242]: cluster 2024-09-21T04:28:58.072012+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:00.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:28:59 smithi204 bash[23242]: cluster 2024-09-21T04:28:58.072012+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:00.234 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:59 smithi028 bash[22708]: cluster 2024-09-21T04:28:58.072012+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:00.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:28:59 smithi028 bash[22708]: cluster 2024-09-21T04:28:58.072012+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:02.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:01 smithi032 bash[23468]: cluster 2024-09-21T04:29:00.072471+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:02.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:01 smithi032 bash[23468]: cluster 2024-09-21T04:29:00.072471+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:02.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:01 smithi032 bash[23468]: audit 2024-09-21T04:29:01.016659+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:02.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:01 smithi032 bash[23468]: audit 2024-09-21T04:29:01.016659+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:02.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:01 smithi032 bash[23468]: audit 2024-09-21T04:29:01.023780+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:02.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:01 smithi032 bash[23468]: audit 2024-09-21T04:29:01.023780+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:02.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:01 smithi032 bash[23468]: audit 2024-09-21T04:29:01.032145+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:02.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:01 smithi032 bash[23468]: audit 2024-09-21T04:29:01.032145+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:02.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:01 smithi204 bash[23242]: cluster 2024-09-21T04:29:00.072471+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:02.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:01 smithi204 bash[23242]: cluster 2024-09-21T04:29:00.072471+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:02.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:01 smithi204 bash[23242]: audit 2024-09-21T04:29:01.016659+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:02.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:01 smithi204 bash[23242]: audit 2024-09-21T04:29:01.016659+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:02.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:01 smithi204 bash[23242]: audit 2024-09-21T04:29:01.023780+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:02.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:01 smithi204 bash[23242]: audit 2024-09-21T04:29:01.023780+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:02.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:01 smithi204 bash[23242]: audit 2024-09-21T04:29:01.032145+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:02.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:01 smithi204 bash[23242]: audit 2024-09-21T04:29:01.032145+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:02.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:01 smithi028 bash[22708]: cluster 2024-09-21T04:29:00.072471+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:02.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:01 smithi028 bash[22708]: cluster 2024-09-21T04:29:00.072471+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:02.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:01 smithi028 bash[22708]: audit 2024-09-21T04:29:01.016659+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:02.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:01 smithi028 bash[22708]: audit 2024-09-21T04:29:01.016659+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:02.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:01 smithi028 bash[22708]: audit 2024-09-21T04:29:01.023780+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:02.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:01 smithi028 bash[22708]: audit 2024-09-21T04:29:01.023780+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:02.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:01 smithi028 bash[22708]: audit 2024-09-21T04:29:01.032145+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:02.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:01 smithi028 bash[22708]: audit 2024-09-21T04:29:01.032145+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:04.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:03 smithi204 bash[23242]: cluster 2024-09-21T04:29:02.072939+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:04.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:03 smithi204 bash[23242]: cluster 2024-09-21T04:29:02.072939+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:04.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:03 smithi204 bash[23242]: audit 2024-09-21T04:29:02.996986+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:04.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:03 smithi204 bash[23242]: audit 2024-09-21T04:29:02.996986+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:04.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:03 smithi204 bash[23242]: audit 2024-09-21T04:29:03.005099+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:04.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:03 smithi204 bash[23242]: audit 2024-09-21T04:29:03.005099+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:04.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:03 smithi204 bash[23242]: audit 2024-09-21T04:29:03.014653+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:04.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:03 smithi204 bash[23242]: audit 2024-09-21T04:29:03.014653+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:04.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:03 smithi204 bash[23242]: audit 2024-09-21T04:29:03.256412+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-21T04:29:04.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:03 smithi204 bash[23242]: audit 2024-09-21T04:29:03.256412+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-21T04:29:04.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:03 smithi204 bash[23242]: audit 2024-09-21T04:29:03.258262+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:29:04.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:03 smithi204 bash[23242]: audit 2024-09-21T04:29:03.258262+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:29:04.234 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:03 smithi028 bash[22708]: cluster 2024-09-21T04:29:02.072939+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:04.314 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:03 smithi028 bash[22708]: cluster 2024-09-21T04:29:02.072939+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:04.314 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:03 smithi028 bash[22708]: audit 2024-09-21T04:29:02.996986+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:04.314 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:03 smithi028 bash[22708]: audit 2024-09-21T04:29:02.996986+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:04.314 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:03 smithi028 bash[22708]: audit 2024-09-21T04:29:03.005099+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:04.314 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:03 smithi028 bash[22708]: audit 2024-09-21T04:29:03.005099+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:04.314 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:03 smithi028 bash[22708]: audit 2024-09-21T04:29:03.014653+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:04.315 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:03 smithi028 bash[22708]: audit 2024-09-21T04:29:03.014653+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:04.315 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:03 smithi028 bash[22708]: audit 2024-09-21T04:29:03.256412+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-21T04:29:04.315 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:03 smithi028 bash[22708]: audit 2024-09-21T04:29:03.256412+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-21T04:29:04.315 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:03 smithi028 bash[22708]: audit 2024-09-21T04:29:03.258262+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:29:04.315 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:03 smithi028 bash[22708]: audit 2024-09-21T04:29:03.258262+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:29:04.315 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:03 smithi032 bash[23468]: cluster 2024-09-21T04:29:02.072939+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:04.315 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:03 smithi032 bash[23468]: cluster 2024-09-21T04:29:02.072939+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:04.316 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:03 smithi032 bash[23468]: audit 2024-09-21T04:29:02.996986+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:04.316 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:03 smithi032 bash[23468]: audit 2024-09-21T04:29:02.996986+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:04.316 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:03 smithi032 bash[23468]: audit 2024-09-21T04:29:03.005099+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:04.316 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:03 smithi032 bash[23468]: audit 2024-09-21T04:29:03.005099+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:04.316 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:03 smithi032 bash[23468]: audit 2024-09-21T04:29:03.014653+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:04.316 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:03 smithi032 bash[23468]: audit 2024-09-21T04:29:03.014653+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:04.316 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:03 smithi032 bash[23468]: audit 2024-09-21T04:29:03.256412+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-21T04:29:04.316 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:03 smithi032 bash[23468]: audit 2024-09-21T04:29:03.256412+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-21T04:29:04.316 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:03 smithi032 bash[23468]: audit 2024-09-21T04:29:03.258262+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:29:04.316 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:03 smithi032 bash[23468]: audit 2024-09-21T04:29:03.258262+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:29:05.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:04 smithi204 bash[23242]: cephadm 2024-09-21T04:29:03.259991+0000 mgr.a (mgr.14152) 201 : cephadm [INF] Deploying daemon osd.2 on smithi204 2024-09-21T04:29:05.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:04 smithi204 bash[23242]: cephadm 2024-09-21T04:29:03.259991+0000 mgr.a (mgr.14152) 201 : cephadm [INF] Deploying daemon osd.2 on smithi204 2024-09-21T04:29:05.234 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:04 smithi028 bash[22708]: cephadm 2024-09-21T04:29:03.259991+0000 mgr.a (mgr.14152) 201 : cephadm [INF] Deploying daemon osd.2 on smithi204 2024-09-21T04:29:05.234 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:04 smithi028 bash[22708]: cephadm 2024-09-21T04:29:03.259991+0000 mgr.a (mgr.14152) 201 : cephadm [INF] Deploying daemon osd.2 on smithi204 2024-09-21T04:29:05.288 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:04 smithi032 bash[23468]: cephadm 2024-09-21T04:29:03.259991+0000 mgr.a (mgr.14152) 201 : cephadm [INF] Deploying daemon osd.2 on smithi204 2024-09-21T04:29:05.289 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:04 smithi032 bash[23468]: cephadm 2024-09-21T04:29:03.259991+0000 mgr.a (mgr.14152) 201 : cephadm [INF] Deploying daemon osd.2 on smithi204 2024-09-21T04:29:06.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:05 smithi204 bash[23242]: cluster 2024-09-21T04:29:04.073412+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:06.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:05 smithi204 bash[23242]: cluster 2024-09-21T04:29:04.073412+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:06.234 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:05 smithi028 bash[22708]: cluster 2024-09-21T04:29:04.073412+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:06.234 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:05 smithi028 bash[22708]: cluster 2024-09-21T04:29:04.073412+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:06.288 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:05 smithi032 bash[23468]: cluster 2024-09-21T04:29:04.073412+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:06.289 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:05 smithi032 bash[23468]: cluster 2024-09-21T04:29:04.073412+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:07.234 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:06 smithi028 bash[22708]: cluster 2024-09-21T04:29:06.073903+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:07.234 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:06 smithi028 bash[22708]: cluster 2024-09-21T04:29:06.073903+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:07.288 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:06 smithi032 bash[23468]: cluster 2024-09-21T04:29:06.073903+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:07.289 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:06 smithi032 bash[23468]: cluster 2024-09-21T04:29:06.073903+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:07.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:06 smithi204 bash[23242]: cluster 2024-09-21T04:29:06.073903+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:07.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:06 smithi204 bash[23242]: cluster 2024-09-21T04:29:06.073903+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:07.740 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:07 smithi204 systemd[1]: /etc/systemd/system/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your 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-21T04:29:08.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:07 smithi204 systemd[1]: /etc/systemd/system/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your 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-21T04:29:08.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:07 smithi204 bash[23242]: audit 2024-09-21T04:29:07.883575+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:29:08.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:07 smithi204 bash[23242]: audit 2024-09-21T04:29:07.883575+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:29:08.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:07 smithi204 bash[23242]: audit 2024-09-21T04:29:07.891853+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:08.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:07 smithi204 bash[23242]: audit 2024-09-21T04:29:07.891853+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:08.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:07 smithi204 bash[23242]: audit 2024-09-21T04:29:07.892758+0000 mon.a (mon.0) 554 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:29:08.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:07 smithi204 bash[23242]: audit 2024-09-21T04:29:07.892758+0000 mon.a (mon.0) 554 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:29:08.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:07 smithi204 bash[23242]: audit 2024-09-21T04:29:07.895888+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:29:08.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:07 smithi204 bash[23242]: audit 2024-09-21T04:29:07.895888+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:29:08.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:07 smithi204 bash[23242]: audit 2024-09-21T04:29:07.900198+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:08.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:07 smithi204 bash[23242]: audit 2024-09-21T04:29:07.900198+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:08.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:07 smithi204 bash[23242]: audit 2024-09-21T04:29:07.912610+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:08.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:07 smithi204 bash[23242]: audit 2024-09-21T04:29:07.912610+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:08.234 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:07 smithi028 bash[22708]: audit 2024-09-21T04:29:07.883575+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:29:08.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:07 smithi028 bash[22708]: audit 2024-09-21T04:29:07.883575+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:29:08.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:07 smithi028 bash[22708]: audit 2024-09-21T04:29:07.891853+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:08.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:07 smithi028 bash[22708]: audit 2024-09-21T04:29:07.891853+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:08.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:07 smithi028 bash[22708]: audit 2024-09-21T04:29:07.892758+0000 mon.a (mon.0) 554 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:29:08.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:07 smithi028 bash[22708]: audit 2024-09-21T04:29:07.892758+0000 mon.a (mon.0) 554 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:29:08.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:07 smithi028 bash[22708]: audit 2024-09-21T04:29:07.895888+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:29:08.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:07 smithi028 bash[22708]: audit 2024-09-21T04:29:07.895888+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:29:08.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:07 smithi028 bash[22708]: audit 2024-09-21T04:29:07.900198+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:08.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:07 smithi028 bash[22708]: audit 2024-09-21T04:29:07.900198+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:08.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:07 smithi028 bash[22708]: audit 2024-09-21T04:29:07.912610+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:08.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:07 smithi028 bash[22708]: audit 2024-09-21T04:29:07.912610+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:08.289 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:07 smithi032 bash[23468]: audit 2024-09-21T04:29:07.883575+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:29:08.289 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:07 smithi032 bash[23468]: audit 2024-09-21T04:29:07.883575+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:29:08.289 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:07 smithi032 bash[23468]: audit 2024-09-21T04:29:07.891853+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:08.289 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:07 smithi032 bash[23468]: audit 2024-09-21T04:29:07.891853+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:08.289 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:07 smithi032 bash[23468]: audit 2024-09-21T04:29:07.892758+0000 mon.a (mon.0) 554 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:29:08.289 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:07 smithi032 bash[23468]: audit 2024-09-21T04:29:07.892758+0000 mon.a (mon.0) 554 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:29:08.289 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:07 smithi032 bash[23468]: audit 2024-09-21T04:29:07.895888+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:29:08.289 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:07 smithi032 bash[23468]: audit 2024-09-21T04:29:07.895888+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:29:08.289 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:07 smithi032 bash[23468]: audit 2024-09-21T04:29:07.900198+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:08.289 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:07 smithi032 bash[23468]: audit 2024-09-21T04:29:07.900198+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:08.289 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:07 smithi032 bash[23468]: audit 2024-09-21T04:29:07.912610+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:08.289 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:07 smithi032 bash[23468]: audit 2024-09-21T04:29:07.912610+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:09.234 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:08 smithi028 bash[22708]: cluster 2024-09-21T04:29:08.074394+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:09.234 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:08 smithi028 bash[22708]: cluster 2024-09-21T04:29:08.074394+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:09.288 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:08 smithi032 bash[23468]: cluster 2024-09-21T04:29:08.074394+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:09.288 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:08 smithi032 bash[23468]: cluster 2024-09-21T04:29:08.074394+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:09.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:08 smithi204 bash[23242]: cluster 2024-09-21T04:29:08.074394+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:09.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:08 smithi204 bash[23242]: cluster 2024-09-21T04:29:08.074394+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:11.433 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:11 smithi028 bash[22708]: cluster 2024-09-21T04:29:10.074906+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:11.434 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:11 smithi028 bash[22708]: cluster 2024-09-21T04:29:10.074906+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:11.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:11 smithi032 bash[23468]: cluster 2024-09-21T04:29:10.074906+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:11.539 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:11 smithi032 bash[23468]: cluster 2024-09-21T04:29:10.074906+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:11.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:11 smithi204 bash[23242]: cluster 2024-09-21T04:29:10.074906+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:11.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:11 smithi204 bash[23242]: cluster 2024-09-21T04:29:10.074906+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:13.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:13 smithi204 bash[23242]: cluster 2024-09-21T04:29:12.075420+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:13.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:13 smithi204 bash[23242]: cluster 2024-09-21T04:29:12.075420+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:13.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:13 smithi204 bash[23242]: audit 2024-09-21T04:29:12.969750+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:13.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:13 smithi204 bash[23242]: audit 2024-09-21T04:29:12.969750+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:13.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:13 smithi204 bash[23242]: audit 2024-09-21T04:29:12.977403+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:13.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:13 smithi204 bash[23242]: audit 2024-09-21T04:29:12.977403+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:13.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:13 smithi204 bash[23242]: audit 2024-09-21T04:29:12.981816+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:29:13.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:13 smithi204 bash[23242]: audit 2024-09-21T04:29:12.981816+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:29:13.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:13 smithi204 bash[23242]: audit 2024-09-21T04:29:12.987140+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:13.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:13 smithi204 bash[23242]: audit 2024-09-21T04:29:12.987140+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:13.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:13 smithi204 bash[23242]: audit 2024-09-21T04:29:12.987884+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:29:13.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:13 smithi204 bash[23242]: audit 2024-09-21T04:29:12.987884+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:29:13.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:13 smithi204 bash[23242]: audit 2024-09-21T04:29:12.989361+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:29:13.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:13 smithi204 bash[23242]: audit 2024-09-21T04:29:12.989361+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:29:13.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:13 smithi204 bash[23242]: audit 2024-09-21T04:29:12.998167+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:13.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:13 smithi204 bash[23242]: audit 2024-09-21T04:29:12.998167+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:13.485 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:13 smithi028 bash[22708]: cluster 2024-09-21T04:29:12.075420+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:13.485 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:13 smithi028 bash[22708]: cluster 2024-09-21T04:29:12.075420+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:13.485 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:13 smithi028 bash[22708]: audit 2024-09-21T04:29:12.969750+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:13.485 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:13 smithi028 bash[22708]: audit 2024-09-21T04:29:12.969750+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:13.485 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:13 smithi028 bash[22708]: audit 2024-09-21T04:29:12.977403+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:13.485 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:13 smithi028 bash[22708]: audit 2024-09-21T04:29:12.977403+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:13.485 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:13 smithi028 bash[22708]: audit 2024-09-21T04:29:12.981816+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:29:13.485 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:13 smithi028 bash[22708]: audit 2024-09-21T04:29:12.981816+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:29:13.485 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:13 smithi028 bash[22708]: audit 2024-09-21T04:29:12.987140+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:13.485 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:13 smithi028 bash[22708]: audit 2024-09-21T04:29:12.987140+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:13.485 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:13 smithi028 bash[22708]: audit 2024-09-21T04:29:12.987884+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:29:13.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:13 smithi028 bash[22708]: audit 2024-09-21T04:29:12.987884+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:29:13.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:13 smithi028 bash[22708]: audit 2024-09-21T04:29:12.989361+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:29:13.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:13 smithi028 bash[22708]: audit 2024-09-21T04:29:12.989361+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:29:13.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:13 smithi028 bash[22708]: audit 2024-09-21T04:29:12.998167+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:13.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:13 smithi028 bash[22708]: audit 2024-09-21T04:29:12.998167+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:13.539 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:13 smithi032 bash[23468]: cluster 2024-09-21T04:29:12.075420+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:13.539 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:13 smithi032 bash[23468]: cluster 2024-09-21T04:29:12.075420+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:13.539 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:13 smithi032 bash[23468]: audit 2024-09-21T04:29:12.969750+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:13.539 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:13 smithi032 bash[23468]: audit 2024-09-21T04:29:12.969750+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:13.539 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:13 smithi032 bash[23468]: audit 2024-09-21T04:29:12.977403+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:13.539 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:13 smithi032 bash[23468]: audit 2024-09-21T04:29:12.977403+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:13.539 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:13 smithi032 bash[23468]: audit 2024-09-21T04:29:12.981816+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:29:13.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:13 smithi032 bash[23468]: audit 2024-09-21T04:29:12.981816+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:29:13.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:13 smithi032 bash[23468]: audit 2024-09-21T04:29:12.987140+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:13.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:13 smithi032 bash[23468]: audit 2024-09-21T04:29:12.987140+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:13.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:13 smithi032 bash[23468]: audit 2024-09-21T04:29:12.987884+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:29:13.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:13 smithi032 bash[23468]: audit 2024-09-21T04:29:12.987884+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:29:13.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:13 smithi032 bash[23468]: audit 2024-09-21T04:29:12.989361+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:29:13.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:13 smithi032 bash[23468]: audit 2024-09-21T04:29:12.989361+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:29:13.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:13 smithi032 bash[23468]: audit 2024-09-21T04:29:12.998167+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:13.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:13 smithi032 bash[23468]: audit 2024-09-21T04:29:12.998167+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:14.484 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:14 smithi028 bash[22708]: cephadm 2024-09-21T04:29:12.980204+0000 mgr.a (mgr.14152) 207 : cephadm [INF] Detected new or changed devices on smithi204 2024-09-21T04:29:14.484 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:14 smithi028 bash[22708]: cephadm 2024-09-21T04:29:12.980204+0000 mgr.a (mgr.14152) 207 : cephadm [INF] Detected new or changed devices on smithi204 2024-09-21T04:29:14.526 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:14 smithi204 bash[23242]: cephadm 2024-09-21T04:29:12.980204+0000 mgr.a (mgr.14152) 207 : cephadm [INF] Detected new or changed devices on smithi204 2024-09-21T04:29:14.526 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:14 smithi204 bash[23242]: cephadm 2024-09-21T04:29:12.980204+0000 mgr.a (mgr.14152) 207 : cephadm [INF] Detected new or changed devices on smithi204 2024-09-21T04:29:14.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:14 smithi032 bash[23468]: cephadm 2024-09-21T04:29:12.980204+0000 mgr.a (mgr.14152) 207 : cephadm [INF] Detected new or changed devices on smithi204 2024-09-21T04:29:14.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:14 smithi032 bash[23468]: cephadm 2024-09-21T04:29:12.980204+0000 mgr.a (mgr.14152) 207 : cephadm [INF] Detected new or changed devices on smithi204 2024-09-21T04:29:15.385 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:15 smithi204 bash[23242]: cluster 2024-09-21T04:29:14.075933+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:15.385 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:15 smithi204 bash[23242]: cluster 2024-09-21T04:29:14.075933+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:15.484 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:15 smithi028 bash[22708]: cluster 2024-09-21T04:29:14.075933+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:15.484 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:15 smithi028 bash[22708]: cluster 2024-09-21T04:29:14.075933+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:15.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:15 smithi032 bash[23468]: cluster 2024-09-21T04:29:14.075933+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:15.539 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:15 smithi032 bash[23468]: cluster 2024-09-21T04:29:14.075933+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:17.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:17 smithi204 bash[23242]: cluster 2024-09-21T04:29:16.076427+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:17.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:17 smithi204 bash[23242]: cluster 2024-09-21T04:29:16.076427+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:17.347 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:17 smithi032 bash[23468]: cluster 2024-09-21T04:29:16.076427+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:17.347 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:17 smithi032 bash[23468]: cluster 2024-09-21T04:29:16.076427+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:17.484 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:17 smithi028 bash[22708]: cluster 2024-09-21T04:29:16.076427+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:17.484 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:17 smithi028 bash[22708]: cluster 2024-09-21T04:29:16.076427+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:19.234 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:19 smithi028 bash[22708]: cluster 2024-09-21T04:29:18.076881+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:19.234 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:19 smithi028 bash[22708]: cluster 2024-09-21T04:29:18.076881+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:19.443 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:19 smithi204 bash[23242]: cluster 2024-09-21T04:29:18.076881+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:19.443 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:19 smithi204 bash[23242]: cluster 2024-09-21T04:29:18.076881+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:19.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:19 smithi032 bash[23468]: cluster 2024-09-21T04:29:18.076881+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:19.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:19 smithi032 bash[23468]: cluster 2024-09-21T04:29:18.076881+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:21.484 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:21 smithi028 bash[22708]: cluster 2024-09-21T04:29:20.077342+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:21.484 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:21 smithi028 bash[22708]: cluster 2024-09-21T04:29:20.077342+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:21.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:21 smithi032 bash[23468]: cluster 2024-09-21T04:29:20.077342+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:21.539 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:21 smithi032 bash[23468]: cluster 2024-09-21T04:29:20.077342+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:21.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:21 smithi204 bash[23242]: cluster 2024-09-21T04:29:20.077342+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:21.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:21 smithi204 bash[23242]: cluster 2024-09-21T04:29:20.077342+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:22.484 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:22 smithi028 bash[22708]: audit 2024-09-21T04:29:21.233763+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:22.484 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:22 smithi028 bash[22708]: audit 2024-09-21T04:29:21.233763+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:22.484 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:22 smithi028 bash[22708]: audit 2024-09-21T04:29:21.240099+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:22.484 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:22 smithi028 bash[22708]: audit 2024-09-21T04:29:21.240099+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:22.484 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:22 smithi028 bash[22708]: audit 2024-09-21T04:29:21.247723+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:22.485 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:22 smithi028 bash[22708]: audit 2024-09-21T04:29:21.247723+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:22.539 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:22 smithi032 bash[23468]: audit 2024-09-21T04:29:21.233763+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:22.539 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:22 smithi032 bash[23468]: audit 2024-09-21T04:29:21.233763+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:22.539 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:22 smithi032 bash[23468]: audit 2024-09-21T04:29:21.240099+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:22.539 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:22 smithi032 bash[23468]: audit 2024-09-21T04:29:21.240099+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:22.539 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:22 smithi032 bash[23468]: audit 2024-09-21T04:29:21.247723+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:22.539 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:22 smithi032 bash[23468]: audit 2024-09-21T04:29:21.247723+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:22.543 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:22 smithi204 bash[23242]: audit 2024-09-21T04:29:21.233763+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:22.543 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:22 smithi204 bash[23242]: audit 2024-09-21T04:29:21.233763+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:22.543 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:22 smithi204 bash[23242]: audit 2024-09-21T04:29:21.240099+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:22.543 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:22 smithi204 bash[23242]: audit 2024-09-21T04:29:21.240099+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:22.543 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:22 smithi204 bash[23242]: audit 2024-09-21T04:29:21.247723+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:22.543 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:22 smithi204 bash[23242]: audit 2024-09-21T04:29:21.247723+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:22.923 INFO:teuthology.orchestra.run.smithi204.stdout:Created osd(s) 2 on host 'smithi204' 2024-09-21T04:29:23.539 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:23 smithi032 bash[23468]: cluster 2024-09-21T04:29:22.077923+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:23.539 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:23 smithi032 bash[23468]: cluster 2024-09-21T04:29:22.077923+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:23.539 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:23 smithi032 bash[23468]: audit 2024-09-21T04:29:22.325380+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:23.539 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:23 smithi032 bash[23468]: audit 2024-09-21T04:29:22.325380+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:23.539 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:23 smithi032 bash[23468]: audit 2024-09-21T04:29:22.333276+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:23.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:23 smithi032 bash[23468]: audit 2024-09-21T04:29:22.333276+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:23.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:23 smithi032 bash[23468]: audit 2024-09-21T04:29:22.338220+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:29:23.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:23 smithi032 bash[23468]: audit 2024-09-21T04:29:22.338220+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:29:23.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:23 smithi032 bash[23468]: audit 2024-09-21T04:29:22.343467+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:23.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:23 smithi032 bash[23468]: audit 2024-09-21T04:29:22.343467+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:23.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:23 smithi032 bash[23468]: audit 2024-09-21T04:29:22.349092+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:29:23.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:23 smithi032 bash[23468]: audit 2024-09-21T04:29:22.349092+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:29:23.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:23 smithi032 bash[23468]: audit 2024-09-21T04:29:22.350794+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:29:23.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:23 smithi032 bash[23468]: audit 2024-09-21T04:29:22.350794+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:29:23.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:23 smithi032 bash[23468]: audit 2024-09-21T04:29:22.360210+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:23.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:23 smithi032 bash[23468]: audit 2024-09-21T04:29:22.360210+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:23.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:23 smithi032 bash[23468]: audit 2024-09-21T04:29:22.549183+0000 mon.a (mon.0) 575 : audit [INF] from='osd.2 [v2:172.21.15.204:6800/2552830207,v1:172.21.15.204:6801/2552830207]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-21T04:29:23.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:23 smithi032 bash[23468]: audit 2024-09-21T04:29:22.549183+0000 mon.a (mon.0) 575 : audit [INF] from='osd.2 [v2:172.21.15.204:6800/2552830207,v1:172.21.15.204:6801/2552830207]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-21T04:29:23.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:23 smithi032 bash[23468]: audit 2024-09-21T04:29:22.905208+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:29:23.540 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:23 smithi032 bash[23468]: audit 2024-09-21T04:29:22.905208+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:29:23.541 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:23 smithi032 bash[23468]: audit 2024-09-21T04:29:22.913891+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:23.541 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:23 smithi032 bash[23468]: audit 2024-09-21T04:29:22.913891+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:23.541 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:23 smithi032 bash[23468]: audit 2024-09-21T04:29:22.914768+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-21T04:29:23.541 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:23 smithi032 bash[23468]: audit 2024-09-21T04:29:22.914768+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-21T04:29:23.541 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:23 smithi032 bash[23468]: audit 2024-09-21T04:29:22.922033+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:23.541 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:23 smithi032 bash[23468]: audit 2024-09-21T04:29:22.922033+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:23.541 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:23 smithi032 bash[23468]: audit 2024-09-21T04:29:22.928301+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:23.541 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:23 smithi032 bash[23468]: audit 2024-09-21T04:29:22.928301+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:23.541 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:23 smithi032 bash[23468]: audit 2024-09-21T04:29:22.932719+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:29:23.541 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:23 smithi032 bash[23468]: audit 2024-09-21T04:29:22.932719+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:29:23.541 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:23 smithi032 bash[23468]: audit 2024-09-21T04:29:22.934187+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:29:23.542 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:23 smithi032 bash[23468]: audit 2024-09-21T04:29:22.934187+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:29:23.542 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:23 smithi032 bash[23468]: audit 2024-09-21T04:29:22.943867+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:23.542 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:23 smithi032 bash[23468]: audit 2024-09-21T04:29:22.943867+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:23.542 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:23 smithi032 bash[23468]: audit 2024-09-21T04:29:23.224070+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:23.542 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:23 smithi032 bash[23468]: audit 2024-09-21T04:29:23.224070+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:23.542 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:23 smithi032 bash[23468]: audit 2024-09-21T04:29:23.232528+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:23.542 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:23 smithi032 bash[23468]: audit 2024-09-21T04:29:23.232528+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:23.542 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:23 smithi032 bash[23468]: audit 2024-09-21T04:29:23.242086+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:23.542 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:23 smithi032 bash[23468]: audit 2024-09-21T04:29:23.242086+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:23.551 DEBUG:teuthology.orchestra.run.smithi204:osd.2> sudo journalctl -f -n 0 -u ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@osd.2.service 2024-09-21T04:29:23.554 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-09-21T04:29:23.554 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fd0b2732-77d0-11ef-baf5-efdc52797490 -- ceph osd stat -f json 2024-09-21T04:29:23.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:23 smithi028 bash[22708]: cluster 2024-09-21T04:29:22.077923+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:23.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:23 smithi028 bash[22708]: cluster 2024-09-21T04:29:22.077923+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:23.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:23 smithi028 bash[22708]: audit 2024-09-21T04:29:22.325380+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:23.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:23 smithi028 bash[22708]: audit 2024-09-21T04:29:22.325380+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:23.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:23 smithi028 bash[22708]: audit 2024-09-21T04:29:22.333276+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:23.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:23 smithi028 bash[22708]: audit 2024-09-21T04:29:22.333276+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:23.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:23 smithi028 bash[22708]: audit 2024-09-21T04:29:22.338220+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:29:23.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:23 smithi028 bash[22708]: audit 2024-09-21T04:29:22.338220+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:29:23.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:23 smithi028 bash[22708]: audit 2024-09-21T04:29:22.343467+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:23.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:23 smithi028 bash[22708]: audit 2024-09-21T04:29:22.343467+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:23.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:23 smithi028 bash[22708]: audit 2024-09-21T04:29:22.349092+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:29:23.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:23 smithi028 bash[22708]: audit 2024-09-21T04:29:22.349092+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:29:23.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:23 smithi028 bash[22708]: audit 2024-09-21T04:29:22.350794+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:29:23.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:23 smithi028 bash[22708]: audit 2024-09-21T04:29:22.350794+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:29:23.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:23 smithi028 bash[22708]: audit 2024-09-21T04:29:22.360210+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:23.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:23 smithi028 bash[22708]: audit 2024-09-21T04:29:22.360210+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:23.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:23 smithi028 bash[22708]: audit 2024-09-21T04:29:22.549183+0000 mon.a (mon.0) 575 : audit [INF] from='osd.2 [v2:172.21.15.204:6800/2552830207,v1:172.21.15.204:6801/2552830207]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-21T04:29:23.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:23 smithi028 bash[22708]: audit 2024-09-21T04:29:22.549183+0000 mon.a (mon.0) 575 : audit [INF] from='osd.2 [v2:172.21.15.204:6800/2552830207,v1:172.21.15.204:6801/2552830207]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-21T04:29:23.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:23 smithi028 bash[22708]: audit 2024-09-21T04:29:22.905208+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:29:23.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:23 smithi028 bash[22708]: audit 2024-09-21T04:29:22.905208+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:29:23.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:23 smithi028 bash[22708]: audit 2024-09-21T04:29:22.913891+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:23.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:23 smithi028 bash[22708]: audit 2024-09-21T04:29:22.913891+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:23.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:23 smithi028 bash[22708]: audit 2024-09-21T04:29:22.914768+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-21T04:29:23.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:23 smithi028 bash[22708]: audit 2024-09-21T04:29:22.914768+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-21T04:29:23.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:23 smithi028 bash[22708]: audit 2024-09-21T04:29:22.922033+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:23.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:23 smithi028 bash[22708]: audit 2024-09-21T04:29:22.922033+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:23.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:23 smithi028 bash[22708]: audit 2024-09-21T04:29:22.928301+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:23.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:23 smithi028 bash[22708]: audit 2024-09-21T04:29:22.928301+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:23.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:23 smithi028 bash[22708]: audit 2024-09-21T04:29:22.932719+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:29:23.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:23 smithi028 bash[22708]: audit 2024-09-21T04:29:22.932719+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:29:23.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:23 smithi028 bash[22708]: audit 2024-09-21T04:29:22.934187+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:29:23.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:23 smithi028 bash[22708]: audit 2024-09-21T04:29:22.934187+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:29:23.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:23 smithi028 bash[22708]: audit 2024-09-21T04:29:22.943867+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:23.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:23 smithi028 bash[22708]: audit 2024-09-21T04:29:22.943867+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:23.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:23 smithi028 bash[22708]: audit 2024-09-21T04:29:23.224070+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:23.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:23 smithi028 bash[22708]: audit 2024-09-21T04:29:23.224070+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:23.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:23 smithi028 bash[22708]: audit 2024-09-21T04:29:23.232528+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:23.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:23 smithi028 bash[22708]: audit 2024-09-21T04:29:23.232528+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:23.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:23 smithi028 bash[22708]: audit 2024-09-21T04:29:23.242086+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:23.738 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:23 smithi028 bash[22708]: audit 2024-09-21T04:29:23.242086+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:23.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:23 smithi204 bash[23242]: cluster 2024-09-21T04:29:22.077923+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:23.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:23 smithi204 bash[23242]: cluster 2024-09-21T04:29:22.077923+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:23.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:23 smithi204 bash[23242]: audit 2024-09-21T04:29:22.325380+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:23.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:23 smithi204 bash[23242]: audit 2024-09-21T04:29:22.325380+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:23.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:23 smithi204 bash[23242]: audit 2024-09-21T04:29:22.333276+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:23.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:23 smithi204 bash[23242]: audit 2024-09-21T04:29:22.333276+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:23.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:23 smithi204 bash[23242]: audit 2024-09-21T04:29:22.338220+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:29:23.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:23 smithi204 bash[23242]: audit 2024-09-21T04:29:22.338220+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:29:23.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:23 smithi204 bash[23242]: audit 2024-09-21T04:29:22.343467+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:23.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:23 smithi204 bash[23242]: audit 2024-09-21T04:29:22.343467+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:23.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:23 smithi204 bash[23242]: audit 2024-09-21T04:29:22.349092+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:29:23.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:23 smithi204 bash[23242]: audit 2024-09-21T04:29:22.349092+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:29:23.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:23 smithi204 bash[23242]: audit 2024-09-21T04:29:22.350794+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:29:23.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:23 smithi204 bash[23242]: audit 2024-09-21T04:29:22.350794+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:29:23.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:23 smithi204 bash[23242]: audit 2024-09-21T04:29:22.360210+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:23.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:23 smithi204 bash[23242]: audit 2024-09-21T04:29:22.360210+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:23.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:23 smithi204 bash[23242]: audit 2024-09-21T04:29:22.549183+0000 mon.a (mon.0) 575 : audit [INF] from='osd.2 [v2:172.21.15.204:6800/2552830207,v1:172.21.15.204:6801/2552830207]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-21T04:29:23.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:23 smithi204 bash[23242]: audit 2024-09-21T04:29:22.549183+0000 mon.a (mon.0) 575 : audit [INF] from='osd.2 [v2:172.21.15.204:6800/2552830207,v1:172.21.15.204:6801/2552830207]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-21T04:29:23.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:23 smithi204 bash[23242]: audit 2024-09-21T04:29:22.905208+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:29:23.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:23 smithi204 bash[23242]: audit 2024-09-21T04:29:22.905208+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:29:23.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:23 smithi204 bash[23242]: audit 2024-09-21T04:29:22.913891+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:23.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:23 smithi204 bash[23242]: audit 2024-09-21T04:29:22.913891+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:23.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:23 smithi204 bash[23242]: audit 2024-09-21T04:29:22.914768+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-21T04:29:23.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:23 smithi204 bash[23242]: audit 2024-09-21T04:29:22.914768+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-21T04:29:23.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:23 smithi204 bash[23242]: audit 2024-09-21T04:29:22.922033+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:23.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:23 smithi204 bash[23242]: audit 2024-09-21T04:29:22.922033+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:23.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:23 smithi204 bash[23242]: audit 2024-09-21T04:29:22.928301+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:23.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:23 smithi204 bash[23242]: audit 2024-09-21T04:29:22.928301+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:23.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:23 smithi204 bash[23242]: audit 2024-09-21T04:29:22.932719+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:29:23.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:23 smithi204 bash[23242]: audit 2024-09-21T04:29:22.932719+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:29:23.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:23 smithi204 bash[23242]: audit 2024-09-21T04:29:22.934187+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:29:23.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:23 smithi204 bash[23242]: audit 2024-09-21T04:29:22.934187+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:29:23.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:23 smithi204 bash[23242]: audit 2024-09-21T04:29:22.943867+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:23.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:23 smithi204 bash[23242]: audit 2024-09-21T04:29:22.943867+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:23.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:23 smithi204 bash[23242]: audit 2024-09-21T04:29:23.224070+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:23.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:23 smithi204 bash[23242]: audit 2024-09-21T04:29:23.224070+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:23.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:23 smithi204 bash[23242]: audit 2024-09-21T04:29:23.232528+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:23.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:23 smithi204 bash[23242]: audit 2024-09-21T04:29:23.232528+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:23.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:23 smithi204 bash[23242]: audit 2024-09-21T04:29:23.242086+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:23.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:23 smithi204 bash[23242]: audit 2024-09-21T04:29:23.242086+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:24.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:24 smithi028 bash[22708]: cephadm 2024-09-21T04:29:22.917297+0000 mgr.a (mgr.14152) 213 : cephadm [INF] Adjusting osd_memory_target on smithi204 to 20337M 2024-09-21T04:29:24.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:24 smithi028 bash[22708]: cephadm 2024-09-21T04:29:22.917297+0000 mgr.a (mgr.14152) 213 : cephadm [INF] Adjusting osd_memory_target on smithi204 to 20337M 2024-09-21T04:29:24.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:24 smithi028 bash[22708]: audit 2024-09-21T04:29:23.358918+0000 mon.a (mon.0) 587 : audit [INF] from='osd.2 [v2:172.21.15.204:6800/2552830207,v1:172.21.15.204:6801/2552830207]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-21T04:29:24.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:24 smithi028 bash[22708]: audit 2024-09-21T04:29:23.358918+0000 mon.a (mon.0) 587 : audit [INF] from='osd.2 [v2:172.21.15.204:6800/2552830207,v1:172.21.15.204:6801/2552830207]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-21T04:29:24.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:24 smithi028 bash[22708]: cluster 2024-09-21T04:29:23.363582+0000 mon.a (mon.0) 588 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-21T04:29:24.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:24 smithi028 bash[22708]: cluster 2024-09-21T04:29:23.363582+0000 mon.a (mon.0) 588 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-21T04:29:24.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:24 smithi028 bash[22708]: audit 2024-09-21T04:29:23.364129+0000 mon.a (mon.0) 589 : audit [INF] from='osd.2 [v2:172.21.15.204:6800/2552830207,v1:172.21.15.204:6801/2552830207]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi204", "root=default"]} : dispatch 2024-09-21T04:29:24.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:24 smithi028 bash[22708]: audit 2024-09-21T04:29:23.364129+0000 mon.a (mon.0) 589 : audit [INF] from='osd.2 [v2:172.21.15.204:6800/2552830207,v1:172.21.15.204:6801/2552830207]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi204", "root=default"]} : dispatch 2024-09-21T04:29:24.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:24 smithi028 bash[22708]: audit 2024-09-21T04:29:23.364704+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T04:29:24.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:24 smithi028 bash[22708]: audit 2024-09-21T04:29:23.364704+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T04:29:24.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:24 smithi032 bash[23468]: cephadm 2024-09-21T04:29:22.917297+0000 mgr.a (mgr.14152) 213 : cephadm [INF] Adjusting osd_memory_target on smithi204 to 20337M 2024-09-21T04:29:24.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:24 smithi032 bash[23468]: cephadm 2024-09-21T04:29:22.917297+0000 mgr.a (mgr.14152) 213 : cephadm [INF] Adjusting osd_memory_target on smithi204 to 20337M 2024-09-21T04:29:24.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:24 smithi032 bash[23468]: audit 2024-09-21T04:29:23.358918+0000 mon.a (mon.0) 587 : audit [INF] from='osd.2 [v2:172.21.15.204:6800/2552830207,v1:172.21.15.204:6801/2552830207]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-21T04:29:24.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:24 smithi032 bash[23468]: audit 2024-09-21T04:29:23.358918+0000 mon.a (mon.0) 587 : audit [INF] from='osd.2 [v2:172.21.15.204:6800/2552830207,v1:172.21.15.204:6801/2552830207]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-21T04:29:24.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:24 smithi032 bash[23468]: cluster 2024-09-21T04:29:23.363582+0000 mon.a (mon.0) 588 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-21T04:29:24.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:24 smithi032 bash[23468]: cluster 2024-09-21T04:29:23.363582+0000 mon.a (mon.0) 588 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-21T04:29:24.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:24 smithi032 bash[23468]: audit 2024-09-21T04:29:23.364129+0000 mon.a (mon.0) 589 : audit [INF] from='osd.2 [v2:172.21.15.204:6800/2552830207,v1:172.21.15.204:6801/2552830207]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi204", "root=default"]} : dispatch 2024-09-21T04:29:24.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:24 smithi032 bash[23468]: audit 2024-09-21T04:29:23.364129+0000 mon.a (mon.0) 589 : audit [INF] from='osd.2 [v2:172.21.15.204:6800/2552830207,v1:172.21.15.204:6801/2552830207]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi204", "root=default"]} : dispatch 2024-09-21T04:29:24.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:24 smithi032 bash[23468]: audit 2024-09-21T04:29:23.364704+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T04:29:24.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:24 smithi032 bash[23468]: audit 2024-09-21T04:29:23.364704+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T04:29:24.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:24 smithi204 bash[23242]: cephadm 2024-09-21T04:29:22.917297+0000 mgr.a (mgr.14152) 213 : cephadm [INF] Adjusting osd_memory_target on smithi204 to 20337M 2024-09-21T04:29:24.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:24 smithi204 bash[23242]: cephadm 2024-09-21T04:29:22.917297+0000 mgr.a (mgr.14152) 213 : cephadm [INF] Adjusting osd_memory_target on smithi204 to 20337M 2024-09-21T04:29:24.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:24 smithi204 bash[23242]: audit 2024-09-21T04:29:23.358918+0000 mon.a (mon.0) 587 : audit [INF] from='osd.2 [v2:172.21.15.204:6800/2552830207,v1:172.21.15.204:6801/2552830207]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-21T04:29:24.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:24 smithi204 bash[23242]: audit 2024-09-21T04:29:23.358918+0000 mon.a (mon.0) 587 : audit [INF] from='osd.2 [v2:172.21.15.204:6800/2552830207,v1:172.21.15.204:6801/2552830207]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-21T04:29:24.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:24 smithi204 bash[23242]: cluster 2024-09-21T04:29:23.363582+0000 mon.a (mon.0) 588 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-21T04:29:24.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:24 smithi204 bash[23242]: cluster 2024-09-21T04:29:23.363582+0000 mon.a (mon.0) 588 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-21T04:29:24.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:24 smithi204 bash[23242]: audit 2024-09-21T04:29:23.364129+0000 mon.a (mon.0) 589 : audit [INF] from='osd.2 [v2:172.21.15.204:6800/2552830207,v1:172.21.15.204:6801/2552830207]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi204", "root=default"]} : dispatch 2024-09-21T04:29:24.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:24 smithi204 bash[23242]: audit 2024-09-21T04:29:23.364129+0000 mon.a (mon.0) 589 : audit [INF] from='osd.2 [v2:172.21.15.204:6800/2552830207,v1:172.21.15.204:6801/2552830207]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi204", "root=default"]} : dispatch 2024-09-21T04:29:24.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:24 smithi204 bash[23242]: audit 2024-09-21T04:29:23.364704+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T04:29:24.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:24 smithi204 bash[23242]: audit 2024-09-21T04:29:23.364704+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T04:29:25.323 INFO:journalctl@ceph.osd.2.smithi204.stdout:Sep 21 04:29:24 smithi204 bash[28481]: debug 2024-09-21T04:29:24.893+0000 7f0deb35a640 -1 osd.2 0 waiting for initial osdmap 2024-09-21T04:29:25.323 INFO:journalctl@ceph.osd.2.smithi204.stdout:Sep 21 04:29:24 smithi204 bash[28481]: debug 2024-09-21T04:29:24.925+0000 7f0de3179640 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-21T04:29:25.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:25 smithi028 bash[22708]: cluster 2024-09-21T04:29:24.078570+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:25.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:25 smithi028 bash[22708]: cluster 2024-09-21T04:29:24.078570+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:25.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:25 smithi028 bash[22708]: audit 2024-09-21T04:29:24.367228+0000 mon.a (mon.0) 591 : audit [INF] from='osd.2 [v2:172.21.15.204:6800/2552830207,v1:172.21.15.204:6801/2552830207]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2024-09-21T04:29:25.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:25 smithi028 bash[22708]: audit 2024-09-21T04:29:24.367228+0000 mon.a (mon.0) 591 : audit [INF] from='osd.2 [v2:172.21.15.204:6800/2552830207,v1:172.21.15.204:6801/2552830207]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2024-09-21T04:29:25.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:25 smithi028 bash[22708]: cluster 2024-09-21T04:29:24.373867+0000 mon.a (mon.0) 592 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-21T04:29:25.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:25 smithi028 bash[22708]: cluster 2024-09-21T04:29:24.373867+0000 mon.a (mon.0) 592 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-21T04:29:25.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:25 smithi028 bash[22708]: audit 2024-09-21T04:29:24.375584+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T04:29:25.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:25 smithi028 bash[22708]: audit 2024-09-21T04:29:24.375584+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T04:29:25.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:25 smithi028 bash[22708]: audit 2024-09-21T04:29:24.383623+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T04:29:25.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:25 smithi028 bash[22708]: audit 2024-09-21T04:29:24.383623+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T04:29:25.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:25 smithi028 bash[22708]: audit 2024-09-21T04:29:24.906653+0000 mon.a (mon.0) 595 : audit [INF] from='osd.2 [v2:172.21.15.204:6800/2552830207,v1:172.21.15.204:6801/2552830207]' entity='osd.2' 2024-09-21T04:29:25.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:25 smithi028 bash[22708]: audit 2024-09-21T04:29:24.906653+0000 mon.a (mon.0) 595 : audit [INF] from='osd.2 [v2:172.21.15.204:6800/2552830207,v1:172.21.15.204:6801/2552830207]' entity='osd.2' 2024-09-21T04:29:25.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:25 smithi032 bash[23468]: cluster 2024-09-21T04:29:24.078570+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:25.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:25 smithi032 bash[23468]: cluster 2024-09-21T04:29:24.078570+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:25.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:25 smithi032 bash[23468]: audit 2024-09-21T04:29:24.367228+0000 mon.a (mon.0) 591 : audit [INF] from='osd.2 [v2:172.21.15.204:6800/2552830207,v1:172.21.15.204:6801/2552830207]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2024-09-21T04:29:25.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:25 smithi032 bash[23468]: audit 2024-09-21T04:29:24.367228+0000 mon.a (mon.0) 591 : audit [INF] from='osd.2 [v2:172.21.15.204:6800/2552830207,v1:172.21.15.204:6801/2552830207]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2024-09-21T04:29:25.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:25 smithi032 bash[23468]: cluster 2024-09-21T04:29:24.373867+0000 mon.a (mon.0) 592 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-21T04:29:25.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:25 smithi032 bash[23468]: cluster 2024-09-21T04:29:24.373867+0000 mon.a (mon.0) 592 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-21T04:29:25.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:25 smithi032 bash[23468]: audit 2024-09-21T04:29:24.375584+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T04:29:25.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:25 smithi032 bash[23468]: audit 2024-09-21T04:29:24.375584+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T04:29:25.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:25 smithi032 bash[23468]: audit 2024-09-21T04:29:24.383623+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T04:29:25.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:25 smithi032 bash[23468]: audit 2024-09-21T04:29:24.383623+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T04:29:25.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:25 smithi032 bash[23468]: audit 2024-09-21T04:29:24.906653+0000 mon.a (mon.0) 595 : audit [INF] from='osd.2 [v2:172.21.15.204:6800/2552830207,v1:172.21.15.204:6801/2552830207]' entity='osd.2' 2024-09-21T04:29:25.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:25 smithi032 bash[23468]: audit 2024-09-21T04:29:24.906653+0000 mon.a (mon.0) 595 : audit [INF] from='osd.2 [v2:172.21.15.204:6800/2552830207,v1:172.21.15.204:6801/2552830207]' entity='osd.2' 2024-09-21T04:29:25.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:25 smithi204 bash[23242]: cluster 2024-09-21T04:29:24.078570+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:25.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:25 smithi204 bash[23242]: cluster 2024-09-21T04:29:24.078570+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:25.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:25 smithi204 bash[23242]: audit 2024-09-21T04:29:24.367228+0000 mon.a (mon.0) 591 : audit [INF] from='osd.2 [v2:172.21.15.204:6800/2552830207,v1:172.21.15.204:6801/2552830207]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2024-09-21T04:29:25.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:25 smithi204 bash[23242]: audit 2024-09-21T04:29:24.367228+0000 mon.a (mon.0) 591 : audit [INF] from='osd.2 [v2:172.21.15.204:6800/2552830207,v1:172.21.15.204:6801/2552830207]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2024-09-21T04:29:25.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:25 smithi204 bash[23242]: cluster 2024-09-21T04:29:24.373867+0000 mon.a (mon.0) 592 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-21T04:29:25.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:25 smithi204 bash[23242]: cluster 2024-09-21T04:29:24.373867+0000 mon.a (mon.0) 592 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-21T04:29:25.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:25 smithi204 bash[23242]: audit 2024-09-21T04:29:24.375584+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T04:29:25.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:25 smithi204 bash[23242]: audit 2024-09-21T04:29:24.375584+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T04:29:25.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:25 smithi204 bash[23242]: audit 2024-09-21T04:29:24.383623+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T04:29:25.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:25 smithi204 bash[23242]: audit 2024-09-21T04:29:24.383623+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T04:29:25.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:25 smithi204 bash[23242]: audit 2024-09-21T04:29:24.906653+0000 mon.a (mon.0) 595 : audit [INF] from='osd.2 [v2:172.21.15.204:6800/2552830207,v1:172.21.15.204:6801/2552830207]' entity='osd.2' 2024-09-21T04:29:25.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:25 smithi204 bash[23242]: audit 2024-09-21T04:29:24.906653+0000 mon.a (mon.0) 595 : audit [INF] from='osd.2 [v2:172.21.15.204:6800/2552830207,v1:172.21.15.204:6801/2552830207]' entity='osd.2' 2024-09-21T04:29:26.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:26 smithi028 bash[22708]: cluster 2024-09-21T04:29:23.555435+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T04:29:26.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:26 smithi028 bash[22708]: cluster 2024-09-21T04:29:23.555435+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T04:29:26.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:26 smithi028 bash[22708]: cluster 2024-09-21T04:29:23.555531+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T04:29:26.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:26 smithi028 bash[22708]: cluster 2024-09-21T04:29:23.555531+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T04:29:26.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:26 smithi028 bash[22708]: audit 2024-09-21T04:29:25.382687+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T04:29:26.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:26 smithi028 bash[22708]: audit 2024-09-21T04:29:25.382687+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T04:29:26.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:26 smithi028 bash[22708]: cluster 2024-09-21T04:29:25.910503+0000 mon.a (mon.0) 597 : cluster [INF] osd.2 [v2:172.21.15.204:6800/2552830207,v1:172.21.15.204:6801/2552830207] boot 2024-09-21T04:29:26.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:26 smithi028 bash[22708]: cluster 2024-09-21T04:29:25.910503+0000 mon.a (mon.0) 597 : cluster [INF] osd.2 [v2:172.21.15.204:6800/2552830207,v1:172.21.15.204:6801/2552830207] boot 2024-09-21T04:29:26.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:26 smithi028 bash[22708]: cluster 2024-09-21T04:29:25.910637+0000 mon.a (mon.0) 598 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-21T04:29:26.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:26 smithi028 bash[22708]: cluster 2024-09-21T04:29:25.910637+0000 mon.a (mon.0) 598 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-21T04:29:26.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:26 smithi028 bash[22708]: audit 2024-09-21T04:29:25.910893+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T04:29:26.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:26 smithi028 bash[22708]: audit 2024-09-21T04:29:25.910893+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T04:29:26.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:26 smithi032 bash[23468]: cluster 2024-09-21T04:29:23.555435+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T04:29:26.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:26 smithi032 bash[23468]: cluster 2024-09-21T04:29:23.555435+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T04:29:26.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:26 smithi032 bash[23468]: cluster 2024-09-21T04:29:23.555531+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T04:29:26.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:26 smithi032 bash[23468]: cluster 2024-09-21T04:29:23.555531+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T04:29:26.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:26 smithi032 bash[23468]: audit 2024-09-21T04:29:25.382687+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T04:29:26.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:26 smithi032 bash[23468]: audit 2024-09-21T04:29:25.382687+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T04:29:26.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:26 smithi032 bash[23468]: cluster 2024-09-21T04:29:25.910503+0000 mon.a (mon.0) 597 : cluster [INF] osd.2 [v2:172.21.15.204:6800/2552830207,v1:172.21.15.204:6801/2552830207] boot 2024-09-21T04:29:26.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:26 smithi032 bash[23468]: cluster 2024-09-21T04:29:25.910503+0000 mon.a (mon.0) 597 : cluster [INF] osd.2 [v2:172.21.15.204:6800/2552830207,v1:172.21.15.204:6801/2552830207] boot 2024-09-21T04:29:26.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:26 smithi032 bash[23468]: cluster 2024-09-21T04:29:25.910637+0000 mon.a (mon.0) 598 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-21T04:29:26.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:26 smithi032 bash[23468]: cluster 2024-09-21T04:29:25.910637+0000 mon.a (mon.0) 598 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-21T04:29:26.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:26 smithi032 bash[23468]: audit 2024-09-21T04:29:25.910893+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T04:29:26.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:26 smithi032 bash[23468]: audit 2024-09-21T04:29:25.910893+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T04:29:26.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:26 smithi204 bash[23242]: cluster 2024-09-21T04:29:23.555435+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T04:29:26.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:26 smithi204 bash[23242]: cluster 2024-09-21T04:29:23.555435+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T04:29:26.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:26 smithi204 bash[23242]: cluster 2024-09-21T04:29:23.555531+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T04:29:26.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:26 smithi204 bash[23242]: cluster 2024-09-21T04:29:23.555531+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T04:29:26.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:26 smithi204 bash[23242]: audit 2024-09-21T04:29:25.382687+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T04:29:26.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:26 smithi204 bash[23242]: audit 2024-09-21T04:29:25.382687+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T04:29:26.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:26 smithi204 bash[23242]: cluster 2024-09-21T04:29:25.910503+0000 mon.a (mon.0) 597 : cluster [INF] osd.2 [v2:172.21.15.204:6800/2552830207,v1:172.21.15.204:6801/2552830207] boot 2024-09-21T04:29:26.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:26 smithi204 bash[23242]: cluster 2024-09-21T04:29:25.910503+0000 mon.a (mon.0) 597 : cluster [INF] osd.2 [v2:172.21.15.204:6800/2552830207,v1:172.21.15.204:6801/2552830207] boot 2024-09-21T04:29:26.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:26 smithi204 bash[23242]: cluster 2024-09-21T04:29:25.910637+0000 mon.a (mon.0) 598 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-21T04:29:26.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:26 smithi204 bash[23242]: cluster 2024-09-21T04:29:25.910637+0000 mon.a (mon.0) 598 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-21T04:29:26.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:26 smithi204 bash[23242]: audit 2024-09-21T04:29:25.910893+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T04:29:26.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:26 smithi204 bash[23242]: audit 2024-09-21T04:29:25.910893+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T04:29:27.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:27 smithi028 bash[22708]: cluster 2024-09-21T04:29:26.079070+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:27.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:27 smithi028 bash[22708]: cluster 2024-09-21T04:29:26.079070+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:27.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:27 smithi028 bash[22708]: audit 2024-09-21T04:29:26.621467+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' 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-21T04:29:27.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:27 smithi028 bash[22708]: audit 2024-09-21T04:29:26.621467+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' 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-21T04:29:27.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:27 smithi032 bash[23468]: cluster 2024-09-21T04:29:26.079070+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:27.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:27 smithi032 bash[23468]: cluster 2024-09-21T04:29:26.079070+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:27.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:27 smithi032 bash[23468]: audit 2024-09-21T04:29:26.621467+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' 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-21T04:29:27.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:27 smithi032 bash[23468]: audit 2024-09-21T04:29:26.621467+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' 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-21T04:29:27.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:27 smithi204 bash[23242]: cluster 2024-09-21T04:29:26.079070+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:27.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:27 smithi204 bash[23242]: cluster 2024-09-21T04:29:26.079070+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 65 MiB used, 179 GiB / 179 GiB avail 2024-09-21T04:29:27.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:27 smithi204 bash[23242]: audit 2024-09-21T04:29:26.621467+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' 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-21T04:29:27.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:27 smithi204 bash[23242]: audit 2024-09-21T04:29:26.621467+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' 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-21T04:29:28.301 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T04:29:28.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:28 smithi028 bash[22708]: audit 2024-09-21T04:29:27.373909+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' 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-21T04:29:28.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:28 smithi028 bash[22708]: audit 2024-09-21T04:29:27.373909+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' 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-21T04:29:28.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:28 smithi028 bash[22708]: cluster 2024-09-21T04:29:27.379452+0000 mon.a (mon.0) 602 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-21T04:29:28.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:28 smithi028 bash[22708]: cluster 2024-09-21T04:29:27.379452+0000 mon.a (mon.0) 602 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-21T04:29:28.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:28 smithi028 bash[22708]: audit 2024-09-21T04:29:27.387195+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-21T04:29:28.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:28 smithi028 bash[22708]: audit 2024-09-21T04:29:27.387195+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-21T04:29:28.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:28 smithi028 bash[22708]: audit 2024-09-21T04:29:28.376450+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-21T04:29:28.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:28 smithi028 bash[22708]: audit 2024-09-21T04:29:28.376450+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-21T04:29:28.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:28 smithi032 bash[23468]: audit 2024-09-21T04:29:27.373909+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' 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-21T04:29:28.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:28 smithi032 bash[23468]: audit 2024-09-21T04:29:27.373909+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' 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-21T04:29:28.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:28 smithi032 bash[23468]: cluster 2024-09-21T04:29:27.379452+0000 mon.a (mon.0) 602 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-21T04:29:28.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:28 smithi032 bash[23468]: cluster 2024-09-21T04:29:27.379452+0000 mon.a (mon.0) 602 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-21T04:29:28.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:28 smithi032 bash[23468]: audit 2024-09-21T04:29:27.387195+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-21T04:29:28.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:28 smithi032 bash[23468]: audit 2024-09-21T04:29:27.387195+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-21T04:29:28.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:28 smithi032 bash[23468]: audit 2024-09-21T04:29:28.376450+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-21T04:29:28.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:28 smithi032 bash[23468]: audit 2024-09-21T04:29:28.376450+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-21T04:29:28.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:28 smithi204 bash[23242]: audit 2024-09-21T04:29:27.373909+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' 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-21T04:29:28.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:28 smithi204 bash[23242]: audit 2024-09-21T04:29:27.373909+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' 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-21T04:29:28.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:28 smithi204 bash[23242]: cluster 2024-09-21T04:29:27.379452+0000 mon.a (mon.0) 602 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-21T04:29:28.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:28 smithi204 bash[23242]: cluster 2024-09-21T04:29:27.379452+0000 mon.a (mon.0) 602 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-21T04:29:28.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:28 smithi204 bash[23242]: audit 2024-09-21T04:29:27.387195+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-21T04:29:28.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:28 smithi204 bash[23242]: audit 2024-09-21T04:29:27.387195+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-21T04:29:28.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:28 smithi204 bash[23242]: audit 2024-09-21T04:29:28.376450+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-21T04:29:28.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:28 smithi204 bash[23242]: audit 2024-09-21T04:29:28.376450+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-21T04:29:29.645 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-21T04:29:29.659 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:29 smithi028 bash[22708]: cluster 2024-09-21T04:29:28.079766+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v155: 1 pgs: 1 unknown; 0 B data, 96 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:29.659 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:29 smithi028 bash[22708]: cluster 2024-09-21T04:29:28.079766+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v155: 1 pgs: 1 unknown; 0 B data, 96 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:29.659 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:29 smithi028 bash[22708]: cluster 2024-09-21T04:29:28.383021+0000 mon.a (mon.0) 605 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-21T04:29:29.659 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:29 smithi028 bash[22708]: cluster 2024-09-21T04:29:28.383021+0000 mon.a (mon.0) 605 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-21T04:29:29.659 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:29 smithi028 bash[22708]: cluster 2024-09-21T04:29:28.383308+0000 mon.a (mon.0) 606 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-21T04:29:29.659 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:29 smithi028 bash[22708]: cluster 2024-09-21T04:29:28.383308+0000 mon.a (mon.0) 606 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-21T04:29:29.659 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:29 smithi028 bash[22708]: audit 2024-09-21T04:29:28.915115+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:29.660 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:29 smithi028 bash[22708]: audit 2024-09-21T04:29:28.915115+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:29.660 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:29 smithi028 bash[22708]: audit 2024-09-21T04:29:29.017939+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:29.660 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:29 smithi028 bash[22708]: audit 2024-09-21T04:29:29.017939+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:29.660 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:29 smithi028 bash[22708]: audit 2024-09-21T04:29:29.133155+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:29.660 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:29 smithi028 bash[22708]: audit 2024-09-21T04:29:29.133155+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:29.660 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:29 smithi028 bash[22708]: audit 2024-09-21T04:29:29.135728+0000 mon.a (mon.0) 610 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T04:29:29.660 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:29 smithi028 bash[22708]: audit 2024-09-21T04:29:29.135728+0000 mon.a (mon.0) 610 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T04:29:29.660 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:29 smithi028 bash[22708]: audit 2024-09-21T04:29:29.195061+0000 mon.a (mon.0) 611 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T04:29:29.660 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:29 smithi028 bash[22708]: audit 2024-09-21T04:29:29.195061+0000 mon.a (mon.0) 611 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T04:29:29.660 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:29 smithi028 bash[22708]: audit 2024-09-21T04:29:29.195575+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T04:29:29.660 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:29 smithi028 bash[22708]: audit 2024-09-21T04:29:29.195575+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T04:29:29.660 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:29 smithi028 bash[22708]: audit 2024-09-21T04:29:29.195853+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:29:29.660 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:29 smithi028 bash[22708]: audit 2024-09-21T04:29:29.195853+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:29:29.660 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:29 smithi028 bash[22708]: audit 2024-09-21T04:29:29.196077+0000 mon.a (mon.0) 614 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:29:29.661 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:29 smithi028 bash[22708]: audit 2024-09-21T04:29:29.196077+0000 mon.a (mon.0) 614 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:29:29.661 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:29 smithi028 bash[22708]: audit 2024-09-21T04:29:29.197895+0000 mon.c (mon.1) 5 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T04:29:29.661 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:29 smithi028 bash[22708]: audit 2024-09-21T04:29:29.197895+0000 mon.c (mon.1) 5 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T04:29:29.661 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:29 smithi028 bash[22708]: audit 2024-09-21T04:29:29.199350+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T04:29:29.661 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:29 smithi028 bash[22708]: audit 2024-09-21T04:29:29.199350+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T04:29:29.661 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:29 smithi028 bash[22708]: audit 2024-09-21T04:29:29.199559+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:29:29.661 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:29 smithi028 bash[22708]: audit 2024-09-21T04:29:29.199559+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:29:29.661 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:29 smithi028 bash[22708]: audit 2024-09-21T04:29:29.199785+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:29:29.661 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:29 smithi028 bash[22708]: audit 2024-09-21T04:29:29.199785+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:29:29.661 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:29 smithi028 bash[22708]: audit 2024-09-21T04:29:29.256913+0000 mon.c (mon.1) 6 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T04:29:29.661 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:29 smithi028 bash[22708]: audit 2024-09-21T04:29:29.256913+0000 mon.c (mon.1) 6 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T04:29:29.661 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:29 smithi028 bash[22708]: audit 2024-09-21T04:29:29.263006+0000 mon.a (mon.0) 618 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T04:29:29.661 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:29 smithi028 bash[22708]: audit 2024-09-21T04:29:29.263006+0000 mon.a (mon.0) 618 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T04:29:29.662 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:29 smithi028 bash[22708]: audit 2024-09-21T04:29:29.263428+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T04:29:29.662 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:29 smithi028 bash[22708]: audit 2024-09-21T04:29:29.263428+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T04:29:29.662 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:29 smithi028 bash[22708]: audit 2024-09-21T04:29:29.263462+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:29:29.662 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:29 smithi028 bash[22708]: audit 2024-09-21T04:29:29.263462+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:29:29.662 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:29 smithi028 bash[22708]: audit 2024-09-21T04:29:29.263864+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:29:29.662 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:29 smithi028 bash[22708]: audit 2024-09-21T04:29:29.263864+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:29:29.662 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:29 smithi028 bash[22708]: audit 2024-09-21T04:29:29.322307+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T04:29:29.662 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:29 smithi028 bash[22708]: audit 2024-09-21T04:29:29.322307+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T04:29:29.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:29 smithi032 bash[23468]: cluster 2024-09-21T04:29:28.079766+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v155: 1 pgs: 1 unknown; 0 B data, 96 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:29.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:29 smithi032 bash[23468]: cluster 2024-09-21T04:29:28.079766+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v155: 1 pgs: 1 unknown; 0 B data, 96 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:29.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:29 smithi032 bash[23468]: cluster 2024-09-21T04:29:28.383021+0000 mon.a (mon.0) 605 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-21T04:29:29.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:29 smithi032 bash[23468]: cluster 2024-09-21T04:29:28.383021+0000 mon.a (mon.0) 605 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-21T04:29:29.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:29 smithi032 bash[23468]: cluster 2024-09-21T04:29:28.383308+0000 mon.a (mon.0) 606 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-21T04:29:29.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:29 smithi032 bash[23468]: cluster 2024-09-21T04:29:28.383308+0000 mon.a (mon.0) 606 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-21T04:29:29.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:29 smithi032 bash[23468]: audit 2024-09-21T04:29:28.915115+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:29.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:29 smithi032 bash[23468]: audit 2024-09-21T04:29:28.915115+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:29.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:29 smithi032 bash[23468]: audit 2024-09-21T04:29:29.017939+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:29.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:29 smithi032 bash[23468]: audit 2024-09-21T04:29:29.017939+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:29.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:29 smithi032 bash[23468]: audit 2024-09-21T04:29:29.133155+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:29.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:29 smithi032 bash[23468]: audit 2024-09-21T04:29:29.133155+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:29.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:29 smithi032 bash[23468]: audit 2024-09-21T04:29:29.135728+0000 mon.a (mon.0) 610 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T04:29:29.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:29 smithi032 bash[23468]: audit 2024-09-21T04:29:29.135728+0000 mon.a (mon.0) 610 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T04:29:29.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:29 smithi032 bash[23468]: audit 2024-09-21T04:29:29.195061+0000 mon.a (mon.0) 611 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T04:29:29.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:29 smithi032 bash[23468]: audit 2024-09-21T04:29:29.195061+0000 mon.a (mon.0) 611 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T04:29:29.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:29 smithi032 bash[23468]: audit 2024-09-21T04:29:29.195575+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T04:29:29.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:29 smithi032 bash[23468]: audit 2024-09-21T04:29:29.195575+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T04:29:29.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:29 smithi032 bash[23468]: audit 2024-09-21T04:29:29.195853+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:29:29.791 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:29 smithi032 bash[23468]: audit 2024-09-21T04:29:29.195853+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:29:29.791 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:29 smithi032 bash[23468]: audit 2024-09-21T04:29:29.196077+0000 mon.a (mon.0) 614 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:29:29.791 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:29 smithi032 bash[23468]: audit 2024-09-21T04:29:29.196077+0000 mon.a (mon.0) 614 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:29:29.791 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:29 smithi032 bash[23468]: audit 2024-09-21T04:29:29.197895+0000 mon.c (mon.1) 5 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T04:29:29.791 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:29 smithi032 bash[23468]: audit 2024-09-21T04:29:29.197895+0000 mon.c (mon.1) 5 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T04:29:29.791 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:29 smithi032 bash[23468]: audit 2024-09-21T04:29:29.199350+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T04:29:29.791 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:29 smithi032 bash[23468]: audit 2024-09-21T04:29:29.199350+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T04:29:29.791 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:29 smithi032 bash[23468]: audit 2024-09-21T04:29:29.199559+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:29:29.791 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:29 smithi032 bash[23468]: audit 2024-09-21T04:29:29.199559+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:29:29.791 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:29 smithi032 bash[23468]: audit 2024-09-21T04:29:29.199785+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:29:29.792 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:29 smithi032 bash[23468]: audit 2024-09-21T04:29:29.199785+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:29:29.792 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:29 smithi032 bash[23468]: audit 2024-09-21T04:29:29.256913+0000 mon.c (mon.1) 6 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T04:29:29.792 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:29 smithi032 bash[23468]: audit 2024-09-21T04:29:29.256913+0000 mon.c (mon.1) 6 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T04:29:29.792 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:29 smithi032 bash[23468]: audit 2024-09-21T04:29:29.263006+0000 mon.a (mon.0) 618 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T04:29:29.792 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:29 smithi032 bash[23468]: audit 2024-09-21T04:29:29.263006+0000 mon.a (mon.0) 618 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T04:29:29.792 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:29 smithi032 bash[23468]: audit 2024-09-21T04:29:29.263428+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T04:29:29.792 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:29 smithi032 bash[23468]: audit 2024-09-21T04:29:29.263428+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T04:29:29.792 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:29 smithi032 bash[23468]: audit 2024-09-21T04:29:29.263462+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:29:29.792 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:29 smithi032 bash[23468]: audit 2024-09-21T04:29:29.263462+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:29:29.792 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:29 smithi032 bash[23468]: audit 2024-09-21T04:29:29.263864+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:29:29.792 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:29 smithi032 bash[23468]: audit 2024-09-21T04:29:29.263864+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:29:29.792 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:29 smithi032 bash[23468]: audit 2024-09-21T04:29:29.322307+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T04:29:29.792 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:29 smithi032 bash[23468]: audit 2024-09-21T04:29:29.322307+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T04:29:29.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:29 smithi204 bash[23242]: cluster 2024-09-21T04:29:28.079766+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v155: 1 pgs: 1 unknown; 0 B data, 96 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:29.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:29 smithi204 bash[23242]: cluster 2024-09-21T04:29:28.079766+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v155: 1 pgs: 1 unknown; 0 B data, 96 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:29.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:29 smithi204 bash[23242]: cluster 2024-09-21T04:29:28.383021+0000 mon.a (mon.0) 605 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-21T04:29:29.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:29 smithi204 bash[23242]: cluster 2024-09-21T04:29:28.383021+0000 mon.a (mon.0) 605 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-21T04:29:29.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:29 smithi204 bash[23242]: cluster 2024-09-21T04:29:28.383308+0000 mon.a (mon.0) 606 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-21T04:29:29.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:29 smithi204 bash[23242]: cluster 2024-09-21T04:29:28.383308+0000 mon.a (mon.0) 606 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-21T04:29:29.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:29 smithi204 bash[23242]: audit 2024-09-21T04:29:28.915115+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:29.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:29 smithi204 bash[23242]: audit 2024-09-21T04:29:28.915115+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:29.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:29 smithi204 bash[23242]: audit 2024-09-21T04:29:29.017939+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:29.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:29 smithi204 bash[23242]: audit 2024-09-21T04:29:29.017939+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:29.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:29 smithi204 bash[23242]: audit 2024-09-21T04:29:29.133155+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:29.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:29 smithi204 bash[23242]: audit 2024-09-21T04:29:29.133155+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:29.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:29 smithi204 bash[23242]: audit 2024-09-21T04:29:29.135728+0000 mon.a (mon.0) 610 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T04:29:29.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:29 smithi204 bash[23242]: audit 2024-09-21T04:29:29.135728+0000 mon.a (mon.0) 610 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T04:29:29.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:29 smithi204 bash[23242]: audit 2024-09-21T04:29:29.195061+0000 mon.a (mon.0) 611 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T04:29:29.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:29 smithi204 bash[23242]: audit 2024-09-21T04:29:29.195061+0000 mon.a (mon.0) 611 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T04:29:29.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:29 smithi204 bash[23242]: audit 2024-09-21T04:29:29.195575+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T04:29:29.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:29 smithi204 bash[23242]: audit 2024-09-21T04:29:29.195575+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T04:29:29.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:29 smithi204 bash[23242]: audit 2024-09-21T04:29:29.195853+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:29:29.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:29 smithi204 bash[23242]: audit 2024-09-21T04:29:29.195853+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:29:29.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:29 smithi204 bash[23242]: audit 2024-09-21T04:29:29.196077+0000 mon.a (mon.0) 614 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:29:29.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:29 smithi204 bash[23242]: audit 2024-09-21T04:29:29.196077+0000 mon.a (mon.0) 614 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:29:29.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:29 smithi204 bash[23242]: audit 2024-09-21T04:29:29.197895+0000 mon.c (mon.1) 5 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T04:29:29.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:29 smithi204 bash[23242]: audit 2024-09-21T04:29:29.197895+0000 mon.c (mon.1) 5 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T04:29:29.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:29 smithi204 bash[23242]: audit 2024-09-21T04:29:29.199350+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T04:29:29.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:29 smithi204 bash[23242]: audit 2024-09-21T04:29:29.199350+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T04:29:29.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:29 smithi204 bash[23242]: audit 2024-09-21T04:29:29.199559+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:29:29.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:29 smithi204 bash[23242]: audit 2024-09-21T04:29:29.199559+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:29:29.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:29 smithi204 bash[23242]: audit 2024-09-21T04:29:29.199785+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:29:29.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:29 smithi204 bash[23242]: audit 2024-09-21T04:29:29.199785+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:29:29.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:29 smithi204 bash[23242]: audit 2024-09-21T04:29:29.256913+0000 mon.c (mon.1) 6 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T04:29:29.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:29 smithi204 bash[23242]: audit 2024-09-21T04:29:29.256913+0000 mon.c (mon.1) 6 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T04:29:29.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:29 smithi204 bash[23242]: audit 2024-09-21T04:29:29.263006+0000 mon.a (mon.0) 618 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T04:29:29.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:29 smithi204 bash[23242]: audit 2024-09-21T04:29:29.263006+0000 mon.a (mon.0) 618 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T04:29:29.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:29 smithi204 bash[23242]: audit 2024-09-21T04:29:29.263428+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T04:29:29.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:29 smithi204 bash[23242]: audit 2024-09-21T04:29:29.263428+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T04:29:29.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:29 smithi204 bash[23242]: audit 2024-09-21T04:29:29.263462+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:29:29.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:29 smithi204 bash[23242]: audit 2024-09-21T04:29:29.263462+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:29:29.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:29 smithi204 bash[23242]: audit 2024-09-21T04:29:29.263864+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:29:29.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:29 smithi204 bash[23242]: audit 2024-09-21T04:29:29.263864+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:29:29.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:29 smithi204 bash[23242]: audit 2024-09-21T04:29:29.322307+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T04:29:29.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:29 smithi204 bash[23242]: audit 2024-09-21T04:29:29.322307+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T04:29:30.254 INFO:teuthology.orchestra.run.smithi028.stdout:{"epoch":21,"num_osds":3,"num_up_osds":3,"osd_up_since":1726892965,"num_in_osds":3,"osd_in_since":1726892929,"num_remapped_pgs":0} 2024-09-21T04:29:30.255 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell --fsid fd0b2732-77d0-11ef-baf5-efdc52797490 -- ceph osd dump --format=json 2024-09-21T04:29:30.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:30 smithi028 bash[22708]: cluster 2024-09-21T04:29:29.408122+0000 mon.a (mon.0) 621 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-21T04:29:30.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:30 smithi028 bash[22708]: cluster 2024-09-21T04:29:29.408122+0000 mon.a (mon.0) 621 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-21T04:29:30.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:30 smithi028 bash[22708]: audit 2024-09-21T04:29:29.645279+0000 mon.a (mon.0) 622 : audit [DBG] from='client.? 172.21.15.28:0/4089064854' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T04:29:30.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:30 smithi028 bash[22708]: audit 2024-09-21T04:29:29.645279+0000 mon.a (mon.0) 622 : audit [DBG] from='client.? 172.21.15.28:0/4089064854' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T04:29:30.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:30 smithi032 bash[23468]: cluster 2024-09-21T04:29:29.408122+0000 mon.a (mon.0) 621 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-21T04:29:30.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:30 smithi032 bash[23468]: cluster 2024-09-21T04:29:29.408122+0000 mon.a (mon.0) 621 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-21T04:29:30.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:30 smithi032 bash[23468]: audit 2024-09-21T04:29:29.645279+0000 mon.a (mon.0) 622 : audit [DBG] from='client.? 172.21.15.28:0/4089064854' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T04:29:30.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:30 smithi032 bash[23468]: audit 2024-09-21T04:29:29.645279+0000 mon.a (mon.0) 622 : audit [DBG] from='client.? 172.21.15.28:0/4089064854' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T04:29:30.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:30 smithi204 bash[23242]: cluster 2024-09-21T04:29:29.408122+0000 mon.a (mon.0) 621 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-21T04:29:30.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:30 smithi204 bash[23242]: cluster 2024-09-21T04:29:29.408122+0000 mon.a (mon.0) 621 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-21T04:29:30.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:30 smithi204 bash[23242]: audit 2024-09-21T04:29:29.645279+0000 mon.a (mon.0) 622 : audit [DBG] from='client.? 172.21.15.28:0/4089064854' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T04:29:30.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:30 smithi204 bash[23242]: audit 2024-09-21T04:29:29.645279+0000 mon.a (mon.0) 622 : audit [DBG] from='client.? 172.21.15.28:0/4089064854' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T04:29:31.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:31 smithi028 bash[22708]: cluster 2024-09-21T04:29:30.080482+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v158: 1 pgs: 1 creating+activating; 0 B data, 96 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:31.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:31 smithi028 bash[22708]: cluster 2024-09-21T04:29:30.080482+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v158: 1 pgs: 1 creating+activating; 0 B data, 96 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:31.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:31 smithi028 bash[22708]: cluster 2024-09-21T04:29:30.405293+0000 mon.a (mon.0) 623 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-21T04:29:31.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:31 smithi028 bash[22708]: cluster 2024-09-21T04:29:30.405293+0000 mon.a (mon.0) 623 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-21T04:29:31.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:31 smithi028 bash[22708]: cluster 2024-09-21T04:29:30.405360+0000 mon.a (mon.0) 624 : cluster [INF] Cluster is now healthy 2024-09-21T04:29:31.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:31 smithi028 bash[22708]: cluster 2024-09-21T04:29:30.405360+0000 mon.a (mon.0) 624 : cluster [INF] Cluster is now healthy 2024-09-21T04:29:31.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:31 smithi032 bash[23468]: cluster 2024-09-21T04:29:30.080482+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v158: 1 pgs: 1 creating+activating; 0 B data, 96 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:31.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:31 smithi032 bash[23468]: cluster 2024-09-21T04:29:30.080482+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v158: 1 pgs: 1 creating+activating; 0 B data, 96 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:31.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:31 smithi032 bash[23468]: cluster 2024-09-21T04:29:30.405293+0000 mon.a (mon.0) 623 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-21T04:29:31.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:31 smithi032 bash[23468]: cluster 2024-09-21T04:29:30.405293+0000 mon.a (mon.0) 623 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-21T04:29:31.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:31 smithi032 bash[23468]: cluster 2024-09-21T04:29:30.405360+0000 mon.a (mon.0) 624 : cluster [INF] Cluster is now healthy 2024-09-21T04:29:31.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:31 smithi032 bash[23468]: cluster 2024-09-21T04:29:30.405360+0000 mon.a (mon.0) 624 : cluster [INF] Cluster is now healthy 2024-09-21T04:29:31.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:31 smithi204 bash[23242]: cluster 2024-09-21T04:29:30.080482+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v158: 1 pgs: 1 creating+activating; 0 B data, 96 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:31.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:31 smithi204 bash[23242]: cluster 2024-09-21T04:29:30.080482+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v158: 1 pgs: 1 creating+activating; 0 B data, 96 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:31.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:31 smithi204 bash[23242]: cluster 2024-09-21T04:29:30.405293+0000 mon.a (mon.0) 623 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-21T04:29:31.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:31 smithi204 bash[23242]: cluster 2024-09-21T04:29:30.405293+0000 mon.a (mon.0) 623 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-21T04:29:31.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:31 smithi204 bash[23242]: cluster 2024-09-21T04:29:30.405360+0000 mon.a (mon.0) 624 : cluster [INF] Cluster is now healthy 2024-09-21T04:29:31.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:31 smithi204 bash[23242]: cluster 2024-09-21T04:29:30.405360+0000 mon.a (mon.0) 624 : cluster [INF] Cluster is now healthy 2024-09-21T04:29:32.615 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:32 smithi028 bash[22708]: cluster 2024-09-21T04:29:31.435836+0000 mon.a (mon.0) 625 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-09-21T04:29:32.615 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:32 smithi028 bash[22708]: cluster 2024-09-21T04:29:31.435836+0000 mon.a (mon.0) 625 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-09-21T04:29:32.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:32 smithi032 bash[23468]: cluster 2024-09-21T04:29:31.435836+0000 mon.a (mon.0) 625 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-09-21T04:29:32.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:32 smithi032 bash[23468]: cluster 2024-09-21T04:29:31.435836+0000 mon.a (mon.0) 625 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-09-21T04:29:32.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:32 smithi204 bash[23242]: cluster 2024-09-21T04:29:31.435836+0000 mon.a (mon.0) 625 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-09-21T04:29:32.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:32 smithi204 bash[23242]: cluster 2024-09-21T04:29:31.435836+0000 mon.a (mon.0) 625 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-09-21T04:29:33.696 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:33 smithi204 bash[23242]: cluster 2024-09-21T04:29:32.081058+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v159: 1 pgs: 1 creating+activating; 0 B data, 97 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:33.696 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:33 smithi204 bash[23242]: cluster 2024-09-21T04:29:32.081058+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v159: 1 pgs: 1 creating+activating; 0 B data, 97 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:33.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:33 smithi028 bash[22708]: cluster 2024-09-21T04:29:32.081058+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v159: 1 pgs: 1 creating+activating; 0 B data, 97 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:33.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:33 smithi028 bash[22708]: cluster 2024-09-21T04:29:32.081058+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v159: 1 pgs: 1 creating+activating; 0 B data, 97 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:33.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:33 smithi032 bash[23468]: cluster 2024-09-21T04:29:32.081058+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v159: 1 pgs: 1 creating+activating; 0 B data, 97 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:33.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:33 smithi032 bash[23468]: cluster 2024-09-21T04:29:32.081058+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v159: 1 pgs: 1 creating+activating; 0 B data, 97 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:35.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:35 smithi204 bash[23242]: cluster 2024-09-21T04:29:34.081670+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:35.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:35 smithi204 bash[23242]: cluster 2024-09-21T04:29:34.081670+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:35.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:35 smithi028 bash[22708]: cluster 2024-09-21T04:29:34.081670+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:35.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:35 smithi028 bash[22708]: cluster 2024-09-21T04:29:34.081670+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:35.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:35 smithi032 bash[23468]: cluster 2024-09-21T04:29:34.081670+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:35.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:35 smithi032 bash[23468]: cluster 2024-09-21T04:29:34.081670+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:36.031 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T04:29:37.352 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-21T04:29:37.353 INFO:teuthology.orchestra.run.smithi028.stdout:{"epoch":21,"fsid":"fd0b2732-77d0-11ef-baf5-efdc52797490","created":"2024-09-21T04:23:34.207544+0000","modified":"2024-09-21T04:29:29.392622+0000","last_up_change":"2024-09-21T04:29:25.902430+0000","last_in_change":"2024-09-21T04:28:49.250815+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-21T04:29:26.628460+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":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"b81c2006-c68c-49d7-beab-318bde9e5478","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.28:6802","nonce":898846744},{"type":"v1","addr":"172.21.15.28:6803","nonce":898846744}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6804","nonce":898846744},{"type":"v1","addr":"172.21.15.28:6805","nonce":898846744}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6808","nonce":898846744},{"type":"v1","addr":"172.21.15.28:6809","nonce":898846744}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6806","nonce":898846744},{"type":"v1","addr":"172.21.15.28:6807","nonce":898846744}]},"public_addr":"172.21.15.28:6803/898846744","cluster_addr":"172.21.15.28:6805/898846744","heartbeat_back_addr":"172.21.15.28:6809/898846744","heartbeat_front_addr":"172.21.15.28:6807/898846744","state":["exists","up"]},{"osd":1,"uuid":"bceb6597-f340-4f21-b3da-871a6bc6b23e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6800","nonce":497503460},{"type":"v1","addr":"172.21.15.32:6801","nonce":497503460}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6802","nonce":497503460},{"type":"v1","addr":"172.21.15.32:6803","nonce":497503460}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6806","nonce":497503460},{"type":"v1","addr":"172.21.15.32:6807","nonce":497503460}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6804","nonce":497503460},{"type":"v1","addr":"172.21.15.32:6805","nonce":497503460}]},"public_addr":"172.21.15.32:6801/497503460","cluster_addr":"172.21.15.32:6803/497503460","heartbeat_back_addr":"172.21.15.32:6807/497503460","heartbeat_front_addr":"172.21.15.32:6805/497503460","state":["exists","up"]},{"osd":2,"uuid":"5616e818-6703-4119-bc2b-312cdc960e50","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.204:6800","nonce":2552830207},{"type":"v1","addr":"172.21.15.204:6801","nonce":2552830207}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6802","nonce":2552830207},{"type":"v1","addr":"172.21.15.204:6803","nonce":2552830207}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6806","nonce":2552830207},{"type":"v1","addr":"172.21.15.204:6807","nonce":2552830207}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6804","nonce":2552830207},{"type":"v1","addr":"172.21.15.204:6805","nonce":2552830207}]},"public_addr":"172.21.15.204:6801/2552830207","cluster_addr":"172.21.15.204:6803/2552830207","heartbeat_back_addr":"172.21.15.204:6807/2552830207","heartbeat_front_addr":"172.21.15.204:6805/2552830207","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-21T04:27:27.714070+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-21T04:28:26.364563+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-21T04:29:23.555535+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.28:6800/415784960":"2024-09-22T04:24:36.007838+0000","172.21.15.28:0/1974140886":"2024-09-22T04:24:36.007838+0000","172.21.15.28:0/2549613210":"2024-09-22T04:24:01.641021+0000","172.21.15.28:6801/1869197668":"2024-09-22T04:24:01.641021+0000","172.21.15.28:6801/415784960":"2024-09-22T04:24:36.007838+0000","172.21.15.28:6800/1869197668":"2024-09-22T04:24:01.641021+0000","172.21.15.28:0/1840796208":"2024-09-22T04:24:01.641021+0000","172.21.15.28:0/955172519":"2024-09-22T04:24:36.007838+0000","172.21.15.28:0/195719998":"2024-09-22T04:24:36.007838+0000","172.21.15.28:0/1054335250":"2024-09-22T04:24:01.641021+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-21T04:29:37.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:37 smithi028 bash[22708]: cluster 2024-09-21T04:29:36.082135+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:37.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:37 smithi028 bash[22708]: cluster 2024-09-21T04:29:36.082135+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:37.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:37 smithi028 bash[22708]: audit 2024-09-21T04:29:37.352538+0000 mon.a (mon.0) 626 : audit [DBG] from='client.? 172.21.15.28:0/3904811050' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T04:29:37.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:37 smithi028 bash[22708]: audit 2024-09-21T04:29:37.352538+0000 mon.a (mon.0) 626 : audit [DBG] from='client.? 172.21.15.28:0/3904811050' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T04:29:37.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:37 smithi032 bash[23468]: cluster 2024-09-21T04:29:36.082135+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:37.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:37 smithi032 bash[23468]: cluster 2024-09-21T04:29:36.082135+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:37.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:37 smithi032 bash[23468]: audit 2024-09-21T04:29:37.352538+0000 mon.a (mon.0) 626 : audit [DBG] from='client.? 172.21.15.28:0/3904811050' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T04:29:37.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:37 smithi032 bash[23468]: audit 2024-09-21T04:29:37.352538+0000 mon.a (mon.0) 626 : audit [DBG] from='client.? 172.21.15.28:0/3904811050' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T04:29:37.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:37 smithi204 bash[23242]: cluster 2024-09-21T04:29:36.082135+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:37.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:37 smithi204 bash[23242]: cluster 2024-09-21T04:29:36.082135+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:37.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:37 smithi204 bash[23242]: audit 2024-09-21T04:29:37.352538+0000 mon.a (mon.0) 626 : audit [DBG] from='client.? 172.21.15.28:0/3904811050' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T04:29:37.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:37 smithi204 bash[23242]: audit 2024-09-21T04:29:37.352538+0000 mon.a (mon.0) 626 : audit [DBG] from='client.? 172.21.15.28:0/3904811050' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T04:29:37.949 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-09-21T04:29:26.628460+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': '21', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_type': 'Fair distribution', 'score_acting': 3, 'score_stable': 3, 'optimal_score': 1, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2024-09-21T04:29:37.949 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell --fsid fd0b2732-77d0-11ef-baf5-efdc52797490 -- ceph osd pool get .mgr pg_num 2024-09-21T04:29:39.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:39 smithi028 bash[22708]: cluster 2024-09-21T04:29:38.082532+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:39.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:39 smithi028 bash[22708]: cluster 2024-09-21T04:29:38.082532+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:39.761 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:39 smithi032 bash[23468]: cluster 2024-09-21T04:29:38.082532+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:39.761 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:39 smithi032 bash[23468]: cluster 2024-09-21T04:29:38.082532+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:39.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:39 smithi204 bash[23242]: cluster 2024-09-21T04:29:38.082532+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:39.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:39 smithi204 bash[23242]: cluster 2024-09-21T04:29:38.082532+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:41.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:41 smithi028 bash[22708]: cluster 2024-09-21T04:29:40.083090+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:41.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:41 smithi028 bash[22708]: cluster 2024-09-21T04:29:40.083090+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:41.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:41 smithi028 bash[22708]: audit 2024-09-21T04:29:40.906371+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:41.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:41 smithi028 bash[22708]: audit 2024-09-21T04:29:40.906371+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:41.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:41 smithi028 bash[22708]: audit 2024-09-21T04:29:40.914600+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:41.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:41 smithi028 bash[22708]: audit 2024-09-21T04:29:40.914600+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:41.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:41 smithi028 bash[22708]: audit 2024-09-21T04:29:40.924111+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:41.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:41 smithi028 bash[22708]: audit 2024-09-21T04:29:40.924111+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:41.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:41 smithi028 bash[22708]: audit 2024-09-21T04:29:41.452396+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:41.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:41 smithi028 bash[22708]: audit 2024-09-21T04:29:41.452396+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:41.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:41 smithi032 bash[23468]: cluster 2024-09-21T04:29:40.083090+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:41.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:41 smithi032 bash[23468]: cluster 2024-09-21T04:29:40.083090+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:41.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:41 smithi032 bash[23468]: audit 2024-09-21T04:29:40.906371+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:41.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:41 smithi032 bash[23468]: audit 2024-09-21T04:29:40.906371+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:41.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:41 smithi032 bash[23468]: audit 2024-09-21T04:29:40.914600+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:41.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:41 smithi032 bash[23468]: audit 2024-09-21T04:29:40.914600+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:41.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:41 smithi032 bash[23468]: audit 2024-09-21T04:29:40.924111+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:41.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:41 smithi032 bash[23468]: audit 2024-09-21T04:29:40.924111+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:41.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:41 smithi032 bash[23468]: audit 2024-09-21T04:29:41.452396+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:41.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:41 smithi032 bash[23468]: audit 2024-09-21T04:29:41.452396+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:41.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:41 smithi204 bash[23242]: cluster 2024-09-21T04:29:40.083090+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:41.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:41 smithi204 bash[23242]: cluster 2024-09-21T04:29:40.083090+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:41.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:41 smithi204 bash[23242]: audit 2024-09-21T04:29:40.906371+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:41.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:41 smithi204 bash[23242]: audit 2024-09-21T04:29:40.906371+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:41.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:41 smithi204 bash[23242]: audit 2024-09-21T04:29:40.914600+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:41.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:41 smithi204 bash[23242]: audit 2024-09-21T04:29:40.914600+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:41.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:41 smithi204 bash[23242]: audit 2024-09-21T04:29:40.924111+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:41.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:41 smithi204 bash[23242]: audit 2024-09-21T04:29:40.924111+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:41.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:41 smithi204 bash[23242]: audit 2024-09-21T04:29:41.452396+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:41.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:41 smithi204 bash[23242]: audit 2024-09-21T04:29:41.452396+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:42.543 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T04:29:42.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:42 smithi028 bash[22708]: audit 2024-09-21T04:29:41.465800+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:42.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:42 smithi028 bash[22708]: audit 2024-09-21T04:29:41.465800+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:42.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:42 smithi028 bash[22708]: audit 2024-09-21T04:29:41.473400+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:42.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:42 smithi028 bash[22708]: audit 2024-09-21T04:29:41.473400+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:42.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:42 smithi032 bash[23468]: audit 2024-09-21T04:29:41.465800+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:42.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:42 smithi032 bash[23468]: audit 2024-09-21T04:29:41.465800+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:42.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:42 smithi032 bash[23468]: audit 2024-09-21T04:29:41.473400+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:42.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:42 smithi032 bash[23468]: audit 2024-09-21T04:29:41.473400+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:42.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:42 smithi204 bash[23242]: audit 2024-09-21T04:29:41.465800+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:42.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:42 smithi204 bash[23242]: audit 2024-09-21T04:29:41.465800+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:42.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:42 smithi204 bash[23242]: audit 2024-09-21T04:29:41.473400+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:42.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:42 smithi204 bash[23242]: audit 2024-09-21T04:29:41.473400+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:43.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:43 smithi028 bash[22708]: cluster 2024-09-21T04:29:42.083677+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:43.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:43 smithi028 bash[22708]: cluster 2024-09-21T04:29:42.083677+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:43.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:43 smithi028 bash[22708]: audit 2024-09-21T04:29:43.452481+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:43.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:43 smithi028 bash[22708]: audit 2024-09-21T04:29:43.452481+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:43.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:43 smithi028 bash[22708]: audit 2024-09-21T04:29:43.461246+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:43.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:43 smithi028 bash[22708]: audit 2024-09-21T04:29:43.461246+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:43.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:43 smithi028 bash[22708]: audit 2024-09-21T04:29:43.471414+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:43.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:43 smithi028 bash[22708]: audit 2024-09-21T04:29:43.471414+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:43.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:43 smithi032 bash[23468]: cluster 2024-09-21T04:29:42.083677+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:43.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:43 smithi032 bash[23468]: cluster 2024-09-21T04:29:42.083677+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:43.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:43 smithi032 bash[23468]: audit 2024-09-21T04:29:43.452481+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:43.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:43 smithi032 bash[23468]: audit 2024-09-21T04:29:43.452481+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:43.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:43 smithi032 bash[23468]: audit 2024-09-21T04:29:43.461246+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:43.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:43 smithi032 bash[23468]: audit 2024-09-21T04:29:43.461246+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:43.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:43 smithi032 bash[23468]: audit 2024-09-21T04:29:43.471414+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:43.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:43 smithi032 bash[23468]: audit 2024-09-21T04:29:43.471414+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:43.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:43 smithi204 bash[23242]: cluster 2024-09-21T04:29:42.083677+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:43.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:43 smithi204 bash[23242]: cluster 2024-09-21T04:29:42.083677+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:43.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:43 smithi204 bash[23242]: audit 2024-09-21T04:29:43.452481+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:43.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:43 smithi204 bash[23242]: audit 2024-09-21T04:29:43.452481+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:43.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:43 smithi204 bash[23242]: audit 2024-09-21T04:29:43.461246+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:43.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:43 smithi204 bash[23242]: audit 2024-09-21T04:29:43.461246+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:43.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:43 smithi204 bash[23242]: audit 2024-09-21T04:29:43.471414+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:43.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:43 smithi204 bash[23242]: audit 2024-09-21T04:29:43.471414+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:29:43.837 INFO:teuthology.orchestra.run.smithi028.stdout:pg_num: 1 2024-09-21T04:29:44.411 INFO:tasks.cephadm:Setting up client nodes... 2024-09-21T04:29:44.412 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell --fsid fd0b2732-77d0-11ef-baf5-efdc52797490 -- ceph config log 1 --format=json 2024-09-21T04:29:44.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:44 smithi028 bash[22708]: audit 2024-09-21T04:29:43.838663+0000 mon.a (mon.0) 636 : audit [DBG] from='client.? 172.21.15.28:0/826383574' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-21T04:29:44.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:44 smithi028 bash[22708]: audit 2024-09-21T04:29:43.838663+0000 mon.a (mon.0) 636 : audit [DBG] from='client.? 172.21.15.28:0/826383574' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-21T04:29:44.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:44 smithi032 bash[23468]: audit 2024-09-21T04:29:43.838663+0000 mon.a (mon.0) 636 : audit [DBG] from='client.? 172.21.15.28:0/826383574' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-21T04:29:44.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:44 smithi032 bash[23468]: audit 2024-09-21T04:29:43.838663+0000 mon.a (mon.0) 636 : audit [DBG] from='client.? 172.21.15.28:0/826383574' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-21T04:29:44.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:44 smithi204 bash[23242]: audit 2024-09-21T04:29:43.838663+0000 mon.a (mon.0) 636 : audit [DBG] from='client.? 172.21.15.28:0/826383574' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-21T04:29:44.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:44 smithi204 bash[23242]: audit 2024-09-21T04:29:43.838663+0000 mon.a (mon.0) 636 : audit [DBG] from='client.? 172.21.15.28:0/826383574' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-21T04:29:45.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:45 smithi032 bash[23468]: cluster 2024-09-21T04:29:44.084230+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:45.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:45 smithi032 bash[23468]: cluster 2024-09-21T04:29:44.084230+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:45.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:45 smithi204 bash[23242]: cluster 2024-09-21T04:29:44.084230+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:45.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:45 smithi204 bash[23242]: cluster 2024-09-21T04:29:44.084230+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:45.984 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:45 smithi028 bash[22708]: cluster 2024-09-21T04:29:44.084230+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:45.984 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:45 smithi028 bash[22708]: cluster 2024-09-21T04:29:44.084230+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:47.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:47 smithi032 bash[23468]: cluster 2024-09-21T04:29:46.084768+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:47.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:47 smithi032 bash[23468]: cluster 2024-09-21T04:29:46.084768+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:47.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:47 smithi204 bash[23242]: cluster 2024-09-21T04:29:46.084768+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:47.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:47 smithi204 bash[23242]: cluster 2024-09-21T04:29:46.084768+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:47.984 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:47 smithi028 bash[22708]: cluster 2024-09-21T04:29:46.084768+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:47.984 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:47 smithi028 bash[22708]: cluster 2024-09-21T04:29:46.084768+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:49.155 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T04:29:49.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:49 smithi028 bash[22708]: cluster 2024-09-21T04:29:48.085331+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:49.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:49 smithi028 bash[22708]: cluster 2024-09-21T04:29:48.085331+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:49.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:49 smithi032 bash[23468]: cluster 2024-09-21T04:29:48.085331+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:49.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:49 smithi032 bash[23468]: cluster 2024-09-21T04:29:48.085331+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:49.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:49 smithi204 bash[23242]: cluster 2024-09-21T04:29:48.085331+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:49.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:49 smithi204 bash[23242]: cluster 2024-09-21T04:29:48.085331+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:50.591 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-21T04:29:51.200 INFO:teuthology.orchestra.run.smithi028.stdout:[{"version":16,"timestamp":"2024-09-21T04:29:24.900386+0000","name":"","changes":[{"name":"osd.2/osd_mclock_max_capacity_iops_ssd","new_value":"19336.810938"}]}] 2024-09-21T04:29:51.201 INFO:tasks.ceph_manager:config epoch is 16 2024-09-21T04:29:51.201 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-09-21T04:29:51.201 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-09-21T04:29:51.201 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell --fsid fd0b2732-77d0-11ef-baf5-efdc52797490 -- ceph mgr dump --format=json 2024-09-21T04:29:51.749 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:51 smithi204 bash[23242]: cluster 2024-09-21T04:29:50.085870+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:51.749 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:51 smithi204 bash[23242]: cluster 2024-09-21T04:29:50.085870+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:51.749 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:51 smithi204 bash[23242]: audit 2024-09-21T04:29:50.591688+0000 mon.a (mon.0) 637 : audit [DBG] from='client.? 172.21.15.28:0/903549788' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-21T04:29:51.749 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:51 smithi204 bash[23242]: audit 2024-09-21T04:29:50.591688+0000 mon.a (mon.0) 637 : audit [DBG] from='client.? 172.21.15.28:0/903549788' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-21T04:29:51.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:51 smithi032 bash[23468]: cluster 2024-09-21T04:29:50.085870+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:51.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:51 smithi032 bash[23468]: cluster 2024-09-21T04:29:50.085870+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:51.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:51 smithi032 bash[23468]: audit 2024-09-21T04:29:50.591688+0000 mon.a (mon.0) 637 : audit [DBG] from='client.? 172.21.15.28:0/903549788' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-21T04:29:51.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:51 smithi032 bash[23468]: audit 2024-09-21T04:29:50.591688+0000 mon.a (mon.0) 637 : audit [DBG] from='client.? 172.21.15.28:0/903549788' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-21T04:29:51.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:51 smithi028 bash[22708]: cluster 2024-09-21T04:29:50.085870+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:51.984 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:51 smithi028 bash[22708]: cluster 2024-09-21T04:29:50.085870+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:51.984 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:51 smithi028 bash[22708]: audit 2024-09-21T04:29:50.591688+0000 mon.a (mon.0) 637 : audit [DBG] from='client.? 172.21.15.28:0/903549788' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-21T04:29:51.984 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:51 smithi028 bash[22708]: audit 2024-09-21T04:29:50.591688+0000 mon.a (mon.0) 637 : audit [DBG] from='client.? 172.21.15.28:0/903549788' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-21T04:29:53.562 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:53 smithi028 bash[22708]: cluster 2024-09-21T04:29:52.086437+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:53.563 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:53 smithi028 bash[22708]: cluster 2024-09-21T04:29:52.086437+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:53.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:53 smithi204 bash[23242]: cluster 2024-09-21T04:29:52.086437+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:53.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:53 smithi204 bash[23242]: cluster 2024-09-21T04:29:52.086437+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:53.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:53 smithi032 bash[23468]: cluster 2024-09-21T04:29:52.086437+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:53.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:53 smithi032 bash[23468]: cluster 2024-09-21T04:29:52.086437+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:55.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:55 smithi028 bash[22708]: cluster 2024-09-21T04:29:54.086998+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:55.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:55 smithi028 bash[22708]: cluster 2024-09-21T04:29:54.086998+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:55.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:55 smithi032 bash[23468]: cluster 2024-09-21T04:29:54.086998+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:55.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:55 smithi032 bash[23468]: cluster 2024-09-21T04:29:54.086998+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:55.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:55 smithi204 bash[23242]: cluster 2024-09-21T04:29:54.086998+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:55.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:55 smithi204 bash[23242]: cluster 2024-09-21T04:29:54.086998+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:56.953 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T04:29:57.761 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:57 smithi028 bash[22708]: cluster 2024-09-21T04:29:56.087513+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:57.762 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:57 smithi028 bash[22708]: cluster 2024-09-21T04:29:56.087513+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:57.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:57 smithi032 bash[23468]: cluster 2024-09-21T04:29:56.087513+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:57.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:57 smithi032 bash[23468]: cluster 2024-09-21T04:29:56.087513+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:57.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:57 smithi204 bash[23242]: cluster 2024-09-21T04:29:56.087513+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:57.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:57 smithi204 bash[23242]: cluster 2024-09-21T04:29:56.087513+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:58.181 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-21T04:29:58.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:58 smithi032 bash[23468]: audit 2024-09-21T04:29:58.173182+0000 mon.a (mon.0) 638 : audit [DBG] from='client.? 172.21.15.28:0/3263131794' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-21T04:29:58.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:58 smithi032 bash[23468]: audit 2024-09-21T04:29:58.173182+0000 mon.a (mon.0) 638 : audit [DBG] from='client.? 172.21.15.28:0/3263131794' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-21T04:29:58.796 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:58 smithi028 bash[22708]: audit 2024-09-21T04:29:58.173182+0000 mon.a (mon.0) 638 : audit [DBG] from='client.? 172.21.15.28:0/3263131794' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-21T04:29:58.796 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:58 smithi028 bash[22708]: audit 2024-09-21T04:29:58.173182+0000 mon.a (mon.0) 638 : audit [DBG] from='client.? 172.21.15.28:0/3263131794' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-21T04:29:58.797 INFO:teuthology.orchestra.run.smithi028.stdout:{"epoch":15,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6800","nonce":226398229},{"type":"v1","addr":"172.21.15.28:6801","nonce":226398229}]},"active_addr":"172.21.15.28:6801/226398229","active_change":"2024-09-21T04:24:36.008058+0000","active_mgr_features":4540719139924082687,"available":true,"standbys":[{"gid":24104,"name":"b","mgr_features":4540719139924082687,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to, use commas to separate multiple","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.27.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:10.4.8","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":[]},"sso_oauth2":{"name":"sso_oauth2","type":"bool","level":"advanced","flags":0,"default_value":"False","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.8","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":[]},"sso_oauth2":{"name":"sso_oauth2","type":"bool","level":"advanced","flags":0,"default_value":"False","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.28: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.28:0","nonce":97144998}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.28:0","nonce":3632956692}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.28:0","nonce":1060507417}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.28:0","nonce":4065339231}]}]} 2024-09-21T04:29:58.801 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-09-21T04:29:58.801 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-09-21T04:29:58.801 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell --fsid fd0b2732-77d0-11ef-baf5-efdc52797490 -- ceph osd dump --format=json 2024-09-21T04:29:58.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:58 smithi204 bash[23242]: audit 2024-09-21T04:29:58.173182+0000 mon.a (mon.0) 638 : audit [DBG] from='client.? 172.21.15.28:0/3263131794' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-21T04:29:58.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:58 smithi204 bash[23242]: audit 2024-09-21T04:29:58.173182+0000 mon.a (mon.0) 638 : audit [DBG] from='client.? 172.21.15.28:0/3263131794' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-21T04:29:59.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:59 smithi204 bash[23242]: cluster 2024-09-21T04:29:58.088006+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:59.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:29:59 smithi204 bash[23242]: cluster 2024-09-21T04:29:58.088006+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:59.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:59 smithi032 bash[23468]: cluster 2024-09-21T04:29:58.088006+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:59.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:29:59 smithi032 bash[23468]: cluster 2024-09-21T04:29:58.088006+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:59.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:59 smithi028 bash[22708]: cluster 2024-09-21T04:29:58.088006+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:29:59.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:29:59 smithi028 bash[22708]: cluster 2024-09-21T04:29:58.088006+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:00.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:00 smithi028 bash[22708]: cluster 2024-09-21T04:30:00.000165+0000 mon.a (mon.0) 639 : cluster [INF] overall HEALTH_OK 2024-09-21T04:30:00.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:00 smithi028 bash[22708]: cluster 2024-09-21T04:30:00.000165+0000 mon.a (mon.0) 639 : cluster [INF] overall HEALTH_OK 2024-09-21T04:30:00.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:00 smithi032 bash[23468]: cluster 2024-09-21T04:30:00.000165+0000 mon.a (mon.0) 639 : cluster [INF] overall HEALTH_OK 2024-09-21T04:30:00.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:00 smithi032 bash[23468]: cluster 2024-09-21T04:30:00.000165+0000 mon.a (mon.0) 639 : cluster [INF] overall HEALTH_OK 2024-09-21T04:30:00.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:00 smithi204 bash[23242]: cluster 2024-09-21T04:30:00.000165+0000 mon.a (mon.0) 639 : cluster [INF] overall HEALTH_OK 2024-09-21T04:30:00.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:00 smithi204 bash[23242]: cluster 2024-09-21T04:30:00.000165+0000 mon.a (mon.0) 639 : cluster [INF] overall HEALTH_OK 2024-09-21T04:30:01.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:01 smithi032 bash[23468]: cluster 2024-09-21T04:30:00.088538+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:01.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:01 smithi032 bash[23468]: cluster 2024-09-21T04:30:00.088538+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:01.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:01 smithi032 bash[23468]: audit 2024-09-21T04:30:01.127431+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:01.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:01 smithi032 bash[23468]: audit 2024-09-21T04:30:01.127431+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:01.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:01 smithi032 bash[23468]: audit 2024-09-21T04:30:01.135848+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:01.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:01 smithi032 bash[23468]: audit 2024-09-21T04:30:01.135848+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:01.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:01 smithi032 bash[23468]: audit 2024-09-21T04:30:01.145711+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:01.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:01 smithi032 bash[23468]: audit 2024-09-21T04:30:01.145711+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:01.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:01 smithi204 bash[23242]: cluster 2024-09-21T04:30:00.088538+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:01.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:01 smithi204 bash[23242]: cluster 2024-09-21T04:30:00.088538+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:01.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:01 smithi204 bash[23242]: audit 2024-09-21T04:30:01.127431+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:01.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:01 smithi204 bash[23242]: audit 2024-09-21T04:30:01.127431+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:01.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:01 smithi204 bash[23242]: audit 2024-09-21T04:30:01.135848+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:01.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:01 smithi204 bash[23242]: audit 2024-09-21T04:30:01.135848+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:01.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:01 smithi204 bash[23242]: audit 2024-09-21T04:30:01.145711+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:01.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:01 smithi204 bash[23242]: audit 2024-09-21T04:30:01.145711+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:01.984 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:01 smithi028 bash[22708]: cluster 2024-09-21T04:30:00.088538+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:01.984 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:01 smithi028 bash[22708]: cluster 2024-09-21T04:30:00.088538+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:01.984 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:01 smithi028 bash[22708]: audit 2024-09-21T04:30:01.127431+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:01.984 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:01 smithi028 bash[22708]: audit 2024-09-21T04:30:01.127431+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:01.984 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:01 smithi028 bash[22708]: audit 2024-09-21T04:30:01.135848+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:01.984 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:01 smithi028 bash[22708]: audit 2024-09-21T04:30:01.135848+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:01.984 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:01 smithi028 bash[22708]: audit 2024-09-21T04:30:01.145711+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:01.984 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:01 smithi028 bash[22708]: audit 2024-09-21T04:30:01.145711+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:02.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:02 smithi028 bash[22708]: audit 2024-09-21T04:30:01.683189+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:02.984 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:02 smithi028 bash[22708]: audit 2024-09-21T04:30:01.683189+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:02.984 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:02 smithi028 bash[22708]: audit 2024-09-21T04:30:01.691578+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:02.984 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:02 smithi028 bash[22708]: audit 2024-09-21T04:30:01.691578+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:02.984 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:02 smithi028 bash[22708]: audit 2024-09-21T04:30:01.701324+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:02.984 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:02 smithi028 bash[22708]: audit 2024-09-21T04:30:01.701324+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:03.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:02 smithi032 bash[23468]: audit 2024-09-21T04:30:01.683189+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:03.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:02 smithi032 bash[23468]: audit 2024-09-21T04:30:01.683189+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:03.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:02 smithi032 bash[23468]: audit 2024-09-21T04:30:01.691578+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:03.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:02 smithi032 bash[23468]: audit 2024-09-21T04:30:01.691578+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:03.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:02 smithi032 bash[23468]: audit 2024-09-21T04:30:01.701324+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:03.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:02 smithi032 bash[23468]: audit 2024-09-21T04:30:01.701324+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:03.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:02 smithi204 bash[23242]: audit 2024-09-21T04:30:01.683189+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:03.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:02 smithi204 bash[23242]: audit 2024-09-21T04:30:01.683189+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:03.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:02 smithi204 bash[23242]: audit 2024-09-21T04:30:01.691578+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:03.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:02 smithi204 bash[23242]: audit 2024-09-21T04:30:01.691578+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:03.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:02 smithi204 bash[23242]: audit 2024-09-21T04:30:01.701324+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:03.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:02 smithi204 bash[23242]: audit 2024-09-21T04:30:01.701324+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:03.279 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T04:30:03.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:03 smithi028 bash[22708]: cluster 2024-09-21T04:30:02.089069+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:03.984 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:03 smithi028 bash[22708]: cluster 2024-09-21T04:30:02.089069+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:03.984 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:03 smithi028 bash[22708]: audit 2024-09-21T04:30:03.684436+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:03.984 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:03 smithi028 bash[22708]: audit 2024-09-21T04:30:03.684436+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:03.984 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:03 smithi028 bash[22708]: audit 2024-09-21T04:30:03.693235+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:03.984 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:03 smithi028 bash[22708]: audit 2024-09-21T04:30:03.693235+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:04.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:03 smithi032 bash[23468]: cluster 2024-09-21T04:30:02.089069+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:04.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:03 smithi032 bash[23468]: cluster 2024-09-21T04:30:02.089069+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:04.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:03 smithi032 bash[23468]: audit 2024-09-21T04:30:03.684436+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:04.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:03 smithi032 bash[23468]: audit 2024-09-21T04:30:03.684436+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:04.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:03 smithi032 bash[23468]: audit 2024-09-21T04:30:03.693235+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:04.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:03 smithi032 bash[23468]: audit 2024-09-21T04:30:03.693235+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:04.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:03 smithi204 bash[23242]: cluster 2024-09-21T04:30:02.089069+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:04.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:03 smithi204 bash[23242]: cluster 2024-09-21T04:30:02.089069+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:04.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:03 smithi204 bash[23242]: audit 2024-09-21T04:30:03.684436+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:04.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:03 smithi204 bash[23242]: audit 2024-09-21T04:30:03.684436+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:04.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:03 smithi204 bash[23242]: audit 2024-09-21T04:30:03.693235+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:04.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:03 smithi204 bash[23242]: audit 2024-09-21T04:30:03.693235+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:04.845 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-21T04:30:04.845 INFO:teuthology.orchestra.run.smithi028.stdout:{"epoch":21,"fsid":"fd0b2732-77d0-11ef-baf5-efdc52797490","created":"2024-09-21T04:23:34.207544+0000","modified":"2024-09-21T04:29:29.392622+0000","last_up_change":"2024-09-21T04:29:25.902430+0000","last_in_change":"2024-09-21T04:28:49.250815+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-21T04:29:26.628460+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":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"b81c2006-c68c-49d7-beab-318bde9e5478","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.28:6802","nonce":898846744},{"type":"v1","addr":"172.21.15.28:6803","nonce":898846744}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6804","nonce":898846744},{"type":"v1","addr":"172.21.15.28:6805","nonce":898846744}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6808","nonce":898846744},{"type":"v1","addr":"172.21.15.28:6809","nonce":898846744}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6806","nonce":898846744},{"type":"v1","addr":"172.21.15.28:6807","nonce":898846744}]},"public_addr":"172.21.15.28:6803/898846744","cluster_addr":"172.21.15.28:6805/898846744","heartbeat_back_addr":"172.21.15.28:6809/898846744","heartbeat_front_addr":"172.21.15.28:6807/898846744","state":["exists","up"]},{"osd":1,"uuid":"bceb6597-f340-4f21-b3da-871a6bc6b23e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6800","nonce":497503460},{"type":"v1","addr":"172.21.15.32:6801","nonce":497503460}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6802","nonce":497503460},{"type":"v1","addr":"172.21.15.32:6803","nonce":497503460}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6806","nonce":497503460},{"type":"v1","addr":"172.21.15.32:6807","nonce":497503460}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6804","nonce":497503460},{"type":"v1","addr":"172.21.15.32:6805","nonce":497503460}]},"public_addr":"172.21.15.32:6801/497503460","cluster_addr":"172.21.15.32:6803/497503460","heartbeat_back_addr":"172.21.15.32:6807/497503460","heartbeat_front_addr":"172.21.15.32:6805/497503460","state":["exists","up"]},{"osd":2,"uuid":"5616e818-6703-4119-bc2b-312cdc960e50","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.204:6800","nonce":2552830207},{"type":"v1","addr":"172.21.15.204:6801","nonce":2552830207}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6802","nonce":2552830207},{"type":"v1","addr":"172.21.15.204:6803","nonce":2552830207}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6806","nonce":2552830207},{"type":"v1","addr":"172.21.15.204:6807","nonce":2552830207}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6804","nonce":2552830207},{"type":"v1","addr":"172.21.15.204:6805","nonce":2552830207}]},"public_addr":"172.21.15.204:6801/2552830207","cluster_addr":"172.21.15.204:6803/2552830207","heartbeat_back_addr":"172.21.15.204:6807/2552830207","heartbeat_front_addr":"172.21.15.204:6805/2552830207","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-21T04:27:27.714070+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-21T04:28:26.364563+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-21T04:29:23.555535+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.28:6800/415784960":"2024-09-22T04:24:36.007838+0000","172.21.15.28:0/1974140886":"2024-09-22T04:24:36.007838+0000","172.21.15.28:0/2549613210":"2024-09-22T04:24:01.641021+0000","172.21.15.28:6801/1869197668":"2024-09-22T04:24:01.641021+0000","172.21.15.28:6801/415784960":"2024-09-22T04:24:36.007838+0000","172.21.15.28:6800/1869197668":"2024-09-22T04:24:01.641021+0000","172.21.15.28:0/1840796208":"2024-09-22T04:24:01.641021+0000","172.21.15.28:0/955172519":"2024-09-22T04:24:36.007838+0000","172.21.15.28:0/195719998":"2024-09-22T04:24:36.007838+0000","172.21.15.28:0/1054335250":"2024-09-22T04:24:01.641021+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-21T04:30:04.858 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:04 smithi028 bash[22708]: audit 2024-09-21T04:30:03.703124+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:04.858 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:04 smithi028 bash[22708]: audit 2024-09-21T04:30:03.703124+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:05.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:04 smithi032 bash[23468]: audit 2024-09-21T04:30:03.703124+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:05.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:04 smithi032 bash[23468]: audit 2024-09-21T04:30:03.703124+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:05.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:04 smithi204 bash[23242]: audit 2024-09-21T04:30:03.703124+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:05.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:04 smithi204 bash[23242]: audit 2024-09-21T04:30:03.703124+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:05.496 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-09-21T04:30:05.497 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell --fsid fd0b2732-77d0-11ef-baf5-efdc52797490 -- ceph osd dump --format=json 2024-09-21T04:30:05.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:05 smithi028 bash[22708]: cluster 2024-09-21T04:30:04.089635+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:05.984 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:05 smithi028 bash[22708]: cluster 2024-09-21T04:30:04.089635+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:05.984 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:05 smithi028 bash[22708]: audit 2024-09-21T04:30:04.845878+0000 mon.a (mon.0) 649 : audit [DBG] from='client.? 172.21.15.28:0/2108934275' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T04:30:05.984 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:05 smithi028 bash[22708]: audit 2024-09-21T04:30:04.845878+0000 mon.a (mon.0) 649 : audit [DBG] from='client.? 172.21.15.28:0/2108934275' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T04:30:06.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:05 smithi032 bash[23468]: cluster 2024-09-21T04:30:04.089635+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:06.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:05 smithi032 bash[23468]: cluster 2024-09-21T04:30:04.089635+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:06.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:05 smithi032 bash[23468]: audit 2024-09-21T04:30:04.845878+0000 mon.a (mon.0) 649 : audit [DBG] from='client.? 172.21.15.28:0/2108934275' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T04:30:06.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:05 smithi032 bash[23468]: audit 2024-09-21T04:30:04.845878+0000 mon.a (mon.0) 649 : audit [DBG] from='client.? 172.21.15.28:0/2108934275' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T04:30:06.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:05 smithi204 bash[23242]: cluster 2024-09-21T04:30:04.089635+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:06.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:05 smithi204 bash[23242]: cluster 2024-09-21T04:30:04.089635+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:06.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:05 smithi204 bash[23242]: audit 2024-09-21T04:30:04.845878+0000 mon.a (mon.0) 649 : audit [DBG] from='client.? 172.21.15.28:0/2108934275' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T04:30:06.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:05 smithi204 bash[23242]: audit 2024-09-21T04:30:04.845878+0000 mon.a (mon.0) 649 : audit [DBG] from='client.? 172.21.15.28:0/2108934275' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T04:30:07.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:07 smithi028 bash[22708]: cluster 2024-09-21T04:30:06.090216+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:07.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:07 smithi028 bash[22708]: cluster 2024-09-21T04:30:06.090216+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:08.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:07 smithi032 bash[23468]: cluster 2024-09-21T04:30:06.090216+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:08.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:07 smithi032 bash[23468]: cluster 2024-09-21T04:30:06.090216+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:08.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:07 smithi204 bash[23242]: cluster 2024-09-21T04:30:06.090216+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:08.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:07 smithi204 bash[23242]: cluster 2024-09-21T04:30:06.090216+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:09.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:09 smithi028 bash[22708]: cluster 2024-09-21T04:30:08.090816+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:09.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:09 smithi028 bash[22708]: cluster 2024-09-21T04:30:08.090816+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:10.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:09 smithi032 bash[23468]: cluster 2024-09-21T04:30:08.090816+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:10.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:09 smithi032 bash[23468]: cluster 2024-09-21T04:30:08.090816+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:10.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:09 smithi204 bash[23242]: cluster 2024-09-21T04:30:08.090816+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:10.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:09 smithi204 bash[23242]: cluster 2024-09-21T04:30:08.090816+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:10.244 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T04:30:11.669 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-21T04:30:11.669 INFO:teuthology.orchestra.run.smithi028.stdout:{"epoch":21,"fsid":"fd0b2732-77d0-11ef-baf5-efdc52797490","created":"2024-09-21T04:23:34.207544+0000","modified":"2024-09-21T04:29:29.392622+0000","last_up_change":"2024-09-21T04:29:25.902430+0000","last_in_change":"2024-09-21T04:28:49.250815+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-21T04:29:26.628460+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":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"b81c2006-c68c-49d7-beab-318bde9e5478","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.28:6802","nonce":898846744},{"type":"v1","addr":"172.21.15.28:6803","nonce":898846744}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6804","nonce":898846744},{"type":"v1","addr":"172.21.15.28:6805","nonce":898846744}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6808","nonce":898846744},{"type":"v1","addr":"172.21.15.28:6809","nonce":898846744}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6806","nonce":898846744},{"type":"v1","addr":"172.21.15.28:6807","nonce":898846744}]},"public_addr":"172.21.15.28:6803/898846744","cluster_addr":"172.21.15.28:6805/898846744","heartbeat_back_addr":"172.21.15.28:6809/898846744","heartbeat_front_addr":"172.21.15.28:6807/898846744","state":["exists","up"]},{"osd":1,"uuid":"bceb6597-f340-4f21-b3da-871a6bc6b23e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6800","nonce":497503460},{"type":"v1","addr":"172.21.15.32:6801","nonce":497503460}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6802","nonce":497503460},{"type":"v1","addr":"172.21.15.32:6803","nonce":497503460}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6806","nonce":497503460},{"type":"v1","addr":"172.21.15.32:6807","nonce":497503460}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6804","nonce":497503460},{"type":"v1","addr":"172.21.15.32:6805","nonce":497503460}]},"public_addr":"172.21.15.32:6801/497503460","cluster_addr":"172.21.15.32:6803/497503460","heartbeat_back_addr":"172.21.15.32:6807/497503460","heartbeat_front_addr":"172.21.15.32:6805/497503460","state":["exists","up"]},{"osd":2,"uuid":"5616e818-6703-4119-bc2b-312cdc960e50","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.204:6800","nonce":2552830207},{"type":"v1","addr":"172.21.15.204:6801","nonce":2552830207}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6802","nonce":2552830207},{"type":"v1","addr":"172.21.15.204:6803","nonce":2552830207}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6806","nonce":2552830207},{"type":"v1","addr":"172.21.15.204:6807","nonce":2552830207}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6804","nonce":2552830207},{"type":"v1","addr":"172.21.15.204:6805","nonce":2552830207}]},"public_addr":"172.21.15.204:6801/2552830207","cluster_addr":"172.21.15.204:6803/2552830207","heartbeat_back_addr":"172.21.15.204:6807/2552830207","heartbeat_front_addr":"172.21.15.204:6805/2552830207","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-21T04:27:27.714070+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-21T04:28:26.364563+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-21T04:29:23.555535+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.28:6800/415784960":"2024-09-22T04:24:36.007838+0000","172.21.15.28:0/1974140886":"2024-09-22T04:24:36.007838+0000","172.21.15.28:0/2549613210":"2024-09-22T04:24:01.641021+0000","172.21.15.28:6801/1869197668":"2024-09-22T04:24:01.641021+0000","172.21.15.28:6801/415784960":"2024-09-22T04:24:36.007838+0000","172.21.15.28:6800/1869197668":"2024-09-22T04:24:01.641021+0000","172.21.15.28:0/1840796208":"2024-09-22T04:24:01.641021+0000","172.21.15.28:0/955172519":"2024-09-22T04:24:36.007838+0000","172.21.15.28:0/195719998":"2024-09-22T04:24:36.007838+0000","172.21.15.28:0/1054335250":"2024-09-22T04:24:01.641021+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-21T04:30:11.960 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:11 smithi204 bash[23242]: cluster 2024-09-21T04:30:10.091366+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:11.960 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:11 smithi204 bash[23242]: cluster 2024-09-21T04:30:10.091366+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:11.961 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:11 smithi204 bash[23242]: audit 2024-09-21T04:30:11.669364+0000 mon.a (mon.0) 650 : audit [DBG] from='client.? 172.21.15.28:0/3789043931' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T04:30:11.961 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:11 smithi204 bash[23242]: audit 2024-09-21T04:30:11.669364+0000 mon.a (mon.0) 650 : audit [DBG] from='client.? 172.21.15.28:0/3789043931' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T04:30:11.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:11 smithi028 bash[22708]: cluster 2024-09-21T04:30:10.091366+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:11.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:11 smithi028 bash[22708]: cluster 2024-09-21T04:30:10.091366+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:11.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:11 smithi028 bash[22708]: audit 2024-09-21T04:30:11.669364+0000 mon.a (mon.0) 650 : audit [DBG] from='client.? 172.21.15.28:0/3789043931' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T04:30:11.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:11 smithi028 bash[22708]: audit 2024-09-21T04:30:11.669364+0000 mon.a (mon.0) 650 : audit [DBG] from='client.? 172.21.15.28:0/3789043931' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T04:30:12.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:11 smithi032 bash[23468]: cluster 2024-09-21T04:30:10.091366+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:12.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:11 smithi032 bash[23468]: cluster 2024-09-21T04:30:10.091366+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:12.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:11 smithi032 bash[23468]: audit 2024-09-21T04:30:11.669364+0000 mon.a (mon.0) 650 : audit [DBG] from='client.? 172.21.15.28:0/3789043931' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T04:30:12.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:11 smithi032 bash[23468]: audit 2024-09-21T04:30:11.669364+0000 mon.a (mon.0) 650 : audit [DBG] from='client.? 172.21.15.28:0/3789043931' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T04:30:12.293 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell --fsid fd0b2732-77d0-11ef-baf5-efdc52797490 -- ceph tell osd.0 flush_pg_stats 2024-09-21T04:30:12.294 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell --fsid fd0b2732-77d0-11ef-baf5-efdc52797490 -- ceph tell osd.1 flush_pg_stats 2024-09-21T04:30:12.294 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell --fsid fd0b2732-77d0-11ef-baf5-efdc52797490 -- ceph tell osd.2 flush_pg_stats 2024-09-21T04:30:13.991 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:13 smithi028 bash[22708]: cluster 2024-09-21T04:30:12.091899+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:13.991 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:13 smithi028 bash[22708]: cluster 2024-09-21T04:30:12.091899+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:14.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:13 smithi032 bash[23468]: cluster 2024-09-21T04:30:12.091899+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:14.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:13 smithi032 bash[23468]: cluster 2024-09-21T04:30:12.091899+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:14.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:13 smithi204 bash[23242]: cluster 2024-09-21T04:30:12.091899+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:14.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:13 smithi204 bash[23242]: cluster 2024-09-21T04:30:12.091899+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:16.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:15 smithi032 bash[23468]: cluster 2024-09-21T04:30:14.092441+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:16.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:15 smithi032 bash[23468]: cluster 2024-09-21T04:30:14.092441+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:16.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:15 smithi204 bash[23242]: cluster 2024-09-21T04:30:14.092441+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:16.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:15 smithi204 bash[23242]: cluster 2024-09-21T04:30:14.092441+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:16.233 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:15 smithi028 bash[22708]: cluster 2024-09-21T04:30:14.092441+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:16.233 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:15 smithi028 bash[22708]: cluster 2024-09-21T04:30:14.092441+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:17.543 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T04:30:17.544 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T04:30:17.544 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T04:30:17.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:17 smithi028 bash[22708]: cluster 2024-09-21T04:30:16.092853+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:17.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:17 smithi028 bash[22708]: cluster 2024-09-21T04:30:16.092853+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:18.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:17 smithi032 bash[23468]: cluster 2024-09-21T04:30:16.092853+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:18.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:17 smithi032 bash[23468]: cluster 2024-09-21T04:30:16.092853+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:18.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:17 smithi204 bash[23242]: cluster 2024-09-21T04:30:16.092853+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:18.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:17 smithi204 bash[23242]: cluster 2024-09-21T04:30:16.092853+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:19.824 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:19 smithi028 bash[22708]: cluster 2024-09-21T04:30:18.093364+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:19.824 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:19 smithi028 bash[22708]: cluster 2024-09-21T04:30:18.093364+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:20.023 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:19 smithi032 bash[23468]: cluster 2024-09-21T04:30:18.093364+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:20.023 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:19 smithi032 bash[23468]: cluster 2024-09-21T04:30:18.093364+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:20.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:19 smithi204 bash[23242]: cluster 2024-09-21T04:30:18.093364+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:20.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:19 smithi204 bash[23242]: cluster 2024-09-21T04:30:18.093364+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:20.815 INFO:teuthology.orchestra.run.smithi028.stdout:55834574874 2024-09-21T04:30:20.815 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell --fsid fd0b2732-77d0-11ef-baf5-efdc52797490 -- ceph osd last-stat-seq osd.1 2024-09-21T04:30:21.095 INFO:teuthology.orchestra.run.smithi028.stdout:34359738405 2024-09-21T04:30:21.095 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell --fsid fd0b2732-77d0-11ef-baf5-efdc52797490 -- ceph osd last-stat-seq osd.0 2024-09-21T04:30:21.273 INFO:teuthology.orchestra.run.smithi028.stdout:77309411342 2024-09-21T04:30:21.273 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell --fsid fd0b2732-77d0-11ef-baf5-efdc52797490 -- ceph osd last-stat-seq osd.2 2024-09-21T04:30:21.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:21 smithi028 bash[22708]: cluster 2024-09-21T04:30:20.093957+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:21.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:21 smithi028 bash[22708]: cluster 2024-09-21T04:30:20.093957+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:21.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:21 smithi028 bash[22708]: audit 2024-09-21T04:30:21.333749+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:21.984 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:21 smithi028 bash[22708]: audit 2024-09-21T04:30:21.333749+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:21.984 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:21 smithi028 bash[22708]: audit 2024-09-21T04:30:21.338697+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:21.984 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:21 smithi028 bash[22708]: audit 2024-09-21T04:30:21.338697+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:21.984 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:21 smithi028 bash[22708]: audit 2024-09-21T04:30:21.343605+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:21.984 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:21 smithi028 bash[22708]: audit 2024-09-21T04:30:21.343605+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:22.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:21 smithi032 bash[23468]: cluster 2024-09-21T04:30:20.093957+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:22.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:21 smithi032 bash[23468]: cluster 2024-09-21T04:30:20.093957+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:22.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:21 smithi032 bash[23468]: audit 2024-09-21T04:30:21.333749+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:22.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:21 smithi032 bash[23468]: audit 2024-09-21T04:30:21.333749+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:22.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:21 smithi032 bash[23468]: audit 2024-09-21T04:30:21.338697+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:22.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:21 smithi032 bash[23468]: audit 2024-09-21T04:30:21.338697+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:22.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:21 smithi032 bash[23468]: audit 2024-09-21T04:30:21.343605+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:22.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:21 smithi032 bash[23468]: audit 2024-09-21T04:30:21.343605+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:22.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:21 smithi204 bash[23242]: cluster 2024-09-21T04:30:20.093957+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:22.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:21 smithi204 bash[23242]: cluster 2024-09-21T04:30:20.093957+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:22.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:21 smithi204 bash[23242]: audit 2024-09-21T04:30:21.333749+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:22.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:21 smithi204 bash[23242]: audit 2024-09-21T04:30:21.333749+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:22.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:21 smithi204 bash[23242]: audit 2024-09-21T04:30:21.338697+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:22.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:21 smithi204 bash[23242]: audit 2024-09-21T04:30:21.338697+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:22.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:21 smithi204 bash[23242]: audit 2024-09-21T04:30:21.343605+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:22.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:21 smithi204 bash[23242]: audit 2024-09-21T04:30:21.343605+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:23.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:22 smithi204 bash[23242]: audit 2024-09-21T04:30:21.809765+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:23.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:22 smithi204 bash[23242]: audit 2024-09-21T04:30:21.809765+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:23.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:22 smithi204 bash[23242]: audit 2024-09-21T04:30:21.816270+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:23.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:22 smithi204 bash[23242]: audit 2024-09-21T04:30:21.816270+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:23.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:22 smithi204 bash[23242]: audit 2024-09-21T04:30:21.823658+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:23.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:22 smithi204 bash[23242]: audit 2024-09-21T04:30:21.823658+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:23.233 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:22 smithi028 bash[22708]: audit 2024-09-21T04:30:21.809765+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:23.233 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:22 smithi028 bash[22708]: audit 2024-09-21T04:30:21.809765+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:23.233 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:22 smithi028 bash[22708]: audit 2024-09-21T04:30:21.816270+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:23.233 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:22 smithi028 bash[22708]: audit 2024-09-21T04:30:21.816270+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:23.233 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:22 smithi028 bash[22708]: audit 2024-09-21T04:30:21.823658+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:23.233 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:22 smithi028 bash[22708]: audit 2024-09-21T04:30:21.823658+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:23.288 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:22 smithi032 bash[23468]: audit 2024-09-21T04:30:21.809765+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:23.288 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:22 smithi032 bash[23468]: audit 2024-09-21T04:30:21.809765+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:23.288 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:22 smithi032 bash[23468]: audit 2024-09-21T04:30:21.816270+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:23.288 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:22 smithi032 bash[23468]: audit 2024-09-21T04:30:21.816270+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:23.288 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:22 smithi032 bash[23468]: audit 2024-09-21T04:30:21.823658+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:23.289 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:22 smithi032 bash[23468]: audit 2024-09-21T04:30:21.823658+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:24.233 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:23 smithi028 bash[22708]: cluster 2024-09-21T04:30:22.094530+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:24.233 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:23 smithi028 bash[22708]: cluster 2024-09-21T04:30:22.094530+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:24.233 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:23 smithi028 bash[22708]: audit 2024-09-21T04:30:22.999827+0000 mon.a (mon.0) 657 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:30:24.234 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:23 smithi028 bash[22708]: audit 2024-09-21T04:30:22.999827+0000 mon.a (mon.0) 657 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:30:24.234 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:23 smithi028 bash[22708]: audit 2024-09-21T04:30:23.005159+0000 mon.a (mon.0) 658 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:30:24.234 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:23 smithi028 bash[22708]: audit 2024-09-21T04:30:23.005159+0000 mon.a (mon.0) 658 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:30:24.234 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:23 smithi028 bash[22708]: audit 2024-09-21T04:30:23.007030+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:30:24.234 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:23 smithi028 bash[22708]: audit 2024-09-21T04:30:23.007030+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:30:24.234 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:23 smithi028 bash[22708]: audit 2024-09-21T04:30:23.017252+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:24.234 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:23 smithi028 bash[22708]: audit 2024-09-21T04:30:23.017252+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:24.288 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:23 smithi032 bash[23468]: cluster 2024-09-21T04:30:22.094530+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:24.288 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:23 smithi032 bash[23468]: cluster 2024-09-21T04:30:22.094530+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:24.288 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:23 smithi032 bash[23468]: audit 2024-09-21T04:30:22.999827+0000 mon.a (mon.0) 657 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:30:24.288 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:23 smithi032 bash[23468]: audit 2024-09-21T04:30:22.999827+0000 mon.a (mon.0) 657 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:30:24.289 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:23 smithi032 bash[23468]: audit 2024-09-21T04:30:23.005159+0000 mon.a (mon.0) 658 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:30:24.289 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:23 smithi032 bash[23468]: audit 2024-09-21T04:30:23.005159+0000 mon.a (mon.0) 658 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:30:24.289 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:23 smithi032 bash[23468]: audit 2024-09-21T04:30:23.007030+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:30:24.289 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:23 smithi032 bash[23468]: audit 2024-09-21T04:30:23.007030+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:30:24.289 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:23 smithi032 bash[23468]: audit 2024-09-21T04:30:23.017252+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:24.289 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:23 smithi032 bash[23468]: audit 2024-09-21T04:30:23.017252+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:24.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:23 smithi204 bash[23242]: cluster 2024-09-21T04:30:22.094530+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:24.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:23 smithi204 bash[23242]: cluster 2024-09-21T04:30:22.094530+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:24.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:23 smithi204 bash[23242]: audit 2024-09-21T04:30:22.999827+0000 mon.a (mon.0) 657 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:30:24.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:23 smithi204 bash[23242]: audit 2024-09-21T04:30:22.999827+0000 mon.a (mon.0) 657 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:30:24.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:23 smithi204 bash[23242]: audit 2024-09-21T04:30:23.005159+0000 mon.a (mon.0) 658 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:30:24.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:23 smithi204 bash[23242]: audit 2024-09-21T04:30:23.005159+0000 mon.a (mon.0) 658 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:30:24.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:23 smithi204 bash[23242]: audit 2024-09-21T04:30:23.007030+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:30:24.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:23 smithi204 bash[23242]: audit 2024-09-21T04:30:23.007030+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:30:24.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:23 smithi204 bash[23242]: audit 2024-09-21T04:30:23.017252+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:24.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:23 smithi204 bash[23242]: audit 2024-09-21T04:30:23.017252+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:25.233 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:24 smithi028 bash[22708]: audit 2024-09-21T04:30:23.902762+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:25.233 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:24 smithi028 bash[22708]: audit 2024-09-21T04:30:23.902762+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:25.233 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:24 smithi028 bash[22708]: audit 2024-09-21T04:30:23.911444+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:25.233 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:24 smithi028 bash[22708]: audit 2024-09-21T04:30:23.911444+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:25.234 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:24 smithi028 bash[22708]: audit 2024-09-21T04:30:23.921555+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:25.234 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:24 smithi028 bash[22708]: audit 2024-09-21T04:30:23.921555+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:25.234 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:24 smithi028 bash[22708]: cluster 2024-09-21T04:30:24.095184+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:25.234 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:24 smithi028 bash[22708]: cluster 2024-09-21T04:30:24.095184+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:25.288 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:24 smithi032 bash[23468]: audit 2024-09-21T04:30:23.902762+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:25.288 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:24 smithi032 bash[23468]: audit 2024-09-21T04:30:23.902762+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:25.288 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:24 smithi032 bash[23468]: audit 2024-09-21T04:30:23.911444+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:25.288 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:24 smithi032 bash[23468]: audit 2024-09-21T04:30:23.911444+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:25.289 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:24 smithi032 bash[23468]: audit 2024-09-21T04:30:23.921555+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:25.289 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:24 smithi032 bash[23468]: audit 2024-09-21T04:30:23.921555+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:25.289 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:24 smithi032 bash[23468]: cluster 2024-09-21T04:30:24.095184+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:25.289 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:24 smithi032 bash[23468]: cluster 2024-09-21T04:30:24.095184+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:25.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:24 smithi204 bash[23242]: audit 2024-09-21T04:30:23.902762+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:25.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:24 smithi204 bash[23242]: audit 2024-09-21T04:30:23.902762+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:25.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:24 smithi204 bash[23242]: audit 2024-09-21T04:30:23.911444+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:25.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:24 smithi204 bash[23242]: audit 2024-09-21T04:30:23.911444+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:25.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:24 smithi204 bash[23242]: audit 2024-09-21T04:30:23.921555+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:25.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:24 smithi204 bash[23242]: audit 2024-09-21T04:30:23.921555+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:25.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:24 smithi204 bash[23242]: cluster 2024-09-21T04:30:24.095184+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:25.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:24 smithi204 bash[23242]: cluster 2024-09-21T04:30:24.095184+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:25.757 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T04:30:25.757 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T04:30:25.757 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T04:30:27.483 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:27 smithi028 bash[22708]: cluster 2024-09-21T04:30:26.095766+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:27.483 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:27 smithi028 bash[22708]: cluster 2024-09-21T04:30:26.095766+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:27.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:27 smithi032 bash[23468]: cluster 2024-09-21T04:30:26.095766+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:27.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:27 smithi032 bash[23468]: cluster 2024-09-21T04:30:26.095766+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:27.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:27 smithi204 bash[23242]: cluster 2024-09-21T04:30:26.095766+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:27.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:27 smithi204 bash[23242]: cluster 2024-09-21T04:30:26.095766+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:27.957 INFO:teuthology.orchestra.run.smithi028.stdout:55834574875 2024-09-21T04:30:27.972 INFO:teuthology.orchestra.run.smithi028.stdout:77309411343 2024-09-21T04:30:27.984 INFO:teuthology.orchestra.run.smithi028.stdout:34359738407 2024-09-21T04:30:28.233 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:28 smithi028 bash[22708]: audit 2024-09-21T04:30:27.958707+0000 mon.a (mon.0) 664 : audit [DBG] from='client.? 172.21.15.28:0/3415136934' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-21T04:30:28.233 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:28 smithi028 bash[22708]: audit 2024-09-21T04:30:27.958707+0000 mon.a (mon.0) 664 : audit [DBG] from='client.? 172.21.15.28:0/3415136934' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-21T04:30:28.233 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:28 smithi028 bash[22708]: audit 2024-09-21T04:30:27.974248+0000 mon.a (mon.0) 665 : audit [DBG] from='client.? 172.21.15.28:0/89556005' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-21T04:30:28.233 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:28 smithi028 bash[22708]: audit 2024-09-21T04:30:27.974248+0000 mon.a (mon.0) 665 : audit [DBG] from='client.? 172.21.15.28:0/89556005' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-21T04:30:28.233 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:28 smithi028 bash[22708]: audit 2024-09-21T04:30:27.985682+0000 mon.a (mon.0) 666 : audit [DBG] from='client.? 172.21.15.28:0/1038152854' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-21T04:30:28.233 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:28 smithi028 bash[22708]: audit 2024-09-21T04:30:27.985682+0000 mon.a (mon.0) 666 : audit [DBG] from='client.? 172.21.15.28:0/1038152854' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-21T04:30:28.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:28 smithi032 bash[23468]: audit 2024-09-21T04:30:27.958707+0000 mon.a (mon.0) 664 : audit [DBG] from='client.? 172.21.15.28:0/3415136934' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-21T04:30:28.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:28 smithi032 bash[23468]: audit 2024-09-21T04:30:27.958707+0000 mon.a (mon.0) 664 : audit [DBG] from='client.? 172.21.15.28:0/3415136934' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-21T04:30:28.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:28 smithi032 bash[23468]: audit 2024-09-21T04:30:27.974248+0000 mon.a (mon.0) 665 : audit [DBG] from='client.? 172.21.15.28:0/89556005' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-21T04:30:28.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:28 smithi032 bash[23468]: audit 2024-09-21T04:30:27.974248+0000 mon.a (mon.0) 665 : audit [DBG] from='client.? 172.21.15.28:0/89556005' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-21T04:30:28.539 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:28 smithi032 bash[23468]: audit 2024-09-21T04:30:27.985682+0000 mon.a (mon.0) 666 : audit [DBG] from='client.? 172.21.15.28:0/1038152854' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-21T04:30:28.539 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:28 smithi032 bash[23468]: audit 2024-09-21T04:30:27.985682+0000 mon.a (mon.0) 666 : audit [DBG] from='client.? 172.21.15.28:0/1038152854' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-21T04:30:28.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:28 smithi204 bash[23242]: audit 2024-09-21T04:30:27.958707+0000 mon.a (mon.0) 664 : audit [DBG] from='client.? 172.21.15.28:0/3415136934' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-21T04:30:28.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:28 smithi204 bash[23242]: audit 2024-09-21T04:30:27.958707+0000 mon.a (mon.0) 664 : audit [DBG] from='client.? 172.21.15.28:0/3415136934' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-21T04:30:28.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:28 smithi204 bash[23242]: audit 2024-09-21T04:30:27.974248+0000 mon.a (mon.0) 665 : audit [DBG] from='client.? 172.21.15.28:0/89556005' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-21T04:30:28.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:28 smithi204 bash[23242]: audit 2024-09-21T04:30:27.974248+0000 mon.a (mon.0) 665 : audit [DBG] from='client.? 172.21.15.28:0/89556005' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-21T04:30:28.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:28 smithi204 bash[23242]: audit 2024-09-21T04:30:27.985682+0000 mon.a (mon.0) 666 : audit [DBG] from='client.? 172.21.15.28:0/1038152854' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-21T04:30:28.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:28 smithi204 bash[23242]: audit 2024-09-21T04:30:27.985682+0000 mon.a (mon.0) 666 : audit [DBG] from='client.? 172.21.15.28:0/1038152854' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-21T04:30:29.276 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574874 got 55834574875 for osd.1 2024-09-21T04:30:29.276 DEBUG:teuthology.parallel:result is None 2024-09-21T04:30:29.340 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411342 got 77309411343 for osd.2 2024-09-21T04:30:29.340 DEBUG:teuthology.parallel:result is None 2024-09-21T04:30:29.361 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738405 got 34359738407 for osd.0 2024-09-21T04:30:29.361 DEBUG:teuthology.parallel:result is None 2024-09-21T04:30:29.361 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-09-21T04:30:29.361 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell --fsid fd0b2732-77d0-11ef-baf5-efdc52797490 -- ceph pg dump --format=json 2024-09-21T04:30:29.414 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:29 smithi028 bash[22708]: cluster 2024-09-21T04:30:28.096072+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:29.414 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:29 smithi028 bash[22708]: cluster 2024-09-21T04:30:28.096072+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:29.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:29 smithi032 bash[23468]: cluster 2024-09-21T04:30:28.096072+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:29.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:29 smithi032 bash[23468]: cluster 2024-09-21T04:30:28.096072+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:29.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:29 smithi204 bash[23242]: cluster 2024-09-21T04:30:28.096072+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:29.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:29 smithi204 bash[23242]: cluster 2024-09-21T04:30:28.096072+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:31.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:31 smithi204 bash[23242]: cluster 2024-09-21T04:30:30.096596+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:31.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:31 smithi204 bash[23242]: cluster 2024-09-21T04:30:30.096596+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:31.483 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:31 smithi028 bash[22708]: cluster 2024-09-21T04:30:30.096596+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:31.483 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:31 smithi028 bash[22708]: cluster 2024-09-21T04:30:30.096596+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:31.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:31 smithi032 bash[23468]: cluster 2024-09-21T04:30:30.096596+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:31.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:31 smithi032 bash[23468]: cluster 2024-09-21T04:30:30.096596+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:33.483 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:33 smithi028 bash[22708]: cluster 2024-09-21T04:30:32.097153+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:33.483 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:33 smithi028 bash[22708]: cluster 2024-09-21T04:30:32.097153+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:33.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:33 smithi032 bash[23468]: cluster 2024-09-21T04:30:32.097153+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:33.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:33 smithi032 bash[23468]: cluster 2024-09-21T04:30:32.097153+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:33.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:33 smithi204 bash[23242]: cluster 2024-09-21T04:30:32.097153+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:33.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:33 smithi204 bash[23242]: cluster 2024-09-21T04:30:32.097153+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:34.147 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T04:30:35.516 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:35 smithi028 bash[22708]: cluster 2024-09-21T04:30:34.097757+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:35.516 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:35 smithi028 bash[22708]: cluster 2024-09-21T04:30:34.097757+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:35.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:35 smithi032 bash[23468]: cluster 2024-09-21T04:30:34.097757+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:35.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:35 smithi032 bash[23468]: cluster 2024-09-21T04:30:34.097757+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:35.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:35 smithi204 bash[23242]: cluster 2024-09-21T04:30:34.097757+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:35.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:35 smithi204 bash[23242]: cluster 2024-09-21T04:30:34.097757+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:36.039 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-21T04:30:36.039 INFO:teuthology.orchestra.run.smithi028.stderr:dumped all 2024-09-21T04:30:36.967 INFO:teuthology.orchestra.run.smithi028.stdout:{"pg_ready":true,"pg_map":{"version":190,"stamp":"2024-09-21T04:30:34.097454+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":100616,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":97659,"kb_avail":281134840,"statfs":{"total":287985106944,"available":287882076160,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":100003151},"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.003186"},"pg_stats":[{"pgid":"1.0","version":"20'92","reported_seq":127,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-09-21T04:29:29.408577+0000","last_change":"2024-09-21T04:29:28.724352+0000","last_active":"2024-09-21T04:29:29.408577+0000","last_peered":"2024-09-21T04:29:29.408577+0000","last_clean":"2024-09-21T04:29:29.408577+0000","last_became_active":"2024-09-21T04:29:28.722573+0000","last_became_peered":"2024-09-21T04:29:28.722573+0000","last_unstale":"2024-09-21T04:29:29.408577+0000","last_undegraded":"2024-09-21T04:29:29.408577+0000","last_fullsized":"2024-09-21T04:29:29.408577+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-21T04:29:27.370923+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-21T04:29:27.370923+0000","last_clean_scrub_stamp":"2024-09-21T04:29:27.370923+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-22T15:24:26.710827+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":32132,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713020,"statfs":{"total":95995035648,"available":95962132480,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":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":32132,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713020,"statfs":{"total":95995035648,"available":95962132480,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"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":36352,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":35326,"kb_avail":93708800,"statfs":{"total":95995035648,"available":95957811200,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":36174277},"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-21T04:30:36.968 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell --fsid fd0b2732-77d0-11ef-baf5-efdc52797490 -- ceph pg dump --format=json 2024-09-21T04:30:37.233 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:37 smithi028 bash[22708]: audit 2024-09-21T04:30:36.039958+0000 mgr.a (mgr.14152) 250 : audit [DBG] from='client.14349 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:30:37.233 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:37 smithi028 bash[22708]: audit 2024-09-21T04:30:36.039958+0000 mgr.a (mgr.14152) 250 : audit [DBG] from='client.14349 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:30:37.233 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:37 smithi028 bash[22708]: cluster 2024-09-21T04:30:36.098111+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:37.233 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:37 smithi028 bash[22708]: cluster 2024-09-21T04:30:36.098111+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:37.456 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:37 smithi032 bash[23468]: audit 2024-09-21T04:30:36.039958+0000 mgr.a (mgr.14152) 250 : audit [DBG] from='client.14349 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:30:37.457 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:37 smithi032 bash[23468]: audit 2024-09-21T04:30:36.039958+0000 mgr.a (mgr.14152) 250 : audit [DBG] from='client.14349 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:30:37.457 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:37 smithi032 bash[23468]: cluster 2024-09-21T04:30:36.098111+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:37.457 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:37 smithi032 bash[23468]: cluster 2024-09-21T04:30:36.098111+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:37.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:37 smithi204 bash[23242]: audit 2024-09-21T04:30:36.039958+0000 mgr.a (mgr.14152) 250 : audit [DBG] from='client.14349 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:30:37.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:37 smithi204 bash[23242]: audit 2024-09-21T04:30:36.039958+0000 mgr.a (mgr.14152) 250 : audit [DBG] from='client.14349 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:30:37.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:37 smithi204 bash[23242]: cluster 2024-09-21T04:30:36.098111+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:37.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:37 smithi204 bash[23242]: cluster 2024-09-21T04:30:36.098111+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:39.483 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:39 smithi028 bash[22708]: cluster 2024-09-21T04:30:38.098600+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:39.483 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:39 smithi028 bash[22708]: cluster 2024-09-21T04:30:38.098600+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:39.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:39 smithi032 bash[23468]: cluster 2024-09-21T04:30:38.098600+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:39.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:39 smithi032 bash[23468]: cluster 2024-09-21T04:30:38.098600+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:39.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:39 smithi204 bash[23242]: cluster 2024-09-21T04:30:38.098600+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:39.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:39 smithi204 bash[23242]: cluster 2024-09-21T04:30:38.098600+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:41.483 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:41 smithi028 bash[22708]: cluster 2024-09-21T04:30:40.099159+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:41.483 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:41 smithi028 bash[22708]: cluster 2024-09-21T04:30:40.099159+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:41.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:41 smithi032 bash[23468]: cluster 2024-09-21T04:30:40.099159+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:41.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:41 smithi032 bash[23468]: cluster 2024-09-21T04:30:40.099159+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:41.570 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:41 smithi204 bash[23242]: cluster 2024-09-21T04:30:40.099159+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:41.570 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:41 smithi204 bash[23242]: cluster 2024-09-21T04:30:40.099159+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:41.710 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T04:30:42.821 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:42 smithi028 bash[22708]: audit 2024-09-21T04:30:41.552378+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:42.822 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:42 smithi028 bash[22708]: audit 2024-09-21T04:30:41.552378+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:42.822 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:42 smithi028 bash[22708]: audit 2024-09-21T04:30:41.560656+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:42.822 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:42 smithi028 bash[22708]: audit 2024-09-21T04:30:41.560656+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:42.822 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:42 smithi028 bash[22708]: audit 2024-09-21T04:30:41.570196+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:42.822 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:42 smithi028 bash[22708]: audit 2024-09-21T04:30:41.570196+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:42.822 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:42 smithi028 bash[22708]: audit 2024-09-21T04:30:41.958289+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:42.822 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:42 smithi028 bash[22708]: audit 2024-09-21T04:30:41.958289+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:42.822 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:42 smithi028 bash[22708]: audit 2024-09-21T04:30:41.964487+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:42.822 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:42 smithi028 bash[22708]: audit 2024-09-21T04:30:41.964487+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:42.822 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:42 smithi028 bash[22708]: audit 2024-09-21T04:30:41.971522+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:42.822 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:42 smithi028 bash[22708]: audit 2024-09-21T04:30:41.971522+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:42.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:42 smithi204 bash[23242]: audit 2024-09-21T04:30:41.552378+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:42.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:42 smithi204 bash[23242]: audit 2024-09-21T04:30:41.552378+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:42.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:42 smithi204 bash[23242]: audit 2024-09-21T04:30:41.560656+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:42.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:42 smithi204 bash[23242]: audit 2024-09-21T04:30:41.560656+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:42.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:42 smithi204 bash[23242]: audit 2024-09-21T04:30:41.570196+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:42.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:42 smithi204 bash[23242]: audit 2024-09-21T04:30:41.570196+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:42.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:42 smithi204 bash[23242]: audit 2024-09-21T04:30:41.958289+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:42.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:42 smithi204 bash[23242]: audit 2024-09-21T04:30:41.958289+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:42.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:42 smithi204 bash[23242]: audit 2024-09-21T04:30:41.964487+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:42.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:42 smithi204 bash[23242]: audit 2024-09-21T04:30:41.964487+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:42.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:42 smithi204 bash[23242]: audit 2024-09-21T04:30:41.971522+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:42.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:42 smithi204 bash[23242]: audit 2024-09-21T04:30:41.971522+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:43.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:42 smithi032 bash[23468]: audit 2024-09-21T04:30:41.552378+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:43.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:42 smithi032 bash[23468]: audit 2024-09-21T04:30:41.552378+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:43.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:42 smithi032 bash[23468]: audit 2024-09-21T04:30:41.560656+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:43.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:42 smithi032 bash[23468]: audit 2024-09-21T04:30:41.560656+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:43.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:42 smithi032 bash[23468]: audit 2024-09-21T04:30:41.570196+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:43.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:42 smithi032 bash[23468]: audit 2024-09-21T04:30:41.570196+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:43.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:42 smithi032 bash[23468]: audit 2024-09-21T04:30:41.958289+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:43.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:42 smithi032 bash[23468]: audit 2024-09-21T04:30:41.958289+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:43.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:42 smithi032 bash[23468]: audit 2024-09-21T04:30:41.964487+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:43.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:42 smithi032 bash[23468]: audit 2024-09-21T04:30:41.964487+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:43.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:42 smithi032 bash[23468]: audit 2024-09-21T04:30:41.971522+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:43.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:42 smithi032 bash[23468]: audit 2024-09-21T04:30:41.971522+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:43.130 INFO:teuthology.orchestra.run.smithi028.stderr:dumped all 2024-09-21T04:30:43.130 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-21T04:30:43.723 INFO:teuthology.orchestra.run.smithi028.stdout:{"pg_ready":true,"pg_map":{"version":194,"stamp":"2024-09-21T04:30:42.099440+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":100616,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":97659,"kb_avail":281134840,"statfs":{"total":287985106944,"available":287882076160,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":100003151},"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.003111"},"pg_stats":[{"pgid":"1.0","version":"20'92","reported_seq":127,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-09-21T04:29:29.408577+0000","last_change":"2024-09-21T04:29:28.724352+0000","last_active":"2024-09-21T04:29:29.408577+0000","last_peered":"2024-09-21T04:29:29.408577+0000","last_clean":"2024-09-21T04:29:29.408577+0000","last_became_active":"2024-09-21T04:29:28.722573+0000","last_became_peered":"2024-09-21T04:29:28.722573+0000","last_unstale":"2024-09-21T04:29:29.408577+0000","last_undegraded":"2024-09-21T04:29:29.408577+0000","last_fullsized":"2024-09-21T04:29:29.408577+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-21T04:29:27.370923+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-21T04:29:27.370923+0000","last_clean_scrub_stamp":"2024-09-21T04:29:27.370923+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-22T15:24:26.710827+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411347,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32132,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713020,"statfs":{"total":95995035648,"available":95962132480,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574878,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32132,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713020,"statfs":{"total":95995035648,"available":95962132480,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738410,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":36352,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":35326,"kb_avail":93708800,"statfs":{"total":95995035648,"available":95957811200,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":36174277},"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-21T04:30:43.723 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-09-21T04:30:43.724 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-09-21T04:30:43.724 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-09-21T04:30:43.724 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell --fsid fd0b2732-77d0-11ef-baf5-efdc52797490 -- ceph health --format=json 2024-09-21T04:30:43.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:43 smithi204 bash[23242]: cluster 2024-09-21T04:30:42.099701+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:43.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:43 smithi204 bash[23242]: cluster 2024-09-21T04:30:42.099701+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:43.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:43 smithi028 bash[22708]: cluster 2024-09-21T04:30:42.099701+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:43.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:43 smithi028 bash[22708]: cluster 2024-09-21T04:30:42.099701+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:44.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:43 smithi032 bash[23468]: cluster 2024-09-21T04:30:42.099701+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:44.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:43 smithi032 bash[23468]: cluster 2024-09-21T04:30:42.099701+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:44.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:44 smithi204 bash[23242]: audit 2024-09-21T04:30:43.131140+0000 mgr.a (mgr.14152) 255 : audit [DBG] from='client.14355 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:30:44.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:44 smithi204 bash[23242]: audit 2024-09-21T04:30:43.131140+0000 mgr.a (mgr.14152) 255 : audit [DBG] from='client.14355 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:30:44.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:44 smithi204 bash[23242]: audit 2024-09-21T04:30:44.136642+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:44.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:44 smithi204 bash[23242]: audit 2024-09-21T04:30:44.136642+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:44.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:44 smithi204 bash[23242]: audit 2024-09-21T04:30:44.144943+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:44.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:44 smithi204 bash[23242]: audit 2024-09-21T04:30:44.144943+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:44.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:44 smithi204 bash[23242]: audit 2024-09-21T04:30:44.154519+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:44.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:44 smithi204 bash[23242]: audit 2024-09-21T04:30:44.154519+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:44.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:44 smithi028 bash[22708]: audit 2024-09-21T04:30:43.131140+0000 mgr.a (mgr.14152) 255 : audit [DBG] from='client.14355 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:30:44.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:44 smithi028 bash[22708]: audit 2024-09-21T04:30:43.131140+0000 mgr.a (mgr.14152) 255 : audit [DBG] from='client.14355 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:30:44.984 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:44 smithi028 bash[22708]: audit 2024-09-21T04:30:44.136642+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:44.984 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:44 smithi028 bash[22708]: audit 2024-09-21T04:30:44.136642+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:44.984 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:44 smithi028 bash[22708]: audit 2024-09-21T04:30:44.144943+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:44.984 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:44 smithi028 bash[22708]: audit 2024-09-21T04:30:44.144943+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:44.984 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:44 smithi028 bash[22708]: audit 2024-09-21T04:30:44.154519+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:44.984 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:44 smithi028 bash[22708]: audit 2024-09-21T04:30:44.154519+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:45.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:44 smithi032 bash[23468]: audit 2024-09-21T04:30:43.131140+0000 mgr.a (mgr.14152) 255 : audit [DBG] from='client.14355 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:30:45.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:44 smithi032 bash[23468]: audit 2024-09-21T04:30:43.131140+0000 mgr.a (mgr.14152) 255 : audit [DBG] from='client.14355 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:30:45.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:44 smithi032 bash[23468]: audit 2024-09-21T04:30:44.136642+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:45.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:44 smithi032 bash[23468]: audit 2024-09-21T04:30:44.136642+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:45.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:44 smithi032 bash[23468]: audit 2024-09-21T04:30:44.144943+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:45.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:44 smithi032 bash[23468]: audit 2024-09-21T04:30:44.144943+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:45.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:44 smithi032 bash[23468]: audit 2024-09-21T04:30:44.154519+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:45.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:44 smithi032 bash[23468]: audit 2024-09-21T04:30:44.154519+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:45.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:45 smithi204 bash[23242]: cluster 2024-09-21T04:30:44.100234+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:45.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:45 smithi204 bash[23242]: cluster 2024-09-21T04:30:44.100234+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:45.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:45 smithi028 bash[22708]: cluster 2024-09-21T04:30:44.100234+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:45.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:45 smithi028 bash[22708]: cluster 2024-09-21T04:30:44.100234+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:46.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:45 smithi032 bash[23468]: cluster 2024-09-21T04:30:44.100234+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:46.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:45 smithi032 bash[23468]: cluster 2024-09-21T04:30:44.100234+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:47.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:47 smithi204 bash[23242]: cluster 2024-09-21T04:30:46.100717+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:47.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:47 smithi204 bash[23242]: cluster 2024-09-21T04:30:46.100717+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:47.982 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:47 smithi028 bash[22708]: cluster 2024-09-21T04:30:46.100717+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:47.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:47 smithi028 bash[22708]: cluster 2024-09-21T04:30:46.100717+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:48.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:47 smithi032 bash[23468]: cluster 2024-09-21T04:30:46.100717+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:48.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:47 smithi032 bash[23468]: cluster 2024-09-21T04:30:46.100717+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:48.467 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T04:30:49.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:49 smithi028 bash[22708]: cluster 2024-09-21T04:30:48.101156+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:49.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:49 smithi028 bash[22708]: cluster 2024-09-21T04:30:48.101156+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:49.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:49 smithi204 bash[23242]: cluster 2024-09-21T04:30:48.101156+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:49.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:49 smithi204 bash[23242]: cluster 2024-09-21T04:30:48.101156+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:49.853 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-21T04:30:49.853 INFO:teuthology.orchestra.run.smithi028.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-21T04:30:50.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:49 smithi032 bash[23468]: cluster 2024-09-21T04:30:48.101156+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:50.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:49 smithi032 bash[23468]: cluster 2024-09-21T04:30:48.101156+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:50.557 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-09-21T04:30:50.558 INFO:tasks.cephadm:Setup complete, yielding 2024-09-21T04:30:50.558 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-21T04:30:50.567 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi028.front.sepia.ceph.com 2024-09-21T04:30:50.567 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fd0b2732-77d0-11ef-baf5-efdc52797490 -- bash -c 'set -e 2024-09-21T04:30:50.567 DEBUG:teuthology.orchestra.run.smithi028:> set -x 2024-09-21T04:30:50.567 DEBUG:teuthology.orchestra.run.smithi028:> ceph orch apply node-exporter 2024-09-21T04:30:50.567 DEBUG:teuthology.orchestra.run.smithi028:> ceph orch apply grafana 2024-09-21T04:30:50.567 DEBUG:teuthology.orchestra.run.smithi028:> ceph orch apply alertmanager 2024-09-21T04:30:50.567 DEBUG:teuthology.orchestra.run.smithi028:> ceph orch apply prometheus 2024-09-21T04:30:50.567 DEBUG:teuthology.orchestra.run.smithi028:> sleep 240 2024-09-21T04:30:50.567 DEBUG:teuthology.orchestra.run.smithi028:> ceph orch ls 2024-09-21T04:30:50.567 DEBUG:teuthology.orchestra.run.smithi028:> ceph orch ps 2024-09-21T04:30:50.568 DEBUG:teuthology.orchestra.run.smithi028:> ceph orch host ls 2024-09-21T04:30:50.568 DEBUG:teuthology.orchestra.run.smithi028:> MON_DAEMON=$(ceph orch ps --daemon-type mon -f json | jq -r '"'"'last | .daemon_name'"'"') 2024-09-21T04:30:50.568 DEBUG:teuthology.orchestra.run.smithi028:> GRAFANA_HOST=$(ceph orch ps --daemon-type grafana -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-09-21T04:30:50.568 DEBUG:teuthology.orchestra.run.smithi028:> PROM_HOST=$(ceph orch ps --daemon-type prometheus -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-09-21T04:30:50.568 DEBUG:teuthology.orchestra.run.smithi028:> ALERTM_HOST=$(ceph orch ps --daemon-type alertmanager -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-09-21T04:30:50.568 DEBUG:teuthology.orchestra.run.smithi028:> GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST "$GRAFANA_HOST" '"'"'.[] | select(.hostname==$GRAFANA_HOST) | .addr'"'"') 2024-09-21T04:30:50.568 DEBUG:teuthology.orchestra.run.smithi028:> PROM_IP=$(ceph orch host ls -f json | jq -r --arg PROM_HOST "$PROM_HOST" '"'"'.[] | select(.hostname==$PROM_HOST) | .addr'"'"') 2024-09-21T04:30:50.568 DEBUG:teuthology.orchestra.run.smithi028:> ALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST "$ALERTM_HOST" '"'"'.[] | select(.hostname==$ALERTM_HOST) | .addr'"'"') 2024-09-21T04:30:50.568 DEBUG:teuthology.orchestra.run.smithi028:> # check each host node-exporter metrics endpoint is responsive 2024-09-21T04:30:50.568 DEBUG:teuthology.orchestra.run.smithi028:> ALL_HOST_IPS=$(ceph orch host ls -f json | jq -r '"'"'.[] | .addr'"'"') 2024-09-21T04:30:50.568 DEBUG:teuthology.orchestra.run.smithi028:> for ip in $ALL_HOST_IPS; do 2024-09-21T04:30:50.568 DEBUG:teuthology.orchestra.run.smithi028:> curl -s http://${ip}:9100/metric 2024-09-21T04:30:50.568 DEBUG:teuthology.orchestra.run.smithi028:> done 2024-09-21T04:30:50.568 DEBUG:teuthology.orchestra.run.smithi028:> # check grafana endpoints are responsive and database health is okay 2024-09-21T04:30:50.568 DEBUG:teuthology.orchestra.run.smithi028:> curl -k -s https://${GRAFANA_IP}:3000/api/health 2024-09-21T04:30:50.569 DEBUG:teuthology.orchestra.run.smithi028:> curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '"'"'.database == "ok"'"'"' 2024-09-21T04:30:50.569 DEBUG:teuthology.orchestra.run.smithi028:> # stop mon daemon in order to trigger an alert 2024-09-21T04:30:50.569 DEBUG:teuthology.orchestra.run.smithi028:> ceph orch daemon stop $MON_DAEMON 2024-09-21T04:30:50.569 DEBUG:teuthology.orchestra.run.smithi028:> sleep 120 2024-09-21T04:30:50.569 DEBUG:teuthology.orchestra.run.smithi028:> # check prometheus endpoints are responsive and mon down alert is firing 2024-09-21T04:30:50.569 DEBUG:teuthology.orchestra.run.smithi028:> curl -s http://${PROM_IP}:9095/api/v1/status/config 2024-09-21T04:30:50.569 DEBUG:teuthology.orchestra.run.smithi028:> curl -s http://${PROM_IP}:9095/api/v1/status/config | jq -e '"'"'.status == "success"'"'"' 2024-09-21T04:30:50.569 DEBUG:teuthology.orchestra.run.smithi028:> curl -s http://${PROM_IP}:9095/api/v1/alerts 2024-09-21T04:30:50.569 DEBUG:teuthology.orchestra.run.smithi028:> curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '"'"'.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"'"'"' 2024-09-21T04:30:50.569 DEBUG:teuthology.orchestra.run.smithi028:> # check alertmanager endpoints are responsive and mon down alert is active 2024-09-21T04:30:50.569 DEBUG:teuthology.orchestra.run.smithi028:> curl -s http://${ALERTM_IP}:9093/api/v2/status 2024-09-21T04:30:50.569 DEBUG:teuthology.orchestra.run.smithi028:> curl -s http://${ALERTM_IP}:9093/api/v2/alerts 2024-09-21T04:30:50.569 DEBUG:teuthology.orchestra.run.smithi028:> curl -s http://${ALERTM_IP}:9093/api/v2/alerts | jq -e '"'"'.[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"'"'"' 2024-09-21T04:30:50.569 DEBUG:teuthology.orchestra.run.smithi028:> ' 2024-09-21T04:30:50.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:50 smithi028 bash[22708]: audit 2024-09-21T04:30:49.855091+0000 mon.a (mon.0) 676 : audit [DBG] from='client.? 172.21.15.28:0/3387179384' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-21T04:30:50.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:50 smithi028 bash[22708]: audit 2024-09-21T04:30:49.855091+0000 mon.a (mon.0) 676 : audit [DBG] from='client.? 172.21.15.28:0/3387179384' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-21T04:30:51.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:50 smithi032 bash[23468]: audit 2024-09-21T04:30:49.855091+0000 mon.a (mon.0) 676 : audit [DBG] from='client.? 172.21.15.28:0/3387179384' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-21T04:30:51.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:50 smithi032 bash[23468]: audit 2024-09-21T04:30:49.855091+0000 mon.a (mon.0) 676 : audit [DBG] from='client.? 172.21.15.28:0/3387179384' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-21T04:30:51.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:50 smithi204 bash[23242]: audit 2024-09-21T04:30:49.855091+0000 mon.a (mon.0) 676 : audit [DBG] from='client.? 172.21.15.28:0/3387179384' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-21T04:30:51.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:50 smithi204 bash[23242]: audit 2024-09-21T04:30:49.855091+0000 mon.a (mon.0) 676 : audit [DBG] from='client.? 172.21.15.28:0/3387179384' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-21T04:30:51.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:51 smithi028 bash[22708]: cluster 2024-09-21T04:30:50.101704+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:51.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:51 smithi028 bash[22708]: cluster 2024-09-21T04:30:50.101704+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:52.004 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:51 smithi204 bash[23242]: cluster 2024-09-21T04:30:50.101704+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:52.004 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:51 smithi204 bash[23242]: cluster 2024-09-21T04:30:50.101704+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:52.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:51 smithi032 bash[23468]: cluster 2024-09-21T04:30:50.101704+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:52.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:51 smithi032 bash[23468]: cluster 2024-09-21T04:30:50.101704+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:53.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:53 smithi028 bash[22708]: cluster 2024-09-21T04:30:52.102212+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:53.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:53 smithi028 bash[22708]: cluster 2024-09-21T04:30:52.102212+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:54.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:53 smithi032 bash[23468]: cluster 2024-09-21T04:30:52.102212+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:54.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:53 smithi032 bash[23468]: cluster 2024-09-21T04:30:52.102212+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:54.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:53 smithi204 bash[23242]: cluster 2024-09-21T04:30:52.102212+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:54.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:53 smithi204 bash[23242]: cluster 2024-09-21T04:30:52.102212+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:55.314 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T04:30:55.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:55 smithi028 bash[22708]: cluster 2024-09-21T04:30:54.102794+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:55.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:55 smithi028 bash[22708]: cluster 2024-09-21T04:30:54.102794+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:56.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:55 smithi032 bash[23468]: cluster 2024-09-21T04:30:54.102794+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:56.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:55 smithi032 bash[23468]: cluster 2024-09-21T04:30:54.102794+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:56.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:55 smithi204 bash[23242]: cluster 2024-09-21T04:30:54.102794+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:56.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:55 smithi204 bash[23242]: cluster 2024-09-21T04:30:54.102794+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:56.565 INFO:teuthology.orchestra.run.smithi028.stderr:+ ceph orch apply node-exporter 2024-09-21T04:30:56.880 INFO:teuthology.orchestra.run.smithi028.stdout:Scheduled node-exporter update... 2024-09-21T04:30:56.893 INFO:teuthology.orchestra.run.smithi028.stderr:+ ceph orch apply grafana 2024-09-21T04:30:57.191 INFO:teuthology.orchestra.run.smithi028.stdout:Scheduled grafana update... 2024-09-21T04:30:57.204 INFO:teuthology.orchestra.run.smithi028.stderr:+ ceph orch apply alertmanager 2024-09-21T04:30:57.513 INFO:teuthology.orchestra.run.smithi028.stdout:Scheduled alertmanager update... 2024-09-21T04:30:57.525 INFO:teuthology.orchestra.run.smithi028.stderr:+ ceph orch apply prometheus 2024-09-21T04:30:57.824 INFO:teuthology.orchestra.run.smithi028.stdout:Scheduled prometheus update... 2024-09-21T04:30:57.836 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 240 2024-09-21T04:30:57.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:57 smithi028 bash[22708]: cluster 2024-09-21T04:30:56.103323+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:57.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:57 smithi028 bash[22708]: cluster 2024-09-21T04:30:56.103323+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:57.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:57 smithi028 bash[22708]: audit 2024-09-21T04:30:56.882071+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:57.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:57 smithi028 bash[22708]: audit 2024-09-21T04:30:56.882071+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:57.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:57 smithi028 bash[22708]: audit 2024-09-21T04:30:56.883342+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:30:57.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:57 smithi028 bash[22708]: audit 2024-09-21T04:30:56.883342+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:30:57.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:57 smithi028 bash[22708]: audit 2024-09-21T04:30:56.886833+0000 mon.a (mon.0) 679 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:30:57.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:57 smithi028 bash[22708]: audit 2024-09-21T04:30:56.886833+0000 mon.a (mon.0) 679 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:30:57.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:57 smithi028 bash[22708]: audit 2024-09-21T04:30:56.887734+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:30:57.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:57 smithi028 bash[22708]: audit 2024-09-21T04:30:56.887734+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:30:57.984 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:57 smithi028 bash[22708]: audit 2024-09-21T04:30:56.894304+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:57.984 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:57 smithi028 bash[22708]: audit 2024-09-21T04:30:56.894304+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:57.984 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:57 smithi028 bash[22708]: audit 2024-09-21T04:30:57.192858+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:57.984 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:57 smithi028 bash[22708]: audit 2024-09-21T04:30:57.192858+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:57.984 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:57 smithi028 bash[22708]: audit 2024-09-21T04:30:57.514668+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:57.984 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:57 smithi028 bash[22708]: audit 2024-09-21T04:30:57.514668+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:58.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:57 smithi032 bash[23468]: cluster 2024-09-21T04:30:56.103323+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:58.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:57 smithi032 bash[23468]: cluster 2024-09-21T04:30:56.103323+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:58.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:57 smithi032 bash[23468]: audit 2024-09-21T04:30:56.882071+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:58.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:57 smithi032 bash[23468]: audit 2024-09-21T04:30:56.882071+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:58.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:57 smithi032 bash[23468]: audit 2024-09-21T04:30:56.883342+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:30:58.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:57 smithi032 bash[23468]: audit 2024-09-21T04:30:56.883342+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:30:58.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:57 smithi032 bash[23468]: audit 2024-09-21T04:30:56.886833+0000 mon.a (mon.0) 679 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:30:58.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:57 smithi032 bash[23468]: audit 2024-09-21T04:30:56.886833+0000 mon.a (mon.0) 679 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:30:58.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:57 smithi032 bash[23468]: audit 2024-09-21T04:30:56.887734+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:30:58.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:57 smithi032 bash[23468]: audit 2024-09-21T04:30:56.887734+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:30:58.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:57 smithi032 bash[23468]: audit 2024-09-21T04:30:56.894304+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:58.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:57 smithi032 bash[23468]: audit 2024-09-21T04:30:56.894304+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:58.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:57 smithi032 bash[23468]: audit 2024-09-21T04:30:57.192858+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:58.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:57 smithi032 bash[23468]: audit 2024-09-21T04:30:57.192858+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:58.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:57 smithi032 bash[23468]: audit 2024-09-21T04:30:57.514668+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:58.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:57 smithi032 bash[23468]: audit 2024-09-21T04:30:57.514668+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:58.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:57 smithi204 bash[23242]: cluster 2024-09-21T04:30:56.103323+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:58.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:57 smithi204 bash[23242]: cluster 2024-09-21T04:30:56.103323+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:58.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:57 smithi204 bash[23242]: audit 2024-09-21T04:30:56.882071+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:58.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:57 smithi204 bash[23242]: audit 2024-09-21T04:30:56.882071+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:58.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:57 smithi204 bash[23242]: audit 2024-09-21T04:30:56.883342+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:30:58.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:57 smithi204 bash[23242]: audit 2024-09-21T04:30:56.883342+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:30:58.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:57 smithi204 bash[23242]: audit 2024-09-21T04:30:56.886833+0000 mon.a (mon.0) 679 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:30:58.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:57 smithi204 bash[23242]: audit 2024-09-21T04:30:56.886833+0000 mon.a (mon.0) 679 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:30:58.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:57 smithi204 bash[23242]: audit 2024-09-21T04:30:56.887734+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:30:58.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:57 smithi204 bash[23242]: audit 2024-09-21T04:30:56.887734+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:30:58.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:57 smithi204 bash[23242]: audit 2024-09-21T04:30:56.894304+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:58.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:57 smithi204 bash[23242]: audit 2024-09-21T04:30:56.894304+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:58.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:57 smithi204 bash[23242]: audit 2024-09-21T04:30:57.192858+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:58.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:57 smithi204 bash[23242]: audit 2024-09-21T04:30:57.192858+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:58.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:57 smithi204 bash[23242]: audit 2024-09-21T04:30:57.514668+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:58.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:57 smithi204 bash[23242]: audit 2024-09-21T04:30:57.514668+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:59.086 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:58 smithi032 bash[23468]: audit 2024-09-21T04:30:56.873539+0000 mgr.a (mgr.14152) 263 : audit [DBG] from='client.14367 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:30:59.086 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:58 smithi032 bash[23468]: audit 2024-09-21T04:30:56.873539+0000 mgr.a (mgr.14152) 263 : audit [DBG] from='client.14367 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:30:59.086 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:58 smithi032 bash[23468]: cephadm 2024-09-21T04:30:56.875612+0000 mgr.a (mgr.14152) 264 : cephadm [INF] Saving service node-exporter spec with placement * 2024-09-21T04:30:59.086 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:58 smithi032 bash[23468]: cephadm 2024-09-21T04:30:56.875612+0000 mgr.a (mgr.14152) 264 : cephadm [INF] Saving service node-exporter spec with placement * 2024-09-21T04:30:59.087 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:58 smithi032 bash[23468]: cephadm 2024-09-21T04:30:56.897169+0000 mgr.a (mgr.14152) 265 : cephadm [INF] Deploying daemon node-exporter.smithi028 on smithi028 2024-09-21T04:30:59.087 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:58 smithi032 bash[23468]: cephadm 2024-09-21T04:30:56.897169+0000 mgr.a (mgr.14152) 265 : cephadm [INF] Deploying daemon node-exporter.smithi028 on smithi028 2024-09-21T04:30:59.087 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:58 smithi032 bash[23468]: audit 2024-09-21T04:30:57.187639+0000 mgr.a (mgr.14152) 266 : audit [DBG] from='client.14373 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:30:59.087 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:58 smithi032 bash[23468]: audit 2024-09-21T04:30:57.187639+0000 mgr.a (mgr.14152) 266 : audit [DBG] from='client.14373 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:30:59.087 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:58 smithi032 bash[23468]: cephadm 2024-09-21T04:30:57.189184+0000 mgr.a (mgr.14152) 267 : cephadm [INF] Saving service grafana spec with placement count:1 2024-09-21T04:30:59.087 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:58 smithi032 bash[23468]: cephadm 2024-09-21T04:30:57.189184+0000 mgr.a (mgr.14152) 267 : cephadm [INF] Saving service grafana spec with placement count:1 2024-09-21T04:30:59.087 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:58 smithi032 bash[23468]: audit 2024-09-21T04:30:57.506257+0000 mgr.a (mgr.14152) 268 : audit [DBG] from='client.14379 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:30:59.087 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:58 smithi032 bash[23468]: audit 2024-09-21T04:30:57.506257+0000 mgr.a (mgr.14152) 268 : audit [DBG] from='client.14379 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:30:59.087 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:58 smithi032 bash[23468]: cephadm 2024-09-21T04:30:57.508451+0000 mgr.a (mgr.14152) 269 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-09-21T04:30:59.087 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:58 smithi032 bash[23468]: cephadm 2024-09-21T04:30:57.508451+0000 mgr.a (mgr.14152) 269 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-09-21T04:30:59.088 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:58 smithi032 bash[23468]: audit 2024-09-21T04:30:57.820593+0000 mgr.a (mgr.14152) 270 : audit [DBG] from='client.14385 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:30:59.088 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:58 smithi032 bash[23468]: audit 2024-09-21T04:30:57.820593+0000 mgr.a (mgr.14152) 270 : audit [DBG] from='client.14385 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:30:59.088 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:58 smithi032 bash[23468]: cephadm 2024-09-21T04:30:57.821934+0000 mgr.a (mgr.14152) 271 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-09-21T04:30:59.088 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:58 smithi032 bash[23468]: cephadm 2024-09-21T04:30:57.821934+0000 mgr.a (mgr.14152) 271 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-09-21T04:30:59.088 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:58 smithi032 bash[23468]: audit 2024-09-21T04:30:57.825849+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:59.088 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:58 smithi032 bash[23468]: audit 2024-09-21T04:30:57.825849+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:59.196 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:58 smithi028 bash[22708]: audit 2024-09-21T04:30:56.873539+0000 mgr.a (mgr.14152) 263 : audit [DBG] from='client.14367 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:30:59.196 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:58 smithi028 bash[22708]: audit 2024-09-21T04:30:56.873539+0000 mgr.a (mgr.14152) 263 : audit [DBG] from='client.14367 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:30:59.197 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:58 smithi028 bash[22708]: cephadm 2024-09-21T04:30:56.875612+0000 mgr.a (mgr.14152) 264 : cephadm [INF] Saving service node-exporter spec with placement * 2024-09-21T04:30:59.197 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:58 smithi028 bash[22708]: cephadm 2024-09-21T04:30:56.875612+0000 mgr.a (mgr.14152) 264 : cephadm [INF] Saving service node-exporter spec with placement * 2024-09-21T04:30:59.197 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:58 smithi028 bash[22708]: cephadm 2024-09-21T04:30:56.897169+0000 mgr.a (mgr.14152) 265 : cephadm [INF] Deploying daemon node-exporter.smithi028 on smithi028 2024-09-21T04:30:59.197 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:58 smithi028 bash[22708]: cephadm 2024-09-21T04:30:56.897169+0000 mgr.a (mgr.14152) 265 : cephadm [INF] Deploying daemon node-exporter.smithi028 on smithi028 2024-09-21T04:30:59.197 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:58 smithi028 bash[22708]: audit 2024-09-21T04:30:57.187639+0000 mgr.a (mgr.14152) 266 : audit [DBG] from='client.14373 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:30:59.197 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:58 smithi028 bash[22708]: audit 2024-09-21T04:30:57.187639+0000 mgr.a (mgr.14152) 266 : audit [DBG] from='client.14373 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:30:59.197 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:58 smithi028 bash[22708]: cephadm 2024-09-21T04:30:57.189184+0000 mgr.a (mgr.14152) 267 : cephadm [INF] Saving service grafana spec with placement count:1 2024-09-21T04:30:59.197 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:58 smithi028 bash[22708]: cephadm 2024-09-21T04:30:57.189184+0000 mgr.a (mgr.14152) 267 : cephadm [INF] Saving service grafana spec with placement count:1 2024-09-21T04:30:59.197 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:58 smithi028 bash[22708]: audit 2024-09-21T04:30:57.506257+0000 mgr.a (mgr.14152) 268 : audit [DBG] from='client.14379 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:30:59.197 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:58 smithi028 bash[22708]: audit 2024-09-21T04:30:57.506257+0000 mgr.a (mgr.14152) 268 : audit [DBG] from='client.14379 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:30:59.197 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:58 smithi028 bash[22708]: cephadm 2024-09-21T04:30:57.508451+0000 mgr.a (mgr.14152) 269 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-09-21T04:30:59.197 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:58 smithi028 bash[22708]: cephadm 2024-09-21T04:30:57.508451+0000 mgr.a (mgr.14152) 269 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-09-21T04:30:59.197 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:58 smithi028 bash[22708]: audit 2024-09-21T04:30:57.820593+0000 mgr.a (mgr.14152) 270 : audit [DBG] from='client.14385 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:30:59.197 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:58 smithi028 bash[22708]: audit 2024-09-21T04:30:57.820593+0000 mgr.a (mgr.14152) 270 : audit [DBG] from='client.14385 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:30:59.197 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:58 smithi028 bash[22708]: cephadm 2024-09-21T04:30:57.821934+0000 mgr.a (mgr.14152) 271 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-09-21T04:30:59.198 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:58 smithi028 bash[22708]: cephadm 2024-09-21T04:30:57.821934+0000 mgr.a (mgr.14152) 271 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-09-21T04:30:59.198 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:58 smithi028 bash[22708]: audit 2024-09-21T04:30:57.825849+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:59.198 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:58 smithi028 bash[22708]: audit 2024-09-21T04:30:57.825849+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:59.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:58 smithi204 bash[23242]: audit 2024-09-21T04:30:56.873539+0000 mgr.a (mgr.14152) 263 : audit [DBG] from='client.14367 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:30:59.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:58 smithi204 bash[23242]: audit 2024-09-21T04:30:56.873539+0000 mgr.a (mgr.14152) 263 : audit [DBG] from='client.14367 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:30:59.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:58 smithi204 bash[23242]: cephadm 2024-09-21T04:30:56.875612+0000 mgr.a (mgr.14152) 264 : cephadm [INF] Saving service node-exporter spec with placement * 2024-09-21T04:30:59.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:58 smithi204 bash[23242]: cephadm 2024-09-21T04:30:56.875612+0000 mgr.a (mgr.14152) 264 : cephadm [INF] Saving service node-exporter spec with placement * 2024-09-21T04:30:59.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:58 smithi204 bash[23242]: cephadm 2024-09-21T04:30:56.897169+0000 mgr.a (mgr.14152) 265 : cephadm [INF] Deploying daemon node-exporter.smithi028 on smithi028 2024-09-21T04:30:59.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:58 smithi204 bash[23242]: cephadm 2024-09-21T04:30:56.897169+0000 mgr.a (mgr.14152) 265 : cephadm [INF] Deploying daemon node-exporter.smithi028 on smithi028 2024-09-21T04:30:59.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:58 smithi204 bash[23242]: audit 2024-09-21T04:30:57.187639+0000 mgr.a (mgr.14152) 266 : audit [DBG] from='client.14373 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:30:59.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:58 smithi204 bash[23242]: audit 2024-09-21T04:30:57.187639+0000 mgr.a (mgr.14152) 266 : audit [DBG] from='client.14373 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:30:59.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:58 smithi204 bash[23242]: cephadm 2024-09-21T04:30:57.189184+0000 mgr.a (mgr.14152) 267 : cephadm [INF] Saving service grafana spec with placement count:1 2024-09-21T04:30:59.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:58 smithi204 bash[23242]: cephadm 2024-09-21T04:30:57.189184+0000 mgr.a (mgr.14152) 267 : cephadm [INF] Saving service grafana spec with placement count:1 2024-09-21T04:30:59.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:58 smithi204 bash[23242]: audit 2024-09-21T04:30:57.506257+0000 mgr.a (mgr.14152) 268 : audit [DBG] from='client.14379 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:30:59.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:58 smithi204 bash[23242]: audit 2024-09-21T04:30:57.506257+0000 mgr.a (mgr.14152) 268 : audit [DBG] from='client.14379 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:30:59.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:58 smithi204 bash[23242]: cephadm 2024-09-21T04:30:57.508451+0000 mgr.a (mgr.14152) 269 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-09-21T04:30:59.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:58 smithi204 bash[23242]: cephadm 2024-09-21T04:30:57.508451+0000 mgr.a (mgr.14152) 269 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-09-21T04:30:59.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:58 smithi204 bash[23242]: audit 2024-09-21T04:30:57.820593+0000 mgr.a (mgr.14152) 270 : audit [DBG] from='client.14385 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:30:59.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:58 smithi204 bash[23242]: audit 2024-09-21T04:30:57.820593+0000 mgr.a (mgr.14152) 270 : audit [DBG] from='client.14385 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:30:59.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:58 smithi204 bash[23242]: cephadm 2024-09-21T04:30:57.821934+0000 mgr.a (mgr.14152) 271 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-09-21T04:30:59.325 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:58 smithi204 bash[23242]: cephadm 2024-09-21T04:30:57.821934+0000 mgr.a (mgr.14152) 271 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-09-21T04:30:59.325 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:58 smithi204 bash[23242]: audit 2024-09-21T04:30:57.825849+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:59.325 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:58 smithi204 bash[23242]: audit 2024-09-21T04:30:57.825849+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:30:59.884 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:59 smithi028 bash[22708]: cluster 2024-09-21T04:30:58.103853+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:30:59.884 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:59 smithi028 bash[22708]: cluster 2024-09-21T04:30:58.103853+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:00.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:59 smithi032 bash[23468]: cluster 2024-09-21T04:30:58.103853+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:00.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:30:59 smithi032 bash[23468]: cluster 2024-09-21T04:30:58.103853+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:00.220 INFO:journalctl@ceph.osd.0.smithi028.stdout:Sep 21 04:30:59 smithi028 systemd[1]: /etc/systemd/system/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your 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-21T04:31:00.220 INFO:journalctl@ceph.osd.0.smithi028.stdout:Sep 21 04:31:00 smithi028 systemd[1]: /etc/systemd/system/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your 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-21T04:31:00.220 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:30:59 smithi028 systemd[1]: /etc/systemd/system/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your 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-21T04:31:00.220 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:00 smithi028 systemd[1]: /etc/systemd/system/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your 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-21T04:31:00.221 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:30:59 smithi028 systemd[1]: /etc/systemd/system/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your 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-21T04:31:00.221 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:31:00 smithi028 systemd[1]: /etc/systemd/system/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your 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-21T04:31:00.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:59 smithi204 bash[23242]: cluster 2024-09-21T04:30:58.103853+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:00.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:30:59 smithi204 bash[23242]: cluster 2024-09-21T04:30:58.103853+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:01.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:00 smithi032 systemd[1]: /etc/systemd/system/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your 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-21T04:31:01.038 INFO:journalctl@ceph.mgr.b.smithi032.stdout:Sep 21 04:31:00 smithi032 systemd[1]: /etc/systemd/system/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your 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-21T04:31:01.038 INFO:journalctl@ceph.osd.1.smithi032.stdout:Sep 21 04:31:00 smithi032 systemd[1]: /etc/systemd/system/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your 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-21T04:31:01.353 INFO:journalctl@ceph.mgr.b.smithi032.stdout:Sep 21 04:31:01 smithi032 systemd[1]: /etc/systemd/system/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your 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-21T04:31:01.353 INFO:journalctl@ceph.osd.1.smithi032.stdout:Sep 21 04:31:01 smithi032 systemd[1]: /etc/systemd/system/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your 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-21T04:31:01.353 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:01 smithi032 systemd[1]: /etc/systemd/system/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your 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-21T04:31:01.353 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:01 smithi032 bash[23468]: cluster 2024-09-21T04:31:00.104200+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:01.353 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:01 smithi032 bash[23468]: cluster 2024-09-21T04:31:00.104200+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:01.354 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:01 smithi032 bash[23468]: audit 2024-09-21T04:31:00.268201+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:01.354 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:01 smithi032 bash[23468]: audit 2024-09-21T04:31:00.268201+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:01.354 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:01 smithi032 bash[23468]: audit 2024-09-21T04:31:00.273678+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:01.354 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:01 smithi032 bash[23468]: audit 2024-09-21T04:31:00.273678+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:01.354 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:01 smithi032 bash[23468]: audit 2024-09-21T04:31:00.279013+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:01.354 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:01 smithi032 bash[23468]: audit 2024-09-21T04:31:00.279013+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:01.354 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:01 smithi032 bash[23468]: cephadm 2024-09-21T04:31:00.279728+0000 mgr.a (mgr.14152) 274 : cephadm [INF] Deploying daemon node-exporter.smithi032 on smithi032 2024-09-21T04:31:01.354 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:01 smithi032 bash[23468]: cephadm 2024-09-21T04:31:00.279728+0000 mgr.a (mgr.14152) 274 : cephadm [INF] Deploying daemon node-exporter.smithi032 on smithi032 2024-09-21T04:31:01.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:01 smithi204 bash[23242]: cluster 2024-09-21T04:31:00.104200+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:01.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:01 smithi204 bash[23242]: cluster 2024-09-21T04:31:00.104200+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:01.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:01 smithi204 bash[23242]: audit 2024-09-21T04:31:00.268201+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:01.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:01 smithi204 bash[23242]: audit 2024-09-21T04:31:00.268201+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:01.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:01 smithi204 bash[23242]: audit 2024-09-21T04:31:00.273678+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:01.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:01 smithi204 bash[23242]: audit 2024-09-21T04:31:00.273678+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:01.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:01 smithi204 bash[23242]: audit 2024-09-21T04:31:00.279013+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:01.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:01 smithi204 bash[23242]: audit 2024-09-21T04:31:00.279013+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:01.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:01 smithi204 bash[23242]: cephadm 2024-09-21T04:31:00.279728+0000 mgr.a (mgr.14152) 274 : cephadm [INF] Deploying daemon node-exporter.smithi032 on smithi032 2024-09-21T04:31:01.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:01 smithi204 bash[23242]: cephadm 2024-09-21T04:31:00.279728+0000 mgr.a (mgr.14152) 274 : cephadm [INF] Deploying daemon node-exporter.smithi032 on smithi032 2024-09-21T04:31:01.732 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:01 smithi028 bash[22708]: cluster 2024-09-21T04:31:00.104200+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:01.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:01 smithi028 bash[22708]: cluster 2024-09-21T04:31:00.104200+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:01.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:01 smithi028 bash[22708]: audit 2024-09-21T04:31:00.268201+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:01.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:01 smithi028 bash[22708]: audit 2024-09-21T04:31:00.268201+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:01.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:01 smithi028 bash[22708]: audit 2024-09-21T04:31:00.273678+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:01.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:01 smithi028 bash[22708]: audit 2024-09-21T04:31:00.273678+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:01.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:01 smithi028 bash[22708]: audit 2024-09-21T04:31:00.279013+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:01.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:01 smithi028 bash[22708]: audit 2024-09-21T04:31:00.279013+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:01.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:01 smithi028 bash[22708]: cephadm 2024-09-21T04:31:00.279728+0000 mgr.a (mgr.14152) 274 : cephadm [INF] Deploying daemon node-exporter.smithi032 on smithi032 2024-09-21T04:31:01.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:01 smithi028 bash[22708]: cephadm 2024-09-21T04:31:00.279728+0000 mgr.a (mgr.14152) 274 : cephadm [INF] Deploying daemon node-exporter.smithi032 on smithi032 2024-09-21T04:31:02.374 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:02 smithi028 bash[22708]: audit 2024-09-21T04:31:01.364284+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:02.374 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:02 smithi028 bash[22708]: audit 2024-09-21T04:31:01.364284+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:02.374 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:02 smithi028 bash[22708]: audit 2024-09-21T04:31:01.373004+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:02.374 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:02 smithi028 bash[22708]: audit 2024-09-21T04:31:01.373004+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:02.374 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:02 smithi028 bash[22708]: audit 2024-09-21T04:31:01.380452+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:02.374 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:02 smithi028 bash[22708]: audit 2024-09-21T04:31:01.380452+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:02.374 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:02 smithi028 bash[22708]: cephadm 2024-09-21T04:31:01.382186+0000 mgr.a (mgr.14152) 275 : cephadm [INF] Deploying daemon node-exporter.smithi204 on smithi204 2024-09-21T04:31:02.374 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:02 smithi028 bash[22708]: cephadm 2024-09-21T04:31:01.382186+0000 mgr.a (mgr.14152) 275 : cephadm [INF] Deploying daemon node-exporter.smithi204 on smithi204 2024-09-21T04:31:02.374 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:02 smithi028 bash[22708]: audit 2024-09-21T04:31:01.781115+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:02.374 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:02 smithi028 bash[22708]: audit 2024-09-21T04:31:01.781115+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:02.374 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:02 smithi028 bash[22708]: audit 2024-09-21T04:31:01.789369+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:02.374 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:02 smithi028 bash[22708]: audit 2024-09-21T04:31:01.789369+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:02.375 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:02 smithi028 bash[22708]: audit 2024-09-21T04:31:01.798432+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:02.375 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:02 smithi028 bash[22708]: audit 2024-09-21T04:31:01.798432+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:02.375 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:02 smithi028 bash[22708]: audit 2024-09-21T04:31:02.165373+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:02.375 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:02 smithi028 bash[22708]: audit 2024-09-21T04:31:02.165373+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:02.375 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:02 smithi028 bash[22708]: audit 2024-09-21T04:31:02.170782+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:02.375 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:02 smithi028 bash[22708]: audit 2024-09-21T04:31:02.170782+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:02.375 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:02 smithi028 bash[22708]: audit 2024-09-21T04:31:02.176459+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:02.375 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:02 smithi028 bash[22708]: audit 2024-09-21T04:31:02.176459+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:02.481 INFO:journalctl@ceph.osd.2.smithi204.stdout:Sep 21 04:31:02 smithi204 systemd[1]: /etc/systemd/system/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your 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-21T04:31:02.481 INFO:journalctl@ceph.osd.2.smithi204.stdout:Sep 21 04:31:02 smithi204 systemd[1]: /etc/systemd/system/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your 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-21T04:31:02.482 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:02 smithi204 systemd[1]: /etc/systemd/system/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your 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-21T04:31:02.482 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:02 smithi204 bash[23242]: audit 2024-09-21T04:31:01.364284+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:02.482 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:02 smithi204 bash[23242]: audit 2024-09-21T04:31:01.364284+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:02.482 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:02 smithi204 bash[23242]: audit 2024-09-21T04:31:01.373004+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:02.482 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:02 smithi204 bash[23242]: audit 2024-09-21T04:31:01.373004+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:02.482 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:02 smithi204 bash[23242]: audit 2024-09-21T04:31:01.380452+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:02.482 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:02 smithi204 bash[23242]: audit 2024-09-21T04:31:01.380452+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:02.482 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:02 smithi204 bash[23242]: cephadm 2024-09-21T04:31:01.382186+0000 mgr.a (mgr.14152) 275 : cephadm [INF] Deploying daemon node-exporter.smithi204 on smithi204 2024-09-21T04:31:02.482 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:02 smithi204 bash[23242]: cephadm 2024-09-21T04:31:01.382186+0000 mgr.a (mgr.14152) 275 : cephadm [INF] Deploying daemon node-exporter.smithi204 on smithi204 2024-09-21T04:31:02.482 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:02 smithi204 bash[23242]: audit 2024-09-21T04:31:01.781115+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:02.482 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:02 smithi204 bash[23242]: audit 2024-09-21T04:31:01.781115+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:02.482 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:02 smithi204 bash[23242]: audit 2024-09-21T04:31:01.789369+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:02.482 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:02 smithi204 bash[23242]: audit 2024-09-21T04:31:01.789369+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:02.483 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:02 smithi204 bash[23242]: audit 2024-09-21T04:31:01.798432+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:02.483 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:02 smithi204 bash[23242]: audit 2024-09-21T04:31:01.798432+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:02.483 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:02 smithi204 bash[23242]: audit 2024-09-21T04:31:02.165373+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:02.483 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:02 smithi204 bash[23242]: audit 2024-09-21T04:31:02.165373+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:02.483 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:02 smithi204 bash[23242]: audit 2024-09-21T04:31:02.170782+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:02.483 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:02 smithi204 bash[23242]: audit 2024-09-21T04:31:02.170782+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:02.483 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:02 smithi204 bash[23242]: audit 2024-09-21T04:31:02.176459+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:02.483 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:02 smithi204 bash[23242]: audit 2024-09-21T04:31:02.176459+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:02.483 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:02 smithi204 systemd[1]: /etc/systemd/system/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your 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-21T04:31:02.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:02 smithi032 bash[23468]: audit 2024-09-21T04:31:01.364284+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:02.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:02 smithi032 bash[23468]: audit 2024-09-21T04:31:01.364284+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:02.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:02 smithi032 bash[23468]: audit 2024-09-21T04:31:01.373004+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:02.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:02 smithi032 bash[23468]: audit 2024-09-21T04:31:01.373004+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:02.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:02 smithi032 bash[23468]: audit 2024-09-21T04:31:01.380452+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:02.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:02 smithi032 bash[23468]: audit 2024-09-21T04:31:01.380452+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:02.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:02 smithi032 bash[23468]: cephadm 2024-09-21T04:31:01.382186+0000 mgr.a (mgr.14152) 275 : cephadm [INF] Deploying daemon node-exporter.smithi204 on smithi204 2024-09-21T04:31:02.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:02 smithi032 bash[23468]: cephadm 2024-09-21T04:31:01.382186+0000 mgr.a (mgr.14152) 275 : cephadm [INF] Deploying daemon node-exporter.smithi204 on smithi204 2024-09-21T04:31:02.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:02 smithi032 bash[23468]: audit 2024-09-21T04:31:01.781115+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:02.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:02 smithi032 bash[23468]: audit 2024-09-21T04:31:01.781115+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:02.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:02 smithi032 bash[23468]: audit 2024-09-21T04:31:01.789369+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:02.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:02 smithi032 bash[23468]: audit 2024-09-21T04:31:01.789369+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:02.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:02 smithi032 bash[23468]: audit 2024-09-21T04:31:01.798432+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:02.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:02 smithi032 bash[23468]: audit 2024-09-21T04:31:01.798432+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:02.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:02 smithi032 bash[23468]: audit 2024-09-21T04:31:02.165373+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:02.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:02 smithi032 bash[23468]: audit 2024-09-21T04:31:02.165373+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:02.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:02 smithi032 bash[23468]: audit 2024-09-21T04:31:02.170782+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:02.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:02 smithi032 bash[23468]: audit 2024-09-21T04:31:02.170782+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:02.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:02 smithi032 bash[23468]: audit 2024-09-21T04:31:02.176459+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:02.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:02 smithi032 bash[23468]: audit 2024-09-21T04:31:02.176459+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:03.684 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:03 smithi204 bash[23242]: cluster 2024-09-21T04:31:02.104543+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:03.684 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:03 smithi204 bash[23242]: cluster 2024-09-21T04:31:02.104543+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:03.684 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:03 smithi204 bash[23242]: audit 2024-09-21T04:31:02.537475+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:03.685 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:03 smithi204 bash[23242]: audit 2024-09-21T04:31:02.537475+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:03.685 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:03 smithi204 bash[23242]: audit 2024-09-21T04:31:02.545766+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:03.685 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:03 smithi204 bash[23242]: audit 2024-09-21T04:31:02.545766+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:03.685 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:03 smithi204 bash[23242]: audit 2024-09-21T04:31:02.553832+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:03.685 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:03 smithi204 bash[23242]: audit 2024-09-21T04:31:02.553832+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:03.685 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:03 smithi204 bash[23242]: audit 2024-09-21T04:31:02.561029+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:03.685 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:03 smithi204 bash[23242]: audit 2024-09-21T04:31:02.561029+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:03.685 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:03 smithi204 bash[23242]: audit 2024-09-21T04:31:02.613660+0000 mon.a (mon.0) 701 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:31:03.685 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:03 smithi204 bash[23242]: audit 2024-09-21T04:31:02.613660+0000 mon.a (mon.0) 701 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:31:03.686 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:03 smithi204 bash[23242]: audit 2024-09-21T04:31:02.617444+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:31:03.686 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:03 smithi204 bash[23242]: audit 2024-09-21T04:31:02.617444+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:31:03.686 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:03 smithi204 bash[23242]: audit 2024-09-21T04:31:02.618988+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:31:03.686 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:03 smithi204 bash[23242]: audit 2024-09-21T04:31:02.618988+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:31:03.686 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:03 smithi204 bash[23242]: audit 2024-09-21T04:31:02.628616+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:03.686 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:03 smithi204 bash[23242]: audit 2024-09-21T04:31:02.628616+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:03.686 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:03 smithi204 bash[23242]: cephadm 2024-09-21T04:31:02.629216+0000 mgr.a (mgr.14152) 277 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T04:31:03.686 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:03 smithi204 bash[23242]: cephadm 2024-09-21T04:31:02.629216+0000 mgr.a (mgr.14152) 277 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T04:31:03.686 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:03 smithi204 bash[23242]: audit 2024-09-21T04:31:02.676525+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:31:03.687 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:03 smithi204 bash[23242]: audit 2024-09-21T04:31:02.676525+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:31:03.687 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:03 smithi204 bash[23242]: audit 2024-09-21T04:31:02.679697+0000 mon.a (mon.0) 706 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:31:03.687 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:03 smithi204 bash[23242]: audit 2024-09-21T04:31:02.679697+0000 mon.a (mon.0) 706 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:31:03.687 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:03 smithi204 bash[23242]: audit 2024-09-21T04:31:02.680811+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:31:03.687 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:03 smithi204 bash[23242]: audit 2024-09-21T04:31:02.680811+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:31:03.687 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:03 smithi204 bash[23242]: audit 2024-09-21T04:31:02.688933+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:03.687 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:03 smithi204 bash[23242]: audit 2024-09-21T04:31:02.688933+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:03.687 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:03 smithi204 bash[23242]: cephadm 2024-09-21T04:31:02.689554+0000 mgr.a (mgr.14152) 278 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T04:31:03.687 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:03 smithi204 bash[23242]: cephadm 2024-09-21T04:31:02.689554+0000 mgr.a (mgr.14152) 278 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T04:31:03.687 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:03 smithi204 bash[23242]: audit 2024-09-21T04:31:02.975178+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:03.688 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:03 smithi204 bash[23242]: audit 2024-09-21T04:31:02.975178+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:03.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:03 smithi032 bash[23468]: cluster 2024-09-21T04:31:02.104543+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:03.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:03 smithi032 bash[23468]: cluster 2024-09-21T04:31:02.104543+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:03.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:03 smithi032 bash[23468]: audit 2024-09-21T04:31:02.537475+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:03.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:03 smithi032 bash[23468]: audit 2024-09-21T04:31:02.537475+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:03.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:03 smithi032 bash[23468]: audit 2024-09-21T04:31:02.545766+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:03.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:03 smithi032 bash[23468]: audit 2024-09-21T04:31:02.545766+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:03.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:03 smithi032 bash[23468]: audit 2024-09-21T04:31:02.553832+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:03.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:03 smithi032 bash[23468]: audit 2024-09-21T04:31:02.553832+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:03.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:03 smithi032 bash[23468]: audit 2024-09-21T04:31:02.561029+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:03.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:03 smithi032 bash[23468]: audit 2024-09-21T04:31:02.561029+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:03.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:03 smithi032 bash[23468]: audit 2024-09-21T04:31:02.613660+0000 mon.a (mon.0) 701 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:31:03.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:03 smithi032 bash[23468]: audit 2024-09-21T04:31:02.613660+0000 mon.a (mon.0) 701 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:31:03.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:03 smithi032 bash[23468]: audit 2024-09-21T04:31:02.617444+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:31:03.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:03 smithi032 bash[23468]: audit 2024-09-21T04:31:02.617444+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:31:03.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:03 smithi032 bash[23468]: audit 2024-09-21T04:31:02.618988+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:31:03.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:03 smithi032 bash[23468]: audit 2024-09-21T04:31:02.618988+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:31:03.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:03 smithi032 bash[23468]: audit 2024-09-21T04:31:02.628616+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:03.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:03 smithi032 bash[23468]: audit 2024-09-21T04:31:02.628616+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:03.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:03 smithi032 bash[23468]: cephadm 2024-09-21T04:31:02.629216+0000 mgr.a (mgr.14152) 277 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T04:31:03.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:03 smithi032 bash[23468]: cephadm 2024-09-21T04:31:02.629216+0000 mgr.a (mgr.14152) 277 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T04:31:03.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:03 smithi032 bash[23468]: audit 2024-09-21T04:31:02.676525+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:31:03.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:03 smithi032 bash[23468]: audit 2024-09-21T04:31:02.676525+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:31:03.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:03 smithi032 bash[23468]: audit 2024-09-21T04:31:02.679697+0000 mon.a (mon.0) 706 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:31:03.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:03 smithi032 bash[23468]: audit 2024-09-21T04:31:02.679697+0000 mon.a (mon.0) 706 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:31:03.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:03 smithi032 bash[23468]: audit 2024-09-21T04:31:02.680811+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:31:03.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:03 smithi032 bash[23468]: audit 2024-09-21T04:31:02.680811+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:31:03.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:03 smithi032 bash[23468]: audit 2024-09-21T04:31:02.688933+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:03.791 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:03 smithi032 bash[23468]: audit 2024-09-21T04:31:02.688933+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:03.791 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:03 smithi032 bash[23468]: cephadm 2024-09-21T04:31:02.689554+0000 mgr.a (mgr.14152) 278 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T04:31:03.791 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:03 smithi032 bash[23468]: cephadm 2024-09-21T04:31:02.689554+0000 mgr.a (mgr.14152) 278 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T04:31:03.791 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:03 smithi032 bash[23468]: audit 2024-09-21T04:31:02.975178+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:03.791 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:03 smithi032 bash[23468]: audit 2024-09-21T04:31:02.975178+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:03.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:03 smithi028 bash[22708]: cluster 2024-09-21T04:31:02.104543+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:03.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:03 smithi028 bash[22708]: cluster 2024-09-21T04:31:02.104543+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:03.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:03 smithi028 bash[22708]: audit 2024-09-21T04:31:02.537475+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:03.984 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:03 smithi028 bash[22708]: audit 2024-09-21T04:31:02.537475+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:03.984 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:03 smithi028 bash[22708]: audit 2024-09-21T04:31:02.545766+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:03.984 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:03 smithi028 bash[22708]: audit 2024-09-21T04:31:02.545766+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:03.984 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:03 smithi028 bash[22708]: audit 2024-09-21T04:31:02.553832+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:03.984 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:03 smithi028 bash[22708]: audit 2024-09-21T04:31:02.553832+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:03.984 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:03 smithi028 bash[22708]: audit 2024-09-21T04:31:02.561029+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:03.984 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:03 smithi028 bash[22708]: audit 2024-09-21T04:31:02.561029+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:03.984 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:03 smithi028 bash[22708]: audit 2024-09-21T04:31:02.613660+0000 mon.a (mon.0) 701 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:31:03.984 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:03 smithi028 bash[22708]: audit 2024-09-21T04:31:02.613660+0000 mon.a (mon.0) 701 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:31:03.984 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:03 smithi028 bash[22708]: audit 2024-09-21T04:31:02.617444+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:31:03.984 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:03 smithi028 bash[22708]: audit 2024-09-21T04:31:02.617444+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:31:03.984 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:03 smithi028 bash[22708]: audit 2024-09-21T04:31:02.618988+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:31:03.984 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:03 smithi028 bash[22708]: audit 2024-09-21T04:31:02.618988+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:31:03.984 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:03 smithi028 bash[22708]: audit 2024-09-21T04:31:02.628616+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:03.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:03 smithi028 bash[22708]: audit 2024-09-21T04:31:02.628616+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:03.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:03 smithi028 bash[22708]: cephadm 2024-09-21T04:31:02.629216+0000 mgr.a (mgr.14152) 277 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T04:31:03.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:03 smithi028 bash[22708]: cephadm 2024-09-21T04:31:02.629216+0000 mgr.a (mgr.14152) 277 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T04:31:03.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:03 smithi028 bash[22708]: audit 2024-09-21T04:31:02.676525+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:31:03.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:03 smithi028 bash[22708]: audit 2024-09-21T04:31:02.676525+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:31:03.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:03 smithi028 bash[22708]: audit 2024-09-21T04:31:02.679697+0000 mon.a (mon.0) 706 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:31:03.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:03 smithi028 bash[22708]: audit 2024-09-21T04:31:02.679697+0000 mon.a (mon.0) 706 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:31:03.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:03 smithi028 bash[22708]: audit 2024-09-21T04:31:02.680811+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:31:03.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:03 smithi028 bash[22708]: audit 2024-09-21T04:31:02.680811+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:31:03.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:03 smithi028 bash[22708]: audit 2024-09-21T04:31:02.688933+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:03.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:03 smithi028 bash[22708]: audit 2024-09-21T04:31:02.688933+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:03.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:03 smithi028 bash[22708]: cephadm 2024-09-21T04:31:02.689554+0000 mgr.a (mgr.14152) 278 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T04:31:03.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:03 smithi028 bash[22708]: cephadm 2024-09-21T04:31:02.689554+0000 mgr.a (mgr.14152) 278 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T04:31:03.985 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:03 smithi028 bash[22708]: audit 2024-09-21T04:31:02.975178+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:03.986 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:03 smithi028 bash[22708]: audit 2024-09-21T04:31:02.975178+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:05.483 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:05 smithi028 bash[22708]: cluster 2024-09-21T04:31:04.105039+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:05.483 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:05 smithi028 bash[22708]: cluster 2024-09-21T04:31:04.105039+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:05.483 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:05 smithi028 bash[22708]: audit 2024-09-21T04:31:04.343655+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:05.483 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:05 smithi028 bash[22708]: audit 2024-09-21T04:31:04.343655+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:05.623 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:05 smithi204 bash[23242]: cluster 2024-09-21T04:31:04.105039+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:05.623 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:05 smithi204 bash[23242]: cluster 2024-09-21T04:31:04.105039+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:05.623 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:05 smithi204 bash[23242]: audit 2024-09-21T04:31:04.343655+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:05.623 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:05 smithi204 bash[23242]: audit 2024-09-21T04:31:04.343655+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:05.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:05 smithi032 bash[23468]: cluster 2024-09-21T04:31:04.105039+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:05.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:05 smithi032 bash[23468]: cluster 2024-09-21T04:31:04.105039+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:05.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:05 smithi032 bash[23468]: audit 2024-09-21T04:31:04.343655+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:05.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:05 smithi032 bash[23468]: audit 2024-09-21T04:31:04.343655+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:07.482 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:07 smithi028 bash[22708]: cluster 2024-09-21T04:31:06.105597+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:07.483 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:07 smithi028 bash[22708]: cluster 2024-09-21T04:31:06.105597+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:07.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:07 smithi204 bash[23242]: cluster 2024-09-21T04:31:06.105597+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:07.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:07 smithi204 bash[23242]: cluster 2024-09-21T04:31:06.105597+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:07.699 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:07 smithi032 bash[23468]: cluster 2024-09-21T04:31:06.105597+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:07.699 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:07 smithi032 bash[23468]: cluster 2024-09-21T04:31:06.105597+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:09.222 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:08 smithi204 bash[23242]: audit 2024-09-21T04:31:07.917545+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:09.222 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:08 smithi204 bash[23242]: audit 2024-09-21T04:31:07.917545+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:09.222 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:08 smithi204 bash[23242]: cluster 2024-09-21T04:31:08.106158+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:09.222 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:08 smithi204 bash[23242]: cluster 2024-09-21T04:31:08.106158+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:09.222 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:08 smithi204 bash[23242]: audit 2024-09-21T04:31:08.608067+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:09.222 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:08 smithi204 bash[23242]: audit 2024-09-21T04:31:08.608067+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:09.222 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:08 smithi204 bash[23242]: audit 2024-09-21T04:31:08.660246+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:09.222 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:08 smithi204 bash[23242]: audit 2024-09-21T04:31:08.660246+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:09.232 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:08 smithi028 bash[22708]: audit 2024-09-21T04:31:07.917545+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:09.232 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:08 smithi028 bash[22708]: audit 2024-09-21T04:31:07.917545+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:09.232 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:08 smithi028 bash[22708]: cluster 2024-09-21T04:31:08.106158+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:09.233 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:08 smithi028 bash[22708]: cluster 2024-09-21T04:31:08.106158+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:09.233 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:08 smithi028 bash[22708]: audit 2024-09-21T04:31:08.608067+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:09.233 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:08 smithi028 bash[22708]: audit 2024-09-21T04:31:08.608067+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:09.233 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:08 smithi028 bash[22708]: audit 2024-09-21T04:31:08.660246+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:09.233 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:08 smithi028 bash[22708]: audit 2024-09-21T04:31:08.660246+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:09.288 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:08 smithi032 bash[23468]: audit 2024-09-21T04:31:07.917545+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:09.288 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:08 smithi032 bash[23468]: audit 2024-09-21T04:31:07.917545+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:09.288 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:08 smithi032 bash[23468]: cluster 2024-09-21T04:31:08.106158+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:09.288 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:08 smithi032 bash[23468]: cluster 2024-09-21T04:31:08.106158+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:09.288 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:08 smithi032 bash[23468]: audit 2024-09-21T04:31:08.608067+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:09.288 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:08 smithi032 bash[23468]: audit 2024-09-21T04:31:08.608067+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:09.288 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:08 smithi032 bash[23468]: audit 2024-09-21T04:31:08.660246+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:09.288 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:08 smithi032 bash[23468]: audit 2024-09-21T04:31:08.660246+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:10.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:10 smithi204 bash[23242]: audit 2024-09-21T04:31:09.079275+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:10.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:10 smithi204 bash[23242]: audit 2024-09-21T04:31:09.079275+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:10.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:10 smithi204 bash[23242]: audit 2024-09-21T04:31:10.061871+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:10.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:10 smithi204 bash[23242]: audit 2024-09-21T04:31:10.061871+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:10.436 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:10 smithi032 bash[23468]: audit 2024-09-21T04:31:09.079275+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:10.436 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:10 smithi032 bash[23468]: audit 2024-09-21T04:31:09.079275+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:10.436 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:10 smithi032 bash[23468]: audit 2024-09-21T04:31:10.061871+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:10.436 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:10 smithi032 bash[23468]: audit 2024-09-21T04:31:10.061871+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:10.482 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:10 smithi028 bash[22708]: audit 2024-09-21T04:31:09.079275+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:10.482 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:10 smithi028 bash[22708]: audit 2024-09-21T04:31:09.079275+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:10.482 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:10 smithi028 bash[22708]: audit 2024-09-21T04:31:10.061871+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:10.482 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:10 smithi028 bash[22708]: audit 2024-09-21T04:31:10.061871+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:11.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:11 smithi028 bash[22708]: cluster 2024-09-21T04:31:10.106676+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:11.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:11 smithi028 bash[22708]: cluster 2024-09-21T04:31:10.106676+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:11.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:11 smithi028 bash[22708]: audit 2024-09-21T04:31:10.417388+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:11.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:11 smithi028 bash[22708]: audit 2024-09-21T04:31:10.417388+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:11.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:11 smithi028 bash[22708]: audit 2024-09-21T04:31:10.426194+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:11.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:11 smithi028 bash[22708]: audit 2024-09-21T04:31:10.426194+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:11.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:11 smithi028 bash[22708]: audit 2024-09-21T04:31:10.436166+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:11.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:11 smithi028 bash[22708]: audit 2024-09-21T04:31:10.436166+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:11.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:11 smithi028 bash[22708]: audit 2024-09-21T04:31:10.803118+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:11.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:11 smithi028 bash[22708]: audit 2024-09-21T04:31:10.803118+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:11.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:11 smithi028 bash[22708]: audit 2024-09-21T04:31:10.811740+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:11.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:11 smithi028 bash[22708]: audit 2024-09-21T04:31:10.811740+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:11.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:11 smithi028 bash[22708]: audit 2024-09-21T04:31:10.821825+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:11.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:11 smithi028 bash[22708]: audit 2024-09-21T04:31:10.821825+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:11.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:11 smithi028 bash[22708]: audit 2024-09-21T04:31:11.301061+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:11.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:11 smithi028 bash[22708]: audit 2024-09-21T04:31:11.301061+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:11.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:11 smithi028 bash[22708]: audit 2024-09-21T04:31:11.309916+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:11.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:11 smithi028 bash[22708]: audit 2024-09-21T04:31:11.309916+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:11.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:11 smithi028 bash[22708]: audit 2024-09-21T04:31:11.315114+0000 mon.a (mon.0) 724 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:31:11.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:11 smithi028 bash[22708]: audit 2024-09-21T04:31:11.315114+0000 mon.a (mon.0) 724 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:31:11.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:11 smithi028 bash[22708]: audit 2024-09-21T04:31:11.320253+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:11.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:11 smithi028 bash[22708]: audit 2024-09-21T04:31:11.320253+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:11.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:11 smithi028 bash[22708]: audit 2024-09-21T04:31:11.326169+0000 mon.a (mon.0) 726 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:31:11.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:11 smithi028 bash[22708]: audit 2024-09-21T04:31:11.326169+0000 mon.a (mon.0) 726 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:31:11.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:11 smithi028 bash[22708]: audit 2024-09-21T04:31:11.327781+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:31:11.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:11 smithi028 bash[22708]: audit 2024-09-21T04:31:11.327781+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:31:11.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:11 smithi028 bash[22708]: audit 2024-09-21T04:31:11.337864+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:11.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:11 smithi028 bash[22708]: audit 2024-09-21T04:31:11.337864+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:11.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:11 smithi032 bash[23468]: cluster 2024-09-21T04:31:10.106676+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:11.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:11 smithi032 bash[23468]: cluster 2024-09-21T04:31:10.106676+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:11.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:11 smithi032 bash[23468]: audit 2024-09-21T04:31:10.417388+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:11.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:11 smithi032 bash[23468]: audit 2024-09-21T04:31:10.417388+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:11.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:11 smithi032 bash[23468]: audit 2024-09-21T04:31:10.426194+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:11.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:11 smithi032 bash[23468]: audit 2024-09-21T04:31:10.426194+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:11.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:11 smithi032 bash[23468]: audit 2024-09-21T04:31:10.436166+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:11.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:11 smithi032 bash[23468]: audit 2024-09-21T04:31:10.436166+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:11.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:11 smithi032 bash[23468]: audit 2024-09-21T04:31:10.803118+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:11.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:11 smithi032 bash[23468]: audit 2024-09-21T04:31:10.803118+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:11.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:11 smithi032 bash[23468]: audit 2024-09-21T04:31:10.811740+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:11.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:11 smithi032 bash[23468]: audit 2024-09-21T04:31:10.811740+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:11.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:11 smithi032 bash[23468]: audit 2024-09-21T04:31:10.821825+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:11.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:11 smithi032 bash[23468]: audit 2024-09-21T04:31:10.821825+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:11.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:11 smithi032 bash[23468]: audit 2024-09-21T04:31:11.301061+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:11.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:11 smithi032 bash[23468]: audit 2024-09-21T04:31:11.301061+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:11.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:11 smithi032 bash[23468]: audit 2024-09-21T04:31:11.309916+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:11.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:11 smithi032 bash[23468]: audit 2024-09-21T04:31:11.309916+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:11.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:11 smithi032 bash[23468]: audit 2024-09-21T04:31:11.315114+0000 mon.a (mon.0) 724 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:31:11.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:11 smithi032 bash[23468]: audit 2024-09-21T04:31:11.315114+0000 mon.a (mon.0) 724 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:31:11.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:11 smithi032 bash[23468]: audit 2024-09-21T04:31:11.320253+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:11.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:11 smithi032 bash[23468]: audit 2024-09-21T04:31:11.320253+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:11.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:11 smithi032 bash[23468]: audit 2024-09-21T04:31:11.326169+0000 mon.a (mon.0) 726 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:31:11.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:11 smithi032 bash[23468]: audit 2024-09-21T04:31:11.326169+0000 mon.a (mon.0) 726 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:31:11.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:11 smithi032 bash[23468]: audit 2024-09-21T04:31:11.327781+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:31:11.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:11 smithi032 bash[23468]: audit 2024-09-21T04:31:11.327781+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:31:11.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:11 smithi032 bash[23468]: audit 2024-09-21T04:31:11.337864+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:11.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:11 smithi032 bash[23468]: audit 2024-09-21T04:31:11.337864+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:11.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:11 smithi204 bash[23242]: cluster 2024-09-21T04:31:10.106676+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:11.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:11 smithi204 bash[23242]: cluster 2024-09-21T04:31:10.106676+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:11.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:11 smithi204 bash[23242]: audit 2024-09-21T04:31:10.417388+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:11.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:11 smithi204 bash[23242]: audit 2024-09-21T04:31:10.417388+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:11.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:11 smithi204 bash[23242]: audit 2024-09-21T04:31:10.426194+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:11.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:11 smithi204 bash[23242]: audit 2024-09-21T04:31:10.426194+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:11.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:11 smithi204 bash[23242]: audit 2024-09-21T04:31:10.436166+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:11.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:11 smithi204 bash[23242]: audit 2024-09-21T04:31:10.436166+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:11.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:11 smithi204 bash[23242]: audit 2024-09-21T04:31:10.803118+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:11.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:11 smithi204 bash[23242]: audit 2024-09-21T04:31:10.803118+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:11.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:11 smithi204 bash[23242]: audit 2024-09-21T04:31:10.811740+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:11.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:11 smithi204 bash[23242]: audit 2024-09-21T04:31:10.811740+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:11.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:11 smithi204 bash[23242]: audit 2024-09-21T04:31:10.821825+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:11.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:11 smithi204 bash[23242]: audit 2024-09-21T04:31:10.821825+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:11.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:11 smithi204 bash[23242]: audit 2024-09-21T04:31:11.301061+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:11.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:11 smithi204 bash[23242]: audit 2024-09-21T04:31:11.301061+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:11.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:11 smithi204 bash[23242]: audit 2024-09-21T04:31:11.309916+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:11.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:11 smithi204 bash[23242]: audit 2024-09-21T04:31:11.309916+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:11.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:11 smithi204 bash[23242]: audit 2024-09-21T04:31:11.315114+0000 mon.a (mon.0) 724 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:31:11.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:11 smithi204 bash[23242]: audit 2024-09-21T04:31:11.315114+0000 mon.a (mon.0) 724 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:31:11.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:11 smithi204 bash[23242]: audit 2024-09-21T04:31:11.320253+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:11.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:11 smithi204 bash[23242]: audit 2024-09-21T04:31:11.320253+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:11.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:11 smithi204 bash[23242]: audit 2024-09-21T04:31:11.326169+0000 mon.a (mon.0) 726 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:31:11.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:11 smithi204 bash[23242]: audit 2024-09-21T04:31:11.326169+0000 mon.a (mon.0) 726 : audit [DBG] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:31:11.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:11 smithi204 bash[23242]: audit 2024-09-21T04:31:11.327781+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:31:11.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:11 smithi204 bash[23242]: audit 2024-09-21T04:31:11.327781+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:31:11.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:11 smithi204 bash[23242]: audit 2024-09-21T04:31:11.337864+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:11.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:11 smithi204 bash[23242]: audit 2024-09-21T04:31:11.337864+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:12.732 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:12 smithi028 bash[22708]: cephadm 2024-09-21T04:31:11.344922+0000 mgr.a (mgr.14152) 283 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-09-21T04:31:12.732 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:12 smithi028 bash[22708]: cephadm 2024-09-21T04:31:11.344922+0000 mgr.a (mgr.14152) 283 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-09-21T04:31:12.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:12 smithi028 bash[22708]: audit 2024-09-21T04:31:12.127254+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:12.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:12 smithi028 bash[22708]: audit 2024-09-21T04:31:12.127254+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:12.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:12 smithi028 bash[22708]: audit 2024-09-21T04:31:12.134052+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:12.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:12 smithi028 bash[22708]: audit 2024-09-21T04:31:12.134052+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:12.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:12 smithi028 bash[22708]: audit 2024-09-21T04:31:12.139187+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2024-09-21T04:31:12.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:12 smithi028 bash[22708]: audit 2024-09-21T04:31:12.139187+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2024-09-21T04:31:12.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:12 smithi028 bash[22708]: audit 2024-09-21T04:31:12.145807+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:12.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:12 smithi028 bash[22708]: audit 2024-09-21T04:31:12.145807+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:12.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:12 smithi032 bash[23468]: cephadm 2024-09-21T04:31:11.344922+0000 mgr.a (mgr.14152) 283 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-09-21T04:31:12.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:12 smithi032 bash[23468]: cephadm 2024-09-21T04:31:11.344922+0000 mgr.a (mgr.14152) 283 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-09-21T04:31:12.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:12 smithi032 bash[23468]: audit 2024-09-21T04:31:12.127254+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:12.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:12 smithi032 bash[23468]: audit 2024-09-21T04:31:12.127254+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:12.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:12 smithi032 bash[23468]: audit 2024-09-21T04:31:12.134052+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:12.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:12 smithi032 bash[23468]: audit 2024-09-21T04:31:12.134052+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:12.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:12 smithi032 bash[23468]: audit 2024-09-21T04:31:12.139187+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2024-09-21T04:31:12.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:12 smithi032 bash[23468]: audit 2024-09-21T04:31:12.139187+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2024-09-21T04:31:12.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:12 smithi032 bash[23468]: audit 2024-09-21T04:31:12.145807+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:12.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:12 smithi032 bash[23468]: audit 2024-09-21T04:31:12.145807+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:12.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:12 smithi204 bash[23242]: cephadm 2024-09-21T04:31:11.344922+0000 mgr.a (mgr.14152) 283 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-09-21T04:31:12.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:12 smithi204 bash[23242]: cephadm 2024-09-21T04:31:11.344922+0000 mgr.a (mgr.14152) 283 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-09-21T04:31:12.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:12 smithi204 bash[23242]: audit 2024-09-21T04:31:12.127254+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:12.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:12 smithi204 bash[23242]: audit 2024-09-21T04:31:12.127254+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:12.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:12 smithi204 bash[23242]: audit 2024-09-21T04:31:12.134052+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:12.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:12 smithi204 bash[23242]: audit 2024-09-21T04:31:12.134052+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:12.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:12 smithi204 bash[23242]: audit 2024-09-21T04:31:12.139187+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2024-09-21T04:31:12.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:12 smithi204 bash[23242]: audit 2024-09-21T04:31:12.139187+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2024-09-21T04:31:12.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:12 smithi204 bash[23242]: audit 2024-09-21T04:31:12.145807+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:12.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:12 smithi204 bash[23242]: audit 2024-09-21T04:31:12.145807+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:13.732 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:13 smithi028 bash[22708]: cluster 2024-09-21T04:31:12.107142+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:13.732 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:13 smithi028 bash[22708]: cluster 2024-09-21T04:31:12.107142+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:13.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:13 smithi028 bash[22708]: audit 2024-09-21T04:31:12.139751+0000 mgr.a (mgr.14152) 285 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-21T04:31:13.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:13 smithi028 bash[22708]: audit 2024-09-21T04:31:12.139751+0000 mgr.a (mgr.14152) 285 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-21T04:31:13.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:13 smithi028 bash[22708]: cephadm 2024-09-21T04:31:12.190402+0000 mgr.a (mgr.14152) 286 : cephadm [INF] Deploying daemon grafana.smithi028 on smithi028 2024-09-21T04:31:13.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:13 smithi028 bash[22708]: cephadm 2024-09-21T04:31:12.190402+0000 mgr.a (mgr.14152) 286 : cephadm [INF] Deploying daemon grafana.smithi028 on smithi028 2024-09-21T04:31:13.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:13 smithi032 bash[23468]: cluster 2024-09-21T04:31:12.107142+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:13.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:13 smithi032 bash[23468]: cluster 2024-09-21T04:31:12.107142+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:13.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:13 smithi032 bash[23468]: audit 2024-09-21T04:31:12.139751+0000 mgr.a (mgr.14152) 285 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-21T04:31:13.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:13 smithi032 bash[23468]: audit 2024-09-21T04:31:12.139751+0000 mgr.a (mgr.14152) 285 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-21T04:31:13.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:13 smithi032 bash[23468]: cephadm 2024-09-21T04:31:12.190402+0000 mgr.a (mgr.14152) 286 : cephadm [INF] Deploying daemon grafana.smithi028 on smithi028 2024-09-21T04:31:13.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:13 smithi032 bash[23468]: cephadm 2024-09-21T04:31:12.190402+0000 mgr.a (mgr.14152) 286 : cephadm [INF] Deploying daemon grafana.smithi028 on smithi028 2024-09-21T04:31:13.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:13 smithi204 bash[23242]: cluster 2024-09-21T04:31:12.107142+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:13.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:13 smithi204 bash[23242]: cluster 2024-09-21T04:31:12.107142+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:13.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:13 smithi204 bash[23242]: audit 2024-09-21T04:31:12.139751+0000 mgr.a (mgr.14152) 285 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-21T04:31:13.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:13 smithi204 bash[23242]: audit 2024-09-21T04:31:12.139751+0000 mgr.a (mgr.14152) 285 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-21T04:31:13.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:13 smithi204 bash[23242]: cephadm 2024-09-21T04:31:12.190402+0000 mgr.a (mgr.14152) 286 : cephadm [INF] Deploying daemon grafana.smithi028 on smithi028 2024-09-21T04:31:13.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:13 smithi204 bash[23242]: cephadm 2024-09-21T04:31:12.190402+0000 mgr.a (mgr.14152) 286 : cephadm [INF] Deploying daemon grafana.smithi028 on smithi028 2024-09-21T04:31:15.732 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:15 smithi028 bash[22708]: cluster 2024-09-21T04:31:14.107689+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:15.732 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:15 smithi028 bash[22708]: cluster 2024-09-21T04:31:14.107689+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:15.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:15 smithi032 bash[23468]: cluster 2024-09-21T04:31:14.107689+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:15.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:15 smithi032 bash[23468]: cluster 2024-09-21T04:31:14.107689+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:15.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:15 smithi204 bash[23242]: cluster 2024-09-21T04:31:14.107689+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:15.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:15 smithi204 bash[23242]: cluster 2024-09-21T04:31:14.107689+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:17.732 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:17 smithi028 bash[22708]: cluster 2024-09-21T04:31:16.108231+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:17.732 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:17 smithi028 bash[22708]: cluster 2024-09-21T04:31:16.108231+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:17.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:17 smithi032 bash[23468]: cluster 2024-09-21T04:31:16.108231+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:17.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:17 smithi032 bash[23468]: cluster 2024-09-21T04:31:16.108231+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:17.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:17 smithi204 bash[23242]: cluster 2024-09-21T04:31:16.108231+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:17.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:17 smithi204 bash[23242]: cluster 2024-09-21T04:31:16.108231+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:19.732 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:19 smithi028 bash[22708]: cluster 2024-09-21T04:31:18.108853+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:19.732 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:19 smithi028 bash[22708]: cluster 2024-09-21T04:31:18.108853+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:19.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:19 smithi032 bash[23468]: cluster 2024-09-21T04:31:18.108853+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:19.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:19 smithi032 bash[23468]: cluster 2024-09-21T04:31:18.108853+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:19.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:19 smithi204 bash[23242]: cluster 2024-09-21T04:31:18.108853+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:19.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:19 smithi204 bash[23242]: cluster 2024-09-21T04:31:18.108853+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:21.732 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:21 smithi028 bash[22708]: cluster 2024-09-21T04:31:20.109440+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:21.732 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:21 smithi028 bash[22708]: cluster 2024-09-21T04:31:20.109440+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:21.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:21 smithi032 bash[23468]: cluster 2024-09-21T04:31:20.109440+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:21.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:21 smithi032 bash[23468]: cluster 2024-09-21T04:31:20.109440+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:21.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:21 smithi204 bash[23242]: cluster 2024-09-21T04:31:20.109440+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:21.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:21 smithi204 bash[23242]: cluster 2024-09-21T04:31:20.109440+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:23.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:23 smithi028 bash[22708]: cluster 2024-09-21T04:31:22.110025+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:23.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:23 smithi028 bash[22708]: cluster 2024-09-21T04:31:22.110025+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:23.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:23 smithi032 bash[23468]: cluster 2024-09-21T04:31:22.110025+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:23.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:23 smithi032 bash[23468]: cluster 2024-09-21T04:31:22.110025+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:23.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:23 smithi204 bash[23242]: cluster 2024-09-21T04:31:22.110025+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:23.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:23 smithi204 bash[23242]: cluster 2024-09-21T04:31:22.110025+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:25.732 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:25 smithi028 bash[22708]: cluster 2024-09-21T04:31:24.110615+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:25.732 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:25 smithi028 bash[22708]: cluster 2024-09-21T04:31:24.110615+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:25.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:25 smithi032 bash[23468]: cluster 2024-09-21T04:31:24.110615+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:25.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:25 smithi032 bash[23468]: cluster 2024-09-21T04:31:24.110615+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:25.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:25 smithi204 bash[23242]: cluster 2024-09-21T04:31:24.110615+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:25.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:25 smithi204 bash[23242]: cluster 2024-09-21T04:31:24.110615+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:27.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:27 smithi204 bash[23242]: cluster 2024-09-21T04:31:26.111126+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:27.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:27 smithi204 bash[23242]: cluster 2024-09-21T04:31:26.111126+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:27.732 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:27 smithi028 bash[22708]: cluster 2024-09-21T04:31:26.111126+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:27.732 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:27 smithi028 bash[22708]: cluster 2024-09-21T04:31:26.111126+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:27.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:27 smithi032 bash[23468]: cluster 2024-09-21T04:31:26.111126+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:27.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:27 smithi032 bash[23468]: cluster 2024-09-21T04:31:26.111126+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:29.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:29 smithi204 bash[23242]: cluster 2024-09-21T04:31:28.111654+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:29.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:29 smithi204 bash[23242]: cluster 2024-09-21T04:31:28.111654+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:29.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:29 smithi204 bash[23242]: audit 2024-09-21T04:31:29.376542+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:29.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:29 smithi204 bash[23242]: audit 2024-09-21T04:31:29.376542+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:29.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:29 smithi204 bash[23242]: audit 2024-09-21T04:31:29.380588+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:29.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:29 smithi204 bash[23242]: audit 2024-09-21T04:31:29.380588+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:29.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:29 smithi204 bash[23242]: audit 2024-09-21T04:31:29.385030+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:29.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:29 smithi204 bash[23242]: audit 2024-09-21T04:31:29.385030+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:29.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:29 smithi028 bash[22708]: cluster 2024-09-21T04:31:28.111654+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:29.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:29 smithi028 bash[22708]: cluster 2024-09-21T04:31:28.111654+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:29.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:29 smithi028 bash[22708]: audit 2024-09-21T04:31:29.376542+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:29.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:29 smithi028 bash[22708]: audit 2024-09-21T04:31:29.376542+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:29.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:29 smithi028 bash[22708]: audit 2024-09-21T04:31:29.380588+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:29.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:29 smithi028 bash[22708]: audit 2024-09-21T04:31:29.380588+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:29.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:29 smithi028 bash[22708]: audit 2024-09-21T04:31:29.385030+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:29.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:29 smithi028 bash[22708]: audit 2024-09-21T04:31:29.385030+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:29.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:29 smithi032 bash[23468]: cluster 2024-09-21T04:31:28.111654+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:29.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:29 smithi032 bash[23468]: cluster 2024-09-21T04:31:28.111654+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:29.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:29 smithi032 bash[23468]: audit 2024-09-21T04:31:29.376542+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:29.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:29 smithi032 bash[23468]: audit 2024-09-21T04:31:29.376542+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:29.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:29 smithi032 bash[23468]: audit 2024-09-21T04:31:29.380588+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:29.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:29 smithi032 bash[23468]: audit 2024-09-21T04:31:29.380588+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:29.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:29 smithi032 bash[23468]: audit 2024-09-21T04:31:29.385030+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:29.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:29 smithi032 bash[23468]: audit 2024-09-21T04:31:29.385030+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:31.982 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:31 smithi028 bash[22708]: cluster 2024-09-21T04:31:30.112226+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:31.982 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:31 smithi028 bash[22708]: cluster 2024-09-21T04:31:30.112226+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:31.982 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:31 smithi028 bash[22708]: audit 2024-09-21T04:31:30.629556+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:31.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:31 smithi028 bash[22708]: audit 2024-09-21T04:31:30.629556+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:31.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:31 smithi028 bash[22708]: audit 2024-09-21T04:31:30.635095+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:31.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:31 smithi028 bash[22708]: audit 2024-09-21T04:31:30.635095+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:31.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:31 smithi028 bash[22708]: audit 2024-09-21T04:31:30.640821+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:31.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:31 smithi028 bash[22708]: audit 2024-09-21T04:31:30.640821+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:31.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:31 smithi028 bash[22708]: audit 2024-09-21T04:31:31.474137+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:31.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:31 smithi028 bash[22708]: audit 2024-09-21T04:31:31.474137+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:31.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:31 smithi028 bash[22708]: audit 2024-09-21T04:31:31.480024+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:31.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:31 smithi028 bash[22708]: audit 2024-09-21T04:31:31.480024+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:31.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:31 smithi028 bash[22708]: audit 2024-09-21T04:31:31.486851+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:31.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:31 smithi028 bash[22708]: audit 2024-09-21T04:31:31.486851+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:32.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:31 smithi032 bash[23468]: cluster 2024-09-21T04:31:30.112226+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:32.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:31 smithi032 bash[23468]: cluster 2024-09-21T04:31:30.112226+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:32.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:31 smithi032 bash[23468]: audit 2024-09-21T04:31:30.629556+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:32.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:31 smithi032 bash[23468]: audit 2024-09-21T04:31:30.629556+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:32.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:31 smithi032 bash[23468]: audit 2024-09-21T04:31:30.635095+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:32.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:31 smithi032 bash[23468]: audit 2024-09-21T04:31:30.635095+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:32.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:31 smithi032 bash[23468]: audit 2024-09-21T04:31:30.640821+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:32.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:31 smithi032 bash[23468]: audit 2024-09-21T04:31:30.640821+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:32.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:31 smithi032 bash[23468]: audit 2024-09-21T04:31:31.474137+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:32.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:31 smithi032 bash[23468]: audit 2024-09-21T04:31:31.474137+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:32.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:31 smithi032 bash[23468]: audit 2024-09-21T04:31:31.480024+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:32.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:31 smithi032 bash[23468]: audit 2024-09-21T04:31:31.480024+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:32.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:31 smithi032 bash[23468]: audit 2024-09-21T04:31:31.486851+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:32.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:31 smithi032 bash[23468]: audit 2024-09-21T04:31:31.486851+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:32.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:31 smithi204 bash[23242]: cluster 2024-09-21T04:31:30.112226+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:32.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:31 smithi204 bash[23242]: cluster 2024-09-21T04:31:30.112226+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:32.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:31 smithi204 bash[23242]: audit 2024-09-21T04:31:30.629556+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:32.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:31 smithi204 bash[23242]: audit 2024-09-21T04:31:30.629556+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:32.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:31 smithi204 bash[23242]: audit 2024-09-21T04:31:30.635095+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:32.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:31 smithi204 bash[23242]: audit 2024-09-21T04:31:30.635095+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:32.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:31 smithi204 bash[23242]: audit 2024-09-21T04:31:30.640821+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:32.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:31 smithi204 bash[23242]: audit 2024-09-21T04:31:30.640821+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:32.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:31 smithi204 bash[23242]: audit 2024-09-21T04:31:31.474137+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:32.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:31 smithi204 bash[23242]: audit 2024-09-21T04:31:31.474137+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:32.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:31 smithi204 bash[23242]: audit 2024-09-21T04:31:31.480024+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:32.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:31 smithi204 bash[23242]: audit 2024-09-21T04:31:31.480024+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:32.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:31 smithi204 bash[23242]: audit 2024-09-21T04:31:31.486851+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:32.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:31 smithi204 bash[23242]: audit 2024-09-21T04:31:31.486851+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:33.135 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:33 smithi028 systemd[1]: /etc/systemd/system/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your 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-21T04:31:33.135 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:31:33 smithi028 systemd[1]: /etc/systemd/system/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your 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-21T04:31:33.135 INFO:journalctl@ceph.osd.0.smithi028.stdout:Sep 21 04:31:33 smithi028 systemd[1]: /etc/systemd/system/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your 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-21T04:31:33.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:33 smithi028 systemd[1]: /etc/systemd/system/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your 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-21T04:31:33.465 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:31:33 smithi028 systemd[1]: /etc/systemd/system/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your 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-21T04:31:33.466 INFO:journalctl@ceph.osd.0.smithi028.stdout:Sep 21 04:31:33 smithi028 systemd[1]: /etc/systemd/system/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your 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-21T04:31:33.732 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:33 smithi028 bash[22708]: cluster 2024-09-21T04:31:32.112749+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:33.732 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:33 smithi028 bash[22708]: cluster 2024-09-21T04:31:32.112749+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:33.732 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:33 smithi028 bash[22708]: audit 2024-09-21T04:31:33.403305+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:33.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:33 smithi028 bash[22708]: audit 2024-09-21T04:31:33.403305+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:33.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:33 smithi028 bash[22708]: audit 2024-09-21T04:31:33.408125+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:33.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:33 smithi028 bash[22708]: audit 2024-09-21T04:31:33.408125+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:33.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:33 smithi028 bash[22708]: audit 2024-09-21T04:31:33.414985+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:33.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:33 smithi028 bash[22708]: audit 2024-09-21T04:31:33.414985+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:33.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:33 smithi028 bash[22708]: audit 2024-09-21T04:31:33.421531+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:33.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:33 smithi028 bash[22708]: audit 2024-09-21T04:31:33.421531+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:33.899 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:33 smithi204 bash[23242]: cluster 2024-09-21T04:31:32.112749+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:33.899 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:33 smithi204 bash[23242]: cluster 2024-09-21T04:31:32.112749+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:33.900 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:33 smithi204 bash[23242]: audit 2024-09-21T04:31:33.403305+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:33.900 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:33 smithi204 bash[23242]: audit 2024-09-21T04:31:33.403305+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:33.900 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:33 smithi204 bash[23242]: audit 2024-09-21T04:31:33.408125+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:33.900 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:33 smithi204 bash[23242]: audit 2024-09-21T04:31:33.408125+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:33.900 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:33 smithi204 bash[23242]: audit 2024-09-21T04:31:33.414985+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:33.900 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:33 smithi204 bash[23242]: audit 2024-09-21T04:31:33.414985+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:33.900 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:33 smithi204 bash[23242]: audit 2024-09-21T04:31:33.421531+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:33.900 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:33 smithi204 bash[23242]: audit 2024-09-21T04:31:33.421531+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:34.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:33 smithi032 bash[23468]: cluster 2024-09-21T04:31:32.112749+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:34.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:33 smithi032 bash[23468]: cluster 2024-09-21T04:31:32.112749+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:34.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:33 smithi032 bash[23468]: audit 2024-09-21T04:31:33.403305+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:34.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:33 smithi032 bash[23468]: audit 2024-09-21T04:31:33.403305+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:34.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:33 smithi032 bash[23468]: audit 2024-09-21T04:31:33.408125+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:34.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:33 smithi032 bash[23468]: audit 2024-09-21T04:31:33.408125+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:34.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:33 smithi032 bash[23468]: audit 2024-09-21T04:31:33.414985+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:34.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:33 smithi032 bash[23468]: audit 2024-09-21T04:31:33.414985+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:34.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:33 smithi032 bash[23468]: audit 2024-09-21T04:31:33.421531+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:34.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:33 smithi032 bash[23468]: audit 2024-09-21T04:31:33.421531+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:34.982 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:34 smithi028 bash[22708]: cephadm 2024-09-21T04:31:33.430704+0000 mgr.a (mgr.14152) 297 : cephadm [INF] Deploying daemon alertmanager.smithi204 on smithi204 2024-09-21T04:31:34.982 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:34 smithi028 bash[22708]: cephadm 2024-09-21T04:31:33.430704+0000 mgr.a (mgr.14152) 297 : cephadm [INF] Deploying daemon alertmanager.smithi204 on smithi204 2024-09-21T04:31:35.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:34 smithi032 bash[23468]: cephadm 2024-09-21T04:31:33.430704+0000 mgr.a (mgr.14152) 297 : cephadm [INF] Deploying daemon alertmanager.smithi204 on smithi204 2024-09-21T04:31:35.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:34 smithi032 bash[23468]: cephadm 2024-09-21T04:31:33.430704+0000 mgr.a (mgr.14152) 297 : cephadm [INF] Deploying daemon alertmanager.smithi204 on smithi204 2024-09-21T04:31:35.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:34 smithi204 bash[23242]: cephadm 2024-09-21T04:31:33.430704+0000 mgr.a (mgr.14152) 297 : cephadm [INF] Deploying daemon alertmanager.smithi204 on smithi204 2024-09-21T04:31:35.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:34 smithi204 bash[23242]: cephadm 2024-09-21T04:31:33.430704+0000 mgr.a (mgr.14152) 297 : cephadm [INF] Deploying daemon alertmanager.smithi204 on smithi204 2024-09-21T04:31:35.904 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:35 smithi028 bash[22708]: cluster 2024-09-21T04:31:34.113249+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:35.904 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:35 smithi028 bash[22708]: cluster 2024-09-21T04:31:34.113249+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:36.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:35 smithi032 bash[23468]: cluster 2024-09-21T04:31:34.113249+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:36.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:35 smithi032 bash[23468]: cluster 2024-09-21T04:31:34.113249+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:36.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:35 smithi204 bash[23242]: cluster 2024-09-21T04:31:34.113249+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:36.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:35 smithi204 bash[23242]: cluster 2024-09-21T04:31:34.113249+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:37.982 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:37 smithi028 bash[22708]: cluster 2024-09-21T04:31:36.113717+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:37.999 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:37 smithi028 bash[22708]: cluster 2024-09-21T04:31:36.113717+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:38.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:37 smithi032 bash[23468]: cluster 2024-09-21T04:31:36.113717+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:38.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:37 smithi032 bash[23468]: cluster 2024-09-21T04:31:36.113717+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:38.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:37 smithi204 bash[23242]: cluster 2024-09-21T04:31:36.113717+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:38.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:37 smithi204 bash[23242]: cluster 2024-09-21T04:31:36.113717+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:39.232 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:38 smithi028 bash[22708]: audit 2024-09-21T04:31:37.988617+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:39.232 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:38 smithi028 bash[22708]: audit 2024-09-21T04:31:37.988617+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:39.232 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:38 smithi028 bash[22708]: cluster 2024-09-21T04:31:38.114228+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:39.232 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:38 smithi028 bash[22708]: cluster 2024-09-21T04:31:38.114228+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:39.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:38 smithi032 bash[23468]: audit 2024-09-21T04:31:37.988617+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:39.288 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:38 smithi032 bash[23468]: audit 2024-09-21T04:31:37.988617+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:39.288 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:38 smithi032 bash[23468]: cluster 2024-09-21T04:31:38.114228+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:39.288 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:38 smithi032 bash[23468]: cluster 2024-09-21T04:31:38.114228+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:39.319 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:38 smithi204 bash[23242]: audit 2024-09-21T04:31:37.988617+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:39.319 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:38 smithi204 bash[23242]: audit 2024-09-21T04:31:37.988617+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:39.320 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:38 smithi204 bash[23242]: cluster 2024-09-21T04:31:38.114228+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:39.320 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:38 smithi204 bash[23242]: cluster 2024-09-21T04:31:38.114228+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:41.258 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:41 smithi028 bash[22708]: cluster 2024-09-21T04:31:40.114680+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:41.258 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:41 smithi028 bash[22708]: cluster 2024-09-21T04:31:40.114680+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:41.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:41 smithi204 bash[23242]: cluster 2024-09-21T04:31:40.114680+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:41.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:41 smithi204 bash[23242]: cluster 2024-09-21T04:31:40.114680+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:41.537 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:41 smithi032 bash[23468]: cluster 2024-09-21T04:31:40.114680+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:41.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:41 smithi032 bash[23468]: cluster 2024-09-21T04:31:40.114680+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:42.714 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:42 smithi204 systemd[1]: /etc/systemd/system/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your 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-21T04:31:42.714 INFO:journalctl@ceph.osd.2.smithi204.stdout:Sep 21 04:31:42 smithi204 systemd[1]: /etc/systemd/system/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your 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-21T04:31:43.060 INFO:journalctl@ceph.osd.2.smithi204.stdout:Sep 21 04:31:42 smithi204 systemd[1]: /etc/systemd/system/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your 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-21T04:31:43.061 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:42 smithi204 systemd[1]: /etc/systemd/system/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your 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-21T04:31:43.319 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:43 smithi028 bash[22708]: cluster 2024-09-21T04:31:42.115158+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:43.319 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:43 smithi028 bash[22708]: cluster 2024-09-21T04:31:42.115158+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:43.319 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:43 smithi028 bash[22708]: audit 2024-09-21T04:31:42.998508+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:43.319 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:43 smithi028 bash[22708]: audit 2024-09-21T04:31:42.998508+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:43.319 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:43 smithi028 bash[22708]: audit 2024-09-21T04:31:43.007575+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:43.319 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:43 smithi028 bash[22708]: audit 2024-09-21T04:31:43.007575+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:43.319 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:43 smithi028 bash[22708]: audit 2024-09-21T04:31:43.018270+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:43.319 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:43 smithi028 bash[22708]: audit 2024-09-21T04:31:43.018270+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:43.319 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:43 smithi028 bash[22708]: audit 2024-09-21T04:31:43.023971+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:43.320 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:43 smithi028 bash[22708]: audit 2024-09-21T04:31:43.023971+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:43.320 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:43 smithi028 bash[22708]: audit 2024-09-21T04:31:43.161588+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:43.320 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:43 smithi028 bash[22708]: audit 2024-09-21T04:31:43.161588+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:43.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:43 smithi204 bash[23242]: cluster 2024-09-21T04:31:42.115158+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:43.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:43 smithi204 bash[23242]: cluster 2024-09-21T04:31:42.115158+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:43.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:43 smithi204 bash[23242]: audit 2024-09-21T04:31:42.998508+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:43.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:43 smithi204 bash[23242]: audit 2024-09-21T04:31:42.998508+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:43.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:43 smithi204 bash[23242]: audit 2024-09-21T04:31:43.007575+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:43.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:43 smithi204 bash[23242]: audit 2024-09-21T04:31:43.007575+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:43.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:43 smithi204 bash[23242]: audit 2024-09-21T04:31:43.018270+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:43.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:43 smithi204 bash[23242]: audit 2024-09-21T04:31:43.018270+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:43.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:43 smithi204 bash[23242]: audit 2024-09-21T04:31:43.023971+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:43.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:43 smithi204 bash[23242]: audit 2024-09-21T04:31:43.023971+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:43.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:43 smithi204 bash[23242]: audit 2024-09-21T04:31:43.161588+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:43.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:43 smithi204 bash[23242]: audit 2024-09-21T04:31:43.161588+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:43.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:43 smithi032 bash[23468]: cluster 2024-09-21T04:31:42.115158+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:43.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:43 smithi032 bash[23468]: cluster 2024-09-21T04:31:42.115158+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:43.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:43 smithi032 bash[23468]: audit 2024-09-21T04:31:42.998508+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:43.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:43 smithi032 bash[23468]: audit 2024-09-21T04:31:42.998508+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:43.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:43 smithi032 bash[23468]: audit 2024-09-21T04:31:43.007575+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:43.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:43 smithi032 bash[23468]: audit 2024-09-21T04:31:43.007575+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:43.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:43 smithi032 bash[23468]: audit 2024-09-21T04:31:43.018270+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:43.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:43 smithi032 bash[23468]: audit 2024-09-21T04:31:43.018270+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:43.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:43 smithi032 bash[23468]: audit 2024-09-21T04:31:43.023971+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:43.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:43 smithi032 bash[23468]: audit 2024-09-21T04:31:43.023971+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:43.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:43 smithi032 bash[23468]: audit 2024-09-21T04:31:43.161588+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:43.539 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:43 smithi032 bash[23468]: audit 2024-09-21T04:31:43.161588+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:44.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:44 smithi204 bash[23242]: cephadm 2024-09-21T04:31:43.313968+0000 mgr.a (mgr.14152) 303 : cephadm [INF] Deploying daemon prometheus.smithi032 on smithi032 2024-09-21T04:31:44.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:44 smithi204 bash[23242]: cephadm 2024-09-21T04:31:43.313968+0000 mgr.a (mgr.14152) 303 : cephadm [INF] Deploying daemon prometheus.smithi032 on smithi032 2024-09-21T04:31:44.404 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:44 smithi028 bash[22708]: cephadm 2024-09-21T04:31:43.313968+0000 mgr.a (mgr.14152) 303 : cephadm [INF] Deploying daemon prometheus.smithi032 on smithi032 2024-09-21T04:31:44.405 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:44 smithi028 bash[22708]: cephadm 2024-09-21T04:31:43.313968+0000 mgr.a (mgr.14152) 303 : cephadm [INF] Deploying daemon prometheus.smithi032 on smithi032 2024-09-21T04:31:44.537 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:44 smithi032 bash[23468]: cephadm 2024-09-21T04:31:43.313968+0000 mgr.a (mgr.14152) 303 : cephadm [INF] Deploying daemon prometheus.smithi032 on smithi032 2024-09-21T04:31:44.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:44 smithi032 bash[23468]: cephadm 2024-09-21T04:31:43.313968+0000 mgr.a (mgr.14152) 303 : cephadm [INF] Deploying daemon prometheus.smithi032 on smithi032 2024-09-21T04:31:45.448 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:45 smithi028 bash[22708]: cluster 2024-09-21T04:31:44.115477+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:45.448 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:45 smithi028 bash[22708]: cluster 2024-09-21T04:31:44.115477+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:45.448 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:45 smithi028 bash[22708]: audit 2024-09-21T04:31:44.190209+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:45.448 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:45 smithi028 bash[22708]: audit 2024-09-21T04:31:44.190209+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:45.448 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:45 smithi028 bash[22708]: audit 2024-09-21T04:31:44.195118+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:45.448 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:45 smithi028 bash[22708]: audit 2024-09-21T04:31:44.195118+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:45.448 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:45 smithi028 bash[22708]: audit 2024-09-21T04:31:44.201963+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:45.448 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:45 smithi028 bash[22708]: audit 2024-09-21T04:31:44.201963+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:45.506 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:45 smithi204 bash[23242]: cluster 2024-09-21T04:31:44.115477+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:45.506 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:45 smithi204 bash[23242]: cluster 2024-09-21T04:31:44.115477+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:45.506 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:45 smithi204 bash[23242]: audit 2024-09-21T04:31:44.190209+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:45.507 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:45 smithi204 bash[23242]: audit 2024-09-21T04:31:44.190209+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:45.507 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:45 smithi204 bash[23242]: audit 2024-09-21T04:31:44.195118+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:45.507 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:45 smithi204 bash[23242]: audit 2024-09-21T04:31:44.195118+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:45.507 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:45 smithi204 bash[23242]: audit 2024-09-21T04:31:44.201963+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:45.507 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:45 smithi204 bash[23242]: audit 2024-09-21T04:31:44.201963+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:45.537 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:45 smithi032 bash[23468]: cluster 2024-09-21T04:31:44.115477+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:45.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:45 smithi032 bash[23468]: cluster 2024-09-21T04:31:44.115477+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:45.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:45 smithi032 bash[23468]: audit 2024-09-21T04:31:44.190209+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:45.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:45 smithi032 bash[23468]: audit 2024-09-21T04:31:44.190209+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:45.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:45 smithi032 bash[23468]: audit 2024-09-21T04:31:44.195118+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:45.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:45 smithi032 bash[23468]: audit 2024-09-21T04:31:44.195118+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:45.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:45 smithi032 bash[23468]: audit 2024-09-21T04:31:44.201963+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:45.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:45 smithi032 bash[23468]: audit 2024-09-21T04:31:44.201963+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:47.272 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:47 smithi028 bash[22708]: cluster 2024-09-21T04:31:46.115930+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:47.272 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:47 smithi028 bash[22708]: cluster 2024-09-21T04:31:46.115930+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:47.537 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:47 smithi032 bash[23468]: cluster 2024-09-21T04:31:46.115930+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:47.537 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:47 smithi032 bash[23468]: cluster 2024-09-21T04:31:46.115930+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:47.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:47 smithi204 bash[23242]: cluster 2024-09-21T04:31:46.115930+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:47.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:47 smithi204 bash[23242]: cluster 2024-09-21T04:31:46.115930+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:49.148 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:49 smithi028 bash[22708]: audit 2024-09-21T04:31:47.998661+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:49.148 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:49 smithi028 bash[22708]: audit 2024-09-21T04:31:47.998661+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:49.148 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:49 smithi028 bash[22708]: cluster 2024-09-21T04:31:48.116448+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:49.148 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:49 smithi028 bash[22708]: cluster 2024-09-21T04:31:48.116448+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:49.148 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:49 smithi028 bash[22708]: audit 2024-09-21T04:31:48.483873+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:49.148 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:49 smithi028 bash[22708]: audit 2024-09-21T04:31:48.483873+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:49.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:49 smithi032 bash[23468]: audit 2024-09-21T04:31:47.998661+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:49.288 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:49 smithi032 bash[23468]: audit 2024-09-21T04:31:47.998661+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:49.288 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:49 smithi032 bash[23468]: cluster 2024-09-21T04:31:48.116448+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:49.288 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:49 smithi032 bash[23468]: cluster 2024-09-21T04:31:48.116448+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:49.288 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:49 smithi032 bash[23468]: audit 2024-09-21T04:31:48.483873+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:49.288 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:49 smithi032 bash[23468]: audit 2024-09-21T04:31:48.483873+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:49.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:49 smithi204 bash[23242]: audit 2024-09-21T04:31:47.998661+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:49.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:49 smithi204 bash[23242]: audit 2024-09-21T04:31:47.998661+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:49.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:49 smithi204 bash[23242]: cluster 2024-09-21T04:31:48.116448+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:49.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:49 smithi204 bash[23242]: cluster 2024-09-21T04:31:48.116448+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:49.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:49 smithi204 bash[23242]: audit 2024-09-21T04:31:48.483873+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:49.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:49 smithi204 bash[23242]: audit 2024-09-21T04:31:48.483873+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:51.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:51 smithi028 bash[22708]: cluster 2024-09-21T04:31:50.117000+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:51.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:51 smithi028 bash[22708]: cluster 2024-09-21T04:31:50.117000+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:51.219 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:51 smithi028 bash[22708]: audit 2024-09-21T04:31:50.848826+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:51.219 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:51 smithi028 bash[22708]: audit 2024-09-21T04:31:50.848826+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:51.219 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:51 smithi028 bash[22708]: audit 2024-09-21T04:31:50.857246+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:51.219 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:51 smithi028 bash[22708]: audit 2024-09-21T04:31:50.857246+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:51.219 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:51 smithi028 bash[22708]: audit 2024-09-21T04:31:50.866711+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:51.219 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:51 smithi028 bash[22708]: audit 2024-09-21T04:31:50.866711+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:51.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:51 smithi032 bash[23468]: cluster 2024-09-21T04:31:50.117000+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:51.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:51 smithi032 bash[23468]: cluster 2024-09-21T04:31:50.117000+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:51.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:51 smithi032 bash[23468]: audit 2024-09-21T04:31:50.848826+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:51.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:51 smithi032 bash[23468]: audit 2024-09-21T04:31:50.848826+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:51.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:51 smithi032 bash[23468]: audit 2024-09-21T04:31:50.857246+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:51.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:51 smithi032 bash[23468]: audit 2024-09-21T04:31:50.857246+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:51.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:51 smithi032 bash[23468]: audit 2024-09-21T04:31:50.866711+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:51.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:51 smithi032 bash[23468]: audit 2024-09-21T04:31:50.866711+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:51.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:51 smithi204 bash[23242]: cluster 2024-09-21T04:31:50.117000+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:51.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:51 smithi204 bash[23242]: cluster 2024-09-21T04:31:50.117000+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:51.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:51 smithi204 bash[23242]: audit 2024-09-21T04:31:50.848826+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:51.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:51 smithi204 bash[23242]: audit 2024-09-21T04:31:50.848826+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:51.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:51 smithi204 bash[23242]: audit 2024-09-21T04:31:50.857246+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:51.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:51 smithi204 bash[23242]: audit 2024-09-21T04:31:50.857246+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:51.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:51 smithi204 bash[23242]: audit 2024-09-21T04:31:50.866711+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:51.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:51 smithi204 bash[23242]: audit 2024-09-21T04:31:50.866711+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:52.602 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:52 smithi028 bash[22708]: audit 2024-09-21T04:31:51.370500+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:52.602 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:52 smithi028 bash[22708]: audit 2024-09-21T04:31:51.370500+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:52.602 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:52 smithi028 bash[22708]: audit 2024-09-21T04:31:51.379104+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:52.602 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:52 smithi028 bash[22708]: audit 2024-09-21T04:31:51.379104+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:52.602 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:52 smithi028 bash[22708]: audit 2024-09-21T04:31:51.388942+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:52.602 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:52 smithi028 bash[22708]: audit 2024-09-21T04:31:51.388942+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:52.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:52 smithi032 bash[23468]: audit 2024-09-21T04:31:51.370500+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:52.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:52 smithi032 bash[23468]: audit 2024-09-21T04:31:51.370500+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:52.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:52 smithi032 bash[23468]: audit 2024-09-21T04:31:51.379104+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:52.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:52 smithi032 bash[23468]: audit 2024-09-21T04:31:51.379104+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:52.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:52 smithi032 bash[23468]: audit 2024-09-21T04:31:51.388942+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:52.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:52 smithi032 bash[23468]: audit 2024-09-21T04:31:51.388942+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:52.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:52 smithi204 bash[23242]: audit 2024-09-21T04:31:51.370500+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:52.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:52 smithi204 bash[23242]: audit 2024-09-21T04:31:51.370500+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:52.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:52 smithi204 bash[23242]: audit 2024-09-21T04:31:51.379104+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:52.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:52 smithi204 bash[23242]: audit 2024-09-21T04:31:51.379104+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:52.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:52 smithi204 bash[23242]: audit 2024-09-21T04:31:51.388942+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:52.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:52 smithi204 bash[23242]: audit 2024-09-21T04:31:51.388942+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:53.433 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:53 smithi028 bash[22708]: cluster 2024-09-21T04:31:52.117727+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:53.433 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:53 smithi028 bash[22708]: cluster 2024-09-21T04:31:52.117727+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:53.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:53 smithi032 bash[23468]: cluster 2024-09-21T04:31:52.117727+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:53.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:53 smithi032 bash[23468]: cluster 2024-09-21T04:31:52.117727+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:53.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:53 smithi204 bash[23242]: cluster 2024-09-21T04:31:52.117727+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:53.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:53 smithi204 bash[23242]: cluster 2024-09-21T04:31:52.117727+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:55.511 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:55 smithi032 bash[23468]: cluster 2024-09-21T04:31:54.118335+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:55.511 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:55 smithi032 bash[23468]: cluster 2024-09-21T04:31:54.118335+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:55.542 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:55 smithi028 bash[22708]: cluster 2024-09-21T04:31:54.118335+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:55.543 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:55 smithi028 bash[22708]: cluster 2024-09-21T04:31:54.118335+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:55.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:55 smithi204 bash[23242]: cluster 2024-09-21T04:31:54.118335+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:55.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:55 smithi204 bash[23242]: cluster 2024-09-21T04:31:54.118335+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:57.655 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:57 smithi028 bash[22708]: cluster 2024-09-21T04:31:56.118871+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:57.655 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:57 smithi028 bash[22708]: cluster 2024-09-21T04:31:56.118871+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:57.682 INFO:journalctl@ceph.mgr.b.smithi032.stdout:Sep 21 04:31:57 smithi032 systemd[1]: /etc/systemd/system/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your 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-21T04:31:57.682 INFO:journalctl@ceph.osd.1.smithi032.stdout:Sep 21 04:31:57 smithi032 systemd[1]: /etc/systemd/system/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your 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-21T04:31:57.683 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:57 smithi032 bash[23468]: cluster 2024-09-21T04:31:56.118871+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:57.683 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:57 smithi032 bash[23468]: cluster 2024-09-21T04:31:56.118871+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:57.683 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:57 smithi032 systemd[1]: /etc/systemd/system/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your 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-21T04:31:57.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:57 smithi204 bash[23242]: cluster 2024-09-21T04:31:56.118871+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:57.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:57 smithi204 bash[23242]: cluster 2024-09-21T04:31:56.118871+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:57.937 INFO:journalctl@ceph.mgr.b.smithi032.stdout:Sep 21 04:31:57 smithi032 systemd[1]: /etc/systemd/system/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your 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-21T04:31:57.938 INFO:journalctl@ceph.osd.1.smithi032.stdout:Sep 21 04:31:57 smithi032 systemd[1]: /etc/systemd/system/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your 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-21T04:31:57.938 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:57 smithi032 systemd[1]: /etc/systemd/system/ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your 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-21T04:31:58.981 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:31:58 smithi028 bash[22963]: ignoring --setuser ceph since I am not root 2024-09-21T04:31:58.981 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:31:58 smithi028 bash[22963]: ignoring --setgroup ceph since I am not root 2024-09-21T04:31:58.981 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:58 smithi028 bash[22708]: audit 2024-09-21T04:31:57.846480+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:58.981 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:58 smithi028 bash[22708]: audit 2024-09-21T04:31:57.846480+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:58.981 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:58 smithi028 bash[22708]: audit 2024-09-21T04:31:57.855441+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:58.981 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:58 smithi028 bash[22708]: audit 2024-09-21T04:31:57.855441+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:58.981 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:58 smithi028 bash[22708]: audit 2024-09-21T04:31:57.861123+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:58.981 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:58 smithi028 bash[22708]: audit 2024-09-21T04:31:57.861123+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:58.982 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:58 smithi028 bash[22708]: audit 2024-09-21T04:31:57.865981+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2024-09-21T04:31:58.982 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:58 smithi028 bash[22708]: audit 2024-09-21T04:31:57.865981+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2024-09-21T04:31:58.982 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:58 smithi028 bash[22708]: audit 2024-09-21T04:31:58.004799+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:58.982 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:58 smithi028 bash[22708]: audit 2024-09-21T04:31:58.004799+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:58.982 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:58 smithi028 bash[22708]: cluster 2024-09-21T04:31:58.119321+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:58.982 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:58 smithi028 bash[22708]: cluster 2024-09-21T04:31:58.119321+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:59.287 INFO:journalctl@ceph.mgr.b.smithi032.stdout:Sep 21 04:31:58 smithi032 bash[24245]: ignoring --setuser ceph since I am not root 2024-09-21T04:31:59.287 INFO:journalctl@ceph.mgr.b.smithi032.stdout:Sep 21 04:31:58 smithi032 bash[24245]: ignoring --setgroup ceph since I am not root 2024-09-21T04:31:59.287 INFO:journalctl@ceph.mgr.b.smithi032.stdout:Sep 21 04:31:58 smithi032 bash[24245]: debug 2024-09-21T04:31:58.969+0000 7fa7677d0640 1 -- 172.21.15.32:0/850796571 <== mon.0 v2:172.21.15.28:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55e86bb4f0e0 con 0x55e86bb50800 2024-09-21T04:31:59.288 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:58 smithi032 bash[23468]: audit 2024-09-21T04:31:57.846480+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:59.288 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:58 smithi032 bash[23468]: audit 2024-09-21T04:31:57.846480+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:59.288 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:58 smithi032 bash[23468]: audit 2024-09-21T04:31:57.855441+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:59.288 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:58 smithi032 bash[23468]: audit 2024-09-21T04:31:57.855441+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:59.288 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:58 smithi032 bash[23468]: audit 2024-09-21T04:31:57.861123+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:59.288 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:58 smithi032 bash[23468]: audit 2024-09-21T04:31:57.861123+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:59.288 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:58 smithi032 bash[23468]: audit 2024-09-21T04:31:57.865981+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2024-09-21T04:31:59.288 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:58 smithi032 bash[23468]: audit 2024-09-21T04:31:57.865981+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2024-09-21T04:31:59.288 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:58 smithi032 bash[23468]: audit 2024-09-21T04:31:58.004799+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:59.288 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:58 smithi032 bash[23468]: audit 2024-09-21T04:31:58.004799+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:59.288 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:58 smithi032 bash[23468]: cluster 2024-09-21T04:31:58.119321+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:59.289 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:58 smithi032 bash[23468]: cluster 2024-09-21T04:31:58.119321+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:59.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:58 smithi204 bash[23242]: audit 2024-09-21T04:31:57.846480+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:59.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:58 smithi204 bash[23242]: audit 2024-09-21T04:31:57.846480+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:59.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:58 smithi204 bash[23242]: audit 2024-09-21T04:31:57.855441+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:59.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:58 smithi204 bash[23242]: audit 2024-09-21T04:31:57.855441+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:59.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:58 smithi204 bash[23242]: audit 2024-09-21T04:31:57.861123+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:59.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:58 smithi204 bash[23242]: audit 2024-09-21T04:31:57.861123+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:59.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:58 smithi204 bash[23242]: audit 2024-09-21T04:31:57.865981+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2024-09-21T04:31:59.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:58 smithi204 bash[23242]: audit 2024-09-21T04:31:57.865981+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2024-09-21T04:31:59.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:58 smithi204 bash[23242]: audit 2024-09-21T04:31:58.004799+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:59.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:58 smithi204 bash[23242]: audit 2024-09-21T04:31:58.004799+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' 2024-09-21T04:31:59.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:58 smithi204 bash[23242]: cluster 2024-09-21T04:31:58.119321+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:31:59.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:58 smithi204 bash[23242]: cluster 2024-09-21T04:31:58.119321+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:00.154 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:59 smithi028 bash[22708]: audit 2024-09-21T04:31:58.863515+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-21T04:32:00.154 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:59 smithi028 bash[22708]: audit 2024-09-21T04:31:58.863515+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-21T04:32:00.154 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:59 smithi028 bash[22708]: cluster 2024-09-21T04:31:58.872497+0000 mon.a (mon.0) 769 : cluster [DBG] mgrmap e16: a(active, since 7m), standbys: b 2024-09-21T04:32:00.154 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:31:59 smithi028 bash[22708]: cluster 2024-09-21T04:31:58.872497+0000 mon.a (mon.0) 769 : cluster [DBG] mgrmap e16: a(active, since 7m), standbys: b 2024-09-21T04:32:00.190 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:59 smithi032 bash[23468]: audit 2024-09-21T04:31:58.863515+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-21T04:32:00.190 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:59 smithi032 bash[23468]: audit 2024-09-21T04:31:58.863515+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-21T04:32:00.191 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:59 smithi032 bash[23468]: cluster 2024-09-21T04:31:58.872497+0000 mon.a (mon.0) 769 : cluster [DBG] mgrmap e16: a(active, since 7m), standbys: b 2024-09-21T04:32:00.191 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:31:59 smithi032 bash[23468]: cluster 2024-09-21T04:31:58.872497+0000 mon.a (mon.0) 769 : cluster [DBG] mgrmap e16: a(active, since 7m), standbys: b 2024-09-21T04:32:00.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:59 smithi204 bash[23242]: audit 2024-09-21T04:31:58.863515+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-21T04:32:00.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:59 smithi204 bash[23242]: audit 2024-09-21T04:31:58.863515+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14152 172.21.15.28:0/337563834' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-21T04:32:00.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:59 smithi204 bash[23242]: cluster 2024-09-21T04:31:58.872497+0000 mon.a (mon.0) 769 : cluster [DBG] mgrmap e16: a(active, since 7m), standbys: b 2024-09-21T04:32:00.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:31:59 smithi204 bash[23242]: cluster 2024-09-21T04:31:58.872497+0000 mon.a (mon.0) 769 : cluster [DBG] mgrmap e16: a(active, since 7m), standbys: b 2024-09-21T04:32:05.537 INFO:journalctl@ceph.mgr.b.smithi032.stdout:Sep 21 04:32:05 smithi032 bash[24245]: [21/Sep/2024:04:32:05] ENGINE Bus STARTING 2024-09-21T04:32:05.537 INFO:journalctl@ceph.mgr.b.smithi032.stdout:Sep 21 04:32:05 smithi032 bash[24245]: CherryPy Checker: 2024-09-21T04:32:05.537 INFO:journalctl@ceph.mgr.b.smithi032.stdout:Sep 21 04:32:05 smithi032 bash[24245]: The Application mounted at '' has an empty config. 2024-09-21T04:32:05.537 INFO:journalctl@ceph.mgr.b.smithi032.stdout:Sep 21 04:32:05 smithi032 bash[24245]: [21/Sep/2024:04:32:05] ENGINE Serving on http://:::9283 2024-09-21T04:32:05.538 INFO:journalctl@ceph.mgr.b.smithi032.stdout:Sep 21 04:32:05 smithi032 bash[24245]: [21/Sep/2024:04:32:05] ENGINE Bus STARTED 2024-09-21T04:32:05.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:05 smithi032 bash[23468]: cluster 2024-09-21T04:32:05.262051+0000 mon.a (mon.0) 770 : cluster [DBG] Standby manager daemon b restarted 2024-09-21T04:32:05.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:05 smithi032 bash[23468]: cluster 2024-09-21T04:32:05.262051+0000 mon.a (mon.0) 770 : cluster [DBG] Standby manager daemon b restarted 2024-09-21T04:32:05.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:05 smithi032 bash[23468]: cluster 2024-09-21T04:32:05.262216+0000 mon.a (mon.0) 771 : cluster [DBG] Standby manager daemon b started 2024-09-21T04:32:05.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:05 smithi032 bash[23468]: cluster 2024-09-21T04:32:05.262216+0000 mon.a (mon.0) 771 : cluster [DBG] Standby manager daemon b started 2024-09-21T04:32:05.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:05 smithi032 bash[23468]: audit 2024-09-21T04:32:05.265664+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.32:0/3381019637' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-21T04:32:05.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:05 smithi032 bash[23468]: audit 2024-09-21T04:32:05.265664+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.32:0/3381019637' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-21T04:32:05.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:05 smithi032 bash[23468]: audit 2024-09-21T04:32:05.266527+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.32:0/3381019637' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-21T04:32:05.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:05 smithi032 bash[23468]: audit 2024-09-21T04:32:05.266527+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.32:0/3381019637' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-21T04:32:05.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:05 smithi032 bash[23468]: audit 2024-09-21T04:32:05.269397+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.32:0/3381019637' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-21T04:32:05.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:05 smithi032 bash[23468]: audit 2024-09-21T04:32:05.269397+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.32:0/3381019637' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-21T04:32:05.539 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:05 smithi032 bash[23468]: audit 2024-09-21T04:32:05.270130+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.32:0/3381019637' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-21T04:32:05.539 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:05 smithi032 bash[23468]: audit 2024-09-21T04:32:05.270130+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.32:0/3381019637' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-21T04:32:05.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:05 smithi204 bash[23242]: cluster 2024-09-21T04:32:05.262051+0000 mon.a (mon.0) 770 : cluster [DBG] Standby manager daemon b restarted 2024-09-21T04:32:05.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:05 smithi204 bash[23242]: cluster 2024-09-21T04:32:05.262051+0000 mon.a (mon.0) 770 : cluster [DBG] Standby manager daemon b restarted 2024-09-21T04:32:05.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:05 smithi204 bash[23242]: cluster 2024-09-21T04:32:05.262216+0000 mon.a (mon.0) 771 : cluster [DBG] Standby manager daemon b started 2024-09-21T04:32:05.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:05 smithi204 bash[23242]: cluster 2024-09-21T04:32:05.262216+0000 mon.a (mon.0) 771 : cluster [DBG] Standby manager daemon b started 2024-09-21T04:32:05.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:05 smithi204 bash[23242]: audit 2024-09-21T04:32:05.265664+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.32:0/3381019637' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-21T04:32:05.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:05 smithi204 bash[23242]: audit 2024-09-21T04:32:05.265664+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.32:0/3381019637' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-21T04:32:05.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:05 smithi204 bash[23242]: audit 2024-09-21T04:32:05.266527+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.32:0/3381019637' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-21T04:32:05.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:05 smithi204 bash[23242]: audit 2024-09-21T04:32:05.266527+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.32:0/3381019637' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-21T04:32:05.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:05 smithi204 bash[23242]: audit 2024-09-21T04:32:05.269397+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.32:0/3381019637' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-21T04:32:05.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:05 smithi204 bash[23242]: audit 2024-09-21T04:32:05.269397+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.32:0/3381019637' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-21T04:32:05.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:05 smithi204 bash[23242]: audit 2024-09-21T04:32:05.270130+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.32:0/3381019637' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-21T04:32:05.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:05 smithi204 bash[23242]: audit 2024-09-21T04:32:05.270130+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.32:0/3381019637' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-21T04:32:05.732 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:05 smithi028 bash[22708]: cluster 2024-09-21T04:32:05.262051+0000 mon.a (mon.0) 770 : cluster [DBG] Standby manager daemon b restarted 2024-09-21T04:32:05.732 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:05 smithi028 bash[22708]: cluster 2024-09-21T04:32:05.262051+0000 mon.a (mon.0) 770 : cluster [DBG] Standby manager daemon b restarted 2024-09-21T04:32:05.732 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:05 smithi028 bash[22708]: cluster 2024-09-21T04:32:05.262216+0000 mon.a (mon.0) 771 : cluster [DBG] Standby manager daemon b started 2024-09-21T04:32:05.732 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:05 smithi028 bash[22708]: cluster 2024-09-21T04:32:05.262216+0000 mon.a (mon.0) 771 : cluster [DBG] Standby manager daemon b started 2024-09-21T04:32:05.732 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:05 smithi028 bash[22708]: audit 2024-09-21T04:32:05.265664+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.32:0/3381019637' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-21T04:32:05.732 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:05 smithi028 bash[22708]: audit 2024-09-21T04:32:05.265664+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.32:0/3381019637' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-21T04:32:05.732 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:05 smithi028 bash[22708]: audit 2024-09-21T04:32:05.266527+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.32:0/3381019637' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-21T04:32:05.732 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:05 smithi028 bash[22708]: audit 2024-09-21T04:32:05.266527+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.32:0/3381019637' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-21T04:32:05.732 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:05 smithi028 bash[22708]: audit 2024-09-21T04:32:05.269397+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.32:0/3381019637' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-21T04:32:05.732 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:05 smithi028 bash[22708]: audit 2024-09-21T04:32:05.269397+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.32:0/3381019637' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-21T04:32:05.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:05 smithi028 bash[22708]: audit 2024-09-21T04:32:05.270130+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.32:0/3381019637' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-21T04:32:05.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:05 smithi028 bash[22708]: audit 2024-09-21T04:32:05.270130+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.32:0/3381019637' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-21T04:32:06.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: cluster 2024-09-21T04:32:05.319967+0000 mon.a (mon.0) 772 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-09-21T04:32:06.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: cluster 2024-09-21T04:32:05.319967+0000 mon.a (mon.0) 772 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-09-21T04:32:06.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: cluster 2024-09-21T04:32:05.328847+0000 mon.a (mon.0) 773 : cluster [INF] Active manager daemon a restarted 2024-09-21T04:32:06.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: cluster 2024-09-21T04:32:05.328847+0000 mon.a (mon.0) 773 : cluster [INF] Active manager daemon a restarted 2024-09-21T04:32:06.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: cluster 2024-09-21T04:32:05.329149+0000 mon.a (mon.0) 774 : cluster [INF] Activating manager daemon a 2024-09-21T04:32:06.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: cluster 2024-09-21T04:32:05.329149+0000 mon.a (mon.0) 774 : cluster [INF] Activating manager daemon a 2024-09-21T04:32:06.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: cluster 2024-09-21T04:32:05.340574+0000 mon.a (mon.0) 775 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-21T04:32:06.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: cluster 2024-09-21T04:32:05.340574+0000 mon.a (mon.0) 775 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-21T04:32:06.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: cluster 2024-09-21T04:32:05.341458+0000 mon.a (mon.0) 776 : cluster [DBG] mgrmap e18: a(active, starting, since 0.0124569s), standbys: b 2024-09-21T04:32:06.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: cluster 2024-09-21T04:32:05.341458+0000 mon.a (mon.0) 776 : cluster [DBG] mgrmap e18: a(active, starting, since 0.0124569s), standbys: b 2024-09-21T04:32:06.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: audit 2024-09-21T04:32:05.343913+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T04:32:06.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: audit 2024-09-21T04:32:05.343913+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T04:32:06.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: audit 2024-09-21T04:32:05.344219+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:32:06.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: audit 2024-09-21T04:32:05.344219+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:32:06.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: audit 2024-09-21T04:32:05.344494+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:32:06.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: audit 2024-09-21T04:32:05.344494+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:32:06.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: audit 2024-09-21T04:32:05.346161+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-21T04:32:06.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: audit 2024-09-21T04:32:05.346161+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-21T04:32:06.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: audit 2024-09-21T04:32:05.346566+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-21T04:32:06.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: audit 2024-09-21T04:32:05.346566+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-21T04:32:06.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: audit 2024-09-21T04:32:05.346912+0000 mon.a (mon.0) 782 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T04:32:06.575 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: audit 2024-09-21T04:32:05.346912+0000 mon.a (mon.0) 782 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T04:32:06.575 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: audit 2024-09-21T04:32:05.347436+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T04:32:06.575 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: audit 2024-09-21T04:32:05.347436+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T04:32:06.575 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: audit 2024-09-21T04:32:05.347929+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T04:32:06.575 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: audit 2024-09-21T04:32:05.347929+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T04:32:06.575 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: audit 2024-09-21T04:32:05.348497+0000 mon.a (mon.0) 785 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-21T04:32:06.576 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: audit 2024-09-21T04:32:05.348497+0000 mon.a (mon.0) 785 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-21T04:32:06.576 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: audit 2024-09-21T04:32:05.348857+0000 mon.a (mon.0) 786 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-21T04:32:06.576 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: audit 2024-09-21T04:32:05.348857+0000 mon.a (mon.0) 786 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-21T04:32:06.576 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: audit 2024-09-21T04:32:05.349541+0000 mon.a (mon.0) 787 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-21T04:32:06.576 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: audit 2024-09-21T04:32:05.349541+0000 mon.a (mon.0) 787 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-21T04:32:06.576 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: cluster 2024-09-21T04:32:05.376525+0000 mon.a (mon.0) 788 : cluster [INF] Manager daemon a is now available 2024-09-21T04:32:06.576 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: cluster 2024-09-21T04:32:05.376525+0000 mon.a (mon.0) 788 : cluster [INF] Manager daemon a is now available 2024-09-21T04:32:06.576 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: audit 2024-09-21T04:32:05.798145+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:06.576 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: audit 2024-09-21T04:32:05.798145+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:06.576 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: audit 2024-09-21T04:32:05.801710+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:32:06.576 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: audit 2024-09-21T04:32:05.801710+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:32:06.576 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: audit 2024-09-21T04:32:05.806351+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi028", "name": "osd_memory_target"} : dispatch 2024-09-21T04:32:06.576 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: audit 2024-09-21T04:32:05.806351+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi028", "name": "osd_memory_target"} : dispatch 2024-09-21T04:32:06.577 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: audit 2024-09-21T04:32:05.806800+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi032", "name": "osd_memory_target"} : dispatch 2024-09-21T04:32:06.577 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: audit 2024-09-21T04:32:05.806800+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi032", "name": "osd_memory_target"} : dispatch 2024-09-21T04:32:06.577 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: audit 2024-09-21T04:32:05.809761+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi028", "name": "osd_memory_target"}]': finished 2024-09-21T04:32:06.577 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: audit 2024-09-21T04:32:05.809761+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi028", "name": "osd_memory_target"}]': finished 2024-09-21T04:32:06.577 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: audit 2024-09-21T04:32:05.811339+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi204", "name": "osd_memory_target"} : dispatch 2024-09-21T04:32:06.577 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: audit 2024-09-21T04:32:05.811339+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi204", "name": "osd_memory_target"} : dispatch 2024-09-21T04:32:06.577 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: audit 2024-09-21T04:32:05.815687+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi032", "name": "osd_memory_target"}]': finished 2024-09-21T04:32:06.577 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: audit 2024-09-21T04:32:05.815687+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi032", "name": "osd_memory_target"}]': finished 2024-09-21T04:32:06.577 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: audit 2024-09-21T04:32:05.821796+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi204", "name": "osd_memory_target"}]': finished 2024-09-21T04:32:06.577 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: audit 2024-09-21T04:32:05.821796+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi204", "name": "osd_memory_target"}]': finished 2024-09-21T04:32:06.577 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: audit 2024-09-21T04:32:05.823546+0000 mon.a (mon.0) 797 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:32:06.577 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: audit 2024-09-21T04:32:05.823546+0000 mon.a (mon.0) 797 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:32:06.577 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: audit 2024-09-21T04:32:05.824257+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:32:06.578 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: audit 2024-09-21T04:32:05.824257+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:32:06.578 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: cephadm 2024-09-21T04:32:05.825766+0000 mgr.a (mgr.14391) 1 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.conf 2024-09-21T04:32:06.578 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: cephadm 2024-09-21T04:32:05.825766+0000 mgr.a (mgr.14391) 1 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.conf 2024-09-21T04:32:06.578 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: cephadm 2024-09-21T04:32:05.826219+0000 mgr.a (mgr.14391) 2 : cephadm [INF] Updating smithi032:/etc/ceph/ceph.conf 2024-09-21T04:32:06.578 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: cephadm 2024-09-21T04:32:05.826219+0000 mgr.a (mgr.14391) 2 : cephadm [INF] Updating smithi032:/etc/ceph/ceph.conf 2024-09-21T04:32:06.578 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: cephadm 2024-09-21T04:32:05.826487+0000 mgr.a (mgr.14391) 3 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.conf 2024-09-21T04:32:06.578 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: cephadm 2024-09-21T04:32:05.826487+0000 mgr.a (mgr.14391) 3 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.conf 2024-09-21T04:32:06.578 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: audit 2024-09-21T04:32:05.829088+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:06.578 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: audit 2024-09-21T04:32:05.829088+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:06.578 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: audit 2024-09-21T04:32:05.833327+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:32:06.578 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: audit 2024-09-21T04:32:05.833327+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:32:06.579 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: audit 2024-09-21T04:32:05.834869+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T04:32:06.579 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: audit 2024-09-21T04:32:05.834869+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T04:32:06.579 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: audit 2024-09-21T04:32:05.848714+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-21T04:32:06.579 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: audit 2024-09-21T04:32:05.848714+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-21T04:32:06.579 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: audit 2024-09-21T04:32:05.857828+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-21T04:32:06.579 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:06 smithi204 bash[23242]: audit 2024-09-21T04:32:05.857828+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-21T04:32:06.731 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22963]: [21/Sep/2024:04:32:06] ENGINE Bus STARTING 2024-09-21T04:32:06.731 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22963]: CherryPy Checker: 2024-09-21T04:32:06.732 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22963]: The Application mounted at '' has an empty config. 2024-09-21T04:32:06.732 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22963]: [21/Sep/2024:04:32:06] ENGINE Serving on http://:::9283 2024-09-21T04:32:06.732 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22963]: [21/Sep/2024:04:32:06] ENGINE Bus STARTED 2024-09-21T04:32:06.732 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: cluster 2024-09-21T04:32:05.319967+0000 mon.a (mon.0) 772 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-09-21T04:32:06.732 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: cluster 2024-09-21T04:32:05.319967+0000 mon.a (mon.0) 772 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-09-21T04:32:06.732 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: cluster 2024-09-21T04:32:05.328847+0000 mon.a (mon.0) 773 : cluster [INF] Active manager daemon a restarted 2024-09-21T04:32:06.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: cluster 2024-09-21T04:32:05.328847+0000 mon.a (mon.0) 773 : cluster [INF] Active manager daemon a restarted 2024-09-21T04:32:06.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: cluster 2024-09-21T04:32:05.329149+0000 mon.a (mon.0) 774 : cluster [INF] Activating manager daemon a 2024-09-21T04:32:06.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: cluster 2024-09-21T04:32:05.329149+0000 mon.a (mon.0) 774 : cluster [INF] Activating manager daemon a 2024-09-21T04:32:06.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: cluster 2024-09-21T04:32:05.340574+0000 mon.a (mon.0) 775 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-21T04:32:06.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: cluster 2024-09-21T04:32:05.340574+0000 mon.a (mon.0) 775 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-21T04:32:06.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: cluster 2024-09-21T04:32:05.341458+0000 mon.a (mon.0) 776 : cluster [DBG] mgrmap e18: a(active, starting, since 0.0124569s), standbys: b 2024-09-21T04:32:06.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: cluster 2024-09-21T04:32:05.341458+0000 mon.a (mon.0) 776 : cluster [DBG] mgrmap e18: a(active, starting, since 0.0124569s), standbys: b 2024-09-21T04:32:06.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: audit 2024-09-21T04:32:05.343913+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T04:32:06.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: audit 2024-09-21T04:32:05.343913+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T04:32:06.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: audit 2024-09-21T04:32:05.344219+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:32:06.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: audit 2024-09-21T04:32:05.344219+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:32:06.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: audit 2024-09-21T04:32:05.344494+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:32:06.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: audit 2024-09-21T04:32:05.344494+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:32:06.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: audit 2024-09-21T04:32:05.346161+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-21T04:32:06.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: audit 2024-09-21T04:32:05.346161+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-21T04:32:06.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: audit 2024-09-21T04:32:05.346566+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-21T04:32:06.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: audit 2024-09-21T04:32:05.346566+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-21T04:32:06.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: audit 2024-09-21T04:32:05.346912+0000 mon.a (mon.0) 782 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T04:32:06.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: audit 2024-09-21T04:32:05.346912+0000 mon.a (mon.0) 782 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T04:32:06.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: audit 2024-09-21T04:32:05.347436+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T04:32:06.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: audit 2024-09-21T04:32:05.347436+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T04:32:06.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: audit 2024-09-21T04:32:05.347929+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T04:32:06.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: audit 2024-09-21T04:32:05.347929+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T04:32:06.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: audit 2024-09-21T04:32:05.348497+0000 mon.a (mon.0) 785 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-21T04:32:06.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: audit 2024-09-21T04:32:05.348497+0000 mon.a (mon.0) 785 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-21T04:32:06.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: audit 2024-09-21T04:32:05.348857+0000 mon.a (mon.0) 786 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-21T04:32:06.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: audit 2024-09-21T04:32:05.348857+0000 mon.a (mon.0) 786 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-21T04:32:06.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: audit 2024-09-21T04:32:05.349541+0000 mon.a (mon.0) 787 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-21T04:32:06.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: audit 2024-09-21T04:32:05.349541+0000 mon.a (mon.0) 787 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-21T04:32:06.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: cluster 2024-09-21T04:32:05.376525+0000 mon.a (mon.0) 788 : cluster [INF] Manager daemon a is now available 2024-09-21T04:32:06.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: cluster 2024-09-21T04:32:05.376525+0000 mon.a (mon.0) 788 : cluster [INF] Manager daemon a is now available 2024-09-21T04:32:06.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: audit 2024-09-21T04:32:05.798145+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:06.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: audit 2024-09-21T04:32:05.798145+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:06.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: audit 2024-09-21T04:32:05.801710+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:32:06.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: audit 2024-09-21T04:32:05.801710+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:32:06.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: audit 2024-09-21T04:32:05.806351+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi028", "name": "osd_memory_target"} : dispatch 2024-09-21T04:32:06.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: audit 2024-09-21T04:32:05.806351+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi028", "name": "osd_memory_target"} : dispatch 2024-09-21T04:32:06.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: audit 2024-09-21T04:32:05.806800+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi032", "name": "osd_memory_target"} : dispatch 2024-09-21T04:32:06.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: audit 2024-09-21T04:32:05.806800+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi032", "name": "osd_memory_target"} : dispatch 2024-09-21T04:32:06.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: audit 2024-09-21T04:32:05.809761+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi028", "name": "osd_memory_target"}]': finished 2024-09-21T04:32:06.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: audit 2024-09-21T04:32:05.809761+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi028", "name": "osd_memory_target"}]': finished 2024-09-21T04:32:06.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: audit 2024-09-21T04:32:05.811339+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi204", "name": "osd_memory_target"} : dispatch 2024-09-21T04:32:06.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: audit 2024-09-21T04:32:05.811339+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi204", "name": "osd_memory_target"} : dispatch 2024-09-21T04:32:06.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: audit 2024-09-21T04:32:05.815687+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi032", "name": "osd_memory_target"}]': finished 2024-09-21T04:32:06.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: audit 2024-09-21T04:32:05.815687+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi032", "name": "osd_memory_target"}]': finished 2024-09-21T04:32:06.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: audit 2024-09-21T04:32:05.821796+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi204", "name": "osd_memory_target"}]': finished 2024-09-21T04:32:06.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: audit 2024-09-21T04:32:05.821796+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi204", "name": "osd_memory_target"}]': finished 2024-09-21T04:32:06.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: audit 2024-09-21T04:32:05.823546+0000 mon.a (mon.0) 797 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:32:06.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: audit 2024-09-21T04:32:05.823546+0000 mon.a (mon.0) 797 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:32:06.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: audit 2024-09-21T04:32:05.824257+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:32:06.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: audit 2024-09-21T04:32:05.824257+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:32:06.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: cephadm 2024-09-21T04:32:05.825766+0000 mgr.a (mgr.14391) 1 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.conf 2024-09-21T04:32:06.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: cephadm 2024-09-21T04:32:05.825766+0000 mgr.a (mgr.14391) 1 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.conf 2024-09-21T04:32:06.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: cephadm 2024-09-21T04:32:05.826219+0000 mgr.a (mgr.14391) 2 : cephadm [INF] Updating smithi032:/etc/ceph/ceph.conf 2024-09-21T04:32:06.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: cephadm 2024-09-21T04:32:05.826219+0000 mgr.a (mgr.14391) 2 : cephadm [INF] Updating smithi032:/etc/ceph/ceph.conf 2024-09-21T04:32:06.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: cephadm 2024-09-21T04:32:05.826487+0000 mgr.a (mgr.14391) 3 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.conf 2024-09-21T04:32:06.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: cephadm 2024-09-21T04:32:05.826487+0000 mgr.a (mgr.14391) 3 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.conf 2024-09-21T04:32:06.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: audit 2024-09-21T04:32:05.829088+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:06.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: audit 2024-09-21T04:32:05.829088+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:06.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: audit 2024-09-21T04:32:05.833327+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:32:06.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: audit 2024-09-21T04:32:05.833327+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:32:06.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: audit 2024-09-21T04:32:05.834869+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T04:32:06.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: audit 2024-09-21T04:32:05.834869+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T04:32:06.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: audit 2024-09-21T04:32:05.848714+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-21T04:32:06.738 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: audit 2024-09-21T04:32:05.848714+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-21T04:32:06.738 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: audit 2024-09-21T04:32:05.857828+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-21T04:32:06.738 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:06 smithi028 bash[22708]: audit 2024-09-21T04:32:05.857828+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-21T04:32:06.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: cluster 2024-09-21T04:32:05.319967+0000 mon.a (mon.0) 772 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-09-21T04:32:06.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: cluster 2024-09-21T04:32:05.319967+0000 mon.a (mon.0) 772 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-09-21T04:32:06.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: cluster 2024-09-21T04:32:05.328847+0000 mon.a (mon.0) 773 : cluster [INF] Active manager daemon a restarted 2024-09-21T04:32:06.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: cluster 2024-09-21T04:32:05.328847+0000 mon.a (mon.0) 773 : cluster [INF] Active manager daemon a restarted 2024-09-21T04:32:06.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: cluster 2024-09-21T04:32:05.329149+0000 mon.a (mon.0) 774 : cluster [INF] Activating manager daemon a 2024-09-21T04:32:06.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: cluster 2024-09-21T04:32:05.329149+0000 mon.a (mon.0) 774 : cluster [INF] Activating manager daemon a 2024-09-21T04:32:06.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: cluster 2024-09-21T04:32:05.340574+0000 mon.a (mon.0) 775 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-21T04:32:06.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: cluster 2024-09-21T04:32:05.340574+0000 mon.a (mon.0) 775 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-21T04:32:06.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: cluster 2024-09-21T04:32:05.341458+0000 mon.a (mon.0) 776 : cluster [DBG] mgrmap e18: a(active, starting, since 0.0124569s), standbys: b 2024-09-21T04:32:06.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: cluster 2024-09-21T04:32:05.341458+0000 mon.a (mon.0) 776 : cluster [DBG] mgrmap e18: a(active, starting, since 0.0124569s), standbys: b 2024-09-21T04:32:06.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: audit 2024-09-21T04:32:05.343913+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T04:32:06.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: audit 2024-09-21T04:32:05.343913+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T04:32:06.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: audit 2024-09-21T04:32:05.344219+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:32:06.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: audit 2024-09-21T04:32:05.344219+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T04:32:06.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: audit 2024-09-21T04:32:05.344494+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:32:06.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: audit 2024-09-21T04:32:05.344494+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T04:32:06.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: audit 2024-09-21T04:32:05.346161+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-21T04:32:06.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: audit 2024-09-21T04:32:05.346161+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-21T04:32:06.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: audit 2024-09-21T04:32:05.346566+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-21T04:32:06.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: audit 2024-09-21T04:32:05.346566+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-21T04:32:06.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: audit 2024-09-21T04:32:05.346912+0000 mon.a (mon.0) 782 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T04:32:06.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: audit 2024-09-21T04:32:05.346912+0000 mon.a (mon.0) 782 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T04:32:06.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: audit 2024-09-21T04:32:05.347436+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T04:32:06.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: audit 2024-09-21T04:32:05.347436+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T04:32:06.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: audit 2024-09-21T04:32:05.347929+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T04:32:06.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: audit 2024-09-21T04:32:05.347929+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T04:32:06.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: audit 2024-09-21T04:32:05.348497+0000 mon.a (mon.0) 785 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-21T04:32:06.791 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: audit 2024-09-21T04:32:05.348497+0000 mon.a (mon.0) 785 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-21T04:32:06.791 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: audit 2024-09-21T04:32:05.348857+0000 mon.a (mon.0) 786 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-21T04:32:06.791 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: audit 2024-09-21T04:32:05.348857+0000 mon.a (mon.0) 786 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-21T04:32:06.791 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: audit 2024-09-21T04:32:05.349541+0000 mon.a (mon.0) 787 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-21T04:32:06.791 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: audit 2024-09-21T04:32:05.349541+0000 mon.a (mon.0) 787 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-21T04:32:06.791 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: cluster 2024-09-21T04:32:05.376525+0000 mon.a (mon.0) 788 : cluster [INF] Manager daemon a is now available 2024-09-21T04:32:06.791 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: cluster 2024-09-21T04:32:05.376525+0000 mon.a (mon.0) 788 : cluster [INF] Manager daemon a is now available 2024-09-21T04:32:06.791 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: audit 2024-09-21T04:32:05.798145+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:06.791 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: audit 2024-09-21T04:32:05.798145+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:06.791 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: audit 2024-09-21T04:32:05.801710+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:32:06.791 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: audit 2024-09-21T04:32:05.801710+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:32:06.791 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: audit 2024-09-21T04:32:05.806351+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi028", "name": "osd_memory_target"} : dispatch 2024-09-21T04:32:06.791 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: audit 2024-09-21T04:32:05.806351+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi028", "name": "osd_memory_target"} : dispatch 2024-09-21T04:32:06.792 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: audit 2024-09-21T04:32:05.806800+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi032", "name": "osd_memory_target"} : dispatch 2024-09-21T04:32:06.792 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: audit 2024-09-21T04:32:05.806800+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi032", "name": "osd_memory_target"} : dispatch 2024-09-21T04:32:06.792 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: audit 2024-09-21T04:32:05.809761+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi028", "name": "osd_memory_target"}]': finished 2024-09-21T04:32:06.792 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: audit 2024-09-21T04:32:05.809761+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi028", "name": "osd_memory_target"}]': finished 2024-09-21T04:32:06.792 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: audit 2024-09-21T04:32:05.811339+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi204", "name": "osd_memory_target"} : dispatch 2024-09-21T04:32:06.792 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: audit 2024-09-21T04:32:05.811339+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi204", "name": "osd_memory_target"} : dispatch 2024-09-21T04:32:06.792 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: audit 2024-09-21T04:32:05.815687+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi032", "name": "osd_memory_target"}]': finished 2024-09-21T04:32:06.792 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: audit 2024-09-21T04:32:05.815687+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi032", "name": "osd_memory_target"}]': finished 2024-09-21T04:32:06.792 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: audit 2024-09-21T04:32:05.821796+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi204", "name": "osd_memory_target"}]': finished 2024-09-21T04:32:06.792 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: audit 2024-09-21T04:32:05.821796+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi204", "name": "osd_memory_target"}]': finished 2024-09-21T04:32:06.792 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: audit 2024-09-21T04:32:05.823546+0000 mon.a (mon.0) 797 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:32:06.792 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: audit 2024-09-21T04:32:05.823546+0000 mon.a (mon.0) 797 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:32:06.792 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: audit 2024-09-21T04:32:05.824257+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:32:06.793 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: audit 2024-09-21T04:32:05.824257+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:32:06.793 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: cephadm 2024-09-21T04:32:05.825766+0000 mgr.a (mgr.14391) 1 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.conf 2024-09-21T04:32:06.793 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: cephadm 2024-09-21T04:32:05.825766+0000 mgr.a (mgr.14391) 1 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.conf 2024-09-21T04:32:06.793 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: cephadm 2024-09-21T04:32:05.826219+0000 mgr.a (mgr.14391) 2 : cephadm [INF] Updating smithi032:/etc/ceph/ceph.conf 2024-09-21T04:32:06.793 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: cephadm 2024-09-21T04:32:05.826219+0000 mgr.a (mgr.14391) 2 : cephadm [INF] Updating smithi032:/etc/ceph/ceph.conf 2024-09-21T04:32:06.793 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: cephadm 2024-09-21T04:32:05.826487+0000 mgr.a (mgr.14391) 3 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.conf 2024-09-21T04:32:06.793 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: cephadm 2024-09-21T04:32:05.826487+0000 mgr.a (mgr.14391) 3 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.conf 2024-09-21T04:32:06.793 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: audit 2024-09-21T04:32:05.829088+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:06.793 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: audit 2024-09-21T04:32:05.829088+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:06.793 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: audit 2024-09-21T04:32:05.833327+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:32:06.793 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: audit 2024-09-21T04:32:05.833327+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:32:06.793 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: audit 2024-09-21T04:32:05.834869+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T04:32:06.793 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: audit 2024-09-21T04:32:05.834869+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T04:32:06.793 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: audit 2024-09-21T04:32:05.848714+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-21T04:32:06.794 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: audit 2024-09-21T04:32:05.848714+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-21T04:32:06.794 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: audit 2024-09-21T04:32:05.857828+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-21T04:32:06.794 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:06 smithi032 bash[23468]: audit 2024-09-21T04:32:05.857828+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-21T04:32:07.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:07 smithi204 bash[23242]: cephadm 2024-09-21T04:32:06.246970+0000 mgr.a (mgr.14391) 4 : cephadm [INF] Updating smithi028:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:32:07.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:07 smithi204 bash[23242]: cephadm 2024-09-21T04:32:06.246970+0000 mgr.a (mgr.14391) 4 : cephadm [INF] Updating smithi028:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:32:07.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:07 smithi204 bash[23242]: cephadm 2024-09-21T04:32:06.257391+0000 mgr.a (mgr.14391) 5 : cephadm [INF] Updating smithi032:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:32:07.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:07 smithi204 bash[23242]: cephadm 2024-09-21T04:32:06.257391+0000 mgr.a (mgr.14391) 5 : cephadm [INF] Updating smithi032:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:32:07.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:07 smithi204 bash[23242]: cluster 2024-09-21T04:32:06.343831+0000 mon.a (mon.0) 804 : cluster [DBG] mgrmap e19: a(active, since 1.01484s), standbys: b 2024-09-21T04:32:07.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:07 smithi204 bash[23242]: cluster 2024-09-21T04:32:06.343831+0000 mon.a (mon.0) 804 : cluster [DBG] mgrmap e19: a(active, since 1.01484s), standbys: b 2024-09-21T04:32:07.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:07 smithi204 bash[23242]: audit 2024-09-21T04:32:06.345050+0000 mgr.a (mgr.14391) 6 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T04:32:07.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:07 smithi204 bash[23242]: audit 2024-09-21T04:32:06.345050+0000 mgr.a (mgr.14391) 6 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T04:32:07.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:07 smithi204 bash[23242]: cluster 2024-09-21T04:32:06.349683+0000 mgr.a (mgr.14391) 7 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:07.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:07 smithi204 bash[23242]: cluster 2024-09-21T04:32:06.349683+0000 mgr.a (mgr.14391) 7 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:07.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:07 smithi204 bash[23242]: cephadm 2024-09-21T04:32:06.439907+0000 mgr.a (mgr.14391) 8 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.client.admin.keyring 2024-09-21T04:32:07.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:07 smithi204 bash[23242]: cephadm 2024-09-21T04:32:06.439907+0000 mgr.a (mgr.14391) 8 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.client.admin.keyring 2024-09-21T04:32:07.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:07 smithi204 bash[23242]: cephadm 2024-09-21T04:32:06.730019+0000 mgr.a (mgr.14391) 9 : cephadm [INF] Updating smithi204:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:32:07.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:07 smithi204 bash[23242]: cephadm 2024-09-21T04:32:06.730019+0000 mgr.a (mgr.14391) 9 : cephadm [INF] Updating smithi204:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:32:07.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:07 smithi204 bash[23242]: cephadm 2024-09-21T04:32:06.731663+0000 mgr.a (mgr.14391) 10 : cephadm [INF] Updating smithi032:/etc/ceph/ceph.client.admin.keyring 2024-09-21T04:32:07.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:07 smithi204 bash[23242]: cephadm 2024-09-21T04:32:06.731663+0000 mgr.a (mgr.14391) 10 : cephadm [INF] Updating smithi032:/etc/ceph/ceph.client.admin.keyring 2024-09-21T04:32:07.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:07 smithi204 bash[23242]: cephadm 2024-09-21T04:32:06.864385+0000 mgr.a (mgr.14391) 11 : cephadm [INF] Updating smithi028:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T04:32:07.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:07 smithi204 bash[23242]: cephadm 2024-09-21T04:32:06.864385+0000 mgr.a (mgr.14391) 11 : cephadm [INF] Updating smithi028:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T04:32:07.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:07 smithi204 bash[23242]: cephadm 2024-09-21T04:32:06.881444+0000 mgr.a (mgr.14391) 12 : cephadm [INF] Updating smithi032:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T04:32:07.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:07 smithi204 bash[23242]: cephadm 2024-09-21T04:32:06.881444+0000 mgr.a (mgr.14391) 12 : cephadm [INF] Updating smithi032:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T04:32:07.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:07 smithi204 bash[23242]: cephadm 2024-09-21T04:32:06.881903+0000 mgr.a (mgr.14391) 13 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.client.admin.keyring 2024-09-21T04:32:07.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:07 smithi204 bash[23242]: cephadm 2024-09-21T04:32:06.881903+0000 mgr.a (mgr.14391) 13 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.client.admin.keyring 2024-09-21T04:32:07.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:07 smithi204 bash[23242]: audit 2024-09-21T04:32:06.974332+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:07.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:07 smithi204 bash[23242]: audit 2024-09-21T04:32:06.974332+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:07.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:07 smithi204 bash[23242]: audit 2024-09-21T04:32:06.980095+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:07.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:07 smithi204 bash[23242]: audit 2024-09-21T04:32:06.980095+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:07.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:07 smithi204 bash[23242]: audit 2024-09-21T04:32:06.994063+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:07.575 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:07 smithi204 bash[23242]: audit 2024-09-21T04:32:06.994063+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:07.575 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:07 smithi204 bash[23242]: audit 2024-09-21T04:32:06.999165+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:07.575 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:07 smithi204 bash[23242]: audit 2024-09-21T04:32:06.999165+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:07.575 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:07 smithi204 bash[23242]: audit 2024-09-21T04:32:07.059990+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:07.575 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:07 smithi204 bash[23242]: audit 2024-09-21T04:32:07.059990+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:07.575 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:07 smithi204 bash[23242]: audit 2024-09-21T04:32:07.068164+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:07.575 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:07 smithi204 bash[23242]: audit 2024-09-21T04:32:07.068164+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:07.575 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:07 smithi204 bash[23242]: audit 2024-09-21T04:32:07.075281+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:07.575 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:07 smithi204 bash[23242]: audit 2024-09-21T04:32:07.075281+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:07.575 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:07 smithi204 bash[23242]: audit 2024-09-21T04:32:07.082381+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:07.575 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:07 smithi204 bash[23242]: audit 2024-09-21T04:32:07.082381+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:07.732 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:32:07 smithi028 bash[22963]: debug 2024-09-21T04:32:07.405+0000 7f430d510640 -1 log_channel(cephadm) log [ERR] : [21/Sep/2024:04:32:07] ENGINE Error in HTTPServer.serve 2024-09-21T04:32:07.732 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:32:07 smithi028 bash[22963]: Traceback (most recent call last): 2024-09-21T04:32:07.732 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:32:07 smithi028 bash[22963]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T04:32:07.732 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:32:07 smithi028 bash[22963]: self._connections.run(self.expiration_interval) 2024-09-21T04:32:07.732 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:32:07 smithi028 bash[22963]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T04:32:07.732 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:32:07 smithi028 bash[22963]: self._run(expiration_interval) 2024-09-21T04:32:07.732 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:32:07 smithi028 bash[22963]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T04:32:07.732 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:32:07 smithi028 bash[22963]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T04:32:07.732 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:32:07 smithi028 bash[22963]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T04:32:07.733 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:32:07 smithi028 bash[22963]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T04:32:07.733 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:32:07 smithi028 bash[22963]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T04:32:07.733 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:32:07 smithi028 bash[22963]: s = self.context.wrap_socket( 2024-09-21T04:32:07.733 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:32:07 smithi028 bash[22963]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T04:32:07.733 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:32:07 smithi028 bash[22963]: return self.sslsocket_class._create( 2024-09-21T04:32:07.733 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:32:07 smithi028 bash[22963]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T04:32:07.733 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:32:07 smithi028 bash[22963]: self.do_handshake() 2024-09-21T04:32:07.733 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:32:07 smithi028 bash[22963]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T04:32:07.733 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:32:07 smithi028 bash[22963]: self._sslobj.do_handshake() 2024-09-21T04:32:07.733 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:32:07 smithi028 bash[22963]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T04:32:07.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:07 smithi028 bash[22708]: cephadm 2024-09-21T04:32:06.246970+0000 mgr.a (mgr.14391) 4 : cephadm [INF] Updating smithi028:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:32:07.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:07 smithi028 bash[22708]: cephadm 2024-09-21T04:32:06.246970+0000 mgr.a (mgr.14391) 4 : cephadm [INF] Updating smithi028:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:32:07.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:07 smithi028 bash[22708]: cephadm 2024-09-21T04:32:06.257391+0000 mgr.a (mgr.14391) 5 : cephadm [INF] Updating smithi032:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:32:07.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:07 smithi028 bash[22708]: cephadm 2024-09-21T04:32:06.257391+0000 mgr.a (mgr.14391) 5 : cephadm [INF] Updating smithi032:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:32:07.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:07 smithi028 bash[22708]: cluster 2024-09-21T04:32:06.343831+0000 mon.a (mon.0) 804 : cluster [DBG] mgrmap e19: a(active, since 1.01484s), standbys: b 2024-09-21T04:32:07.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:07 smithi028 bash[22708]: cluster 2024-09-21T04:32:06.343831+0000 mon.a (mon.0) 804 : cluster [DBG] mgrmap e19: a(active, since 1.01484s), standbys: b 2024-09-21T04:32:07.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:07 smithi028 bash[22708]: audit 2024-09-21T04:32:06.345050+0000 mgr.a (mgr.14391) 6 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T04:32:07.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:07 smithi028 bash[22708]: audit 2024-09-21T04:32:06.345050+0000 mgr.a (mgr.14391) 6 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T04:32:07.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:07 smithi028 bash[22708]: cluster 2024-09-21T04:32:06.349683+0000 mgr.a (mgr.14391) 7 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:07.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:07 smithi028 bash[22708]: cluster 2024-09-21T04:32:06.349683+0000 mgr.a (mgr.14391) 7 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:07.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:07 smithi028 bash[22708]: cephadm 2024-09-21T04:32:06.439907+0000 mgr.a (mgr.14391) 8 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.client.admin.keyring 2024-09-21T04:32:07.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:07 smithi028 bash[22708]: cephadm 2024-09-21T04:32:06.439907+0000 mgr.a (mgr.14391) 8 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.client.admin.keyring 2024-09-21T04:32:07.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:07 smithi028 bash[22708]: cephadm 2024-09-21T04:32:06.730019+0000 mgr.a (mgr.14391) 9 : cephadm [INF] Updating smithi204:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:32:07.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:07 smithi028 bash[22708]: cephadm 2024-09-21T04:32:06.730019+0000 mgr.a (mgr.14391) 9 : cephadm [INF] Updating smithi204:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:32:07.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:07 smithi028 bash[22708]: cephadm 2024-09-21T04:32:06.731663+0000 mgr.a (mgr.14391) 10 : cephadm [INF] Updating smithi032:/etc/ceph/ceph.client.admin.keyring 2024-09-21T04:32:07.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:07 smithi028 bash[22708]: cephadm 2024-09-21T04:32:06.731663+0000 mgr.a (mgr.14391) 10 : cephadm [INF] Updating smithi032:/etc/ceph/ceph.client.admin.keyring 2024-09-21T04:32:07.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:07 smithi028 bash[22708]: cephadm 2024-09-21T04:32:06.864385+0000 mgr.a (mgr.14391) 11 : cephadm [INF] Updating smithi028:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T04:32:07.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:07 smithi028 bash[22708]: cephadm 2024-09-21T04:32:06.864385+0000 mgr.a (mgr.14391) 11 : cephadm [INF] Updating smithi028:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T04:32:07.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:07 smithi028 bash[22708]: cephadm 2024-09-21T04:32:06.881444+0000 mgr.a (mgr.14391) 12 : cephadm [INF] Updating smithi032:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T04:32:07.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:07 smithi028 bash[22708]: cephadm 2024-09-21T04:32:06.881444+0000 mgr.a (mgr.14391) 12 : cephadm [INF] Updating smithi032:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T04:32:07.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:07 smithi028 bash[22708]: cephadm 2024-09-21T04:32:06.881903+0000 mgr.a (mgr.14391) 13 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.client.admin.keyring 2024-09-21T04:32:07.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:07 smithi028 bash[22708]: cephadm 2024-09-21T04:32:06.881903+0000 mgr.a (mgr.14391) 13 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.client.admin.keyring 2024-09-21T04:32:07.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:07 smithi028 bash[22708]: audit 2024-09-21T04:32:06.974332+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:07.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:07 smithi028 bash[22708]: audit 2024-09-21T04:32:06.974332+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:07.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:07 smithi028 bash[22708]: audit 2024-09-21T04:32:06.980095+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:07.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:07 smithi028 bash[22708]: audit 2024-09-21T04:32:06.980095+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:07.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:07 smithi028 bash[22708]: audit 2024-09-21T04:32:06.994063+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:07.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:07 smithi028 bash[22708]: audit 2024-09-21T04:32:06.994063+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:07.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:07 smithi028 bash[22708]: audit 2024-09-21T04:32:06.999165+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:07.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:07 smithi028 bash[22708]: audit 2024-09-21T04:32:06.999165+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:07.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:07 smithi028 bash[22708]: audit 2024-09-21T04:32:07.059990+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:07.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:07 smithi028 bash[22708]: audit 2024-09-21T04:32:07.059990+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:07.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:07 smithi028 bash[22708]: audit 2024-09-21T04:32:07.068164+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:07.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:07 smithi028 bash[22708]: audit 2024-09-21T04:32:07.068164+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:07.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:07 smithi028 bash[22708]: audit 2024-09-21T04:32:07.075281+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:07.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:07 smithi028 bash[22708]: audit 2024-09-21T04:32:07.075281+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:07.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:07 smithi028 bash[22708]: audit 2024-09-21T04:32:07.082381+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:07.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:07 smithi028 bash[22708]: audit 2024-09-21T04:32:07.082381+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:07.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:07 smithi032 bash[23468]: cephadm 2024-09-21T04:32:06.246970+0000 mgr.a (mgr.14391) 4 : cephadm [INF] Updating smithi028:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:32:07.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:07 smithi032 bash[23468]: cephadm 2024-09-21T04:32:06.246970+0000 mgr.a (mgr.14391) 4 : cephadm [INF] Updating smithi028:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:32:07.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:07 smithi032 bash[23468]: cephadm 2024-09-21T04:32:06.257391+0000 mgr.a (mgr.14391) 5 : cephadm [INF] Updating smithi032:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:32:07.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:07 smithi032 bash[23468]: cephadm 2024-09-21T04:32:06.257391+0000 mgr.a (mgr.14391) 5 : cephadm [INF] Updating smithi032:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:32:07.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:07 smithi032 bash[23468]: cluster 2024-09-21T04:32:06.343831+0000 mon.a (mon.0) 804 : cluster [DBG] mgrmap e19: a(active, since 1.01484s), standbys: b 2024-09-21T04:32:07.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:07 smithi032 bash[23468]: cluster 2024-09-21T04:32:06.343831+0000 mon.a (mon.0) 804 : cluster [DBG] mgrmap e19: a(active, since 1.01484s), standbys: b 2024-09-21T04:32:07.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:07 smithi032 bash[23468]: audit 2024-09-21T04:32:06.345050+0000 mgr.a (mgr.14391) 6 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T04:32:07.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:07 smithi032 bash[23468]: audit 2024-09-21T04:32:06.345050+0000 mgr.a (mgr.14391) 6 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T04:32:07.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:07 smithi032 bash[23468]: cluster 2024-09-21T04:32:06.349683+0000 mgr.a (mgr.14391) 7 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:07.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:07 smithi032 bash[23468]: cluster 2024-09-21T04:32:06.349683+0000 mgr.a (mgr.14391) 7 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:07.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:07 smithi032 bash[23468]: cephadm 2024-09-21T04:32:06.439907+0000 mgr.a (mgr.14391) 8 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.client.admin.keyring 2024-09-21T04:32:07.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:07 smithi032 bash[23468]: cephadm 2024-09-21T04:32:06.439907+0000 mgr.a (mgr.14391) 8 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.client.admin.keyring 2024-09-21T04:32:07.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:07 smithi032 bash[23468]: cephadm 2024-09-21T04:32:06.730019+0000 mgr.a (mgr.14391) 9 : cephadm [INF] Updating smithi204:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:32:07.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:07 smithi032 bash[23468]: cephadm 2024-09-21T04:32:06.730019+0000 mgr.a (mgr.14391) 9 : cephadm [INF] Updating smithi204:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T04:32:07.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:07 smithi032 bash[23468]: cephadm 2024-09-21T04:32:06.731663+0000 mgr.a (mgr.14391) 10 : cephadm [INF] Updating smithi032:/etc/ceph/ceph.client.admin.keyring 2024-09-21T04:32:07.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:07 smithi032 bash[23468]: cephadm 2024-09-21T04:32:06.731663+0000 mgr.a (mgr.14391) 10 : cephadm [INF] Updating smithi032:/etc/ceph/ceph.client.admin.keyring 2024-09-21T04:32:07.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:07 smithi032 bash[23468]: cephadm 2024-09-21T04:32:06.864385+0000 mgr.a (mgr.14391) 11 : cephadm [INF] Updating smithi028:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T04:32:07.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:07 smithi032 bash[23468]: cephadm 2024-09-21T04:32:06.864385+0000 mgr.a (mgr.14391) 11 : cephadm [INF] Updating smithi028:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T04:32:07.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:07 smithi032 bash[23468]: cephadm 2024-09-21T04:32:06.881444+0000 mgr.a (mgr.14391) 12 : cephadm [INF] Updating smithi032:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T04:32:07.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:07 smithi032 bash[23468]: cephadm 2024-09-21T04:32:06.881444+0000 mgr.a (mgr.14391) 12 : cephadm [INF] Updating smithi032:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T04:32:07.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:07 smithi032 bash[23468]: cephadm 2024-09-21T04:32:06.881903+0000 mgr.a (mgr.14391) 13 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.client.admin.keyring 2024-09-21T04:32:07.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:07 smithi032 bash[23468]: cephadm 2024-09-21T04:32:06.881903+0000 mgr.a (mgr.14391) 13 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.client.admin.keyring 2024-09-21T04:32:07.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:07 smithi032 bash[23468]: audit 2024-09-21T04:32:06.974332+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:07.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:07 smithi032 bash[23468]: audit 2024-09-21T04:32:06.974332+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:07.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:07 smithi032 bash[23468]: audit 2024-09-21T04:32:06.980095+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:07.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:07 smithi032 bash[23468]: audit 2024-09-21T04:32:06.980095+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:07.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:07 smithi032 bash[23468]: audit 2024-09-21T04:32:06.994063+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:07.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:07 smithi032 bash[23468]: audit 2024-09-21T04:32:06.994063+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:07.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:07 smithi032 bash[23468]: audit 2024-09-21T04:32:06.999165+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:07.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:07 smithi032 bash[23468]: audit 2024-09-21T04:32:06.999165+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:07.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:07 smithi032 bash[23468]: audit 2024-09-21T04:32:07.059990+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:07.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:07 smithi032 bash[23468]: audit 2024-09-21T04:32:07.059990+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:07.791 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:07 smithi032 bash[23468]: audit 2024-09-21T04:32:07.068164+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:07.791 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:07 smithi032 bash[23468]: audit 2024-09-21T04:32:07.068164+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:07.791 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:07 smithi032 bash[23468]: audit 2024-09-21T04:32:07.075281+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:07.791 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:07 smithi032 bash[23468]: audit 2024-09-21T04:32:07.075281+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:07.791 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:07 smithi032 bash[23468]: audit 2024-09-21T04:32:07.082381+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:07.791 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:07 smithi032 bash[23468]: audit 2024-09-21T04:32:07.082381+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:08.732 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:08 smithi028 bash[22708]: cephadm 2024-09-21T04:32:06.990159+0000 mgr.a (mgr.14391) 14 : cephadm [INF] Updating smithi204:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T04:32:08.732 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:08 smithi028 bash[22708]: cephadm 2024-09-21T04:32:06.990159+0000 mgr.a (mgr.14391) 14 : cephadm [INF] Updating smithi204:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T04:32:08.732 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:08 smithi028 bash[22708]: cephadm 2024-09-21T04:32:07.076064+0000 mgr.a (mgr.14391) 15 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T04:32:08.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:08 smithi028 bash[22708]: cephadm 2024-09-21T04:32:07.076064+0000 mgr.a (mgr.14391) 15 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T04:32:08.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:08 smithi028 bash[22708]: cephadm 2024-09-21T04:32:07.112331+0000 mgr.a (mgr.14391) 16 : cephadm [INF] Reconfiguring grafana.smithi028 (dependencies changed)... 2024-09-21T04:32:08.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:08 smithi028 bash[22708]: cephadm 2024-09-21T04:32:07.112331+0000 mgr.a (mgr.14391) 16 : cephadm [INF] Reconfiguring grafana.smithi028 (dependencies changed)... 2024-09-21T04:32:08.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:08 smithi028 bash[22708]: cephadm 2024-09-21T04:32:07.181281+0000 mgr.a (mgr.14391) 17 : cephadm [INF] [21/Sep/2024:04:32:07] ENGINE Bus STARTING 2024-09-21T04:32:08.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:08 smithi028 bash[22708]: cephadm 2024-09-21T04:32:07.181281+0000 mgr.a (mgr.14391) 17 : cephadm [INF] [21/Sep/2024:04:32:07] ENGINE Bus STARTING 2024-09-21T04:32:08.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:08 smithi028 bash[22708]: cephadm 2024-09-21T04:32:07.282903+0000 mgr.a (mgr.14391) 18 : cephadm [INF] [21/Sep/2024:04:32:07] ENGINE Serving on http://172.21.15.28:8765 2024-09-21T04:32:08.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:08 smithi028 bash[22708]: cephadm 2024-09-21T04:32:07.282903+0000 mgr.a (mgr.14391) 18 : cephadm [INF] [21/Sep/2024:04:32:07] ENGINE Serving on http://172.21.15.28:8765 2024-09-21T04:32:08.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:08 smithi028 bash[22708]: cluster 2024-09-21T04:32:07.347977+0000 mgr.a (mgr.14391) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:08.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:08 smithi028 bash[22708]: cluster 2024-09-21T04:32:07.347977+0000 mgr.a (mgr.14391) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:08.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:08 smithi028 bash[22708]: cephadm 2024-09-21T04:32:07.405011+0000 mgr.a (mgr.14391) 20 : cephadm [INF] [21/Sep/2024:04:32:07] ENGINE Serving on https://172.21.15.28:7151 2024-09-21T04:32:08.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:08 smithi028 bash[22708]: cephadm 2024-09-21T04:32:07.405011+0000 mgr.a (mgr.14391) 20 : cephadm [INF] [21/Sep/2024:04:32:07] ENGINE Serving on https://172.21.15.28:7151 2024-09-21T04:32:08.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:08 smithi028 bash[22708]: cephadm 2024-09-21T04:32:07.405201+0000 mgr.a (mgr.14391) 21 : cephadm [INF] [21/Sep/2024:04:32:07] ENGINE Bus STARTED 2024-09-21T04:32:08.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:08 smithi028 bash[22708]: cephadm 2024-09-21T04:32:07.405201+0000 mgr.a (mgr.14391) 21 : cephadm [INF] [21/Sep/2024:04:32:07] ENGINE Bus STARTED 2024-09-21T04:32:08.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:08 smithi028 bash[22708]: cephadm 2024-09-21T04:32:07.406929+0000 mgr.a (mgr.14391) 22 : cephadm [ERR] [21/Sep/2024:04:32:07] ENGINE Error in HTTPServer.serve 2024-09-21T04:32:08.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:08 smithi028 bash[22708]: Traceback (most recent call last): 2024-09-21T04:32:08.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:08 smithi028 bash[22708]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T04:32:08.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:08 smithi028 bash[22708]: self._connections.run(self.expiration_interval) 2024-09-21T04:32:08.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:08 smithi028 bash[22708]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T04:32:08.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:08 smithi028 bash[22708]: self._run(expiration_interval) 2024-09-21T04:32:08.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:08 smithi028 bash[22708]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T04:32:08.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:08 smithi028 bash[22708]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T04:32:08.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:08 smithi028 bash[22708]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T04:32:08.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:08 smithi028 bash[22708]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T04:32:08.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:08 smithi028 bash[22708]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T04:32:08.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:08 smithi028 bash[22708]: s = self.context.wrap_socket( 2024-09-21T04:32:08.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:08 smithi028 bash[22708]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T04:32:08.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:08 smithi028 bash[22708]: return self.sslsocket_class._create( 2024-09-21T04:32:08.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:08 smithi028 bash[22708]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T04:32:08.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:08 smithi028 bash[22708]: self.do_handshake() 2024-09-21T04:32:08.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:08 smithi028 bash[22708]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T04:32:08.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:08 smithi028 bash[22708]: self._sslobj.do_handshake() 2024-09-21T04:32:08.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:08 smithi028 bash[22708]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T04:32:08.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:08 smithi028 bash[22708]: cephadm 2024-09-21T04:32:07.406929+0000 mgr.a (mgr.14391) 22 : cephadm [ERR] [21/Sep/2024:04:32:07] ENGINE Error in HTTPServer.serve 2024-09-21T04:32:08.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:08 smithi028 bash[22708]: Traceback (most recent call last): 2024-09-21T04:32:08.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:08 smithi028 bash[22708]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T04:32:08.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:08 smithi028 bash[22708]: self._connections.run(self.expiration_interval) 2024-09-21T04:32:08.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:08 smithi028 bash[22708]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T04:32:08.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:08 smithi028 bash[22708]: self._run(expiration_interval) 2024-09-21T04:32:08.735 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:08 smithi028 bash[22708]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T04:32:08.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:08 smithi028 bash[22708]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T04:32:08.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:08 smithi028 bash[22708]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T04:32:08.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:08 smithi028 bash[22708]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T04:32:08.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:08 smithi028 bash[22708]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T04:32:08.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:08 smithi028 bash[22708]: s = self.context.wrap_socket( 2024-09-21T04:32:08.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:08 smithi028 bash[22708]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T04:32:08.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:08 smithi028 bash[22708]: return self.sslsocket_class._create( 2024-09-21T04:32:08.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:08 smithi028 bash[22708]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T04:32:08.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:08 smithi028 bash[22708]: self.do_handshake() 2024-09-21T04:32:08.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:08 smithi028 bash[22708]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T04:32:08.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:08 smithi028 bash[22708]: self._sslobj.do_handshake() 2024-09-21T04:32:08.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:08 smithi028 bash[22708]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T04:32:08.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:08 smithi028 bash[22708]: cephadm 2024-09-21T04:32:07.583398+0000 mgr.a (mgr.14391) 23 : cephadm [INF] Reconfiguring daemon grafana.smithi028 on smithi028 2024-09-21T04:32:08.736 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:08 smithi028 bash[22708]: cephadm 2024-09-21T04:32:07.583398+0000 mgr.a (mgr.14391) 23 : cephadm [INF] Reconfiguring daemon grafana.smithi028 on smithi028 2024-09-21T04:32:08.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:08 smithi032 bash[23468]: cephadm 2024-09-21T04:32:06.990159+0000 mgr.a (mgr.14391) 14 : cephadm [INF] Updating smithi204:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T04:32:08.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:08 smithi032 bash[23468]: cephadm 2024-09-21T04:32:06.990159+0000 mgr.a (mgr.14391) 14 : cephadm [INF] Updating smithi204:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T04:32:08.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:08 smithi032 bash[23468]: cephadm 2024-09-21T04:32:07.076064+0000 mgr.a (mgr.14391) 15 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T04:32:08.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:08 smithi032 bash[23468]: cephadm 2024-09-21T04:32:07.076064+0000 mgr.a (mgr.14391) 15 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T04:32:08.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:08 smithi032 bash[23468]: cephadm 2024-09-21T04:32:07.112331+0000 mgr.a (mgr.14391) 16 : cephadm [INF] Reconfiguring grafana.smithi028 (dependencies changed)... 2024-09-21T04:32:08.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:08 smithi032 bash[23468]: cephadm 2024-09-21T04:32:07.112331+0000 mgr.a (mgr.14391) 16 : cephadm [INF] Reconfiguring grafana.smithi028 (dependencies changed)... 2024-09-21T04:32:08.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:08 smithi032 bash[23468]: cephadm 2024-09-21T04:32:07.181281+0000 mgr.a (mgr.14391) 17 : cephadm [INF] [21/Sep/2024:04:32:07] ENGINE Bus STARTING 2024-09-21T04:32:08.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:08 smithi032 bash[23468]: cephadm 2024-09-21T04:32:07.181281+0000 mgr.a (mgr.14391) 17 : cephadm [INF] [21/Sep/2024:04:32:07] ENGINE Bus STARTING 2024-09-21T04:32:08.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:08 smithi032 bash[23468]: cephadm 2024-09-21T04:32:07.282903+0000 mgr.a (mgr.14391) 18 : cephadm [INF] [21/Sep/2024:04:32:07] ENGINE Serving on http://172.21.15.28:8765 2024-09-21T04:32:08.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:08 smithi032 bash[23468]: cephadm 2024-09-21T04:32:07.282903+0000 mgr.a (mgr.14391) 18 : cephadm [INF] [21/Sep/2024:04:32:07] ENGINE Serving on http://172.21.15.28:8765 2024-09-21T04:32:08.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:08 smithi032 bash[23468]: cluster 2024-09-21T04:32:07.347977+0000 mgr.a (mgr.14391) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:08.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:08 smithi032 bash[23468]: cluster 2024-09-21T04:32:07.347977+0000 mgr.a (mgr.14391) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:08.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:08 smithi032 bash[23468]: cephadm 2024-09-21T04:32:07.405011+0000 mgr.a (mgr.14391) 20 : cephadm [INF] [21/Sep/2024:04:32:07] ENGINE Serving on https://172.21.15.28:7151 2024-09-21T04:32:08.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:08 smithi032 bash[23468]: cephadm 2024-09-21T04:32:07.405011+0000 mgr.a (mgr.14391) 20 : cephadm [INF] [21/Sep/2024:04:32:07] ENGINE Serving on https://172.21.15.28:7151 2024-09-21T04:32:08.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:08 smithi032 bash[23468]: cephadm 2024-09-21T04:32:07.405201+0000 mgr.a (mgr.14391) 21 : cephadm [INF] [21/Sep/2024:04:32:07] ENGINE Bus STARTED 2024-09-21T04:32:08.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:08 smithi032 bash[23468]: cephadm 2024-09-21T04:32:07.405201+0000 mgr.a (mgr.14391) 21 : cephadm [INF] [21/Sep/2024:04:32:07] ENGINE Bus STARTED 2024-09-21T04:32:08.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:08 smithi032 bash[23468]: cephadm 2024-09-21T04:32:07.406929+0000 mgr.a (mgr.14391) 22 : cephadm [ERR] [21/Sep/2024:04:32:07] ENGINE Error in HTTPServer.serve 2024-09-21T04:32:08.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:08 smithi032 bash[23468]: Traceback (most recent call last): 2024-09-21T04:32:08.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:08 smithi032 bash[23468]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T04:32:08.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:08 smithi032 bash[23468]: self._connections.run(self.expiration_interval) 2024-09-21T04:32:08.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:08 smithi032 bash[23468]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T04:32:08.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:08 smithi032 bash[23468]: self._run(expiration_interval) 2024-09-21T04:32:08.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:08 smithi032 bash[23468]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T04:32:08.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:08 smithi032 bash[23468]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T04:32:08.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:08 smithi032 bash[23468]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T04:32:08.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:08 smithi032 bash[23468]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T04:32:08.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:08 smithi032 bash[23468]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T04:32:08.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:08 smithi032 bash[23468]: s = self.context.wrap_socket( 2024-09-21T04:32:08.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:08 smithi032 bash[23468]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T04:32:08.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:08 smithi032 bash[23468]: return self.sslsocket_class._create( 2024-09-21T04:32:08.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:08 smithi032 bash[23468]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T04:32:08.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:08 smithi032 bash[23468]: self.do_handshake() 2024-09-21T04:32:08.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:08 smithi032 bash[23468]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T04:32:08.791 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:08 smithi032 bash[23468]: self._sslobj.do_handshake() 2024-09-21T04:32:08.791 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:08 smithi032 bash[23468]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T04:32:08.791 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:08 smithi032 bash[23468]: cephadm 2024-09-21T04:32:07.406929+0000 mgr.a (mgr.14391) 22 : cephadm [ERR] [21/Sep/2024:04:32:07] ENGINE Error in HTTPServer.serve 2024-09-21T04:32:08.791 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:08 smithi032 bash[23468]: Traceback (most recent call last): 2024-09-21T04:32:08.791 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:08 smithi032 bash[23468]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T04:32:08.791 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:08 smithi032 bash[23468]: self._connections.run(self.expiration_interval) 2024-09-21T04:32:08.791 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:08 smithi032 bash[23468]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T04:32:08.791 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:08 smithi032 bash[23468]: self._run(expiration_interval) 2024-09-21T04:32:08.791 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:08 smithi032 bash[23468]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T04:32:08.791 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:08 smithi032 bash[23468]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T04:32:08.791 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:08 smithi032 bash[23468]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T04:32:08.791 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:08 smithi032 bash[23468]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T04:32:08.791 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:08 smithi032 bash[23468]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T04:32:08.791 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:08 smithi032 bash[23468]: s = self.context.wrap_socket( 2024-09-21T04:32:08.792 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:08 smithi032 bash[23468]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T04:32:08.792 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:08 smithi032 bash[23468]: return self.sslsocket_class._create( 2024-09-21T04:32:08.792 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:08 smithi032 bash[23468]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T04:32:08.792 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:08 smithi032 bash[23468]: self.do_handshake() 2024-09-21T04:32:08.792 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:08 smithi032 bash[23468]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T04:32:08.792 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:08 smithi032 bash[23468]: self._sslobj.do_handshake() 2024-09-21T04:32:08.792 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:08 smithi032 bash[23468]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T04:32:08.792 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:08 smithi032 bash[23468]: cephadm 2024-09-21T04:32:07.583398+0000 mgr.a (mgr.14391) 23 : cephadm [INF] Reconfiguring daemon grafana.smithi028 on smithi028 2024-09-21T04:32:08.792 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:08 smithi032 bash[23468]: cephadm 2024-09-21T04:32:07.583398+0000 mgr.a (mgr.14391) 23 : cephadm [INF] Reconfiguring daemon grafana.smithi028 on smithi028 2024-09-21T04:32:08.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:08 smithi204 bash[23242]: cephadm 2024-09-21T04:32:06.990159+0000 mgr.a (mgr.14391) 14 : cephadm [INF] Updating smithi204:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T04:32:08.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:08 smithi204 bash[23242]: cephadm 2024-09-21T04:32:06.990159+0000 mgr.a (mgr.14391) 14 : cephadm [INF] Updating smithi204:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T04:32:08.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:08 smithi204 bash[23242]: cephadm 2024-09-21T04:32:07.076064+0000 mgr.a (mgr.14391) 15 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T04:32:08.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:08 smithi204 bash[23242]: cephadm 2024-09-21T04:32:07.076064+0000 mgr.a (mgr.14391) 15 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T04:32:08.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:08 smithi204 bash[23242]: cephadm 2024-09-21T04:32:07.112331+0000 mgr.a (mgr.14391) 16 : cephadm [INF] Reconfiguring grafana.smithi028 (dependencies changed)... 2024-09-21T04:32:08.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:08 smithi204 bash[23242]: cephadm 2024-09-21T04:32:07.112331+0000 mgr.a (mgr.14391) 16 : cephadm [INF] Reconfiguring grafana.smithi028 (dependencies changed)... 2024-09-21T04:32:08.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:08 smithi204 bash[23242]: cephadm 2024-09-21T04:32:07.181281+0000 mgr.a (mgr.14391) 17 : cephadm [INF] [21/Sep/2024:04:32:07] ENGINE Bus STARTING 2024-09-21T04:32:08.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:08 smithi204 bash[23242]: cephadm 2024-09-21T04:32:07.181281+0000 mgr.a (mgr.14391) 17 : cephadm [INF] [21/Sep/2024:04:32:07] ENGINE Bus STARTING 2024-09-21T04:32:08.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:08 smithi204 bash[23242]: cephadm 2024-09-21T04:32:07.282903+0000 mgr.a (mgr.14391) 18 : cephadm [INF] [21/Sep/2024:04:32:07] ENGINE Serving on http://172.21.15.28:8765 2024-09-21T04:32:08.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:08 smithi204 bash[23242]: cephadm 2024-09-21T04:32:07.282903+0000 mgr.a (mgr.14391) 18 : cephadm [INF] [21/Sep/2024:04:32:07] ENGINE Serving on http://172.21.15.28:8765 2024-09-21T04:32:08.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:08 smithi204 bash[23242]: cluster 2024-09-21T04:32:07.347977+0000 mgr.a (mgr.14391) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:08.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:08 smithi204 bash[23242]: cluster 2024-09-21T04:32:07.347977+0000 mgr.a (mgr.14391) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:08.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:08 smithi204 bash[23242]: cephadm 2024-09-21T04:32:07.405011+0000 mgr.a (mgr.14391) 20 : cephadm [INF] [21/Sep/2024:04:32:07] ENGINE Serving on https://172.21.15.28:7151 2024-09-21T04:32:08.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:08 smithi204 bash[23242]: cephadm 2024-09-21T04:32:07.405011+0000 mgr.a (mgr.14391) 20 : cephadm [INF] [21/Sep/2024:04:32:07] ENGINE Serving on https://172.21.15.28:7151 2024-09-21T04:32:08.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:08 smithi204 bash[23242]: cephadm 2024-09-21T04:32:07.405201+0000 mgr.a (mgr.14391) 21 : cephadm [INF] [21/Sep/2024:04:32:07] ENGINE Bus STARTED 2024-09-21T04:32:08.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:08 smithi204 bash[23242]: cephadm 2024-09-21T04:32:07.405201+0000 mgr.a (mgr.14391) 21 : cephadm [INF] [21/Sep/2024:04:32:07] ENGINE Bus STARTED 2024-09-21T04:32:08.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:08 smithi204 bash[23242]: cephadm 2024-09-21T04:32:07.406929+0000 mgr.a (mgr.14391) 22 : cephadm [ERR] [21/Sep/2024:04:32:07] ENGINE Error in HTTPServer.serve 2024-09-21T04:32:08.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:08 smithi204 bash[23242]: Traceback (most recent call last): 2024-09-21T04:32:08.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:08 smithi204 bash[23242]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T04:32:08.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:08 smithi204 bash[23242]: self._connections.run(self.expiration_interval) 2024-09-21T04:32:08.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:08 smithi204 bash[23242]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T04:32:08.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:08 smithi204 bash[23242]: self._run(expiration_interval) 2024-09-21T04:32:08.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:08 smithi204 bash[23242]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T04:32:08.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:08 smithi204 bash[23242]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T04:32:08.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:08 smithi204 bash[23242]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T04:32:08.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:08 smithi204 bash[23242]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T04:32:08.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:08 smithi204 bash[23242]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T04:32:08.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:08 smithi204 bash[23242]: s = self.context.wrap_socket( 2024-09-21T04:32:08.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:08 smithi204 bash[23242]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T04:32:08.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:08 smithi204 bash[23242]: return self.sslsocket_class._create( 2024-09-21T04:32:08.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:08 smithi204 bash[23242]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T04:32:08.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:08 smithi204 bash[23242]: self.do_handshake() 2024-09-21T04:32:08.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:08 smithi204 bash[23242]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T04:32:08.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:08 smithi204 bash[23242]: self._sslobj.do_handshake() 2024-09-21T04:32:08.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:08 smithi204 bash[23242]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T04:32:08.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:08 smithi204 bash[23242]: cephadm 2024-09-21T04:32:07.406929+0000 mgr.a (mgr.14391) 22 : cephadm [ERR] [21/Sep/2024:04:32:07] ENGINE Error in HTTPServer.serve 2024-09-21T04:32:08.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:08 smithi204 bash[23242]: Traceback (most recent call last): 2024-09-21T04:32:08.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:08 smithi204 bash[23242]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T04:32:08.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:08 smithi204 bash[23242]: self._connections.run(self.expiration_interval) 2024-09-21T04:32:08.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:08 smithi204 bash[23242]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T04:32:08.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:08 smithi204 bash[23242]: self._run(expiration_interval) 2024-09-21T04:32:08.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:08 smithi204 bash[23242]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T04:32:08.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:08 smithi204 bash[23242]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T04:32:08.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:08 smithi204 bash[23242]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T04:32:08.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:08 smithi204 bash[23242]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T04:32:08.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:08 smithi204 bash[23242]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T04:32:08.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:08 smithi204 bash[23242]: s = self.context.wrap_socket( 2024-09-21T04:32:08.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:08 smithi204 bash[23242]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T04:32:08.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:08 smithi204 bash[23242]: return self.sslsocket_class._create( 2024-09-21T04:32:08.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:08 smithi204 bash[23242]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T04:32:08.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:08 smithi204 bash[23242]: self.do_handshake() 2024-09-21T04:32:08.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:08 smithi204 bash[23242]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T04:32:08.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:08 smithi204 bash[23242]: self._sslobj.do_handshake() 2024-09-21T04:32:08.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:08 smithi204 bash[23242]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T04:32:08.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:08 smithi204 bash[23242]: cephadm 2024-09-21T04:32:07.583398+0000 mgr.a (mgr.14391) 23 : cephadm [INF] Reconfiguring daemon grafana.smithi028 on smithi028 2024-09-21T04:32:08.828 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:08 smithi204 bash[23242]: cephadm 2024-09-21T04:32:07.583398+0000 mgr.a (mgr.14391) 23 : cephadm [INF] Reconfiguring daemon grafana.smithi028 on smithi028 2024-09-21T04:32:09.537 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:09 smithi032 bash[23468]: cluster 2024-09-21T04:32:08.360610+0000 mon.a (mon.0) 813 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-09-21T04:32:09.537 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:09 smithi032 bash[23468]: cluster 2024-09-21T04:32:08.360610+0000 mon.a (mon.0) 813 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-09-21T04:32:09.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:09 smithi204 bash[23242]: cluster 2024-09-21T04:32:08.360610+0000 mon.a (mon.0) 813 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-09-21T04:32:09.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:09 smithi204 bash[23242]: cluster 2024-09-21T04:32:08.360610+0000 mon.a (mon.0) 813 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-09-21T04:32:09.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:09 smithi028 bash[22708]: cluster 2024-09-21T04:32:08.360610+0000 mon.a (mon.0) 813 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-09-21T04:32:09.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:09 smithi028 bash[22708]: cluster 2024-09-21T04:32:08.360610+0000 mon.a (mon.0) 813 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-09-21T04:32:10.481 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:10 smithi028 bash[22708]: cluster 2024-09-21T04:32:09.348505+0000 mgr.a (mgr.14391) 24 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:10.482 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:10 smithi028 bash[22708]: cluster 2024-09-21T04:32:09.348505+0000 mgr.a (mgr.14391) 24 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:10.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:10 smithi032 bash[23468]: cluster 2024-09-21T04:32:09.348505+0000 mgr.a (mgr.14391) 24 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:10.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:10 smithi032 bash[23468]: cluster 2024-09-21T04:32:09.348505+0000 mgr.a (mgr.14391) 24 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:10.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:10 smithi204 bash[23242]: cluster 2024-09-21T04:32:09.348505+0000 mgr.a (mgr.14391) 24 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:10.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:10 smithi204 bash[23242]: cluster 2024-09-21T04:32:09.348505+0000 mgr.a (mgr.14391) 24 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:11.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:11 smithi028 bash[22708]: cluster 2024-09-21T04:32:10.379985+0000 mon.a (mon.0) 814 : cluster [DBG] mgrmap e21: a(active, since 5s), standbys: b 2024-09-21T04:32:11.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:11 smithi028 bash[22708]: cluster 2024-09-21T04:32:10.379985+0000 mon.a (mon.0) 814 : cluster [DBG] mgrmap e21: a(active, since 5s), standbys: b 2024-09-21T04:32:11.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:11 smithi032 bash[23468]: cluster 2024-09-21T04:32:10.379985+0000 mon.a (mon.0) 814 : cluster [DBG] mgrmap e21: a(active, since 5s), standbys: b 2024-09-21T04:32:11.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:11 smithi032 bash[23468]: cluster 2024-09-21T04:32:10.379985+0000 mon.a (mon.0) 814 : cluster [DBG] mgrmap e21: a(active, since 5s), standbys: b 2024-09-21T04:32:11.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:11 smithi204 bash[23242]: cluster 2024-09-21T04:32:10.379985+0000 mon.a (mon.0) 814 : cluster [DBG] mgrmap e21: a(active, since 5s), standbys: b 2024-09-21T04:32:11.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:11 smithi204 bash[23242]: cluster 2024-09-21T04:32:10.379985+0000 mon.a (mon.0) 814 : cluster [DBG] mgrmap e21: a(active, since 5s), standbys: b 2024-09-21T04:32:12.728 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:12 smithi028 bash[22708]: cluster 2024-09-21T04:32:11.349141+0000 mgr.a (mgr.14391) 25 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:12.729 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:12 smithi028 bash[22708]: cluster 2024-09-21T04:32:11.349141+0000 mgr.a (mgr.14391) 25 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:12.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:12 smithi032 bash[23468]: cluster 2024-09-21T04:32:11.349141+0000 mgr.a (mgr.14391) 25 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:12.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:12 smithi032 bash[23468]: cluster 2024-09-21T04:32:11.349141+0000 mgr.a (mgr.14391) 25 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:12.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:12 smithi204 bash[23242]: cluster 2024-09-21T04:32:11.349141+0000 mgr.a (mgr.14391) 25 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:12.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:12 smithi204 bash[23242]: cluster 2024-09-21T04:32:11.349141+0000 mgr.a (mgr.14391) 25 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:13.820 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:13 smithi028 bash[22708]: audit 2024-09-21T04:32:12.659564+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:13.820 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:13 smithi028 bash[22708]: audit 2024-09-21T04:32:12.659564+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:13.820 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:13 smithi028 bash[22708]: audit 2024-09-21T04:32:12.667282+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:13.820 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:13 smithi028 bash[22708]: audit 2024-09-21T04:32:12.667282+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:13.820 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:13 smithi028 bash[22708]: audit 2024-09-21T04:32:12.668444+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi032", "caps": []} : dispatch 2024-09-21T04:32:13.821 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:13 smithi028 bash[22708]: audit 2024-09-21T04:32:12.668444+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi032", "caps": []} : dispatch 2024-09-21T04:32:14.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:13 smithi032 bash[23468]: audit 2024-09-21T04:32:12.659564+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:14.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:13 smithi032 bash[23468]: audit 2024-09-21T04:32:12.659564+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:14.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:13 smithi032 bash[23468]: audit 2024-09-21T04:32:12.667282+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:14.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:13 smithi032 bash[23468]: audit 2024-09-21T04:32:12.667282+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:14.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:13 smithi032 bash[23468]: audit 2024-09-21T04:32:12.668444+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi032", "caps": []} : dispatch 2024-09-21T04:32:14.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:13 smithi032 bash[23468]: audit 2024-09-21T04:32:12.668444+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi032", "caps": []} : dispatch 2024-09-21T04:32:14.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:13 smithi204 bash[23242]: audit 2024-09-21T04:32:12.659564+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:14.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:13 smithi204 bash[23242]: audit 2024-09-21T04:32:12.659564+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:14.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:13 smithi204 bash[23242]: audit 2024-09-21T04:32:12.667282+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:14.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:13 smithi204 bash[23242]: audit 2024-09-21T04:32:12.667282+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:14.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:13 smithi204 bash[23242]: audit 2024-09-21T04:32:12.668444+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi032", "caps": []} : dispatch 2024-09-21T04:32:14.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:13 smithi204 bash[23242]: audit 2024-09-21T04:32:12.668444+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi032", "caps": []} : dispatch 2024-09-21T04:32:14.925 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:14 smithi032 bash[23468]: cluster 2024-09-21T04:32:13.349701+0000 mgr.a (mgr.14391) 26 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-21T04:32:14.925 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:14 smithi032 bash[23468]: cluster 2024-09-21T04:32:13.349701+0000 mgr.a (mgr.14391) 26 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-21T04:32:14.981 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:14 smithi028 bash[22708]: cluster 2024-09-21T04:32:13.349701+0000 mgr.a (mgr.14391) 26 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-21T04:32:14.981 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:14 smithi028 bash[22708]: cluster 2024-09-21T04:32:13.349701+0000 mgr.a (mgr.14391) 26 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-21T04:32:15.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:14 smithi204 bash[23242]: cluster 2024-09-21T04:32:13.349701+0000 mgr.a (mgr.14391) 26 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-21T04:32:15.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:14 smithi204 bash[23242]: cluster 2024-09-21T04:32:13.349701+0000 mgr.a (mgr.14391) 26 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-21T04:32:15.979 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:15 smithi028 bash[22708]: audit 2024-09-21T04:32:14.819422+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi204", "caps": []} : dispatch 2024-09-21T04:32:15.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:15 smithi028 bash[22708]: audit 2024-09-21T04:32:14.819422+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi204", "caps": []} : dispatch 2024-09-21T04:32:16.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:15 smithi032 bash[23468]: audit 2024-09-21T04:32:14.819422+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi204", "caps": []} : dispatch 2024-09-21T04:32:16.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:15 smithi032 bash[23468]: audit 2024-09-21T04:32:14.819422+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi204", "caps": []} : dispatch 2024-09-21T04:32:16.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:15 smithi204 bash[23242]: audit 2024-09-21T04:32:14.819422+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi204", "caps": []} : dispatch 2024-09-21T04:32:16.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:15 smithi204 bash[23242]: audit 2024-09-21T04:32:14.819422+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi204", "caps": []} : dispatch 2024-09-21T04:32:16.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:16 smithi032 bash[23468]: cluster 2024-09-21T04:32:15.350015+0000 mgr.a (mgr.14391) 27 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail; 20 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-21T04:32:16.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:16 smithi032 bash[23468]: cluster 2024-09-21T04:32:15.350015+0000 mgr.a (mgr.14391) 27 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail; 20 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-21T04:32:16.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:16 smithi032 bash[23468]: audit 2024-09-21T04:32:16.664120+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:16.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:16 smithi032 bash[23468]: audit 2024-09-21T04:32:16.664120+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:16.981 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:16 smithi028 bash[22708]: cluster 2024-09-21T04:32:15.350015+0000 mgr.a (mgr.14391) 27 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail; 20 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-21T04:32:16.981 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:16 smithi028 bash[22708]: cluster 2024-09-21T04:32:15.350015+0000 mgr.a (mgr.14391) 27 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail; 20 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-21T04:32:16.981 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:16 smithi028 bash[22708]: audit 2024-09-21T04:32:16.664120+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:16.981 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:16 smithi028 bash[22708]: audit 2024-09-21T04:32:16.664120+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:16.985 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:16 smithi204 bash[23242]: cluster 2024-09-21T04:32:15.350015+0000 mgr.a (mgr.14391) 27 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail; 20 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-21T04:32:16.985 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:16 smithi204 bash[23242]: cluster 2024-09-21T04:32:15.350015+0000 mgr.a (mgr.14391) 27 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail; 20 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-21T04:32:16.985 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:16 smithi204 bash[23242]: audit 2024-09-21T04:32:16.664120+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:16.985 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:16 smithi204 bash[23242]: audit 2024-09-21T04:32:16.664120+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:18.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:17 smithi032 bash[23468]: cephadm 2024-09-21T04:32:16.060944+0000 mgr.a (mgr.14391) 28 : cephadm [INF] Reconfiguring alertmanager.smithi204 (dependencies changed)... 2024-09-21T04:32:18.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:17 smithi032 bash[23468]: cephadm 2024-09-21T04:32:16.060944+0000 mgr.a (mgr.14391) 28 : cephadm [INF] Reconfiguring alertmanager.smithi204 (dependencies changed)... 2024-09-21T04:32:18.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:17 smithi032 bash[23468]: cephadm 2024-09-21T04:32:16.068347+0000 mgr.a (mgr.14391) 29 : cephadm [INF] Reconfiguring daemon alertmanager.smithi204 on smithi204 2024-09-21T04:32:18.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:17 smithi032 bash[23468]: cephadm 2024-09-21T04:32:16.068347+0000 mgr.a (mgr.14391) 29 : cephadm [INF] Reconfiguring daemon alertmanager.smithi204 on smithi204 2024-09-21T04:32:18.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:17 smithi032 bash[23468]: audit 2024-09-21T04:32:16.790535+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:18.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:17 smithi032 bash[23468]: audit 2024-09-21T04:32:16.790535+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:18.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:17 smithi032 bash[23468]: audit 2024-09-21T04:32:16.843769+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:18.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:17 smithi032 bash[23468]: audit 2024-09-21T04:32:16.843769+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:18.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:17 smithi032 bash[23468]: audit 2024-09-21T04:32:16.935816+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:18.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:17 smithi032 bash[23468]: audit 2024-09-21T04:32:16.935816+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:18.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:17 smithi032 bash[23468]: audit 2024-09-21T04:32:16.987075+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:18.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:17 smithi032 bash[23468]: audit 2024-09-21T04:32:16.987075+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:18.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:17 smithi032 bash[23468]: audit 2024-09-21T04:32:17.123613+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:18.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:17 smithi032 bash[23468]: audit 2024-09-21T04:32:17.123613+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:18.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:17 smithi204 bash[23242]: cephadm 2024-09-21T04:32:16.060944+0000 mgr.a (mgr.14391) 28 : cephadm [INF] Reconfiguring alertmanager.smithi204 (dependencies changed)... 2024-09-21T04:32:18.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:17 smithi204 bash[23242]: cephadm 2024-09-21T04:32:16.060944+0000 mgr.a (mgr.14391) 28 : cephadm [INF] Reconfiguring alertmanager.smithi204 (dependencies changed)... 2024-09-21T04:32:18.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:17 smithi204 bash[23242]: cephadm 2024-09-21T04:32:16.068347+0000 mgr.a (mgr.14391) 29 : cephadm [INF] Reconfiguring daemon alertmanager.smithi204 on smithi204 2024-09-21T04:32:18.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:17 smithi204 bash[23242]: cephadm 2024-09-21T04:32:16.068347+0000 mgr.a (mgr.14391) 29 : cephadm [INF] Reconfiguring daemon alertmanager.smithi204 on smithi204 2024-09-21T04:32:18.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:17 smithi204 bash[23242]: audit 2024-09-21T04:32:16.790535+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:18.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:17 smithi204 bash[23242]: audit 2024-09-21T04:32:16.790535+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:18.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:17 smithi204 bash[23242]: audit 2024-09-21T04:32:16.843769+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:18.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:17 smithi204 bash[23242]: audit 2024-09-21T04:32:16.843769+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:18.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:17 smithi204 bash[23242]: audit 2024-09-21T04:32:16.935816+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:18.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:17 smithi204 bash[23242]: audit 2024-09-21T04:32:16.935816+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:18.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:17 smithi204 bash[23242]: audit 2024-09-21T04:32:16.987075+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:18.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:17 smithi204 bash[23242]: audit 2024-09-21T04:32:16.987075+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:18.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:17 smithi204 bash[23242]: audit 2024-09-21T04:32:17.123613+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:18.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:17 smithi204 bash[23242]: audit 2024-09-21T04:32:17.123613+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:18.232 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:17 smithi028 bash[22708]: cephadm 2024-09-21T04:32:16.060944+0000 mgr.a (mgr.14391) 28 : cephadm [INF] Reconfiguring alertmanager.smithi204 (dependencies changed)... 2024-09-21T04:32:18.232 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:17 smithi028 bash[22708]: cephadm 2024-09-21T04:32:16.060944+0000 mgr.a (mgr.14391) 28 : cephadm [INF] Reconfiguring alertmanager.smithi204 (dependencies changed)... 2024-09-21T04:32:18.232 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:17 smithi028 bash[22708]: cephadm 2024-09-21T04:32:16.068347+0000 mgr.a (mgr.14391) 29 : cephadm [INF] Reconfiguring daemon alertmanager.smithi204 on smithi204 2024-09-21T04:32:18.232 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:17 smithi028 bash[22708]: cephadm 2024-09-21T04:32:16.068347+0000 mgr.a (mgr.14391) 29 : cephadm [INF] Reconfiguring daemon alertmanager.smithi204 on smithi204 2024-09-21T04:32:18.232 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:17 smithi028 bash[22708]: audit 2024-09-21T04:32:16.790535+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:18.232 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:17 smithi028 bash[22708]: audit 2024-09-21T04:32:16.790535+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:18.232 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:17 smithi028 bash[22708]: audit 2024-09-21T04:32:16.843769+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:18.232 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:17 smithi028 bash[22708]: audit 2024-09-21T04:32:16.843769+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:18.232 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:17 smithi028 bash[22708]: audit 2024-09-21T04:32:16.935816+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:18.232 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:17 smithi028 bash[22708]: audit 2024-09-21T04:32:16.935816+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:18.232 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:17 smithi028 bash[22708]: audit 2024-09-21T04:32:16.987075+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:18.232 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:17 smithi028 bash[22708]: audit 2024-09-21T04:32:16.987075+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:18.232 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:17 smithi028 bash[22708]: audit 2024-09-21T04:32:17.123613+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:18.233 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:17 smithi028 bash[22708]: audit 2024-09-21T04:32:17.123613+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:18.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:18 smithi204 bash[23242]: cluster 2024-09-21T04:32:17.350605+0000 mgr.a (mgr.14391) 30 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-21T04:32:18.897 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:18 smithi204 bash[23242]: cluster 2024-09-21T04:32:17.350605+0000 mgr.a (mgr.14391) 30 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-21T04:32:19.141 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:18 smithi032 bash[23468]: cluster 2024-09-21T04:32:17.350605+0000 mgr.a (mgr.14391) 30 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-21T04:32:19.141 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:18 smithi032 bash[23468]: cluster 2024-09-21T04:32:17.350605+0000 mgr.a (mgr.14391) 30 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-21T04:32:19.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:18 smithi028 bash[22708]: cluster 2024-09-21T04:32:17.350605+0000 mgr.a (mgr.14391) 30 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-21T04:32:19.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:18 smithi028 bash[22708]: cluster 2024-09-21T04:32:17.350605+0000 mgr.a (mgr.14391) 30 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-21T04:32:20.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:20 smithi032 bash[23468]: cluster 2024-09-21T04:32:19.351183+0000 mgr.a (mgr.14391) 31 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T04:32:20.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:20 smithi032 bash[23468]: cluster 2024-09-21T04:32:19.351183+0000 mgr.a (mgr.14391) 31 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T04:32:20.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:20 smithi032 bash[23468]: audit 2024-09-21T04:32:19.523804+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:20.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:20 smithi032 bash[23468]: audit 2024-09-21T04:32:19.523804+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:20.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:20 smithi032 bash[23468]: audit 2024-09-21T04:32:20.430695+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:20.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:20 smithi032 bash[23468]: audit 2024-09-21T04:32:20.430695+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:20.795 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:20 smithi204 bash[23242]: cluster 2024-09-21T04:32:19.351183+0000 mgr.a (mgr.14391) 31 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T04:32:20.795 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:20 smithi204 bash[23242]: cluster 2024-09-21T04:32:19.351183+0000 mgr.a (mgr.14391) 31 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T04:32:20.795 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:20 smithi204 bash[23242]: audit 2024-09-21T04:32:19.523804+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:20.795 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:20 smithi204 bash[23242]: audit 2024-09-21T04:32:19.523804+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:20.795 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:20 smithi204 bash[23242]: audit 2024-09-21T04:32:20.430695+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:20.795 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:20 smithi204 bash[23242]: audit 2024-09-21T04:32:20.430695+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:20.981 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:20 smithi028 bash[22708]: cluster 2024-09-21T04:32:19.351183+0000 mgr.a (mgr.14391) 31 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T04:32:20.982 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:20 smithi028 bash[22708]: cluster 2024-09-21T04:32:19.351183+0000 mgr.a (mgr.14391) 31 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T04:32:20.982 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:20 smithi028 bash[22708]: audit 2024-09-21T04:32:19.523804+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:20.982 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:20 smithi028 bash[22708]: audit 2024-09-21T04:32:19.523804+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:20.982 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:20 smithi028 bash[22708]: audit 2024-09-21T04:32:20.430695+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:20.982 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:20 smithi028 bash[22708]: audit 2024-09-21T04:32:20.430695+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:21.785 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:21 smithi204 bash[23242]: audit 2024-09-21T04:32:20.834438+0000 mon.a (mon.0) 827 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:32:21.785 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:21 smithi204 bash[23242]: audit 2024-09-21T04:32:20.834438+0000 mon.a (mon.0) 827 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:32:21.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:21 smithi032 bash[23468]: audit 2024-09-21T04:32:20.834438+0000 mon.a (mon.0) 827 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:32:21.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:21 smithi032 bash[23468]: audit 2024-09-21T04:32:20.834438+0000 mon.a (mon.0) 827 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:32:21.981 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:21 smithi028 bash[22708]: audit 2024-09-21T04:32:20.834438+0000 mon.a (mon.0) 827 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:32:21.982 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:21 smithi028 bash[22708]: audit 2024-09-21T04:32:20.834438+0000 mon.a (mon.0) 827 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:32:22.731 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:32:22 smithi028 bash[22963]: [21/Sep/2024:04:32:22] ENGINE Bus STOPPING 2024-09-21T04:32:22.731 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:32:22 smithi028 bash[22963]: [21/Sep/2024:04:32:22] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-21T04:32:22.732 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:32:22 smithi028 bash[22963]: [21/Sep/2024:04:32:22] ENGINE Bus STOPPED 2024-09-21T04:32:22.732 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:32:22 smithi028 bash[22963]: [21/Sep/2024:04:32:22] ENGINE Bus STARTING 2024-09-21T04:32:22.732 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:32:22 smithi028 bash[22963]: [21/Sep/2024:04:32:22] ENGINE Serving on http://:::9283 2024-09-21T04:32:22.732 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:32:22 smithi028 bash[22963]: [21/Sep/2024:04:32:22] ENGINE Bus STARTED 2024-09-21T04:32:22.732 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:32:22 smithi028 bash[22963]: [21/Sep/2024:04:32:22] ENGINE Bus STOPPING 2024-09-21T04:32:22.732 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:32:22 smithi028 bash[22963]: [21/Sep/2024:04:32:22] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-21T04:32:22.732 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:32:22 smithi028 bash[22963]: [21/Sep/2024:04:32:22] ENGINE Bus STOPPED 2024-09-21T04:32:22.732 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:32:22 smithi028 bash[22963]: [21/Sep/2024:04:32:22] ENGINE Bus STARTING 2024-09-21T04:32:22.732 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:22 smithi028 bash[22708]: cluster 2024-09-21T04:32:21.351525+0000 mgr.a (mgr.14391) 32 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T04:32:22.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:22 smithi028 bash[22708]: cluster 2024-09-21T04:32:21.351525+0000 mgr.a (mgr.14391) 32 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T04:32:22.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:22 smithi028 bash[22708]: audit 2024-09-21T04:32:22.071429+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:22.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:22 smithi028 bash[22708]: audit 2024-09-21T04:32:22.071429+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:22.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:22 smithi028 bash[22708]: audit 2024-09-21T04:32:22.354362+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:22.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:22 smithi028 bash[22708]: audit 2024-09-21T04:32:22.354362+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:22.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:22 smithi028 bash[22708]: audit 2024-09-21T04:32:22.362208+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:22.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:22 smithi028 bash[22708]: audit 2024-09-21T04:32:22.362208+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:22.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:22 smithi028 bash[22708]: audit 2024-09-21T04:32:22.367315+0000 mon.a (mon.0) 831 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-09-21T04:32:22.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:22 smithi028 bash[22708]: audit 2024-09-21T04:32:22.367315+0000 mon.a (mon.0) 831 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-09-21T04:32:22.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:22 smithi028 bash[22708]: audit 2024-09-21T04:32:22.370368+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi028:3000"} : dispatch 2024-09-21T04:32:22.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:22 smithi028 bash[22708]: audit 2024-09-21T04:32:22.370368+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi028:3000"} : dispatch 2024-09-21T04:32:22.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:22 smithi028 bash[22708]: audit 2024-09-21T04:32:22.377779+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:22.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:22 smithi028 bash[22708]: audit 2024-09-21T04:32:22.377779+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:22.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:22 smithi028 bash[22708]: audit 2024-09-21T04:32:22.402757+0000 mon.a (mon.0) 834 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-09-21T04:32:22.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:22 smithi028 bash[22708]: audit 2024-09-21T04:32:22.402757+0000 mon.a (mon.0) 834 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-09-21T04:32:22.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:22 smithi028 bash[22708]: audit 2024-09-21T04:32:22.412985+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi204.front.sepia.ceph.com:9093"} : dispatch 2024-09-21T04:32:22.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:22 smithi028 bash[22708]: audit 2024-09-21T04:32:22.412985+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi204.front.sepia.ceph.com:9093"} : dispatch 2024-09-21T04:32:22.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:22 smithi028 bash[22708]: audit 2024-09-21T04:32:22.420447+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:22.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:22 smithi028 bash[22708]: audit 2024-09-21T04:32:22.420447+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:22.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:22 smithi028 bash[22708]: audit 2024-09-21T04:32:22.510267+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T04:32:22.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:22 smithi028 bash[22708]: audit 2024-09-21T04:32:22.510267+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T04:32:22.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:22 smithi028 bash[22708]: audit 2024-09-21T04:32:22.516208+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:22.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:22 smithi028 bash[22708]: audit 2024-09-21T04:32:22.516208+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:22.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:22 smithi028 bash[22708]: audit 2024-09-21T04:32:22.523296+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:22.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:22 smithi028 bash[22708]: audit 2024-09-21T04:32:22.523296+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:22.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:22 smithi028 bash[22708]: audit 2024-09-21T04:32:22.528845+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:22.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:22 smithi028 bash[22708]: audit 2024-09-21T04:32:22.528845+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:22.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:22 smithi032 bash[23468]: cluster 2024-09-21T04:32:21.351525+0000 mgr.a (mgr.14391) 32 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T04:32:22.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:22 smithi032 bash[23468]: cluster 2024-09-21T04:32:21.351525+0000 mgr.a (mgr.14391) 32 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T04:32:22.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:22 smithi032 bash[23468]: audit 2024-09-21T04:32:22.071429+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:22.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:22 smithi032 bash[23468]: audit 2024-09-21T04:32:22.071429+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:22.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:22 smithi032 bash[23468]: audit 2024-09-21T04:32:22.354362+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:22.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:22 smithi032 bash[23468]: audit 2024-09-21T04:32:22.354362+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:22.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:22 smithi032 bash[23468]: audit 2024-09-21T04:32:22.362208+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:22.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:22 smithi032 bash[23468]: audit 2024-09-21T04:32:22.362208+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:22.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:22 smithi032 bash[23468]: audit 2024-09-21T04:32:22.367315+0000 mon.a (mon.0) 831 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-09-21T04:32:22.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:22 smithi032 bash[23468]: audit 2024-09-21T04:32:22.367315+0000 mon.a (mon.0) 831 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-09-21T04:32:22.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:22 smithi032 bash[23468]: audit 2024-09-21T04:32:22.370368+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi028:3000"} : dispatch 2024-09-21T04:32:22.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:22 smithi032 bash[23468]: audit 2024-09-21T04:32:22.370368+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi028:3000"} : dispatch 2024-09-21T04:32:22.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:22 smithi032 bash[23468]: audit 2024-09-21T04:32:22.377779+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:22.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:22 smithi032 bash[23468]: audit 2024-09-21T04:32:22.377779+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:22.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:22 smithi032 bash[23468]: audit 2024-09-21T04:32:22.402757+0000 mon.a (mon.0) 834 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-09-21T04:32:22.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:22 smithi032 bash[23468]: audit 2024-09-21T04:32:22.402757+0000 mon.a (mon.0) 834 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-09-21T04:32:22.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:22 smithi032 bash[23468]: audit 2024-09-21T04:32:22.412985+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi204.front.sepia.ceph.com:9093"} : dispatch 2024-09-21T04:32:22.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:22 smithi032 bash[23468]: audit 2024-09-21T04:32:22.412985+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi204.front.sepia.ceph.com:9093"} : dispatch 2024-09-21T04:32:22.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:22 smithi032 bash[23468]: audit 2024-09-21T04:32:22.420447+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:22.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:22 smithi032 bash[23468]: audit 2024-09-21T04:32:22.420447+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:22.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:22 smithi032 bash[23468]: audit 2024-09-21T04:32:22.510267+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T04:32:22.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:22 smithi032 bash[23468]: audit 2024-09-21T04:32:22.510267+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T04:32:22.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:22 smithi032 bash[23468]: audit 2024-09-21T04:32:22.516208+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:22.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:22 smithi032 bash[23468]: audit 2024-09-21T04:32:22.516208+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:22.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:22 smithi032 bash[23468]: audit 2024-09-21T04:32:22.523296+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:22.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:22 smithi032 bash[23468]: audit 2024-09-21T04:32:22.523296+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:22.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:22 smithi032 bash[23468]: audit 2024-09-21T04:32:22.528845+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:22.790 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:22 smithi032 bash[23468]: audit 2024-09-21T04:32:22.528845+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:22.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:22 smithi204 bash[23242]: cluster 2024-09-21T04:32:21.351525+0000 mgr.a (mgr.14391) 32 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T04:32:22.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:22 smithi204 bash[23242]: cluster 2024-09-21T04:32:21.351525+0000 mgr.a (mgr.14391) 32 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T04:32:22.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:22 smithi204 bash[23242]: audit 2024-09-21T04:32:22.071429+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:22.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:22 smithi204 bash[23242]: audit 2024-09-21T04:32:22.071429+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:22.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:22 smithi204 bash[23242]: audit 2024-09-21T04:32:22.354362+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:22.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:22 smithi204 bash[23242]: audit 2024-09-21T04:32:22.354362+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:22.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:22 smithi204 bash[23242]: audit 2024-09-21T04:32:22.362208+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:22.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:22 smithi204 bash[23242]: audit 2024-09-21T04:32:22.362208+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:22.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:22 smithi204 bash[23242]: audit 2024-09-21T04:32:22.367315+0000 mon.a (mon.0) 831 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-09-21T04:32:22.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:22 smithi204 bash[23242]: audit 2024-09-21T04:32:22.367315+0000 mon.a (mon.0) 831 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-09-21T04:32:22.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:22 smithi204 bash[23242]: audit 2024-09-21T04:32:22.370368+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi028:3000"} : dispatch 2024-09-21T04:32:22.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:22 smithi204 bash[23242]: audit 2024-09-21T04:32:22.370368+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi028:3000"} : dispatch 2024-09-21T04:32:22.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:22 smithi204 bash[23242]: audit 2024-09-21T04:32:22.377779+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:22.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:22 smithi204 bash[23242]: audit 2024-09-21T04:32:22.377779+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:22.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:22 smithi204 bash[23242]: audit 2024-09-21T04:32:22.402757+0000 mon.a (mon.0) 834 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-09-21T04:32:22.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:22 smithi204 bash[23242]: audit 2024-09-21T04:32:22.402757+0000 mon.a (mon.0) 834 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-09-21T04:32:22.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:22 smithi204 bash[23242]: audit 2024-09-21T04:32:22.412985+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi204.front.sepia.ceph.com:9093"} : dispatch 2024-09-21T04:32:22.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:22 smithi204 bash[23242]: audit 2024-09-21T04:32:22.412985+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi204.front.sepia.ceph.com:9093"} : dispatch 2024-09-21T04:32:22.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:22 smithi204 bash[23242]: audit 2024-09-21T04:32:22.420447+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:22.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:22 smithi204 bash[23242]: audit 2024-09-21T04:32:22.420447+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:22.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:22 smithi204 bash[23242]: audit 2024-09-21T04:32:22.510267+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T04:32:22.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:22 smithi204 bash[23242]: audit 2024-09-21T04:32:22.510267+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T04:32:22.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:22 smithi204 bash[23242]: audit 2024-09-21T04:32:22.516208+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:22.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:22 smithi204 bash[23242]: audit 2024-09-21T04:32:22.516208+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:22.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:22 smithi204 bash[23242]: audit 2024-09-21T04:32:22.523296+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:22.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:22 smithi204 bash[23242]: audit 2024-09-21T04:32:22.523296+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:22.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:22 smithi204 bash[23242]: audit 2024-09-21T04:32:22.528845+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:22.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:22 smithi204 bash[23242]: audit 2024-09-21T04:32:22.528845+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:23.231 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:32:22 smithi028 bash[22963]: [21/Sep/2024:04:32:22] ENGINE Serving on http://:::9283 2024-09-21T04:32:23.231 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:32:22 smithi028 bash[22963]: [21/Sep/2024:04:32:22] ENGINE Bus STARTED 2024-09-21T04:32:23.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:23 smithi204 bash[23242]: audit 2024-09-21T04:32:22.368522+0000 mgr.a (mgr.14391) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-21T04:32:23.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:23 smithi204 bash[23242]: audit 2024-09-21T04:32:22.368522+0000 mgr.a (mgr.14391) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-21T04:32:23.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:23 smithi204 bash[23242]: audit 2024-09-21T04:32:22.371322+0000 mgr.a (mgr.14391) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi028:3000"}]: dispatch 2024-09-21T04:32:23.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:23 smithi204 bash[23242]: audit 2024-09-21T04:32:22.371322+0000 mgr.a (mgr.14391) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi028:3000"}]: dispatch 2024-09-21T04:32:23.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:23 smithi204 bash[23242]: audit 2024-09-21T04:32:22.403484+0000 mgr.a (mgr.14391) 35 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-21T04:32:23.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:23 smithi204 bash[23242]: audit 2024-09-21T04:32:22.403484+0000 mgr.a (mgr.14391) 35 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-21T04:32:23.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:23 smithi204 bash[23242]: audit 2024-09-21T04:32:22.413566+0000 mgr.a (mgr.14391) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi204.front.sepia.ceph.com:9093"}]: dispatch 2024-09-21T04:32:23.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:23 smithi204 bash[23242]: audit 2024-09-21T04:32:22.413566+0000 mgr.a (mgr.14391) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi204.front.sepia.ceph.com:9093"}]: dispatch 2024-09-21T04:32:23.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:23 smithi204 bash[23242]: audit 2024-09-21T04:32:22.512177+0000 mgr.a (mgr.14391) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T04:32:23.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:23 smithi204 bash[23242]: audit 2024-09-21T04:32:22.512177+0000 mgr.a (mgr.14391) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T04:32:23.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:23 smithi204 bash[23242]: audit 2024-09-21T04:32:22.633394+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T04:32:23.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:23 smithi204 bash[23242]: audit 2024-09-21T04:32:22.633394+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T04:32:23.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:23 smithi204 bash[23242]: audit 2024-09-21T04:32:22.634369+0000 mgr.a (mgr.14391) 38 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T04:32:23.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:23 smithi204 bash[23242]: audit 2024-09-21T04:32:22.634369+0000 mgr.a (mgr.14391) 38 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T04:32:23.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:23 smithi204 bash[23242]: audit 2024-09-21T04:32:22.874647+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:32:23.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:23 smithi204 bash[23242]: audit 2024-09-21T04:32:22.874647+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:32:23.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:23 smithi204 bash[23242]: audit 2024-09-21T04:32:22.876649+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi028", "caps": []} : dispatch 2024-09-21T04:32:23.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:23 smithi204 bash[23242]: audit 2024-09-21T04:32:22.876649+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi028", "caps": []} : dispatch 2024-09-21T04:32:23.982 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:23 smithi028 bash[22708]: audit 2024-09-21T04:32:22.368522+0000 mgr.a (mgr.14391) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-21T04:32:23.982 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:23 smithi028 bash[22708]: audit 2024-09-21T04:32:22.368522+0000 mgr.a (mgr.14391) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-21T04:32:23.982 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:23 smithi028 bash[22708]: audit 2024-09-21T04:32:22.371322+0000 mgr.a (mgr.14391) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi028:3000"}]: dispatch 2024-09-21T04:32:23.982 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:23 smithi028 bash[22708]: audit 2024-09-21T04:32:22.371322+0000 mgr.a (mgr.14391) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi028:3000"}]: dispatch 2024-09-21T04:32:23.982 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:23 smithi028 bash[22708]: audit 2024-09-21T04:32:22.403484+0000 mgr.a (mgr.14391) 35 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-21T04:32:23.982 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:23 smithi028 bash[22708]: audit 2024-09-21T04:32:22.403484+0000 mgr.a (mgr.14391) 35 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-21T04:32:23.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:23 smithi028 bash[22708]: audit 2024-09-21T04:32:22.413566+0000 mgr.a (mgr.14391) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi204.front.sepia.ceph.com:9093"}]: dispatch 2024-09-21T04:32:23.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:23 smithi028 bash[22708]: audit 2024-09-21T04:32:22.413566+0000 mgr.a (mgr.14391) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi204.front.sepia.ceph.com:9093"}]: dispatch 2024-09-21T04:32:23.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:23 smithi028 bash[22708]: audit 2024-09-21T04:32:22.512177+0000 mgr.a (mgr.14391) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T04:32:23.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:23 smithi028 bash[22708]: audit 2024-09-21T04:32:22.512177+0000 mgr.a (mgr.14391) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T04:32:23.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:23 smithi028 bash[22708]: audit 2024-09-21T04:32:22.633394+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T04:32:23.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:23 smithi028 bash[22708]: audit 2024-09-21T04:32:22.633394+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T04:32:23.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:23 smithi028 bash[22708]: audit 2024-09-21T04:32:22.634369+0000 mgr.a (mgr.14391) 38 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T04:32:23.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:23 smithi028 bash[22708]: audit 2024-09-21T04:32:22.634369+0000 mgr.a (mgr.14391) 38 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T04:32:23.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:23 smithi028 bash[22708]: audit 2024-09-21T04:32:22.874647+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:32:23.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:23 smithi028 bash[22708]: audit 2024-09-21T04:32:22.874647+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:32:23.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:23 smithi028 bash[22708]: audit 2024-09-21T04:32:22.876649+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi028", "caps": []} : dispatch 2024-09-21T04:32:23.983 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:23 smithi028 bash[22708]: audit 2024-09-21T04:32:22.876649+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi028", "caps": []} : dispatch 2024-09-21T04:32:24.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:23 smithi032 bash[23468]: audit 2024-09-21T04:32:22.368522+0000 mgr.a (mgr.14391) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-21T04:32:24.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:23 smithi032 bash[23468]: audit 2024-09-21T04:32:22.368522+0000 mgr.a (mgr.14391) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-21T04:32:24.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:23 smithi032 bash[23468]: audit 2024-09-21T04:32:22.371322+0000 mgr.a (mgr.14391) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi028:3000"}]: dispatch 2024-09-21T04:32:24.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:23 smithi032 bash[23468]: audit 2024-09-21T04:32:22.371322+0000 mgr.a (mgr.14391) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi028:3000"}]: dispatch 2024-09-21T04:32:24.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:23 smithi032 bash[23468]: audit 2024-09-21T04:32:22.403484+0000 mgr.a (mgr.14391) 35 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-21T04:32:24.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:23 smithi032 bash[23468]: audit 2024-09-21T04:32:22.403484+0000 mgr.a (mgr.14391) 35 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-21T04:32:24.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:23 smithi032 bash[23468]: audit 2024-09-21T04:32:22.413566+0000 mgr.a (mgr.14391) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi204.front.sepia.ceph.com:9093"}]: dispatch 2024-09-21T04:32:24.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:23 smithi032 bash[23468]: audit 2024-09-21T04:32:22.413566+0000 mgr.a (mgr.14391) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi204.front.sepia.ceph.com:9093"}]: dispatch 2024-09-21T04:32:24.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:23 smithi032 bash[23468]: audit 2024-09-21T04:32:22.512177+0000 mgr.a (mgr.14391) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T04:32:24.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:23 smithi032 bash[23468]: audit 2024-09-21T04:32:22.512177+0000 mgr.a (mgr.14391) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T04:32:24.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:23 smithi032 bash[23468]: audit 2024-09-21T04:32:22.633394+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T04:32:24.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:23 smithi032 bash[23468]: audit 2024-09-21T04:32:22.633394+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T04:32:24.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:23 smithi032 bash[23468]: audit 2024-09-21T04:32:22.634369+0000 mgr.a (mgr.14391) 38 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T04:32:24.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:23 smithi032 bash[23468]: audit 2024-09-21T04:32:22.634369+0000 mgr.a (mgr.14391) 38 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T04:32:24.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:23 smithi032 bash[23468]: audit 2024-09-21T04:32:22.874647+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:32:24.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:23 smithi032 bash[23468]: audit 2024-09-21T04:32:22.874647+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:32:24.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:23 smithi032 bash[23468]: audit 2024-09-21T04:32:22.876649+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi028", "caps": []} : dispatch 2024-09-21T04:32:24.039 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:23 smithi032 bash[23468]: audit 2024-09-21T04:32:22.876649+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi028", "caps": []} : dispatch 2024-09-21T04:32:24.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:24 smithi204 bash[23242]: cluster 2024-09-21T04:32:23.351840+0000 mgr.a (mgr.14391) 39 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T04:32:24.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:24 smithi204 bash[23242]: cluster 2024-09-21T04:32:23.351840+0000 mgr.a (mgr.14391) 39 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T04:32:24.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:24 smithi204 bash[23242]: audit 2024-09-21T04:32:24.032451+0000 mon.a (mon.0) 844 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:32:24.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:24 smithi204 bash[23242]: audit 2024-09-21T04:32:24.032451+0000 mon.a (mon.0) 844 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:32:24.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:24 smithi204 bash[23242]: audit 2024-09-21T04:32:24.033644+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:32:24.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:24 smithi204 bash[23242]: audit 2024-09-21T04:32:24.033644+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:32:24.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:24 smithi204 bash[23242]: audit 2024-09-21T04:32:24.039791+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:24.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:24 smithi204 bash[23242]: audit 2024-09-21T04:32:24.039791+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:24.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:24 smithi204 bash[23242]: audit 2024-09-21T04:32:24.085254+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi028", "caps": []} : dispatch 2024-09-21T04:32:24.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:24 smithi204 bash[23242]: audit 2024-09-21T04:32:24.085254+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi028", "caps": []} : dispatch 2024-09-21T04:32:24.838 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:24 smithi028 bash[22708]: cluster 2024-09-21T04:32:23.351840+0000 mgr.a (mgr.14391) 39 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T04:32:24.838 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:24 smithi028 bash[22708]: cluster 2024-09-21T04:32:23.351840+0000 mgr.a (mgr.14391) 39 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T04:32:24.838 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:24 smithi028 bash[22708]: audit 2024-09-21T04:32:24.032451+0000 mon.a (mon.0) 844 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:32:24.838 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:24 smithi028 bash[22708]: audit 2024-09-21T04:32:24.032451+0000 mon.a (mon.0) 844 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:32:24.838 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:24 smithi028 bash[22708]: audit 2024-09-21T04:32:24.033644+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:32:24.838 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:24 smithi028 bash[22708]: audit 2024-09-21T04:32:24.033644+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:32:24.839 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:24 smithi028 bash[22708]: audit 2024-09-21T04:32:24.039791+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:24.839 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:24 smithi028 bash[22708]: audit 2024-09-21T04:32:24.039791+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:24.839 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:24 smithi028 bash[22708]: audit 2024-09-21T04:32:24.085254+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi028", "caps": []} : dispatch 2024-09-21T04:32:24.839 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:24 smithi028 bash[22708]: audit 2024-09-21T04:32:24.085254+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi028", "caps": []} : dispatch 2024-09-21T04:32:25.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:24 smithi032 bash[23468]: cluster 2024-09-21T04:32:23.351840+0000 mgr.a (mgr.14391) 39 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T04:32:25.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:24 smithi032 bash[23468]: cluster 2024-09-21T04:32:23.351840+0000 mgr.a (mgr.14391) 39 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T04:32:25.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:24 smithi032 bash[23468]: audit 2024-09-21T04:32:24.032451+0000 mon.a (mon.0) 844 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:32:25.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:24 smithi032 bash[23468]: audit 2024-09-21T04:32:24.032451+0000 mon.a (mon.0) 844 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:32:25.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:24 smithi032 bash[23468]: audit 2024-09-21T04:32:24.033644+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:32:25.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:24 smithi032 bash[23468]: audit 2024-09-21T04:32:24.033644+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:32:25.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:24 smithi032 bash[23468]: audit 2024-09-21T04:32:24.039791+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:25.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:24 smithi032 bash[23468]: audit 2024-09-21T04:32:24.039791+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:25.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:24 smithi032 bash[23468]: audit 2024-09-21T04:32:24.085254+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi028", "caps": []} : dispatch 2024-09-21T04:32:25.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:24 smithi032 bash[23468]: audit 2024-09-21T04:32:24.085254+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi028", "caps": []} : dispatch 2024-09-21T04:32:26.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:25 smithi032 bash[23468]: cephadm 2024-09-21T04:32:24.040290+0000 mgr.a (mgr.14391) 40 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T04:32:26.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:25 smithi032 bash[23468]: cephadm 2024-09-21T04:32:24.040290+0000 mgr.a (mgr.14391) 40 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T04:32:26.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:25 smithi032 bash[23468]: audit 2024-09-21T04:32:24.738173+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:26.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:25 smithi032 bash[23468]: audit 2024-09-21T04:32:24.738173+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:26.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:25 smithi032 bash[23468]: audit 2024-09-21T04:32:24.840197+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:26.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:25 smithi032 bash[23468]: audit 2024-09-21T04:32:24.840197+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:26.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:25 smithi032 bash[23468]: audit 2024-09-21T04:32:24.979912+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:26.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:25 smithi032 bash[23468]: audit 2024-09-21T04:32:24.979912+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:26.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:25 smithi032 bash[23468]: audit 2024-09-21T04:32:25.686076+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:26.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:25 smithi032 bash[23468]: audit 2024-09-21T04:32:25.686076+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:26.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:25 smithi204 bash[23242]: cephadm 2024-09-21T04:32:24.040290+0000 mgr.a (mgr.14391) 40 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T04:32:26.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:25 smithi204 bash[23242]: cephadm 2024-09-21T04:32:24.040290+0000 mgr.a (mgr.14391) 40 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T04:32:26.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:25 smithi204 bash[23242]: audit 2024-09-21T04:32:24.738173+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:26.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:25 smithi204 bash[23242]: audit 2024-09-21T04:32:24.738173+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:26.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:25 smithi204 bash[23242]: audit 2024-09-21T04:32:24.840197+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:26.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:25 smithi204 bash[23242]: audit 2024-09-21T04:32:24.840197+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:26.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:25 smithi204 bash[23242]: audit 2024-09-21T04:32:24.979912+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:26.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:25 smithi204 bash[23242]: audit 2024-09-21T04:32:24.979912+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:26.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:25 smithi204 bash[23242]: audit 2024-09-21T04:32:25.686076+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:26.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:25 smithi204 bash[23242]: audit 2024-09-21T04:32:25.686076+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:26.143 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:25 smithi028 bash[22708]: cephadm 2024-09-21T04:32:24.040290+0000 mgr.a (mgr.14391) 40 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T04:32:26.143 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:25 smithi028 bash[22708]: cephadm 2024-09-21T04:32:24.040290+0000 mgr.a (mgr.14391) 40 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-21T04:32:26.143 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:25 smithi028 bash[22708]: audit 2024-09-21T04:32:24.738173+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:26.143 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:25 smithi028 bash[22708]: audit 2024-09-21T04:32:24.738173+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:26.143 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:25 smithi028 bash[22708]: audit 2024-09-21T04:32:24.840197+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:26.144 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:25 smithi028 bash[22708]: audit 2024-09-21T04:32:24.840197+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:26.144 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:25 smithi028 bash[22708]: audit 2024-09-21T04:32:24.979912+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:26.144 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:25 smithi028 bash[22708]: audit 2024-09-21T04:32:24.979912+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:26.144 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:25 smithi028 bash[22708]: audit 2024-09-21T04:32:25.686076+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:26.144 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:25 smithi028 bash[22708]: audit 2024-09-21T04:32:25.686076+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:27.179 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:26 smithi028 bash[22708]: cluster 2024-09-21T04:32:25.352107+0000 mgr.a (mgr.14391) 41 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:27.179 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:26 smithi028 bash[22708]: cluster 2024-09-21T04:32:25.352107+0000 mgr.a (mgr.14391) 41 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:27.179 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:26 smithi028 bash[22708]: audit 2024-09-21T04:32:25.940835+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:27.179 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:26 smithi028 bash[22708]: audit 2024-09-21T04:32:25.940835+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:27.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:26 smithi032 bash[23468]: cluster 2024-09-21T04:32:25.352107+0000 mgr.a (mgr.14391) 41 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:27.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:26 smithi032 bash[23468]: cluster 2024-09-21T04:32:25.352107+0000 mgr.a (mgr.14391) 41 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:27.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:26 smithi032 bash[23468]: audit 2024-09-21T04:32:25.940835+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:27.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:26 smithi032 bash[23468]: audit 2024-09-21T04:32:25.940835+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:27.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:26 smithi204 bash[23242]: cluster 2024-09-21T04:32:25.352107+0000 mgr.a (mgr.14391) 41 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:27.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:26 smithi204 bash[23242]: cluster 2024-09-21T04:32:25.352107+0000 mgr.a (mgr.14391) 41 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:27.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:26 smithi204 bash[23242]: audit 2024-09-21T04:32:25.940835+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:27.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:26 smithi204 bash[23242]: audit 2024-09-21T04:32:25.940835+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:28.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:28 smithi204 bash[23242]: audit 2024-09-21T04:32:27.067978+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:28.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:28 smithi204 bash[23242]: audit 2024-09-21T04:32:27.067978+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:28.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:28 smithi204 bash[23242]: audit 2024-09-21T04:32:27.180386+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:28.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:28 smithi204 bash[23242]: audit 2024-09-21T04:32:27.180386+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:28.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:28 smithi204 bash[23242]: cluster 2024-09-21T04:32:27.352579+0000 mgr.a (mgr.14391) 42 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:28.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:28 smithi204 bash[23242]: cluster 2024-09-21T04:32:27.352579+0000 mgr.a (mgr.14391) 42 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:28.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:28 smithi204 bash[23242]: audit 2024-09-21T04:32:27.583512+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:28.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:28 smithi204 bash[23242]: audit 2024-09-21T04:32:27.583512+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:28.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:28 smithi204 bash[23242]: audit 2024-09-21T04:32:27.590094+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:28.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:28 smithi204 bash[23242]: audit 2024-09-21T04:32:27.590094+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:28.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:28 smithi204 bash[23242]: audit 2024-09-21T04:32:27.596827+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:28.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:28 smithi204 bash[23242]: audit 2024-09-21T04:32:27.596827+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:28.334 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:28 smithi028 bash[22708]: audit 2024-09-21T04:32:27.067978+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:28.335 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:28 smithi028 bash[22708]: audit 2024-09-21T04:32:27.067978+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:28.335 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:28 smithi028 bash[22708]: audit 2024-09-21T04:32:27.180386+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:28.335 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:28 smithi028 bash[22708]: audit 2024-09-21T04:32:27.180386+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:28.335 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:28 smithi028 bash[22708]: cluster 2024-09-21T04:32:27.352579+0000 mgr.a (mgr.14391) 42 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:28.335 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:28 smithi028 bash[22708]: cluster 2024-09-21T04:32:27.352579+0000 mgr.a (mgr.14391) 42 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:28.335 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:28 smithi028 bash[22708]: audit 2024-09-21T04:32:27.583512+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:28.335 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:28 smithi028 bash[22708]: audit 2024-09-21T04:32:27.583512+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:28.335 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:28 smithi028 bash[22708]: audit 2024-09-21T04:32:27.590094+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:28.335 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:28 smithi028 bash[22708]: audit 2024-09-21T04:32:27.590094+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:28.335 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:28 smithi028 bash[22708]: audit 2024-09-21T04:32:27.596827+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:28.335 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:28 smithi028 bash[22708]: audit 2024-09-21T04:32:27.596827+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:28.537 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:28 smithi032 bash[23468]: audit 2024-09-21T04:32:27.067978+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:28.537 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:28 smithi032 bash[23468]: audit 2024-09-21T04:32:27.067978+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:28.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:28 smithi032 bash[23468]: audit 2024-09-21T04:32:27.180386+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:28.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:28 smithi032 bash[23468]: audit 2024-09-21T04:32:27.180386+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:28.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:28 smithi032 bash[23468]: cluster 2024-09-21T04:32:27.352579+0000 mgr.a (mgr.14391) 42 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:28.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:28 smithi032 bash[23468]: cluster 2024-09-21T04:32:27.352579+0000 mgr.a (mgr.14391) 42 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:28.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:28 smithi032 bash[23468]: audit 2024-09-21T04:32:27.583512+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:28.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:28 smithi032 bash[23468]: audit 2024-09-21T04:32:27.583512+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:28.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:28 smithi032 bash[23468]: audit 2024-09-21T04:32:27.590094+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:28.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:28 smithi032 bash[23468]: audit 2024-09-21T04:32:27.590094+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:28.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:28 smithi032 bash[23468]: audit 2024-09-21T04:32:27.596827+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:28.538 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:28 smithi032 bash[23468]: audit 2024-09-21T04:32:27.596827+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:30.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:30 smithi204 bash[23242]: audit 2024-09-21T04:32:29.009456+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:30.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:30 smithi204 bash[23242]: audit 2024-09-21T04:32:29.009456+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:30.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:30 smithi204 bash[23242]: cluster 2024-09-21T04:32:29.353005+0000 mgr.a (mgr.14391) 43 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:30.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:30 smithi204 bash[23242]: cluster 2024-09-21T04:32:29.353005+0000 mgr.a (mgr.14391) 43 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:30.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:30 smithi204 bash[23242]: audit 2024-09-21T04:32:29.529518+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:30.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:30 smithi204 bash[23242]: audit 2024-09-21T04:32:29.529518+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:30.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:30 smithi204 bash[23242]: audit 2024-09-21T04:32:29.749858+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:30.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:30 smithi204 bash[23242]: audit 2024-09-21T04:32:29.749858+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:30.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:30 smithi204 bash[23242]: audit 2024-09-21T04:32:29.758623+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:30.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:30 smithi204 bash[23242]: audit 2024-09-21T04:32:29.758623+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:30.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:30 smithi204 bash[23242]: audit 2024-09-21T04:32:29.768772+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:30.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:30 smithi204 bash[23242]: audit 2024-09-21T04:32:29.768772+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:30.160 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:30 smithi028 bash[22708]: audit 2024-09-21T04:32:29.009456+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:30.160 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:30 smithi028 bash[22708]: audit 2024-09-21T04:32:29.009456+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:30.160 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:30 smithi028 bash[22708]: cluster 2024-09-21T04:32:29.353005+0000 mgr.a (mgr.14391) 43 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:30.160 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:30 smithi028 bash[22708]: cluster 2024-09-21T04:32:29.353005+0000 mgr.a (mgr.14391) 43 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:30.160 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:30 smithi028 bash[22708]: audit 2024-09-21T04:32:29.529518+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:30.160 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:30 smithi028 bash[22708]: audit 2024-09-21T04:32:29.529518+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:30.161 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:30 smithi028 bash[22708]: audit 2024-09-21T04:32:29.749858+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:30.161 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:30 smithi028 bash[22708]: audit 2024-09-21T04:32:29.749858+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:30.161 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:30 smithi028 bash[22708]: audit 2024-09-21T04:32:29.758623+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:30.161 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:30 smithi028 bash[22708]: audit 2024-09-21T04:32:29.758623+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:30.161 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:30 smithi028 bash[22708]: audit 2024-09-21T04:32:29.768772+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:30.161 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:30 smithi028 bash[22708]: audit 2024-09-21T04:32:29.768772+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:30.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:30 smithi032 bash[23468]: audit 2024-09-21T04:32:29.009456+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:30.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:30 smithi032 bash[23468]: audit 2024-09-21T04:32:29.009456+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:30.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:30 smithi032 bash[23468]: cluster 2024-09-21T04:32:29.353005+0000 mgr.a (mgr.14391) 43 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:30.288 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:30 smithi032 bash[23468]: cluster 2024-09-21T04:32:29.353005+0000 mgr.a (mgr.14391) 43 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:30.288 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:30 smithi032 bash[23468]: audit 2024-09-21T04:32:29.529518+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:30.288 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:30 smithi032 bash[23468]: audit 2024-09-21T04:32:29.529518+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:30.288 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:30 smithi032 bash[23468]: audit 2024-09-21T04:32:29.749858+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:30.288 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:30 smithi032 bash[23468]: audit 2024-09-21T04:32:29.749858+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:30.288 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:30 smithi032 bash[23468]: audit 2024-09-21T04:32:29.758623+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:30.288 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:30 smithi032 bash[23468]: audit 2024-09-21T04:32:29.758623+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:30.288 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:30 smithi032 bash[23468]: audit 2024-09-21T04:32:29.768772+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:30.288 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:30 smithi032 bash[23468]: audit 2024-09-21T04:32:29.768772+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:32.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:32 smithi028 bash[22708]: cluster 2024-09-21T04:32:31.353549+0000 mgr.a (mgr.14391) 44 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:32.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:32 smithi028 bash[22708]: cluster 2024-09-21T04:32:31.353549+0000 mgr.a (mgr.14391) 44 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:32.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:32 smithi028 bash[22708]: audit 2024-09-21T04:32:32.141426+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:32.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:32 smithi028 bash[22708]: audit 2024-09-21T04:32:32.141426+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:32.732 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:32 smithi028 bash[22708]: audit 2024-09-21T04:32:32.146998+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:32.732 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:32 smithi028 bash[22708]: audit 2024-09-21T04:32:32.146998+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:32.732 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:32 smithi028 bash[22708]: audit 2024-09-21T04:32:32.148904+0000 mon.a (mon.0) 865 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:32:32.732 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:32 smithi028 bash[22708]: audit 2024-09-21T04:32:32.148904+0000 mon.a (mon.0) 865 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:32:32.732 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:32 smithi028 bash[22708]: audit 2024-09-21T04:32:32.150986+0000 mon.a (mon.0) 866 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:32:32.732 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:32 smithi028 bash[22708]: audit 2024-09-21T04:32:32.150986+0000 mon.a (mon.0) 866 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:32:32.732 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:32 smithi028 bash[22708]: audit 2024-09-21T04:32:32.153290+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:32.732 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:32 smithi028 bash[22708]: audit 2024-09-21T04:32:32.153290+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:32.732 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:32 smithi028 bash[22708]: audit 2024-09-21T04:32:32.154298+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:32:32.732 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:32 smithi028 bash[22708]: audit 2024-09-21T04:32:32.154298+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:32:32.732 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:32 smithi028 bash[22708]: audit 2024-09-21T04:32:32.159103+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:32.732 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:32 smithi028 bash[22708]: audit 2024-09-21T04:32:32.159103+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:32.732 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:32 smithi028 bash[22708]: audit 2024-09-21T04:32:32.167911+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:32.732 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:32 smithi028 bash[22708]: audit 2024-09-21T04:32:32.167911+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:32.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:32 smithi032 bash[23468]: cluster 2024-09-21T04:32:31.353549+0000 mgr.a (mgr.14391) 44 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:32.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:32 smithi032 bash[23468]: cluster 2024-09-21T04:32:31.353549+0000 mgr.a (mgr.14391) 44 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:32.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:32 smithi032 bash[23468]: audit 2024-09-21T04:32:32.141426+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:32.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:32 smithi032 bash[23468]: audit 2024-09-21T04:32:32.141426+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:32.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:32 smithi032 bash[23468]: audit 2024-09-21T04:32:32.146998+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:32.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:32 smithi032 bash[23468]: audit 2024-09-21T04:32:32.146998+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:32.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:32 smithi032 bash[23468]: audit 2024-09-21T04:32:32.148904+0000 mon.a (mon.0) 865 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:32:32.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:32 smithi032 bash[23468]: audit 2024-09-21T04:32:32.148904+0000 mon.a (mon.0) 865 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:32:32.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:32 smithi032 bash[23468]: audit 2024-09-21T04:32:32.150986+0000 mon.a (mon.0) 866 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:32:32.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:32 smithi032 bash[23468]: audit 2024-09-21T04:32:32.150986+0000 mon.a (mon.0) 866 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:32:32.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:32 smithi032 bash[23468]: audit 2024-09-21T04:32:32.153290+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:32.788 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:32 smithi032 bash[23468]: audit 2024-09-21T04:32:32.153290+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:32.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:32 smithi032 bash[23468]: audit 2024-09-21T04:32:32.154298+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:32:32.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:32 smithi032 bash[23468]: audit 2024-09-21T04:32:32.154298+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:32:32.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:32 smithi032 bash[23468]: audit 2024-09-21T04:32:32.159103+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:32.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:32 smithi032 bash[23468]: audit 2024-09-21T04:32:32.159103+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:32.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:32 smithi032 bash[23468]: audit 2024-09-21T04:32:32.167911+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:32.789 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:32 smithi032 bash[23468]: audit 2024-09-21T04:32:32.167911+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:32.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:32 smithi204 bash[23242]: cluster 2024-09-21T04:32:31.353549+0000 mgr.a (mgr.14391) 44 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:32.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:32 smithi204 bash[23242]: cluster 2024-09-21T04:32:31.353549+0000 mgr.a (mgr.14391) 44 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:32.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:32 smithi204 bash[23242]: audit 2024-09-21T04:32:32.141426+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:32.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:32 smithi204 bash[23242]: audit 2024-09-21T04:32:32.141426+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:32.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:32 smithi204 bash[23242]: audit 2024-09-21T04:32:32.146998+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:32.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:32 smithi204 bash[23242]: audit 2024-09-21T04:32:32.146998+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:32.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:32 smithi204 bash[23242]: audit 2024-09-21T04:32:32.148904+0000 mon.a (mon.0) 865 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:32:32.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:32 smithi204 bash[23242]: audit 2024-09-21T04:32:32.148904+0000 mon.a (mon.0) 865 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:32:32.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:32 smithi204 bash[23242]: audit 2024-09-21T04:32:32.150986+0000 mon.a (mon.0) 866 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:32:32.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:32 smithi204 bash[23242]: audit 2024-09-21T04:32:32.150986+0000 mon.a (mon.0) 866 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:32:32.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:32 smithi204 bash[23242]: audit 2024-09-21T04:32:32.153290+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:32.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:32 smithi204 bash[23242]: audit 2024-09-21T04:32:32.153290+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:32.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:32 smithi204 bash[23242]: audit 2024-09-21T04:32:32.154298+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:32:32.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:32 smithi204 bash[23242]: audit 2024-09-21T04:32:32.154298+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:32:32.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:32 smithi204 bash[23242]: audit 2024-09-21T04:32:32.159103+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:32.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:32 smithi204 bash[23242]: audit 2024-09-21T04:32:32.159103+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:32.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:32 smithi204 bash[23242]: audit 2024-09-21T04:32:32.167911+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:32.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:32 smithi204 bash[23242]: audit 2024-09-21T04:32:32.167911+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:34.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:33 smithi028 bash[22708]: audit 2024-09-21T04:32:32.829500+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:34.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:33 smithi028 bash[22708]: audit 2024-09-21T04:32:32.829500+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:34.232 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:33 smithi028 bash[22708]: audit 2024-09-21T04:32:32.836489+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:34.232 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:33 smithi028 bash[22708]: audit 2024-09-21T04:32:32.836489+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:34.232 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:33 smithi028 bash[22708]: audit 2024-09-21T04:32:32.843330+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:34.232 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:33 smithi028 bash[22708]: audit 2024-09-21T04:32:32.843330+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:34.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:33 smithi032 bash[23468]: audit 2024-09-21T04:32:32.829500+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:34.288 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:33 smithi032 bash[23468]: audit 2024-09-21T04:32:32.829500+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:34.288 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:33 smithi032 bash[23468]: audit 2024-09-21T04:32:32.836489+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:34.288 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:33 smithi032 bash[23468]: audit 2024-09-21T04:32:32.836489+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:34.288 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:33 smithi032 bash[23468]: audit 2024-09-21T04:32:32.843330+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:34.288 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:33 smithi032 bash[23468]: audit 2024-09-21T04:32:32.843330+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:34.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:33 smithi204 bash[23242]: audit 2024-09-21T04:32:32.829500+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:34.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:33 smithi204 bash[23242]: audit 2024-09-21T04:32:32.829500+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:34.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:33 smithi204 bash[23242]: audit 2024-09-21T04:32:32.836489+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:34.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:33 smithi204 bash[23242]: audit 2024-09-21T04:32:32.836489+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:34.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:33 smithi204 bash[23242]: audit 2024-09-21T04:32:32.843330+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:34.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:33 smithi204 bash[23242]: audit 2024-09-21T04:32:32.843330+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:35.205 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:34 smithi032 bash[23468]: cluster 2024-09-21T04:32:33.354087+0000 mgr.a (mgr.14391) 45 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:35.205 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:34 smithi032 bash[23468]: cluster 2024-09-21T04:32:33.354087+0000 mgr.a (mgr.14391) 45 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:35.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:34 smithi028 bash[22708]: cluster 2024-09-21T04:32:33.354087+0000 mgr.a (mgr.14391) 45 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:35.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:34 smithi028 bash[22708]: cluster 2024-09-21T04:32:33.354087+0000 mgr.a (mgr.14391) 45 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:35.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:34 smithi204 bash[23242]: cluster 2024-09-21T04:32:33.354087+0000 mgr.a (mgr.14391) 45 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:35.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:34 smithi204 bash[23242]: cluster 2024-09-21T04:32:33.354087+0000 mgr.a (mgr.14391) 45 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:36.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:35 smithi032 bash[23468]: audit 2024-09-21T04:32:35.835151+0000 mon.a (mon.0) 874 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:32:36.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:35 smithi032 bash[23468]: audit 2024-09-21T04:32:35.835151+0000 mon.a (mon.0) 874 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:32:36.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:35 smithi028 bash[22708]: audit 2024-09-21T04:32:35.835151+0000 mon.a (mon.0) 874 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:32:36.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:35 smithi028 bash[22708]: audit 2024-09-21T04:32:35.835151+0000 mon.a (mon.0) 874 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:32:36.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:35 smithi204 bash[23242]: audit 2024-09-21T04:32:35.835151+0000 mon.a (mon.0) 874 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:32:36.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:35 smithi204 bash[23242]: audit 2024-09-21T04:32:35.835151+0000 mon.a (mon.0) 874 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:32:37.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:36 smithi032 bash[23468]: cluster 2024-09-21T04:32:35.354638+0000 mgr.a (mgr.14391) 46 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:37.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:36 smithi032 bash[23468]: cluster 2024-09-21T04:32:35.354638+0000 mgr.a (mgr.14391) 46 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:37.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:36 smithi028 bash[22708]: cluster 2024-09-21T04:32:35.354638+0000 mgr.a (mgr.14391) 46 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:37.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:36 smithi028 bash[22708]: cluster 2024-09-21T04:32:35.354638+0000 mgr.a (mgr.14391) 46 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:37.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:36 smithi204 bash[23242]: cluster 2024-09-21T04:32:35.354638+0000 mgr.a (mgr.14391) 46 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:37.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:36 smithi204 bash[23242]: cluster 2024-09-21T04:32:35.354638+0000 mgr.a (mgr.14391) 46 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:39.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:38 smithi028 bash[22708]: cluster 2024-09-21T04:32:37.355199+0000 mgr.a (mgr.14391) 47 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:39.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:38 smithi028 bash[22708]: cluster 2024-09-21T04:32:37.355199+0000 mgr.a (mgr.14391) 47 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:39.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:38 smithi032 bash[23468]: cluster 2024-09-21T04:32:37.355199+0000 mgr.a (mgr.14391) 47 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:39.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:38 smithi032 bash[23468]: cluster 2024-09-21T04:32:37.355199+0000 mgr.a (mgr.14391) 47 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:39.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:38 smithi204 bash[23242]: cluster 2024-09-21T04:32:37.355199+0000 mgr.a (mgr.14391) 47 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:39.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:38 smithi204 bash[23242]: cluster 2024-09-21T04:32:37.355199+0000 mgr.a (mgr.14391) 47 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:41.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:40 smithi028 bash[22708]: cluster 2024-09-21T04:32:39.355737+0000 mgr.a (mgr.14391) 48 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:41.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:40 smithi028 bash[22708]: cluster 2024-09-21T04:32:39.355737+0000 mgr.a (mgr.14391) 48 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:41.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:40 smithi032 bash[23468]: cluster 2024-09-21T04:32:39.355737+0000 mgr.a (mgr.14391) 48 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:41.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:40 smithi032 bash[23468]: cluster 2024-09-21T04:32:39.355737+0000 mgr.a (mgr.14391) 48 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:41.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:40 smithi204 bash[23242]: cluster 2024-09-21T04:32:39.355737+0000 mgr.a (mgr.14391) 48 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:41.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:40 smithi204 bash[23242]: cluster 2024-09-21T04:32:39.355737+0000 mgr.a (mgr.14391) 48 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:43.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:42 smithi032 bash[23468]: cluster 2024-09-21T04:32:41.356386+0000 mgr.a (mgr.14391) 49 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:43.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:42 smithi032 bash[23468]: cluster 2024-09-21T04:32:41.356386+0000 mgr.a (mgr.14391) 49 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:43.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:42 smithi032 bash[23468]: audit 2024-09-21T04:32:42.743060+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:43.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:42 smithi032 bash[23468]: audit 2024-09-21T04:32:42.743060+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:43.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:42 smithi032 bash[23468]: audit 2024-09-21T04:32:42.752593+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:43.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:42 smithi032 bash[23468]: audit 2024-09-21T04:32:42.752593+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:43.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:42 smithi032 bash[23468]: audit 2024-09-21T04:32:42.763067+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:43.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:42 smithi032 bash[23468]: audit 2024-09-21T04:32:42.763067+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:43.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:42 smithi028 bash[22708]: cluster 2024-09-21T04:32:41.356386+0000 mgr.a (mgr.14391) 49 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:43.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:42 smithi028 bash[22708]: cluster 2024-09-21T04:32:41.356386+0000 mgr.a (mgr.14391) 49 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:43.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:42 smithi028 bash[22708]: audit 2024-09-21T04:32:42.743060+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:43.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:42 smithi028 bash[22708]: audit 2024-09-21T04:32:42.743060+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:43.232 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:42 smithi028 bash[22708]: audit 2024-09-21T04:32:42.752593+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:43.232 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:42 smithi028 bash[22708]: audit 2024-09-21T04:32:42.752593+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:43.232 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:42 smithi028 bash[22708]: audit 2024-09-21T04:32:42.763067+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:43.232 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:42 smithi028 bash[22708]: audit 2024-09-21T04:32:42.763067+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:43.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:42 smithi204 bash[23242]: cluster 2024-09-21T04:32:41.356386+0000 mgr.a (mgr.14391) 49 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:43.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:42 smithi204 bash[23242]: cluster 2024-09-21T04:32:41.356386+0000 mgr.a (mgr.14391) 49 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:43.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:42 smithi204 bash[23242]: audit 2024-09-21T04:32:42.743060+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:43.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:42 smithi204 bash[23242]: audit 2024-09-21T04:32:42.743060+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:43.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:42 smithi204 bash[23242]: audit 2024-09-21T04:32:42.752593+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:43.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:42 smithi204 bash[23242]: audit 2024-09-21T04:32:42.752593+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:43.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:42 smithi204 bash[23242]: audit 2024-09-21T04:32:42.763067+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:43.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:42 smithi204 bash[23242]: audit 2024-09-21T04:32:42.763067+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:45.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:44 smithi028 bash[22708]: cluster 2024-09-21T04:32:43.356946+0000 mgr.a (mgr.14391) 50 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:45.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:44 smithi028 bash[22708]: cluster 2024-09-21T04:32:43.356946+0000 mgr.a (mgr.14391) 50 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:45.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:44 smithi032 bash[23468]: cluster 2024-09-21T04:32:43.356946+0000 mgr.a (mgr.14391) 50 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:45.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:44 smithi032 bash[23468]: cluster 2024-09-21T04:32:43.356946+0000 mgr.a (mgr.14391) 50 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:45.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:44 smithi204 bash[23242]: cluster 2024-09-21T04:32:43.356946+0000 mgr.a (mgr.14391) 50 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:45.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:44 smithi204 bash[23242]: cluster 2024-09-21T04:32:43.356946+0000 mgr.a (mgr.14391) 50 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:47.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:46 smithi204 bash[23242]: cluster 2024-09-21T04:32:45.357496+0000 mgr.a (mgr.14391) 51 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:47.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:46 smithi204 bash[23242]: cluster 2024-09-21T04:32:45.357496+0000 mgr.a (mgr.14391) 51 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:47.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:46 smithi204 bash[23242]: audit 2024-09-21T04:32:46.195488+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:47.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:46 smithi204 bash[23242]: audit 2024-09-21T04:32:46.195488+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:47.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:46 smithi204 bash[23242]: audit 2024-09-21T04:32:46.205808+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:47.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:46 smithi204 bash[23242]: audit 2024-09-21T04:32:46.205808+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:47.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:46 smithi204 bash[23242]: audit 2024-09-21T04:32:46.215602+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:47.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:46 smithi204 bash[23242]: audit 2024-09-21T04:32:46.215602+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:47.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:46 smithi028 bash[22708]: cluster 2024-09-21T04:32:45.357496+0000 mgr.a (mgr.14391) 51 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:47.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:46 smithi028 bash[22708]: cluster 2024-09-21T04:32:45.357496+0000 mgr.a (mgr.14391) 51 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:47.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:46 smithi028 bash[22708]: audit 2024-09-21T04:32:46.195488+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:47.232 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:46 smithi028 bash[22708]: audit 2024-09-21T04:32:46.195488+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:47.232 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:46 smithi028 bash[22708]: audit 2024-09-21T04:32:46.205808+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:47.232 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:46 smithi028 bash[22708]: audit 2024-09-21T04:32:46.205808+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:47.232 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:46 smithi028 bash[22708]: audit 2024-09-21T04:32:46.215602+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:47.232 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:46 smithi028 bash[22708]: audit 2024-09-21T04:32:46.215602+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:47.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:46 smithi032 bash[23468]: cluster 2024-09-21T04:32:45.357496+0000 mgr.a (mgr.14391) 51 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:47.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:46 smithi032 bash[23468]: cluster 2024-09-21T04:32:45.357496+0000 mgr.a (mgr.14391) 51 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:47.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:46 smithi032 bash[23468]: audit 2024-09-21T04:32:46.195488+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:47.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:46 smithi032 bash[23468]: audit 2024-09-21T04:32:46.195488+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:47.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:46 smithi032 bash[23468]: audit 2024-09-21T04:32:46.205808+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:47.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:46 smithi032 bash[23468]: audit 2024-09-21T04:32:46.205808+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:47.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:46 smithi032 bash[23468]: audit 2024-09-21T04:32:46.215602+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:47.288 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:46 smithi032 bash[23468]: audit 2024-09-21T04:32:46.215602+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:49.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:48 smithi028 bash[22708]: cluster 2024-09-21T04:32:47.358108+0000 mgr.a (mgr.14391) 52 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:49.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:48 smithi028 bash[22708]: cluster 2024-09-21T04:32:47.358108+0000 mgr.a (mgr.14391) 52 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:49.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:48 smithi032 bash[23468]: cluster 2024-09-21T04:32:47.358108+0000 mgr.a (mgr.14391) 52 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:49.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:48 smithi032 bash[23468]: cluster 2024-09-21T04:32:47.358108+0000 mgr.a (mgr.14391) 52 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:49.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:48 smithi204 bash[23242]: cluster 2024-09-21T04:32:47.358108+0000 mgr.a (mgr.14391) 52 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:49.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:48 smithi204 bash[23242]: cluster 2024-09-21T04:32:47.358108+0000 mgr.a (mgr.14391) 52 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:51.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:50 smithi028 bash[22708]: cluster 2024-09-21T04:32:49.358681+0000 mgr.a (mgr.14391) 53 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:51.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:50 smithi028 bash[22708]: cluster 2024-09-21T04:32:49.358681+0000 mgr.a (mgr.14391) 53 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:51.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:50 smithi028 bash[22708]: audit 2024-09-21T04:32:50.834936+0000 mon.a (mon.0) 881 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:32:51.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:50 smithi028 bash[22708]: audit 2024-09-21T04:32:50.834936+0000 mon.a (mon.0) 881 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:32:51.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:50 smithi032 bash[23468]: cluster 2024-09-21T04:32:49.358681+0000 mgr.a (mgr.14391) 53 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:51.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:50 smithi032 bash[23468]: cluster 2024-09-21T04:32:49.358681+0000 mgr.a (mgr.14391) 53 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:51.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:50 smithi032 bash[23468]: audit 2024-09-21T04:32:50.834936+0000 mon.a (mon.0) 881 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:32:51.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:50 smithi032 bash[23468]: audit 2024-09-21T04:32:50.834936+0000 mon.a (mon.0) 881 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:32:51.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:50 smithi204 bash[23242]: cluster 2024-09-21T04:32:49.358681+0000 mgr.a (mgr.14391) 53 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:51.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:50 smithi204 bash[23242]: cluster 2024-09-21T04:32:49.358681+0000 mgr.a (mgr.14391) 53 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:51.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:50 smithi204 bash[23242]: audit 2024-09-21T04:32:50.834936+0000 mon.a (mon.0) 881 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:32:51.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:50 smithi204 bash[23242]: audit 2024-09-21T04:32:50.834936+0000 mon.a (mon.0) 881 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:32:53.222 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:52 smithi028 bash[22708]: cluster 2024-09-21T04:32:51.359226+0000 mgr.a (mgr.14391) 54 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:53.223 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:52 smithi028 bash[22708]: cluster 2024-09-21T04:32:51.359226+0000 mgr.a (mgr.14391) 54 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:53.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:52 smithi032 bash[23468]: cluster 2024-09-21T04:32:51.359226+0000 mgr.a (mgr.14391) 54 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:53.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:52 smithi032 bash[23468]: cluster 2024-09-21T04:32:51.359226+0000 mgr.a (mgr.14391) 54 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:53.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:52 smithi204 bash[23242]: cluster 2024-09-21T04:32:51.359226+0000 mgr.a (mgr.14391) 54 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:53.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:52 smithi204 bash[23242]: cluster 2024-09-21T04:32:51.359226+0000 mgr.a (mgr.14391) 54 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:54.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:53 smithi028 bash[22708]: audit 2024-09-21T04:32:52.978367+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:54.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:53 smithi028 bash[22708]: audit 2024-09-21T04:32:52.978367+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:54.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:53 smithi028 bash[22708]: audit 2024-09-21T04:32:52.984989+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:54.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:53 smithi028 bash[22708]: audit 2024-09-21T04:32:52.984989+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:54.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:53 smithi028 bash[22708]: audit 2024-09-21T04:32:52.993258+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:54.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:53 smithi028 bash[22708]: audit 2024-09-21T04:32:52.993258+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:54.232 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:53 smithi028 bash[22708]: cluster 2024-09-21T04:32:53.359788+0000 mgr.a (mgr.14391) 55 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:54.232 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:53 smithi028 bash[22708]: cluster 2024-09-21T04:32:53.359788+0000 mgr.a (mgr.14391) 55 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:54.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:53 smithi032 bash[23468]: audit 2024-09-21T04:32:52.978367+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:54.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:53 smithi032 bash[23468]: audit 2024-09-21T04:32:52.978367+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:54.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:53 smithi032 bash[23468]: audit 2024-09-21T04:32:52.984989+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:54.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:53 smithi032 bash[23468]: audit 2024-09-21T04:32:52.984989+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:54.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:53 smithi032 bash[23468]: audit 2024-09-21T04:32:52.993258+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:54.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:53 smithi032 bash[23468]: audit 2024-09-21T04:32:52.993258+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:54.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:53 smithi032 bash[23468]: cluster 2024-09-21T04:32:53.359788+0000 mgr.a (mgr.14391) 55 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:54.288 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:53 smithi032 bash[23468]: cluster 2024-09-21T04:32:53.359788+0000 mgr.a (mgr.14391) 55 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:54.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:53 smithi204 bash[23242]: audit 2024-09-21T04:32:52.978367+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:54.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:53 smithi204 bash[23242]: audit 2024-09-21T04:32:52.978367+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:54.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:53 smithi204 bash[23242]: audit 2024-09-21T04:32:52.984989+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:54.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:53 smithi204 bash[23242]: audit 2024-09-21T04:32:52.984989+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:54.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:53 smithi204 bash[23242]: audit 2024-09-21T04:32:52.993258+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:54.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:53 smithi204 bash[23242]: audit 2024-09-21T04:32:52.993258+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:32:54.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:53 smithi204 bash[23242]: cluster 2024-09-21T04:32:53.359788+0000 mgr.a (mgr.14391) 55 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:54.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:53 smithi204 bash[23242]: cluster 2024-09-21T04:32:53.359788+0000 mgr.a (mgr.14391) 55 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:56.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:56 smithi028 bash[22708]: cluster 2024-09-21T04:32:55.360351+0000 mgr.a (mgr.14391) 56 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:56.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:56 smithi028 bash[22708]: cluster 2024-09-21T04:32:55.360351+0000 mgr.a (mgr.14391) 56 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:56.785 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:56 smithi032 bash[23468]: cluster 2024-09-21T04:32:55.360351+0000 mgr.a (mgr.14391) 56 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:56.785 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:56 smithi032 bash[23468]: cluster 2024-09-21T04:32:55.360351+0000 mgr.a (mgr.14391) 56 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:56.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:56 smithi204 bash[23242]: cluster 2024-09-21T04:32:55.360351+0000 mgr.a (mgr.14391) 56 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:56.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:56 smithi204 bash[23242]: cluster 2024-09-21T04:32:55.360351+0000 mgr.a (mgr.14391) 56 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:58.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:58 smithi028 bash[22708]: cluster 2024-09-21T04:32:57.360972+0000 mgr.a (mgr.14391) 57 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:58.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:32:58 smithi028 bash[22708]: cluster 2024-09-21T04:32:57.360972+0000 mgr.a (mgr.14391) 57 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:58.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:58 smithi032 bash[23468]: cluster 2024-09-21T04:32:57.360972+0000 mgr.a (mgr.14391) 57 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:58.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:32:58 smithi032 bash[23468]: cluster 2024-09-21T04:32:57.360972+0000 mgr.a (mgr.14391) 57 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:58.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:58 smithi204 bash[23242]: cluster 2024-09-21T04:32:57.360972+0000 mgr.a (mgr.14391) 57 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:32:58.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:32:58 smithi204 bash[23242]: cluster 2024-09-21T04:32:57.360972+0000 mgr.a (mgr.14391) 57 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:00.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:00 smithi028 bash[22708]: cluster 2024-09-21T04:32:59.361672+0000 mgr.a (mgr.14391) 58 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:00.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:00 smithi028 bash[22708]: cluster 2024-09-21T04:32:59.361672+0000 mgr.a (mgr.14391) 58 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:00.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:00 smithi032 bash[23468]: cluster 2024-09-21T04:32:59.361672+0000 mgr.a (mgr.14391) 58 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:00.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:00 smithi032 bash[23468]: cluster 2024-09-21T04:32:59.361672+0000 mgr.a (mgr.14391) 58 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:00.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:00 smithi204 bash[23242]: cluster 2024-09-21T04:32:59.361672+0000 mgr.a (mgr.14391) 58 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:00.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:00 smithi204 bash[23242]: cluster 2024-09-21T04:32:59.361672+0000 mgr.a (mgr.14391) 58 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:02.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:02 smithi028 bash[22708]: cluster 2024-09-21T04:33:01.362368+0000 mgr.a (mgr.14391) 59 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:02.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:02 smithi028 bash[22708]: cluster 2024-09-21T04:33:01.362368+0000 mgr.a (mgr.14391) 59 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:02.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:02 smithi032 bash[23468]: cluster 2024-09-21T04:33:01.362368+0000 mgr.a (mgr.14391) 59 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:02.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:02 smithi032 bash[23468]: cluster 2024-09-21T04:33:01.362368+0000 mgr.a (mgr.14391) 59 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:02.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:02 smithi204 bash[23242]: cluster 2024-09-21T04:33:01.362368+0000 mgr.a (mgr.14391) 59 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:02.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:02 smithi204 bash[23242]: cluster 2024-09-21T04:33:01.362368+0000 mgr.a (mgr.14391) 59 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:04.221 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:03 smithi204 bash[23242]: audit 2024-09-21T04:33:02.976162+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:04.222 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:03 smithi204 bash[23242]: audit 2024-09-21T04:33:02.976162+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:04.222 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:03 smithi204 bash[23242]: audit 2024-09-21T04:33:02.985228+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:04.222 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:03 smithi204 bash[23242]: audit 2024-09-21T04:33:02.985228+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:04.222 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:03 smithi204 bash[23242]: audit 2024-09-21T04:33:02.995264+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:04.222 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:03 smithi204 bash[23242]: audit 2024-09-21T04:33:02.995264+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:04.222 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:03 smithi204 bash[23242]: cluster 2024-09-21T04:33:03.362887+0000 mgr.a (mgr.14391) 60 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:04.222 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:03 smithi204 bash[23242]: cluster 2024-09-21T04:33:03.362887+0000 mgr.a (mgr.14391) 60 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:04.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:03 smithi028 bash[22708]: audit 2024-09-21T04:33:02.976162+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:04.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:03 smithi028 bash[22708]: audit 2024-09-21T04:33:02.976162+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:04.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:03 smithi028 bash[22708]: audit 2024-09-21T04:33:02.985228+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:04.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:03 smithi028 bash[22708]: audit 2024-09-21T04:33:02.985228+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:04.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:03 smithi028 bash[22708]: audit 2024-09-21T04:33:02.995264+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:04.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:03 smithi028 bash[22708]: audit 2024-09-21T04:33:02.995264+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:04.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:03 smithi028 bash[22708]: cluster 2024-09-21T04:33:03.362887+0000 mgr.a (mgr.14391) 60 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:04.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:03 smithi028 bash[22708]: cluster 2024-09-21T04:33:03.362887+0000 mgr.a (mgr.14391) 60 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:04.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:03 smithi032 bash[23468]: audit 2024-09-21T04:33:02.976162+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:04.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:03 smithi032 bash[23468]: audit 2024-09-21T04:33:02.976162+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:04.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:03 smithi032 bash[23468]: audit 2024-09-21T04:33:02.985228+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:04.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:03 smithi032 bash[23468]: audit 2024-09-21T04:33:02.985228+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:04.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:03 smithi032 bash[23468]: audit 2024-09-21T04:33:02.995264+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:04.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:03 smithi032 bash[23468]: audit 2024-09-21T04:33:02.995264+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:04.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:03 smithi032 bash[23468]: cluster 2024-09-21T04:33:03.362887+0000 mgr.a (mgr.14391) 60 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:04.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:03 smithi032 bash[23468]: cluster 2024-09-21T04:33:03.362887+0000 mgr.a (mgr.14391) 60 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:06.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:06 smithi028 bash[22708]: cluster 2024-09-21T04:33:05.363411+0000 mgr.a (mgr.14391) 61 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:06.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:06 smithi028 bash[22708]: cluster 2024-09-21T04:33:05.363411+0000 mgr.a (mgr.14391) 61 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:06.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:06 smithi028 bash[22708]: audit 2024-09-21T04:33:05.835732+0000 mon.a (mon.0) 888 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:33:06.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:06 smithi028 bash[22708]: audit 2024-09-21T04:33:05.835732+0000 mon.a (mon.0) 888 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:33:06.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:06 smithi032 bash[23468]: cluster 2024-09-21T04:33:05.363411+0000 mgr.a (mgr.14391) 61 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:06.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:06 smithi032 bash[23468]: cluster 2024-09-21T04:33:05.363411+0000 mgr.a (mgr.14391) 61 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:06.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:06 smithi032 bash[23468]: audit 2024-09-21T04:33:05.835732+0000 mon.a (mon.0) 888 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:33:06.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:06 smithi032 bash[23468]: audit 2024-09-21T04:33:05.835732+0000 mon.a (mon.0) 888 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:33:06.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:06 smithi204 bash[23242]: cluster 2024-09-21T04:33:05.363411+0000 mgr.a (mgr.14391) 61 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:06.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:06 smithi204 bash[23242]: cluster 2024-09-21T04:33:05.363411+0000 mgr.a (mgr.14391) 61 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:06.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:06 smithi204 bash[23242]: audit 2024-09-21T04:33:05.835732+0000 mon.a (mon.0) 888 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:33:06.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:06 smithi204 bash[23242]: audit 2024-09-21T04:33:05.835732+0000 mon.a (mon.0) 888 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:33:07.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:07 smithi028 bash[22708]: audit 2024-09-21T04:33:06.430611+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:07.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:07 smithi028 bash[22708]: audit 2024-09-21T04:33:06.430611+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:07.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:07 smithi028 bash[22708]: audit 2024-09-21T04:33:06.438953+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:07.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:07 smithi028 bash[22708]: audit 2024-09-21T04:33:06.438953+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:07.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:07 smithi028 bash[22708]: audit 2024-09-21T04:33:06.448586+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:07.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:07 smithi028 bash[22708]: audit 2024-09-21T04:33:06.448586+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:07.737 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:07 smithi204 bash[23242]: audit 2024-09-21T04:33:06.430611+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:07.737 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:07 smithi204 bash[23242]: audit 2024-09-21T04:33:06.430611+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:07.737 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:07 smithi204 bash[23242]: audit 2024-09-21T04:33:06.438953+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:07.737 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:07 smithi204 bash[23242]: audit 2024-09-21T04:33:06.438953+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:07.737 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:07 smithi204 bash[23242]: audit 2024-09-21T04:33:06.448586+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:07.738 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:07 smithi204 bash[23242]: audit 2024-09-21T04:33:06.448586+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:07.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:07 smithi032 bash[23468]: audit 2024-09-21T04:33:06.430611+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:07.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:07 smithi032 bash[23468]: audit 2024-09-21T04:33:06.430611+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:07.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:07 smithi032 bash[23468]: audit 2024-09-21T04:33:06.438953+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:07.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:07 smithi032 bash[23468]: audit 2024-09-21T04:33:06.438953+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:07.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:07 smithi032 bash[23468]: audit 2024-09-21T04:33:06.448586+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:07.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:07 smithi032 bash[23468]: audit 2024-09-21T04:33:06.448586+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:08.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:08 smithi028 bash[22708]: cluster 2024-09-21T04:33:07.364037+0000 mgr.a (mgr.14391) 62 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:08.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:08 smithi028 bash[22708]: cluster 2024-09-21T04:33:07.364037+0000 mgr.a (mgr.14391) 62 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:08.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:08 smithi032 bash[23468]: cluster 2024-09-21T04:33:07.364037+0000 mgr.a (mgr.14391) 62 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:08.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:08 smithi032 bash[23468]: cluster 2024-09-21T04:33:07.364037+0000 mgr.a (mgr.14391) 62 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:08.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:08 smithi204 bash[23242]: cluster 2024-09-21T04:33:07.364037+0000 mgr.a (mgr.14391) 62 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:08.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:08 smithi204 bash[23242]: cluster 2024-09-21T04:33:07.364037+0000 mgr.a (mgr.14391) 62 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:10.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:10 smithi028 bash[22708]: cluster 2024-09-21T04:33:09.364573+0000 mgr.a (mgr.14391) 63 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:10.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:10 smithi028 bash[22708]: cluster 2024-09-21T04:33:09.364573+0000 mgr.a (mgr.14391) 63 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:10.731 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:33:10 smithi028 bash[22963]: ::ffff:172.21.15.32 - - [21/Sep/2024:04:33:10] "GET /metrics HTTP/1.1" 200 21533 "" "Prometheus/2.51.0" 2024-09-21T04:33:10.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:10 smithi032 bash[23468]: cluster 2024-09-21T04:33:09.364573+0000 mgr.a (mgr.14391) 63 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:10.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:10 smithi032 bash[23468]: cluster 2024-09-21T04:33:09.364573+0000 mgr.a (mgr.14391) 63 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:10.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:10 smithi204 bash[23242]: cluster 2024-09-21T04:33:09.364573+0000 mgr.a (mgr.14391) 63 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:10.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:10 smithi204 bash[23242]: cluster 2024-09-21T04:33:09.364573+0000 mgr.a (mgr.14391) 63 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:12.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:12 smithi028 bash[22708]: cluster 2024-09-21T04:33:11.365135+0000 mgr.a (mgr.14391) 64 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:12.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:12 smithi028 bash[22708]: cluster 2024-09-21T04:33:11.365135+0000 mgr.a (mgr.14391) 64 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:12.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:12 smithi032 bash[23468]: cluster 2024-09-21T04:33:11.365135+0000 mgr.a (mgr.14391) 64 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:12.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:12 smithi032 bash[23468]: cluster 2024-09-21T04:33:11.365135+0000 mgr.a (mgr.14391) 64 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:12.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:12 smithi204 bash[23242]: cluster 2024-09-21T04:33:11.365135+0000 mgr.a (mgr.14391) 64 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:12.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:12 smithi204 bash[23242]: cluster 2024-09-21T04:33:11.365135+0000 mgr.a (mgr.14391) 64 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:14.481 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:14 smithi028 bash[22708]: audit 2024-09-21T04:33:13.160802+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:14.481 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:14 smithi028 bash[22708]: audit 2024-09-21T04:33:13.160802+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:14.481 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:14 smithi028 bash[22708]: audit 2024-09-21T04:33:13.167894+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:14.481 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:14 smithi028 bash[22708]: audit 2024-09-21T04:33:13.167894+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:14.481 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:14 smithi028 bash[22708]: audit 2024-09-21T04:33:13.177357+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:14.481 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:14 smithi028 bash[22708]: audit 2024-09-21T04:33:13.177357+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:14.481 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:14 smithi028 bash[22708]: cluster 2024-09-21T04:33:13.365752+0000 mgr.a (mgr.14391) 65 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:14.481 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:14 smithi028 bash[22708]: cluster 2024-09-21T04:33:13.365752+0000 mgr.a (mgr.14391) 65 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:14.537 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:14 smithi032 bash[23468]: audit 2024-09-21T04:33:13.160802+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:14.537 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:14 smithi032 bash[23468]: audit 2024-09-21T04:33:13.160802+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:14.537 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:14 smithi032 bash[23468]: audit 2024-09-21T04:33:13.167894+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:14.537 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:14 smithi032 bash[23468]: audit 2024-09-21T04:33:13.167894+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:14.537 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:14 smithi032 bash[23468]: audit 2024-09-21T04:33:13.177357+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:14.537 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:14 smithi032 bash[23468]: audit 2024-09-21T04:33:13.177357+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:14.537 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:14 smithi032 bash[23468]: cluster 2024-09-21T04:33:13.365752+0000 mgr.a (mgr.14391) 65 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:14.537 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:14 smithi032 bash[23468]: cluster 2024-09-21T04:33:13.365752+0000 mgr.a (mgr.14391) 65 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:14.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:14 smithi204 bash[23242]: audit 2024-09-21T04:33:13.160802+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:14.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:14 smithi204 bash[23242]: audit 2024-09-21T04:33:13.160802+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:14.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:14 smithi204 bash[23242]: audit 2024-09-21T04:33:13.167894+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:14.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:14 smithi204 bash[23242]: audit 2024-09-21T04:33:13.167894+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:14.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:14 smithi204 bash[23242]: audit 2024-09-21T04:33:13.177357+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:14.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:14 smithi204 bash[23242]: audit 2024-09-21T04:33:13.177357+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:14.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:14 smithi204 bash[23242]: cluster 2024-09-21T04:33:13.365752+0000 mgr.a (mgr.14391) 65 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:14.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:14 smithi204 bash[23242]: cluster 2024-09-21T04:33:13.365752+0000 mgr.a (mgr.14391) 65 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:16.691 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:16 smithi032 bash[23468]: cluster 2024-09-21T04:33:15.366340+0000 mgr.a (mgr.14391) 66 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:16.691 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:16 smithi032 bash[23468]: cluster 2024-09-21T04:33:15.366340+0000 mgr.a (mgr.14391) 66 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:16.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:16 smithi028 bash[22708]: cluster 2024-09-21T04:33:15.366340+0000 mgr.a (mgr.14391) 66 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:16.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:16 smithi028 bash[22708]: cluster 2024-09-21T04:33:15.366340+0000 mgr.a (mgr.14391) 66 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:16.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:16 smithi204 bash[23242]: cluster 2024-09-21T04:33:15.366340+0000 mgr.a (mgr.14391) 66 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:16.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:16 smithi204 bash[23242]: cluster 2024-09-21T04:33:15.366340+0000 mgr.a (mgr.14391) 66 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:18.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:18 smithi028 bash[22708]: cluster 2024-09-21T04:33:17.366918+0000 mgr.a (mgr.14391) 67 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:18.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:18 smithi028 bash[22708]: cluster 2024-09-21T04:33:17.366918+0000 mgr.a (mgr.14391) 67 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:18.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:18 smithi032 bash[23468]: cluster 2024-09-21T04:33:17.366918+0000 mgr.a (mgr.14391) 67 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:18.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:18 smithi032 bash[23468]: cluster 2024-09-21T04:33:17.366918+0000 mgr.a (mgr.14391) 67 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:18.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:18 smithi204 bash[23242]: cluster 2024-09-21T04:33:17.366918+0000 mgr.a (mgr.14391) 67 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:18.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:18 smithi204 bash[23242]: cluster 2024-09-21T04:33:17.366918+0000 mgr.a (mgr.14391) 67 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:20.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:20 smithi028 bash[22708]: cluster 2024-09-21T04:33:19.367439+0000 mgr.a (mgr.14391) 68 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:20.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:20 smithi028 bash[22708]: cluster 2024-09-21T04:33:19.367439+0000 mgr.a (mgr.14391) 68 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:20.731 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:33:20 smithi028 bash[22963]: ::ffff:172.21.15.32 - - [21/Sep/2024:04:33:20] "GET /metrics HTTP/1.1" 200 21533 "" "Prometheus/2.51.0" 2024-09-21T04:33:20.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:20 smithi032 bash[23468]: cluster 2024-09-21T04:33:19.367439+0000 mgr.a (mgr.14391) 68 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:20.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:20 smithi032 bash[23468]: cluster 2024-09-21T04:33:19.367439+0000 mgr.a (mgr.14391) 68 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:20.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:20 smithi204 bash[23242]: cluster 2024-09-21T04:33:19.367439+0000 mgr.a (mgr.14391) 68 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:20.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:20 smithi204 bash[23242]: cluster 2024-09-21T04:33:19.367439+0000 mgr.a (mgr.14391) 68 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:21.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:21 smithi028 bash[22708]: audit 2024-09-21T04:33:20.836427+0000 mon.a (mon.0) 895 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:33:21.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:21 smithi028 bash[22708]: audit 2024-09-21T04:33:20.836427+0000 mon.a (mon.0) 895 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:33:21.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:21 smithi032 bash[23468]: audit 2024-09-21T04:33:20.836427+0000 mon.a (mon.0) 895 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:33:21.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:21 smithi032 bash[23468]: audit 2024-09-21T04:33:20.836427+0000 mon.a (mon.0) 895 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:33:21.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:21 smithi204 bash[23242]: audit 2024-09-21T04:33:20.836427+0000 mon.a (mon.0) 895 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:33:21.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:21 smithi204 bash[23242]: audit 2024-09-21T04:33:20.836427+0000 mon.a (mon.0) 895 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:33:22.536 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:22 smithi032 bash[23468]: cluster 2024-09-21T04:33:21.367965+0000 mgr.a (mgr.14391) 69 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:22.537 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:22 smithi032 bash[23468]: cluster 2024-09-21T04:33:21.367965+0000 mgr.a (mgr.14391) 69 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:22.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:22 smithi028 bash[22708]: cluster 2024-09-21T04:33:21.367965+0000 mgr.a (mgr.14391) 69 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:22.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:22 smithi028 bash[22708]: cluster 2024-09-21T04:33:21.367965+0000 mgr.a (mgr.14391) 69 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:22.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:22 smithi204 bash[23242]: cluster 2024-09-21T04:33:21.367965+0000 mgr.a (mgr.14391) 69 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:22.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:22 smithi204 bash[23242]: cluster 2024-09-21T04:33:21.367965+0000 mgr.a (mgr.14391) 69 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:24.481 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:24 smithi028 bash[22708]: audit 2024-09-21T04:33:23.213095+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:24.481 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:24 smithi028 bash[22708]: audit 2024-09-21T04:33:23.213095+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:24.481 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:24 smithi028 bash[22708]: audit 2024-09-21T04:33:23.222193+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:24.481 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:24 smithi028 bash[22708]: audit 2024-09-21T04:33:23.222193+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:24.481 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:24 smithi028 bash[22708]: audit 2024-09-21T04:33:23.232070+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:24.481 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:24 smithi028 bash[22708]: audit 2024-09-21T04:33:23.232070+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:24.481 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:24 smithi028 bash[22708]: cluster 2024-09-21T04:33:23.368484+0000 mgr.a (mgr.14391) 70 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:24.481 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:24 smithi028 bash[22708]: cluster 2024-09-21T04:33:23.368484+0000 mgr.a (mgr.14391) 70 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:24.537 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:24 smithi032 bash[23468]: audit 2024-09-21T04:33:23.213095+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:24.537 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:24 smithi032 bash[23468]: audit 2024-09-21T04:33:23.213095+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:24.537 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:24 smithi032 bash[23468]: audit 2024-09-21T04:33:23.222193+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:24.537 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:24 smithi032 bash[23468]: audit 2024-09-21T04:33:23.222193+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:24.537 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:24 smithi032 bash[23468]: audit 2024-09-21T04:33:23.232070+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:24.537 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:24 smithi032 bash[23468]: audit 2024-09-21T04:33:23.232070+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:24.537 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:24 smithi032 bash[23468]: cluster 2024-09-21T04:33:23.368484+0000 mgr.a (mgr.14391) 70 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:24.537 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:24 smithi032 bash[23468]: cluster 2024-09-21T04:33:23.368484+0000 mgr.a (mgr.14391) 70 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:24.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:24 smithi204 bash[23242]: audit 2024-09-21T04:33:23.213095+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:24.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:24 smithi204 bash[23242]: audit 2024-09-21T04:33:23.213095+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:24.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:24 smithi204 bash[23242]: audit 2024-09-21T04:33:23.222193+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:24.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:24 smithi204 bash[23242]: audit 2024-09-21T04:33:23.222193+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:24.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:24 smithi204 bash[23242]: audit 2024-09-21T04:33:23.232070+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:24.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:24 smithi204 bash[23242]: audit 2024-09-21T04:33:23.232070+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:24.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:24 smithi204 bash[23242]: cluster 2024-09-21T04:33:23.368484+0000 mgr.a (mgr.14391) 70 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:24.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:24 smithi204 bash[23242]: cluster 2024-09-21T04:33:23.368484+0000 mgr.a (mgr.14391) 70 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:26.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:26 smithi028 bash[22708]: cluster 2024-09-21T04:33:25.368982+0000 mgr.a (mgr.14391) 71 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:26.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:26 smithi028 bash[22708]: cluster 2024-09-21T04:33:25.368982+0000 mgr.a (mgr.14391) 71 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:26.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:26 smithi032 bash[23468]: cluster 2024-09-21T04:33:25.368982+0000 mgr.a (mgr.14391) 71 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:26.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:26 smithi032 bash[23468]: cluster 2024-09-21T04:33:25.368982+0000 mgr.a (mgr.14391) 71 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:26.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:26 smithi204 bash[23242]: cluster 2024-09-21T04:33:25.368982+0000 mgr.a (mgr.14391) 71 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:26.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:26 smithi204 bash[23242]: cluster 2024-09-21T04:33:25.368982+0000 mgr.a (mgr.14391) 71 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:27.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:27 smithi204 bash[23242]: audit 2024-09-21T04:33:26.629207+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:27.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:27 smithi204 bash[23242]: audit 2024-09-21T04:33:26.629207+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:27.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:27 smithi204 bash[23242]: audit 2024-09-21T04:33:26.638035+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:27.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:27 smithi204 bash[23242]: audit 2024-09-21T04:33:26.638035+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:27.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:27 smithi204 bash[23242]: audit 2024-09-21T04:33:26.647860+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:27.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:27 smithi204 bash[23242]: audit 2024-09-21T04:33:26.647860+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:27.981 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:27 smithi028 bash[22708]: audit 2024-09-21T04:33:26.629207+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:27.981 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:27 smithi028 bash[22708]: audit 2024-09-21T04:33:26.629207+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:27.981 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:27 smithi028 bash[22708]: audit 2024-09-21T04:33:26.638035+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:27.981 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:27 smithi028 bash[22708]: audit 2024-09-21T04:33:26.638035+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:27.981 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:27 smithi028 bash[22708]: audit 2024-09-21T04:33:26.647860+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:27.981 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:27 smithi028 bash[22708]: audit 2024-09-21T04:33:26.647860+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:28.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:27 smithi032 bash[23468]: audit 2024-09-21T04:33:26.629207+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:28.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:27 smithi032 bash[23468]: audit 2024-09-21T04:33:26.629207+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:28.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:27 smithi032 bash[23468]: audit 2024-09-21T04:33:26.638035+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:28.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:27 smithi032 bash[23468]: audit 2024-09-21T04:33:26.638035+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:28.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:27 smithi032 bash[23468]: audit 2024-09-21T04:33:26.647860+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:28.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:27 smithi032 bash[23468]: audit 2024-09-21T04:33:26.647860+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:28.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:28 smithi028 bash[22708]: cluster 2024-09-21T04:33:27.369518+0000 mgr.a (mgr.14391) 72 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:28.981 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:28 smithi028 bash[22708]: cluster 2024-09-21T04:33:27.369518+0000 mgr.a (mgr.14391) 72 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:29.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:28 smithi032 bash[23468]: cluster 2024-09-21T04:33:27.369518+0000 mgr.a (mgr.14391) 72 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:29.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:28 smithi032 bash[23468]: cluster 2024-09-21T04:33:27.369518+0000 mgr.a (mgr.14391) 72 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:29.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:28 smithi204 bash[23242]: cluster 2024-09-21T04:33:27.369518+0000 mgr.a (mgr.14391) 72 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:29.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:28 smithi204 bash[23242]: cluster 2024-09-21T04:33:27.369518+0000 mgr.a (mgr.14391) 72 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:30.649 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:33:30 smithi028 bash[22963]: ::ffff:172.21.15.32 - - [21/Sep/2024:04:33:30] "GET /metrics HTTP/1.1" 200 21531 "" "Prometheus/2.51.0" 2024-09-21T04:33:30.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:30 smithi028 bash[22708]: cluster 2024-09-21T04:33:29.370085+0000 mgr.a (mgr.14391) 73 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:30.981 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:30 smithi028 bash[22708]: cluster 2024-09-21T04:33:29.370085+0000 mgr.a (mgr.14391) 73 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:31.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:30 smithi032 bash[23468]: cluster 2024-09-21T04:33:29.370085+0000 mgr.a (mgr.14391) 73 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:31.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:30 smithi032 bash[23468]: cluster 2024-09-21T04:33:29.370085+0000 mgr.a (mgr.14391) 73 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:31.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:30 smithi204 bash[23242]: cluster 2024-09-21T04:33:29.370085+0000 mgr.a (mgr.14391) 73 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:31.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:30 smithi204 bash[23242]: cluster 2024-09-21T04:33:29.370085+0000 mgr.a (mgr.14391) 73 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:32.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:32 smithi028 bash[22708]: cluster 2024-09-21T04:33:31.370632+0000 mgr.a (mgr.14391) 74 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:32.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:32 smithi028 bash[22708]: cluster 2024-09-21T04:33:31.370632+0000 mgr.a (mgr.14391) 74 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:32.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:32 smithi028 bash[22708]: audit 2024-09-21T04:33:32.592579+0000 mon.a (mon.0) 902 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:33:32.981 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:32 smithi028 bash[22708]: audit 2024-09-21T04:33:32.592579+0000 mon.a (mon.0) 902 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:33:32.981 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:32 smithi028 bash[22708]: audit 2024-09-21T04:33:32.597654+0000 mon.a (mon.0) 903 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:33:32.981 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:32 smithi028 bash[22708]: audit 2024-09-21T04:33:32.597654+0000 mon.a (mon.0) 903 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:33:32.981 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:32 smithi028 bash[22708]: audit 2024-09-21T04:33:32.599376+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:33:32.981 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:32 smithi028 bash[22708]: audit 2024-09-21T04:33:32.599376+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:33:32.981 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:32 smithi028 bash[22708]: audit 2024-09-21T04:33:32.609508+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:32.981 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:32 smithi028 bash[22708]: audit 2024-09-21T04:33:32.609508+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:33.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:32 smithi032 bash[23468]: cluster 2024-09-21T04:33:31.370632+0000 mgr.a (mgr.14391) 74 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:33.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:32 smithi032 bash[23468]: cluster 2024-09-21T04:33:31.370632+0000 mgr.a (mgr.14391) 74 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:33.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:32 smithi032 bash[23468]: audit 2024-09-21T04:33:32.592579+0000 mon.a (mon.0) 902 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:33:33.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:32 smithi032 bash[23468]: audit 2024-09-21T04:33:32.592579+0000 mon.a (mon.0) 902 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:33:33.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:32 smithi032 bash[23468]: audit 2024-09-21T04:33:32.597654+0000 mon.a (mon.0) 903 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:33:33.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:32 smithi032 bash[23468]: audit 2024-09-21T04:33:32.597654+0000 mon.a (mon.0) 903 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:33:33.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:32 smithi032 bash[23468]: audit 2024-09-21T04:33:32.599376+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:33:33.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:32 smithi032 bash[23468]: audit 2024-09-21T04:33:32.599376+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:33:33.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:32 smithi032 bash[23468]: audit 2024-09-21T04:33:32.609508+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:33.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:32 smithi032 bash[23468]: audit 2024-09-21T04:33:32.609508+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:33.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:32 smithi204 bash[23242]: cluster 2024-09-21T04:33:31.370632+0000 mgr.a (mgr.14391) 74 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:33.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:32 smithi204 bash[23242]: cluster 2024-09-21T04:33:31.370632+0000 mgr.a (mgr.14391) 74 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:33.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:32 smithi204 bash[23242]: audit 2024-09-21T04:33:32.592579+0000 mon.a (mon.0) 902 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:33:33.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:32 smithi204 bash[23242]: audit 2024-09-21T04:33:32.592579+0000 mon.a (mon.0) 902 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:33:33.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:32 smithi204 bash[23242]: audit 2024-09-21T04:33:32.597654+0000 mon.a (mon.0) 903 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:33:33.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:32 smithi204 bash[23242]: audit 2024-09-21T04:33:32.597654+0000 mon.a (mon.0) 903 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:33:33.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:32 smithi204 bash[23242]: audit 2024-09-21T04:33:32.599376+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:33:33.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:32 smithi204 bash[23242]: audit 2024-09-21T04:33:32.599376+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:33:33.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:32 smithi204 bash[23242]: audit 2024-09-21T04:33:32.609508+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:33.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:32 smithi204 bash[23242]: audit 2024-09-21T04:33:32.609508+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:34.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:34 smithi028 bash[22708]: audit 2024-09-21T04:33:33.360281+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:34.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:34 smithi028 bash[22708]: audit 2024-09-21T04:33:33.360281+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:34.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:34 smithi028 bash[22708]: audit 2024-09-21T04:33:33.368736+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:34.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:34 smithi028 bash[22708]: audit 2024-09-21T04:33:33.368736+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:34.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:34 smithi028 bash[22708]: cluster 2024-09-21T04:33:33.371145+0000 mgr.a (mgr.14391) 75 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:34.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:34 smithi028 bash[22708]: cluster 2024-09-21T04:33:33.371145+0000 mgr.a (mgr.14391) 75 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:34.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:34 smithi028 bash[22708]: audit 2024-09-21T04:33:33.378999+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:34.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:34 smithi028 bash[22708]: audit 2024-09-21T04:33:33.378999+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:34.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:34 smithi032 bash[23468]: audit 2024-09-21T04:33:33.360281+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:34.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:34 smithi032 bash[23468]: audit 2024-09-21T04:33:33.360281+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:34.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:34 smithi032 bash[23468]: audit 2024-09-21T04:33:33.368736+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:34.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:34 smithi032 bash[23468]: audit 2024-09-21T04:33:33.368736+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:34.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:34 smithi032 bash[23468]: cluster 2024-09-21T04:33:33.371145+0000 mgr.a (mgr.14391) 75 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:34.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:34 smithi032 bash[23468]: cluster 2024-09-21T04:33:33.371145+0000 mgr.a (mgr.14391) 75 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:34.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:34 smithi032 bash[23468]: audit 2024-09-21T04:33:33.378999+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:34.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:34 smithi032 bash[23468]: audit 2024-09-21T04:33:33.378999+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:34.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:34 smithi204 bash[23242]: audit 2024-09-21T04:33:33.360281+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:34.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:34 smithi204 bash[23242]: audit 2024-09-21T04:33:33.360281+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:34.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:34 smithi204 bash[23242]: audit 2024-09-21T04:33:33.368736+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:34.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:34 smithi204 bash[23242]: audit 2024-09-21T04:33:33.368736+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:34.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:34 smithi204 bash[23242]: cluster 2024-09-21T04:33:33.371145+0000 mgr.a (mgr.14391) 75 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:34.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:34 smithi204 bash[23242]: cluster 2024-09-21T04:33:33.371145+0000 mgr.a (mgr.14391) 75 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:34.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:34 smithi204 bash[23242]: audit 2024-09-21T04:33:33.378999+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:34.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:34 smithi204 bash[23242]: audit 2024-09-21T04:33:33.378999+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:36.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:36 smithi028 bash[22708]: cluster 2024-09-21T04:33:35.371677+0000 mgr.a (mgr.14391) 76 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:36.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:36 smithi028 bash[22708]: cluster 2024-09-21T04:33:35.371677+0000 mgr.a (mgr.14391) 76 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:36.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:36 smithi028 bash[22708]: audit 2024-09-21T04:33:35.836649+0000 mon.a (mon.0) 909 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:33:36.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:36 smithi028 bash[22708]: audit 2024-09-21T04:33:35.836649+0000 mon.a (mon.0) 909 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:33:36.781 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:36 smithi032 bash[23468]: cluster 2024-09-21T04:33:35.371677+0000 mgr.a (mgr.14391) 76 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:36.781 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:36 smithi032 bash[23468]: cluster 2024-09-21T04:33:35.371677+0000 mgr.a (mgr.14391) 76 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:36.781 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:36 smithi032 bash[23468]: audit 2024-09-21T04:33:35.836649+0000 mon.a (mon.0) 909 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:33:36.781 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:36 smithi032 bash[23468]: audit 2024-09-21T04:33:35.836649+0000 mon.a (mon.0) 909 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:33:36.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:36 smithi204 bash[23242]: cluster 2024-09-21T04:33:35.371677+0000 mgr.a (mgr.14391) 76 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:36.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:36 smithi204 bash[23242]: cluster 2024-09-21T04:33:35.371677+0000 mgr.a (mgr.14391) 76 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:36.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:36 smithi204 bash[23242]: audit 2024-09-21T04:33:35.836649+0000 mon.a (mon.0) 909 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:33:36.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:36 smithi204 bash[23242]: audit 2024-09-21T04:33:35.836649+0000 mon.a (mon.0) 909 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:33:38.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:38 smithi028 bash[22708]: cluster 2024-09-21T04:33:37.372213+0000 mgr.a (mgr.14391) 77 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:38.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:38 smithi028 bash[22708]: cluster 2024-09-21T04:33:37.372213+0000 mgr.a (mgr.14391) 77 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:38.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:38 smithi032 bash[23468]: cluster 2024-09-21T04:33:37.372213+0000 mgr.a (mgr.14391) 77 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:38.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:38 smithi032 bash[23468]: cluster 2024-09-21T04:33:37.372213+0000 mgr.a (mgr.14391) 77 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:38.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:38 smithi204 bash[23242]: cluster 2024-09-21T04:33:37.372213+0000 mgr.a (mgr.14391) 77 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:38.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:38 smithi204 bash[23242]: cluster 2024-09-21T04:33:37.372213+0000 mgr.a (mgr.14391) 77 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:40.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:40 smithi028 bash[22708]: cluster 2024-09-21T04:33:39.372770+0000 mgr.a (mgr.14391) 78 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:40.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:40 smithi028 bash[22708]: cluster 2024-09-21T04:33:39.372770+0000 mgr.a (mgr.14391) 78 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:40.731 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:33:40 smithi028 bash[22963]: ::ffff:172.21.15.32 - - [21/Sep/2024:04:33:40] "GET /metrics HTTP/1.1" 200 21530 "" "Prometheus/2.51.0" 2024-09-21T04:33:40.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:40 smithi032 bash[23468]: cluster 2024-09-21T04:33:39.372770+0000 mgr.a (mgr.14391) 78 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:40.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:40 smithi032 bash[23468]: cluster 2024-09-21T04:33:39.372770+0000 mgr.a (mgr.14391) 78 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:40.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:40 smithi204 bash[23242]: cluster 2024-09-21T04:33:39.372770+0000 mgr.a (mgr.14391) 78 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:40.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:40 smithi204 bash[23242]: cluster 2024-09-21T04:33:39.372770+0000 mgr.a (mgr.14391) 78 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:42.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:42 smithi028 bash[22708]: cluster 2024-09-21T04:33:41.373456+0000 mgr.a (mgr.14391) 79 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:42.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:42 smithi028 bash[22708]: cluster 2024-09-21T04:33:41.373456+0000 mgr.a (mgr.14391) 79 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:42.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:42 smithi032 bash[23468]: cluster 2024-09-21T04:33:41.373456+0000 mgr.a (mgr.14391) 79 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:42.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:42 smithi032 bash[23468]: cluster 2024-09-21T04:33:41.373456+0000 mgr.a (mgr.14391) 79 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:42.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:42 smithi204 bash[23242]: cluster 2024-09-21T04:33:41.373456+0000 mgr.a (mgr.14391) 79 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:42.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:42 smithi204 bash[23242]: cluster 2024-09-21T04:33:41.373456+0000 mgr.a (mgr.14391) 79 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:44.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:44 smithi204 bash[23242]: cluster 2024-09-21T04:33:43.374052+0000 mgr.a (mgr.14391) 80 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:44.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:44 smithi204 bash[23242]: cluster 2024-09-21T04:33:43.374052+0000 mgr.a (mgr.14391) 80 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:44.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:44 smithi204 bash[23242]: audit 2024-09-21T04:33:43.445867+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:44.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:44 smithi204 bash[23242]: audit 2024-09-21T04:33:43.445867+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:44.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:44 smithi204 bash[23242]: audit 2024-09-21T04:33:43.458791+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:44.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:44 smithi204 bash[23242]: audit 2024-09-21T04:33:43.458791+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:44.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:44 smithi204 bash[23242]: audit 2024-09-21T04:33:43.468719+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:44.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:44 smithi204 bash[23242]: audit 2024-09-21T04:33:43.468719+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:44.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:44 smithi028 bash[22708]: cluster 2024-09-21T04:33:43.374052+0000 mgr.a (mgr.14391) 80 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:44.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:44 smithi028 bash[22708]: cluster 2024-09-21T04:33:43.374052+0000 mgr.a (mgr.14391) 80 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:44.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:44 smithi028 bash[22708]: audit 2024-09-21T04:33:43.445867+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:44.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:44 smithi028 bash[22708]: audit 2024-09-21T04:33:43.445867+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:44.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:44 smithi028 bash[22708]: audit 2024-09-21T04:33:43.458791+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:44.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:44 smithi028 bash[22708]: audit 2024-09-21T04:33:43.458791+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:44.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:44 smithi028 bash[22708]: audit 2024-09-21T04:33:43.468719+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:44.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:44 smithi028 bash[22708]: audit 2024-09-21T04:33:43.468719+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:44.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:44 smithi032 bash[23468]: cluster 2024-09-21T04:33:43.374052+0000 mgr.a (mgr.14391) 80 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:44.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:44 smithi032 bash[23468]: cluster 2024-09-21T04:33:43.374052+0000 mgr.a (mgr.14391) 80 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:44.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:44 smithi032 bash[23468]: audit 2024-09-21T04:33:43.445867+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:44.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:44 smithi032 bash[23468]: audit 2024-09-21T04:33:43.445867+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:44.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:44 smithi032 bash[23468]: audit 2024-09-21T04:33:43.458791+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:44.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:44 smithi032 bash[23468]: audit 2024-09-21T04:33:43.458791+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:44.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:44 smithi032 bash[23468]: audit 2024-09-21T04:33:43.468719+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:44.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:44 smithi032 bash[23468]: audit 2024-09-21T04:33:43.468719+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:46.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:46 smithi028 bash[22708]: cluster 2024-09-21T04:33:45.374599+0000 mgr.a (mgr.14391) 81 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:46.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:46 smithi028 bash[22708]: cluster 2024-09-21T04:33:45.374599+0000 mgr.a (mgr.14391) 81 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:46.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:46 smithi032 bash[23468]: cluster 2024-09-21T04:33:45.374599+0000 mgr.a (mgr.14391) 81 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:46.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:46 smithi032 bash[23468]: cluster 2024-09-21T04:33:45.374599+0000 mgr.a (mgr.14391) 81 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:46.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:46 smithi204 bash[23242]: cluster 2024-09-21T04:33:45.374599+0000 mgr.a (mgr.14391) 81 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:46.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:46 smithi204 bash[23242]: cluster 2024-09-21T04:33:45.374599+0000 mgr.a (mgr.14391) 81 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:48.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:47 smithi204 bash[23242]: audit 2024-09-21T04:33:46.857236+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:48.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:47 smithi204 bash[23242]: audit 2024-09-21T04:33:46.857236+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:48.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:47 smithi204 bash[23242]: audit 2024-09-21T04:33:46.865999+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:48.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:47 smithi204 bash[23242]: audit 2024-09-21T04:33:46.865999+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:48.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:47 smithi204 bash[23242]: audit 2024-09-21T04:33:46.876427+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:48.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:47 smithi204 bash[23242]: audit 2024-09-21T04:33:46.876427+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:48.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:47 smithi028 bash[22708]: audit 2024-09-21T04:33:46.857236+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:48.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:47 smithi028 bash[22708]: audit 2024-09-21T04:33:46.857236+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:48.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:47 smithi028 bash[22708]: audit 2024-09-21T04:33:46.865999+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:48.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:47 smithi028 bash[22708]: audit 2024-09-21T04:33:46.865999+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:48.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:47 smithi028 bash[22708]: audit 2024-09-21T04:33:46.876427+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:48.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:47 smithi028 bash[22708]: audit 2024-09-21T04:33:46.876427+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:48.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:47 smithi032 bash[23468]: audit 2024-09-21T04:33:46.857236+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:48.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:47 smithi032 bash[23468]: audit 2024-09-21T04:33:46.857236+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:48.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:47 smithi032 bash[23468]: audit 2024-09-21T04:33:46.865999+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:48.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:47 smithi032 bash[23468]: audit 2024-09-21T04:33:46.865999+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:48.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:47 smithi032 bash[23468]: audit 2024-09-21T04:33:46.876427+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:48.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:47 smithi032 bash[23468]: audit 2024-09-21T04:33:46.876427+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:49.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:48 smithi028 bash[22708]: cluster 2024-09-21T04:33:47.375146+0000 mgr.a (mgr.14391) 82 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:49.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:48 smithi028 bash[22708]: cluster 2024-09-21T04:33:47.375146+0000 mgr.a (mgr.14391) 82 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:49.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:48 smithi032 bash[23468]: cluster 2024-09-21T04:33:47.375146+0000 mgr.a (mgr.14391) 82 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:49.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:48 smithi032 bash[23468]: cluster 2024-09-21T04:33:47.375146+0000 mgr.a (mgr.14391) 82 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:49.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:48 smithi204 bash[23242]: cluster 2024-09-21T04:33:47.375146+0000 mgr.a (mgr.14391) 82 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:49.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:48 smithi204 bash[23242]: cluster 2024-09-21T04:33:47.375146+0000 mgr.a (mgr.14391) 82 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:50.730 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:33:50 smithi028 bash[22963]: ::ffff:172.21.15.32 - - [21/Sep/2024:04:33:50] "GET /metrics HTTP/1.1" 200 21530 "" "Prometheus/2.51.0" 2024-09-21T04:33:51.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:50 smithi028 bash[22708]: cluster 2024-09-21T04:33:49.375674+0000 mgr.a (mgr.14391) 83 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:51.232 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:50 smithi028 bash[22708]: cluster 2024-09-21T04:33:49.375674+0000 mgr.a (mgr.14391) 83 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:51.232 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:50 smithi028 bash[22708]: audit 2024-09-21T04:33:50.837001+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:33:51.232 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:50 smithi028 bash[22708]: audit 2024-09-21T04:33:50.837001+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:33:51.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:50 smithi032 bash[23468]: cluster 2024-09-21T04:33:49.375674+0000 mgr.a (mgr.14391) 83 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:51.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:50 smithi032 bash[23468]: cluster 2024-09-21T04:33:49.375674+0000 mgr.a (mgr.14391) 83 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:51.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:50 smithi032 bash[23468]: audit 2024-09-21T04:33:50.837001+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:33:51.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:50 smithi032 bash[23468]: audit 2024-09-21T04:33:50.837001+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:33:51.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:50 smithi204 bash[23242]: cluster 2024-09-21T04:33:49.375674+0000 mgr.a (mgr.14391) 83 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:51.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:50 smithi204 bash[23242]: cluster 2024-09-21T04:33:49.375674+0000 mgr.a (mgr.14391) 83 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:51.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:50 smithi204 bash[23242]: audit 2024-09-21T04:33:50.837001+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:33:51.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:50 smithi204 bash[23242]: audit 2024-09-21T04:33:50.837001+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:33:53.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:52 smithi028 bash[22708]: cluster 2024-09-21T04:33:51.376207+0000 mgr.a (mgr.14391) 84 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:53.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:52 smithi028 bash[22708]: cluster 2024-09-21T04:33:51.376207+0000 mgr.a (mgr.14391) 84 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:53.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:52 smithi032 bash[23468]: cluster 2024-09-21T04:33:51.376207+0000 mgr.a (mgr.14391) 84 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:53.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:52 smithi032 bash[23468]: cluster 2024-09-21T04:33:51.376207+0000 mgr.a (mgr.14391) 84 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:53.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:52 smithi204 bash[23242]: cluster 2024-09-21T04:33:51.376207+0000 mgr.a (mgr.14391) 84 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:53.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:52 smithi204 bash[23242]: cluster 2024-09-21T04:33:51.376207+0000 mgr.a (mgr.14391) 84 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:54.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:54 smithi028 bash[22708]: cluster 2024-09-21T04:33:53.376703+0000 mgr.a (mgr.14391) 85 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:54.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:54 smithi028 bash[22708]: cluster 2024-09-21T04:33:53.376703+0000 mgr.a (mgr.14391) 85 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:54.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:54 smithi028 bash[22708]: audit 2024-09-21T04:33:53.519581+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:54.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:54 smithi028 bash[22708]: audit 2024-09-21T04:33:53.519581+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:54.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:54 smithi028 bash[22708]: audit 2024-09-21T04:33:53.525434+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:54.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:54 smithi028 bash[22708]: audit 2024-09-21T04:33:53.525434+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:54.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:54 smithi028 bash[22708]: audit 2024-09-21T04:33:53.531947+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:54.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:54 smithi028 bash[22708]: audit 2024-09-21T04:33:53.531947+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:54.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:54 smithi032 bash[23468]: cluster 2024-09-21T04:33:53.376703+0000 mgr.a (mgr.14391) 85 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:54.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:54 smithi032 bash[23468]: cluster 2024-09-21T04:33:53.376703+0000 mgr.a (mgr.14391) 85 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:54.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:54 smithi032 bash[23468]: audit 2024-09-21T04:33:53.519581+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:54.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:54 smithi032 bash[23468]: audit 2024-09-21T04:33:53.519581+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:54.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:54 smithi032 bash[23468]: audit 2024-09-21T04:33:53.525434+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:54.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:54 smithi032 bash[23468]: audit 2024-09-21T04:33:53.525434+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:54.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:54 smithi032 bash[23468]: audit 2024-09-21T04:33:53.531947+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:54.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:54 smithi032 bash[23468]: audit 2024-09-21T04:33:53.531947+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:54.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:54 smithi204 bash[23242]: cluster 2024-09-21T04:33:53.376703+0000 mgr.a (mgr.14391) 85 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:54.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:54 smithi204 bash[23242]: cluster 2024-09-21T04:33:53.376703+0000 mgr.a (mgr.14391) 85 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:54.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:54 smithi204 bash[23242]: audit 2024-09-21T04:33:53.519581+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:54.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:54 smithi204 bash[23242]: audit 2024-09-21T04:33:53.519581+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:54.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:54 smithi204 bash[23242]: audit 2024-09-21T04:33:53.525434+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:54.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:54 smithi204 bash[23242]: audit 2024-09-21T04:33:53.525434+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:54.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:54 smithi204 bash[23242]: audit 2024-09-21T04:33:53.531947+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:54.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:54 smithi204 bash[23242]: audit 2024-09-21T04:33:53.531947+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:33:56.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:56 smithi032 bash[23468]: cluster 2024-09-21T04:33:55.377222+0000 mgr.a (mgr.14391) 86 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:56.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:56 smithi032 bash[23468]: cluster 2024-09-21T04:33:55.377222+0000 mgr.a (mgr.14391) 86 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:56.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:56 smithi204 bash[23242]: cluster 2024-09-21T04:33:55.377222+0000 mgr.a (mgr.14391) 86 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:56.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:56 smithi204 bash[23242]: cluster 2024-09-21T04:33:55.377222+0000 mgr.a (mgr.14391) 86 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:56.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:56 smithi028 bash[22708]: cluster 2024-09-21T04:33:55.377222+0000 mgr.a (mgr.14391) 86 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:56.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:56 smithi028 bash[22708]: cluster 2024-09-21T04:33:55.377222+0000 mgr.a (mgr.14391) 86 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:58.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:58 smithi032 bash[23468]: cluster 2024-09-21T04:33:57.377780+0000 mgr.a (mgr.14391) 87 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:58.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:33:58 smithi032 bash[23468]: cluster 2024-09-21T04:33:57.377780+0000 mgr.a (mgr.14391) 87 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:58.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:58 smithi204 bash[23242]: cluster 2024-09-21T04:33:57.377780+0000 mgr.a (mgr.14391) 87 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:58.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:33:58 smithi204 bash[23242]: cluster 2024-09-21T04:33:57.377780+0000 mgr.a (mgr.14391) 87 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:58.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:58 smithi028 bash[22708]: cluster 2024-09-21T04:33:57.377780+0000 mgr.a (mgr.14391) 87 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:33:58.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:33:58 smithi028 bash[22708]: cluster 2024-09-21T04:33:57.377780+0000 mgr.a (mgr.14391) 87 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:00.525 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:34:00 smithi028 bash[22963]: ::ffff:172.21.15.32 - - [21/Sep/2024:04:34:00] "GET /metrics HTTP/1.1" 200 21529 "" "Prometheus/2.51.0" 2024-09-21T04:34:00.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:00 smithi032 bash[23468]: cluster 2024-09-21T04:33:59.378362+0000 mgr.a (mgr.14391) 88 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:00.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:00 smithi032 bash[23468]: cluster 2024-09-21T04:33:59.378362+0000 mgr.a (mgr.14391) 88 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:00.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:00 smithi204 bash[23242]: cluster 2024-09-21T04:33:59.378362+0000 mgr.a (mgr.14391) 88 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:00.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:00 smithi204 bash[23242]: cluster 2024-09-21T04:33:59.378362+0000 mgr.a (mgr.14391) 88 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:00.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:00 smithi028 bash[22708]: cluster 2024-09-21T04:33:59.378362+0000 mgr.a (mgr.14391) 88 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:00.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:00 smithi028 bash[22708]: cluster 2024-09-21T04:33:59.378362+0000 mgr.a (mgr.14391) 88 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:02.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:02 smithi032 bash[23468]: cluster 2024-09-21T04:34:01.378895+0000 mgr.a (mgr.14391) 89 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:02.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:02 smithi032 bash[23468]: cluster 2024-09-21T04:34:01.378895+0000 mgr.a (mgr.14391) 89 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:02.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:02 smithi204 bash[23242]: cluster 2024-09-21T04:34:01.378895+0000 mgr.a (mgr.14391) 89 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:02.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:02 smithi204 bash[23242]: cluster 2024-09-21T04:34:01.378895+0000 mgr.a (mgr.14391) 89 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:02.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:02 smithi028 bash[22708]: cluster 2024-09-21T04:34:01.378895+0000 mgr.a (mgr.14391) 89 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:02.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:02 smithi028 bash[22708]: cluster 2024-09-21T04:34:01.378895+0000 mgr.a (mgr.14391) 89 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:04.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:04 smithi204 bash[23242]: cluster 2024-09-21T04:34:03.379449+0000 mgr.a (mgr.14391) 90 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:04.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:04 smithi204 bash[23242]: cluster 2024-09-21T04:34:03.379449+0000 mgr.a (mgr.14391) 90 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:04.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:04 smithi204 bash[23242]: audit 2024-09-21T04:34:03.612829+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:04.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:04 smithi204 bash[23242]: audit 2024-09-21T04:34:03.612829+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:04.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:04 smithi204 bash[23242]: audit 2024-09-21T04:34:03.622084+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:04.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:04 smithi204 bash[23242]: audit 2024-09-21T04:34:03.622084+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:04.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:04 smithi204 bash[23242]: audit 2024-09-21T04:34:03.631891+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:04.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:04 smithi204 bash[23242]: audit 2024-09-21T04:34:03.631891+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:04.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:04 smithi028 bash[22708]: cluster 2024-09-21T04:34:03.379449+0000 mgr.a (mgr.14391) 90 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:04.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:04 smithi028 bash[22708]: cluster 2024-09-21T04:34:03.379449+0000 mgr.a (mgr.14391) 90 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:04.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:04 smithi028 bash[22708]: audit 2024-09-21T04:34:03.612829+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:04.981 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:04 smithi028 bash[22708]: audit 2024-09-21T04:34:03.612829+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:04.981 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:04 smithi028 bash[22708]: audit 2024-09-21T04:34:03.622084+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:04.981 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:04 smithi028 bash[22708]: audit 2024-09-21T04:34:03.622084+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:04.981 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:04 smithi028 bash[22708]: audit 2024-09-21T04:34:03.631891+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:04.981 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:04 smithi028 bash[22708]: audit 2024-09-21T04:34:03.631891+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:05.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:04 smithi032 bash[23468]: cluster 2024-09-21T04:34:03.379449+0000 mgr.a (mgr.14391) 90 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:05.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:04 smithi032 bash[23468]: cluster 2024-09-21T04:34:03.379449+0000 mgr.a (mgr.14391) 90 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:05.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:04 smithi032 bash[23468]: audit 2024-09-21T04:34:03.612829+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:05.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:04 smithi032 bash[23468]: audit 2024-09-21T04:34:03.612829+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:05.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:04 smithi032 bash[23468]: audit 2024-09-21T04:34:03.622084+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:05.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:04 smithi032 bash[23468]: audit 2024-09-21T04:34:03.622084+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:05.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:04 smithi032 bash[23468]: audit 2024-09-21T04:34:03.631891+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:05.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:04 smithi032 bash[23468]: audit 2024-09-21T04:34:03.631891+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:06.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:06 smithi028 bash[22708]: cluster 2024-09-21T04:34:05.380001+0000 mgr.a (mgr.14391) 91 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:06.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:06 smithi028 bash[22708]: cluster 2024-09-21T04:34:05.380001+0000 mgr.a (mgr.14391) 91 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:06.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:06 smithi028 bash[22708]: audit 2024-09-21T04:34:05.837418+0000 mon.a (mon.0) 923 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:34:06.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:06 smithi028 bash[22708]: audit 2024-09-21T04:34:05.837418+0000 mon.a (mon.0) 923 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:34:07.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:06 smithi032 bash[23468]: cluster 2024-09-21T04:34:05.380001+0000 mgr.a (mgr.14391) 91 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:07.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:06 smithi032 bash[23468]: cluster 2024-09-21T04:34:05.380001+0000 mgr.a (mgr.14391) 91 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:07.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:06 smithi032 bash[23468]: audit 2024-09-21T04:34:05.837418+0000 mon.a (mon.0) 923 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:34:07.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:06 smithi032 bash[23468]: audit 2024-09-21T04:34:05.837418+0000 mon.a (mon.0) 923 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:34:07.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:06 smithi204 bash[23242]: cluster 2024-09-21T04:34:05.380001+0000 mgr.a (mgr.14391) 91 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:07.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:06 smithi204 bash[23242]: cluster 2024-09-21T04:34:05.380001+0000 mgr.a (mgr.14391) 91 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:07.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:06 smithi204 bash[23242]: audit 2024-09-21T04:34:05.837418+0000 mon.a (mon.0) 923 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:34:07.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:06 smithi204 bash[23242]: audit 2024-09-21T04:34:05.837418+0000 mon.a (mon.0) 923 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:34:08.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:08 smithi204 bash[23242]: audit 2024-09-21T04:34:07.070053+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:08.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:08 smithi204 bash[23242]: audit 2024-09-21T04:34:07.070053+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:08.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:08 smithi204 bash[23242]: audit 2024-09-21T04:34:07.079108+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:08.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:08 smithi204 bash[23242]: audit 2024-09-21T04:34:07.079108+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:08.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:08 smithi204 bash[23242]: audit 2024-09-21T04:34:07.089376+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:08.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:08 smithi204 bash[23242]: audit 2024-09-21T04:34:07.089376+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:08.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:08 smithi204 bash[23242]: cluster 2024-09-21T04:34:07.380574+0000 mgr.a (mgr.14391) 92 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:08.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:08 smithi204 bash[23242]: cluster 2024-09-21T04:34:07.380574+0000 mgr.a (mgr.14391) 92 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:08.480 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:08 smithi028 bash[22708]: audit 2024-09-21T04:34:07.070053+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:08.480 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:08 smithi028 bash[22708]: audit 2024-09-21T04:34:07.070053+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:08.480 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:08 smithi028 bash[22708]: audit 2024-09-21T04:34:07.079108+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:08.480 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:08 smithi028 bash[22708]: audit 2024-09-21T04:34:07.079108+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:08.480 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:08 smithi028 bash[22708]: audit 2024-09-21T04:34:07.089376+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:08.481 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:08 smithi028 bash[22708]: audit 2024-09-21T04:34:07.089376+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:08.481 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:08 smithi028 bash[22708]: cluster 2024-09-21T04:34:07.380574+0000 mgr.a (mgr.14391) 92 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:08.481 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:08 smithi028 bash[22708]: cluster 2024-09-21T04:34:07.380574+0000 mgr.a (mgr.14391) 92 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:08.536 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:08 smithi032 bash[23468]: audit 2024-09-21T04:34:07.070053+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:08.536 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:08 smithi032 bash[23468]: audit 2024-09-21T04:34:07.070053+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:08.537 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:08 smithi032 bash[23468]: audit 2024-09-21T04:34:07.079108+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:08.537 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:08 smithi032 bash[23468]: audit 2024-09-21T04:34:07.079108+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:08.537 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:08 smithi032 bash[23468]: audit 2024-09-21T04:34:07.089376+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:08.537 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:08 smithi032 bash[23468]: audit 2024-09-21T04:34:07.089376+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:08.537 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:08 smithi032 bash[23468]: cluster 2024-09-21T04:34:07.380574+0000 mgr.a (mgr.14391) 92 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:08.537 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:08 smithi032 bash[23468]: cluster 2024-09-21T04:34:07.380574+0000 mgr.a (mgr.14391) 92 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:10.730 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:34:10 smithi028 bash[22963]: ::ffff:172.21.15.32 - - [21/Sep/2024:04:34:10] "GET /metrics HTTP/1.1" 200 21525 "" "Prometheus/2.51.0" 2024-09-21T04:34:10.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:10 smithi028 bash[22708]: cluster 2024-09-21T04:34:09.381101+0000 mgr.a (mgr.14391) 93 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:10.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:10 smithi028 bash[22708]: cluster 2024-09-21T04:34:09.381101+0000 mgr.a (mgr.14391) 93 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:10.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:10 smithi032 bash[23468]: cluster 2024-09-21T04:34:09.381101+0000 mgr.a (mgr.14391) 93 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:10.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:10 smithi032 bash[23468]: cluster 2024-09-21T04:34:09.381101+0000 mgr.a (mgr.14391) 93 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:10.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:10 smithi204 bash[23242]: cluster 2024-09-21T04:34:09.381101+0000 mgr.a (mgr.14391) 93 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:10.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:10 smithi204 bash[23242]: cluster 2024-09-21T04:34:09.381101+0000 mgr.a (mgr.14391) 93 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:12.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:12 smithi028 bash[22708]: cluster 2024-09-21T04:34:11.381757+0000 mgr.a (mgr.14391) 94 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:12.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:12 smithi028 bash[22708]: cluster 2024-09-21T04:34:11.381757+0000 mgr.a (mgr.14391) 94 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:12.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:12 smithi032 bash[23468]: cluster 2024-09-21T04:34:11.381757+0000 mgr.a (mgr.14391) 94 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:12.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:12 smithi032 bash[23468]: cluster 2024-09-21T04:34:11.381757+0000 mgr.a (mgr.14391) 94 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:12.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:12 smithi204 bash[23242]: cluster 2024-09-21T04:34:11.381757+0000 mgr.a (mgr.14391) 94 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:12.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:12 smithi204 bash[23242]: cluster 2024-09-21T04:34:11.381757+0000 mgr.a (mgr.14391) 94 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:14.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:14 smithi028 bash[22708]: cluster 2024-09-21T04:34:13.382200+0000 mgr.a (mgr.14391) 95 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:14.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:14 smithi028 bash[22708]: cluster 2024-09-21T04:34:13.382200+0000 mgr.a (mgr.14391) 95 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:14.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:14 smithi028 bash[22708]: audit 2024-09-21T04:34:13.688741+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:14.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:14 smithi028 bash[22708]: audit 2024-09-21T04:34:13.688741+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:14.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:14 smithi028 bash[22708]: audit 2024-09-21T04:34:13.696073+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:14.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:14 smithi028 bash[22708]: audit 2024-09-21T04:34:13.696073+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:14.981 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:14 smithi028 bash[22708]: audit 2024-09-21T04:34:13.703870+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:14.981 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:14 smithi028 bash[22708]: audit 2024-09-21T04:34:13.703870+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:14.992 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:14 smithi032 bash[23468]: cluster 2024-09-21T04:34:13.382200+0000 mgr.a (mgr.14391) 95 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:14.992 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:14 smithi032 bash[23468]: cluster 2024-09-21T04:34:13.382200+0000 mgr.a (mgr.14391) 95 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:14.992 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:14 smithi032 bash[23468]: audit 2024-09-21T04:34:13.688741+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:14.992 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:14 smithi032 bash[23468]: audit 2024-09-21T04:34:13.688741+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:14.992 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:14 smithi032 bash[23468]: audit 2024-09-21T04:34:13.696073+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:14.992 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:14 smithi032 bash[23468]: audit 2024-09-21T04:34:13.696073+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:14.992 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:14 smithi032 bash[23468]: audit 2024-09-21T04:34:13.703870+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:14.992 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:14 smithi032 bash[23468]: audit 2024-09-21T04:34:13.703870+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:15.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:14 smithi204 bash[23242]: cluster 2024-09-21T04:34:13.382200+0000 mgr.a (mgr.14391) 95 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:15.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:14 smithi204 bash[23242]: cluster 2024-09-21T04:34:13.382200+0000 mgr.a (mgr.14391) 95 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:15.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:14 smithi204 bash[23242]: audit 2024-09-21T04:34:13.688741+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:15.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:14 smithi204 bash[23242]: audit 2024-09-21T04:34:13.688741+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:15.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:14 smithi204 bash[23242]: audit 2024-09-21T04:34:13.696073+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:15.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:14 smithi204 bash[23242]: audit 2024-09-21T04:34:13.696073+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:15.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:14 smithi204 bash[23242]: audit 2024-09-21T04:34:13.703870+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:15.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:14 smithi204 bash[23242]: audit 2024-09-21T04:34:13.703870+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:16.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:16 smithi028 bash[22708]: cluster 2024-09-21T04:34:15.382800+0000 mgr.a (mgr.14391) 96 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:16.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:16 smithi028 bash[22708]: cluster 2024-09-21T04:34:15.382800+0000 mgr.a (mgr.14391) 96 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:17.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:16 smithi032 bash[23468]: cluster 2024-09-21T04:34:15.382800+0000 mgr.a (mgr.14391) 96 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:17.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:16 smithi032 bash[23468]: cluster 2024-09-21T04:34:15.382800+0000 mgr.a (mgr.14391) 96 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:17.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:16 smithi204 bash[23242]: cluster 2024-09-21T04:34:15.382800+0000 mgr.a (mgr.14391) 96 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:17.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:16 smithi204 bash[23242]: cluster 2024-09-21T04:34:15.382800+0000 mgr.a (mgr.14391) 96 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:18.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:18 smithi028 bash[22708]: cluster 2024-09-21T04:34:17.383515+0000 mgr.a (mgr.14391) 97 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:18.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:18 smithi028 bash[22708]: cluster 2024-09-21T04:34:17.383515+0000 mgr.a (mgr.14391) 97 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:19.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:18 smithi032 bash[23468]: cluster 2024-09-21T04:34:17.383515+0000 mgr.a (mgr.14391) 97 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:19.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:18 smithi032 bash[23468]: cluster 2024-09-21T04:34:17.383515+0000 mgr.a (mgr.14391) 97 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:19.071 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:18 smithi204 bash[23242]: cluster 2024-09-21T04:34:17.383515+0000 mgr.a (mgr.14391) 97 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:19.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:18 smithi204 bash[23242]: cluster 2024-09-21T04:34:17.383515+0000 mgr.a (mgr.14391) 97 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:20.694 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:34:20 smithi028 bash[22963]: ::ffff:172.21.15.32 - - [21/Sep/2024:04:34:20] "GET /metrics HTTP/1.1" 200 21525 "" "Prometheus/2.51.0" 2024-09-21T04:34:20.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:20 smithi028 bash[22708]: cluster 2024-09-21T04:34:19.384084+0000 mgr.a (mgr.14391) 98 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:20.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:20 smithi028 bash[22708]: cluster 2024-09-21T04:34:19.384084+0000 mgr.a (mgr.14391) 98 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:21.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:20 smithi032 bash[23468]: cluster 2024-09-21T04:34:19.384084+0000 mgr.a (mgr.14391) 98 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:21.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:20 smithi032 bash[23468]: cluster 2024-09-21T04:34:19.384084+0000 mgr.a (mgr.14391) 98 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:21.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:20 smithi204 bash[23242]: cluster 2024-09-21T04:34:19.384084+0000 mgr.a (mgr.14391) 98 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:21.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:20 smithi204 bash[23242]: cluster 2024-09-21T04:34:19.384084+0000 mgr.a (mgr.14391) 98 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:21.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:21 smithi028 bash[22708]: audit 2024-09-21T04:34:20.837858+0000 mon.a (mon.0) 930 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:34:21.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:21 smithi028 bash[22708]: audit 2024-09-21T04:34:20.837858+0000 mon.a (mon.0) 930 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:34:22.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:21 smithi032 bash[23468]: audit 2024-09-21T04:34:20.837858+0000 mon.a (mon.0) 930 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:34:22.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:21 smithi032 bash[23468]: audit 2024-09-21T04:34:20.837858+0000 mon.a (mon.0) 930 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:34:22.071 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:21 smithi204 bash[23242]: audit 2024-09-21T04:34:20.837858+0000 mon.a (mon.0) 930 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:34:22.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:21 smithi204 bash[23242]: audit 2024-09-21T04:34:20.837858+0000 mon.a (mon.0) 930 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:34:22.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:22 smithi028 bash[22708]: cluster 2024-09-21T04:34:21.384703+0000 mgr.a (mgr.14391) 99 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:22.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:22 smithi028 bash[22708]: cluster 2024-09-21T04:34:21.384703+0000 mgr.a (mgr.14391) 99 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:23.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:22 smithi032 bash[23468]: cluster 2024-09-21T04:34:21.384703+0000 mgr.a (mgr.14391) 99 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:23.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:22 smithi032 bash[23468]: cluster 2024-09-21T04:34:21.384703+0000 mgr.a (mgr.14391) 99 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:23.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:22 smithi204 bash[23242]: cluster 2024-09-21T04:34:21.384703+0000 mgr.a (mgr.14391) 99 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:23.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:22 smithi204 bash[23242]: cluster 2024-09-21T04:34:21.384703+0000 mgr.a (mgr.14391) 99 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:25.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:24 smithi028 bash[22708]: cluster 2024-09-21T04:34:23.385285+0000 mgr.a (mgr.14391) 100 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:25.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:24 smithi028 bash[22708]: cluster 2024-09-21T04:34:23.385285+0000 mgr.a (mgr.14391) 100 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:25.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:24 smithi028 bash[22708]: audit 2024-09-21T04:34:23.847560+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:25.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:24 smithi028 bash[22708]: audit 2024-09-21T04:34:23.847560+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:25.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:24 smithi028 bash[22708]: audit 2024-09-21T04:34:23.856682+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:25.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:24 smithi028 bash[22708]: audit 2024-09-21T04:34:23.856682+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:25.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:24 smithi028 bash[22708]: audit 2024-09-21T04:34:23.866514+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:25.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:24 smithi028 bash[22708]: audit 2024-09-21T04:34:23.866514+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:25.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:24 smithi032 bash[23468]: cluster 2024-09-21T04:34:23.385285+0000 mgr.a (mgr.14391) 100 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:25.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:24 smithi032 bash[23468]: cluster 2024-09-21T04:34:23.385285+0000 mgr.a (mgr.14391) 100 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:25.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:24 smithi032 bash[23468]: audit 2024-09-21T04:34:23.847560+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:25.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:24 smithi032 bash[23468]: audit 2024-09-21T04:34:23.847560+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:25.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:24 smithi032 bash[23468]: audit 2024-09-21T04:34:23.856682+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:25.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:24 smithi032 bash[23468]: audit 2024-09-21T04:34:23.856682+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:25.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:24 smithi032 bash[23468]: audit 2024-09-21T04:34:23.866514+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:25.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:24 smithi032 bash[23468]: audit 2024-09-21T04:34:23.866514+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:25.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:24 smithi204 bash[23242]: cluster 2024-09-21T04:34:23.385285+0000 mgr.a (mgr.14391) 100 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:25.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:24 smithi204 bash[23242]: cluster 2024-09-21T04:34:23.385285+0000 mgr.a (mgr.14391) 100 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:25.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:24 smithi204 bash[23242]: audit 2024-09-21T04:34:23.847560+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:25.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:24 smithi204 bash[23242]: audit 2024-09-21T04:34:23.847560+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:25.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:24 smithi204 bash[23242]: audit 2024-09-21T04:34:23.856682+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:25.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:24 smithi204 bash[23242]: audit 2024-09-21T04:34:23.856682+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:25.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:24 smithi204 bash[23242]: audit 2024-09-21T04:34:23.866514+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:25.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:24 smithi204 bash[23242]: audit 2024-09-21T04:34:23.866514+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:27.210 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:26 smithi204 bash[23242]: cluster 2024-09-21T04:34:25.385790+0000 mgr.a (mgr.14391) 101 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:27.210 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:26 smithi204 bash[23242]: cluster 2024-09-21T04:34:25.385790+0000 mgr.a (mgr.14391) 101 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:27.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:26 smithi028 bash[22708]: cluster 2024-09-21T04:34:25.385790+0000 mgr.a (mgr.14391) 101 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:27.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:26 smithi028 bash[22708]: cluster 2024-09-21T04:34:25.385790+0000 mgr.a (mgr.14391) 101 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:27.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:26 smithi032 bash[23468]: cluster 2024-09-21T04:34:25.385790+0000 mgr.a (mgr.14391) 101 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:27.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:26 smithi032 bash[23468]: cluster 2024-09-21T04:34:25.385790+0000 mgr.a (mgr.14391) 101 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:28.536 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:28 smithi032 bash[23468]: audit 2024-09-21T04:34:27.279332+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:28.536 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:28 smithi032 bash[23468]: audit 2024-09-21T04:34:27.279332+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:28.536 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:28 smithi032 bash[23468]: audit 2024-09-21T04:34:27.288134+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:28.537 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:28 smithi032 bash[23468]: audit 2024-09-21T04:34:27.288134+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:28.537 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:28 smithi032 bash[23468]: audit 2024-09-21T04:34:27.297926+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:28.537 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:28 smithi032 bash[23468]: audit 2024-09-21T04:34:27.297926+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:28.537 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:28 smithi032 bash[23468]: cluster 2024-09-21T04:34:27.386363+0000 mgr.a (mgr.14391) 102 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:28.537 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:28 smithi032 bash[23468]: cluster 2024-09-21T04:34:27.386363+0000 mgr.a (mgr.14391) 102 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:28.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:28 smithi204 bash[23242]: audit 2024-09-21T04:34:27.279332+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:28.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:28 smithi204 bash[23242]: audit 2024-09-21T04:34:27.279332+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:28.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:28 smithi204 bash[23242]: audit 2024-09-21T04:34:27.288134+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:28.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:28 smithi204 bash[23242]: audit 2024-09-21T04:34:27.288134+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:28.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:28 smithi204 bash[23242]: audit 2024-09-21T04:34:27.297926+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:28.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:28 smithi204 bash[23242]: audit 2024-09-21T04:34:27.297926+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:28.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:28 smithi204 bash[23242]: cluster 2024-09-21T04:34:27.386363+0000 mgr.a (mgr.14391) 102 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:28.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:28 smithi204 bash[23242]: cluster 2024-09-21T04:34:27.386363+0000 mgr.a (mgr.14391) 102 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:28.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:28 smithi028 bash[22708]: audit 2024-09-21T04:34:27.279332+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:28.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:28 smithi028 bash[22708]: audit 2024-09-21T04:34:27.279332+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:28.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:28 smithi028 bash[22708]: audit 2024-09-21T04:34:27.288134+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:28.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:28 smithi028 bash[22708]: audit 2024-09-21T04:34:27.288134+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:28.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:28 smithi028 bash[22708]: audit 2024-09-21T04:34:27.297926+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:28.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:28 smithi028 bash[22708]: audit 2024-09-21T04:34:27.297926+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:28.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:28 smithi028 bash[22708]: cluster 2024-09-21T04:34:27.386363+0000 mgr.a (mgr.14391) 102 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:28.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:28 smithi028 bash[22708]: cluster 2024-09-21T04:34:27.386363+0000 mgr.a (mgr.14391) 102 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:30.729 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:34:30 smithi028 bash[22963]: ::ffff:172.21.15.32 - - [21/Sep/2024:04:34:30] "GET /metrics HTTP/1.1" 200 21542 "" "Prometheus/2.51.0" 2024-09-21T04:34:30.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:30 smithi028 bash[22708]: cluster 2024-09-21T04:34:29.386927+0000 mgr.a (mgr.14391) 103 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:30.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:30 smithi028 bash[22708]: cluster 2024-09-21T04:34:29.386927+0000 mgr.a (mgr.14391) 103 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:30.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:30 smithi032 bash[23468]: cluster 2024-09-21T04:34:29.386927+0000 mgr.a (mgr.14391) 103 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:30.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:30 smithi032 bash[23468]: cluster 2024-09-21T04:34:29.386927+0000 mgr.a (mgr.14391) 103 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:30.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:30 smithi204 bash[23242]: cluster 2024-09-21T04:34:29.386927+0000 mgr.a (mgr.14391) 103 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:30.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:30 smithi204 bash[23242]: cluster 2024-09-21T04:34:29.386927+0000 mgr.a (mgr.14391) 103 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:32.729 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:32 smithi028 bash[22708]: cluster 2024-09-21T04:34:31.387486+0000 mgr.a (mgr.14391) 104 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:32.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:32 smithi028 bash[22708]: cluster 2024-09-21T04:34:31.387486+0000 mgr.a (mgr.14391) 104 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:32.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:32 smithi032 bash[23468]: cluster 2024-09-21T04:34:31.387486+0000 mgr.a (mgr.14391) 104 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:32.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:32 smithi032 bash[23468]: cluster 2024-09-21T04:34:31.387486+0000 mgr.a (mgr.14391) 104 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:32.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:32 smithi204 bash[23242]: cluster 2024-09-21T04:34:31.387486+0000 mgr.a (mgr.14391) 104 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:32.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:32 smithi204 bash[23242]: cluster 2024-09-21T04:34:31.387486+0000 mgr.a (mgr.14391) 104 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:33.722 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:33 smithi028 bash[22708]: audit 2024-09-21T04:34:33.112994+0000 mon.a (mon.0) 937 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:34:33.723 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:33 smithi028 bash[22708]: audit 2024-09-21T04:34:33.112994+0000 mon.a (mon.0) 937 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:34:33.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:33 smithi032 bash[23468]: audit 2024-09-21T04:34:33.112994+0000 mon.a (mon.0) 937 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:34:33.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:33 smithi032 bash[23468]: audit 2024-09-21T04:34:33.112994+0000 mon.a (mon.0) 937 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:34:33.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:33 smithi204 bash[23242]: audit 2024-09-21T04:34:33.112994+0000 mon.a (mon.0) 937 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:34:33.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:33 smithi204 bash[23242]: audit 2024-09-21T04:34:33.112994+0000 mon.a (mon.0) 937 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:34:34.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:34 smithi028 bash[22708]: cluster 2024-09-21T04:34:33.387987+0000 mgr.a (mgr.14391) 105 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:34.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:34 smithi028 bash[22708]: cluster 2024-09-21T04:34:33.387987+0000 mgr.a (mgr.14391) 105 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:34.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:34 smithi028 bash[22708]: audit 2024-09-21T04:34:33.666650+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:34.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:34 smithi028 bash[22708]: audit 2024-09-21T04:34:33.666650+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:34.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:34 smithi028 bash[22708]: audit 2024-09-21T04:34:33.672198+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:34.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:34 smithi028 bash[22708]: audit 2024-09-21T04:34:33.672198+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:34.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:34 smithi028 bash[22708]: audit 2024-09-21T04:34:33.673135+0000 mon.a (mon.0) 940 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:34:34.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:34 smithi028 bash[22708]: audit 2024-09-21T04:34:33.673135+0000 mon.a (mon.0) 940 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:34:34.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:34 smithi028 bash[22708]: audit 2024-09-21T04:34:33.674039+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:34:34.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:34 smithi028 bash[22708]: audit 2024-09-21T04:34:33.674039+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:34:34.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:34 smithi028 bash[22708]: audit 2024-09-21T04:34:33.678962+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:34.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:34 smithi028 bash[22708]: audit 2024-09-21T04:34:33.678962+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:34.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:34 smithi028 bash[22708]: audit 2024-09-21T04:34:33.845523+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:34.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:34 smithi028 bash[22708]: audit 2024-09-21T04:34:33.845523+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:34.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:34 smithi028 bash[22708]: audit 2024-09-21T04:34:33.851810+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:34.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:34 smithi028 bash[22708]: audit 2024-09-21T04:34:33.851810+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:34.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:34 smithi028 bash[22708]: audit 2024-09-21T04:34:33.858652+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:34.731 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:34 smithi028 bash[22708]: audit 2024-09-21T04:34:33.858652+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:35.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:34 smithi032 bash[23468]: cluster 2024-09-21T04:34:33.387987+0000 mgr.a (mgr.14391) 105 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:35.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:34 smithi032 bash[23468]: cluster 2024-09-21T04:34:33.387987+0000 mgr.a (mgr.14391) 105 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:35.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:34 smithi032 bash[23468]: audit 2024-09-21T04:34:33.666650+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:35.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:34 smithi032 bash[23468]: audit 2024-09-21T04:34:33.666650+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:35.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:34 smithi032 bash[23468]: audit 2024-09-21T04:34:33.672198+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:35.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:34 smithi032 bash[23468]: audit 2024-09-21T04:34:33.672198+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:35.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:34 smithi032 bash[23468]: audit 2024-09-21T04:34:33.673135+0000 mon.a (mon.0) 940 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:34:35.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:34 smithi032 bash[23468]: audit 2024-09-21T04:34:33.673135+0000 mon.a (mon.0) 940 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:34:35.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:34 smithi032 bash[23468]: audit 2024-09-21T04:34:33.674039+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:34:35.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:34 smithi032 bash[23468]: audit 2024-09-21T04:34:33.674039+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:34:35.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:34 smithi032 bash[23468]: audit 2024-09-21T04:34:33.678962+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:35.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:34 smithi032 bash[23468]: audit 2024-09-21T04:34:33.678962+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:35.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:34 smithi032 bash[23468]: audit 2024-09-21T04:34:33.845523+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:35.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:34 smithi032 bash[23468]: audit 2024-09-21T04:34:33.845523+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:35.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:34 smithi032 bash[23468]: audit 2024-09-21T04:34:33.851810+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:35.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:34 smithi032 bash[23468]: audit 2024-09-21T04:34:33.851810+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:35.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:34 smithi032 bash[23468]: audit 2024-09-21T04:34:33.858652+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:35.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:34 smithi032 bash[23468]: audit 2024-09-21T04:34:33.858652+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:35.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:34 smithi204 bash[23242]: cluster 2024-09-21T04:34:33.387987+0000 mgr.a (mgr.14391) 105 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:35.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:34 smithi204 bash[23242]: cluster 2024-09-21T04:34:33.387987+0000 mgr.a (mgr.14391) 105 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:35.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:34 smithi204 bash[23242]: audit 2024-09-21T04:34:33.666650+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:35.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:34 smithi204 bash[23242]: audit 2024-09-21T04:34:33.666650+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:35.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:34 smithi204 bash[23242]: audit 2024-09-21T04:34:33.672198+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:35.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:34 smithi204 bash[23242]: audit 2024-09-21T04:34:33.672198+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:35.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:34 smithi204 bash[23242]: audit 2024-09-21T04:34:33.673135+0000 mon.a (mon.0) 940 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:34:35.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:34 smithi204 bash[23242]: audit 2024-09-21T04:34:33.673135+0000 mon.a (mon.0) 940 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:34:35.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:34 smithi204 bash[23242]: audit 2024-09-21T04:34:33.674039+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:34:35.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:34 smithi204 bash[23242]: audit 2024-09-21T04:34:33.674039+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:34:35.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:34 smithi204 bash[23242]: audit 2024-09-21T04:34:33.678962+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:35.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:34 smithi204 bash[23242]: audit 2024-09-21T04:34:33.678962+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:35.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:34 smithi204 bash[23242]: audit 2024-09-21T04:34:33.845523+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:35.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:34 smithi204 bash[23242]: audit 2024-09-21T04:34:33.845523+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:35.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:34 smithi204 bash[23242]: audit 2024-09-21T04:34:33.851810+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:35.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:34 smithi204 bash[23242]: audit 2024-09-21T04:34:33.851810+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:35.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:34 smithi204 bash[23242]: audit 2024-09-21T04:34:33.858652+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:35.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:34 smithi204 bash[23242]: audit 2024-09-21T04:34:33.858652+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:36.979 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:36 smithi032 bash[23468]: cluster 2024-09-21T04:34:35.388400+0000 mgr.a (mgr.14391) 106 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:36.979 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:36 smithi032 bash[23468]: cluster 2024-09-21T04:34:35.388400+0000 mgr.a (mgr.14391) 106 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:36.979 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:36 smithi032 bash[23468]: audit 2024-09-21T04:34:35.838208+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:34:36.979 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:36 smithi032 bash[23468]: audit 2024-09-21T04:34:35.838208+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:34:36.979 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:36 smithi028 bash[22708]: cluster 2024-09-21T04:34:35.388400+0000 mgr.a (mgr.14391) 106 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:36.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:36 smithi028 bash[22708]: cluster 2024-09-21T04:34:35.388400+0000 mgr.a (mgr.14391) 106 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:36.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:36 smithi028 bash[22708]: audit 2024-09-21T04:34:35.838208+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:34:36.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:36 smithi028 bash[22708]: audit 2024-09-21T04:34:35.838208+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:34:37.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:36 smithi204 bash[23242]: cluster 2024-09-21T04:34:35.388400+0000 mgr.a (mgr.14391) 106 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:37.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:36 smithi204 bash[23242]: cluster 2024-09-21T04:34:35.388400+0000 mgr.a (mgr.14391) 106 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:37.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:36 smithi204 bash[23242]: audit 2024-09-21T04:34:35.838208+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:34:37.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:36 smithi204 bash[23242]: audit 2024-09-21T04:34:35.838208+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:34:38.979 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:38 smithi028 bash[22708]: cluster 2024-09-21T04:34:37.388934+0000 mgr.a (mgr.14391) 107 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:38.979 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:38 smithi028 bash[22708]: cluster 2024-09-21T04:34:37.388934+0000 mgr.a (mgr.14391) 107 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:39.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:38 smithi032 bash[23468]: cluster 2024-09-21T04:34:37.388934+0000 mgr.a (mgr.14391) 107 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:39.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:38 smithi032 bash[23468]: cluster 2024-09-21T04:34:37.388934+0000 mgr.a (mgr.14391) 107 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:39.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:38 smithi204 bash[23242]: cluster 2024-09-21T04:34:37.388934+0000 mgr.a (mgr.14391) 107 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:39.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:38 smithi204 bash[23242]: cluster 2024-09-21T04:34:37.388934+0000 mgr.a (mgr.14391) 107 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:40.674 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:34:40 smithi028 bash[22963]: ::ffff:172.21.15.32 - - [21/Sep/2024:04:34:40] "GET /metrics HTTP/1.1" 200 21537 "" "Prometheus/2.51.0" 2024-09-21T04:34:40.979 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:40 smithi028 bash[22708]: cluster 2024-09-21T04:34:39.389648+0000 mgr.a (mgr.14391) 108 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:40.979 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:40 smithi028 bash[22708]: cluster 2024-09-21T04:34:39.389648+0000 mgr.a (mgr.14391) 108 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:41.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:40 smithi032 bash[23468]: cluster 2024-09-21T04:34:39.389648+0000 mgr.a (mgr.14391) 108 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:41.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:40 smithi032 bash[23468]: cluster 2024-09-21T04:34:39.389648+0000 mgr.a (mgr.14391) 108 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:41.071 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:40 smithi204 bash[23242]: cluster 2024-09-21T04:34:39.389648+0000 mgr.a (mgr.14391) 108 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:41.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:40 smithi204 bash[23242]: cluster 2024-09-21T04:34:39.389648+0000 mgr.a (mgr.14391) 108 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:42.979 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:42 smithi028 bash[22708]: cluster 2024-09-21T04:34:41.390207+0000 mgr.a (mgr.14391) 109 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:42.979 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:42 smithi028 bash[22708]: cluster 2024-09-21T04:34:41.390207+0000 mgr.a (mgr.14391) 109 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:43.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:42 smithi032 bash[23468]: cluster 2024-09-21T04:34:41.390207+0000 mgr.a (mgr.14391) 109 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:43.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:42 smithi032 bash[23468]: cluster 2024-09-21T04:34:41.390207+0000 mgr.a (mgr.14391) 109 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:43.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:42 smithi204 bash[23242]: cluster 2024-09-21T04:34:41.390207+0000 mgr.a (mgr.14391) 109 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:43.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:42 smithi204 bash[23242]: cluster 2024-09-21T04:34:41.390207+0000 mgr.a (mgr.14391) 109 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:44.979 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:44 smithi028 bash[22708]: cluster 2024-09-21T04:34:43.390754+0000 mgr.a (mgr.14391) 110 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:44.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:44 smithi028 bash[22708]: cluster 2024-09-21T04:34:43.390754+0000 mgr.a (mgr.14391) 110 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:44.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:44 smithi028 bash[22708]: audit 2024-09-21T04:34:44.079084+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:44.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:44 smithi028 bash[22708]: audit 2024-09-21T04:34:44.079084+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:44.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:44 smithi028 bash[22708]: audit 2024-09-21T04:34:44.088301+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:44.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:44 smithi028 bash[22708]: audit 2024-09-21T04:34:44.088301+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:44.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:44 smithi028 bash[22708]: audit 2024-09-21T04:34:44.098450+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:44.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:44 smithi028 bash[22708]: audit 2024-09-21T04:34:44.098450+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:45.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:44 smithi032 bash[23468]: cluster 2024-09-21T04:34:43.390754+0000 mgr.a (mgr.14391) 110 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:45.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:44 smithi032 bash[23468]: cluster 2024-09-21T04:34:43.390754+0000 mgr.a (mgr.14391) 110 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:45.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:44 smithi032 bash[23468]: audit 2024-09-21T04:34:44.079084+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:45.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:44 smithi032 bash[23468]: audit 2024-09-21T04:34:44.079084+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:45.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:44 smithi032 bash[23468]: audit 2024-09-21T04:34:44.088301+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:45.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:44 smithi032 bash[23468]: audit 2024-09-21T04:34:44.088301+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:45.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:44 smithi032 bash[23468]: audit 2024-09-21T04:34:44.098450+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:45.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:44 smithi032 bash[23468]: audit 2024-09-21T04:34:44.098450+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:45.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:44 smithi204 bash[23242]: cluster 2024-09-21T04:34:43.390754+0000 mgr.a (mgr.14391) 110 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:45.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:44 smithi204 bash[23242]: cluster 2024-09-21T04:34:43.390754+0000 mgr.a (mgr.14391) 110 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:45.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:44 smithi204 bash[23242]: audit 2024-09-21T04:34:44.079084+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:45.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:44 smithi204 bash[23242]: audit 2024-09-21T04:34:44.079084+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:45.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:44 smithi204 bash[23242]: audit 2024-09-21T04:34:44.088301+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:45.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:44 smithi204 bash[23242]: audit 2024-09-21T04:34:44.088301+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:45.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:44 smithi204 bash[23242]: audit 2024-09-21T04:34:44.098450+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:45.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:44 smithi204 bash[23242]: audit 2024-09-21T04:34:44.098450+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:46.979 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:46 smithi028 bash[22708]: cluster 2024-09-21T04:34:45.391304+0000 mgr.a (mgr.14391) 111 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:46.979 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:46 smithi028 bash[22708]: cluster 2024-09-21T04:34:45.391304+0000 mgr.a (mgr.14391) 111 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:47.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:46 smithi032 bash[23468]: cluster 2024-09-21T04:34:45.391304+0000 mgr.a (mgr.14391) 111 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:47.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:46 smithi032 bash[23468]: cluster 2024-09-21T04:34:45.391304+0000 mgr.a (mgr.14391) 111 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:47.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:46 smithi204 bash[23242]: cluster 2024-09-21T04:34:45.391304+0000 mgr.a (mgr.14391) 111 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:47.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:46 smithi204 bash[23242]: cluster 2024-09-21T04:34:45.391304+0000 mgr.a (mgr.14391) 111 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:48.729 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:48 smithi028 bash[22708]: cluster 2024-09-21T04:34:47.391900+0000 mgr.a (mgr.14391) 112 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:48.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:48 smithi028 bash[22708]: cluster 2024-09-21T04:34:47.391900+0000 mgr.a (mgr.14391) 112 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:48.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:48 smithi028 bash[22708]: audit 2024-09-21T04:34:47.450566+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:48.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:48 smithi028 bash[22708]: audit 2024-09-21T04:34:47.450566+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:48.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:48 smithi028 bash[22708]: audit 2024-09-21T04:34:47.459044+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:48.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:48 smithi028 bash[22708]: audit 2024-09-21T04:34:47.459044+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:48.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:48 smithi028 bash[22708]: audit 2024-09-21T04:34:47.468593+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:48.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:48 smithi028 bash[22708]: audit 2024-09-21T04:34:47.468593+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:48.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:48 smithi032 bash[23468]: cluster 2024-09-21T04:34:47.391900+0000 mgr.a (mgr.14391) 112 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:48.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:48 smithi032 bash[23468]: cluster 2024-09-21T04:34:47.391900+0000 mgr.a (mgr.14391) 112 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:48.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:48 smithi032 bash[23468]: audit 2024-09-21T04:34:47.450566+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:48.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:48 smithi032 bash[23468]: audit 2024-09-21T04:34:47.450566+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:48.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:48 smithi032 bash[23468]: audit 2024-09-21T04:34:47.459044+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:48.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:48 smithi032 bash[23468]: audit 2024-09-21T04:34:47.459044+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:48.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:48 smithi032 bash[23468]: audit 2024-09-21T04:34:47.468593+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:48.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:48 smithi032 bash[23468]: audit 2024-09-21T04:34:47.468593+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:48.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:48 smithi204 bash[23242]: cluster 2024-09-21T04:34:47.391900+0000 mgr.a (mgr.14391) 112 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:48.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:48 smithi204 bash[23242]: cluster 2024-09-21T04:34:47.391900+0000 mgr.a (mgr.14391) 112 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:48.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:48 smithi204 bash[23242]: audit 2024-09-21T04:34:47.450566+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:48.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:48 smithi204 bash[23242]: audit 2024-09-21T04:34:47.450566+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:48.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:48 smithi204 bash[23242]: audit 2024-09-21T04:34:47.459044+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:48.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:48 smithi204 bash[23242]: audit 2024-09-21T04:34:47.459044+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:48.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:48 smithi204 bash[23242]: audit 2024-09-21T04:34:47.468593+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:48.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:48 smithi204 bash[23242]: audit 2024-09-21T04:34:47.468593+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:50.729 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:50 smithi028 bash[22708]: cluster 2024-09-21T04:34:49.392436+0000 mgr.a (mgr.14391) 113 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:50.729 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:50 smithi028 bash[22708]: cluster 2024-09-21T04:34:49.392436+0000 mgr.a (mgr.14391) 113 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:50.730 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:34:50 smithi028 bash[22963]: ::ffff:172.21.15.32 - - [21/Sep/2024:04:34:50] "GET /metrics HTTP/1.1" 200 21537 "" "Prometheus/2.51.0" 2024-09-21T04:34:50.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:50 smithi032 bash[23468]: cluster 2024-09-21T04:34:49.392436+0000 mgr.a (mgr.14391) 113 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:50.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:50 smithi032 bash[23468]: cluster 2024-09-21T04:34:49.392436+0000 mgr.a (mgr.14391) 113 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:50.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:50 smithi204 bash[23242]: cluster 2024-09-21T04:34:49.392436+0000 mgr.a (mgr.14391) 113 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:50.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:50 smithi204 bash[23242]: cluster 2024-09-21T04:34:49.392436+0000 mgr.a (mgr.14391) 113 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:51.729 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:51 smithi028 bash[22708]: audit 2024-09-21T04:34:50.838691+0000 mon.a (mon.0) 953 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:34:51.729 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:51 smithi028 bash[22708]: audit 2024-09-21T04:34:50.838691+0000 mon.a (mon.0) 953 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:34:51.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:51 smithi032 bash[23468]: audit 2024-09-21T04:34:50.838691+0000 mon.a (mon.0) 953 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:34:51.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:51 smithi032 bash[23468]: audit 2024-09-21T04:34:50.838691+0000 mon.a (mon.0) 953 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:34:51.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:51 smithi204 bash[23242]: audit 2024-09-21T04:34:50.838691+0000 mon.a (mon.0) 953 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:34:51.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:51 smithi204 bash[23242]: audit 2024-09-21T04:34:50.838691+0000 mon.a (mon.0) 953 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:34:52.729 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:52 smithi028 bash[22708]: cluster 2024-09-21T04:34:51.392992+0000 mgr.a (mgr.14391) 114 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:52.729 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:52 smithi028 bash[22708]: cluster 2024-09-21T04:34:51.392992+0000 mgr.a (mgr.14391) 114 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:52.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:52 smithi032 bash[23468]: cluster 2024-09-21T04:34:51.392992+0000 mgr.a (mgr.14391) 114 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:52.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:52 smithi032 bash[23468]: cluster 2024-09-21T04:34:51.392992+0000 mgr.a (mgr.14391) 114 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:52.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:52 smithi204 bash[23242]: cluster 2024-09-21T04:34:51.392992+0000 mgr.a (mgr.14391) 114 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:52.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:52 smithi204 bash[23242]: cluster 2024-09-21T04:34:51.392992+0000 mgr.a (mgr.14391) 114 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:54.708 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:54 smithi028 bash[22708]: cluster 2024-09-21T04:34:53.393528+0000 mgr.a (mgr.14391) 115 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:54.708 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:54 smithi028 bash[22708]: cluster 2024-09-21T04:34:53.393528+0000 mgr.a (mgr.14391) 115 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:54.708 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:54 smithi028 bash[22708]: audit 2024-09-21T04:34:54.069326+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:54.708 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:54 smithi028 bash[22708]: audit 2024-09-21T04:34:54.069326+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:54.708 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:54 smithi028 bash[22708]: audit 2024-09-21T04:34:54.074840+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:54.708 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:54 smithi028 bash[22708]: audit 2024-09-21T04:34:54.074840+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:54.708 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:54 smithi028 bash[22708]: audit 2024-09-21T04:34:54.080761+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:54.708 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:54 smithi028 bash[22708]: audit 2024-09-21T04:34:54.080761+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:54.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:54 smithi032 bash[23468]: cluster 2024-09-21T04:34:53.393528+0000 mgr.a (mgr.14391) 115 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:54.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:54 smithi032 bash[23468]: cluster 2024-09-21T04:34:53.393528+0000 mgr.a (mgr.14391) 115 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:54.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:54 smithi032 bash[23468]: audit 2024-09-21T04:34:54.069326+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:54.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:54 smithi032 bash[23468]: audit 2024-09-21T04:34:54.069326+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:54.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:54 smithi032 bash[23468]: audit 2024-09-21T04:34:54.074840+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:54.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:54 smithi032 bash[23468]: audit 2024-09-21T04:34:54.074840+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:54.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:54 smithi032 bash[23468]: audit 2024-09-21T04:34:54.080761+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:54.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:54 smithi032 bash[23468]: audit 2024-09-21T04:34:54.080761+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:54.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:54 smithi204 bash[23242]: cluster 2024-09-21T04:34:53.393528+0000 mgr.a (mgr.14391) 115 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:54.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:54 smithi204 bash[23242]: cluster 2024-09-21T04:34:53.393528+0000 mgr.a (mgr.14391) 115 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:54.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:54 smithi204 bash[23242]: audit 2024-09-21T04:34:54.069326+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:54.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:54 smithi204 bash[23242]: audit 2024-09-21T04:34:54.069326+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:54.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:54 smithi204 bash[23242]: audit 2024-09-21T04:34:54.074840+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:54.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:54 smithi204 bash[23242]: audit 2024-09-21T04:34:54.074840+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:54.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:54 smithi204 bash[23242]: audit 2024-09-21T04:34:54.080761+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:54.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:54 smithi204 bash[23242]: audit 2024-09-21T04:34:54.080761+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:34:56.729 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:56 smithi028 bash[22708]: cluster 2024-09-21T04:34:55.394067+0000 mgr.a (mgr.14391) 116 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:56.729 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:56 smithi028 bash[22708]: cluster 2024-09-21T04:34:55.394067+0000 mgr.a (mgr.14391) 116 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:56.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:56 smithi032 bash[23468]: cluster 2024-09-21T04:34:55.394067+0000 mgr.a (mgr.14391) 116 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:56.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:56 smithi032 bash[23468]: cluster 2024-09-21T04:34:55.394067+0000 mgr.a (mgr.14391) 116 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:56.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:56 smithi204 bash[23242]: cluster 2024-09-21T04:34:55.394067+0000 mgr.a (mgr.14391) 116 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:56.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:56 smithi204 bash[23242]: cluster 2024-09-21T04:34:55.394067+0000 mgr.a (mgr.14391) 116 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:57.835 INFO:teuthology.orchestra.run.smithi028.stderr:+ ceph orch ls 2024-09-21T04:34:58.154 INFO:teuthology.orchestra.run.smithi028.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-09-21T04:34:58.154 INFO:teuthology.orchestra.run.smithi028.stdout:agent 3/3 14s ago 2m * 2024-09-21T04:34:58.154 INFO:teuthology.orchestra.run.smithi028.stdout:alertmanager ?:9093,9094 1/1 10s ago 4m count:1 2024-09-21T04:34:58.154 INFO:teuthology.orchestra.run.smithi028.stdout:grafana ?:3000 1/1 4s ago 4m count:1 2024-09-21T04:34:58.154 INFO:teuthology.orchestra.run.smithi028.stdout:mgr 2/2 14s ago 8m smithi028=a;smithi032=b;count:2 2024-09-21T04:34:58.155 INFO:teuthology.orchestra.run.smithi028.stdout:mon 3/3 14s ago 9m smithi028:172.21.15.28=a;smithi032:172.21.15.32=b;smithi204:172.21.15.204=c;count:3 2024-09-21T04:34:58.155 INFO:teuthology.orchestra.run.smithi028.stdout:node-exporter ?:9100 3/3 14s ago 4m * 2024-09-21T04:34:58.155 INFO:teuthology.orchestra.run.smithi028.stdout:osd 3 14s ago - 2024-09-21T04:34:58.155 INFO:teuthology.orchestra.run.smithi028.stdout:prometheus ?:9095 1/1 14s ago 4m count:1 2024-09-21T04:34:58.166 INFO:teuthology.orchestra.run.smithi028.stderr:+ ceph orch ps 2024-09-21T04:34:58.509 INFO:teuthology.orchestra.run.smithi028.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-21T04:34:58.509 INFO:teuthology.orchestra.run.smithi028.stdout:agent.smithi028 smithi028 running 4s ago 10m - - 2024-09-21T04:34:58.510 INFO:teuthology.orchestra.run.smithi028.stdout:agent.smithi032 smithi032 running 14s ago 9m - - 2024-09-21T04:34:58.510 INFO:teuthology.orchestra.run.smithi028.stdout:agent.smithi204 smithi204 running 11s ago 9m - - 2024-09-21T04:34:58.510 INFO:teuthology.orchestra.run.smithi028.stdout:alertmanager.smithi204 smithi204 *:9093,9094 running (2m) 11s ago 3m 14.3M - 0.27.0 11f11916f8cd 6173dee61a2e 2024-09-21T04:34:58.510 INFO:teuthology.orchestra.run.smithi028.stdout:grafana.smithi028 smithi028 *:3000 running (2m) 4s ago 3m 67.8M - 10.4.8 5aad1d7cf004 aa7e2b8aa980 2024-09-21T04:34:58.510 INFO:teuthology.orchestra.run.smithi028.stdout:mgr.a smithi028 *:9283,8765 running (11m) 4s ago 11m 505M - 19.3.0-5103-gf36283e7 48ed0a2cf89d fcafe2e4eb17 2024-09-21T04:34:58.510 INFO:teuthology.orchestra.run.smithi028.stdout:mgr.b smithi032 *:8443,8765 running (8m) 14s ago 8m 441M - 19.3.0-5103-gf36283e7 48ed0a2cf89d f3bbad8d9d6f 2024-09-21T04:34:58.510 INFO:teuthology.orchestra.run.smithi028.stdout:mon.a smithi028 running (11m) 4s ago 11m 46.1M 2048M 19.3.0-5103-gf36283e7 48ed0a2cf89d ea319ee03853 2024-09-21T04:34:58.510 INFO:teuthology.orchestra.run.smithi028.stdout:mon.b smithi032 running (8m) 14s ago 8m 36.4M 2048M 19.3.0-5103-gf36283e7 48ed0a2cf89d 29eb18597ff5 2024-09-21T04:34:58.510 INFO:teuthology.orchestra.run.smithi028.stdout:mon.c smithi204 running (8m) 11s ago 8m 37.9M 2048M 19.3.0-5103-gf36283e7 48ed0a2cf89d efc82a1e6ee5 2024-09-21T04:34:58.510 INFO:teuthology.orchestra.run.smithi028.stdout:node-exporter.smithi028 smithi028 *:9100 running (3m) 4s ago 3m 8124k - 1.7.0 72c9c2088986 266014ebf2da 2024-09-21T04:34:58.510 INFO:teuthology.orchestra.run.smithi028.stdout:node-exporter.smithi032 smithi032 *:9100 running (3m) 14s ago 3m 9031k - 1.7.0 72c9c2088986 4049fe58ffd1 2024-09-21T04:34:58.510 INFO:teuthology.orchestra.run.smithi028.stdout:node-exporter.smithi204 smithi204 *:9100 running (3m) 11s ago 3m 8068k - 1.7.0 72c9c2088986 bac7f8e7a7f3 2024-09-21T04:34:58.510 INFO:teuthology.orchestra.run.smithi028.stdout:osd.0 smithi028 running (7m) 4s ago 7m 44.2M 4096M 19.3.0-5103-gf36283e7 48ed0a2cf89d 1eb53a86286d 2024-09-21T04:34:58.510 INFO:teuthology.orchestra.run.smithi028.stdout:osd.1 smithi032 running (6m) 14s ago 6m 45.3M 4096M 19.3.0-5103-gf36283e7 48ed0a2cf89d fbda39cf3a1f 2024-09-21T04:34:58.511 INFO:teuthology.orchestra.run.smithi028.stdout:osd.2 smithi204 running (5m) 11s ago 5m 45.1M 4096M 19.3.0-5103-gf36283e7 48ed0a2cf89d e13a4dea9fa9 2024-09-21T04:34:58.511 INFO:teuthology.orchestra.run.smithi028.stdout:prometheus.smithi032 smithi032 *:9095 running (3m) 14s ago 3m 38.6M - 2.51.0 1d3b7f56885b 0f3812101a77 2024-09-21T04:34:58.523 INFO:teuthology.orchestra.run.smithi028.stderr:+ ceph orch host ls 2024-09-21T04:34:58.536 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:58 smithi032 bash[23468]: cluster 2024-09-21T04:34:57.394660+0000 mgr.a (mgr.14391) 117 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:58.536 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:58 smithi032 bash[23468]: cluster 2024-09-21T04:34:57.394660+0000 mgr.a (mgr.14391) 117 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:58.729 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:58 smithi028 bash[22708]: cluster 2024-09-21T04:34:57.394660+0000 mgr.a (mgr.14391) 117 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:58.729 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:58 smithi028 bash[22708]: cluster 2024-09-21T04:34:57.394660+0000 mgr.a (mgr.14391) 117 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:58.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:58 smithi204 bash[23242]: cluster 2024-09-21T04:34:57.394660+0000 mgr.a (mgr.14391) 117 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:58.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:58 smithi204 bash[23242]: cluster 2024-09-21T04:34:57.394660+0000 mgr.a (mgr.14391) 117 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:34:58.830 INFO:teuthology.orchestra.run.smithi028.stdout:HOST ADDR LABELS STATUS 2024-09-21T04:34:58.830 INFO:teuthology.orchestra.run.smithi028.stdout:smithi028 172.21.15.28 2024-09-21T04:34:58.830 INFO:teuthology.orchestra.run.smithi028.stdout:smithi032 172.21.15.32 2024-09-21T04:34:58.830 INFO:teuthology.orchestra.run.smithi028.stdout:smithi204 172.21.15.204 2024-09-21T04:34:58.830 INFO:teuthology.orchestra.run.smithi028.stdout:3 hosts in cluster 2024-09-21T04:34:58.844 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph orch ps --daemon-type mon -f json 2024-09-21T04:34:58.844 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r 'last | .daemon_name' 2024-09-21T04:34:59.176 INFO:teuthology.orchestra.run.smithi028.stderr:+ MON_DAEMON=mon.c 2024-09-21T04:34:59.177 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph orch ps --daemon-type grafana -f json 2024-09-21T04:34:59.177 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -e '.[]' 2024-09-21T04:34:59.177 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r .hostname 2024-09-21T04:34:59.488 INFO:teuthology.orchestra.run.smithi028.stderr:+ GRAFANA_HOST=smithi028 2024-09-21T04:34:59.489 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph orch ps --daemon-type prometheus -f json 2024-09-21T04:34:59.489 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -e '.[]' 2024-09-21T04:34:59.489 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r .hostname 2024-09-21T04:34:59.729 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:59 smithi028 bash[22708]: audit 2024-09-21T04:34:58.150633+0000 mgr.a (mgr.14391) 118 : audit [DBG] from='client.14427 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:34:59.729 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:59 smithi028 bash[22708]: audit 2024-09-21T04:34:58.150633+0000 mgr.a (mgr.14391) 118 : audit [DBG] from='client.14427 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:34:59.729 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:59 smithi028 bash[22708]: audit 2024-09-21T04:34:58.483198+0000 mgr.a (mgr.14391) 119 : audit [DBG] from='client.14433 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:34:59.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:59 smithi028 bash[22708]: audit 2024-09-21T04:34:58.483198+0000 mgr.a (mgr.14391) 119 : audit [DBG] from='client.14433 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:34:59.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:59 smithi028 bash[22708]: audit 2024-09-21T04:34:58.834741+0000 mgr.a (mgr.14391) 120 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:34:59.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:34:59 smithi028 bash[22708]: audit 2024-09-21T04:34:58.834741+0000 mgr.a (mgr.14391) 120 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:34:59.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:59 smithi032 bash[23468]: audit 2024-09-21T04:34:58.150633+0000 mgr.a (mgr.14391) 118 : audit [DBG] from='client.14427 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:34:59.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:59 smithi032 bash[23468]: audit 2024-09-21T04:34:58.150633+0000 mgr.a (mgr.14391) 118 : audit [DBG] from='client.14427 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:34:59.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:59 smithi032 bash[23468]: audit 2024-09-21T04:34:58.483198+0000 mgr.a (mgr.14391) 119 : audit [DBG] from='client.14433 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:34:59.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:59 smithi032 bash[23468]: audit 2024-09-21T04:34:58.483198+0000 mgr.a (mgr.14391) 119 : audit [DBG] from='client.14433 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:34:59.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:59 smithi032 bash[23468]: audit 2024-09-21T04:34:58.834741+0000 mgr.a (mgr.14391) 120 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:34:59.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:34:59 smithi032 bash[23468]: audit 2024-09-21T04:34:58.834741+0000 mgr.a (mgr.14391) 120 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:34:59.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ PROM_HOST=smithi032 2024-09-21T04:34:59.798 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph orch ps --daemon-type alertmanager -f json 2024-09-21T04:34:59.798 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -e '.[]' 2024-09-21T04:34:59.798 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r .hostname 2024-09-21T04:34:59.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:59 smithi204 bash[23242]: audit 2024-09-21T04:34:58.150633+0000 mgr.a (mgr.14391) 118 : audit [DBG] from='client.14427 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:34:59.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:59 smithi204 bash[23242]: audit 2024-09-21T04:34:58.150633+0000 mgr.a (mgr.14391) 118 : audit [DBG] from='client.14427 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:34:59.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:59 smithi204 bash[23242]: audit 2024-09-21T04:34:58.483198+0000 mgr.a (mgr.14391) 119 : audit [DBG] from='client.14433 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:34:59.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:59 smithi204 bash[23242]: audit 2024-09-21T04:34:58.483198+0000 mgr.a (mgr.14391) 119 : audit [DBG] from='client.14433 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:34:59.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:59 smithi204 bash[23242]: audit 2024-09-21T04:34:58.834741+0000 mgr.a (mgr.14391) 120 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:34:59.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:34:59 smithi204 bash[23242]: audit 2024-09-21T04:34:58.834741+0000 mgr.a (mgr.14391) 120 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:35:00.114 INFO:teuthology.orchestra.run.smithi028.stderr:+ ALERTM_HOST=smithi204 2024-09-21T04:35:00.114 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph orch host ls -f json 2024-09-21T04:35:00.114 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r --arg GRAFANA_HOST smithi028 '.[] | select(.hostname==$GRAFANA_HOST) | .addr' 2024-09-21T04:35:00.417 INFO:teuthology.orchestra.run.smithi028.stderr:+ GRAFANA_IP=172.21.15.28 2024-09-21T04:35:00.418 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph orch host ls -f json 2024-09-21T04:35:00.418 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r --arg PROM_HOST smithi032 '.[] | select(.hostname==$PROM_HOST) | .addr' 2024-09-21T04:35:00.729 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:35:00 smithi028 bash[22963]: ::ffff:172.21.15.32 - - [21/Sep/2024:04:35:00] "GET /metrics HTTP/1.1" 200 21541 "" "Prometheus/2.51.0" 2024-09-21T04:35:00.729 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:00 smithi028 bash[22708]: audit 2024-09-21T04:34:59.160095+0000 mgr.a (mgr.14391) 121 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:35:00.729 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:00 smithi028 bash[22708]: audit 2024-09-21T04:34:59.160095+0000 mgr.a (mgr.14391) 121 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:35:00.729 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:00 smithi028 bash[22708]: cluster 2024-09-21T04:34:59.395168+0000 mgr.a (mgr.14391) 122 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:00.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:00 smithi028 bash[22708]: cluster 2024-09-21T04:34:59.395168+0000 mgr.a (mgr.14391) 122 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:00.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:00 smithi028 bash[22708]: audit 2024-09-21T04:34:59.470156+0000 mgr.a (mgr.14391) 123 : audit [DBG] from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:35:00.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:00 smithi028 bash[22708]: audit 2024-09-21T04:34:59.470156+0000 mgr.a (mgr.14391) 123 : audit [DBG] from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:35:00.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:00 smithi028 bash[22708]: audit 2024-09-21T04:34:59.782053+0000 mgr.a (mgr.14391) 124 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:35:00.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:00 smithi028 bash[22708]: audit 2024-09-21T04:34:59.782053+0000 mgr.a (mgr.14391) 124 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:35:00.737 INFO:teuthology.orchestra.run.smithi028.stderr:+ PROM_IP=172.21.15.32 2024-09-21T04:35:00.737 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph orch host ls -f json 2024-09-21T04:35:00.737 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r --arg ALERTM_HOST smithi204 '.[] | select(.hostname==$ALERTM_HOST) | .addr' 2024-09-21T04:35:00.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:00 smithi032 bash[23468]: audit 2024-09-21T04:34:59.160095+0000 mgr.a (mgr.14391) 121 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:35:00.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:00 smithi032 bash[23468]: audit 2024-09-21T04:34:59.160095+0000 mgr.a (mgr.14391) 121 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:35:00.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:00 smithi032 bash[23468]: cluster 2024-09-21T04:34:59.395168+0000 mgr.a (mgr.14391) 122 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:00.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:00 smithi032 bash[23468]: cluster 2024-09-21T04:34:59.395168+0000 mgr.a (mgr.14391) 122 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:00.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:00 smithi032 bash[23468]: audit 2024-09-21T04:34:59.470156+0000 mgr.a (mgr.14391) 123 : audit [DBG] from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:35:00.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:00 smithi032 bash[23468]: audit 2024-09-21T04:34:59.470156+0000 mgr.a (mgr.14391) 123 : audit [DBG] from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:35:00.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:00 smithi032 bash[23468]: audit 2024-09-21T04:34:59.782053+0000 mgr.a (mgr.14391) 124 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:35:00.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:00 smithi032 bash[23468]: audit 2024-09-21T04:34:59.782053+0000 mgr.a (mgr.14391) 124 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:35:00.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:35:00 smithi204 bash[23242]: audit 2024-09-21T04:34:59.160095+0000 mgr.a (mgr.14391) 121 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:35:00.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:35:00 smithi204 bash[23242]: audit 2024-09-21T04:34:59.160095+0000 mgr.a (mgr.14391) 121 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:35:00.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:35:00 smithi204 bash[23242]: cluster 2024-09-21T04:34:59.395168+0000 mgr.a (mgr.14391) 122 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:00.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:35:00 smithi204 bash[23242]: cluster 2024-09-21T04:34:59.395168+0000 mgr.a (mgr.14391) 122 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:00.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:35:00 smithi204 bash[23242]: audit 2024-09-21T04:34:59.470156+0000 mgr.a (mgr.14391) 123 : audit [DBG] from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:35:00.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:35:00 smithi204 bash[23242]: audit 2024-09-21T04:34:59.470156+0000 mgr.a (mgr.14391) 123 : audit [DBG] from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:35:00.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:35:00 smithi204 bash[23242]: audit 2024-09-21T04:34:59.782053+0000 mgr.a (mgr.14391) 124 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:35:00.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:35:00 smithi204 bash[23242]: audit 2024-09-21T04:34:59.782053+0000 mgr.a (mgr.14391) 124 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:35:01.046 INFO:teuthology.orchestra.run.smithi028.stderr:+ ALERTM_IP=172.21.15.204 2024-09-21T04:35:01.047 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph orch host ls -f json 2024-09-21T04:35:01.047 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[] | .addr' 2024-09-21T04:35:01.362 INFO:teuthology.orchestra.run.smithi028.stderr:+ ALL_HOST_IPS='172.21.15.28 2024-09-21T04:35:01.362 INFO:teuthology.orchestra.run.smithi028.stderr:172.21.15.32 2024-09-21T04:35:01.362 INFO:teuthology.orchestra.run.smithi028.stderr:172.21.15.204' 2024-09-21T04:35:01.362 INFO:teuthology.orchestra.run.smithi028.stderr:+ for ip in $ALL_HOST_IPS 2024-09-21T04:35:01.362 INFO:teuthology.orchestra.run.smithi028.stderr:+ curl -s http://172.21.15.28:9100/metric 2024-09-21T04:35:01.388 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-21T04:35:01.388 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-21T04:35:01.388 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-21T04:35:01.388 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-21T04:35:01.388 INFO:teuthology.orchestra.run.smithi028.stdout: Node Exporter 2024-09-21T04:35:01.388 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-21T04:35:01.390 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-21T04:35:01.390 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-21T04:35:01.390 INFO:teuthology.orchestra.run.smithi028.stdout:
2024-09-21T04:35:01.390 INFO:teuthology.orchestra.run.smithi028.stdout:

Node Exporter

2024-09-21T04:35:01.390 INFO:teuthology.orchestra.run.smithi028.stdout:
2024-09-21T04:35:01.390 INFO:teuthology.orchestra.run.smithi028.stdout:
2024-09-21T04:35:01.390 INFO:teuthology.orchestra.run.smithi028.stdout:

Prometheus Node Exporter

2024-09-21T04:35:01.390 INFO:teuthology.orchestra.run.smithi028.stdout:
Version: (version=1.7.0, branch=HEAD, revision=7333465abf9efba81876303bb57e6fadb946041b)
2024-09-21T04:35:01.390 INFO:teuthology.orchestra.run.smithi028.stdout:
2024-09-21T04:35:01.390 INFO:teuthology.orchestra.run.smithi028.stdout:
    2024-09-21T04:35:01.391 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-21T04:35:01.391 INFO:teuthology.orchestra.run.smithi028.stdout:
  • Metrics
  • 2024-09-21T04:35:01.391 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-21T04:35:01.391 INFO:teuthology.orchestra.run.smithi028.stdout:
2024-09-21T04:35:01.391 INFO:teuthology.orchestra.run.smithi028.stdout:
2024-09-21T04:35:01.391 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-21T04:35:01.391 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-21T04:35:01.391 INFO:teuthology.orchestra.run.smithi028.stdout:
2024-09-21T04:35:01.391 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-21T04:35:01.391 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-21T04:35:01.392 INFO:teuthology.orchestra.run.smithi028.stderr:+ for ip in $ALL_HOST_IPS 2024-09-21T04:35:01.392 INFO:teuthology.orchestra.run.smithi028.stderr:+ curl -s http://172.21.15.32:9100/metric 2024-09-21T04:35:01.392 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-21T04:35:01.392 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-21T04:35:01.392 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-21T04:35:01.392 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-21T04:35:01.392 INFO:teuthology.orchestra.run.smithi028.stdout: Node Exporter 2024-09-21T04:35:01.392 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-21T04:35:01.394 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-21T04:35:01.394 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-21T04:35:01.394 INFO:teuthology.orchestra.run.smithi028.stdout:
2024-09-21T04:35:01.394 INFO:teuthology.orchestra.run.smithi028.stdout:

Node Exporter

2024-09-21T04:35:01.394 INFO:teuthology.orchestra.run.smithi028.stdout:
2024-09-21T04:35:01.394 INFO:teuthology.orchestra.run.smithi028.stdout:
2024-09-21T04:35:01.394 INFO:teuthology.orchestra.run.smithi028.stdout:

Prometheus Node Exporter

2024-09-21T04:35:01.394 INFO:teuthology.orchestra.run.smithi028.stdout:
Version: (version=1.7.0, branch=HEAD, revision=7333465abf9efba81876303bb57e6fadb946041b)
2024-09-21T04:35:01.394 INFO:teuthology.orchestra.run.smithi028.stdout:
2024-09-21T04:35:01.394 INFO:teuthology.orchestra.run.smithi028.stdout:
    2024-09-21T04:35:01.395 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-21T04:35:01.395 INFO:teuthology.orchestra.run.smithi028.stdout:
  • Metrics
  • 2024-09-21T04:35:01.395 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-21T04:35:01.395 INFO:teuthology.orchestra.run.smithi028.stdout:
2024-09-21T04:35:01.395 INFO:teuthology.orchestra.run.smithi028.stdout:
2024-09-21T04:35:01.395 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-21T04:35:01.395 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-21T04:35:01.395 INFO:teuthology.orchestra.run.smithi028.stdout:
2024-09-21T04:35:01.395 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-21T04:35:01.395 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-21T04:35:01.395 INFO:teuthology.orchestra.run.smithi028.stderr:+ for ip in $ALL_HOST_IPS 2024-09-21T04:35:01.396 INFO:teuthology.orchestra.run.smithi028.stderr:+ curl -s http://172.21.15.204:9100/metric 2024-09-21T04:35:01.397 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-21T04:35:01.397 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-21T04:35:01.397 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-21T04:35:01.397 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-21T04:35:01.397 INFO:teuthology.orchestra.run.smithi028.stdout: Node Exporter 2024-09-21T04:35:01.397 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-21T04:35:01.398 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-21T04:35:01.398 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-21T04:35:01.398 INFO:teuthology.orchestra.run.smithi028.stdout:
2024-09-21T04:35:01.398 INFO:teuthology.orchestra.run.smithi028.stdout:

Node Exporter

2024-09-21T04:35:01.399 INFO:teuthology.orchestra.run.smithi028.stdout:
2024-09-21T04:35:01.399 INFO:teuthology.orchestra.run.smithi028.stdout:
2024-09-21T04:35:01.399 INFO:teuthology.orchestra.run.smithi028.stdout:

Prometheus Node Exporter

2024-09-21T04:35:01.399 INFO:teuthology.orchestra.run.smithi028.stdout:
Version: (version=1.7.0, branch=HEAD, revision=7333465abf9efba81876303bb57e6fadb946041b)
2024-09-21T04:35:01.399 INFO:teuthology.orchestra.run.smithi028.stdout:
2024-09-21T04:35:01.399 INFO:teuthology.orchestra.run.smithi028.stdout:
    2024-09-21T04:35:01.399 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-21T04:35:01.399 INFO:teuthology.orchestra.run.smithi028.stdout:
  • Metrics
  • 2024-09-21T04:35:01.399 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-21T04:35:01.399 INFO:teuthology.orchestra.run.smithi028.stdout:
2024-09-21T04:35:01.399 INFO:teuthology.orchestra.run.smithi028.stdout:
2024-09-21T04:35:01.399 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-21T04:35:01.399 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-21T04:35:01.399 INFO:teuthology.orchestra.run.smithi028.stdout:
2024-09-21T04:35:01.399 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-21T04:35:01.400 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-09-21T04:35:01.400 INFO:teuthology.orchestra.run.smithi028.stderr:+ curl -k -s https://172.21.15.28:3000/api/health 2024-09-21T04:35:01.424 INFO:teuthology.orchestra.run.smithi028.stdout:{ 2024-09-21T04:35:01.424 INFO:teuthology.orchestra.run.smithi028.stdout: "commit": "8c384b71bde142a25ddc01ed5a183ca572b2b7f7", 2024-09-21T04:35:01.424 INFO:teuthology.orchestra.run.smithi028.stdout: "database": "ok", 2024-09-21T04:35:01.424 INFO:teuthology.orchestra.run.smithi028.stdout: "version": "10.4.8" 2024-09-21T04:35:01.425 INFO:teuthology.orchestra.run.smithi028.stderr:+ jq -e '.database == "ok"' 2024-09-21T04:35:01.425 INFO:teuthology.orchestra.run.smithi028.stderr:+ curl -k -s https://172.21.15.28:3000/api/health 2024-09-21T04:35:01.459 INFO:teuthology.orchestra.run.smithi028.stdout:}true 2024-09-21T04:35:01.459 INFO:teuthology.orchestra.run.smithi028.stderr:+ ceph orch daemon stop mon.c 2024-09-21T04:35:01.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:01 smithi032 bash[23468]: audit 2024-09-21T04:35:00.098409+0000 mgr.a (mgr.14391) 125 : audit [DBG] from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:35:01.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:01 smithi032 bash[23468]: audit 2024-09-21T04:35:00.098409+0000 mgr.a (mgr.14391) 125 : audit [DBG] from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:35:01.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:01 smithi032 bash[23468]: audit 2024-09-21T04:35:00.410432+0000 mgr.a (mgr.14391) 126 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:35:01.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:01 smithi032 bash[23468]: audit 2024-09-21T04:35:00.410432+0000 mgr.a (mgr.14391) 126 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:35:01.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:01 smithi032 bash[23468]: audit 2024-09-21T04:35:00.728385+0000 mgr.a (mgr.14391) 127 : audit [DBG] from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:35:01.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:01 smithi032 bash[23468]: audit 2024-09-21T04:35:00.728385+0000 mgr.a (mgr.14391) 127 : audit [DBG] from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:35:01.788 INFO:teuthology.orchestra.run.smithi028.stdout:Scheduled to stop mon.c on host 'smithi204' 2024-09-21T04:35:01.803 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 120 2024-09-21T04:35:01.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:35:01 smithi204 bash[23242]: audit 2024-09-21T04:35:00.098409+0000 mgr.a (mgr.14391) 125 : audit [DBG] from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:35:01.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:35:01 smithi204 bash[23242]: audit 2024-09-21T04:35:00.098409+0000 mgr.a (mgr.14391) 125 : audit [DBG] from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:35:01.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:35:01 smithi204 bash[23242]: audit 2024-09-21T04:35:00.410432+0000 mgr.a (mgr.14391) 126 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:35:01.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:35:01 smithi204 bash[23242]: audit 2024-09-21T04:35:00.410432+0000 mgr.a (mgr.14391) 126 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:35:01.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:35:01 smithi204 bash[23242]: audit 2024-09-21T04:35:00.728385+0000 mgr.a (mgr.14391) 127 : audit [DBG] from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:35:01.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:35:01 smithi204 bash[23242]: audit 2024-09-21T04:35:00.728385+0000 mgr.a (mgr.14391) 127 : audit [DBG] from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:35:01.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:01 smithi028 bash[22708]: audit 2024-09-21T04:35:00.098409+0000 mgr.a (mgr.14391) 125 : audit [DBG] from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:35:01.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:01 smithi028 bash[22708]: audit 2024-09-21T04:35:00.098409+0000 mgr.a (mgr.14391) 125 : audit [DBG] from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:35:01.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:01 smithi028 bash[22708]: audit 2024-09-21T04:35:00.410432+0000 mgr.a (mgr.14391) 126 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:35:01.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:01 smithi028 bash[22708]: audit 2024-09-21T04:35:00.410432+0000 mgr.a (mgr.14391) 126 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:35:01.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:01 smithi028 bash[22708]: audit 2024-09-21T04:35:00.728385+0000 mgr.a (mgr.14391) 127 : audit [DBG] from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:35:01.863 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:01 smithi028 bash[22708]: audit 2024-09-21T04:35:00.728385+0000 mgr.a (mgr.14391) 127 : audit [DBG] from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:35:03.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:02 smithi032 bash[23468]: audit 2024-09-21T04:35:01.038653+0000 mgr.a (mgr.14391) 128 : audit [DBG] from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:35:03.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:02 smithi032 bash[23468]: audit 2024-09-21T04:35:01.038653+0000 mgr.a (mgr.14391) 128 : audit [DBG] from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:35:03.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:02 smithi032 bash[23468]: audit 2024-09-21T04:35:01.353244+0000 mgr.a (mgr.14391) 129 : audit [DBG] from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:35:03.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:02 smithi032 bash[23468]: audit 2024-09-21T04:35:01.353244+0000 mgr.a (mgr.14391) 129 : audit [DBG] from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:35:03.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:02 smithi032 bash[23468]: cluster 2024-09-21T04:35:01.395533+0000 mgr.a (mgr.14391) 130 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:03.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:02 smithi032 bash[23468]: cluster 2024-09-21T04:35:01.395533+0000 mgr.a (mgr.14391) 130 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:03.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:02 smithi032 bash[23468]: audit 2024-09-21T04:35:01.779009+0000 mgr.a (mgr.14391) 131 : audit [DBG] from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:35:03.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:02 smithi032 bash[23468]: audit 2024-09-21T04:35:01.779009+0000 mgr.a (mgr.14391) 131 : audit [DBG] from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:35:03.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:02 smithi032 bash[23468]: cephadm 2024-09-21T04:35:01.779782+0000 mgr.a (mgr.14391) 132 : cephadm [INF] Schedule stop daemon mon.c 2024-09-21T04:35:03.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:02 smithi032 bash[23468]: cephadm 2024-09-21T04:35:01.779782+0000 mgr.a (mgr.14391) 132 : cephadm [INF] Schedule stop daemon mon.c 2024-09-21T04:35:03.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:02 smithi032 bash[23468]: audit 2024-09-21T04:35:01.786235+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:03.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:02 smithi032 bash[23468]: audit 2024-09-21T04:35:01.786235+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:03.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:02 smithi032 bash[23468]: audit 2024-09-21T04:35:01.793194+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:03.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:02 smithi032 bash[23468]: audit 2024-09-21T04:35:01.793194+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:03.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:02 smithi032 bash[23468]: audit 2024-09-21T04:35:01.794535+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:35:03.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:02 smithi032 bash[23468]: audit 2024-09-21T04:35:01.794535+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:35:03.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:02 smithi032 bash[23468]: audit 2024-09-21T04:35:01.797777+0000 mon.a (mon.0) 960 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:35:03.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:02 smithi032 bash[23468]: audit 2024-09-21T04:35:01.797777+0000 mon.a (mon.0) 960 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:35:03.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:02 smithi032 bash[23468]: audit 2024-09-21T04:35:01.798682+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:35:03.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:02 smithi032 bash[23468]: audit 2024-09-21T04:35:01.798682+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:35:03.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:02 smithi032 bash[23468]: audit 2024-09-21T04:35:01.805302+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:03.038 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:02 smithi032 bash[23468]: audit 2024-09-21T04:35:01.805302+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:03.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:35:02 smithi204 bash[23242]: audit 2024-09-21T04:35:01.038653+0000 mgr.a (mgr.14391) 128 : audit [DBG] from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:35:03.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:35:02 smithi204 bash[23242]: audit 2024-09-21T04:35:01.038653+0000 mgr.a (mgr.14391) 128 : audit [DBG] from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:35:03.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:35:02 smithi204 bash[23242]: audit 2024-09-21T04:35:01.353244+0000 mgr.a (mgr.14391) 129 : audit [DBG] from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:35:03.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:35:02 smithi204 bash[23242]: audit 2024-09-21T04:35:01.353244+0000 mgr.a (mgr.14391) 129 : audit [DBG] from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:35:03.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:35:02 smithi204 bash[23242]: cluster 2024-09-21T04:35:01.395533+0000 mgr.a (mgr.14391) 130 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:03.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:35:02 smithi204 bash[23242]: cluster 2024-09-21T04:35:01.395533+0000 mgr.a (mgr.14391) 130 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:03.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:35:02 smithi204 bash[23242]: audit 2024-09-21T04:35:01.779009+0000 mgr.a (mgr.14391) 131 : audit [DBG] from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:35:03.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:35:02 smithi204 bash[23242]: audit 2024-09-21T04:35:01.779009+0000 mgr.a (mgr.14391) 131 : audit [DBG] from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:35:03.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:35:02 smithi204 bash[23242]: cephadm 2024-09-21T04:35:01.779782+0000 mgr.a (mgr.14391) 132 : cephadm [INF] Schedule stop daemon mon.c 2024-09-21T04:35:03.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:35:02 smithi204 bash[23242]: cephadm 2024-09-21T04:35:01.779782+0000 mgr.a (mgr.14391) 132 : cephadm [INF] Schedule stop daemon mon.c 2024-09-21T04:35:03.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:35:02 smithi204 bash[23242]: audit 2024-09-21T04:35:01.786235+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:03.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:35:02 smithi204 bash[23242]: audit 2024-09-21T04:35:01.786235+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:03.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:35:02 smithi204 bash[23242]: audit 2024-09-21T04:35:01.793194+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:03.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:35:02 smithi204 bash[23242]: audit 2024-09-21T04:35:01.793194+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:03.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:35:02 smithi204 bash[23242]: audit 2024-09-21T04:35:01.794535+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:35:03.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:35:02 smithi204 bash[23242]: audit 2024-09-21T04:35:01.794535+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:35:03.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:35:02 smithi204 bash[23242]: audit 2024-09-21T04:35:01.797777+0000 mon.a (mon.0) 960 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:35:03.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:35:02 smithi204 bash[23242]: audit 2024-09-21T04:35:01.797777+0000 mon.a (mon.0) 960 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:35:03.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:35:02 smithi204 bash[23242]: audit 2024-09-21T04:35:01.798682+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:35:03.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:35:02 smithi204 bash[23242]: audit 2024-09-21T04:35:01.798682+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:35:03.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:35:02 smithi204 bash[23242]: audit 2024-09-21T04:35:01.805302+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:03.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:35:02 smithi204 bash[23242]: audit 2024-09-21T04:35:01.805302+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:03.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:02 smithi028 bash[22708]: audit 2024-09-21T04:35:01.038653+0000 mgr.a (mgr.14391) 128 : audit [DBG] from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:35:03.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:02 smithi028 bash[22708]: audit 2024-09-21T04:35:01.038653+0000 mgr.a (mgr.14391) 128 : audit [DBG] from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:35:03.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:02 smithi028 bash[22708]: audit 2024-09-21T04:35:01.353244+0000 mgr.a (mgr.14391) 129 : audit [DBG] from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:35:03.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:02 smithi028 bash[22708]: audit 2024-09-21T04:35:01.353244+0000 mgr.a (mgr.14391) 129 : audit [DBG] from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T04:35:03.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:02 smithi028 bash[22708]: cluster 2024-09-21T04:35:01.395533+0000 mgr.a (mgr.14391) 130 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:03.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:02 smithi028 bash[22708]: cluster 2024-09-21T04:35:01.395533+0000 mgr.a (mgr.14391) 130 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:03.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:02 smithi028 bash[22708]: audit 2024-09-21T04:35:01.779009+0000 mgr.a (mgr.14391) 131 : audit [DBG] from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:35:03.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:02 smithi028 bash[22708]: audit 2024-09-21T04:35:01.779009+0000 mgr.a (mgr.14391) 131 : audit [DBG] from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T04:35:03.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:02 smithi028 bash[22708]: cephadm 2024-09-21T04:35:01.779782+0000 mgr.a (mgr.14391) 132 : cephadm [INF] Schedule stop daemon mon.c 2024-09-21T04:35:03.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:02 smithi028 bash[22708]: cephadm 2024-09-21T04:35:01.779782+0000 mgr.a (mgr.14391) 132 : cephadm [INF] Schedule stop daemon mon.c 2024-09-21T04:35:03.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:02 smithi028 bash[22708]: audit 2024-09-21T04:35:01.786235+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:03.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:02 smithi028 bash[22708]: audit 2024-09-21T04:35:01.786235+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:03.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:02 smithi028 bash[22708]: audit 2024-09-21T04:35:01.793194+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:03.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:02 smithi028 bash[22708]: audit 2024-09-21T04:35:01.793194+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:03.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:02 smithi028 bash[22708]: audit 2024-09-21T04:35:01.794535+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:35:03.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:02 smithi028 bash[22708]: audit 2024-09-21T04:35:01.794535+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:35:03.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:02 smithi028 bash[22708]: audit 2024-09-21T04:35:01.797777+0000 mon.a (mon.0) 960 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:35:03.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:02 smithi028 bash[22708]: audit 2024-09-21T04:35:01.797777+0000 mon.a (mon.0) 960 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:35:03.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:02 smithi028 bash[22708]: audit 2024-09-21T04:35:01.798682+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:35:03.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:02 smithi028 bash[22708]: audit 2024-09-21T04:35:01.798682+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:35:03.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:02 smithi028 bash[22708]: audit 2024-09-21T04:35:01.805302+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:03.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:02 smithi028 bash[22708]: audit 2024-09-21T04:35:01.805302+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:05.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:35:04 smithi204 bash[23242]: cluster 2024-09-21T04:35:03.396054+0000 mgr.a (mgr.14391) 133 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:05.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:35:04 smithi204 bash[23242]: cluster 2024-09-21T04:35:03.396054+0000 mgr.a (mgr.14391) 133 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:05.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:35:04 smithi204 bash[23242]: audit 2024-09-21T04:35:04.314737+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:05.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:35:04 smithi204 bash[23242]: audit 2024-09-21T04:35:04.314737+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:05.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:35:04 smithi204 bash[23242]: audit 2024-09-21T04:35:04.323596+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:05.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:35:04 smithi204 bash[23242]: audit 2024-09-21T04:35:04.323596+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:05.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:35:04 smithi204 bash[23242]: audit 2024-09-21T04:35:04.333459+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:05.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:35:04 smithi204 bash[23242]: audit 2024-09-21T04:35:04.333459+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:05.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:04 smithi028 bash[22708]: cluster 2024-09-21T04:35:03.396054+0000 mgr.a (mgr.14391) 133 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:05.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:04 smithi028 bash[22708]: cluster 2024-09-21T04:35:03.396054+0000 mgr.a (mgr.14391) 133 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:05.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:04 smithi028 bash[22708]: audit 2024-09-21T04:35:04.314737+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:05.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:04 smithi028 bash[22708]: audit 2024-09-21T04:35:04.314737+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:05.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:04 smithi028 bash[22708]: audit 2024-09-21T04:35:04.323596+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:05.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:04 smithi028 bash[22708]: audit 2024-09-21T04:35:04.323596+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:05.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:04 smithi028 bash[22708]: audit 2024-09-21T04:35:04.333459+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:05.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:04 smithi028 bash[22708]: audit 2024-09-21T04:35:04.333459+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:05.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:04 smithi032 bash[23468]: cluster 2024-09-21T04:35:03.396054+0000 mgr.a (mgr.14391) 133 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:05.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:04 smithi032 bash[23468]: cluster 2024-09-21T04:35:03.396054+0000 mgr.a (mgr.14391) 133 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:05.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:04 smithi032 bash[23468]: audit 2024-09-21T04:35:04.314737+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:05.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:04 smithi032 bash[23468]: audit 2024-09-21T04:35:04.314737+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:05.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:04 smithi032 bash[23468]: audit 2024-09-21T04:35:04.323596+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:05.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:04 smithi032 bash[23468]: audit 2024-09-21T04:35:04.323596+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:05.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:04 smithi032 bash[23468]: audit 2024-09-21T04:35:04.333459+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:05.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:04 smithi032 bash[23468]: audit 2024-09-21T04:35:04.333459+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:07.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:35:06 smithi204 bash[23242]: cluster 2024-09-21T04:35:05.396546+0000 mgr.a (mgr.14391) 134 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:07.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:35:06 smithi204 bash[23242]: cluster 2024-09-21T04:35:05.396546+0000 mgr.a (mgr.14391) 134 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:07.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:35:06 smithi204 bash[23242]: audit 2024-09-21T04:35:05.839112+0000 mon.a (mon.0) 966 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:35:07.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:35:06 smithi204 bash[23242]: audit 2024-09-21T04:35:05.839112+0000 mon.a (mon.0) 966 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:35:07.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:35:06 smithi204 systemd[1]: Stopping Ceph mon.c for fd0b2732-77d0-11ef-baf5-efdc52797490... 2024-09-21T04:35:07.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:06 smithi028 bash[22708]: cluster 2024-09-21T04:35:05.396546+0000 mgr.a (mgr.14391) 134 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:07.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:06 smithi028 bash[22708]: cluster 2024-09-21T04:35:05.396546+0000 mgr.a (mgr.14391) 134 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:07.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:06 smithi028 bash[22708]: audit 2024-09-21T04:35:05.839112+0000 mon.a (mon.0) 966 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:35:07.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:06 smithi028 bash[22708]: audit 2024-09-21T04:35:05.839112+0000 mon.a (mon.0) 966 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:35:07.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:06 smithi032 bash[23468]: cluster 2024-09-21T04:35:05.396546+0000 mgr.a (mgr.14391) 134 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:07.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:06 smithi032 bash[23468]: cluster 2024-09-21T04:35:05.396546+0000 mgr.a (mgr.14391) 134 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:07.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:06 smithi032 bash[23468]: audit 2024-09-21T04:35:05.839112+0000 mon.a (mon.0) 966 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:35:07.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:06 smithi032 bash[23468]: audit 2024-09-21T04:35:05.839112+0000 mon.a (mon.0) 966 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:35:07.435 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:35:07 smithi204 bash[23242]: debug 2024-09-21T04:35:07.173+0000 7ff12dac1640 -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-21T04:35:07.435 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:35:07 smithi204 bash[23242]: debug 2024-09-21T04:35:07.173+0000 7ff12dac1640 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-09-21T04:35:08.295 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:35:07 smithi204 bash[35545]: ceph-fd0b2732-77d0-11ef-baf5-efdc52797490-mon-c 2024-09-21T04:35:08.295 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:35:08 smithi204 bash[35690]: Error response from daemon: No such container: ceph-fd0b2732-77d0-11ef-baf5-efdc52797490-mon-c 2024-09-21T04:35:08.295 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:35:08 smithi204 systemd[1]: ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@mon.c.service: Deactivated successfully. 2024-09-21T04:35:08.295 INFO:journalctl@ceph.mon.c.smithi204.stdout:Sep 21 04:35:08 smithi204 systemd[1]: Stopped Ceph mon.c for fd0b2732-77d0-11ef-baf5-efdc52797490. 2024-09-21T04:35:10.729 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:35:10 smithi028 bash[22963]: ::ffff:172.21.15.32 - - [21/Sep/2024:04:35:10] "GET /metrics HTTP/1.1" 200 21539 "" "Prometheus/2.51.0" 2024-09-21T04:35:20.729 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:35:20 smithi028 bash[22963]: ::ffff:172.21.15.32 - - [21/Sep/2024:04:35:20] "GET /metrics HTTP/1.1" 200 21539 "" "Prometheus/2.51.0" 2024-09-21T04:35:23.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: cluster 2024-09-21T04:35:09.397583+0000 mgr.a (mgr.14391) 136 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:23.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: cluster 2024-09-21T04:35:09.397583+0000 mgr.a (mgr.14391) 136 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:23.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: cluster 2024-09-21T04:35:11.398142+0000 mgr.a (mgr.14391) 137 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:23.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: cluster 2024-09-21T04:35:11.398142+0000 mgr.a (mgr.14391) 137 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:23.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: cluster 2024-09-21T04:35:13.398658+0000 mgr.a (mgr.14391) 138 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:23.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: cluster 2024-09-21T04:35:13.398658+0000 mgr.a (mgr.14391) 138 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:23.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: cluster 2024-09-21T04:35:15.399011+0000 mgr.a (mgr.14391) 139 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:23.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: cluster 2024-09-21T04:35:15.399011+0000 mgr.a (mgr.14391) 139 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:23.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: cluster 2024-09-21T04:35:16.800641+0000 mon.b (mon.2) 16 : cluster [INF] mon.b calling monitor election 2024-09-21T04:35:23.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: cluster 2024-09-21T04:35:16.800641+0000 mon.b (mon.2) 16 : cluster [INF] mon.b calling monitor election 2024-09-21T04:35:23.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: cluster 2024-09-21T04:35:16.804055+0000 mon.a (mon.0) 967 : cluster [INF] mon.a calling monitor election 2024-09-21T04:35:23.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: cluster 2024-09-21T04:35:16.804055+0000 mon.a (mon.0) 967 : cluster [INF] mon.a calling monitor election 2024-09-21T04:35:23.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: cluster 2024-09-21T04:35:17.399478+0000 mgr.a (mgr.14391) 140 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:23.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: cluster 2024-09-21T04:35:17.399478+0000 mgr.a (mgr.14391) 140 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:23.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: cluster 2024-09-21T04:35:19.400013+0000 mgr.a (mgr.14391) 141 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:23.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: cluster 2024-09-21T04:35:19.400013+0000 mgr.a (mgr.14391) 141 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:23.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: audit 2024-09-21T04:35:20.839854+0000 mon.a (mon.0) 968 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:35:23.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: audit 2024-09-21T04:35:20.839854+0000 mon.a (mon.0) 968 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:35:23.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: cluster 2024-09-21T04:35:21.400593+0000 mgr.a (mgr.14391) 142 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:23.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: cluster 2024-09-21T04:35:21.400593+0000 mgr.a (mgr.14391) 142 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:23.232 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: cluster 2024-09-21T04:35:21.823879+0000 mon.a (mon.0) 969 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-09-21T04:35:23.232 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: cluster 2024-09-21T04:35:21.823879+0000 mon.a (mon.0) 969 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-09-21T04:35:23.232 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: cluster 2024-09-21T04:35:21.832917+0000 mon.a (mon.0) 970 : cluster [DBG] monmap epoch 3 2024-09-21T04:35:23.232 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: cluster 2024-09-21T04:35:21.832917+0000 mon.a (mon.0) 970 : cluster [DBG] monmap epoch 3 2024-09-21T04:35:23.232 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: cluster 2024-09-21T04:35:21.832952+0000 mon.a (mon.0) 971 : cluster [DBG] fsid fd0b2732-77d0-11ef-baf5-efdc52797490 2024-09-21T04:35:23.232 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: cluster 2024-09-21T04:35:21.832952+0000 mon.a (mon.0) 971 : cluster [DBG] fsid fd0b2732-77d0-11ef-baf5-efdc52797490 2024-09-21T04:35:23.232 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: cluster 2024-09-21T04:35:21.832992+0000 mon.a (mon.0) 972 : cluster [DBG] last_changed 2024-09-21T04:26:07.851620+0000 2024-09-21T04:35:23.232 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: cluster 2024-09-21T04:35:21.832992+0000 mon.a (mon.0) 972 : cluster [DBG] last_changed 2024-09-21T04:26:07.851620+0000 2024-09-21T04:35:23.232 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: cluster 2024-09-21T04:35:21.833029+0000 mon.a (mon.0) 973 : cluster [DBG] created 2024-09-21T04:23:29.422734+0000 2024-09-21T04:35:23.233 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: cluster 2024-09-21T04:35:21.833029+0000 mon.a (mon.0) 973 : cluster [DBG] created 2024-09-21T04:23:29.422734+0000 2024-09-21T04:35:23.233 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: cluster 2024-09-21T04:35:21.833064+0000 mon.a (mon.0) 974 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T04:35:23.233 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: cluster 2024-09-21T04:35:21.833064+0000 mon.a (mon.0) 974 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T04:35:23.233 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: cluster 2024-09-21T04:35:21.833101+0000 mon.a (mon.0) 975 : cluster [DBG] election_strategy: 1 2024-09-21T04:35:23.233 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: cluster 2024-09-21T04:35:21.833101+0000 mon.a (mon.0) 975 : cluster [DBG] election_strategy: 1 2024-09-21T04:35:23.233 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: cluster 2024-09-21T04:35:21.833135+0000 mon.a (mon.0) 976 : cluster [DBG] 0: [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon.a 2024-09-21T04:35:23.233 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: cluster 2024-09-21T04:35:21.833135+0000 mon.a (mon.0) 976 : cluster [DBG] 0: [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon.a 2024-09-21T04:35:23.233 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: cluster 2024-09-21T04:35:21.833171+0000 mon.a (mon.0) 977 : cluster [DBG] 1: [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] mon.c 2024-09-21T04:35:23.233 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: cluster 2024-09-21T04:35:21.833171+0000 mon.a (mon.0) 977 : cluster [DBG] 1: [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] mon.c 2024-09-21T04:35:23.233 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: cluster 2024-09-21T04:35:21.833206+0000 mon.a (mon.0) 978 : cluster [DBG] 2: [v2:172.21.15.32:3300/0,v1:172.21.15.32:6789/0] mon.b 2024-09-21T04:35:23.233 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: cluster 2024-09-21T04:35:21.833206+0000 mon.a (mon.0) 978 : cluster [DBG] 2: [v2:172.21.15.32:3300/0,v1:172.21.15.32:6789/0] mon.b 2024-09-21T04:35:23.233 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: cluster 2024-09-21T04:35:21.834390+0000 mon.a (mon.0) 979 : cluster [DBG] fsmap 2024-09-21T04:35:23.233 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: cluster 2024-09-21T04:35:21.834390+0000 mon.a (mon.0) 979 : cluster [DBG] fsmap 2024-09-21T04:35:23.233 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: cluster 2024-09-21T04:35:21.834459+0000 mon.a (mon.0) 980 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-21T04:35:23.234 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: cluster 2024-09-21T04:35:21.834459+0000 mon.a (mon.0) 980 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-21T04:35:23.234 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: cluster 2024-09-21T04:35:21.835064+0000 mon.a (mon.0) 981 : cluster [DBG] mgrmap e21: a(active, since 3m), standbys: b 2024-09-21T04:35:23.234 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: cluster 2024-09-21T04:35:21.835064+0000 mon.a (mon.0) 981 : cluster [DBG] mgrmap e21: a(active, since 3m), standbys: b 2024-09-21T04:35:23.234 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: cluster 2024-09-21T04:35:21.835375+0000 mon.a (mon.0) 982 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-09-21T04:35:23.234 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: cluster 2024-09-21T04:35:21.835375+0000 mon.a (mon.0) 982 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-09-21T04:35:23.234 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: cluster 2024-09-21T04:35:21.864524+0000 mon.a (mon.0) 983 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-09-21T04:35:23.234 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: cluster 2024-09-21T04:35:21.864524+0000 mon.a (mon.0) 983 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-09-21T04:35:23.234 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: cluster 2024-09-21T04:35:21.864582+0000 mon.a (mon.0) 984 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-09-21T04:35:23.234 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: cluster 2024-09-21T04:35:21.864582+0000 mon.a (mon.0) 984 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-09-21T04:35:23.234 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: cluster 2024-09-21T04:35:21.864618+0000 mon.a (mon.0) 985 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] is down (out of quorum) 2024-09-21T04:35:23.234 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: cluster 2024-09-21T04:35:21.864618+0000 mon.a (mon.0) 985 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] is down (out of quorum) 2024-09-21T04:35:23.234 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: audit 2024-09-21T04:35:21.870097+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:23.234 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: audit 2024-09-21T04:35:21.870097+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:23.234 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: audit 2024-09-21T04:35:21.877059+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:23.234 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: audit 2024-09-21T04:35:21.877059+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:23.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: audit 2024-09-21T04:35:21.884104+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:23.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: audit 2024-09-21T04:35:21.884104+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:23.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: audit 2024-09-21T04:35:21.890946+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:23.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: audit 2024-09-21T04:35:21.890946+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:23.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: audit 2024-09-21T04:35:21.900928+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:23.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: audit 2024-09-21T04:35:21.900928+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:23.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: audit 2024-09-21T04:35:21.911143+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:23.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: audit 2024-09-21T04:35:21.911143+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:23.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: audit 2024-09-21T04:35:21.920840+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:23.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: audit 2024-09-21T04:35:21.920840+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:23.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: audit 2024-09-21T04:35:21.930592+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:23.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: audit 2024-09-21T04:35:21.930592+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:23.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: audit 2024-09-21T04:35:22.359120+0000 mon.a (mon.0) 994 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:35:23.235 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:22 smithi028 bash[22708]: audit 2024-09-21T04:35:22.359120+0000 mon.a (mon.0) 994 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:35:23.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: cluster 2024-09-21T04:35:09.397583+0000 mgr.a (mgr.14391) 136 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:23.310 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: cluster 2024-09-21T04:35:09.397583+0000 mgr.a (mgr.14391) 136 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:23.310 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: cluster 2024-09-21T04:35:11.398142+0000 mgr.a (mgr.14391) 137 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:23.310 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: cluster 2024-09-21T04:35:11.398142+0000 mgr.a (mgr.14391) 137 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:23.310 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: cluster 2024-09-21T04:35:13.398658+0000 mgr.a (mgr.14391) 138 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:23.310 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: cluster 2024-09-21T04:35:13.398658+0000 mgr.a (mgr.14391) 138 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:23.311 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: cluster 2024-09-21T04:35:15.399011+0000 mgr.a (mgr.14391) 139 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:23.311 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: cluster 2024-09-21T04:35:15.399011+0000 mgr.a (mgr.14391) 139 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:23.311 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: cluster 2024-09-21T04:35:16.800641+0000 mon.b (mon.2) 16 : cluster [INF] mon.b calling monitor election 2024-09-21T04:35:23.311 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: cluster 2024-09-21T04:35:16.800641+0000 mon.b (mon.2) 16 : cluster [INF] mon.b calling monitor election 2024-09-21T04:35:23.311 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: cluster 2024-09-21T04:35:16.804055+0000 mon.a (mon.0) 967 : cluster [INF] mon.a calling monitor election 2024-09-21T04:35:23.311 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: cluster 2024-09-21T04:35:16.804055+0000 mon.a (mon.0) 967 : cluster [INF] mon.a calling monitor election 2024-09-21T04:35:23.311 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: cluster 2024-09-21T04:35:17.399478+0000 mgr.a (mgr.14391) 140 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:23.311 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: cluster 2024-09-21T04:35:17.399478+0000 mgr.a (mgr.14391) 140 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:23.311 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: cluster 2024-09-21T04:35:19.400013+0000 mgr.a (mgr.14391) 141 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:23.311 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: cluster 2024-09-21T04:35:19.400013+0000 mgr.a (mgr.14391) 141 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:23.312 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: audit 2024-09-21T04:35:20.839854+0000 mon.a (mon.0) 968 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:35:23.312 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: audit 2024-09-21T04:35:20.839854+0000 mon.a (mon.0) 968 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:35:23.312 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: cluster 2024-09-21T04:35:21.400593+0000 mgr.a (mgr.14391) 142 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:23.312 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: cluster 2024-09-21T04:35:21.400593+0000 mgr.a (mgr.14391) 142 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:23.312 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: cluster 2024-09-21T04:35:21.823879+0000 mon.a (mon.0) 969 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-09-21T04:35:23.312 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: cluster 2024-09-21T04:35:21.823879+0000 mon.a (mon.0) 969 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-09-21T04:35:23.313 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: cluster 2024-09-21T04:35:21.832917+0000 mon.a (mon.0) 970 : cluster [DBG] monmap epoch 3 2024-09-21T04:35:23.313 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: cluster 2024-09-21T04:35:21.832917+0000 mon.a (mon.0) 970 : cluster [DBG] monmap epoch 3 2024-09-21T04:35:23.313 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: cluster 2024-09-21T04:35:21.832952+0000 mon.a (mon.0) 971 : cluster [DBG] fsid fd0b2732-77d0-11ef-baf5-efdc52797490 2024-09-21T04:35:23.313 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: cluster 2024-09-21T04:35:21.832952+0000 mon.a (mon.0) 971 : cluster [DBG] fsid fd0b2732-77d0-11ef-baf5-efdc52797490 2024-09-21T04:35:23.313 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: cluster 2024-09-21T04:35:21.832992+0000 mon.a (mon.0) 972 : cluster [DBG] last_changed 2024-09-21T04:26:07.851620+0000 2024-09-21T04:35:23.313 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: cluster 2024-09-21T04:35:21.832992+0000 mon.a (mon.0) 972 : cluster [DBG] last_changed 2024-09-21T04:26:07.851620+0000 2024-09-21T04:35:23.313 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: cluster 2024-09-21T04:35:21.833029+0000 mon.a (mon.0) 973 : cluster [DBG] created 2024-09-21T04:23:29.422734+0000 2024-09-21T04:35:23.313 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: cluster 2024-09-21T04:35:21.833029+0000 mon.a (mon.0) 973 : cluster [DBG] created 2024-09-21T04:23:29.422734+0000 2024-09-21T04:35:23.313 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: cluster 2024-09-21T04:35:21.833064+0000 mon.a (mon.0) 974 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T04:35:23.314 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: cluster 2024-09-21T04:35:21.833064+0000 mon.a (mon.0) 974 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T04:35:23.314 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: cluster 2024-09-21T04:35:21.833101+0000 mon.a (mon.0) 975 : cluster [DBG] election_strategy: 1 2024-09-21T04:35:23.314 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: cluster 2024-09-21T04:35:21.833101+0000 mon.a (mon.0) 975 : cluster [DBG] election_strategy: 1 2024-09-21T04:35:23.314 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: cluster 2024-09-21T04:35:21.833135+0000 mon.a (mon.0) 976 : cluster [DBG] 0: [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon.a 2024-09-21T04:35:23.314 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: cluster 2024-09-21T04:35:21.833135+0000 mon.a (mon.0) 976 : cluster [DBG] 0: [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon.a 2024-09-21T04:35:23.314 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: cluster 2024-09-21T04:35:21.833171+0000 mon.a (mon.0) 977 : cluster [DBG] 1: [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] mon.c 2024-09-21T04:35:23.314 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: cluster 2024-09-21T04:35:21.833171+0000 mon.a (mon.0) 977 : cluster [DBG] 1: [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] mon.c 2024-09-21T04:35:23.314 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: cluster 2024-09-21T04:35:21.833206+0000 mon.a (mon.0) 978 : cluster [DBG] 2: [v2:172.21.15.32:3300/0,v1:172.21.15.32:6789/0] mon.b 2024-09-21T04:35:23.314 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: cluster 2024-09-21T04:35:21.833206+0000 mon.a (mon.0) 978 : cluster [DBG] 2: [v2:172.21.15.32:3300/0,v1:172.21.15.32:6789/0] mon.b 2024-09-21T04:35:23.314 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: cluster 2024-09-21T04:35:21.834390+0000 mon.a (mon.0) 979 : cluster [DBG] fsmap 2024-09-21T04:35:23.315 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: cluster 2024-09-21T04:35:21.834390+0000 mon.a (mon.0) 979 : cluster [DBG] fsmap 2024-09-21T04:35:23.315 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: cluster 2024-09-21T04:35:21.834459+0000 mon.a (mon.0) 980 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-21T04:35:23.315 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: cluster 2024-09-21T04:35:21.834459+0000 mon.a (mon.0) 980 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-21T04:35:23.315 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: cluster 2024-09-21T04:35:21.835064+0000 mon.a (mon.0) 981 : cluster [DBG] mgrmap e21: a(active, since 3m), standbys: b 2024-09-21T04:35:23.315 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: cluster 2024-09-21T04:35:21.835064+0000 mon.a (mon.0) 981 : cluster [DBG] mgrmap e21: a(active, since 3m), standbys: b 2024-09-21T04:35:23.315 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: cluster 2024-09-21T04:35:21.835375+0000 mon.a (mon.0) 982 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-09-21T04:35:23.315 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: cluster 2024-09-21T04:35:21.835375+0000 mon.a (mon.0) 982 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-09-21T04:35:23.315 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: cluster 2024-09-21T04:35:21.864524+0000 mon.a (mon.0) 983 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-09-21T04:35:23.315 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: cluster 2024-09-21T04:35:21.864524+0000 mon.a (mon.0) 983 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-09-21T04:35:23.315 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: cluster 2024-09-21T04:35:21.864582+0000 mon.a (mon.0) 984 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-09-21T04:35:23.316 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: cluster 2024-09-21T04:35:21.864582+0000 mon.a (mon.0) 984 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-09-21T04:35:23.316 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: cluster 2024-09-21T04:35:21.864618+0000 mon.a (mon.0) 985 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] is down (out of quorum) 2024-09-21T04:35:23.316 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: cluster 2024-09-21T04:35:21.864618+0000 mon.a (mon.0) 985 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] is down (out of quorum) 2024-09-21T04:35:23.316 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: audit 2024-09-21T04:35:21.870097+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:23.316 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: audit 2024-09-21T04:35:21.870097+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:23.316 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: audit 2024-09-21T04:35:21.877059+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:23.316 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: audit 2024-09-21T04:35:21.877059+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:23.316 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: audit 2024-09-21T04:35:21.884104+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:23.317 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: audit 2024-09-21T04:35:21.884104+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:23.317 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: audit 2024-09-21T04:35:21.890946+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:23.317 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: audit 2024-09-21T04:35:21.890946+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:23.317 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: audit 2024-09-21T04:35:21.900928+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:23.317 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: audit 2024-09-21T04:35:21.900928+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:23.317 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: audit 2024-09-21T04:35:21.911143+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:23.317 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: audit 2024-09-21T04:35:21.911143+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:23.317 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: audit 2024-09-21T04:35:21.920840+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:23.317 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: audit 2024-09-21T04:35:21.920840+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:23.317 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: audit 2024-09-21T04:35:21.930592+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:23.318 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: audit 2024-09-21T04:35:21.930592+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:23.318 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: audit 2024-09-21T04:35:22.359120+0000 mon.a (mon.0) 994 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:35:23.318 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:22 smithi032 bash[23468]: audit 2024-09-21T04:35:22.359120+0000 mon.a (mon.0) 994 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:35:24.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:23 smithi028 bash[22708]: audit 2024-09-21T04:35:22.916718+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:24.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:23 smithi028 bash[22708]: audit 2024-09-21T04:35:22.916718+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:24.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:23 smithi028 bash[22708]: audit 2024-09-21T04:35:22.924959+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:24.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:23 smithi028 bash[22708]: audit 2024-09-21T04:35:22.924959+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:24.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:23 smithi028 bash[22708]: audit 2024-09-21T04:35:22.927138+0000 mon.a (mon.0) 997 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:35:24.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:23 smithi028 bash[22708]: audit 2024-09-21T04:35:22.927138+0000 mon.a (mon.0) 997 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:35:24.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:23 smithi028 bash[22708]: audit 2024-09-21T04:35:22.928915+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:35:24.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:23 smithi028 bash[22708]: audit 2024-09-21T04:35:22.928915+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:35:24.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:23 smithi028 bash[22708]: audit 2024-09-21T04:35:22.936675+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:24.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:23 smithi028 bash[22708]: audit 2024-09-21T04:35:22.936675+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:24.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:23 smithi032 bash[23468]: audit 2024-09-21T04:35:22.916718+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:24.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:23 smithi032 bash[23468]: audit 2024-09-21T04:35:22.916718+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:24.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:23 smithi032 bash[23468]: audit 2024-09-21T04:35:22.924959+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:24.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:23 smithi032 bash[23468]: audit 2024-09-21T04:35:22.924959+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:24.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:23 smithi032 bash[23468]: audit 2024-09-21T04:35:22.927138+0000 mon.a (mon.0) 997 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:35:24.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:23 smithi032 bash[23468]: audit 2024-09-21T04:35:22.927138+0000 mon.a (mon.0) 997 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:35:24.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:23 smithi032 bash[23468]: audit 2024-09-21T04:35:22.928915+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:35:24.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:23 smithi032 bash[23468]: audit 2024-09-21T04:35:22.928915+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:35:24.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:23 smithi032 bash[23468]: audit 2024-09-21T04:35:22.936675+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:24.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:23 smithi032 bash[23468]: audit 2024-09-21T04:35:22.936675+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:25.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:24 smithi028 bash[22708]: cluster 2024-09-21T04:35:23.401124+0000 mgr.a (mgr.14391) 143 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:25.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:24 smithi028 bash[22708]: cluster 2024-09-21T04:35:23.401124+0000 mgr.a (mgr.14391) 143 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:25.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:24 smithi028 bash[22708]: audit 2024-09-21T04:35:24.536799+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:25.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:24 smithi028 bash[22708]: audit 2024-09-21T04:35:24.536799+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:25.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:24 smithi028 bash[22708]: audit 2024-09-21T04:35:24.545973+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:25.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:24 smithi028 bash[22708]: audit 2024-09-21T04:35:24.545973+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:25.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:24 smithi028 bash[22708]: audit 2024-09-21T04:35:24.555660+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:25.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:24 smithi028 bash[22708]: audit 2024-09-21T04:35:24.555660+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:25.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:24 smithi032 bash[23468]: cluster 2024-09-21T04:35:23.401124+0000 mgr.a (mgr.14391) 143 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:25.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:24 smithi032 bash[23468]: cluster 2024-09-21T04:35:23.401124+0000 mgr.a (mgr.14391) 143 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:25.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:24 smithi032 bash[23468]: audit 2024-09-21T04:35:24.536799+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:25.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:24 smithi032 bash[23468]: audit 2024-09-21T04:35:24.536799+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:25.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:24 smithi032 bash[23468]: audit 2024-09-21T04:35:24.545973+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:25.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:24 smithi032 bash[23468]: audit 2024-09-21T04:35:24.545973+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:25.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:24 smithi032 bash[23468]: audit 2024-09-21T04:35:24.555660+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:25.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:24 smithi032 bash[23468]: audit 2024-09-21T04:35:24.555660+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:27.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:26 smithi028 bash[22708]: cluster 2024-09-21T04:35:25.401634+0000 mgr.a (mgr.14391) 144 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:27.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:26 smithi028 bash[22708]: cluster 2024-09-21T04:35:25.401634+0000 mgr.a (mgr.14391) 144 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:27.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:26 smithi032 bash[23468]: cluster 2024-09-21T04:35:25.401634+0000 mgr.a (mgr.14391) 144 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:27.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:26 smithi032 bash[23468]: cluster 2024-09-21T04:35:25.401634+0000 mgr.a (mgr.14391) 144 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:29.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:28 smithi028 bash[22708]: cluster 2024-09-21T04:35:27.402160+0000 mgr.a (mgr.14391) 145 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:29.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:28 smithi028 bash[22708]: cluster 2024-09-21T04:35:27.402160+0000 mgr.a (mgr.14391) 145 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:29.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:28 smithi032 bash[23468]: cluster 2024-09-21T04:35:27.402160+0000 mgr.a (mgr.14391) 145 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:29.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:28 smithi032 bash[23468]: cluster 2024-09-21T04:35:27.402160+0000 mgr.a (mgr.14391) 145 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:30.729 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:35:30 smithi028 bash[22963]: ::ffff:172.21.15.32 - - [21/Sep/2024:04:35:30] "GET /metrics HTTP/1.1" 200 21535 "" "Prometheus/2.51.0" 2024-09-21T04:35:31.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:30 smithi028 bash[22708]: cluster 2024-09-21T04:35:29.402687+0000 mgr.a (mgr.14391) 146 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:31.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:30 smithi028 bash[22708]: cluster 2024-09-21T04:35:29.402687+0000 mgr.a (mgr.14391) 146 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:31.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:30 smithi032 bash[23468]: cluster 2024-09-21T04:35:29.402687+0000 mgr.a (mgr.14391) 146 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:31.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:30 smithi032 bash[23468]: cluster 2024-09-21T04:35:29.402687+0000 mgr.a (mgr.14391) 146 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:32.979 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:32 smithi028 bash[22708]: cluster 2024-09-21T04:35:31.403225+0000 mgr.a (mgr.14391) 147 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:32.979 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:32 smithi028 bash[22708]: cluster 2024-09-21T04:35:31.403225+0000 mgr.a (mgr.14391) 147 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:32.979 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:32 smithi028 bash[22708]: audit 2024-09-21T04:35:31.608130+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:32.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:32 smithi028 bash[22708]: audit 2024-09-21T04:35:31.608130+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:32.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:32 smithi028 bash[22708]: audit 2024-09-21T04:35:31.616990+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:32.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:32 smithi028 bash[22708]: audit 2024-09-21T04:35:31.616990+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:32.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:32 smithi028 bash[22708]: audit 2024-09-21T04:35:31.626573+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:32.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:32 smithi028 bash[22708]: audit 2024-09-21T04:35:31.626573+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:33.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:32 smithi032 bash[23468]: cluster 2024-09-21T04:35:31.403225+0000 mgr.a (mgr.14391) 147 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:33.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:32 smithi032 bash[23468]: cluster 2024-09-21T04:35:31.403225+0000 mgr.a (mgr.14391) 147 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:33.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:32 smithi032 bash[23468]: audit 2024-09-21T04:35:31.608130+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:33.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:32 smithi032 bash[23468]: audit 2024-09-21T04:35:31.608130+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:33.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:32 smithi032 bash[23468]: audit 2024-09-21T04:35:31.616990+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:33.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:32 smithi032 bash[23468]: audit 2024-09-21T04:35:31.616990+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:33.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:32 smithi032 bash[23468]: audit 2024-09-21T04:35:31.626573+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:33.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:32 smithi032 bash[23468]: audit 2024-09-21T04:35:31.626573+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:34.979 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:34 smithi028 bash[22708]: cluster 2024-09-21T04:35:33.403748+0000 mgr.a (mgr.14391) 148 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:34.979 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:34 smithi028 bash[22708]: cluster 2024-09-21T04:35:33.403748+0000 mgr.a (mgr.14391) 148 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:35.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:34 smithi032 bash[23468]: cluster 2024-09-21T04:35:33.403748+0000 mgr.a (mgr.14391) 148 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:35.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:34 smithi032 bash[23468]: cluster 2024-09-21T04:35:33.403748+0000 mgr.a (mgr.14391) 148 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:36.979 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:36 smithi028 bash[22708]: cluster 2024-09-21T04:35:35.404281+0000 mgr.a (mgr.14391) 149 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:36.979 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:36 smithi028 bash[22708]: cluster 2024-09-21T04:35:35.404281+0000 mgr.a (mgr.14391) 149 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:36.979 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:36 smithi028 bash[22708]: audit 2024-09-21T04:35:35.846437+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:36.979 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:36 smithi028 bash[22708]: audit 2024-09-21T04:35:35.846437+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:36.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:36 smithi028 bash[22708]: audit 2024-09-21T04:35:35.848085+0000 mon.a (mon.0) 1007 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:35:36.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:36 smithi028 bash[22708]: audit 2024-09-21T04:35:35.848085+0000 mon.a (mon.0) 1007 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:35:37.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:36 smithi032 bash[23468]: cluster 2024-09-21T04:35:35.404281+0000 mgr.a (mgr.14391) 149 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:37.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:36 smithi032 bash[23468]: cluster 2024-09-21T04:35:35.404281+0000 mgr.a (mgr.14391) 149 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:37.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:36 smithi032 bash[23468]: audit 2024-09-21T04:35:35.846437+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:37.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:36 smithi032 bash[23468]: audit 2024-09-21T04:35:35.846437+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:37.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:36 smithi032 bash[23468]: audit 2024-09-21T04:35:35.848085+0000 mon.a (mon.0) 1007 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:35:37.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:36 smithi032 bash[23468]: audit 2024-09-21T04:35:35.848085+0000 mon.a (mon.0) 1007 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:35:38.979 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:38 smithi028 bash[22708]: cluster 2024-09-21T04:35:37.404831+0000 mgr.a (mgr.14391) 150 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:38.979 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:38 smithi028 bash[22708]: cluster 2024-09-21T04:35:37.404831+0000 mgr.a (mgr.14391) 150 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:39.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:38 smithi032 bash[23468]: cluster 2024-09-21T04:35:37.404831+0000 mgr.a (mgr.14391) 150 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:39.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:38 smithi032 bash[23468]: cluster 2024-09-21T04:35:37.404831+0000 mgr.a (mgr.14391) 150 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:40.479 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:35:40 smithi028 bash[22963]: ::ffff:172.21.15.32 - - [21/Sep/2024:04:35:40] "GET /metrics HTTP/1.1" 200 21597 "" "Prometheus/2.51.0" 2024-09-21T04:35:41.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:40 smithi028 bash[22708]: cluster 2024-09-21T04:35:39.405349+0000 mgr.a (mgr.14391) 151 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:41.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:40 smithi028 bash[22708]: cluster 2024-09-21T04:35:39.405349+0000 mgr.a (mgr.14391) 151 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:41.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:40 smithi028 bash[22708]: audit 2024-09-21T04:35:40.107834+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:41.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:40 smithi028 bash[22708]: audit 2024-09-21T04:35:40.107834+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:41.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:40 smithi028 bash[22708]: audit 2024-09-21T04:35:40.115565+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:41.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:40 smithi028 bash[22708]: audit 2024-09-21T04:35:40.115565+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:41.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:40 smithi028 bash[22708]: audit 2024-09-21T04:35:40.125145+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:41.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:40 smithi028 bash[22708]: audit 2024-09-21T04:35:40.125145+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:41.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:40 smithi032 bash[23468]: cluster 2024-09-21T04:35:39.405349+0000 mgr.a (mgr.14391) 151 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:41.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:40 smithi032 bash[23468]: cluster 2024-09-21T04:35:39.405349+0000 mgr.a (mgr.14391) 151 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:41.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:40 smithi032 bash[23468]: audit 2024-09-21T04:35:40.107834+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:41.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:40 smithi032 bash[23468]: audit 2024-09-21T04:35:40.107834+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:41.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:40 smithi032 bash[23468]: audit 2024-09-21T04:35:40.115565+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:41.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:40 smithi032 bash[23468]: audit 2024-09-21T04:35:40.115565+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:41.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:40 smithi032 bash[23468]: audit 2024-09-21T04:35:40.125145+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:41.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:40 smithi032 bash[23468]: audit 2024-09-21T04:35:40.125145+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:43.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:42 smithi028 bash[22708]: cluster 2024-09-21T04:35:41.405907+0000 mgr.a (mgr.14391) 152 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:43.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:42 smithi028 bash[22708]: cluster 2024-09-21T04:35:41.405907+0000 mgr.a (mgr.14391) 152 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:43.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:42 smithi032 bash[23468]: cluster 2024-09-21T04:35:41.405907+0000 mgr.a (mgr.14391) 152 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:43.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:42 smithi032 bash[23468]: cluster 2024-09-21T04:35:41.405907+0000 mgr.a (mgr.14391) 152 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:45.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:44 smithi032 bash[23468]: cluster 2024-09-21T04:35:43.406434+0000 mgr.a (mgr.14391) 153 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:45.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:44 smithi032 bash[23468]: cluster 2024-09-21T04:35:43.406434+0000 mgr.a (mgr.14391) 153 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:45.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:44 smithi032 bash[23468]: audit 2024-09-21T04:35:44.769077+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:45.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:44 smithi032 bash[23468]: audit 2024-09-21T04:35:44.769077+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:45.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:44 smithi032 bash[23468]: audit 2024-09-21T04:35:44.777970+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:45.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:44 smithi032 bash[23468]: audit 2024-09-21T04:35:44.777970+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:45.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:44 smithi032 bash[23468]: audit 2024-09-21T04:35:44.787686+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:45.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:44 smithi032 bash[23468]: audit 2024-09-21T04:35:44.787686+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:45.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:44 smithi028 bash[22708]: cluster 2024-09-21T04:35:43.406434+0000 mgr.a (mgr.14391) 153 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:45.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:44 smithi028 bash[22708]: cluster 2024-09-21T04:35:43.406434+0000 mgr.a (mgr.14391) 153 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:45.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:44 smithi028 bash[22708]: audit 2024-09-21T04:35:44.769077+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:45.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:44 smithi028 bash[22708]: audit 2024-09-21T04:35:44.769077+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:45.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:44 smithi028 bash[22708]: audit 2024-09-21T04:35:44.777970+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:45.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:44 smithi028 bash[22708]: audit 2024-09-21T04:35:44.777970+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:45.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:44 smithi028 bash[22708]: audit 2024-09-21T04:35:44.787686+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:45.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:44 smithi028 bash[22708]: audit 2024-09-21T04:35:44.787686+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:47.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:46 smithi032 bash[23468]: cluster 2024-09-21T04:35:45.406946+0000 mgr.a (mgr.14391) 154 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:47.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:46 smithi032 bash[23468]: cluster 2024-09-21T04:35:45.406946+0000 mgr.a (mgr.14391) 154 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:47.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:46 smithi028 bash[22708]: cluster 2024-09-21T04:35:45.406946+0000 mgr.a (mgr.14391) 154 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:47.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:46 smithi028 bash[22708]: cluster 2024-09-21T04:35:45.406946+0000 mgr.a (mgr.14391) 154 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:49.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:48 smithi028 bash[22708]: cluster 2024-09-21T04:35:47.407498+0000 mgr.a (mgr.14391) 155 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:49.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:48 smithi028 bash[22708]: cluster 2024-09-21T04:35:47.407498+0000 mgr.a (mgr.14391) 155 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:49.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:48 smithi028 bash[22708]: audit 2024-09-21T04:35:48.832795+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:49.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:48 smithi028 bash[22708]: audit 2024-09-21T04:35:48.832795+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:49.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:48 smithi028 bash[22708]: audit 2024-09-21T04:35:48.841765+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:49.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:48 smithi028 bash[22708]: audit 2024-09-21T04:35:48.841765+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:49.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:48 smithi028 bash[22708]: audit 2024-09-21T04:35:48.851770+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:49.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:48 smithi028 bash[22708]: audit 2024-09-21T04:35:48.851770+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:49.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:48 smithi032 bash[23468]: cluster 2024-09-21T04:35:47.407498+0000 mgr.a (mgr.14391) 155 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:49.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:48 smithi032 bash[23468]: cluster 2024-09-21T04:35:47.407498+0000 mgr.a (mgr.14391) 155 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:49.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:48 smithi032 bash[23468]: audit 2024-09-21T04:35:48.832795+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:49.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:48 smithi032 bash[23468]: audit 2024-09-21T04:35:48.832795+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:49.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:48 smithi032 bash[23468]: audit 2024-09-21T04:35:48.841765+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:49.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:48 smithi032 bash[23468]: audit 2024-09-21T04:35:48.841765+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:49.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:48 smithi032 bash[23468]: audit 2024-09-21T04:35:48.851770+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:49.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:48 smithi032 bash[23468]: audit 2024-09-21T04:35:48.851770+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:50.729 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:35:50 smithi028 bash[22963]: ::ffff:172.21.15.32 - - [21/Sep/2024:04:35:50] "GET /metrics HTTP/1.1" 200 21597 "" "Prometheus/2.51.0" 2024-09-21T04:35:51.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:50 smithi028 bash[22708]: cluster 2024-09-21T04:35:49.408011+0000 mgr.a (mgr.14391) 156 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:51.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:50 smithi028 bash[22708]: cluster 2024-09-21T04:35:49.408011+0000 mgr.a (mgr.14391) 156 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:51.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:50 smithi028 bash[22708]: audit 2024-09-21T04:35:50.261297+0000 mon.a (mon.0) 1017 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:51.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:50 smithi028 bash[22708]: audit 2024-09-21T04:35:50.261297+0000 mon.a (mon.0) 1017 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:51.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:50 smithi028 bash[22708]: audit 2024-09-21T04:35:50.269648+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:51.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:50 smithi028 bash[22708]: audit 2024-09-21T04:35:50.269648+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:51.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:50 smithi028 bash[22708]: audit 2024-09-21T04:35:50.281621+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:51.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:50 smithi028 bash[22708]: audit 2024-09-21T04:35:50.281621+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:51.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:50 smithi028 bash[22708]: audit 2024-09-21T04:35:50.840521+0000 mon.a (mon.0) 1020 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:35:51.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:50 smithi028 bash[22708]: audit 2024-09-21T04:35:50.840521+0000 mon.a (mon.0) 1020 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:35:51.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:50 smithi032 bash[23468]: cluster 2024-09-21T04:35:49.408011+0000 mgr.a (mgr.14391) 156 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:51.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:50 smithi032 bash[23468]: cluster 2024-09-21T04:35:49.408011+0000 mgr.a (mgr.14391) 156 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:51.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:50 smithi032 bash[23468]: audit 2024-09-21T04:35:50.261297+0000 mon.a (mon.0) 1017 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:51.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:50 smithi032 bash[23468]: audit 2024-09-21T04:35:50.261297+0000 mon.a (mon.0) 1017 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:51.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:50 smithi032 bash[23468]: audit 2024-09-21T04:35:50.269648+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:51.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:50 smithi032 bash[23468]: audit 2024-09-21T04:35:50.269648+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:51.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:50 smithi032 bash[23468]: audit 2024-09-21T04:35:50.281621+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:51.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:50 smithi032 bash[23468]: audit 2024-09-21T04:35:50.281621+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:51.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:50 smithi032 bash[23468]: audit 2024-09-21T04:35:50.840521+0000 mon.a (mon.0) 1020 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:35:51.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:50 smithi032 bash[23468]: audit 2024-09-21T04:35:50.840521+0000 mon.a (mon.0) 1020 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:35:53.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:52 smithi028 bash[22708]: cluster 2024-09-21T04:35:51.408531+0000 mgr.a (mgr.14391) 157 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:53.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:52 smithi028 bash[22708]: cluster 2024-09-21T04:35:51.408531+0000 mgr.a (mgr.14391) 157 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:53.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:52 smithi032 bash[23468]: cluster 2024-09-21T04:35:51.408531+0000 mgr.a (mgr.14391) 157 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:53.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:52 smithi032 bash[23468]: cluster 2024-09-21T04:35:51.408531+0000 mgr.a (mgr.14391) 157 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:55.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:54 smithi028 bash[22708]: cluster 2024-09-21T04:35:53.409039+0000 mgr.a (mgr.14391) 158 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:55.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:54 smithi028 bash[22708]: cluster 2024-09-21T04:35:53.409039+0000 mgr.a (mgr.14391) 158 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:55.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:54 smithi032 bash[23468]: cluster 2024-09-21T04:35:53.409039+0000 mgr.a (mgr.14391) 158 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:55.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:54 smithi032 bash[23468]: cluster 2024-09-21T04:35:53.409039+0000 mgr.a (mgr.14391) 158 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:57.220 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:56 smithi032 bash[23468]: cluster 2024-09-21T04:35:55.409561+0000 mgr.a (mgr.14391) 159 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:57.220 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:56 smithi032 bash[23468]: cluster 2024-09-21T04:35:55.409561+0000 mgr.a (mgr.14391) 159 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:57.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:56 smithi028 bash[22708]: cluster 2024-09-21T04:35:55.409561+0000 mgr.a (mgr.14391) 159 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:57.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:56 smithi028 bash[22708]: cluster 2024-09-21T04:35:55.409561+0000 mgr.a (mgr.14391) 159 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:59.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:58 smithi028 bash[22708]: cluster 2024-09-21T04:35:57.410109+0000 mgr.a (mgr.14391) 160 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:59.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:58 smithi028 bash[22708]: cluster 2024-09-21T04:35:57.410109+0000 mgr.a (mgr.14391) 160 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:59.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:58 smithi028 bash[22708]: audit 2024-09-21T04:35:58.264615+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:59.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:58 smithi028 bash[22708]: audit 2024-09-21T04:35:58.264615+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:59.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:58 smithi028 bash[22708]: audit 2024-09-21T04:35:58.270679+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:59.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:58 smithi028 bash[22708]: audit 2024-09-21T04:35:58.270679+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:59.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:58 smithi028 bash[22708]: audit 2024-09-21T04:35:58.277986+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:59.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:35:58 smithi028 bash[22708]: audit 2024-09-21T04:35:58.277986+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:59.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:58 smithi032 bash[23468]: cluster 2024-09-21T04:35:57.410109+0000 mgr.a (mgr.14391) 160 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:59.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:58 smithi032 bash[23468]: cluster 2024-09-21T04:35:57.410109+0000 mgr.a (mgr.14391) 160 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:35:59.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:58 smithi032 bash[23468]: audit 2024-09-21T04:35:58.264615+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:59.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:58 smithi032 bash[23468]: audit 2024-09-21T04:35:58.264615+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:59.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:58 smithi032 bash[23468]: audit 2024-09-21T04:35:58.270679+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:59.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:58 smithi032 bash[23468]: audit 2024-09-21T04:35:58.270679+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:59.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:58 smithi032 bash[23468]: audit 2024-09-21T04:35:58.277986+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:35:59.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:35:58 smithi032 bash[23468]: audit 2024-09-21T04:35:58.277986+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:00.729 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:36:00 smithi028 bash[22963]: ::ffff:172.21.15.32 - - [21/Sep/2024:04:36:00] "GET /metrics HTTP/1.1" 200 21596 "" "Prometheus/2.51.0" 2024-09-21T04:36:01.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:00 smithi028 bash[22708]: cluster 2024-09-21T04:35:59.410499+0000 mgr.a (mgr.14391) 161 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:01.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:00 smithi028 bash[22708]: cluster 2024-09-21T04:35:59.410499+0000 mgr.a (mgr.14391) 161 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:01.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:00 smithi032 bash[23468]: cluster 2024-09-21T04:35:59.410499+0000 mgr.a (mgr.14391) 161 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:01.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:00 smithi032 bash[23468]: cluster 2024-09-21T04:35:59.410499+0000 mgr.a (mgr.14391) 161 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:03.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:02 smithi028 bash[22708]: cluster 2024-09-21T04:36:01.411100+0000 mgr.a (mgr.14391) 162 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:03.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:02 smithi028 bash[22708]: cluster 2024-09-21T04:36:01.411100+0000 mgr.a (mgr.14391) 162 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:03.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:02 smithi032 bash[23468]: cluster 2024-09-21T04:36:01.411100+0000 mgr.a (mgr.14391) 162 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:03.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:02 smithi032 bash[23468]: cluster 2024-09-21T04:36:01.411100+0000 mgr.a (mgr.14391) 162 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:05.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:04 smithi028 bash[22708]: cluster 2024-09-21T04:36:03.411729+0000 mgr.a (mgr.14391) 163 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:05.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:04 smithi028 bash[22708]: cluster 2024-09-21T04:36:03.411729+0000 mgr.a (mgr.14391) 163 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:05.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:04 smithi032 bash[23468]: cluster 2024-09-21T04:36:03.411729+0000 mgr.a (mgr.14391) 163 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:05.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:04 smithi032 bash[23468]: cluster 2024-09-21T04:36:03.411729+0000 mgr.a (mgr.14391) 163 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:06.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:05 smithi032 bash[23468]: audit 2024-09-21T04:36:04.999767+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:06.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:05 smithi032 bash[23468]: audit 2024-09-21T04:36:04.999767+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:06.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:05 smithi032 bash[23468]: audit 2024-09-21T04:36:05.008610+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:06.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:05 smithi032 bash[23468]: audit 2024-09-21T04:36:05.008610+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:06.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:05 smithi032 bash[23468]: audit 2024-09-21T04:36:05.018328+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:06.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:05 smithi032 bash[23468]: audit 2024-09-21T04:36:05.018328+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:06.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:05 smithi032 bash[23468]: cluster 2024-09-21T04:36:05.412376+0000 mgr.a (mgr.14391) 164 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:06.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:05 smithi032 bash[23468]: cluster 2024-09-21T04:36:05.412376+0000 mgr.a (mgr.14391) 164 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:06.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:05 smithi032 bash[23468]: audit 2024-09-21T04:36:05.840931+0000 mon.a (mon.0) 1027 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:36:06.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:05 smithi032 bash[23468]: audit 2024-09-21T04:36:05.840931+0000 mon.a (mon.0) 1027 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:36:06.479 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:05 smithi028 bash[22708]: audit 2024-09-21T04:36:04.999767+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:06.480 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:05 smithi028 bash[22708]: audit 2024-09-21T04:36:04.999767+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:06.480 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:05 smithi028 bash[22708]: audit 2024-09-21T04:36:05.008610+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:06.480 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:05 smithi028 bash[22708]: audit 2024-09-21T04:36:05.008610+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:06.480 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:05 smithi028 bash[22708]: audit 2024-09-21T04:36:05.018328+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:06.480 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:06 smithi028 bash[22708]: audit 2024-09-21T04:36:05.018328+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:06.480 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:06 smithi028 bash[22708]: cluster 2024-09-21T04:36:05.412376+0000 mgr.a (mgr.14391) 164 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:06.480 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:06 smithi028 bash[22708]: cluster 2024-09-21T04:36:05.412376+0000 mgr.a (mgr.14391) 164 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:06.480 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:06 smithi028 bash[22708]: audit 2024-09-21T04:36:05.840931+0000 mon.a (mon.0) 1027 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:36:06.480 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:06 smithi028 bash[22708]: audit 2024-09-21T04:36:05.840931+0000 mon.a (mon.0) 1027 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:36:08.729 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:08 smithi028 bash[22708]: cluster 2024-09-21T04:36:07.412943+0000 mgr.a (mgr.14391) 165 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:08.729 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:08 smithi028 bash[22708]: cluster 2024-09-21T04:36:07.412943+0000 mgr.a (mgr.14391) 165 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:08.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:08 smithi032 bash[23468]: cluster 2024-09-21T04:36:07.412943+0000 mgr.a (mgr.14391) 165 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:08.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:08 smithi032 bash[23468]: cluster 2024-09-21T04:36:07.412943+0000 mgr.a (mgr.14391) 165 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:10.729 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:36:10 smithi028 bash[22963]: ::ffff:172.21.15.32 - - [21/Sep/2024:04:36:10] "GET /metrics HTTP/1.1" 200 21594 "" "Prometheus/2.51.0" 2024-09-21T04:36:10.729 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:10 smithi028 bash[22708]: cluster 2024-09-21T04:36:09.413464+0000 mgr.a (mgr.14391) 166 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:10.729 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:10 smithi028 bash[22708]: cluster 2024-09-21T04:36:09.413464+0000 mgr.a (mgr.14391) 166 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:10.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:10 smithi032 bash[23468]: cluster 2024-09-21T04:36:09.413464+0000 mgr.a (mgr.14391) 166 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:10.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:10 smithi032 bash[23468]: cluster 2024-09-21T04:36:09.413464+0000 mgr.a (mgr.14391) 166 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:11.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:11 smithi032 bash[23468]: audit 2024-09-21T04:36:10.489904+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:11.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:11 smithi032 bash[23468]: audit 2024-09-21T04:36:10.489904+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:11.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:11 smithi032 bash[23468]: audit 2024-09-21T04:36:10.498553+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:11.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:11 smithi032 bash[23468]: audit 2024-09-21T04:36:10.498553+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:11.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:11 smithi032 bash[23468]: audit 2024-09-21T04:36:10.508164+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:11.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:11 smithi032 bash[23468]: audit 2024-09-21T04:36:10.508164+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:11.979 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:11 smithi028 bash[22708]: audit 2024-09-21T04:36:10.489904+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:11.979 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:11 smithi028 bash[22708]: audit 2024-09-21T04:36:10.489904+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:11.979 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:11 smithi028 bash[22708]: audit 2024-09-21T04:36:10.498553+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:11.979 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:11 smithi028 bash[22708]: audit 2024-09-21T04:36:10.498553+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:11.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:11 smithi028 bash[22708]: audit 2024-09-21T04:36:10.508164+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:11.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:11 smithi028 bash[22708]: audit 2024-09-21T04:36:10.508164+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:12.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:12 smithi032 bash[23468]: cluster 2024-09-21T04:36:11.414099+0000 mgr.a (mgr.14391) 167 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:12.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:12 smithi032 bash[23468]: cluster 2024-09-21T04:36:11.414099+0000 mgr.a (mgr.14391) 167 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:12.979 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:12 smithi028 bash[22708]: cluster 2024-09-21T04:36:11.414099+0000 mgr.a (mgr.14391) 167 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:12.979 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:12 smithi028 bash[22708]: cluster 2024-09-21T04:36:11.414099+0000 mgr.a (mgr.14391) 167 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:14.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:14 smithi032 bash[23468]: cluster 2024-09-21T04:36:13.414678+0000 mgr.a (mgr.14391) 168 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:14.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:14 smithi032 bash[23468]: cluster 2024-09-21T04:36:13.414678+0000 mgr.a (mgr.14391) 168 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:14.979 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:14 smithi028 bash[22708]: cluster 2024-09-21T04:36:13.414678+0000 mgr.a (mgr.14391) 168 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:14.979 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:14 smithi028 bash[22708]: cluster 2024-09-21T04:36:13.414678+0000 mgr.a (mgr.14391) 168 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:16.729 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:16 smithi028 bash[22708]: cluster 2024-09-21T04:36:15.415228+0000 mgr.a (mgr.14391) 169 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:16.729 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:16 smithi028 bash[22708]: cluster 2024-09-21T04:36:15.415228+0000 mgr.a (mgr.14391) 169 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:16.729 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:16 smithi028 bash[22708]: audit 2024-09-21T04:36:16.450056+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:16.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:16 smithi028 bash[22708]: audit 2024-09-21T04:36:16.450056+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:16.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:16 smithi028 bash[22708]: audit 2024-09-21T04:36:16.455025+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:16.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:16 smithi028 bash[22708]: audit 2024-09-21T04:36:16.455025+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:16.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:16 smithi028 bash[22708]: audit 2024-09-21T04:36:16.461616+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:16.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:16 smithi028 bash[22708]: audit 2024-09-21T04:36:16.461616+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:16.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:16 smithi032 bash[23468]: cluster 2024-09-21T04:36:15.415228+0000 mgr.a (mgr.14391) 169 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:16.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:16 smithi032 bash[23468]: cluster 2024-09-21T04:36:15.415228+0000 mgr.a (mgr.14391) 169 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:16.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:16 smithi032 bash[23468]: audit 2024-09-21T04:36:16.450056+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:16.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:16 smithi032 bash[23468]: audit 2024-09-21T04:36:16.450056+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:16.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:16 smithi032 bash[23468]: audit 2024-09-21T04:36:16.455025+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:16.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:16 smithi032 bash[23468]: audit 2024-09-21T04:36:16.455025+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:16.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:16 smithi032 bash[23468]: audit 2024-09-21T04:36:16.461616+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:16.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:16 smithi032 bash[23468]: audit 2024-09-21T04:36:16.461616+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:18.729 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:18 smithi028 bash[22708]: cluster 2024-09-21T04:36:17.415804+0000 mgr.a (mgr.14391) 170 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:18.729 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:18 smithi028 bash[22708]: cluster 2024-09-21T04:36:17.415804+0000 mgr.a (mgr.14391) 170 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:18.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:18 smithi032 bash[23468]: cluster 2024-09-21T04:36:17.415804+0000 mgr.a (mgr.14391) 170 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:18.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:18 smithi032 bash[23468]: cluster 2024-09-21T04:36:17.415804+0000 mgr.a (mgr.14391) 170 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:20.518 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:36:20 smithi028 bash[22963]: ::ffff:172.21.15.32 - - [21/Sep/2024:04:36:20] "GET /metrics HTTP/1.1" 200 21594 "" "Prometheus/2.51.0" 2024-09-21T04:36:20.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:20 smithi032 bash[23468]: cluster 2024-09-21T04:36:19.416317+0000 mgr.a (mgr.14391) 171 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:20.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:20 smithi032 bash[23468]: cluster 2024-09-21T04:36:19.416317+0000 mgr.a (mgr.14391) 171 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:20.803 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:20 smithi028 bash[22708]: cluster 2024-09-21T04:36:19.416317+0000 mgr.a (mgr.14391) 171 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:20.804 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:20 smithi028 bash[22708]: cluster 2024-09-21T04:36:19.416317+0000 mgr.a (mgr.14391) 171 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:21.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:21 smithi032 bash[23468]: audit 2024-09-21T04:36:20.841459+0000 mon.a (mon.0) 1034 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:36:21.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:21 smithi032 bash[23468]: audit 2024-09-21T04:36:20.841459+0000 mon.a (mon.0) 1034 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:36:21.979 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:21 smithi028 bash[22708]: audit 2024-09-21T04:36:20.841459+0000 mon.a (mon.0) 1034 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:36:21.979 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:21 smithi028 bash[22708]: audit 2024-09-21T04:36:20.841459+0000 mon.a (mon.0) 1034 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:36:22.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:22 smithi032 bash[23468]: cluster 2024-09-21T04:36:21.416862+0000 mgr.a (mgr.14391) 172 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:22.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:22 smithi032 bash[23468]: cluster 2024-09-21T04:36:21.416862+0000 mgr.a (mgr.14391) 172 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:22.979 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:22 smithi028 bash[22708]: cluster 2024-09-21T04:36:21.416862+0000 mgr.a (mgr.14391) 172 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:22.979 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:22 smithi028 bash[22708]: cluster 2024-09-21T04:36:21.416862+0000 mgr.a (mgr.14391) 172 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:23.979 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:23 smithi028 bash[22708]: audit 2024-09-21T04:36:23.454049+0000 mon.a (mon.0) 1035 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:36:23.979 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:23 smithi028 bash[22708]: audit 2024-09-21T04:36:23.454049+0000 mon.a (mon.0) 1035 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:36:24.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:23 smithi032 bash[23468]: audit 2024-09-21T04:36:23.454049+0000 mon.a (mon.0) 1035 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:36:24.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:23 smithi032 bash[23468]: audit 2024-09-21T04:36:23.454049+0000 mon.a (mon.0) 1035 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T04:36:24.979 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:24 smithi028 bash[22708]: cluster 2024-09-21T04:36:23.417388+0000 mgr.a (mgr.14391) 173 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:24.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:24 smithi028 bash[22708]: cluster 2024-09-21T04:36:23.417388+0000 mgr.a (mgr.14391) 173 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:24.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:24 smithi028 bash[22708]: audit 2024-09-21T04:36:24.001474+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:24.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:24 smithi028 bash[22708]: audit 2024-09-21T04:36:24.001474+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:24.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:24 smithi028 bash[22708]: audit 2024-09-21T04:36:24.010482+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:24.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:24 smithi028 bash[22708]: audit 2024-09-21T04:36:24.010482+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:24.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:24 smithi028 bash[22708]: audit 2024-09-21T04:36:24.012546+0000 mon.a (mon.0) 1038 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:36:24.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:24 smithi028 bash[22708]: audit 2024-09-21T04:36:24.012546+0000 mon.a (mon.0) 1038 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:36:24.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:24 smithi028 bash[22708]: audit 2024-09-21T04:36:24.014382+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:36:24.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:24 smithi028 bash[22708]: audit 2024-09-21T04:36:24.014382+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:36:24.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:24 smithi028 bash[22708]: audit 2024-09-21T04:36:24.024195+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:24.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:24 smithi028 bash[22708]: audit 2024-09-21T04:36:24.024195+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:25.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:24 smithi032 bash[23468]: cluster 2024-09-21T04:36:23.417388+0000 mgr.a (mgr.14391) 173 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:25.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:24 smithi032 bash[23468]: cluster 2024-09-21T04:36:23.417388+0000 mgr.a (mgr.14391) 173 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:25.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:24 smithi032 bash[23468]: audit 2024-09-21T04:36:24.001474+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:25.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:24 smithi032 bash[23468]: audit 2024-09-21T04:36:24.001474+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:25.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:24 smithi032 bash[23468]: audit 2024-09-21T04:36:24.010482+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:25.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:24 smithi032 bash[23468]: audit 2024-09-21T04:36:24.010482+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:25.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:24 smithi032 bash[23468]: audit 2024-09-21T04:36:24.012546+0000 mon.a (mon.0) 1038 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:36:25.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:24 smithi032 bash[23468]: audit 2024-09-21T04:36:24.012546+0000 mon.a (mon.0) 1038 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T04:36:25.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:24 smithi032 bash[23468]: audit 2024-09-21T04:36:24.014382+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:36:25.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:24 smithi032 bash[23468]: audit 2024-09-21T04:36:24.014382+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T04:36:25.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:24 smithi032 bash[23468]: audit 2024-09-21T04:36:24.024195+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:25.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:24 smithi032 bash[23468]: audit 2024-09-21T04:36:24.024195+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:26.479 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:26 smithi028 bash[22708]: audit 2024-09-21T04:36:25.216966+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:26.479 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:26 smithi028 bash[22708]: audit 2024-09-21T04:36:25.216966+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:26.479 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:26 smithi028 bash[22708]: audit 2024-09-21T04:36:25.225830+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:26.480 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:26 smithi028 bash[22708]: audit 2024-09-21T04:36:25.225830+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:26.480 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:26 smithi028 bash[22708]: audit 2024-09-21T04:36:25.235442+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:26.480 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:26 smithi028 bash[22708]: audit 2024-09-21T04:36:25.235442+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:26.480 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:26 smithi028 bash[22708]: cluster 2024-09-21T04:36:25.417912+0000 mgr.a (mgr.14391) 174 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:26.480 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:26 smithi028 bash[22708]: cluster 2024-09-21T04:36:25.417912+0000 mgr.a (mgr.14391) 174 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:26.536 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:26 smithi032 bash[23468]: audit 2024-09-21T04:36:25.216966+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:26.536 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:26 smithi032 bash[23468]: audit 2024-09-21T04:36:25.216966+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:26.536 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:26 smithi032 bash[23468]: audit 2024-09-21T04:36:25.225830+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:26.537 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:26 smithi032 bash[23468]: audit 2024-09-21T04:36:25.225830+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:26.537 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:26 smithi032 bash[23468]: audit 2024-09-21T04:36:25.235442+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:26.537 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:26 smithi032 bash[23468]: audit 2024-09-21T04:36:25.235442+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:26.537 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:26 smithi032 bash[23468]: cluster 2024-09-21T04:36:25.417912+0000 mgr.a (mgr.14391) 174 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:26.537 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:26 smithi032 bash[23468]: cluster 2024-09-21T04:36:25.417912+0000 mgr.a (mgr.14391) 174 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:28.729 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:28 smithi028 bash[22708]: cluster 2024-09-21T04:36:27.418454+0000 mgr.a (mgr.14391) 175 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:28.729 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:28 smithi028 bash[22708]: cluster 2024-09-21T04:36:27.418454+0000 mgr.a (mgr.14391) 175 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:28.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:28 smithi032 bash[23468]: cluster 2024-09-21T04:36:27.418454+0000 mgr.a (mgr.14391) 175 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:28.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:28 smithi032 bash[23468]: cluster 2024-09-21T04:36:27.418454+0000 mgr.a (mgr.14391) 175 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:30.729 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:30 smithi028 bash[22708]: cluster 2024-09-21T04:36:29.418983+0000 mgr.a (mgr.14391) 176 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:30.729 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:30 smithi028 bash[22708]: cluster 2024-09-21T04:36:29.418983+0000 mgr.a (mgr.14391) 176 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:30.729 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:36:30 smithi028 bash[22963]: ::ffff:172.21.15.32 - - [21/Sep/2024:04:36:30] "GET /metrics HTTP/1.1" 200 21599 "" "Prometheus/2.51.0" 2024-09-21T04:36:30.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:30 smithi032 bash[23468]: cluster 2024-09-21T04:36:29.418983+0000 mgr.a (mgr.14391) 176 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:30.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:30 smithi032 bash[23468]: cluster 2024-09-21T04:36:29.418983+0000 mgr.a (mgr.14391) 176 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:31.979 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:31 smithi028 bash[22708]: audit 2024-09-21T04:36:30.711478+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:31.979 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:31 smithi028 bash[22708]: audit 2024-09-21T04:36:30.711478+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:31.979 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:31 smithi028 bash[22708]: audit 2024-09-21T04:36:30.720082+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:31.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:31 smithi028 bash[22708]: audit 2024-09-21T04:36:30.720082+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:31.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:31 smithi028 bash[22708]: audit 2024-09-21T04:36:30.729733+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:31.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:31 smithi028 bash[22708]: audit 2024-09-21T04:36:30.729733+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:32.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:31 smithi032 bash[23468]: audit 2024-09-21T04:36:30.711478+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:32.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:31 smithi032 bash[23468]: audit 2024-09-21T04:36:30.711478+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:32.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:31 smithi032 bash[23468]: audit 2024-09-21T04:36:30.720082+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:32.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:31 smithi032 bash[23468]: audit 2024-09-21T04:36:30.720082+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:32.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:31 smithi032 bash[23468]: audit 2024-09-21T04:36:30.729733+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:32.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:31 smithi032 bash[23468]: audit 2024-09-21T04:36:30.729733+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:32.979 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:32 smithi028 bash[22708]: cluster 2024-09-21T04:36:31.419520+0000 mgr.a (mgr.14391) 177 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:32.979 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:32 smithi028 bash[22708]: cluster 2024-09-21T04:36:31.419520+0000 mgr.a (mgr.14391) 177 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:33.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:32 smithi032 bash[23468]: cluster 2024-09-21T04:36:31.419520+0000 mgr.a (mgr.14391) 177 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:33.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:32 smithi032 bash[23468]: cluster 2024-09-21T04:36:31.419520+0000 mgr.a (mgr.14391) 177 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:34.979 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:34 smithi028 bash[22708]: cluster 2024-09-21T04:36:33.420068+0000 mgr.a (mgr.14391) 178 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:34.979 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:34 smithi028 bash[22708]: cluster 2024-09-21T04:36:33.420068+0000 mgr.a (mgr.14391) 178 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:35.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:34 smithi032 bash[23468]: cluster 2024-09-21T04:36:33.420068+0000 mgr.a (mgr.14391) 178 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:35.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:34 smithi032 bash[23468]: cluster 2024-09-21T04:36:33.420068+0000 mgr.a (mgr.14391) 178 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:36.979 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:36 smithi028 bash[22708]: cluster 2024-09-21T04:36:35.420612+0000 mgr.a (mgr.14391) 179 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:36.979 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:36 smithi028 bash[22708]: cluster 2024-09-21T04:36:35.420612+0000 mgr.a (mgr.14391) 179 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:36.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:36 smithi028 bash[22708]: audit 2024-09-21T04:36:35.841871+0000 mon.a (mon.0) 1047 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:36:36.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:36 smithi028 bash[22708]: audit 2024-09-21T04:36:35.841871+0000 mon.a (mon.0) 1047 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:36:36.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:36 smithi028 bash[22708]: audit 2024-09-21T04:36:36.676685+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:36.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:36 smithi028 bash[22708]: audit 2024-09-21T04:36:36.676685+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:36.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:36 smithi028 bash[22708]: audit 2024-09-21T04:36:36.686109+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:36.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:36 smithi028 bash[22708]: audit 2024-09-21T04:36:36.686109+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:36.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:36 smithi028 bash[22708]: audit 2024-09-21T04:36:36.695806+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:36.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:36 smithi028 bash[22708]: audit 2024-09-21T04:36:36.695806+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:37.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:36 smithi032 bash[23468]: cluster 2024-09-21T04:36:35.420612+0000 mgr.a (mgr.14391) 179 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:37.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:36 smithi032 bash[23468]: cluster 2024-09-21T04:36:35.420612+0000 mgr.a (mgr.14391) 179 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:37.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:36 smithi032 bash[23468]: audit 2024-09-21T04:36:35.841871+0000 mon.a (mon.0) 1047 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:36:37.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:36 smithi032 bash[23468]: audit 2024-09-21T04:36:35.841871+0000 mon.a (mon.0) 1047 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:36:37.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:36 smithi032 bash[23468]: audit 2024-09-21T04:36:36.676685+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:37.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:36 smithi032 bash[23468]: audit 2024-09-21T04:36:36.676685+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:37.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:36 smithi032 bash[23468]: audit 2024-09-21T04:36:36.686109+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:37.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:36 smithi032 bash[23468]: audit 2024-09-21T04:36:36.686109+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:37.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:36 smithi032 bash[23468]: audit 2024-09-21T04:36:36.695806+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:37.037 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:36 smithi032 bash[23468]: audit 2024-09-21T04:36:36.695806+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:39.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:38 smithi032 bash[23468]: cluster 2024-09-21T04:36:37.421187+0000 mgr.a (mgr.14391) 180 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:39.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:38 smithi032 bash[23468]: cluster 2024-09-21T04:36:37.421187+0000 mgr.a (mgr.14391) 180 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:39.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:38 smithi028 bash[22708]: cluster 2024-09-21T04:36:37.421187+0000 mgr.a (mgr.14391) 180 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:39.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:38 smithi028 bash[22708]: cluster 2024-09-21T04:36:37.421187+0000 mgr.a (mgr.14391) 180 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:40.729 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:36:40 smithi028 bash[22963]: ::ffff:172.21.15.32 - - [21/Sep/2024:04:36:40] "GET /metrics HTTP/1.1" 200 21599 "" "Prometheus/2.51.0" 2024-09-21T04:36:41.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:40 smithi032 bash[23468]: cluster 2024-09-21T04:36:39.421721+0000 mgr.a (mgr.14391) 181 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:41.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:40 smithi032 bash[23468]: cluster 2024-09-21T04:36:39.421721+0000 mgr.a (mgr.14391) 181 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:41.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:40 smithi028 bash[22708]: cluster 2024-09-21T04:36:39.421721+0000 mgr.a (mgr.14391) 181 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:41.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:40 smithi028 bash[22708]: cluster 2024-09-21T04:36:39.421721+0000 mgr.a (mgr.14391) 181 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:43.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:42 smithi032 bash[23468]: cluster 2024-09-21T04:36:41.422145+0000 mgr.a (mgr.14391) 182 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:43.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:42 smithi032 bash[23468]: cluster 2024-09-21T04:36:41.422145+0000 mgr.a (mgr.14391) 182 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:43.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:42 smithi028 bash[22708]: cluster 2024-09-21T04:36:41.422145+0000 mgr.a (mgr.14391) 182 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:43.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:42 smithi028 bash[22708]: cluster 2024-09-21T04:36:41.422145+0000 mgr.a (mgr.14391) 182 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:45.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:44 smithi032 bash[23468]: cluster 2024-09-21T04:36:43.422667+0000 mgr.a (mgr.14391) 183 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:45.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:44 smithi032 bash[23468]: cluster 2024-09-21T04:36:43.422667+0000 mgr.a (mgr.14391) 183 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:45.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:44 smithi028 bash[22708]: cluster 2024-09-21T04:36:43.422667+0000 mgr.a (mgr.14391) 183 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:45.274 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:44 smithi028 bash[22708]: cluster 2024-09-21T04:36:43.422667+0000 mgr.a (mgr.14391) 183 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:46.729 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:46 smithi028 bash[22708]: cluster 2024-09-21T04:36:45.423172+0000 mgr.a (mgr.14391) 184 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:46.729 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:46 smithi028 bash[22708]: cluster 2024-09-21T04:36:45.423172+0000 mgr.a (mgr.14391) 184 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:46.729 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:46 smithi028 bash[22708]: audit 2024-09-21T04:36:45.448523+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:46.729 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:46 smithi028 bash[22708]: audit 2024-09-21T04:36:45.448523+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:46.729 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:46 smithi028 bash[22708]: audit 2024-09-21T04:36:45.457692+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:46.729 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:46 smithi028 bash[22708]: audit 2024-09-21T04:36:45.457692+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:46.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:46 smithi028 bash[22708]: audit 2024-09-21T04:36:45.467734+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:46.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:46 smithi028 bash[22708]: audit 2024-09-21T04:36:45.467734+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:46.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:46 smithi032 bash[23468]: cluster 2024-09-21T04:36:45.423172+0000 mgr.a (mgr.14391) 184 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:46.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:46 smithi032 bash[23468]: cluster 2024-09-21T04:36:45.423172+0000 mgr.a (mgr.14391) 184 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:46.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:46 smithi032 bash[23468]: audit 2024-09-21T04:36:45.448523+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:46.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:46 smithi032 bash[23468]: audit 2024-09-21T04:36:45.448523+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:46.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:46 smithi032 bash[23468]: audit 2024-09-21T04:36:45.457692+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:46.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:46 smithi032 bash[23468]: audit 2024-09-21T04:36:45.457692+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:46.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:46 smithi032 bash[23468]: audit 2024-09-21T04:36:45.467734+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:46.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:46 smithi032 bash[23468]: audit 2024-09-21T04:36:45.467734+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:48.729 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:48 smithi028 bash[22708]: cluster 2024-09-21T04:36:47.423746+0000 mgr.a (mgr.14391) 185 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:48.729 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:48 smithi028 bash[22708]: cluster 2024-09-21T04:36:47.423746+0000 mgr.a (mgr.14391) 185 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:48.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:48 smithi032 bash[23468]: cluster 2024-09-21T04:36:47.423746+0000 mgr.a (mgr.14391) 185 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:48.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:48 smithi032 bash[23468]: cluster 2024-09-21T04:36:47.423746+0000 mgr.a (mgr.14391) 185 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:50.729 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:36:50 smithi028 bash[22963]: ::ffff:172.21.15.32 - - [21/Sep/2024:04:36:50] "GET /metrics HTTP/1.1" 200 21599 "" "Prometheus/2.51.0" 2024-09-21T04:36:50.729 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:50 smithi028 bash[22708]: cluster 2024-09-21T04:36:49.424283+0000 mgr.a (mgr.14391) 186 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:50.729 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:50 smithi028 bash[22708]: cluster 2024-09-21T04:36:49.424283+0000 mgr.a (mgr.14391) 186 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:50.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:50 smithi032 bash[23468]: cluster 2024-09-21T04:36:49.424283+0000 mgr.a (mgr.14391) 186 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:50.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:50 smithi032 bash[23468]: cluster 2024-09-21T04:36:49.424283+0000 mgr.a (mgr.14391) 186 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:51.729 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:51 smithi028 bash[22708]: audit 2024-09-21T04:36:50.842264+0000 mon.a (mon.0) 1054 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:36:51.729 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:51 smithi028 bash[22708]: audit 2024-09-21T04:36:50.842264+0000 mon.a (mon.0) 1054 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:36:51.729 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:51 smithi028 bash[22708]: audit 2024-09-21T04:36:50.911288+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:51.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:51 smithi028 bash[22708]: audit 2024-09-21T04:36:50.911288+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:51.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:51 smithi028 bash[22708]: audit 2024-09-21T04:36:50.919796+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:51.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:51 smithi028 bash[22708]: audit 2024-09-21T04:36:50.919796+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:51.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:51 smithi028 bash[22708]: audit 2024-09-21T04:36:50.929379+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:51.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:51 smithi028 bash[22708]: audit 2024-09-21T04:36:50.929379+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:51.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:51 smithi032 bash[23468]: audit 2024-09-21T04:36:50.842264+0000 mon.a (mon.0) 1054 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:36:51.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:51 smithi032 bash[23468]: audit 2024-09-21T04:36:50.842264+0000 mon.a (mon.0) 1054 : audit [DBG] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T04:36:51.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:51 smithi032 bash[23468]: audit 2024-09-21T04:36:50.911288+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:51.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:51 smithi032 bash[23468]: audit 2024-09-21T04:36:50.911288+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:51.786 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:51 smithi032 bash[23468]: audit 2024-09-21T04:36:50.919796+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:51.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:51 smithi032 bash[23468]: audit 2024-09-21T04:36:50.919796+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:51.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:51 smithi032 bash[23468]: audit 2024-09-21T04:36:50.929379+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:51.787 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:51 smithi032 bash[23468]: audit 2024-09-21T04:36:50.929379+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:53.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:52 smithi028 bash[22708]: cluster 2024-09-21T04:36:51.424828+0000 mgr.a (mgr.14391) 187 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:53.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:52 smithi028 bash[22708]: cluster 2024-09-21T04:36:51.424828+0000 mgr.a (mgr.14391) 187 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:53.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:52 smithi032 bash[23468]: cluster 2024-09-21T04:36:51.424828+0000 mgr.a (mgr.14391) 187 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:53.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:52 smithi032 bash[23468]: cluster 2024-09-21T04:36:51.424828+0000 mgr.a (mgr.14391) 187 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:55.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:54 smithi028 bash[22708]: cluster 2024-09-21T04:36:53.425371+0000 mgr.a (mgr.14391) 188 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:55.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:54 smithi028 bash[22708]: cluster 2024-09-21T04:36:53.425371+0000 mgr.a (mgr.14391) 188 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:55.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:54 smithi032 bash[23468]: cluster 2024-09-21T04:36:53.425371+0000 mgr.a (mgr.14391) 188 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:55.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:54 smithi032 bash[23468]: cluster 2024-09-21T04:36:53.425371+0000 mgr.a (mgr.14391) 188 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:57.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:56 smithi028 bash[22708]: cluster 2024-09-21T04:36:55.425936+0000 mgr.a (mgr.14391) 189 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:57.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:56 smithi028 bash[22708]: cluster 2024-09-21T04:36:55.425936+0000 mgr.a (mgr.14391) 189 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:57.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:56 smithi028 bash[22708]: audit 2024-09-21T04:36:56.913026+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:57.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:56 smithi028 bash[22708]: audit 2024-09-21T04:36:56.913026+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:57.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:56 smithi028 bash[22708]: audit 2024-09-21T04:36:56.920949+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:57.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:56 smithi028 bash[22708]: audit 2024-09-21T04:36:56.920949+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:57.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:56 smithi028 bash[22708]: audit 2024-09-21T04:36:56.930466+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:57.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:56 smithi028 bash[22708]: audit 2024-09-21T04:36:56.930466+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:57.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:56 smithi032 bash[23468]: cluster 2024-09-21T04:36:55.425936+0000 mgr.a (mgr.14391) 189 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:57.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:56 smithi032 bash[23468]: cluster 2024-09-21T04:36:55.425936+0000 mgr.a (mgr.14391) 189 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:57.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:56 smithi032 bash[23468]: audit 2024-09-21T04:36:56.913026+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:57.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:56 smithi032 bash[23468]: audit 2024-09-21T04:36:56.913026+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:57.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:56 smithi032 bash[23468]: audit 2024-09-21T04:36:56.920949+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:57.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:56 smithi032 bash[23468]: audit 2024-09-21T04:36:56.920949+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:57.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:56 smithi032 bash[23468]: audit 2024-09-21T04:36:56.930466+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:57.287 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:56 smithi032 bash[23468]: audit 2024-09-21T04:36:56.930466+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.14391 172.21.15.28:0/2910995414' entity='mgr.a' 2024-09-21T04:36:59.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:58 smithi032 bash[23468]: cluster 2024-09-21T04:36:57.426544+0000 mgr.a (mgr.14391) 190 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:59.036 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:36:58 smithi032 bash[23468]: cluster 2024-09-21T04:36:57.426544+0000 mgr.a (mgr.14391) 190 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:59.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:58 smithi028 bash[22708]: cluster 2024-09-21T04:36:57.426544+0000 mgr.a (mgr.14391) 190 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:36:59.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:36:58 smithi028 bash[22708]: cluster 2024-09-21T04:36:57.426544+0000 mgr.a (mgr.14391) 190 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:37:00.729 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:37:00 smithi028 bash[22963]: ::ffff:172.21.15.32 - - [21/Sep/2024:04:37:00] "GET /metrics HTTP/1.1" 200 21595 "" "Prometheus/2.51.0" 2024-09-21T04:37:01.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:37:00 smithi028 bash[22708]: cluster 2024-09-21T04:36:59.426986+0000 mgr.a (mgr.14391) 191 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:37:01.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:37:00 smithi028 bash[22708]: cluster 2024-09-21T04:36:59.426986+0000 mgr.a (mgr.14391) 191 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:37:01.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:37:00 smithi032 bash[23468]: cluster 2024-09-21T04:36:59.426986+0000 mgr.a (mgr.14391) 191 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:37:01.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:37:00 smithi032 bash[23468]: cluster 2024-09-21T04:36:59.426986+0000 mgr.a (mgr.14391) 191 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:37:01.805 INFO:teuthology.orchestra.run.smithi028.stderr:+ curl -s http://172.21.15.32:9095/api/v1/status/config 2024-09-21T04:37:01.814 INFO:teuthology.orchestra.run.smithi028.stderr:+ curl -s http://172.21.15.32:9095/api/v1/status/config 2024-09-21T04:37:01.815 INFO:teuthology.orchestra.run.smithi028.stderr:+ jq -e '.status == "success"' 2024-09-21T04:37:01.820 INFO:teuthology.orchestra.run.smithi028.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: fd0b2732-77d0-11ef-baf5-efdc52797490\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.28: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: fd0b2732-77d0-11ef-baf5-efdc52797490\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.28: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: fd0b2732-77d0-11ef-baf5-efdc52797490\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.28: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: fd0b2732-77d0-11ef-baf5-efdc52797490\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.28: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.28: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.28: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.28: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-21T04:37:01.820 INFO:teuthology.orchestra.run.smithi028.stderr:+ curl -s http://172.21.15.32:9095/api/v1/alerts 2024-09-21T04:37:01.826 INFO:teuthology.orchestra.run.smithi028.stderr:+ jq -e '.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"' 2024-09-21T04:37:01.826 INFO:teuthology.orchestra.run.smithi028.stderr:+ curl -s http://172.21.15.32:9095/api/v1/alerts 2024-09-21T04:37:01.831 INFO:teuthology.orchestra.run.smithi028.stdout:{"status":"success","data":{"alerts":[{"labels":{"alertname":"CephHealthWarning","cluster":"fd0b2732-77d0-11ef-baf5-efdc52797490","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-21T04:35:43.558815712Z","value":"1e+00"},{"labels":{"alertname":"CephMonDownQuorumAtRisk","oid":"1.3.6.1.4.1.50495.1.2.1.3.1","severity":"critical","type":"ceph_default"},"annotations":{"description":"Quorum requires a majority of monitors (x 2) to be active. Without quorum the cluster will become inoperable, affecting all services and connected clients. The following monitors are down: - mon.c on smithi204","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"state":"firing","activeAt":"2024-09-21T04:35: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 smithi204\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-21T04:35:42.639590217Z","value":"1e+00"}]}}true 2024-09-21T04:37:01.832 INFO:teuthology.orchestra.run.smithi028.stderr:+ curl -s http://172.21.15.204:9093/api/v2/status 2024-09-21T04:37:01.836 INFO:teuthology.orchestra.run.smithi028.stdout:{"cluster":{"name":"01J89DME84F9E804WRR36C767E","peers":[{"address":"172.21.15.204:9094","name":"01J89DME84F9E804WRR36C767E"}],"status":"ready"},"config":{"original":"global:\n resolve_timeout: 5m\n http_config:\n tls_config:\n insecure_skip_verify: true\n follow_redirects: true\n enable_http2: true\n smtp_hello: localhost\n smtp_require_tls: true\n pagerduty_url: https://events.pagerduty.com/v2/enqueue\n opsgenie_api_url: https://api.opsgenie.com/\n wechat_api_url: https://qyapi.weixin.qq.com/cgi-bin/\n victorops_api_url: https://alert.victorops.com/integrations/generic/20131114/alert/\n telegram_api_url: https://api.telegram.org\n webex_api_url: https://webexapis.com/v1/messages\nroute:\n receiver: default\n continue: false\n routes:\n - receiver: ceph-dashboard\n group_by:\n - alertname\n continue: false\n group_wait: 10s\n group_interval: 10s\n repeat_interval: 1h\nreceivers:\n- name: default\n- name: ceph-dashboard\n webhook_configs:\n - send_resolved: true\n http_config:\n tls_config:\n insecure_skip_verify: true\n follow_redirects: true\n enable_http2: true\n url: \n url_file: \"\"\n max_alerts: 0\n - send_resolved: true\n http_config:\n tls_config:\n insecure_skip_verify: true\n follow_redirects: true\n enable_http2: true\n url: \n url_file: \"\"\n max_alerts: 0\ntemplates: []\n"},"uptime":"2024-09-21T04:32:24.325Z","versionInfo":{"branch":"HEAD","buildDate":"20240228-11:51:20","buildUser":"root@22cd11f671e9","goVersion":"go1.21.7","revision":"0aa3c2aad14cff039931923ab16b26b7481783b5","version":"0.27.0"}} 2024-09-21T04:37:01.836 INFO:teuthology.orchestra.run.smithi028.stderr:+ curl -s http://172.21.15.204:9093/api/v2/alerts 2024-09-21T04:37:01.840 INFO:teuthology.orchestra.run.smithi028.stdout:[{"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 smithi204\n","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"One or more monitors down"},"endsAt":"2024-09-21T04:40:12.639Z","fingerprint":"0068462057da774f","receivers":[{"name":"ceph-dashboard"}],"startsAt":"2024-09-21T04:36:12.639Z","status":{"inhibitedBy":[],"silencedBy":[],"state":"active"},"updatedAt":"2024-09-21T04:36:12.641Z","generatorURL":"http://smithi032.front.sepia.ceph.com:9095/graph?g0.expr=count%28ceph_mon_quorum_status+%3D%3D+0%29+%3C%3D+%28count%28ceph_mon_metadata%29+-+floor%28count%28ceph_mon_metadata%29+%2F+2%29+%2B+1%29\u0026g0.tab=1","labels":{"alertname":"CephMonDown","cluster":"fd0b2732-77d0-11ef-baf5-efdc52797490","severity":"warning","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 smithi204","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"endsAt":"2024-09-21T04:40:12.639Z","fingerprint":"b31be4d8376bf6f2","receivers":[{"name":"ceph-dashboard"}],"startsAt":"2024-09-21T04:36:12.639Z","status":{"inhibitedBy":[],"silencedBy":[],"state":"active"},"updatedAt":"2024-09-21T04:36:12.640Z","generatorURL":"http://smithi032.front.sepia.ceph.com:9095/graph?g0.expr=%28%28ceph_health_detail%7Bname%3D%22MON_DOWN%22%7D+%3D%3D+1%29+%2A+on+%28%29+%28count%28ceph_mon_quorum_status+%3D%3D+1%29+%3D%3D+bool+%28floor%28count%28ceph_mon_metadata%29+%2F+2%29+%2B+1%29%29%29+%3D%3D+1\u0026g0.tab=1","labels":{"alertname":"CephMonDownQuorumAtRisk","cluster":"fd0b2732-77d0-11ef-baf5-efdc52797490","oid":"1.3.6.1.4.1.50495.1.2.1.3.1","severity":"critical","type":"ceph_default"}}] 2024-09-21T04:37:01.841 INFO:teuthology.orchestra.run.smithi028.stderr:+ curl -s http://172.21.15.204:9093/api/v2/alerts 2024-09-21T04:37:01.841 INFO:teuthology.orchestra.run.smithi028.stderr:+ jq -e '.[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"' 2024-09-21T04:37:01.846 INFO:teuthology.orchestra.run.smithi028.stdout:true 2024-09-21T04:37:02.814 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-21T04:37:02.823 INFO:tasks.cephadm:Teardown begin 2024-09-21T04:37:02.824 DEBUG:teuthology.orchestra.run.smithi028:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-21T04:37:02.838 DEBUG:teuthology.orchestra.run.smithi032:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-21T04:37:02.852 DEBUG:teuthology.orchestra.run.smithi204:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-21T04:37:02.867 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-21T04:37:02.867 DEBUG:teuthology.orchestra.run.smithi028:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-21T04:37:02.885 DEBUG:teuthology.orchestra.run.smithi032:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-21T04:37:02.898 DEBUG:teuthology.orchestra.run.smithi204:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-21T04:37:02.915 INFO:tasks.cephadm:Stopping all daemons... 2024-09-21T04:37:02.915 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-09-21T04:37:02.915 DEBUG:teuthology.orchestra.run.smithi028:> sudo systemctl stop ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@mon.a 2024-09-21T04:37:03.070 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:37:02 smithi028 bash[22708]: cluster 2024-09-21T04:37:01.427503+0000 mgr.a (mgr.14391) 192 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:37:03.070 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:37:02 smithi028 bash[22708]: cluster 2024-09-21T04:37:01.427503+0000 mgr.a (mgr.14391) 192 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:37:03.070 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:37:02 smithi028 systemd[1]: Stopping Ceph mon.a for fd0b2732-77d0-11ef-baf5-efdc52797490... 2024-09-21T04:37:03.071 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:37:03 smithi028 bash[22708]: debug 2024-09-21T04:37:03.059+0000 7fcdf33c8640 -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-21T04:37:03.071 INFO:journalctl@ceph.mon.a.smithi028.stdout:Sep 21 04:37:03 smithi028 bash[22708]: debug 2024-09-21T04:37:03.059+0000 7fcdf33c8640 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-09-21T04:37:03.229 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:37:03 smithi028 bash[22963]: [21/Sep/2024:04:37:03] ENGINE Bus STOPPING 2024-09-21T04:37:03.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:37:02 smithi032 bash[23468]: cluster 2024-09-21T04:37:01.427503+0000 mgr.a (mgr.14391) 192 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:37:03.286 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:37:02 smithi032 bash[23468]: cluster 2024-09-21T04:37:01.427503+0000 mgr.a (mgr.14391) 192 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 98 MiB used, 268 GiB / 268 GiB avail 2024-09-21T04:37:03.683 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:37:03 smithi028 bash[22963]: [21/Sep/2024:04:37:03] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-21T04:37:03.683 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:37:03 smithi028 bash[22963]: [21/Sep/2024:04:37:03] ENGINE Bus STOPPED 2024-09-21T04:37:03.683 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:37:03 smithi028 bash[22963]: [21/Sep/2024:04:37:03] ENGINE Bus STARTING 2024-09-21T04:37:03.683 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:37:03 smithi028 bash[22963]: [21/Sep/2024:04:37:03] ENGINE Serving on http://:::9283 2024-09-21T04:37:03.683 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:37:03 smithi028 bash[22963]: [21/Sep/2024:04:37:03] ENGINE Bus STARTED 2024-09-21T04:37:03.827 DEBUG:teuthology.orchestra.run.smithi028:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@mon.a.service' 2024-09-21T04:37:03.857 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T04:37:03.857 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-09-21T04:37:03.857 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-09-21T04:37:03.857 DEBUG:teuthology.orchestra.run.smithi032:> sudo systemctl stop ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@mon.b 2024-09-21T04:37:04.137 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:37:03 smithi032 systemd[1]: Stopping Ceph mon.b for fd0b2732-77d0-11ef-baf5-efdc52797490... 2024-09-21T04:37:04.138 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:37:04 smithi032 bash[23468]: debug 2024-09-21T04:37:04.004+0000 7fb4280d8640 -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-21T04:37:04.138 INFO:journalctl@ceph.mon.b.smithi032.stdout:Sep 21 04:37:04 smithi032 bash[23468]: debug 2024-09-21T04:37:04.004+0000 7fb4280d8640 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-09-21T04:37:04.909 DEBUG:teuthology.orchestra.run.smithi032:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@mon.b.service' 2024-09-21T04:37:04.936 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T04:37:04.937 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-09-21T04:37:04.937 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-09-21T04:37:04.937 DEBUG:teuthology.orchestra.run.smithi204:> sudo systemctl stop ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@mon.c 2024-09-21T04:37:04.958 DEBUG:teuthology.orchestra.run.smithi204:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@mon.c.service' 2024-09-21T04:37:05.042 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T04:37:05.042 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-09-21T04:37:05.042 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-09-21T04:37:05.042 DEBUG:teuthology.orchestra.run.smithi028:> sudo systemctl stop ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@mgr.a 2024-09-21T04:37:05.415 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:37:05 smithi028 systemd[1]: Stopping Ceph mgr.a for fd0b2732-77d0-11ef-baf5-efdc52797490... 2024-09-21T04:37:05.415 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:37:05 smithi028 bash[22963]: debug 2024-09-21T04:37:05.211+0000 7f43b3d09640 -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-21T04:37:05.415 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Sep 21 04:37:05 smithi028 bash[22963]: debug 2024-09-21T04:37:05.211+0000 7f43b3d09640 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-09-21T04:37:05.949 DEBUG:teuthology.orchestra.run.smithi028:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@mgr.a.service' 2024-09-21T04:37:05.973 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T04:37:05.974 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-09-21T04:37:05.974 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-09-21T04:37:05.974 DEBUG:teuthology.orchestra.run.smithi032:> sudo systemctl stop ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@mgr.b 2024-09-21T04:37:06.286 INFO:journalctl@ceph.mgr.b.smithi032.stdout:Sep 21 04:37:05 smithi032 systemd[1]: Stopping Ceph mgr.b for fd0b2732-77d0-11ef-baf5-efdc52797490... 2024-09-21T04:37:06.870 DEBUG:teuthology.orchestra.run.smithi032:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@mgr.b.service' 2024-09-21T04:37:06.893 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T04:37:06.894 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-09-21T04:37:06.894 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-09-21T04:37:06.894 DEBUG:teuthology.orchestra.run.smithi028:> sudo systemctl stop ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@osd.0 2024-09-21T04:37:07.229 INFO:journalctl@ceph.osd.0.smithi028.stdout:Sep 21 04:37:06 smithi028 systemd[1]: Stopping Ceph osd.0 for fd0b2732-77d0-11ef-baf5-efdc52797490... 2024-09-21T04:37:07.229 INFO:journalctl@ceph.osd.0.smithi028.stdout:Sep 21 04:37:07 smithi028 bash[32226]: debug 2024-09-21T04:37:07.043+0000 7f56a4df7640 -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-21T04:37:07.229 INFO:journalctl@ceph.osd.0.smithi028.stdout:Sep 21 04:37:07 smithi028 bash[32226]: debug 2024-09-21T04:37:07.043+0000 7f56a4df7640 -1 osd.0 22 *** Got signal Terminated *** 2024-09-21T04:37:07.229 INFO:journalctl@ceph.osd.0.smithi028.stdout:Sep 21 04:37:07 smithi028 bash[32226]: debug 2024-09-21T04:37:07.043+0000 7f56a4df7640 -1 osd.0 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-21T04:37:13.330 INFO:journalctl@ceph.osd.0.smithi028.stdout:Sep 21 04:37:13 smithi028 bash[45255]: ceph-fd0b2732-77d0-11ef-baf5-efdc52797490-osd-0 2024-09-21T04:37:13.330 INFO:journalctl@ceph.osd.0.smithi028.stdout:Sep 21 04:37:13 smithi028 bash[45317]: Error response from daemon: No such container: ceph-fd0b2732-77d0-11ef-baf5-efdc52797490-osd-0 2024-09-21T04:37:14.837 DEBUG:teuthology.orchestra.run.smithi028:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@osd.0.service' 2024-09-21T04:37:14.877 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T04:37:14.877 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-09-21T04:37:14.877 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-09-21T04:37:14.877 DEBUG:teuthology.orchestra.run.smithi032:> sudo systemctl stop ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@osd.1 2024-09-21T04:37:15.286 INFO:journalctl@ceph.osd.1.smithi032.stdout:Sep 21 04:37:14 smithi032 systemd[1]: Stopping Ceph osd.1 for fd0b2732-77d0-11ef-baf5-efdc52797490... 2024-09-21T04:37:15.286 INFO:journalctl@ceph.osd.1.smithi032.stdout:Sep 21 04:37:15 smithi032 bash[28203]: debug 2024-09-21T04:37:15.028+0000 7ff8b4cb5640 -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-21T04:37:15.287 INFO:journalctl@ceph.osd.1.smithi032.stdout:Sep 21 04:37:15 smithi032 bash[28203]: debug 2024-09-21T04:37:15.028+0000 7ff8b4cb5640 -1 osd.1 22 *** Got signal Terminated *** 2024-09-21T04:37:15.287 INFO:journalctl@ceph.osd.1.smithi032.stdout:Sep 21 04:37:15 smithi032 bash[28203]: debug 2024-09-21T04:37:15.028+0000 7ff8b4cb5640 -1 osd.1 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-21T04:37:21.536 INFO:journalctl@ceph.osd.1.smithi032.stdout:Sep 21 04:37:21 smithi032 bash[37483]: ceph-fd0b2732-77d0-11ef-baf5-efdc52797490-osd-1 2024-09-21T04:37:21.995 INFO:journalctl@ceph.osd.1.smithi032.stdout:Sep 21 04:37:21 smithi032 bash[37629]: ceph-fd0b2732-77d0-11ef-baf5-efdc52797490-osd-1 2024-09-21T04:37:24.277 DEBUG:teuthology.orchestra.run.smithi032:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@osd.1.service' 2024-09-21T04:37:24.319 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T04:37:24.320 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-09-21T04:37:24.320 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-09-21T04:37:24.320 DEBUG:teuthology.orchestra.run.smithi204:> sudo systemctl stop ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@osd.2 2024-09-21T04:37:24.822 INFO:journalctl@ceph.osd.2.smithi204.stdout:Sep 21 04:37:24 smithi204 systemd[1]: Stopping Ceph osd.2 for fd0b2732-77d0-11ef-baf5-efdc52797490... 2024-09-21T04:37:24.822 INFO:journalctl@ceph.osd.2.smithi204.stdout:Sep 21 04:37:24 smithi204 bash[28481]: debug 2024-09-21T04:37:24.463+0000 7f0dec36f640 -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-21T04:37:24.822 INFO:journalctl@ceph.osd.2.smithi204.stdout:Sep 21 04:37:24 smithi204 bash[28481]: debug 2024-09-21T04:37:24.463+0000 7f0dec36f640 -1 osd.2 22 *** Got signal Terminated *** 2024-09-21T04:37:24.822 INFO:journalctl@ceph.osd.2.smithi204.stdout:Sep 21 04:37:24 smithi204 bash[28481]: debug 2024-09-21T04:37:24.463+0000 7f0dec36f640 -1 osd.2 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-21T04:37:30.572 INFO:journalctl@ceph.osd.2.smithi204.stdout:Sep 21 04:37:30 smithi204 bash[37467]: ceph-fd0b2732-77d0-11ef-baf5-efdc52797490-osd-2 2024-09-21T04:37:31.072 INFO:journalctl@ceph.osd.2.smithi204.stdout:Sep 21 04:37:30 smithi204 bash[37663]: Error response from daemon: No such container: ceph-fd0b2732-77d0-11ef-baf5-efdc52797490-osd-2 2024-09-21T04:37:33.492 DEBUG:teuthology.orchestra.run.smithi204:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fd0b2732-77d0-11ef-baf5-efdc52797490@osd.2.service' 2024-09-21T04:37:33.523 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T04:37:33.523 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-09-21T04:37:33.524 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid fd0b2732-77d0-11ef-baf5-efdc52797490 --force --keep-logs 2024-09-21T04:37:33.715 INFO:teuthology.orchestra.run.smithi028.stdout:Deleting cluster with fsid: fd0b2732-77d0-11ef-baf5-efdc52797490 2024-09-21T04:37:41.810 DEBUG:teuthology.orchestra.run.smithi032:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid fd0b2732-77d0-11ef-baf5-efdc52797490 --force --keep-logs 2024-09-21T04:37:41.999 INFO:teuthology.orchestra.run.smithi032.stdout:Deleting cluster with fsid: fd0b2732-77d0-11ef-baf5-efdc52797490 2024-09-21T04:37:49.314 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid fd0b2732-77d0-11ef-baf5-efdc52797490 --force --keep-logs 2024-09-21T04:37:49.495 INFO:teuthology.orchestra.run.smithi204.stdout:Deleting cluster with fsid: fd0b2732-77d0-11ef-baf5-efdc52797490 2024-09-21T04:37:57.039 DEBUG:teuthology.orchestra.run.smithi028:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-21T04:37:57.053 DEBUG:teuthology.orchestra.run.smithi032:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-21T04:37:57.068 DEBUG:teuthology.orchestra.run.smithi204:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-21T04:37:57.080 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-21T04:37:57.082 DEBUG:teuthology.misc:Transferring archived files from smithi028:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/crash to /home/teuthworker/archive/gabrioux-2024-09-21_03:44:43-orch:cephadm-wip-guits-main-2024-09-20-2310-distro-default-smithi/7913700/remote/smithi028/crash 2024-09-21T04:37:57.082 DEBUG:teuthology.orchestra.run.smithi028:> sudo tar c -f - -C /var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/crash -- . 2024-09-21T04:37:57.106 INFO:teuthology.orchestra.run.smithi028.stderr:tar: /var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/crash: Cannot open: No such file or directory 2024-09-21T04:37:57.107 INFO:teuthology.orchestra.run.smithi028.stderr:tar: Error is not recoverable: exiting now 2024-09-21T04:37:57.109 DEBUG:teuthology.misc:Transferring archived files from smithi032:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/crash to /home/teuthworker/archive/gabrioux-2024-09-21_03:44:43-orch:cephadm-wip-guits-main-2024-09-20-2310-distro-default-smithi/7913700/remote/smithi032/crash 2024-09-21T04:37:57.109 DEBUG:teuthology.orchestra.run.smithi032:> sudo tar c -f - -C /var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/crash -- . 2024-09-21T04:37:57.121 INFO:teuthology.orchestra.run.smithi032.stderr:tar: /var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/crash: Cannot open: No such file or directory 2024-09-21T04:37:57.121 INFO:teuthology.orchestra.run.smithi032.stderr:tar: Error is not recoverable: exiting now 2024-09-21T04:37:57.123 DEBUG:teuthology.misc:Transferring archived files from smithi204:/var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/crash to /home/teuthworker/archive/gabrioux-2024-09-21_03:44:43-orch:cephadm-wip-guits-main-2024-09-20-2310-distro-default-smithi/7913700/remote/smithi204/crash 2024-09-21T04:37:57.124 DEBUG:teuthology.orchestra.run.smithi204:> sudo tar c -f - -C /var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/crash -- . 2024-09-21T04:37:57.134 INFO:teuthology.orchestra.run.smithi204.stderr:tar: /var/lib/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/crash: Cannot open: No such file or directory 2024-09-21T04:37:57.134 INFO:teuthology.orchestra.run.smithi204.stderr:tar: Error is not recoverable: exiting now 2024-09-21T04:37:57.135 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-21T04:37:57.135 DEBUG:teuthology.orchestra.run.smithi028:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/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-21T04:37:57.166 INFO:tasks.cephadm:Compressing logs... 2024-09-21T04:37:57.166 DEBUG:teuthology.orchestra.run.smithi028:> 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-21T04:37:57.209 DEBUG:teuthology.orchestra.run.smithi032:> 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-21T04:37:57.211 DEBUG:teuthology.orchestra.run.smithi204:> 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-21T04:37:57.217 INFO:teuthology.orchestra.run.smithi028.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-21T04:37:57.221 INFO:teuthology.orchestra.run.smithi032.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-21T04:37:57.224 INFO:teuthology.orchestra.run.smithi204.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-21T04:37:57.230 INFO:teuthology.orchestra.run.smithi028.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-21T04:37:57.230 INFO:teuthology.orchestra.run.smithi028.stderr:gzip -5 --verbose -- /var/log/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/ceph-osd.0.log 2024-09-21T04:37:57.231 INFO:teuthology.orchestra.run.smithi028.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/ceph-mon.a.log 2024-09-21T04:37:57.231 INFO:teuthology.orchestra.run.smithi028.stderr:/var/log/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/ceph.cephadm.log 2024-09-21T04:37:57.234 INFO:teuthology.orchestra.run.smithi032.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-21T04:37:57.234 INFO:teuthology.orchestra.run.smithi032.stderr:gzip -5 --verbose -- /var/log/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/ceph.cephadm.log 2024-09-21T04:37:57.234 INFO:teuthology.orchestra.run.smithi032.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/ceph-osd.1.log 2024-09-21T04:37:57.234 INFO:teuthology.orchestra.run.smithi032.stderr:/var/log/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/ceph.log 2024-09-21T04:37:57.234 INFO:teuthology.orchestra.run.smithi032.stderr: 80.6%/var/log/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/ceph-osd.1.log: -- replaced with /var/log/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/ceph.cephadm.log.gz 2024-09-21T04:37:57.234 INFO:teuthology.orchestra.run.smithi032.stderr:gzip -5 --verbose -- /var/log/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/ceph-volume.log 2024-09-21T04:37:57.234 INFO:teuthology.orchestra.run.smithi032.stderr:/var/log/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/ceph.log: gzip -5 --verbose -- /var/log/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/ceph-mgr.b.log 2024-09-21T04:37:57.234 INFO:teuthology.orchestra.run.smithi032.stderr:/var/log/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/ceph.audit.log 2024-09-21T04:37:57.234 INFO:teuthology.orchestra.run.smithi028.stderr:/var/log/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/ceph.log 2024-09-21T04:37:57.235 INFO:teuthology.orchestra.run.smithi028.stderr:/var/log/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/ceph-volume.log 2024-09-21T04:37:57.235 INFO:teuthology.orchestra.run.smithi028.stderr: 84.1%/var/log/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/ceph.log: -- replaced with /var/log/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/ceph.cephadm.log.gz 2024-09-21T04:37:57.235 INFO:teuthology.orchestra.run.smithi028.stderr:gzip -5 --verbose -- /var/log/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/ceph.audit.log 2024-09-21T04:37:57.235 INFO:teuthology.orchestra.run.smithi028.stderr:gzip -5 --verbose -- /var/log/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/ceph-mgr.a.log 2024-09-21T04:37:57.235 INFO:teuthology.orchestra.run.smithi028.stderr:/var/log/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/ceph-volume.log: /var/log/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/ceph.audit.log: /var/log/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/ceph-mgr.a.log: 87.8% -- replaced with /var/log/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/ceph.log.gz 2024-09-21T04:37:57.236 INFO:teuthology.orchestra.run.smithi032.stderr:/var/log/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/ceph-mon.b.log 2024-09-21T04:37:57.236 INFO:teuthology.orchestra.run.smithi032.stderr:/var/log/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/ceph.audit.log: 87.9% -- replaced with /var/log/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/ceph.log.gz 2024-09-21T04:37:57.238 INFO:teuthology.orchestra.run.smithi204.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-21T04:37:57.238 INFO:teuthology.orchestra.run.smithi204.stderr:gzip -5 --verbose -- /var/log/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/ceph-osd.2.log 2024-09-21T04:37:57.238 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/ceph.cephadm.log 2024-09-21T04:37:57.238 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/ceph.log 2024-09-21T04:37:57.238 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/ceph-volume.log 2024-09-21T04:37:57.238 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/ceph.log: 80.6% -- replaced with /var/log/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/ceph.cephadm.log.gz 2024-09-21T04:37:57.238 INFO:teuthology.orchestra.run.smithi204.stderr:gzip -5 --verbose -- /var/log/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/ceph-mon.c.log 2024-09-21T04:37:57.238 INFO:teuthology.orchestra.run.smithi204.stderr:gzip -5 --verbose -- /var/log/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/ceph.audit.log 2024-09-21T04:37:57.238 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/ceph-volume.log: /var/log/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/ceph-mon.c.log: 88.0% -- replaced with /var/log/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/ceph.log.gz 2024-09-21T04:37:57.239 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/ceph.audit.log: 83.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-21T04:37:57.239 INFO:teuthology.orchestra.run.smithi204.stderr: 90.5% -- replaced with /var/log/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/ceph.audit.log.gz 2024-09-21T04:37:57.239 INFO:teuthology.orchestra.run.smithi028.stderr: 90.4% -- replaced with /var/log/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/ceph.audit.log.gz 2024-09-21T04:37:57.239 INFO:teuthology.orchestra.run.smithi032.stderr:/var/log/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/ceph-mon.b.log: 90.6% -- replaced with /var/log/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/ceph.audit.log.gz 2024-09-21T04:37:57.239 INFO:teuthology.orchestra.run.smithi032.stderr: 83.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-21T04:37:57.243 INFO:teuthology.orchestra.run.smithi032.stderr: 90.5% -- replaced with /var/log/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/ceph-mgr.b.log.gz 2024-09-21T04:37:57.250 INFO:teuthology.orchestra.run.smithi028.stderr: 91.3% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-21T04:37:57.262 INFO:teuthology.orchestra.run.smithi032.stderr: 91.7% -- replaced with /var/log/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/ceph-volume.log.gz 2024-09-21T04:37:57.262 INFO:teuthology.orchestra.run.smithi204.stderr: 91.8% -- replaced with /var/log/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/ceph-volume.log.gz 2024-09-21T04:37:57.275 INFO:teuthology.orchestra.run.smithi028.stderr: 91.8% -- replaced with /var/log/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/ceph-volume.log.gz 2024-09-21T04:37:57.275 INFO:teuthology.orchestra.run.smithi028.stderr: 93.5% -- replaced with /var/log/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/ceph-osd.0.log.gz 2024-09-21T04:37:57.278 INFO:teuthology.orchestra.run.smithi204.stderr: 93.6% -- replaced with /var/log/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/ceph-osd.2.log.gz 2024-09-21T04:37:57.319 INFO:teuthology.orchestra.run.smithi032.stderr: 93.8% -- replaced with /var/log/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/ceph-osd.1.log.gz 2024-09-21T04:37:57.332 INFO:teuthology.orchestra.run.smithi204.stderr: 93.2% -- replaced with /var/log/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/ceph-mon.c.log.gz 2024-09-21T04:37:57.333 INFO:teuthology.orchestra.run.smithi204.stderr: 2024-09-21T04:37:57.334 INFO:teuthology.orchestra.run.smithi204.stderr:real 0m0.118s 2024-09-21T04:37:57.334 INFO:teuthology.orchestra.run.smithi204.stderr:user 0m0.176s 2024-09-21T04:37:57.334 INFO:teuthology.orchestra.run.smithi204.stderr:sys 0m0.027s 2024-09-21T04:37:57.381 INFO:teuthology.orchestra.run.smithi032.stderr: 92.9% -- replaced with /var/log/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/ceph-mon.b.log.gz 2024-09-21T04:37:57.382 INFO:teuthology.orchestra.run.smithi032.stderr: 2024-09-21T04:37:57.382 INFO:teuthology.orchestra.run.smithi032.stderr:real 0m0.169s 2024-09-21T04:37:57.382 INFO:teuthology.orchestra.run.smithi032.stderr:user 0m0.279s 2024-09-21T04:37:57.382 INFO:teuthology.orchestra.run.smithi032.stderr:sys 0m0.029s 2024-09-21T04:37:57.383 INFO:teuthology.orchestra.run.smithi028.stderr: 88.5% -- replaced with /var/log/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/ceph-mgr.a.log.gz 2024-09-21T04:37:57.649 INFO:teuthology.orchestra.run.smithi028.stderr: 91.5% -- replaced with /var/log/ceph/fd0b2732-77d0-11ef-baf5-efdc52797490/ceph-mon.a.log.gz 2024-09-21T04:37:57.650 INFO:teuthology.orchestra.run.smithi028.stderr: 2024-09-21T04:37:57.650 INFO:teuthology.orchestra.run.smithi028.stderr:real 0m0.439s 2024-09-21T04:37:57.650 INFO:teuthology.orchestra.run.smithi028.stderr:user 0m0.671s 2024-09-21T04:37:57.650 INFO:teuthology.orchestra.run.smithi028.stderr:sys 0m0.026s 2024-09-21T04:37:57.651 INFO:tasks.cephadm:Archiving logs... 2024-09-21T04:37:57.652 DEBUG:teuthology.misc:Transferring archived files from smithi028:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-21_03:44:43-orch:cephadm-wip-guits-main-2024-09-20-2310-distro-default-smithi/7913700/remote/smithi028/log 2024-09-21T04:37:57.653 DEBUG:teuthology.orchestra.run.smithi028:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-21T04:37:57.798 DEBUG:teuthology.misc:Transferring archived files from smithi032:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-21_03:44:43-orch:cephadm-wip-guits-main-2024-09-20-2310-distro-default-smithi/7913700/remote/smithi032/log 2024-09-21T04:37:57.799 DEBUG:teuthology.orchestra.run.smithi032:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-21T04:37:57.845 DEBUG:teuthology.misc:Transferring archived files from smithi204:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-21_03:44:43-orch:cephadm-wip-guits-main-2024-09-20-2310-distro-default-smithi/7913700/remote/smithi204/log 2024-09-21T04:37:57.846 DEBUG:teuthology.orchestra.run.smithi204:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-21T04:37:57.883 INFO:tasks.cephadm:Removing cluster... 2024-09-21T04:37:57.883 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid fd0b2732-77d0-11ef-baf5-efdc52797490 --force 2024-09-21T04:37:58.075 INFO:teuthology.orchestra.run.smithi028.stdout:Deleting cluster with fsid: fd0b2732-77d0-11ef-baf5-efdc52797490 2024-09-21T04:37:59.401 DEBUG:teuthology.orchestra.run.smithi032:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid fd0b2732-77d0-11ef-baf5-efdc52797490 --force 2024-09-21T04:37:59.591 INFO:teuthology.orchestra.run.smithi032.stdout:Deleting cluster with fsid: fd0b2732-77d0-11ef-baf5-efdc52797490 2024-09-21T04:38:00.940 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid fd0b2732-77d0-11ef-baf5-efdc52797490 --force 2024-09-21T04:38:01.126 INFO:teuthology.orchestra.run.smithi204.stdout:Deleting cluster with fsid: fd0b2732-77d0-11ef-baf5-efdc52797490 2024-09-21T04:38:02.477 INFO:tasks.cephadm:Removing cephadm ... 2024-09-21T04:38:02.478 DEBUG:teuthology.orchestra.run.smithi028:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-21T04:38:02.484 DEBUG:teuthology.orchestra.run.smithi032:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-21T04:38:02.490 DEBUG:teuthology.orchestra.run.smithi204:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-21T04:38:02.496 INFO:tasks.cephadm:Teardown complete 2024-09-21T04:38:02.496 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-09-21T04:38:02.504 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-21T04:38:02.505 DEBUG:teuthology.orchestra.run.smithi028:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-21T04:38:02.529 DEBUG:teuthology.orchestra.run.smithi032:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-21T04:38:02.535 DEBUG:teuthology.orchestra.run.smithi204:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-21T04:38:02.621 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-21T04:38:02.632 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-21T04:38:02.633 DEBUG:teuthology.orchestra.run.smithi028:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-21T04:38:02.635 DEBUG:teuthology.orchestra.run.smithi032:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-21T04:38:02.637 DEBUG:teuthology.orchestra.run.smithi204:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-21T04:38:02.646 INFO:teuthology.orchestra.run.smithi028.stdout: remote refid st t when poll reach delay offset jitter 2024-09-21T04:38:02.647 INFO:teuthology.orchestra.run.smithi028.stdout:============================================================================== 2024-09-21T04:38:02.647 INFO:teuthology.orchestra.run.smithi028.stdout:*hv01.front.sepi 67.205.162.81 3 u 62 64 377 0.075 -6.828 2.652 2024-09-21T04:38:02.647 INFO:teuthology.orchestra.run.smithi028.stdout:+hv02.front.sepi 63.231.80.2 3 u 61 64 377 0.088 -9.284 2.897 2024-09-21T04:38:02.647 INFO:teuthology.orchestra.run.smithi028.stdout:+hv03.front.sepi 74.6.168.72 3 u 57 64 377 0.109 -7.002 2.885 2024-09-21T04:38:02.647 INFO:teuthology.orchestra.run.smithi028.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-09-21T04:38:02.649 INFO:teuthology.orchestra.run.smithi032.stdout: remote refid st t when poll reach delay offset jitter 2024-09-21T04:38:02.649 INFO:teuthology.orchestra.run.smithi032.stdout:============================================================================== 2024-09-21T04:38:02.649 INFO:teuthology.orchestra.run.smithi032.stdout:*hv01.front.sepi 67.205.162.81 3 u 57 64 377 0.087 -3.272 1.562 2024-09-21T04:38:02.649 INFO:teuthology.orchestra.run.smithi032.stdout:+hv02.front.sepi 63.231.80.2 3 u - 64 377 0.098 -5.934 1.327 2024-09-21T04:38:02.649 INFO:teuthology.orchestra.run.smithi032.stdout:+hv03.front.sepi 74.6.168.72 3 u 55 64 377 0.117 -3.224 1.514 2024-09-21T04:38:02.649 INFO:teuthology.orchestra.run.smithi032.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-09-21T04:38:02.651 INFO:teuthology.orchestra.run.smithi204.stdout: remote refid st t when poll reach delay offset jitter 2024-09-21T04:38:02.651 INFO:teuthology.orchestra.run.smithi204.stdout:============================================================================== 2024-09-21T04:38:02.651 INFO:teuthology.orchestra.run.smithi204.stdout:*hv01.front.sepi 67.205.162.81 3 u 5 64 377 0.074 -1.905 0.456 2024-09-21T04:38:02.651 INFO:teuthology.orchestra.run.smithi204.stdout:+hv02.front.sepi 63.231.80.2 3 u 58 64 377 0.092 -3.927 0.498 2024-09-21T04:38:02.651 INFO:teuthology.orchestra.run.smithi204.stdout:+hv03.front.sepi 74.6.168.72 3 u - 64 377 0.109 -1.585 0.309 2024-09-21T04:38:02.651 INFO:teuthology.orchestra.run.smithi204.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-09-21T04:38:02.651 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-21T04:38:02.659 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-21T04:38:02.659 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-21T04:38:02.667 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-21T04:38:02.675 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-21T04:38:02.683 INFO:teuthology.task.internal:Duration was 1576.606692 seconds 2024-09-21T04:38:02.683 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-21T04:38:02.695 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-21T04:38:02.696 DEBUG:teuthology.orchestra.run.smithi028:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-21T04:38:02.698 DEBUG:teuthology.orchestra.run.smithi032:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-21T04:38:02.700 DEBUG:teuthology.orchestra.run.smithi204:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-21T04:38:02.736 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-21T04:38:02.737 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi028.front.sepia.ceph.com 2024-09-21T04:38:02.737 DEBUG:teuthology.orchestra.run.smithi028:> 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-21T04:38:02.785 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi032.front.sepia.ceph.com 2024-09-21T04:38:02.785 DEBUG:teuthology.orchestra.run.smithi032:> 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-21T04:38:02.795 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi204.front.sepia.ceph.com 2024-09-21T04:38:02.795 DEBUG:teuthology.orchestra.run.smithi204:> 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-21T04:38:02.806 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-21T04:38:02.806 DEBUG:teuthology.orchestra.run.smithi028:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-21T04:38:02.829 DEBUG:teuthology.orchestra.run.smithi032:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-21T04:38:02.842 DEBUG:teuthology.orchestra.run.smithi204:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-21T04:38:02.891 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-21T04:38:02.892 DEBUG:teuthology.orchestra.run.smithi028:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-21T04:38:02.894 DEBUG:teuthology.orchestra.run.smithi032:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-21T04:38:02.924 DEBUG:teuthology.orchestra.run.smithi204:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-21T04:38:03.030 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-21T04:38:03.039 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-21T04:38:03.039 DEBUG:teuthology.orchestra.run.smithi028:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-21T04:38:03.051 DEBUG:teuthology.orchestra.run.smithi032:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-21T04:38:03.064 DEBUG:teuthology.orchestra.run.smithi204:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-21T04:38:03.076 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-21T04:38:03.085 DEBUG:teuthology.orchestra.run.smithi028:> 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-21T04:38:03.093 DEBUG:teuthology.orchestra.run.smithi032:> 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-21T04:38:03.102 INFO:teuthology.orchestra.run.smithi028.stdout:kernel.core_pattern = core 2024-09-21T04:38:03.107 DEBUG:teuthology.orchestra.run.smithi204:> 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-21T04:38:03.115 INFO:teuthology.orchestra.run.smithi032.stdout:kernel.core_pattern = core 2024-09-21T04:38:03.128 INFO:teuthology.orchestra.run.smithi204.stdout:kernel.core_pattern = core 2024-09-21T04:38:03.154 DEBUG:teuthology.orchestra.run.smithi028:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-21T04:38:03.179 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T04:38:03.180 DEBUG:teuthology.orchestra.run.smithi032:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-21T04:38:03.184 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T04:38:03.184 DEBUG:teuthology.orchestra.run.smithi204:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-21T04:38:03.202 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T04:38:03.202 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-21T04:38:03.211 INFO:teuthology.task.internal:Transferring archived files... 2024-09-21T04:38:03.212 DEBUG:teuthology.misc:Transferring archived files from smithi028:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-21_03:44:43-orch:cephadm-wip-guits-main-2024-09-20-2310-distro-default-smithi/7913700/remote/smithi028 2024-09-21T04:38:03.212 DEBUG:teuthology.orchestra.run.smithi028:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-21T04:38:03.251 DEBUG:teuthology.misc:Transferring archived files from smithi032:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-21_03:44:43-orch:cephadm-wip-guits-main-2024-09-20-2310-distro-default-smithi/7913700/remote/smithi032 2024-09-21T04:38:03.252 DEBUG:teuthology.orchestra.run.smithi032:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-21T04:38:03.275 DEBUG:teuthology.misc:Transferring archived files from smithi204:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-21_03:44:43-orch:cephadm-wip-guits-main-2024-09-20-2310-distro-default-smithi/7913700/remote/smithi204 2024-09-21T04:38:03.275 DEBUG:teuthology.orchestra.run.smithi204:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-21T04:38:03.297 INFO:teuthology.task.internal:Removing archive directory... 2024-09-21T04:38:03.297 DEBUG:teuthology.orchestra.run.smithi028:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-21T04:38:03.299 DEBUG:teuthology.orchestra.run.smithi032:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-21T04:38:03.315 DEBUG:teuthology.orchestra.run.smithi204:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-21T04:38:03.343 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-21T04:38:03.353 INFO:teuthology.task.internal:Not uploading archives. 2024-09-21T04:38:03.353 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-21T04:38:03.362 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-21T04:38:03.362 DEBUG:teuthology.orchestra.run.smithi028:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-21T04:38:03.364 DEBUG:teuthology.orchestra.run.smithi032:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-21T04:38:03.368 DEBUG:teuthology.orchestra.run.smithi204:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-21T04:38:03.368 INFO:teuthology.orchestra.run.smithi028.stdout: 658642 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 21 04:38 /home/ubuntu/cephtest 2024-09-21T04:38:03.371 INFO:teuthology.orchestra.run.smithi032.stdout: 658625 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 21 04:38 /home/ubuntu/cephtest 2024-09-21T04:38:03.391 INFO:teuthology.orchestra.run.smithi204.stdout: 658463 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 21 04:38 /home/ubuntu/cephtest 2024-09-21T04:38:03.392 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-21T04:38:03.401 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-21T04:38:03.421 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: 1576.606692314148 flavor: default owner: scheduled_gabrioux@teuthology success: true 2024-09-21T04:38:03.421 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-21T04:38:03.495 INFO:teuthology.run:pass