2024-08-19T10:24:58.321 INFO:root:teuthology version: 1.2.0 2024-08-19T10:24:58.337 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-08-19T10:24:58.429 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-08-18_20:00:17-rados-main-distro-default-smithi/7859372 branch: main description: rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/off mon_election/connectivity task/test_monitoring_stack_basic} email: ceph-qa@ceph.com first_in_suite: false job_id: '7859372' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: teuthology-2024-08-18_20:00:17-rados-main-distro-default-smithi no_nested_subset: false os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: main ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false 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: 797669399b32d2915e64eb6d4b1257ae3c50f80b ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 797669399b32d2915e64eb6d4b1257ae3c50f80b workunit: branch: main sha1: 964adda23da9f7b057cb34fdc0b82aeb7ed65324 owner: scheduled_teuthology@teuthology priority: 101 repo: https://git.ceph.com/ceph.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: 1858 sha1: 797669399b32d2915e64eb6d4b1257ae3c50f80b sleep_before_teardown: 0 subset: 29813/100000 suite: rados suite_branch: main suite_path: /home/teuthworker/src/git.ceph.com_ceph_964adda23da9f7b057cb34fdc0b82aeb7ed65324/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: 964adda23da9f7b057cb34fdc0b82aeb7ed65324 targets: smithi078.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBB1CDZZovP2p0iYHktn53WqWRcPa4WmHAmXO5VwisExxUjP8kQCd/o3oKG4uSrxXgsFQ79pZ2Wt5nNtiwb34wZQ= smithi133.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNBItz9+6hw3n2eAhH0P3ro8Gk7oaS7byjYjH7+7itehfC128pk2JbmjEWdovKwo32QImyxW4iktagO6gMf4oek= smithi196.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJ1ugwLpqhU/znbD2uYEqKk9VwfqEQn4hnNfhu75/HqxZYXVo8I+TLl5792x6Qku0Loj4yZt+Mf6gDq7iYm6mFI= tasks: - install: null - cephadm: null - cephadm.shell: host.a: - "set -e\nset -x\nceph orch apply node-exporter\nceph orch apply grafana\nceph\ \ orch apply alertmanager\nceph orch apply prometheus\nsleep 240\nceph orch\ \ ls\nceph orch ps\nceph orch host ls\nMON_DAEMON=$(ceph orch ps --daemon-type\ \ mon -f json | jq -r 'last | .daemon_name')\nGRAFANA_HOST=$(ceph orch ps --daemon-type\ \ grafana -f json | jq -e '.[]' | jq -r '.hostname')\nPROM_HOST=$(ceph orch\ \ ps --daemon-type prometheus -f json | jq -e '.[]' | jq -r '.hostname')\nALERTM_HOST=$(ceph\ \ orch ps --daemon-type alertmanager -f json | jq -e '.[]' | jq -r '.hostname')\n\ GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST \"$GRAFANA_HOST\"\ \ '.[] | select(.hostname==$GRAFANA_HOST) | .addr')\nPROM_IP=$(ceph orch host\ \ ls -f json | jq -r --arg PROM_HOST \"$PROM_HOST\" '.[] | select(.hostname==$PROM_HOST)\ \ | .addr')\nALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST\ \ \"$ALERTM_HOST\" '.[] | select(.hostname==$ALERTM_HOST) | .addr')\n# check\ \ each host node-exporter metrics endpoint is responsive\nALL_HOST_IPS=$(ceph\ \ orch host ls -f json | jq -r '.[] | .addr')\nfor ip in $ALL_HOST_IPS; do\n\ \ curl -s http://${ip}:9100/metric\ndone\n# check grafana endpoints are responsive\ \ and database health is okay\ncurl -k -s https://${GRAFANA_IP}:3000/api/health\n\ curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '.database == \"ok\"\ '\n# stop mon daemon in order to trigger an alert\nceph orch daemon stop $MON_DAEMON\n\ sleep 120\n# check prometheus endpoints are responsive and mon down alert is\ \ firing\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ \ | jq -e '.status == \"success\"'\ncurl -s http://${PROM_IP}:9095/api/v1/alerts\n\ curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '.data | .alerts | .[]\ \ | select(.labels | .alertname == \"CephMonDown\") | .state == \"firing\"'\n\ # check alertmanager endpoints are responsive and mon down alert is active\n\ curl -s http://${ALERTM_IP}:9093/api/v1/status\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts\n\ curl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e '.data | .[] | select(.labels\ \ | .alertname == \"CephMonDown\") | .status | .state == \"active\"'\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 67db276914d29505c9707d04f3a3b8fb9d8aee4b timestamp: 2024-08-18_20:00:17 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3401856 2024-08-19T10:24:58.429 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_964adda23da9f7b057cb34fdc0b82aeb7ed65324/qa; will attempt to use it 2024-08-19T10:24:58.430 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_964adda23da9f7b057cb34fdc0b82aeb7ed65324/qa/tasks 2024-08-19T10:24:58.430 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-08-19T10:24:58.432 INFO:teuthology.task.internal:Checking packages... 2024-08-19T10:24:58.453 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '797669399b32d2915e64eb6d4b1257ae3c50f80b' 2024-08-19T10:24:58.454 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-08-19T10:24:58.454 INFO:teuthology.packaging:ref: None 2024-08-19T10:24:58.454 INFO:teuthology.packaging:tag: None 2024-08-19T10:24:58.454 INFO:teuthology.packaging:branch: main 2024-08-19T10:24:58.454 INFO:teuthology.packaging:sha1: 797669399b32d2915e64eb6d4b1257ae3c50f80b 2024-08-19T10:24:58.454 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=main 2024-08-19T10:24:58.699 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-5847-g79766939-1jammy 2024-08-19T10:24:58.701 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-08-19T10:24:58.707 INFO:teuthology.task.internal:no buildpackages task found 2024-08-19T10:24:58.707 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-08-19T10:24:58.845 INFO:teuthology.task.internal:Saving configuration 2024-08-19T10:24:58.857 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-08-19T10:24:59.000 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-08-19T10:24:59.035 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi078.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-08-18_20:00:17-rados-main-distro-default-smithi/7859372', '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-08-19 10:19:25.087185', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIA8aYykIdFkaeDr3plU23fOx2GsmpF206GDe96XO+ux4'} 2024-08-19T10:24:59.063 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi133.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-08-18_20:00:17-rados-main-distro-default-smithi/7859372', '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-08-19 10:19:25.085409', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ9SJdtWvoDCMDQErN5T6AkEoaa1t1YJDhdVMvPQugOs'} 2024-08-19T10:24:59.092 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi196.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-08-18_20:00:17-rados-main-distro-default-smithi/7859372', '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-08-19 10:19:25.083428', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIH5SR/RFhcCtOc/dQmn4g4NbcPx+3frXJFSQiUTkOLhW'} 2024-08-19T10:24:59.092 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-08-19T10:24:59.098 INFO:teuthology.task.internal:roles: ubuntu@smithi078.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-08-19T10:24:59.098 INFO:teuthology.task.internal:roles: ubuntu@smithi133.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-08-19T10:24:59.099 INFO:teuthology.task.internal:roles: ubuntu@smithi196.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-08-19T10:24:59.099 INFO:teuthology.run_tasks:Running task console_log... 2024-08-19T10:24:59.283 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fb5e466ae60>, signals=[15]) 2024-08-19T10:24:59.284 INFO:teuthology.run_tasks:Running task internal.connect... 2024-08-19T10:24:59.294 INFO:teuthology.task.internal:Opening connections... 2024-08-19T10:24:59.294 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi078.front.sepia.ceph.com 2024-08-19T10:24:59.295 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi078.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-08-19T10:24:59.383 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi133.front.sepia.ceph.com 2024-08-19T10:24:59.384 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-08-19T10:24:59.470 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi196.front.sepia.ceph.com 2024-08-19T10:24:59.471 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi196.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-08-19T10:24:59.562 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-08-19T10:24:59.569 DEBUG:teuthology.orchestra.run.smithi078:> uname -m 2024-08-19T10:24:59.575 INFO:teuthology.orchestra.run.smithi078.stdout:x86_64 2024-08-19T10:24:59.575 DEBUG:teuthology.orchestra.run.smithi078:> cat /etc/os-release 2024-08-19T10:24:59.621 INFO:teuthology.orchestra.run.smithi078.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-08-19T10:24:59.621 INFO:teuthology.orchestra.run.smithi078.stdout:NAME="Ubuntu" 2024-08-19T10:24:59.621 INFO:teuthology.orchestra.run.smithi078.stdout:VERSION_ID="22.04" 2024-08-19T10:24:59.621 INFO:teuthology.orchestra.run.smithi078.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-08-19T10:24:59.621 INFO:teuthology.orchestra.run.smithi078.stdout:VERSION_CODENAME=jammy 2024-08-19T10:24:59.621 INFO:teuthology.orchestra.run.smithi078.stdout:ID=ubuntu 2024-08-19T10:24:59.622 INFO:teuthology.orchestra.run.smithi078.stdout:ID_LIKE=debian 2024-08-19T10:24:59.622 INFO:teuthology.orchestra.run.smithi078.stdout:HOME_URL="https://www.ubuntu.com/" 2024-08-19T10:24:59.622 INFO:teuthology.orchestra.run.smithi078.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-08-19T10:24:59.622 INFO:teuthology.orchestra.run.smithi078.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-08-19T10:24:59.622 INFO:teuthology.orchestra.run.smithi078.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-08-19T10:24:59.622 INFO:teuthology.orchestra.run.smithi078.stdout:UBUNTU_CODENAME=jammy 2024-08-19T10:24:59.622 INFO:teuthology.lock.ops:Updating smithi078.front.sepia.ceph.com on lock server 2024-08-19T10:24:59.647 DEBUG:teuthology.orchestra.run.smithi133:> uname -m 2024-08-19T10:24:59.652 INFO:teuthology.orchestra.run.smithi133.stdout:x86_64 2024-08-19T10:24:59.652 DEBUG:teuthology.orchestra.run.smithi133:> cat /etc/os-release 2024-08-19T10:24:59.700 INFO:teuthology.orchestra.run.smithi133.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-08-19T10:24:59.701 INFO:teuthology.orchestra.run.smithi133.stdout:NAME="Ubuntu" 2024-08-19T10:24:59.701 INFO:teuthology.orchestra.run.smithi133.stdout:VERSION_ID="22.04" 2024-08-19T10:24:59.701 INFO:teuthology.orchestra.run.smithi133.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-08-19T10:24:59.701 INFO:teuthology.orchestra.run.smithi133.stdout:VERSION_CODENAME=jammy 2024-08-19T10:24:59.701 INFO:teuthology.orchestra.run.smithi133.stdout:ID=ubuntu 2024-08-19T10:24:59.701 INFO:teuthology.orchestra.run.smithi133.stdout:ID_LIKE=debian 2024-08-19T10:24:59.701 INFO:teuthology.orchestra.run.smithi133.stdout:HOME_URL="https://www.ubuntu.com/" 2024-08-19T10:24:59.701 INFO:teuthology.orchestra.run.smithi133.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-08-19T10:24:59.701 INFO:teuthology.orchestra.run.smithi133.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-08-19T10:24:59.701 INFO:teuthology.orchestra.run.smithi133.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-08-19T10:24:59.701 INFO:teuthology.orchestra.run.smithi133.stdout:UBUNTU_CODENAME=jammy 2024-08-19T10:24:59.702 INFO:teuthology.lock.ops:Updating smithi133.front.sepia.ceph.com on lock server 2024-08-19T10:24:59.739 DEBUG:teuthology.orchestra.run.smithi196:> uname -m 2024-08-19T10:24:59.748 INFO:teuthology.orchestra.run.smithi196.stdout:x86_64 2024-08-19T10:24:59.748 DEBUG:teuthology.orchestra.run.smithi196:> cat /etc/os-release 2024-08-19T10:24:59.799 INFO:teuthology.orchestra.run.smithi196.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-08-19T10:24:59.799 INFO:teuthology.orchestra.run.smithi196.stdout:NAME="Ubuntu" 2024-08-19T10:24:59.799 INFO:teuthology.orchestra.run.smithi196.stdout:VERSION_ID="22.04" 2024-08-19T10:24:59.799 INFO:teuthology.orchestra.run.smithi196.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-08-19T10:24:59.799 INFO:teuthology.orchestra.run.smithi196.stdout:VERSION_CODENAME=jammy 2024-08-19T10:24:59.799 INFO:teuthology.orchestra.run.smithi196.stdout:ID=ubuntu 2024-08-19T10:24:59.800 INFO:teuthology.orchestra.run.smithi196.stdout:ID_LIKE=debian 2024-08-19T10:24:59.800 INFO:teuthology.orchestra.run.smithi196.stdout:HOME_URL="https://www.ubuntu.com/" 2024-08-19T10:24:59.800 INFO:teuthology.orchestra.run.smithi196.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-08-19T10:24:59.800 INFO:teuthology.orchestra.run.smithi196.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-08-19T10:24:59.800 INFO:teuthology.orchestra.run.smithi196.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-08-19T10:24:59.800 INFO:teuthology.orchestra.run.smithi196.stdout:UBUNTU_CODENAME=jammy 2024-08-19T10:24:59.800 INFO:teuthology.lock.ops:Updating smithi196.front.sepia.ceph.com on lock server 2024-08-19T10:24:59.990 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-08-19T10:24:59.998 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-08-19T10:25:00.099 INFO:teuthology.task.internal:Checking for old test directory... 2024-08-19T10:25:00.099 DEBUG:teuthology.orchestra.run.smithi078:> test '!' -e /home/ubuntu/cephtest 2024-08-19T10:25:00.102 DEBUG:teuthology.orchestra.run.smithi133:> test '!' -e /home/ubuntu/cephtest 2024-08-19T10:25:00.104 DEBUG:teuthology.orchestra.run.smithi196:> test '!' -e /home/ubuntu/cephtest 2024-08-19T10:25:00.109 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-08-19T10:25:00.173 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-08-19T10:25:00.173 DEBUG:teuthology.orchestra.run.smithi078:> test -z $(ls -A /var/lib/ceph) 2024-08-19T10:25:00.176 DEBUG:teuthology.orchestra.run.smithi133:> test -z $(ls -A /var/lib/ceph) 2024-08-19T10:25:00.178 DEBUG:teuthology.orchestra.run.smithi196:> test -z $(ls -A /var/lib/ceph) 2024-08-19T10:25:00.267 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-08-19T10:25:00.371 INFO:teuthology.run_tasks:Running task kernel... 2024-08-19T10:25:00.392 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-08-19T10:25:00.392 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-08-19T10:25:00.393 DEBUG:teuthology.orchestra.run.smithi078:> test -f /run/.containerenv -o -f /.dockerenv 2024-08-19T10:25:00.395 DEBUG:teuthology.orchestra.run.smithi133:> test -f /run/.containerenv -o -f /.dockerenv 2024-08-19T10:25:00.395 DEBUG:teuthology.orchestra.run.smithi196:> test -f /run/.containerenv -o -f /.dockerenv 2024-08-19T10:25:00.400 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-08-19T10:25:00.400 DEBUG:teuthology.orchestra.run.smithi078:> uname -r 2024-08-19T10:25:00.401 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-08-19T10:25:00.401 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-08-19T10:25:00.402 DEBUG:teuthology.orchestra.run.smithi196:> uname -r 2024-08-19T10:25:00.403 DEBUG:teuthology.orchestra.run.smithi133:> uname -r 2024-08-19T10:25:00.445 INFO:teuthology.orchestra.run.smithi078.stdout:5.15.0-56-generic 2024-08-19T10:25:00.446 INFO:teuthology.task.kernel:Running kernel on smithi078: 5.15.0-56-generic 2024-08-19T10:25:00.446 DEBUG:teuthology.orchestra.run.smithi078:> sudo apt-get clean 2024-08-19T10:25:00.449 INFO:teuthology.orchestra.run.smithi133.stdout:5.15.0-56-generic 2024-08-19T10:25:00.449 INFO:teuthology.task.kernel:Running kernel on smithi133: 5.15.0-56-generic 2024-08-19T10:25:00.449 DEBUG:teuthology.orchestra.run.smithi133:> sudo apt-get clean 2024-08-19T10:25:00.451 INFO:teuthology.orchestra.run.smithi196.stdout:5.15.0-56-generic 2024-08-19T10:25:00.451 INFO:teuthology.task.kernel:Running kernel on smithi196: 5.15.0-56-generic 2024-08-19T10:25:00.451 DEBUG:teuthology.orchestra.run.smithi196:> sudo apt-get clean 2024-08-19T10:25:00.572 DEBUG:teuthology.orchestra.run.smithi133:> sudo apt-get update 2024-08-19T10:25:00.581 DEBUG:teuthology.orchestra.run.smithi196:> sudo apt-get update 2024-08-19T10:25:00.593 DEBUG:teuthology.orchestra.run.smithi078:> sudo apt-get update 2024-08-19T10:25:00.715 INFO:teuthology.orchestra.run.smithi133.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-08-19T10:25:00.727 INFO:teuthology.orchestra.run.smithi078.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-08-19T10:25:00.732 INFO:teuthology.orchestra.run.smithi133.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-08-19T10:25:00.733 INFO:teuthology.orchestra.run.smithi196.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-08-19T10:25:00.733 INFO:teuthology.orchestra.run.smithi196.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-08-19T10:25:00.734 INFO:teuthology.orchestra.run.smithi196.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-08-19T10:25:00.741 INFO:teuthology.orchestra.run.smithi078.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-08-19T10:25:00.794 INFO:teuthology.orchestra.run.smithi196.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-08-19T10:25:00.797 INFO:teuthology.orchestra.run.smithi133.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-08-19T10:25:00.809 INFO:teuthology.orchestra.run.smithi078.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-08-19T10:25:00.828 INFO:teuthology.orchestra.run.smithi133.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-08-19T10:25:00.844 INFO:teuthology.orchestra.run.smithi078.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-08-19T10:25:00.954 INFO:teuthology.orchestra.run.smithi133.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,948 kB] 2024-08-19T10:25:00.977 INFO:teuthology.orchestra.run.smithi196.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [524 kB] 2024-08-19T10:25:01.037 INFO:teuthology.orchestra.run.smithi078.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,948 kB] 2024-08-19T10:25:01.048 INFO:teuthology.orchestra.run.smithi196.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [684 kB] 2024-08-19T10:25:01.048 INFO:teuthology.orchestra.run.smithi196.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,729 kB] 2024-08-19T10:25:01.051 INFO:teuthology.orchestra.run.smithi133.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [684 kB] 2024-08-19T10:25:01.056 INFO:teuthology.orchestra.run.smithi133.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [345 kB] 2024-08-19T10:25:01.062 INFO:teuthology.orchestra.run.smithi133.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-08-19T10:25:01.062 INFO:teuthology.orchestra.run.smithi133.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.9 kB] 2024-08-19T10:25:01.062 INFO:teuthology.orchestra.run.smithi133.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,322 kB] 2024-08-19T10:25:01.078 INFO:teuthology.orchestra.run.smithi133.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [401 kB] 2024-08-19T10:25:01.081 INFO:teuthology.orchestra.run.smithi133.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [604 B] 2024-08-19T10:25:01.085 INFO:teuthology.orchestra.run.smithi133.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,111 kB] 2024-08-19T10:25:01.085 INFO:teuthology.orchestra.run.smithi196.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [287 kB] 2024-08-19T10:25:01.088 INFO:teuthology.orchestra.run.smithi196.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.2 kB] 2024-08-19T10:25:01.088 INFO:teuthology.orchestra.run.smithi196.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,247 kB] 2024-08-19T10:25:01.092 INFO:teuthology.orchestra.run.smithi133.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [725 kB] 2024-08-19T10:25:01.097 INFO:teuthology.orchestra.run.smithi133.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [259 kB] 2024-08-19T10:25:01.099 INFO:teuthology.orchestra.run.smithi133.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [25.9 kB] 2024-08-19T10:25:01.105 INFO:teuthology.orchestra.run.smithi196.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.3 kB] 2024-08-19T10:25:01.106 INFO:teuthology.orchestra.run.smithi196.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [388 kB] 2024-08-19T10:25:01.108 INFO:teuthology.orchestra.run.smithi196.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [572 B] 2024-08-19T10:25:01.109 INFO:teuthology.orchestra.run.smithi196.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [890 kB] 2024-08-19T10:25:01.111 INFO:teuthology.orchestra.run.smithi196.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,948 kB] 2024-08-19T10:25:01.114 INFO:teuthology.orchestra.run.smithi196.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [621 kB] 2024-08-19T10:25:01.118 INFO:teuthology.orchestra.run.smithi196.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [175 kB] 2024-08-19T10:25:01.118 INFO:teuthology.orchestra.run.smithi133.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-08-19T10:25:01.119 INFO:teuthology.orchestra.run.smithi133.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-08-19T10:25:01.135 INFO:teuthology.orchestra.run.smithi078.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [684 kB] 2024-08-19T10:25:01.138 INFO:teuthology.orchestra.run.smithi133.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-08-19T10:25:01.139 INFO:teuthology.orchestra.run.smithi133.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-08-19T10:25:01.139 INFO:teuthology.orchestra.run.smithi133.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-08-19T10:25:01.140 INFO:teuthology.orchestra.run.smithi078.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [345 kB] 2024-08-19T10:25:01.140 INFO:teuthology.orchestra.run.smithi133.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-08-19T10:25:01.141 INFO:teuthology.orchestra.run.smithi196.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.0 kB] 2024-08-19T10:25:01.141 INFO:teuthology.orchestra.run.smithi196.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-08-19T10:25:01.141 INFO:teuthology.orchestra.run.smithi196.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-08-19T10:25:01.141 INFO:teuthology.orchestra.run.smithi196.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-08-19T10:25:01.141 INFO:teuthology.orchestra.run.smithi196.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-08-19T10:25:01.141 INFO:teuthology.orchestra.run.smithi133.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-08-19T10:25:01.141 INFO:teuthology.orchestra.run.smithi133.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-08-19T10:25:01.142 INFO:teuthology.orchestra.run.smithi078.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-08-19T10:25:01.142 INFO:teuthology.orchestra.run.smithi078.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,322 kB] 2024-08-19T10:25:01.142 INFO:teuthology.orchestra.run.smithi133.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-08-19T10:25:01.143 INFO:teuthology.orchestra.run.smithi133.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-08-19T10:25:01.146 INFO:teuthology.orchestra.run.smithi196.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [345 kB] 2024-08-19T10:25:01.150 INFO:teuthology.orchestra.run.smithi196.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-08-19T10:25:01.151 INFO:teuthology.orchestra.run.smithi196.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.9 kB] 2024-08-19T10:25:01.151 INFO:teuthology.orchestra.run.smithi196.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,322 kB] 2024-08-19T10:25:01.159 INFO:teuthology.orchestra.run.smithi133.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-08-19T10:25:01.160 INFO:teuthology.orchestra.run.smithi133.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-08-19T10:25:01.160 INFO:teuthology.orchestra.run.smithi078.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.9 kB] 2024-08-19T10:25:01.161 INFO:teuthology.orchestra.run.smithi078.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [401 kB] 2024-08-19T10:25:01.164 INFO:teuthology.orchestra.run.smithi078.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [604 B] 2024-08-19T10:25:01.164 INFO:teuthology.orchestra.run.smithi078.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,111 kB] 2024-08-19T10:25:01.171 INFO:teuthology.orchestra.run.smithi078.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [725 kB] 2024-08-19T10:25:01.173 INFO:teuthology.orchestra.run.smithi196.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [401 kB] 2024-08-19T10:25:01.176 INFO:teuthology.orchestra.run.smithi196.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [604 B] 2024-08-19T10:25:01.176 INFO:teuthology.orchestra.run.smithi196.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,111 kB] 2024-08-19T10:25:01.183 INFO:teuthology.orchestra.run.smithi196.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [725 kB] 2024-08-19T10:25:01.188 INFO:teuthology.orchestra.run.smithi196.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [259 kB] 2024-08-19T10:25:01.190 INFO:teuthology.orchestra.run.smithi196.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [25.9 kB] 2024-08-19T10:25:01.190 INFO:teuthology.orchestra.run.smithi196.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-08-19T10:25:01.191 INFO:teuthology.orchestra.run.smithi196.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-08-19T10:25:01.191 INFO:teuthology.orchestra.run.smithi196.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-08-19T10:25:01.192 INFO:teuthology.orchestra.run.smithi078.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [259 kB] 2024-08-19T10:25:01.194 INFO:teuthology.orchestra.run.smithi078.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [25.9 kB] 2024-08-19T10:25:01.194 INFO:teuthology.orchestra.run.smithi078.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-08-19T10:25:01.195 INFO:teuthology.orchestra.run.smithi078.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-08-19T10:25:01.195 INFO:teuthology.orchestra.run.smithi078.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-08-19T10:25:01.196 INFO:teuthology.orchestra.run.smithi078.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-08-19T10:25:01.196 INFO:teuthology.orchestra.run.smithi078.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-08-19T10:25:01.196 INFO:teuthology.orchestra.run.smithi078.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-08-19T10:25:01.197 INFO:teuthology.orchestra.run.smithi078.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-08-19T10:25:01.201 INFO:teuthology.orchestra.run.smithi196.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-08-19T10:25:01.201 INFO:teuthology.orchestra.run.smithi196.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-08-19T10:25:01.202 INFO:teuthology.orchestra.run.smithi196.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-08-19T10:25:01.208 INFO:teuthology.orchestra.run.smithi196.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-08-19T10:25:01.208 INFO:teuthology.orchestra.run.smithi196.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-08-19T10:25:01.209 INFO:teuthology.orchestra.run.smithi196.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-08-19T10:25:01.209 INFO:teuthology.orchestra.run.smithi196.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-08-19T10:25:01.209 INFO:teuthology.orchestra.run.smithi196.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-08-19T10:25:01.211 INFO:teuthology.orchestra.run.smithi078.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-08-19T10:25:01.218 INFO:teuthology.orchestra.run.smithi196.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-08-19T10:25:01.228 INFO:teuthology.orchestra.run.smithi078.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-08-19T10:25:01.228 INFO:teuthology.orchestra.run.smithi078.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-08-19T10:25:01.228 INFO:teuthology.orchestra.run.smithi078.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-08-19T10:25:01.228 INFO:teuthology.orchestra.run.smithi078.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-08-19T10:25:01.290 INFO:teuthology.orchestra.run.smithi133.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [524 kB] 2024-08-19T10:25:01.298 INFO:teuthology.orchestra.run.smithi078.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,729 kB] 2024-08-19T10:25:01.572 INFO:teuthology.orchestra.run.smithi133.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,729 kB] 2024-08-19T10:25:01.715 INFO:teuthology.orchestra.run.smithi078.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [524 kB] 2024-08-19T10:25:01.731 INFO:teuthology.orchestra.run.smithi078.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [287 kB] 2024-08-19T10:25:01.740 INFO:teuthology.orchestra.run.smithi078.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.2 kB] 2024-08-19T10:25:01.740 INFO:teuthology.orchestra.run.smithi078.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,247 kB] 2024-08-19T10:25:01.743 INFO:teuthology.orchestra.run.smithi133.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [287 kB] 2024-08-19T10:25:01.757 INFO:teuthology.orchestra.run.smithi133.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.2 kB] 2024-08-19T10:25:01.757 INFO:teuthology.orchestra.run.smithi133.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.3 kB] 2024-08-19T10:25:01.759 INFO:teuthology.orchestra.run.smithi133.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,247 kB] 2024-08-19T10:25:01.835 INFO:teuthology.orchestra.run.smithi078.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.3 kB] 2024-08-19T10:25:01.836 INFO:teuthology.orchestra.run.smithi078.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [388 kB] 2024-08-19T10:25:01.842 INFO:teuthology.orchestra.run.smithi133.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [388 kB] 2024-08-19T10:25:01.848 INFO:teuthology.orchestra.run.smithi078.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [572 B] 2024-08-19T10:25:01.848 INFO:teuthology.orchestra.run.smithi078.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [890 kB] 2024-08-19T10:25:01.851 INFO:teuthology.orchestra.run.smithi133.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [572 B] 2024-08-19T10:25:01.851 INFO:teuthology.orchestra.run.smithi133.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [621 kB] 2024-08-19T10:25:01.866 INFO:teuthology.orchestra.run.smithi133.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [890 kB] 2024-08-19T10:25:01.872 INFO:teuthology.orchestra.run.smithi078.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [621 kB] 2024-08-19T10:25:01.889 INFO:teuthology.orchestra.run.smithi078.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [175 kB] 2024-08-19T10:25:01.897 INFO:teuthology.orchestra.run.smithi078.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.0 kB] 2024-08-19T10:25:01.898 INFO:teuthology.orchestra.run.smithi133.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [175 kB] 2024-08-19T10:25:01.899 INFO:teuthology.orchestra.run.smithi078.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-08-19T10:25:01.901 INFO:teuthology.orchestra.run.smithi078.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-08-19T10:25:01.905 INFO:teuthology.orchestra.run.smithi133.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.0 kB] 2024-08-19T10:25:01.907 INFO:teuthology.orchestra.run.smithi133.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-08-19T10:25:01.909 INFO:teuthology.orchestra.run.smithi133.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-08-19T10:25:01.909 INFO:teuthology.orchestra.run.smithi133.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-08-19T10:25:01.977 INFO:teuthology.orchestra.run.smithi078.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-08-19T10:25:01.980 INFO:teuthology.orchestra.run.smithi078.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-08-19T10:25:01.990 INFO:teuthology.orchestra.run.smithi133.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-08-19T10:25:07.191 INFO:teuthology.orchestra.run.smithi133.stdout:Fetched 15.5 MB in 2s (7,451 kB/s) 2024-08-19T10:25:07.274 INFO:teuthology.orchestra.run.smithi078.stdout:Fetched 15.5 MB in 2s (7,044 kB/s) 2024-08-19T10:25:07.450 INFO:teuthology.orchestra.run.smithi196.stdout:Fetched 15.5 MB in 2s (7,411 kB/s) 2024-08-19T10:25:08.556 INFO:teuthology.orchestra.run.smithi078.stdout:Reading package lists... 2024-08-19T10:25:08.573 DEBUG:teuthology.orchestra.run.smithi078:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-08-19T10:25:08.627 INFO:teuthology.orchestra.run.smithi078.stdout:Reading package lists... 2024-08-19T10:25:08.653 INFO:teuthology.orchestra.run.smithi133.stdout:Reading package lists... 2024-08-19T10:25:08.671 DEBUG:teuthology.orchestra.run.smithi133:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-08-19T10:25:08.732 INFO:teuthology.orchestra.run.smithi133.stdout:Reading package lists... 2024-08-19T10:25:08.810 INFO:teuthology.orchestra.run.smithi196.stdout:Reading package lists... 2024-08-19T10:25:08.811 INFO:teuthology.orchestra.run.smithi078.stdout:Building dependency tree... 2024-08-19T10:25:08.812 INFO:teuthology.orchestra.run.smithi078.stdout:Reading state information... 2024-08-19T10:25:08.828 DEBUG:teuthology.orchestra.run.smithi196:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-08-19T10:25:08.890 INFO:teuthology.orchestra.run.smithi196.stdout:Reading package lists... 2024-08-19T10:25:08.939 INFO:teuthology.orchestra.run.smithi133.stdout:Building dependency tree... 2024-08-19T10:25:08.939 INFO:teuthology.orchestra.run.smithi133.stdout:Reading state information... 2024-08-19T10:25:08.974 INFO:teuthology.orchestra.run.smithi078.stdout:The following packages were automatically installed and are no longer required: 2024-08-19T10:25:08.974 INFO:teuthology.orchestra.run.smithi078.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-08-19T10:25:08.974 INFO:teuthology.orchestra.run.smithi078.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-08-19T10:25:08.975 INFO:teuthology.orchestra.run.smithi078.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-08-19T10:25:08.975 INFO:teuthology.orchestra.run.smithi078.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-08-19T10:25:08.975 INFO:teuthology.orchestra.run.smithi078.stdout: python2.7-minimal 2024-08-19T10:25:08.975 INFO:teuthology.orchestra.run.smithi078.stdout:Use 'sudo apt autoremove' to remove them. 2024-08-19T10:25:08.976 INFO:teuthology.orchestra.run.smithi078.stdout:The following additional packages will be installed: 2024-08-19T10:25:08.976 INFO:teuthology.orchestra.run.smithi078.stdout: linux-generic linux-headers-5.15.0-118 linux-headers-5.15.0-118-generic 2024-08-19T10:25:08.976 INFO:teuthology.orchestra.run.smithi078.stdout: linux-headers-generic linux-image-5.15.0-118-generic 2024-08-19T10:25:08.976 INFO:teuthology.orchestra.run.smithi078.stdout: linux-modules-5.15.0-118-generic linux-modules-extra-5.15.0-118-generic 2024-08-19T10:25:08.977 INFO:teuthology.orchestra.run.smithi078.stdout:Suggested packages: 2024-08-19T10:25:08.978 INFO:teuthology.orchestra.run.smithi078.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-08-19T10:25:08.978 INFO:teuthology.orchestra.run.smithi078.stdout:Recommended packages: 2024-08-19T10:25:08.978 INFO:teuthology.orchestra.run.smithi078.stdout: thermald 2024-08-19T10:25:09.025 INFO:teuthology.orchestra.run.smithi078.stdout:The following NEW packages will be installed: 2024-08-19T10:25:09.025 INFO:teuthology.orchestra.run.smithi078.stdout: linux-headers-5.15.0-118 linux-headers-5.15.0-118-generic 2024-08-19T10:25:09.025 INFO:teuthology.orchestra.run.smithi078.stdout: linux-image-5.15.0-118-generic linux-modules-5.15.0-118-generic 2024-08-19T10:25:09.026 INFO:teuthology.orchestra.run.smithi078.stdout: linux-modules-extra-5.15.0-118-generic 2024-08-19T10:25:09.027 INFO:teuthology.orchestra.run.smithi078.stdout:The following packages will be upgraded: 2024-08-19T10:25:09.028 INFO:teuthology.orchestra.run.smithi078.stdout: linux-generic linux-headers-generic linux-image-generic 2024-08-19T10:25:09.076 INFO:teuthology.orchestra.run.smithi196.stdout:Building dependency tree... 2024-08-19T10:25:09.077 INFO:teuthology.orchestra.run.smithi196.stdout:Reading state information... 2024-08-19T10:25:09.114 INFO:teuthology.orchestra.run.smithi133.stdout:The following packages were automatically installed and are no longer required: 2024-08-19T10:25:09.114 INFO:teuthology.orchestra.run.smithi133.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-08-19T10:25:09.114 INFO:teuthology.orchestra.run.smithi133.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-08-19T10:25:09.115 INFO:teuthology.orchestra.run.smithi133.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-08-19T10:25:09.115 INFO:teuthology.orchestra.run.smithi133.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-08-19T10:25:09.115 INFO:teuthology.orchestra.run.smithi133.stdout: python2.7-minimal 2024-08-19T10:25:09.115 INFO:teuthology.orchestra.run.smithi133.stdout:Use 'sudo apt autoremove' to remove them. 2024-08-19T10:25:09.116 INFO:teuthology.orchestra.run.smithi133.stdout:The following additional packages will be installed: 2024-08-19T10:25:09.116 INFO:teuthology.orchestra.run.smithi133.stdout: linux-generic linux-headers-5.15.0-118 linux-headers-5.15.0-118-generic 2024-08-19T10:25:09.116 INFO:teuthology.orchestra.run.smithi133.stdout: linux-headers-generic linux-image-5.15.0-118-generic 2024-08-19T10:25:09.117 INFO:teuthology.orchestra.run.smithi133.stdout: linux-modules-5.15.0-118-generic linux-modules-extra-5.15.0-118-generic 2024-08-19T10:25:09.118 INFO:teuthology.orchestra.run.smithi133.stdout:Suggested packages: 2024-08-19T10:25:09.118 INFO:teuthology.orchestra.run.smithi133.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-08-19T10:25:09.118 INFO:teuthology.orchestra.run.smithi133.stdout:Recommended packages: 2024-08-19T10:25:09.118 INFO:teuthology.orchestra.run.smithi133.stdout: thermald 2024-08-19T10:25:09.190 INFO:teuthology.orchestra.run.smithi133.stdout:The following NEW packages will be installed: 2024-08-19T10:25:09.190 INFO:teuthology.orchestra.run.smithi133.stdout: linux-headers-5.15.0-118 linux-headers-5.15.0-118-generic 2024-08-19T10:25:09.190 INFO:teuthology.orchestra.run.smithi133.stdout: linux-image-5.15.0-118-generic linux-modules-5.15.0-118-generic 2024-08-19T10:25:09.190 INFO:teuthology.orchestra.run.smithi133.stdout: linux-modules-extra-5.15.0-118-generic 2024-08-19T10:25:09.192 INFO:teuthology.orchestra.run.smithi133.stdout:The following packages will be upgraded: 2024-08-19T10:25:09.192 INFO:teuthology.orchestra.run.smithi133.stdout: linux-generic linux-headers-generic linux-image-generic 2024-08-19T10:25:09.207 INFO:teuthology.orchestra.run.smithi078.stdout:3 upgraded, 5 newly installed, 0 to remove and 333 not upgraded. 2024-08-19T10:25:09.207 INFO:teuthology.orchestra.run.smithi078.stdout:Need to get 113 MB of archives. 2024-08-19T10:25:09.207 INFO:teuthology.orchestra.run.smithi078.stdout:After this operation, 583 MB of additional disk space will be used. 2024-08-19T10:25:09.207 INFO:teuthology.orchestra.run.smithi078.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-118-generic amd64 5.15.0-118.128 [22.6 MB] 2024-08-19T10:25:09.245 INFO:teuthology.orchestra.run.smithi196.stdout:The following packages were automatically installed and are no longer required: 2024-08-19T10:25:09.246 INFO:teuthology.orchestra.run.smithi196.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-08-19T10:25:09.246 INFO:teuthology.orchestra.run.smithi196.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-08-19T10:25:09.246 INFO:teuthology.orchestra.run.smithi196.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-08-19T10:25:09.246 INFO:teuthology.orchestra.run.smithi196.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-08-19T10:25:09.246 INFO:teuthology.orchestra.run.smithi196.stdout: python2.7-minimal 2024-08-19T10:25:09.246 INFO:teuthology.orchestra.run.smithi196.stdout:Use 'sudo apt autoremove' to remove them. 2024-08-19T10:25:09.247 INFO:teuthology.orchestra.run.smithi196.stdout:The following additional packages will be installed: 2024-08-19T10:25:09.248 INFO:teuthology.orchestra.run.smithi196.stdout: linux-generic linux-headers-5.15.0-118 linux-headers-5.15.0-118-generic 2024-08-19T10:25:09.248 INFO:teuthology.orchestra.run.smithi196.stdout: linux-headers-generic linux-image-5.15.0-118-generic 2024-08-19T10:25:09.248 INFO:teuthology.orchestra.run.smithi196.stdout: linux-modules-5.15.0-118-generic linux-modules-extra-5.15.0-118-generic 2024-08-19T10:25:09.250 INFO:teuthology.orchestra.run.smithi196.stdout:Suggested packages: 2024-08-19T10:25:09.250 INFO:teuthology.orchestra.run.smithi196.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-08-19T10:25:09.250 INFO:teuthology.orchestra.run.smithi196.stdout:Recommended packages: 2024-08-19T10:25:09.250 INFO:teuthology.orchestra.run.smithi196.stdout: thermald 2024-08-19T10:25:09.297 INFO:teuthology.orchestra.run.smithi196.stdout:The following NEW packages will be installed: 2024-08-19T10:25:09.297 INFO:teuthology.orchestra.run.smithi196.stdout: linux-headers-5.15.0-118 linux-headers-5.15.0-118-generic 2024-08-19T10:25:09.297 INFO:teuthology.orchestra.run.smithi196.stdout: linux-image-5.15.0-118-generic linux-modules-5.15.0-118-generic 2024-08-19T10:25:09.298 INFO:teuthology.orchestra.run.smithi196.stdout: linux-modules-extra-5.15.0-118-generic 2024-08-19T10:25:09.298 INFO:teuthology.orchestra.run.smithi196.stdout:The following packages will be upgraded: 2024-08-19T10:25:09.299 INFO:teuthology.orchestra.run.smithi196.stdout: linux-generic linux-headers-generic linux-image-generic 2024-08-19T10:25:09.374 INFO:teuthology.orchestra.run.smithi133.stdout:3 upgraded, 5 newly installed, 0 to remove and 333 not upgraded. 2024-08-19T10:25:09.374 INFO:teuthology.orchestra.run.smithi133.stdout:Need to get 113 MB of archives. 2024-08-19T10:25:09.374 INFO:teuthology.orchestra.run.smithi133.stdout:After this operation, 583 MB of additional disk space will be used. 2024-08-19T10:25:09.375 INFO:teuthology.orchestra.run.smithi133.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-118-generic amd64 5.15.0-118.128 [22.6 MB] 2024-08-19T10:25:09.478 INFO:teuthology.orchestra.run.smithi196.stdout:3 upgraded, 5 newly installed, 0 to remove and 333 not upgraded. 2024-08-19T10:25:09.479 INFO:teuthology.orchestra.run.smithi196.stdout:Need to get 113 MB of archives. 2024-08-19T10:25:09.479 INFO:teuthology.orchestra.run.smithi196.stdout:After this operation, 583 MB of additional disk space will be used. 2024-08-19T10:25:09.479 INFO:teuthology.orchestra.run.smithi196.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-118-generic amd64 5.15.0-118.128 [22.6 MB] 2024-08-19T10:25:10.713 INFO:teuthology.orchestra.run.smithi078.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-118-generic amd64 5.15.0-118.128 [11.5 MB] 2024-08-19T10:25:10.788 INFO:teuthology.orchestra.run.smithi133.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-118-generic amd64 5.15.0-118.128 [11.5 MB] 2024-08-19T10:25:10.898 INFO:teuthology.orchestra.run.smithi196.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-118-generic amd64 5.15.0-118.128 [11.5 MB] 2024-08-19T10:25:11.066 INFO:teuthology.orchestra.run.smithi078.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-118-generic amd64 5.15.0-118.128 [64.0 MB] 2024-08-19T10:25:11.139 INFO:teuthology.orchestra.run.smithi133.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-118-generic amd64 5.15.0-118.128 [64.0 MB] 2024-08-19T10:25:11.254 INFO:teuthology.orchestra.run.smithi196.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-118-generic amd64 5.15.0-118.128 [64.0 MB] 2024-08-19T10:25:13.293 INFO:teuthology.orchestra.run.smithi078.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.118.118 [1,694 B] 2024-08-19T10:25:13.294 INFO:teuthology.orchestra.run.smithi078.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.118.118 [2,466 B] 2024-08-19T10:25:13.294 INFO:teuthology.orchestra.run.smithi078.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-118 all 5.15.0-118.128 [12.4 MB] 2024-08-19T10:25:13.307 INFO:teuthology.orchestra.run.smithi133.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.118.118 [1,694 B] 2024-08-19T10:25:13.371 INFO:teuthology.orchestra.run.smithi133.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.118.118 [2,466 B] 2024-08-19T10:25:13.371 INFO:teuthology.orchestra.run.smithi133.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-118 all 5.15.0-118.128 [12.4 MB] 2024-08-19T10:25:13.445 INFO:teuthology.orchestra.run.smithi196.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.118.118 [1,694 B] 2024-08-19T10:25:13.445 INFO:teuthology.orchestra.run.smithi196.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.118.118 [2,466 B] 2024-08-19T10:25:13.445 INFO:teuthology.orchestra.run.smithi196.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-118 all 5.15.0-118.128 [12.4 MB] 2024-08-19T10:25:13.704 INFO:teuthology.orchestra.run.smithi133.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-118-generic amd64 5.15.0-118.128 [2,876 kB] 2024-08-19T10:25:13.785 INFO:teuthology.orchestra.run.smithi133.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.118.118 [2,322 B] 2024-08-19T10:25:13.831 INFO:teuthology.orchestra.run.smithi196.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-118-generic amd64 5.15.0-118.128 [2,876 kB] 2024-08-19T10:25:13.878 INFO:teuthology.orchestra.run.smithi196.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.118.118 [2,322 B] 2024-08-19T10:25:13.968 INFO:teuthology.orchestra.run.smithi078.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-118-generic amd64 5.15.0-118.128 [2,876 kB] 2024-08-19T10:25:14.131 INFO:teuthology.orchestra.run.smithi078.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.118.118 [2,322 B] 2024-08-19T10:25:14.190 INFO:teuthology.orchestra.run.smithi133.stdout:Fetched 113 MB in 5s (24.7 MB/s) 2024-08-19T10:25:14.263 INFO:teuthology.orchestra.run.smithi196.stdout:Fetched 113 MB in 5s (24.8 MB/s) 2024-08-19T10:25:14.386 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package linux-modules-5.15.0-118-generic. 2024-08-19T10:25:14.437 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package linux-modules-5.15.0-118-generic. 2024-08-19T10:25:14.537 INFO:teuthology.orchestra.run.smithi078.stdout:Fetched 113 MB in 5s (22.2 MB/s) 2024-08-19T10:25:14.730 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package linux-modules-5.15.0-118-generic. 2024-08-19T10:25:16.368 INFO:teuthology.orchestra.run.smithi196.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-08-19T10:25:16.372 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../0-linux-modules-5.15.0-118-generic_5.15.0-118.128_amd64.deb ... 2024-08-19T10:25:16.401 INFO:teuthology.orchestra.run.smithi133.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-08-19T10:25:16.406 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../0-linux-modules-5.15.0-118-generic_5.15.0-118.128_amd64.deb ... 2024-08-19T10:25:16.459 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking linux-modules-5.15.0-118-generic (5.15.0-118.128) ... 2024-08-19T10:25:16.508 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking linux-modules-5.15.0-118-generic (5.15.0-118.128) ... 2024-08-19T10:25:16.805 INFO:teuthology.orchestra.run.smithi078.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-08-19T10:25:16.810 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../0-linux-modules-5.15.0-118-generic_5.15.0-118.128_amd64.deb ... 2024-08-19T10:25:16.902 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking linux-modules-5.15.0-118-generic (5.15.0-118.128) ... 2024-08-19T10:25:18.658 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package linux-image-5.15.0-118-generic. 2024-08-19T10:25:18.680 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../1-linux-image-5.15.0-118-generic_5.15.0-118.128_amd64.deb ... 2024-08-19T10:25:18.766 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking linux-image-5.15.0-118-generic (5.15.0-118.128) ... 2024-08-19T10:25:18.893 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package linux-image-5.15.0-118-generic. 2024-08-19T10:25:18.914 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../1-linux-image-5.15.0-118-generic_5.15.0-118.128_amd64.deb ... 2024-08-19T10:25:19.000 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking linux-image-5.15.0-118-generic (5.15.0-118.128) ... 2024-08-19T10:25:19.270 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-118-generic. 2024-08-19T10:25:19.291 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-118-generic_5.15.0-118.128_amd64.deb ... 2024-08-19T10:25:19.336 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package linux-image-5.15.0-118-generic. 2024-08-19T10:25:19.358 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../1-linux-image-5.15.0-118-generic_5.15.0-118.128_amd64.deb ... 2024-08-19T10:25:19.378 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking linux-modules-extra-5.15.0-118-generic (5.15.0-118.128) ... 2024-08-19T10:25:19.429 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-118-generic. 2024-08-19T10:25:19.449 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking linux-image-5.15.0-118-generic (5.15.0-118.128) ... 2024-08-19T10:25:19.450 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-118-generic_5.15.0-118.128_amd64.deb ... 2024-08-19T10:25:19.479 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking linux-modules-extra-5.15.0-118-generic (5.15.0-118.128) ... 2024-08-19T10:25:19.914 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-118-generic. 2024-08-19T10:25:19.935 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-118-generic_5.15.0-118.128_amd64.deb ... 2024-08-19T10:25:19.972 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking linux-modules-extra-5.15.0-118-generic (5.15.0-118.128) ... 2024-08-19T10:25:25.368 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../3-linux-generic_5.15.0.118.118_amd64.deb ... 2024-08-19T10:25:25.496 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking linux-generic (5.15.0.118.118) over (5.15.0.56.54) ... 2024-08-19T10:25:25.846 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.118.118_amd64.deb ... 2024-08-19T10:25:25.976 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking linux-image-generic (5.15.0.118.118) over (5.15.0.56.54) ... 2024-08-19T10:25:26.081 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../3-linux-generic_5.15.0.118.118_amd64.deb ... 2024-08-19T10:25:26.208 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking linux-generic (5.15.0.118.118) over (5.15.0.56.54) ... 2024-08-19T10:25:26.246 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package linux-headers-5.15.0-118. 2024-08-19T10:25:26.268 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../5-linux-headers-5.15.0-118_5.15.0-118.128_all.deb ... 2024-08-19T10:25:26.275 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../3-linux-generic_5.15.0.118.118_amd64.deb ... 2024-08-19T10:25:26.312 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking linux-headers-5.15.0-118 (5.15.0-118.128) ... 2024-08-19T10:25:26.419 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking linux-generic (5.15.0.118.118) over (5.15.0.56.54) ... 2024-08-19T10:25:26.574 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.118.118_amd64.deb ... 2024-08-19T10:25:26.695 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking linux-image-generic (5.15.0.118.118) over (5.15.0.56.54) ... 2024-08-19T10:25:26.794 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.118.118_amd64.deb ... 2024-08-19T10:25:26.914 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking linux-image-generic (5.15.0.118.118) over (5.15.0.56.54) ... 2024-08-19T10:25:27.015 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package linux-headers-5.15.0-118. 2024-08-19T10:25:27.038 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../5-linux-headers-5.15.0-118_5.15.0-118.128_all.deb ... 2024-08-19T10:25:27.081 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking linux-headers-5.15.0-118 (5.15.0-118.128) ... 2024-08-19T10:25:27.201 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package linux-headers-5.15.0-118. 2024-08-19T10:25:27.223 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../5-linux-headers-5.15.0-118_5.15.0-118.128_all.deb ... 2024-08-19T10:25:27.363 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking linux-headers-5.15.0-118 (5.15.0-118.128) ... 2024-08-19T10:25:31.755 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package linux-headers-5.15.0-118-generic. 2024-08-19T10:25:31.792 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../6-linux-headers-5.15.0-118-generic_5.15.0-118.128_amd64.deb ... 2024-08-19T10:25:31.830 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking linux-headers-5.15.0-118-generic (5.15.0-118.128) ... 2024-08-19T10:25:32.639 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package linux-headers-5.15.0-118-generic. 2024-08-19T10:25:32.676 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../6-linux-headers-5.15.0-118-generic_5.15.0-118.128_amd64.deb ... 2024-08-19T10:25:32.714 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking linux-headers-5.15.0-118-generic (5.15.0-118.128) ... 2024-08-19T10:25:33.138 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package linux-headers-5.15.0-118-generic. 2024-08-19T10:25:33.175 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../6-linux-headers-5.15.0-118-generic_5.15.0-118.128_amd64.deb ... 2024-08-19T10:25:33.221 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking linux-headers-5.15.0-118-generic (5.15.0-118.128) ... 2024-08-19T10:25:34.915 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.118.118_amd64.deb ... 2024-08-19T10:25:35.058 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking linux-headers-generic (5.15.0.118.118) over (5.15.0.56.54) ... 2024-08-19T10:25:35.313 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.118.118_amd64.deb ... 2024-08-19T10:25:35.374 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up linux-headers-5.15.0-118 (5.15.0-118.128) ... 2024-08-19T10:25:35.435 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking linux-headers-generic (5.15.0.118.118) over (5.15.0.56.54) ... 2024-08-19T10:25:35.496 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up linux-headers-5.15.0-118-generic (5.15.0-118.128) ... 2024-08-19T10:25:35.621 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up linux-headers-generic (5.15.0.118.118) ... 2024-08-19T10:25:35.750 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up linux-image-5.15.0-118-generic (5.15.0-118.128) ... 2024-08-19T10:25:35.802 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up linux-headers-5.15.0-118 (5.15.0-118.128) ... 2024-08-19T10:25:35.924 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up linux-headers-5.15.0-118-generic (5.15.0-118.128) ... 2024-08-19T10:25:36.050 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up linux-headers-generic (5.15.0.118.118) ... 2024-08-19T10:25:36.179 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up linux-image-5.15.0-118-generic (5.15.0-118.128) ... 2024-08-19T10:25:37.095 INFO:teuthology.orchestra.run.smithi196.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-08-19T10:25:37.095 INFO:teuthology.orchestra.run.smithi196.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-08-19T10:25:37.095 INFO:teuthology.orchestra.run.smithi196.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-118-generic 2024-08-19T10:25:37.095 INFO:teuthology.orchestra.run.smithi196.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-118-generic 2024-08-19T10:25:37.261 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up linux-modules-extra-5.15.0-118-generic (5.15.0-118.128) ... 2024-08-19T10:25:37.485 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.118.118_amd64.deb ... 2024-08-19T10:25:37.582 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking linux-headers-generic (5.15.0.118.118) over (5.15.0.56.54) ... 2024-08-19T10:25:37.948 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up linux-headers-5.15.0-118 (5.15.0-118.128) ... 2024-08-19T10:25:38.103 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up linux-headers-5.15.0-118-generic (5.15.0-118.128) ... 2024-08-19T10:25:38.229 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up linux-headers-generic (5.15.0.118.118) ... 2024-08-19T10:25:38.337 INFO:teuthology.orchestra.run.smithi078.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-08-19T10:25:38.338 INFO:teuthology.orchestra.run.smithi078.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-08-19T10:25:38.338 INFO:teuthology.orchestra.run.smithi078.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-118-generic 2024-08-19T10:25:38.338 INFO:teuthology.orchestra.run.smithi078.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-118-generic 2024-08-19T10:25:38.383 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up linux-image-5.15.0-118-generic (5.15.0-118.128) ... 2024-08-19T10:25:38.498 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up linux-modules-extra-5.15.0-118-generic (5.15.0-118.128) ... 2024-08-19T10:25:38.704 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up linux-modules-5.15.0-118-generic (5.15.0-118.128) ... 2024-08-19T10:25:39.707 INFO:teuthology.orchestra.run.smithi133.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-08-19T10:25:39.707 INFO:teuthology.orchestra.run.smithi133.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-08-19T10:25:39.707 INFO:teuthology.orchestra.run.smithi133.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-118-generic 2024-08-19T10:25:39.707 INFO:teuthology.orchestra.run.smithi133.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-118-generic 2024-08-19T10:25:39.868 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up linux-modules-extra-5.15.0-118-generic (5.15.0-118.128) ... 2024-08-19T10:25:39.916 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up linux-modules-5.15.0-118-generic (5.15.0-118.128) ... 2024-08-19T10:25:40.097 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up linux-image-generic (5.15.0.118.118) ... 2024-08-19T10:25:40.222 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up linux-generic (5.15.0.118.118) ... 2024-08-19T10:25:40.349 INFO:teuthology.orchestra.run.smithi196.stdout:Processing triggers for linux-image-5.15.0-118-generic (5.15.0-118.128) ... 2024-08-19T10:25:40.418 INFO:teuthology.orchestra.run.smithi196.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-08-19T10:25:40.418 INFO:teuthology.orchestra.run.smithi196.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-118-generic 2024-08-19T10:25:41.317 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up linux-image-generic (5.15.0.118.118) ... 2024-08-19T10:25:41.337 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up linux-modules-5.15.0-118-generic (5.15.0-118.128) ... 2024-08-19T10:25:41.443 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up linux-generic (5.15.0.118.118) ... 2024-08-19T10:25:41.570 INFO:teuthology.orchestra.run.smithi078.stdout:Processing triggers for linux-image-5.15.0-118-generic (5.15.0-118.128) ... 2024-08-19T10:25:41.637 INFO:teuthology.orchestra.run.smithi078.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-08-19T10:25:41.637 INFO:teuthology.orchestra.run.smithi078.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-118-generic 2024-08-19T10:25:43.214 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up linux-image-generic (5.15.0.118.118) ... 2024-08-19T10:25:43.363 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up linux-generic (5.15.0.118.118) ... 2024-08-19T10:25:43.498 INFO:teuthology.orchestra.run.smithi133.stdout:Processing triggers for linux-image-5.15.0-118-generic (5.15.0-118.128) ... 2024-08-19T10:25:43.564 INFO:teuthology.orchestra.run.smithi133.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-08-19T10:25:43.564 INFO:teuthology.orchestra.run.smithi133.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-118-generic 2024-08-19T10:25:54.242 INFO:teuthology.orchestra.run.smithi196.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-08-19T10:25:54.243 INFO:teuthology.orchestra.run.smithi196.stdout:Sourcing file `/etc/default/grub' 2024-08-19T10:25:54.253 INFO:teuthology.orchestra.run.smithi196.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-08-19T10:25:54.278 INFO:teuthology.orchestra.run.smithi196.stdout:Generating grub configuration file ... 2024-08-19T10:25:54.563 INFO:teuthology.orchestra.run.smithi196.stdout:Found linux image: /boot/vmlinuz-5.15.0-118-generic 2024-08-19T10:25:54.586 INFO:teuthology.orchestra.run.smithi196.stdout:Found initrd image: /boot/initrd.img-5.15.0-118-generic 2024-08-19T10:25:54.867 INFO:teuthology.orchestra.run.smithi196.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-08-19T10:25:54.873 INFO:teuthology.orchestra.run.smithi196.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-08-19T10:25:54.945 INFO:teuthology.orchestra.run.smithi196.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-08-19T10:25:54.951 INFO:teuthology.orchestra.run.smithi196.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-08-19T10:25:55.096 INFO:teuthology.orchestra.run.smithi196.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-08-19T10:25:55.096 INFO:teuthology.orchestra.run.smithi196.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-08-19T10:25:55.096 INFO:teuthology.orchestra.run.smithi196.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-08-19T10:25:55.128 INFO:teuthology.orchestra.run.smithi196.stdout:done 2024-08-19T10:25:55.568 DEBUG:teuthology.orchestra.run.smithi196:> dpkg -s linux-image-generic 2024-08-19T10:25:55.591 INFO:teuthology.orchestra.run.smithi196.stdout:Package: linux-image-generic 2024-08-19T10:25:55.591 INFO:teuthology.orchestra.run.smithi196.stdout:Status: install ok installed 2024-08-19T10:25:55.591 INFO:teuthology.orchestra.run.smithi196.stdout:Priority: optional 2024-08-19T10:25:55.591 INFO:teuthology.orchestra.run.smithi196.stdout:Section: kernel 2024-08-19T10:25:55.591 INFO:teuthology.orchestra.run.smithi196.stdout:Installed-Size: 21 2024-08-19T10:25:55.591 INFO:teuthology.orchestra.run.smithi196.stdout:Maintainer: Ubuntu Kernel Team 2024-08-19T10:25:55.591 INFO:teuthology.orchestra.run.smithi196.stdout:Architecture: amd64 2024-08-19T10:25:55.591 INFO:teuthology.orchestra.run.smithi196.stdout:Source: linux-meta 2024-08-19T10:25:55.592 INFO:teuthology.orchestra.run.smithi196.stdout:Version: 5.15.0.118.118 2024-08-19T10:25:55.592 INFO:teuthology.orchestra.run.smithi196.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-118), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-08-19T10:25:55.592 INFO:teuthology.orchestra.run.smithi196.stdout:Depends: linux-image-5.15.0-118-generic, linux-modules-extra-5.15.0-118-generic, linux-firmware, intel-microcode, amd64-microcode 2024-08-19T10:25:55.592 INFO:teuthology.orchestra.run.smithi196.stdout:Recommends: thermald 2024-08-19T10:25:55.592 INFO:teuthology.orchestra.run.smithi196.stdout:Description: Generic Linux kernel image 2024-08-19T10:25:55.592 INFO:teuthology.orchestra.run.smithi196.stdout: This package will always depend on the latest generic kernel image 2024-08-19T10:25:55.592 INFO:teuthology.orchestra.run.smithi196.stdout: available. 2024-08-19T10:25:55.592 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-118-generic 2024-08-19T10:25:55.592 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-08-19T10:25:55.593 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-08-19T10:25:55.593 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-08-19T10:25:55.593 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi196.front.sepia.ceph.com, path=None, version=distro) 2024-08-19T10:25:55.593 DEBUG:teuthology.orchestra.run.smithi196:> sudo apt-get clean 2024-08-19T10:25:55.640 INFO:teuthology.orchestra.run.smithi078.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-08-19T10:25:55.640 INFO:teuthology.orchestra.run.smithi078.stdout:Sourcing file `/etc/default/grub' 2024-08-19T10:25:55.650 INFO:teuthology.orchestra.run.smithi078.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-08-19T10:25:55.673 INFO:teuthology.orchestra.run.smithi078.stdout:Generating grub configuration file ... 2024-08-19T10:25:55.753 DEBUG:teuthology.orchestra.run.smithi196:> sudo apt-get update 2024-08-19T10:25:55.895 INFO:teuthology.orchestra.run.smithi196.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-08-19T10:25:55.960 INFO:teuthology.orchestra.run.smithi078.stdout:Found linux image: /boot/vmlinuz-5.15.0-118-generic 2024-08-19T10:25:55.978 INFO:teuthology.orchestra.run.smithi078.stdout:Found initrd image: /boot/initrd.img-5.15.0-118-generic 2024-08-19T10:25:56.019 INFO:teuthology.orchestra.run.smithi196.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-08-19T10:25:56.095 INFO:teuthology.orchestra.run.smithi196.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-08-19T10:25:56.179 INFO:teuthology.orchestra.run.smithi196.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-08-19T10:25:56.246 INFO:teuthology.orchestra.run.smithi078.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-08-19T10:25:56.252 INFO:teuthology.orchestra.run.smithi078.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-08-19T10:25:56.330 INFO:teuthology.orchestra.run.smithi078.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-08-19T10:25:56.336 INFO:teuthology.orchestra.run.smithi078.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-08-19T10:25:56.494 INFO:teuthology.orchestra.run.smithi078.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-08-19T10:25:56.494 INFO:teuthology.orchestra.run.smithi078.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-08-19T10:25:56.494 INFO:teuthology.orchestra.run.smithi078.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-08-19T10:25:56.536 INFO:teuthology.orchestra.run.smithi078.stdout:done 2024-08-19T10:25:57.039 DEBUG:teuthology.orchestra.run.smithi078:> dpkg -s linux-image-generic 2024-08-19T10:25:57.064 INFO:teuthology.orchestra.run.smithi078.stdout:Package: linux-image-generic 2024-08-19T10:25:57.064 INFO:teuthology.orchestra.run.smithi078.stdout:Status: install ok installed 2024-08-19T10:25:57.064 INFO:teuthology.orchestra.run.smithi078.stdout:Priority: optional 2024-08-19T10:25:57.064 INFO:teuthology.orchestra.run.smithi078.stdout:Section: kernel 2024-08-19T10:25:57.064 INFO:teuthology.orchestra.run.smithi078.stdout:Installed-Size: 21 2024-08-19T10:25:57.065 INFO:teuthology.orchestra.run.smithi078.stdout:Maintainer: Ubuntu Kernel Team 2024-08-19T10:25:57.065 INFO:teuthology.orchestra.run.smithi078.stdout:Architecture: amd64 2024-08-19T10:25:57.065 INFO:teuthology.orchestra.run.smithi078.stdout:Source: linux-meta 2024-08-19T10:25:57.065 INFO:teuthology.orchestra.run.smithi078.stdout:Version: 5.15.0.118.118 2024-08-19T10:25:57.065 INFO:teuthology.orchestra.run.smithi078.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-118), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-08-19T10:25:57.065 INFO:teuthology.orchestra.run.smithi078.stdout:Depends: linux-image-5.15.0-118-generic, linux-modules-extra-5.15.0-118-generic, linux-firmware, intel-microcode, amd64-microcode 2024-08-19T10:25:57.065 INFO:teuthology.orchestra.run.smithi078.stdout:Recommends: thermald 2024-08-19T10:25:57.065 INFO:teuthology.orchestra.run.smithi078.stdout:Description: Generic Linux kernel image 2024-08-19T10:25:57.065 INFO:teuthology.orchestra.run.smithi078.stdout: This package will always depend on the latest generic kernel image 2024-08-19T10:25:57.065 INFO:teuthology.orchestra.run.smithi078.stdout: available. 2024-08-19T10:25:57.065 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-118-generic 2024-08-19T10:25:57.065 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-08-19T10:25:57.066 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-08-19T10:25:57.066 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-08-19T10:25:57.066 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi078.front.sepia.ceph.com, path=None, version=distro) 2024-08-19T10:25:57.066 DEBUG:teuthology.orchestra.run.smithi078:> sudo apt-get clean 2024-08-19T10:25:57.247 DEBUG:teuthology.orchestra.run.smithi078:> sudo apt-get update 2024-08-19T10:25:57.334 INFO:teuthology.orchestra.run.smithi196.stdout:Reading package lists... 2024-08-19T10:25:57.352 DEBUG:teuthology.orchestra.run.smithi196:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-08-19T10:25:57.369 INFO:teuthology.orchestra.run.smithi078.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-08-19T10:25:57.408 INFO:teuthology.orchestra.run.smithi196.stdout:Reading package lists... 2024-08-19T10:25:57.489 INFO:teuthology.orchestra.run.smithi078.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-08-19T10:25:57.572 INFO:teuthology.orchestra.run.smithi078.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-08-19T10:25:57.593 INFO:teuthology.orchestra.run.smithi196.stdout:Building dependency tree... 2024-08-19T10:25:57.593 INFO:teuthology.orchestra.run.smithi196.stdout:Reading state information... 2024-08-19T10:25:57.651 INFO:teuthology.orchestra.run.smithi078.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-08-19T10:25:57.755 INFO:teuthology.orchestra.run.smithi196.stdout:linux-image-generic is already the newest version (5.15.0.118.118). 2024-08-19T10:25:57.755 INFO:teuthology.orchestra.run.smithi196.stdout:The following packages were automatically installed and are no longer required: 2024-08-19T10:25:57.756 INFO:teuthology.orchestra.run.smithi196.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-08-19T10:25:57.756 INFO:teuthology.orchestra.run.smithi196.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-08-19T10:25:57.756 INFO:teuthology.orchestra.run.smithi196.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-08-19T10:25:57.756 INFO:teuthology.orchestra.run.smithi196.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-08-19T10:25:57.756 INFO:teuthology.orchestra.run.smithi196.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-08-19T10:25:57.756 INFO:teuthology.orchestra.run.smithi196.stdout:Use 'sudo apt autoremove' to remove them. 2024-08-19T10:25:57.796 INFO:teuthology.orchestra.run.smithi196.stdout:0 upgraded, 0 newly installed, 0 to remove and 333 not upgraded. 2024-08-19T10:25:57.797 DEBUG:teuthology.orchestra.run.smithi196:> dpkg -s linux-image-generic 2024-08-19T10:25:57.838 INFO:teuthology.orchestra.run.smithi133.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-08-19T10:25:57.838 INFO:teuthology.orchestra.run.smithi133.stdout:Sourcing file `/etc/default/grub' 2024-08-19T10:25:57.860 INFO:teuthology.orchestra.run.smithi196.stdout:Package: linux-image-generic 2024-08-19T10:25:57.860 INFO:teuthology.orchestra.run.smithi196.stdout:Status: install ok installed 2024-08-19T10:25:57.861 INFO:teuthology.orchestra.run.smithi196.stdout:Priority: optional 2024-08-19T10:25:57.861 INFO:teuthology.orchestra.run.smithi196.stdout:Section: kernel 2024-08-19T10:25:57.861 INFO:teuthology.orchestra.run.smithi196.stdout:Installed-Size: 21 2024-08-19T10:25:57.861 INFO:teuthology.orchestra.run.smithi196.stdout:Maintainer: Ubuntu Kernel Team 2024-08-19T10:25:57.861 INFO:teuthology.orchestra.run.smithi196.stdout:Architecture: amd64 2024-08-19T10:25:57.861 INFO:teuthology.orchestra.run.smithi196.stdout:Source: linux-meta 2024-08-19T10:25:57.861 INFO:teuthology.orchestra.run.smithi196.stdout:Version: 5.15.0.118.118 2024-08-19T10:25:57.861 INFO:teuthology.orchestra.run.smithi196.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-118), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-08-19T10:25:57.861 INFO:teuthology.orchestra.run.smithi196.stdout:Depends: linux-image-5.15.0-118-generic, linux-modules-extra-5.15.0-118-generic, linux-firmware, intel-microcode, amd64-microcode 2024-08-19T10:25:57.861 INFO:teuthology.orchestra.run.smithi196.stdout:Recommends: thermald 2024-08-19T10:25:57.861 INFO:teuthology.orchestra.run.smithi196.stdout:Description: Generic Linux kernel image 2024-08-19T10:25:57.861 INFO:teuthology.orchestra.run.smithi196.stdout: This package will always depend on the latest generic kernel image 2024-08-19T10:25:57.861 INFO:teuthology.orchestra.run.smithi196.stdout: available. 2024-08-19T10:25:57.862 DEBUG:teuthology.orchestra.run.smithi196:> mktemp 2024-08-19T10:25:57.864 INFO:teuthology.orchestra.run.smithi133.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-08-19T10:25:57.893 INFO:teuthology.orchestra.run.smithi133.stdout:Generating grub configuration file ... 2024-08-19T10:25:57.905 INFO:teuthology.orchestra.run.smithi196.stdout:/tmp/tmp.AWBPXSKTzk 2024-08-19T10:25:57.906 DEBUG:teuthology.orchestra.run.smithi196:> sudo cp /boot/grub/grub.cfg /tmp/tmp.AWBPXSKTzk 2024-08-19T10:25:57.963 DEBUG:teuthology.orchestra.run.smithi196:> sudo chmod 0666 /tmp/tmp.AWBPXSKTzk 2024-08-19T10:25:58.078 DEBUG:teuthology.orchestra.remote:smithi196:/tmp/tmp.AWBPXSKTzk is 10KB 2024-08-19T10:25:58.091 DEBUG:teuthology.orchestra.run.smithi196:> rm -fr /tmp/tmp.AWBPXSKTzk 2024-08-19T10:25:58.096 DEBUG:teuthology.orchestra.run.smithi196:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-08-19T10:25:58.149 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-08-19T10:25:58.150 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-08-19T10:25:58.150 DEBUG:teuthology.orchestra.run.smithi196:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-08-19T10:25:58.217 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-118-generic 2024-08-19T10:25:58.217 DEBUG:teuthology.orchestra.run.smithi196:> sudo update-grub 2024-08-19T10:25:58.274 INFO:teuthology.orchestra.run.smithi133.stdout:Found linux image: /boot/vmlinuz-5.15.0-118-generic 2024-08-19T10:25:58.295 INFO:teuthology.orchestra.run.smithi133.stdout:Found initrd image: /boot/initrd.img-5.15.0-118-generic 2024-08-19T10:25:58.723 INFO:teuthology.orchestra.run.smithi133.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-08-19T10:25:58.728 INFO:teuthology.orchestra.run.smithi133.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-08-19T10:25:58.781 INFO:teuthology.orchestra.run.smithi078.stdout:Reading package lists... 2024-08-19T10:25:58.799 DEBUG:teuthology.orchestra.run.smithi078:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-08-19T10:25:58.804 INFO:teuthology.orchestra.run.smithi133.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-08-19T10:25:58.810 INFO:teuthology.orchestra.run.smithi133.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-08-19T10:25:58.853 INFO:teuthology.orchestra.run.smithi078.stdout:Reading package lists... 2024-08-19T10:25:58.993 INFO:teuthology.orchestra.run.smithi133.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-08-19T10:25:58.993 INFO:teuthology.orchestra.run.smithi133.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-08-19T10:25:58.993 INFO:teuthology.orchestra.run.smithi133.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-08-19T10:25:59.030 INFO:teuthology.orchestra.run.smithi133.stdout:done 2024-08-19T10:25:59.044 INFO:teuthology.orchestra.run.smithi078.stdout:Building dependency tree... 2024-08-19T10:25:59.044 INFO:teuthology.orchestra.run.smithi078.stdout:Reading state information... 2024-08-19T10:25:59.211 INFO:teuthology.orchestra.run.smithi078.stdout:linux-image-generic is already the newest version (5.15.0.118.118). 2024-08-19T10:25:59.212 INFO:teuthology.orchestra.run.smithi078.stdout:The following packages were automatically installed and are no longer required: 2024-08-19T10:25:59.212 INFO:teuthology.orchestra.run.smithi078.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-08-19T10:25:59.212 INFO:teuthology.orchestra.run.smithi078.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-08-19T10:25:59.212 INFO:teuthology.orchestra.run.smithi078.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-08-19T10:25:59.213 INFO:teuthology.orchestra.run.smithi078.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-08-19T10:25:59.213 INFO:teuthology.orchestra.run.smithi078.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-08-19T10:25:59.213 INFO:teuthology.orchestra.run.smithi078.stdout:Use 'sudo apt autoremove' to remove them. 2024-08-19T10:25:59.251 INFO:teuthology.orchestra.run.smithi078.stdout:0 upgraded, 0 newly installed, 0 to remove and 333 not upgraded. 2024-08-19T10:25:59.252 DEBUG:teuthology.orchestra.run.smithi078:> dpkg -s linux-image-generic 2024-08-19T10:25:59.310 INFO:teuthology.orchestra.run.smithi196.stderr:Sourcing file `/etc/default/grub' 2024-08-19T10:25:59.311 INFO:teuthology.orchestra.run.smithi078.stdout:Package: linux-image-generic 2024-08-19T10:25:59.312 INFO:teuthology.orchestra.run.smithi078.stdout:Status: install ok installed 2024-08-19T10:25:59.312 INFO:teuthology.orchestra.run.smithi078.stdout:Priority: optional 2024-08-19T10:25:59.312 INFO:teuthology.orchestra.run.smithi078.stdout:Section: kernel 2024-08-19T10:25:59.312 INFO:teuthology.orchestra.run.smithi078.stdout:Installed-Size: 21 2024-08-19T10:25:59.312 INFO:teuthology.orchestra.run.smithi078.stdout:Maintainer: Ubuntu Kernel Team 2024-08-19T10:25:59.312 INFO:teuthology.orchestra.run.smithi078.stdout:Architecture: amd64 2024-08-19T10:25:59.312 INFO:teuthology.orchestra.run.smithi078.stdout:Source: linux-meta 2024-08-19T10:25:59.312 INFO:teuthology.orchestra.run.smithi078.stdout:Version: 5.15.0.118.118 2024-08-19T10:25:59.312 INFO:teuthology.orchestra.run.smithi078.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-118), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-08-19T10:25:59.312 INFO:teuthology.orchestra.run.smithi078.stdout:Depends: linux-image-5.15.0-118-generic, linux-modules-extra-5.15.0-118-generic, linux-firmware, intel-microcode, amd64-microcode 2024-08-19T10:25:59.312 INFO:teuthology.orchestra.run.smithi078.stdout:Recommends: thermald 2024-08-19T10:25:59.312 INFO:teuthology.orchestra.run.smithi078.stdout:Description: Generic Linux kernel image 2024-08-19T10:25:59.313 INFO:teuthology.orchestra.run.smithi078.stdout: This package will always depend on the latest generic kernel image 2024-08-19T10:25:59.313 INFO:teuthology.orchestra.run.smithi078.stdout: available. 2024-08-19T10:25:59.313 DEBUG:teuthology.orchestra.run.smithi078:> mktemp 2024-08-19T10:25:59.314 INFO:teuthology.orchestra.run.smithi196.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-08-19T10:25:59.314 INFO:teuthology.orchestra.run.smithi196.stderr:Generating grub configuration file ... 2024-08-19T10:25:59.356 INFO:teuthology.orchestra.run.smithi078.stdout:/tmp/tmp.A4TP5slA2C 2024-08-19T10:25:59.357 DEBUG:teuthology.orchestra.run.smithi078:> sudo cp /boot/grub/grub.cfg /tmp/tmp.A4TP5slA2C 2024-08-19T10:25:59.413 DEBUG:teuthology.orchestra.run.smithi078:> sudo chmod 0666 /tmp/tmp.A4TP5slA2C 2024-08-19T10:25:59.498 DEBUG:teuthology.orchestra.run.smithi133:> dpkg -s linux-image-generic 2024-08-19T10:25:59.513 INFO:teuthology.orchestra.run.smithi196.stderr:Found linux image: /boot/vmlinuz-5.15.0-118-generic 2024-08-19T10:25:59.519 INFO:teuthology.orchestra.run.smithi196.stderr:Found initrd image: /boot/initrd.img-5.15.0-118-generic 2024-08-19T10:25:59.520 INFO:teuthology.orchestra.run.smithi133.stdout:Package: linux-image-generic 2024-08-19T10:25:59.521 INFO:teuthology.orchestra.run.smithi133.stdout:Status: install ok installed 2024-08-19T10:25:59.521 INFO:teuthology.orchestra.run.smithi133.stdout:Priority: optional 2024-08-19T10:25:59.521 INFO:teuthology.orchestra.run.smithi133.stdout:Section: kernel 2024-08-19T10:25:59.521 INFO:teuthology.orchestra.run.smithi133.stdout:Installed-Size: 21 2024-08-19T10:25:59.521 INFO:teuthology.orchestra.run.smithi133.stdout:Maintainer: Ubuntu Kernel Team 2024-08-19T10:25:59.521 INFO:teuthology.orchestra.run.smithi133.stdout:Architecture: amd64 2024-08-19T10:25:59.521 INFO:teuthology.orchestra.run.smithi133.stdout:Source: linux-meta 2024-08-19T10:25:59.521 INFO:teuthology.orchestra.run.smithi133.stdout:Version: 5.15.0.118.118 2024-08-19T10:25:59.521 INFO:teuthology.orchestra.run.smithi133.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-118), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-08-19T10:25:59.521 INFO:teuthology.orchestra.run.smithi133.stdout:Depends: linux-image-5.15.0-118-generic, linux-modules-extra-5.15.0-118-generic, linux-firmware, intel-microcode, amd64-microcode 2024-08-19T10:25:59.522 INFO:teuthology.orchestra.run.smithi133.stdout:Recommends: thermald 2024-08-19T10:25:59.522 INFO:teuthology.orchestra.run.smithi133.stdout:Description: Generic Linux kernel image 2024-08-19T10:25:59.522 INFO:teuthology.orchestra.run.smithi133.stdout: This package will always depend on the latest generic kernel image 2024-08-19T10:25:59.522 INFO:teuthology.orchestra.run.smithi133.stdout: available. 2024-08-19T10:25:59.522 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-118-generic 2024-08-19T10:25:59.522 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-08-19T10:25:59.522 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-08-19T10:25:59.522 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-08-19T10:25:59.522 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi133.front.sepia.ceph.com, path=None, version=distro) 2024-08-19T10:25:59.523 DEBUG:teuthology.orchestra.run.smithi133:> sudo apt-get clean 2024-08-19T10:25:59.528 DEBUG:teuthology.orchestra.remote:smithi078:/tmp/tmp.A4TP5slA2C is 10KB 2024-08-19T10:25:59.540 DEBUG:teuthology.orchestra.run.smithi078:> rm -fr /tmp/tmp.A4TP5slA2C 2024-08-19T10:25:59.546 DEBUG:teuthology.orchestra.run.smithi078:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-08-19T10:25:59.603 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2024-08-19T10:25:59.603 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-08-19T10:25:59.603 DEBUG:teuthology.orchestra.run.smithi078:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-08-19T10:25:59.666 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-118-generic 2024-08-19T10:25:59.666 DEBUG:teuthology.orchestra.run.smithi078:> sudo update-grub 2024-08-19T10:25:59.692 DEBUG:teuthology.orchestra.run.smithi133:> sudo apt-get update 2024-08-19T10:25:59.747 INFO:teuthology.orchestra.run.smithi196.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-08-19T10:25:59.752 INFO:teuthology.orchestra.run.smithi196.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-08-19T10:25:59.796 INFO:teuthology.orchestra.run.smithi196.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-08-19T10:25:59.801 INFO:teuthology.orchestra.run.smithi196.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-08-19T10:25:59.809 INFO:teuthology.orchestra.run.smithi133.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-08-19T10:25:59.809 INFO:teuthology.orchestra.run.smithi133.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-08-19T10:25:59.819 INFO:teuthology.orchestra.run.smithi133.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-08-19T10:25:59.837 INFO:teuthology.orchestra.run.smithi133.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-08-19T10:25:59.915 INFO:teuthology.orchestra.run.smithi196.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-08-19T10:25:59.915 INFO:teuthology.orchestra.run.smithi196.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-08-19T10:25:59.915 INFO:teuthology.orchestra.run.smithi196.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-08-19T10:25:59.941 INFO:teuthology.orchestra.run.smithi196.stderr:done 2024-08-19T10:25:59.943 DEBUG:teuthology.orchestra.run.smithi196:> sudo shutdown -r now 2024-08-19T10:26:00.914 INFO:teuthology.orchestra.run.smithi078.stderr:Sourcing file `/etc/default/grub' 2024-08-19T10:26:00.915 INFO:teuthology.orchestra.run.smithi078.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-08-19T10:26:00.917 INFO:teuthology.orchestra.run.smithi078.stderr:Generating grub configuration file ... 2024-08-19T10:26:01.102 INFO:teuthology.orchestra.run.smithi078.stderr:Found linux image: /boot/vmlinuz-5.15.0-118-generic 2024-08-19T10:26:01.107 INFO:teuthology.orchestra.run.smithi078.stderr:Found initrd image: /boot/initrd.img-5.15.0-118-generic 2024-08-19T10:26:01.238 INFO:teuthology.orchestra.run.smithi133.stdout:Reading package lists... 2024-08-19T10:26:01.258 DEBUG:teuthology.orchestra.run.smithi133:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-08-19T10:26:01.322 INFO:teuthology.orchestra.run.smithi133.stdout:Reading package lists... 2024-08-19T10:26:01.331 INFO:teuthology.orchestra.run.smithi078.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-08-19T10:26:01.337 INFO:teuthology.orchestra.run.smithi078.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-08-19T10:26:01.379 INFO:teuthology.orchestra.run.smithi078.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-08-19T10:26:01.384 INFO:teuthology.orchestra.run.smithi078.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-08-19T10:26:01.496 INFO:teuthology.orchestra.run.smithi078.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-08-19T10:26:01.497 INFO:teuthology.orchestra.run.smithi078.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-08-19T10:26:01.497 INFO:teuthology.orchestra.run.smithi078.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-08-19T10:26:01.506 INFO:teuthology.orchestra.run.smithi078.stderr:done 2024-08-19T10:26:01.508 DEBUG:teuthology.orchestra.run.smithi078:> sudo shutdown -r now 2024-08-19T10:26:01.529 INFO:teuthology.orchestra.run.smithi133.stdout:Building dependency tree... 2024-08-19T10:26:01.530 INFO:teuthology.orchestra.run.smithi133.stdout:Reading state information... 2024-08-19T10:26:01.709 INFO:teuthology.orchestra.run.smithi133.stdout:linux-image-generic is already the newest version (5.15.0.118.118). 2024-08-19T10:26:01.710 INFO:teuthology.orchestra.run.smithi133.stdout:The following packages were automatically installed and are no longer required: 2024-08-19T10:26:01.710 INFO:teuthology.orchestra.run.smithi133.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-08-19T10:26:01.710 INFO:teuthology.orchestra.run.smithi133.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-08-19T10:26:01.710 INFO:teuthology.orchestra.run.smithi133.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-08-19T10:26:01.710 INFO:teuthology.orchestra.run.smithi133.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-08-19T10:26:01.710 INFO:teuthology.orchestra.run.smithi133.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-08-19T10:26:01.711 INFO:teuthology.orchestra.run.smithi133.stdout:Use 'sudo apt autoremove' to remove them. 2024-08-19T10:26:01.750 INFO:teuthology.orchestra.run.smithi133.stdout:0 upgraded, 0 newly installed, 0 to remove and 333 not upgraded. 2024-08-19T10:26:01.751 DEBUG:teuthology.orchestra.run.smithi133:> dpkg -s linux-image-generic 2024-08-19T10:26:01.766 INFO:teuthology.orchestra.run.smithi133.stdout:Package: linux-image-generic 2024-08-19T10:26:01.767 INFO:teuthology.orchestra.run.smithi133.stdout:Status: install ok installed 2024-08-19T10:26:01.767 INFO:teuthology.orchestra.run.smithi133.stdout:Priority: optional 2024-08-19T10:26:01.767 INFO:teuthology.orchestra.run.smithi133.stdout:Section: kernel 2024-08-19T10:26:01.767 INFO:teuthology.orchestra.run.smithi133.stdout:Installed-Size: 21 2024-08-19T10:26:01.767 INFO:teuthology.orchestra.run.smithi133.stdout:Maintainer: Ubuntu Kernel Team 2024-08-19T10:26:01.767 INFO:teuthology.orchestra.run.smithi133.stdout:Architecture: amd64 2024-08-19T10:26:01.767 INFO:teuthology.orchestra.run.smithi133.stdout:Source: linux-meta 2024-08-19T10:26:01.767 INFO:teuthology.orchestra.run.smithi133.stdout:Version: 5.15.0.118.118 2024-08-19T10:26:01.767 INFO:teuthology.orchestra.run.smithi133.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-118), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-08-19T10:26:01.767 INFO:teuthology.orchestra.run.smithi133.stdout:Depends: linux-image-5.15.0-118-generic, linux-modules-extra-5.15.0-118-generic, linux-firmware, intel-microcode, amd64-microcode 2024-08-19T10:26:01.767 INFO:teuthology.orchestra.run.smithi133.stdout:Recommends: thermald 2024-08-19T10:26:01.767 INFO:teuthology.orchestra.run.smithi133.stdout:Description: Generic Linux kernel image 2024-08-19T10:26:01.767 INFO:teuthology.orchestra.run.smithi133.stdout: This package will always depend on the latest generic kernel image 2024-08-19T10:26:01.768 INFO:teuthology.orchestra.run.smithi133.stdout: available. 2024-08-19T10:26:01.768 DEBUG:teuthology.orchestra.run.smithi133:> mktemp 2024-08-19T10:26:01.811 INFO:teuthology.orchestra.run.smithi133.stdout:/tmp/tmp.5v0GcEMrrD 2024-08-19T10:26:01.812 DEBUG:teuthology.orchestra.run.smithi133:> sudo cp /boot/grub/grub.cfg /tmp/tmp.5v0GcEMrrD 2024-08-19T10:26:01.873 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod 0666 /tmp/tmp.5v0GcEMrrD 2024-08-19T10:26:01.992 DEBUG:teuthology.orchestra.remote:smithi133:/tmp/tmp.5v0GcEMrrD is 10KB 2024-08-19T10:26:02.004 DEBUG:teuthology.orchestra.run.smithi133:> rm -fr /tmp/tmp.5v0GcEMrrD 2024-08-19T10:26:02.010 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-08-19T10:26:02.063 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-08-19T10:26:02.063 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-08-19T10:26:02.063 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-08-19T10:26:02.146 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-118-generic 2024-08-19T10:26:02.147 DEBUG:teuthology.orchestra.run.smithi133:> sudo update-grub 2024-08-19T10:26:03.540 INFO:teuthology.orchestra.run.smithi133.stderr:Sourcing file `/etc/default/grub' 2024-08-19T10:26:03.541 INFO:teuthology.orchestra.run.smithi133.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-08-19T10:26:03.545 INFO:teuthology.orchestra.run.smithi133.stderr:Generating grub configuration file ... 2024-08-19T10:26:03.810 INFO:teuthology.orchestra.run.smithi133.stderr:Found linux image: /boot/vmlinuz-5.15.0-118-generic 2024-08-19T10:26:03.816 INFO:teuthology.orchestra.run.smithi133.stderr:Found initrd image: /boot/initrd.img-5.15.0-118-generic 2024-08-19T10:26:04.140 INFO:teuthology.orchestra.run.smithi133.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-08-19T10:26:04.145 INFO:teuthology.orchestra.run.smithi133.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-08-19T10:26:04.186 INFO:teuthology.orchestra.run.smithi133.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-08-19T10:26:04.191 INFO:teuthology.orchestra.run.smithi133.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-08-19T10:26:04.327 INFO:teuthology.orchestra.run.smithi133.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-08-19T10:26:04.327 INFO:teuthology.orchestra.run.smithi133.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-08-19T10:26:04.327 INFO:teuthology.orchestra.run.smithi133.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-08-19T10:26:04.339 INFO:teuthology.orchestra.run.smithi133.stderr:done 2024-08-19T10:26:04.341 DEBUG:teuthology.orchestra.run.smithi133:> sudo shutdown -r now 2024-08-19T10:26:29.970 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-08-19T10:26:29.971 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi196.front.sepia.ceph.com' 2024-08-19T10:26:29.972 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi196.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-08-19T10:26:31.512 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-08-19T10:26:31.513 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi078.front.sepia.ceph.com' 2024-08-19T10:26:31.513 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi078.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-08-19T10:26:34.386 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-08-19T10:26:34.387 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-08-19T10:26:34.387 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-08-19T10:26:48.415 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.196 2024-08-19T10:26:49.955 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.78 2024-08-19T10:26:52.770 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.133 2024-08-19T10:26:57.418 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi196.front.sepia.ceph.com' 2024-08-19T10:26:57.419 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi196.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-08-19T10:26:58.957 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi078.front.sepia.ceph.com' 2024-08-19T10:26:58.958 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi078.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-08-19T10:27:00.482 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.196 2024-08-19T10:27:01.772 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-08-19T10:27:01.773 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-08-19T10:27:02.050 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.78 2024-08-19T10:27:04.866 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.133 2024-08-19T10:27:12.491 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi196.front.sepia.ceph.com' 2024-08-19T10:27:12.492 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi196.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-08-19T10:27:14.053 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi078.front.sepia.ceph.com' 2024-08-19T10:27:14.053 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi078.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-08-19T10:27:16.869 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-08-19T10:27:16.870 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-08-19T10:27:30.910 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.196 2024-08-19T10:27:32.446 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.78 2024-08-19T10:27:45.922 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi196.front.sepia.ceph.com' 2024-08-19T10:27:45.924 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi196.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-08-19T10:27:46.159 DEBUG:teuthology.orchestra.run.smithi196:> true 2024-08-19T10:27:46.726 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi196.front.sepia.ceph.com' 2024-08-19T10:27:46.726 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-118-generic"... 2024-08-19T10:27:46.726 DEBUG:teuthology.orchestra.run.smithi196:> uname -r 2024-08-19T10:27:46.771 INFO:teuthology.orchestra.run.smithi196.stdout:5.15.0-118-generic 2024-08-19T10:27:46.772 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-118-generic vs 5.15.0-118-generic 2024-08-19T10:27:46.772 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-08-19T10:27:46.772 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-08-19T10:27:47.447 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi078.front.sepia.ceph.com' 2024-08-19T10:27:47.448 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi078.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-08-19T10:27:47.773 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-08-19T10:27:47.773 DEBUG:teuthology.orchestra.run.smithi196:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-08-19T10:27:47.777 DEBUG:teuthology.orchestra.run.smithi078:> true 2024-08-19T10:27:47.834 INFO:teuthology.orchestra.run.smithi196.stdout:ttyS1 2024-08-19T10:27:47.865 DEBUG:teuthology.parallel:result is None 2024-08-19T10:27:48.315 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi078.front.sepia.ceph.com' 2024-08-19T10:27:48.315 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-118-generic"... 2024-08-19T10:27:48.316 DEBUG:teuthology.orchestra.run.smithi078:> uname -r 2024-08-19T10:27:48.363 INFO:teuthology.orchestra.run.smithi078.stdout:5.15.0-118-generic 2024-08-19T10:27:48.363 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-118-generic vs 5.15.0-118-generic 2024-08-19T10:27:48.363 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-08-19T10:27:48.363 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-08-19T10:27:48.633 DEBUG:teuthology.orchestra.run.smithi133:> true 2024-08-19T10:27:49.224 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-08-19T10:27:49.224 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-118-generic"... 2024-08-19T10:27:49.225 DEBUG:teuthology.orchestra.run.smithi133:> uname -r 2024-08-19T10:27:49.272 INFO:teuthology.orchestra.run.smithi133.stdout:5.15.0-118-generic 2024-08-19T10:27:49.272 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-118-generic vs 5.15.0-118-generic 2024-08-19T10:27:49.272 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-08-19T10:27:49.272 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-08-19T10:27:49.366 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-08-19T10:27:49.366 DEBUG:teuthology.orchestra.run.smithi078:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-08-19T10:27:49.435 INFO:teuthology.orchestra.run.smithi078.stdout:ttyS1 2024-08-19T10:27:49.469 DEBUG:teuthology.parallel:result is None 2024-08-19T10:27:50.273 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-08-19T10:27:50.273 DEBUG:teuthology.orchestra.run.smithi133:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-08-19T10:27:50.350 INFO:teuthology.orchestra.run.smithi133.stdout:ttyS1 2024-08-19T10:27:50.377 DEBUG:teuthology.parallel:result is None 2024-08-19T10:27:50.377 INFO:teuthology.run_tasks:Running task internal.base... 2024-08-19T10:27:50.384 INFO:teuthology.task.internal:Creating test directory... 2024-08-19T10:27:50.384 DEBUG:teuthology.orchestra.run.smithi078:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-08-19T10:27:50.387 DEBUG:teuthology.orchestra.run.smithi133:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-08-19T10:27:50.389 DEBUG:teuthology.orchestra.run.smithi196:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-08-19T10:27:50.395 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-08-19T10:27:50.511 INFO:teuthology.run_tasks:Running task internal.archive... 2024-08-19T10:27:50.693 INFO:teuthology.task.internal:Creating archive directory... 2024-08-19T10:27:50.694 DEBUG:teuthology.orchestra.run.smithi078:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-08-19T10:27:50.696 DEBUG:teuthology.orchestra.run.smithi133:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-08-19T10:27:50.698 DEBUG:teuthology.orchestra.run.smithi196:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-08-19T10:27:50.796 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-08-19T10:27:50.804 INFO:teuthology.task.internal:Enabling coredump saving... 2024-08-19T10:27:50.805 DEBUG:teuthology.orchestra.run.smithi078:> 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-08-19T10:27:50.807 DEBUG:teuthology.orchestra.run.smithi133:> 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-08-19T10:27:50.810 DEBUG:teuthology.orchestra.run.smithi196:> 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-08-19T10:27:50.825 INFO:teuthology.orchestra.run.smithi078.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-08-19T10:27:50.828 INFO:teuthology.orchestra.run.smithi196.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-08-19T10:27:50.829 INFO:teuthology.orchestra.run.smithi133.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-08-19T10:27:50.833 INFO:teuthology.orchestra.run.smithi078.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-08-19T10:27:50.837 INFO:teuthology.orchestra.run.smithi196.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-08-19T10:27:50.837 INFO:teuthology.orchestra.run.smithi133.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-08-19T10:27:50.839 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-08-19T10:27:50.973 INFO:teuthology.task.internal:Configuring sudo... 2024-08-19T10:27:50.973 DEBUG:teuthology.orchestra.run.smithi078:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-08-19T10:27:50.976 DEBUG:teuthology.orchestra.run.smithi133:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-08-19T10:27:50.979 DEBUG:teuthology.orchestra.run.smithi196:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-08-19T10:27:50.993 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-08-19T10:27:51.071 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-08-19T10:27:51.071 DEBUG:teuthology.orchestra.run.smithi078:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-08-19T10:27:51.074 DEBUG:teuthology.orchestra.run.smithi133:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-08-19T10:27:51.076 DEBUG:teuthology.orchestra.run.smithi196:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-08-19T10:27:51.082 DEBUG:teuthology.orchestra.run.smithi078:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-08-19T10:27:51.124 DEBUG:teuthology.orchestra.run.smithi078:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-08-19T10:27:51.172 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2024-08-19T10:27:51.172 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-08-19T10:27:51.232 DEBUG:teuthology.orchestra.run.smithi133:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-08-19T10:27:51.238 DEBUG:teuthology.orchestra.run.smithi133:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-08-19T10:27:51.284 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-08-19T10:27:51.284 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-08-19T10:27:51.358 DEBUG:teuthology.orchestra.run.smithi196:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-08-19T10:27:51.364 DEBUG:teuthology.orchestra.run.smithi196:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-08-19T10:27:51.412 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-08-19T10:27:51.413 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-08-19T10:27:51.474 DEBUG:teuthology.orchestra.run.smithi078:> sudo service rsyslog restart 2024-08-19T10:27:51.477 DEBUG:teuthology.orchestra.run.smithi133:> sudo service rsyslog restart 2024-08-19T10:27:51.480 DEBUG:teuthology.orchestra.run.smithi196:> sudo service rsyslog restart 2024-08-19T10:27:51.544 INFO:teuthology.run_tasks:Running task internal.timer... 2024-08-19T10:27:51.554 INFO:teuthology.task.internal:Starting timer... 2024-08-19T10:27:51.554 INFO:teuthology.run_tasks:Running task pcp... 2024-08-19T10:27:51.621 INFO:teuthology.run_tasks:Running task selinux... 2024-08-19T10:27:51.694 DEBUG:teuthology.task.selinux:Excluding smithi078: OS 'ubuntu' does not support SELinux 2024-08-19T10:27:51.694 DEBUG:teuthology.task.selinux:Excluding smithi133: OS 'ubuntu' does not support SELinux 2024-08-19T10:27:51.694 DEBUG:teuthology.task.selinux:Excluding smithi196: OS 'ubuntu' does not support SELinux 2024-08-19T10:27:51.694 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-08-19T10:27:51.694 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-08-19T10:27:51.694 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-08-19T10:27:51.694 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-08-19T10:27:51.735 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-08-19T10:27:51.748 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-08-19T10:27:51.749 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi078.front.sepia.ceph.com,smithi133.front.sepia.ceph.com,smithi196.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-08-19T10:35:21.614 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi078.front.sepia.ceph.com'), Remote(name='ubuntu@smithi133.front.sepia.ceph.com'), Remote(name='ubuntu@smithi196.front.sepia.ceph.com')] 2024-08-19T10:35:21.615 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi078.front.sepia.ceph.com' 2024-08-19T10:35:21.616 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi078.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-08-19T10:35:21.711 DEBUG:teuthology.orchestra.run.smithi078:> true 2024-08-19T10:35:21.790 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi078.front.sepia.ceph.com' 2024-08-19T10:35:21.791 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-08-19T10:35:21.791 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-08-19T10:35:21.884 DEBUG:teuthology.orchestra.run.smithi133:> true 2024-08-19T10:35:21.963 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-08-19T10:35:21.963 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi196.front.sepia.ceph.com' 2024-08-19T10:35:21.964 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi196.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-08-19T10:35:22.055 DEBUG:teuthology.orchestra.run.smithi196:> true 2024-08-19T10:35:22.130 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi196.front.sepia.ceph.com' 2024-08-19T10:35:22.131 INFO:teuthology.run_tasks:Running task clock... 2024-08-19T10:35:22.142 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-08-19T10:35:22.142 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-08-19T10:35:22.142 DEBUG:teuthology.orchestra.run.smithi078:> 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-08-19T10:35:22.145 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-08-19T10:35:22.145 DEBUG:teuthology.orchestra.run.smithi133:> 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-08-19T10:35:22.147 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-08-19T10:35:22.147 DEBUG:teuthology.orchestra.run.smithi196:> 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-08-19T10:35:22.172 INFO:teuthology.orchestra.run.smithi078.stdout:19 Aug 10:35:22 ntpd[18426]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-08-19T10:35:22.172 INFO:teuthology.orchestra.run.smithi078.stdout:19 Aug 10:35:22 ntpd[18426]: Command line: ntpd -gq 2024-08-19T10:35:22.172 INFO:teuthology.orchestra.run.smithi078.stdout:19 Aug 10:35:22 ntpd[18426]: ---------------------------------------------------- 2024-08-19T10:35:22.172 INFO:teuthology.orchestra.run.smithi078.stdout:19 Aug 10:35:22 ntpd[18426]: ntp-4 is maintained by Network Time Foundation, 2024-08-19T10:35:22.172 INFO:teuthology.orchestra.run.smithi078.stdout:19 Aug 10:35:22 ntpd[18426]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-08-19T10:35:22.172 INFO:teuthology.orchestra.run.smithi078.stdout:19 Aug 10:35:22 ntpd[18426]: corporation. Support and training for ntp-4 are 2024-08-19T10:35:22.172 INFO:teuthology.orchestra.run.smithi078.stdout:19 Aug 10:35:22 ntpd[18426]: available at https://www.nwtime.org/support 2024-08-19T10:35:22.172 INFO:teuthology.orchestra.run.smithi078.stdout:19 Aug 10:35:22 ntpd[18426]: ---------------------------------------------------- 2024-08-19T10:35:22.173 INFO:teuthology.orchestra.run.smithi078.stdout:19 Aug 10:35:22 ntpd[18426]: proto: precision = 0.043 usec (-24) 2024-08-19T10:35:22.173 INFO:teuthology.orchestra.run.smithi078.stdout:19 Aug 10:35:22 ntpd[18426]: basedate set to 2022-02-04 2024-08-19T10:35:22.173 INFO:teuthology.orchestra.run.smithi078.stdout:19 Aug 10:35:22 ntpd[18426]: gps base set to 2022-02-06 (week 2196) 2024-08-19T10:35:22.174 INFO:teuthology.orchestra.run.smithi078.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-08-19T10:35:22.174 INFO:teuthology.orchestra.run.smithi078.stdout:19 Aug 10:35:22 ntpd[18426]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-08-19T10:35:22.174 INFO:teuthology.orchestra.run.smithi078.stdout:19 Aug 10:35:22 ntpd[18426]: restrict ::: KOD does nothing without LIMITED. 2024-08-19T10:35:22.174 INFO:teuthology.orchestra.run.smithi078.stderr:restrict ::: KOD does nothing without LIMITED. 2024-08-19T10:35:22.175 INFO:teuthology.orchestra.run.smithi078.stdout:19 Aug 10:35:22 ntpd[18426]: Listen and drop on 0 v6wildcard [::]:123 2024-08-19T10:35:22.175 INFO:teuthology.orchestra.run.smithi078.stdout:19 Aug 10:35:22 ntpd[18426]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-08-19T10:35:22.175 INFO:teuthology.orchestra.run.smithi078.stdout:19 Aug 10:35:22 ntpd[18426]: Listen normally on 2 lo 127.0.0.1:123 2024-08-19T10:35:22.175 INFO:teuthology.orchestra.run.smithi078.stdout:19 Aug 10:35:22 ntpd[18426]: Listen normally on 3 enp3s0f1 172.21.15.78:123 2024-08-19T10:35:22.176 INFO:teuthology.orchestra.run.smithi078.stdout:19 Aug 10:35:22 ntpd[18426]: Listen normally on 4 lo [::1]:123 2024-08-19T10:35:22.176 INFO:teuthology.orchestra.run.smithi078.stdout:19 Aug 10:35:22 ntpd[18426]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d4dd%5]:123 2024-08-19T10:35:22.176 INFO:teuthology.orchestra.run.smithi078.stdout:19 Aug 10:35:22 ntpd[18426]: Listening on routing socket on fd #22 for interface updates 2024-08-19T10:35:22.177 INFO:teuthology.orchestra.run.smithi133.stdout:19 Aug 10:35:22 ntpd[18364]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-08-19T10:35:22.177 INFO:teuthology.orchestra.run.smithi133.stdout:19 Aug 10:35:22 ntpd[18364]: Command line: ntpd -gq 2024-08-19T10:35:22.177 INFO:teuthology.orchestra.run.smithi133.stdout:19 Aug 10:35:22 ntpd[18364]: ---------------------------------------------------- 2024-08-19T10:35:22.178 INFO:teuthology.orchestra.run.smithi133.stdout:19 Aug 10:35:22 ntpd[18364]: ntp-4 is maintained by Network Time Foundation, 2024-08-19T10:35:22.178 INFO:teuthology.orchestra.run.smithi133.stdout:19 Aug 10:35:22 ntpd[18364]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-08-19T10:35:22.178 INFO:teuthology.orchestra.run.smithi133.stdout:19 Aug 10:35:22 ntpd[18364]: corporation. Support and training for ntp-4 are 2024-08-19T10:35:22.178 INFO:teuthology.orchestra.run.smithi133.stdout:19 Aug 10:35:22 ntpd[18364]: available at https://www.nwtime.org/support 2024-08-19T10:35:22.178 INFO:teuthology.orchestra.run.smithi133.stdout:19 Aug 10:35:22 ntpd[18364]: ---------------------------------------------------- 2024-08-19T10:35:22.178 INFO:teuthology.orchestra.run.smithi133.stdout:19 Aug 10:35:22 ntpd[18364]: proto: precision = 0.064 usec (-24) 2024-08-19T10:35:22.178 INFO:teuthology.orchestra.run.smithi133.stdout:19 Aug 10:35:22 ntpd[18364]: basedate set to 2022-02-04 2024-08-19T10:35:22.178 INFO:teuthology.orchestra.run.smithi133.stdout:19 Aug 10:35:22 ntpd[18364]: gps base set to 2022-02-06 (week 2196) 2024-08-19T10:35:22.178 INFO:teuthology.orchestra.run.smithi133.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-08-19T10:35:22.179 INFO:teuthology.orchestra.run.smithi133.stdout:19 Aug 10:35:22 ntpd[18364]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-08-19T10:35:22.179 INFO:teuthology.orchestra.run.smithi133.stdout:19 Aug 10:35:22 ntpd[18364]: restrict ::: KOD does nothing without LIMITED. 2024-08-19T10:35:22.179 INFO:teuthology.orchestra.run.smithi133.stderr:restrict ::: KOD does nothing without LIMITED. 2024-08-19T10:35:22.180 INFO:teuthology.orchestra.run.smithi133.stdout:19 Aug 10:35:22 ntpd[18364]: Listen and drop on 0 v6wildcard [::]:123 2024-08-19T10:35:22.180 INFO:teuthology.orchestra.run.smithi133.stdout:19 Aug 10:35:22 ntpd[18364]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-08-19T10:35:22.180 INFO:teuthology.orchestra.run.smithi133.stdout:19 Aug 10:35:22 ntpd[18364]: Listen normally on 2 lo 127.0.0.1:123 2024-08-19T10:35:22.180 INFO:teuthology.orchestra.run.smithi133.stdout:19 Aug 10:35:22 ntpd[18364]: Listen normally on 3 enp3s0f1 172.21.15.133:123 2024-08-19T10:35:22.180 INFO:teuthology.orchestra.run.smithi133.stdout:19 Aug 10:35:22 ntpd[18364]: Listen normally on 4 lo [::1]:123 2024-08-19T10:35:22.180 INFO:teuthology.orchestra.run.smithi133.stdout:19 Aug 10:35:22 ntpd[18364]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:8087%5]:123 2024-08-19T10:35:22.180 INFO:teuthology.orchestra.run.smithi133.stdout:19 Aug 10:35:22 ntpd[18364]: Listening on routing socket on fd #22 for interface updates 2024-08-19T10:35:22.199 INFO:teuthology.orchestra.run.smithi196.stdout:19 Aug 10:35:22 ntpd[18374]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-08-19T10:35:22.199 INFO:teuthology.orchestra.run.smithi196.stdout:19 Aug 10:35:22 ntpd[18374]: Command line: ntpd -gq 2024-08-19T10:35:22.199 INFO:teuthology.orchestra.run.smithi196.stdout:19 Aug 10:35:22 ntpd[18374]: ---------------------------------------------------- 2024-08-19T10:35:22.199 INFO:teuthology.orchestra.run.smithi196.stdout:19 Aug 10:35:22 ntpd[18374]: ntp-4 is maintained by Network Time Foundation, 2024-08-19T10:35:22.199 INFO:teuthology.orchestra.run.smithi196.stdout:19 Aug 10:35:22 ntpd[18374]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-08-19T10:35:22.199 INFO:teuthology.orchestra.run.smithi196.stdout:19 Aug 10:35:22 ntpd[18374]: corporation. Support and training for ntp-4 are 2024-08-19T10:35:22.199 INFO:teuthology.orchestra.run.smithi196.stdout:19 Aug 10:35:22 ntpd[18374]: available at https://www.nwtime.org/support 2024-08-19T10:35:22.199 INFO:teuthology.orchestra.run.smithi196.stdout:19 Aug 10:35:22 ntpd[18374]: ---------------------------------------------------- 2024-08-19T10:35:22.200 INFO:teuthology.orchestra.run.smithi196.stdout:19 Aug 10:35:22 ntpd[18374]: proto: precision = 0.060 usec (-24) 2024-08-19T10:35:22.200 INFO:teuthology.orchestra.run.smithi196.stdout:19 Aug 10:35:22 ntpd[18374]: basedate set to 2022-02-04 2024-08-19T10:35:22.200 INFO:teuthology.orchestra.run.smithi196.stdout:19 Aug 10:35:22 ntpd[18374]: gps base set to 2022-02-06 (week 2196) 2024-08-19T10:35:22.200 INFO:teuthology.orchestra.run.smithi196.stdout:19 Aug 10:35:22 ntpd[18374]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-08-19T10:35:22.200 INFO:teuthology.orchestra.run.smithi196.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-08-19T10:35:22.201 INFO:teuthology.orchestra.run.smithi196.stderr:restrict ::: KOD does nothing without LIMITED. 2024-08-19T10:35:22.201 INFO:teuthology.orchestra.run.smithi196.stdout:19 Aug 10:35:22 ntpd[18374]: restrict ::: KOD does nothing without LIMITED. 2024-08-19T10:35:22.202 INFO:teuthology.orchestra.run.smithi196.stdout:19 Aug 10:35:22 ntpd[18374]: Listen and drop on 0 v6wildcard [::]:123 2024-08-19T10:35:22.202 INFO:teuthology.orchestra.run.smithi196.stdout:19 Aug 10:35:22 ntpd[18374]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-08-19T10:35:22.202 INFO:teuthology.orchestra.run.smithi196.stdout:19 Aug 10:35:22 ntpd[18374]: Listen normally on 2 lo 127.0.0.1:123 2024-08-19T10:35:22.202 INFO:teuthology.orchestra.run.smithi196.stdout:19 Aug 10:35:22 ntpd[18374]: Listen normally on 3 enp3s0f1 172.21.15.196:123 2024-08-19T10:35:22.202 INFO:teuthology.orchestra.run.smithi196.stdout:19 Aug 10:35:22 ntpd[18374]: Listen normally on 4 lo [::1]:123 2024-08-19T10:35:22.202 INFO:teuthology.orchestra.run.smithi196.stdout:19 Aug 10:35:22 ntpd[18374]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7f47%5]:123 2024-08-19T10:35:22.202 INFO:teuthology.orchestra.run.smithi196.stdout:19 Aug 10:35:22 ntpd[18374]: Listening on routing socket on fd #22 for interface updates 2024-08-19T10:35:23.173 INFO:teuthology.orchestra.run.smithi078.stderr:19 Aug 10:35:23 ntpd[18426]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-08-19T10:35:23.173 INFO:teuthology.orchestra.run.smithi078.stderr:19 Aug 10:35:23 ntpd[18426]: can't open /var/log/ntpstats/rawstats.20240819: Permission denied 2024-08-19T10:35:23.173 INFO:teuthology.orchestra.run.smithi078.stderr:19 Aug 10:35:23 ntpd[18426]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-08-19T10:35:23.173 INFO:teuthology.orchestra.run.smithi078.stderr:19 Aug 10:35:23 ntpd[18426]: can't open /var/log/ntpstats/rawstats.20240819: Permission denied 2024-08-19T10:35:23.173 INFO:teuthology.orchestra.run.smithi078.stderr:19 Aug 10:35:23 ntpd[18426]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-08-19T10:35:23.173 INFO:teuthology.orchestra.run.smithi078.stderr:19 Aug 10:35:23 ntpd[18426]: can't open /var/log/ntpstats/rawstats.20240819: Permission denied 2024-08-19T10:35:23.173 INFO:teuthology.orchestra.run.smithi078.stderr:19 Aug 10:35:23 ntpd[18426]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-08-19T10:35:23.173 INFO:teuthology.orchestra.run.smithi078.stderr:19 Aug 10:35:23 ntpd[18426]: can't open /var/log/ntpstats/peerstats.20240819: Permission denied 2024-08-19T10:35:23.175 INFO:teuthology.orchestra.run.smithi133.stderr:19 Aug 10:35:23 ntpd[18364]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-08-19T10:35:23.175 INFO:teuthology.orchestra.run.smithi133.stderr:19 Aug 10:35:23 ntpd[18364]: can't open /var/log/ntpstats/rawstats.20240819: Permission denied 2024-08-19T10:35:23.175 INFO:teuthology.orchestra.run.smithi133.stderr:19 Aug 10:35:23 ntpd[18364]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-08-19T10:35:23.175 INFO:teuthology.orchestra.run.smithi133.stderr:19 Aug 10:35:23 ntpd[18364]: can't open /var/log/ntpstats/rawstats.20240819: Permission denied 2024-08-19T10:35:23.175 INFO:teuthology.orchestra.run.smithi133.stderr:19 Aug 10:35:23 ntpd[18364]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-08-19T10:35:23.175 INFO:teuthology.orchestra.run.smithi133.stderr:19 Aug 10:35:23 ntpd[18364]: can't open /var/log/ntpstats/rawstats.20240819: Permission denied 2024-08-19T10:35:23.175 INFO:teuthology.orchestra.run.smithi133.stderr:19 Aug 10:35:23 ntpd[18364]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-08-19T10:35:23.175 INFO:teuthology.orchestra.run.smithi133.stderr:19 Aug 10:35:23 ntpd[18364]: can't open /var/log/ntpstats/peerstats.20240819: Permission denied 2024-08-19T10:35:23.176 INFO:teuthology.orchestra.run.smithi133.stderr:19 Aug 10:35:23 ntpd[18364]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-08-19T10:35:23.176 INFO:teuthology.orchestra.run.smithi133.stderr:19 Aug 10:35:23 ntpd[18364]: can't open /var/log/ntpstats/rawstats.20240819: Permission denied 2024-08-19T10:35:23.176 INFO:teuthology.orchestra.run.smithi133.stderr:19 Aug 10:35:23 ntpd[18364]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-08-19T10:35:23.176 INFO:teuthology.orchestra.run.smithi133.stderr:19 Aug 10:35:23 ntpd[18364]: can't open /var/log/ntpstats/peerstats.20240819: Permission denied 2024-08-19T10:35:24.199 INFO:teuthology.orchestra.run.smithi196.stderr:19 Aug 10:35:24 ntpd[18374]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-08-19T10:35:24.199 INFO:teuthology.orchestra.run.smithi196.stderr:19 Aug 10:35:24 ntpd[18374]: can't open /var/log/ntpstats/rawstats.20240819: Permission denied 2024-08-19T10:35:25.172 INFO:teuthology.orchestra.run.smithi078.stderr:19 Aug 10:35:25 ntpd[18426]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-08-19T10:35:25.173 INFO:teuthology.orchestra.run.smithi078.stderr:19 Aug 10:35:25 ntpd[18426]: can't open /var/log/ntpstats/rawstats.20240819: Permission denied 2024-08-19T10:35:25.173 INFO:teuthology.orchestra.run.smithi078.stderr:19 Aug 10:35:25 ntpd[18426]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-08-19T10:35:25.173 INFO:teuthology.orchestra.run.smithi078.stderr:19 Aug 10:35:25 ntpd[18426]: can't open /var/log/ntpstats/rawstats.20240819: Permission denied 2024-08-19T10:35:25.173 INFO:teuthology.orchestra.run.smithi078.stderr:19 Aug 10:35:25 ntpd[18426]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-08-19T10:35:25.173 INFO:teuthology.orchestra.run.smithi078.stderr:19 Aug 10:35:25 ntpd[18426]: can't open /var/log/ntpstats/peerstats.20240819: Permission denied 2024-08-19T10:35:25.176 INFO:teuthology.orchestra.run.smithi133.stderr:19 Aug 10:35:25 ntpd[18364]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-08-19T10:35:25.176 INFO:teuthology.orchestra.run.smithi133.stderr:19 Aug 10:35:25 ntpd[18364]: can't open /var/log/ntpstats/rawstats.20240819: Permission denied 2024-08-19T10:35:25.176 INFO:teuthology.orchestra.run.smithi133.stderr:19 Aug 10:35:25 ntpd[18364]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-08-19T10:35:25.176 INFO:teuthology.orchestra.run.smithi133.stderr:19 Aug 10:35:25 ntpd[18364]: can't open /var/log/ntpstats/rawstats.20240819: Permission denied 2024-08-19T10:35:25.176 INFO:teuthology.orchestra.run.smithi133.stderr:19 Aug 10:35:25 ntpd[18364]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-08-19T10:35:25.176 INFO:teuthology.orchestra.run.smithi133.stderr:19 Aug 10:35:25 ntpd[18364]: can't open /var/log/ntpstats/rawstats.20240819: Permission denied 2024-08-19T10:35:25.176 INFO:teuthology.orchestra.run.smithi133.stderr:19 Aug 10:35:25 ntpd[18364]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-08-19T10:35:25.176 INFO:teuthology.orchestra.run.smithi133.stderr:19 Aug 10:35:25 ntpd[18364]: can't open /var/log/ntpstats/rawstats.20240819: Permission denied 2024-08-19T10:35:25.176 INFO:teuthology.orchestra.run.smithi133.stderr:19 Aug 10:35:25 ntpd[18364]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-08-19T10:35:25.176 INFO:teuthology.orchestra.run.smithi133.stderr:19 Aug 10:35:25 ntpd[18364]: can't open /var/log/ntpstats/peerstats.20240819: Permission denied 2024-08-19T10:35:25.176 INFO:teuthology.orchestra.run.smithi133.stderr:19 Aug 10:35:25 ntpd[18364]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-08-19T10:35:25.176 INFO:teuthology.orchestra.run.smithi133.stderr:19 Aug 10:35:25 ntpd[18364]: can't open /var/log/ntpstats/rawstats.20240819: Permission denied 2024-08-19T10:35:25.176 INFO:teuthology.orchestra.run.smithi133.stderr:19 Aug 10:35:25 ntpd[18364]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-08-19T10:35:25.177 INFO:teuthology.orchestra.run.smithi133.stderr:19 Aug 10:35:25 ntpd[18364]: can't open /var/log/ntpstats/peerstats.20240819: Permission denied 2024-08-19T10:35:25.199 INFO:teuthology.orchestra.run.smithi196.stderr:19 Aug 10:35:25 ntpd[18374]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-08-19T10:35:25.200 INFO:teuthology.orchestra.run.smithi196.stderr:19 Aug 10:35:25 ntpd[18374]: can't open /var/log/ntpstats/rawstats.20240819: Permission denied 2024-08-19T10:35:25.200 INFO:teuthology.orchestra.run.smithi196.stderr:19 Aug 10:35:25 ntpd[18374]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-08-19T10:35:25.200 INFO:teuthology.orchestra.run.smithi196.stderr:19 Aug 10:35:25 ntpd[18374]: can't open /var/log/ntpstats/rawstats.20240819: Permission denied 2024-08-19T10:35:25.200 INFO:teuthology.orchestra.run.smithi196.stderr:19 Aug 10:35:25 ntpd[18374]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-08-19T10:35:25.200 INFO:teuthology.orchestra.run.smithi196.stderr:19 Aug 10:35:25 ntpd[18374]: can't open /var/log/ntpstats/peerstats.20240819: Permission denied 2024-08-19T10:35:26.175 INFO:teuthology.orchestra.run.smithi133.stderr:19 Aug 10:35:26 ntpd[18364]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-08-19T10:35:26.175 INFO:teuthology.orchestra.run.smithi133.stderr:19 Aug 10:35:26 ntpd[18364]: can't open /var/log/ntpstats/rawstats.20240819: Permission denied 2024-08-19T10:35:26.175 INFO:teuthology.orchestra.run.smithi133.stderr:19 Aug 10:35:26 ntpd[18364]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-08-19T10:35:26.175 INFO:teuthology.orchestra.run.smithi133.stderr:19 Aug 10:35:26 ntpd[18364]: can't open /var/log/ntpstats/rawstats.20240819: Permission denied 2024-08-19T10:35:26.175 INFO:teuthology.orchestra.run.smithi133.stderr:19 Aug 10:35:26 ntpd[18364]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-08-19T10:35:26.175 INFO:teuthology.orchestra.run.smithi133.stderr:19 Aug 10:35:26 ntpd[18364]: can't open /var/log/ntpstats/peerstats.20240819: Permission denied 2024-08-19T10:35:26.200 INFO:teuthology.orchestra.run.smithi196.stderr:19 Aug 10:35:26 ntpd[18374]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-08-19T10:35:26.200 INFO:teuthology.orchestra.run.smithi196.stderr:19 Aug 10:35:26 ntpd[18374]: can't open /var/log/ntpstats/rawstats.20240819: Permission denied 2024-08-19T10:35:26.200 INFO:teuthology.orchestra.run.smithi196.stderr:19 Aug 10:35:26 ntpd[18374]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-08-19T10:35:26.200 INFO:teuthology.orchestra.run.smithi196.stderr:19 Aug 10:35:26 ntpd[18374]: can't open /var/log/ntpstats/rawstats.20240819: Permission denied 2024-08-19T10:35:26.200 INFO:teuthology.orchestra.run.smithi196.stderr:19 Aug 10:35:26 ntpd[18374]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-08-19T10:35:26.200 INFO:teuthology.orchestra.run.smithi196.stderr:19 Aug 10:35:26 ntpd[18374]: can't open /var/log/ntpstats/rawstats.20240819: Permission denied 2024-08-19T10:35:26.201 INFO:teuthology.orchestra.run.smithi196.stderr:19 Aug 10:35:26 ntpd[18374]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-08-19T10:35:26.201 INFO:teuthology.orchestra.run.smithi196.stderr:19 Aug 10:35:26 ntpd[18374]: can't open /var/log/ntpstats/peerstats.20240819: Permission denied 2024-08-19T10:35:26.201 INFO:teuthology.orchestra.run.smithi196.stderr:19 Aug 10:35:26 ntpd[18374]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-08-19T10:35:26.201 INFO:teuthology.orchestra.run.smithi196.stderr:19 Aug 10:35:26 ntpd[18374]: can't open /var/log/ntpstats/rawstats.20240819: Permission denied 2024-08-19T10:35:26.201 INFO:teuthology.orchestra.run.smithi196.stderr:19 Aug 10:35:26 ntpd[18374]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-08-19T10:35:26.201 INFO:teuthology.orchestra.run.smithi196.stderr:19 Aug 10:35:26 ntpd[18374]: can't open /var/log/ntpstats/peerstats.20240819: Permission denied 2024-08-19T10:35:27.173 INFO:teuthology.orchestra.run.smithi078.stderr:19 Aug 10:35:27 ntpd[18426]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-08-19T10:35:27.173 INFO:teuthology.orchestra.run.smithi078.stderr:19 Aug 10:35:27 ntpd[18426]: can't open /var/log/ntpstats/rawstats.20240819: Permission denied 2024-08-19T10:35:27.174 INFO:teuthology.orchestra.run.smithi078.stderr:19 Aug 10:35:27 ntpd[18426]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-08-19T10:35:27.174 INFO:teuthology.orchestra.run.smithi078.stderr:19 Aug 10:35:27 ntpd[18426]: can't open /var/log/ntpstats/rawstats.20240819: Permission denied 2024-08-19T10:35:27.174 INFO:teuthology.orchestra.run.smithi078.stderr:19 Aug 10:35:27 ntpd[18426]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-08-19T10:35:27.174 INFO:teuthology.orchestra.run.smithi078.stderr:19 Aug 10:35:27 ntpd[18426]: can't open /var/log/ntpstats/rawstats.20240819: Permission denied 2024-08-19T10:35:27.174 INFO:teuthology.orchestra.run.smithi078.stderr:19 Aug 10:35:27 ntpd[18426]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-08-19T10:35:27.174 INFO:teuthology.orchestra.run.smithi078.stderr:19 Aug 10:35:27 ntpd[18426]: can't open /var/log/ntpstats/rawstats.20240819: Permission denied 2024-08-19T10:35:27.174 INFO:teuthology.orchestra.run.smithi078.stderr:19 Aug 10:35:27 ntpd[18426]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-08-19T10:35:27.174 INFO:teuthology.orchestra.run.smithi078.stderr:19 Aug 10:35:27 ntpd[18426]: can't open /var/log/ntpstats/peerstats.20240819: Permission denied 2024-08-19T10:35:27.174 INFO:teuthology.orchestra.run.smithi078.stderr:19 Aug 10:35:27 ntpd[18426]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-08-19T10:35:27.174 INFO:teuthology.orchestra.run.smithi078.stderr:19 Aug 10:35:27 ntpd[18426]: can't open /var/log/ntpstats/rawstats.20240819: Permission denied 2024-08-19T10:35:27.174 INFO:teuthology.orchestra.run.smithi078.stderr:19 Aug 10:35:27 ntpd[18426]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-08-19T10:35:27.174 INFO:teuthology.orchestra.run.smithi078.stderr:19 Aug 10:35:27 ntpd[18426]: can't open /var/log/ntpstats/peerstats.20240819: Permission denied 2024-08-19T10:35:27.175 INFO:teuthology.orchestra.run.smithi078.stderr:19 Aug 10:35:27 ntpd[18426]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-08-19T10:35:27.175 INFO:teuthology.orchestra.run.smithi078.stderr:19 Aug 10:35:27 ntpd[18426]: can't open /var/log/ntpstats/rawstats.20240819: Permission denied 2024-08-19T10:35:27.175 INFO:teuthology.orchestra.run.smithi078.stderr:19 Aug 10:35:27 ntpd[18426]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-08-19T10:35:27.175 INFO:teuthology.orchestra.run.smithi078.stderr:19 Aug 10:35:27 ntpd[18426]: can't open /var/log/ntpstats/peerstats.20240819: Permission denied 2024-08-19T10:35:27.176 INFO:teuthology.orchestra.run.smithi133.stderr:19 Aug 10:35:27 ntpd[18364]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-08-19T10:35:27.176 INFO:teuthology.orchestra.run.smithi133.stderr:19 Aug 10:35:27 ntpd[18364]: can't open /var/log/ntpstats/rawstats.20240819: Permission denied 2024-08-19T10:35:27.176 INFO:teuthology.orchestra.run.smithi133.stderr:19 Aug 10:35:27 ntpd[18364]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-08-19T10:35:27.176 INFO:teuthology.orchestra.run.smithi133.stderr:19 Aug 10:35:27 ntpd[18364]: can't open /var/log/ntpstats/rawstats.20240819: Permission denied 2024-08-19T10:35:27.176 INFO:teuthology.orchestra.run.smithi133.stderr:19 Aug 10:35:27 ntpd[18364]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-08-19T10:35:27.176 INFO:teuthology.orchestra.run.smithi133.stderr:19 Aug 10:35:27 ntpd[18364]: can't open /var/log/ntpstats/rawstats.20240819: Permission denied 2024-08-19T10:35:27.177 INFO:teuthology.orchestra.run.smithi133.stderr:19 Aug 10:35:27 ntpd[18364]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-08-19T10:35:27.177 INFO:teuthology.orchestra.run.smithi133.stderr:19 Aug 10:35:27 ntpd[18364]: can't open /var/log/ntpstats/peerstats.20240819: Permission denied 2024-08-19T10:35:27.177 INFO:teuthology.orchestra.run.smithi133.stderr:19 Aug 10:35:27 ntpd[18364]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-08-19T10:35:27.177 INFO:teuthology.orchestra.run.smithi133.stderr:19 Aug 10:35:27 ntpd[18364]: can't open /var/log/ntpstats/rawstats.20240819: Permission denied 2024-08-19T10:35:27.177 INFO:teuthology.orchestra.run.smithi133.stderr:19 Aug 10:35:27 ntpd[18364]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-08-19T10:35:27.177 INFO:teuthology.orchestra.run.smithi133.stderr:19 Aug 10:35:27 ntpd[18364]: can't open /var/log/ntpstats/peerstats.20240819: Permission denied 2024-08-19T10:35:27.199 INFO:teuthology.orchestra.run.smithi196.stderr:19 Aug 10:35:27 ntpd[18374]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-08-19T10:35:27.200 INFO:teuthology.orchestra.run.smithi196.stderr:19 Aug 10:35:27 ntpd[18374]: can't open /var/log/ntpstats/rawstats.20240819: Permission denied 2024-08-19T10:35:27.200 INFO:teuthology.orchestra.run.smithi196.stderr:19 Aug 10:35:27 ntpd[18374]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-08-19T10:35:27.200 INFO:teuthology.orchestra.run.smithi196.stderr:19 Aug 10:35:27 ntpd[18374]: can't open /var/log/ntpstats/rawstats.20240819: Permission denied 2024-08-19T10:35:27.200 INFO:teuthology.orchestra.run.smithi196.stderr:19 Aug 10:35:27 ntpd[18374]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-08-19T10:35:27.200 INFO:teuthology.orchestra.run.smithi196.stderr:19 Aug 10:35:27 ntpd[18374]: can't open /var/log/ntpstats/peerstats.20240819: Permission denied 2024-08-19T10:35:28.175 INFO:teuthology.orchestra.run.smithi133.stderr:19 Aug 10:35:28 ntpd[18364]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-08-19T10:35:28.175 INFO:teuthology.orchestra.run.smithi133.stderr:19 Aug 10:35:28 ntpd[18364]: can't open /var/log/ntpstats/rawstats.20240819: Permission denied 2024-08-19T10:35:28.175 INFO:teuthology.orchestra.run.smithi133.stderr:19 Aug 10:35:28 ntpd[18364]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-08-19T10:35:28.175 INFO:teuthology.orchestra.run.smithi133.stderr:19 Aug 10:35:28 ntpd[18364]: can't open /var/log/ntpstats/rawstats.20240819: Permission denied 2024-08-19T10:35:28.176 INFO:teuthology.orchestra.run.smithi133.stderr:19 Aug 10:35:28 ntpd[18364]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-08-19T10:35:28.176 INFO:teuthology.orchestra.run.smithi133.stderr:19 Aug 10:35:28 ntpd[18364]: can't open /var/log/ntpstats/peerstats.20240819: Permission denied 2024-08-19T10:35:28.200 INFO:teuthology.orchestra.run.smithi196.stderr:19 Aug 10:35:28 ntpd[18374]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-08-19T10:35:28.200 INFO:teuthology.orchestra.run.smithi196.stderr:19 Aug 10:35:28 ntpd[18374]: can't open /var/log/ntpstats/rawstats.20240819: Permission denied 2024-08-19T10:35:28.200 INFO:teuthology.orchestra.run.smithi196.stderr:19 Aug 10:35:28 ntpd[18374]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-08-19T10:35:28.200 INFO:teuthology.orchestra.run.smithi196.stderr:19 Aug 10:35:28 ntpd[18374]: can't open /var/log/ntpstats/rawstats.20240819: Permission denied 2024-08-19T10:35:28.200 INFO:teuthology.orchestra.run.smithi196.stderr:19 Aug 10:35:28 ntpd[18374]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-08-19T10:35:28.201 INFO:teuthology.orchestra.run.smithi196.stderr:19 Aug 10:35:28 ntpd[18374]: can't open /var/log/ntpstats/rawstats.20240819: Permission denied 2024-08-19T10:35:28.201 INFO:teuthology.orchestra.run.smithi196.stderr:19 Aug 10:35:28 ntpd[18374]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-08-19T10:35:28.201 INFO:teuthology.orchestra.run.smithi196.stderr:19 Aug 10:35:28 ntpd[18374]: can't open /var/log/ntpstats/peerstats.20240819: Permission denied 2024-08-19T10:35:28.201 INFO:teuthology.orchestra.run.smithi196.stderr:19 Aug 10:35:28 ntpd[18374]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-08-19T10:35:28.201 INFO:teuthology.orchestra.run.smithi196.stderr:19 Aug 10:35:28 ntpd[18374]: can't open /var/log/ntpstats/rawstats.20240819: Permission denied 2024-08-19T10:35:28.201 INFO:teuthology.orchestra.run.smithi196.stderr:19 Aug 10:35:28 ntpd[18374]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-08-19T10:35:28.201 INFO:teuthology.orchestra.run.smithi196.stderr:19 Aug 10:35:28 ntpd[18374]: can't open /var/log/ntpstats/peerstats.20240819: Permission denied 2024-08-19T10:35:29.173 INFO:teuthology.orchestra.run.smithi078.stderr:19 Aug 10:35:29 ntpd[18426]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-08-19T10:35:29.174 INFO:teuthology.orchestra.run.smithi078.stderr:19 Aug 10:35:29 ntpd[18426]: can't open /var/log/ntpstats/rawstats.20240819: Permission denied 2024-08-19T10:35:29.174 INFO:teuthology.orchestra.run.smithi078.stderr:19 Aug 10:35:29 ntpd[18426]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-08-19T10:35:29.174 INFO:teuthology.orchestra.run.smithi078.stderr:19 Aug 10:35:29 ntpd[18426]: can't open /var/log/ntpstats/rawstats.20240819: Permission denied 2024-08-19T10:35:29.174 INFO:teuthology.orchestra.run.smithi078.stderr:19 Aug 10:35:29 ntpd[18426]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-08-19T10:35:29.174 INFO:teuthology.orchestra.run.smithi078.stderr:19 Aug 10:35:29 ntpd[18426]: can't open /var/log/ntpstats/rawstats.20240819: Permission denied 2024-08-19T10:35:29.174 INFO:teuthology.orchestra.run.smithi078.stderr:19 Aug 10:35:29 ntpd[18426]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-08-19T10:35:29.174 INFO:teuthology.orchestra.run.smithi078.stderr:19 Aug 10:35:29 ntpd[18426]: can't open /var/log/ntpstats/rawstats.20240819: Permission denied 2024-08-19T10:35:29.174 INFO:teuthology.orchestra.run.smithi078.stderr:19 Aug 10:35:29 ntpd[18426]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-08-19T10:35:29.174 INFO:teuthology.orchestra.run.smithi078.stderr:19 Aug 10:35:29 ntpd[18426]: can't open /var/log/ntpstats/peerstats.20240819: Permission denied 2024-08-19T10:35:29.174 INFO:teuthology.orchestra.run.smithi078.stderr:19 Aug 10:35:29 ntpd[18426]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-08-19T10:35:29.175 INFO:teuthology.orchestra.run.smithi078.stderr:19 Aug 10:35:29 ntpd[18426]: can't open /var/log/ntpstats/rawstats.20240819: Permission denied 2024-08-19T10:35:29.175 INFO:teuthology.orchestra.run.smithi078.stderr:19 Aug 10:35:29 ntpd[18426]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-08-19T10:35:29.175 INFO:teuthology.orchestra.run.smithi078.stderr:19 Aug 10:35:29 ntpd[18426]: can't open /var/log/ntpstats/peerstats.20240819: Permission denied 2024-08-19T10:35:29.175 INFO:teuthology.orchestra.run.smithi078.stdout:19 Aug 10:35:29 ntpd[18426]: ntpd: time slew -0.000625 s 2024-08-19T10:35:29.175 INFO:teuthology.orchestra.run.smithi078.stdout:ntpd: time slew -0.000625s 2024-08-19T10:35:29.175 INFO:teuthology.orchestra.run.smithi078.stderr:19 Aug 10:35:29 ntpd[18426]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-08-19T10:35:29.176 INFO:teuthology.orchestra.run.smithi078.stderr:19 Aug 10:35:29 ntpd[18426]: can't open /var/log/ntpstats/loopstats.20240819: Permission denied 2024-08-19T10:35:29.176 INFO:teuthology.orchestra.run.smithi133.stderr:19 Aug 10:35:29 ntpd[18364]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-08-19T10:35:29.177 INFO:teuthology.orchestra.run.smithi133.stderr:19 Aug 10:35:29 ntpd[18364]: can't open /var/log/ntpstats/rawstats.20240819: Permission denied 2024-08-19T10:35:29.177 INFO:teuthology.orchestra.run.smithi133.stderr:19 Aug 10:35:29 ntpd[18364]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-08-19T10:35:29.177 INFO:teuthology.orchestra.run.smithi133.stderr:19 Aug 10:35:29 ntpd[18364]: can't open /var/log/ntpstats/rawstats.20240819: Permission denied 2024-08-19T10:35:29.177 INFO:teuthology.orchestra.run.smithi133.stderr:19 Aug 10:35:29 ntpd[18364]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-08-19T10:35:29.177 INFO:teuthology.orchestra.run.smithi133.stderr:19 Aug 10:35:29 ntpd[18364]: can't open /var/log/ntpstats/rawstats.20240819: Permission denied 2024-08-19T10:35:29.177 INFO:teuthology.orchestra.run.smithi133.stderr:19 Aug 10:35:29 ntpd[18364]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-08-19T10:35:29.177 INFO:teuthology.orchestra.run.smithi133.stderr:19 Aug 10:35:29 ntpd[18364]: can't open /var/log/ntpstats/peerstats.20240819: Permission denied 2024-08-19T10:35:29.177 INFO:teuthology.orchestra.run.smithi133.stdout:19 Aug 10:35:29 ntpd[18364]: ntpd: time slew -0.000641 s 2024-08-19T10:35:29.177 INFO:teuthology.orchestra.run.smithi133.stdout:ntpd: time slew -0.000641s 2024-08-19T10:35:29.178 INFO:teuthology.orchestra.run.smithi133.stderr:19 Aug 10:35:29 ntpd[18364]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-08-19T10:35:29.178 INFO:teuthology.orchestra.run.smithi133.stderr:19 Aug 10:35:29 ntpd[18364]: can't open /var/log/ntpstats/loopstats.20240819: Permission denied 2024-08-19T10:35:29.199 INFO:teuthology.orchestra.run.smithi196.stderr:19 Aug 10:35:29 ntpd[18374]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-08-19T10:35:29.199 INFO:teuthology.orchestra.run.smithi196.stderr:19 Aug 10:35:29 ntpd[18374]: can't open /var/log/ntpstats/rawstats.20240819: Permission denied 2024-08-19T10:35:29.200 INFO:teuthology.orchestra.run.smithi196.stderr:19 Aug 10:35:29 ntpd[18374]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-08-19T10:35:29.200 INFO:teuthology.orchestra.run.smithi196.stderr:19 Aug 10:35:29 ntpd[18374]: can't open /var/log/ntpstats/rawstats.20240819: Permission denied 2024-08-19T10:35:29.200 INFO:teuthology.orchestra.run.smithi196.stderr:19 Aug 10:35:29 ntpd[18374]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-08-19T10:35:29.200 INFO:teuthology.orchestra.run.smithi196.stderr:19 Aug 10:35:29 ntpd[18374]: can't open /var/log/ntpstats/peerstats.20240819: Permission denied 2024-08-19T10:35:29.224 INFO:teuthology.orchestra.run.smithi133.stdout: remote refid st t when poll reach delay offset jitter 2024-08-19T10:35:29.224 INFO:teuthology.orchestra.run.smithi133.stdout:============================================================================== 2024-08-19T10:35:29.224 INFO:teuthology.orchestra.run.smithi133.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-08-19T10:35:29.224 INFO:teuthology.orchestra.run.smithi133.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-08-19T10:35:29.224 INFO:teuthology.orchestra.run.smithi133.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-08-19T10:35:29.224 INFO:teuthology.orchestra.run.smithi133.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-08-19T10:35:29.228 INFO:teuthology.orchestra.run.smithi078.stdout: remote refid st t when poll reach delay offset jitter 2024-08-19T10:35:29.228 INFO:teuthology.orchestra.run.smithi078.stdout:============================================================================== 2024-08-19T10:35:29.228 INFO:teuthology.orchestra.run.smithi078.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-08-19T10:35:29.228 INFO:teuthology.orchestra.run.smithi078.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-08-19T10:35:29.228 INFO:teuthology.orchestra.run.smithi078.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-08-19T10:35:29.228 INFO:teuthology.orchestra.run.smithi078.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-08-19T10:35:30.200 INFO:teuthology.orchestra.run.smithi196.stderr:19 Aug 10:35:30 ntpd[18374]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-08-19T10:35:30.200 INFO:teuthology.orchestra.run.smithi196.stderr:19 Aug 10:35:30 ntpd[18374]: can't open /var/log/ntpstats/rawstats.20240819: Permission denied 2024-08-19T10:35:30.200 INFO:teuthology.orchestra.run.smithi196.stderr:19 Aug 10:35:30 ntpd[18374]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-08-19T10:35:30.201 INFO:teuthology.orchestra.run.smithi196.stderr:19 Aug 10:35:30 ntpd[18374]: can't open /var/log/ntpstats/rawstats.20240819: Permission denied 2024-08-19T10:35:30.201 INFO:teuthology.orchestra.run.smithi196.stderr:19 Aug 10:35:30 ntpd[18374]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-08-19T10:35:30.201 INFO:teuthology.orchestra.run.smithi196.stderr:19 Aug 10:35:30 ntpd[18374]: can't open /var/log/ntpstats/rawstats.20240819: Permission denied 2024-08-19T10:35:30.201 INFO:teuthology.orchestra.run.smithi196.stderr:19 Aug 10:35:30 ntpd[18374]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-08-19T10:35:30.201 INFO:teuthology.orchestra.run.smithi196.stderr:19 Aug 10:35:30 ntpd[18374]: can't open /var/log/ntpstats/peerstats.20240819: Permission denied 2024-08-19T10:35:30.201 INFO:teuthology.orchestra.run.smithi196.stderr:19 Aug 10:35:30 ntpd[18374]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-08-19T10:35:30.201 INFO:teuthology.orchestra.run.smithi196.stderr:19 Aug 10:35:30 ntpd[18374]: can't open /var/log/ntpstats/rawstats.20240819: Permission denied 2024-08-19T10:35:30.201 INFO:teuthology.orchestra.run.smithi196.stderr:19 Aug 10:35:30 ntpd[18374]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-08-19T10:35:30.201 INFO:teuthology.orchestra.run.smithi196.stderr:19 Aug 10:35:30 ntpd[18374]: can't open /var/log/ntpstats/peerstats.20240819: Permission denied 2024-08-19T10:35:31.200 INFO:teuthology.orchestra.run.smithi196.stderr:19 Aug 10:35:31 ntpd[18374]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-08-19T10:35:31.200 INFO:teuthology.orchestra.run.smithi196.stderr:19 Aug 10:35:31 ntpd[18374]: can't open /var/log/ntpstats/rawstats.20240819: Permission denied 2024-08-19T10:35:31.200 INFO:teuthology.orchestra.run.smithi196.stderr:19 Aug 10:35:31 ntpd[18374]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-08-19T10:35:31.200 INFO:teuthology.orchestra.run.smithi196.stderr:19 Aug 10:35:31 ntpd[18374]: can't open /var/log/ntpstats/rawstats.20240819: Permission denied 2024-08-19T10:35:31.200 INFO:teuthology.orchestra.run.smithi196.stderr:19 Aug 10:35:31 ntpd[18374]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-08-19T10:35:31.200 INFO:teuthology.orchestra.run.smithi196.stderr:19 Aug 10:35:31 ntpd[18374]: can't open /var/log/ntpstats/peerstats.20240819: Permission denied 2024-08-19T10:35:31.201 INFO:teuthology.orchestra.run.smithi196.stdout:19 Aug 10:35:31 ntpd[18374]: ntpd: time slew -0.000099 s 2024-08-19T10:35:31.201 INFO:teuthology.orchestra.run.smithi196.stdout:ntpd: time slew -0.000099s 2024-08-19T10:35:31.201 INFO:teuthology.orchestra.run.smithi196.stderr:19 Aug 10:35:31 ntpd[18374]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-08-19T10:35:31.201 INFO:teuthology.orchestra.run.smithi196.stderr:19 Aug 10:35:31 ntpd[18374]: can't open /var/log/ntpstats/loopstats.20240819: Permission denied 2024-08-19T10:35:31.255 INFO:teuthology.orchestra.run.smithi196.stdout: remote refid st t when poll reach delay offset jitter 2024-08-19T10:35:31.255 INFO:teuthology.orchestra.run.smithi196.stdout:============================================================================== 2024-08-19T10:35:31.255 INFO:teuthology.orchestra.run.smithi196.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-08-19T10:35:31.255 INFO:teuthology.orchestra.run.smithi196.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-08-19T10:35:31.255 INFO:teuthology.orchestra.run.smithi196.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-08-19T10:35:31.255 INFO:teuthology.orchestra.run.smithi196.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-08-19T10:35:31.256 INFO:teuthology.run_tasks:Running task install... 2024-08-19T10:35:31.265 DEBUG:teuthology.task.install:project ceph 2024-08-19T10:35:31.265 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '797669399b32d2915e64eb6d4b1257ae3c50f80b'}} 2024-08-19T10:35:31.265 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '797669399b32d2915e64eb6d4b1257ae3c50f80b'} 2024-08-19T10:35:31.265 INFO:teuthology.task.install:Using flavor: default 2024-08-19T10:35:31.271 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-08-19T10:35:31.271 INFO:teuthology.task.install:extra packages: [] 2024-08-19T10:35:31.272 DEBUG:teuthology.orchestra.run.smithi078:> sudo apt-key list | grep Ceph 2024-08-19T10:35:31.272 DEBUG:teuthology.orchestra.run.smithi133:> sudo apt-key list | grep Ceph 2024-08-19T10:35:31.273 DEBUG:teuthology.orchestra.run.smithi196:> sudo apt-key list | grep Ceph 2024-08-19T10:35:31.334 INFO:teuthology.orchestra.run.smithi078.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-08-19T10:35:31.342 INFO:teuthology.orchestra.run.smithi133.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-08-19T10:35:31.356 INFO:teuthology.orchestra.run.smithi196.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-08-19T10:35:31.363 INFO:teuthology.orchestra.run.smithi078.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-08-19T10:35:31.363 INFO:teuthology.orchestra.run.smithi078.stdout:uid [ unknown] Ceph.com (release key) 2024-08-19T10:35:31.363 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-08-19T10:35:31.364 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=797669399b32d2915e64eb6d4b1257ae3c50f80b 2024-08-19T10:35:31.380 INFO:teuthology.orchestra.run.smithi133.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-08-19T10:35:31.380 INFO:teuthology.orchestra.run.smithi133.stdout:uid [ unknown] Ceph.com (release key) 2024-08-19T10:35:31.380 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-08-19T10:35:31.381 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=797669399b32d2915e64eb6d4b1257ae3c50f80b 2024-08-19T10:35:31.391 INFO:teuthology.orchestra.run.smithi196.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-08-19T10:35:31.392 INFO:teuthology.orchestra.run.smithi196.stdout:uid [ unknown] Ceph.com (release key) 2024-08-19T10:35:31.392 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-08-19T10:35:31.392 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=797669399b32d2915e64eb6d4b1257ae3c50f80b 2024-08-19T10:35:31.520 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default/ 2024-08-19T10:35:31.520 INFO:teuthology.task.install.deb:Package version is 19.0.0-5847-g79766939-1jammy 2024-08-19T10:35:31.533 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default/ 2024-08-19T10:35:31.533 INFO:teuthology.task.install.deb:Package version is 19.0.0-5847-g79766939-1jammy 2024-08-19T10:35:31.544 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default/ 2024-08-19T10:35:31.544 INFO:teuthology.task.install.deb:Package version is 19.0.0-5847-g79766939-1jammy 2024-08-19T10:35:31.748 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2024-08-19T10:35:31.748 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-08-19T10:35:31.752 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-08-19T10:35:31.752 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-08-19T10:35:31.757 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-08-19T10:35:31.757 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-08-19T10:35:31.767 DEBUG:teuthology.orchestra.run.smithi133:> sudo apt-get update 2024-08-19T10:35:31.770 DEBUG:teuthology.orchestra.run.smithi196:> sudo apt-get update 2024-08-19T10:35:31.798 DEBUG:teuthology.orchestra.run.smithi078:> sudo apt-get update 2024-08-19T10:35:31.936 INFO:teuthology.orchestra.run.smithi133.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-08-19T10:35:31.938 INFO:teuthology.orchestra.run.smithi196.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-08-19T10:35:32.056 INFO:teuthology.orchestra.run.smithi133.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-08-19T10:35:32.058 INFO:teuthology.orchestra.run.smithi196.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-08-19T10:35:32.060 INFO:teuthology.orchestra.run.smithi196.stdout:Ign:3 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy InRelease 2024-08-19T10:35:32.061 INFO:teuthology.orchestra.run.smithi133.stdout:Ign:3 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy InRelease 2024-08-19T10:35:32.095 INFO:teuthology.orchestra.run.smithi078.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-08-19T10:35:32.095 INFO:teuthology.orchestra.run.smithi078.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-08-19T10:35:32.095 INFO:teuthology.orchestra.run.smithi078.stdout:Ign:3 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy InRelease 2024-08-19T10:35:32.100 INFO:teuthology.orchestra.run.smithi196.stdout:Get:4 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy Release [7,005 B] 2024-08-19T10:35:32.101 INFO:teuthology.orchestra.run.smithi133.stdout:Get:4 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy Release [7,005 B] 2024-08-19T10:35:32.135 INFO:teuthology.orchestra.run.smithi078.stdout:Get:4 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy Release [7,005 B] 2024-08-19T10:35:32.138 INFO:teuthology.orchestra.run.smithi133.stdout:Hit:5 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-08-19T10:35:32.140 INFO:teuthology.orchestra.run.smithi196.stdout:Hit:5 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-08-19T10:35:32.140 INFO:teuthology.orchestra.run.smithi196.stdout:Ign:6 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy Release.gpg 2024-08-19T10:35:32.142 INFO:teuthology.orchestra.run.smithi133.stdout:Ign:6 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy Release.gpg 2024-08-19T10:35:32.166 INFO:teuthology.orchestra.run.smithi078.stdout:Hit:5 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-08-19T10:35:32.181 INFO:teuthology.orchestra.run.smithi196.stdout:Get:7 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.2 kB] 2024-08-19T10:35:32.181 INFO:teuthology.orchestra.run.smithi078.stdout:Ign:6 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy Release.gpg 2024-08-19T10:35:32.185 INFO:teuthology.orchestra.run.smithi133.stdout:Get:7 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.2 kB] 2024-08-19T10:35:32.219 INFO:teuthology.orchestra.run.smithi133.stdout:Hit:8 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-08-19T10:35:32.221 INFO:teuthology.orchestra.run.smithi196.stdout:Hit:8 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-08-19T10:35:32.224 INFO:teuthology.orchestra.run.smithi078.stdout:Get:7 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,422 B] 2024-08-19T10:35:32.228 INFO:teuthology.orchestra.run.smithi196.stdout:Get:9 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,422 B] 2024-08-19T10:35:32.248 INFO:teuthology.orchestra.run.smithi078.stdout:Hit:8 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-08-19T10:35:32.270 INFO:teuthology.orchestra.run.smithi133.stdout:Get:9 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,422 B] 2024-08-19T10:35:32.272 INFO:teuthology.orchestra.run.smithi078.stdout:Get:9 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.2 kB] 2024-08-19T10:35:32.357 INFO:teuthology.orchestra.run.smithi196.stdout:Fetched 28.6 kB in 0s (69.9 kB/s) 2024-08-19T10:35:32.362 INFO:teuthology.orchestra.run.smithi133.stdout:Fetched 28.6 kB in 0s (70.3 kB/s) 2024-08-19T10:35:32.452 INFO:teuthology.orchestra.run.smithi078.stdout:Fetched 28.6 kB in 0s (59.9 kB/s) 2024-08-19T10:35:33.326 INFO:teuthology.orchestra.run.smithi196.stdout:Reading package lists... 2024-08-19T10:35:33.342 DEBUG:teuthology.orchestra.run.smithi196:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-5847-g79766939-1jammy cephadm=19.0.0-5847-g79766939-1jammy ceph-mds=19.0.0-5847-g79766939-1jammy ceph-mgr=19.0.0-5847-g79766939-1jammy ceph-common=19.0.0-5847-g79766939-1jammy ceph-fuse=19.0.0-5847-g79766939-1jammy ceph-test=19.0.0-5847-g79766939-1jammy ceph-volume=19.0.0-5847-g79766939-1jammy radosgw=19.0.0-5847-g79766939-1jammy python3-rados=19.0.0-5847-g79766939-1jammy python3-rgw=19.0.0-5847-g79766939-1jammy python3-cephfs=19.0.0-5847-g79766939-1jammy python3-rbd=19.0.0-5847-g79766939-1jammy libcephfs2=19.0.0-5847-g79766939-1jammy libcephfs-dev=19.0.0-5847-g79766939-1jammy librados2=19.0.0-5847-g79766939-1jammy librbd1=19.0.0-5847-g79766939-1jammy rbd-fuse=19.0.0-5847-g79766939-1jammy 2024-08-19T10:35:33.376 INFO:teuthology.orchestra.run.smithi133.stdout:Reading package lists... 2024-08-19T10:35:33.392 DEBUG:teuthology.orchestra.run.smithi133:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-5847-g79766939-1jammy cephadm=19.0.0-5847-g79766939-1jammy ceph-mds=19.0.0-5847-g79766939-1jammy ceph-mgr=19.0.0-5847-g79766939-1jammy ceph-common=19.0.0-5847-g79766939-1jammy ceph-fuse=19.0.0-5847-g79766939-1jammy ceph-test=19.0.0-5847-g79766939-1jammy ceph-volume=19.0.0-5847-g79766939-1jammy radosgw=19.0.0-5847-g79766939-1jammy python3-rados=19.0.0-5847-g79766939-1jammy python3-rgw=19.0.0-5847-g79766939-1jammy python3-cephfs=19.0.0-5847-g79766939-1jammy python3-rbd=19.0.0-5847-g79766939-1jammy libcephfs2=19.0.0-5847-g79766939-1jammy libcephfs-dev=19.0.0-5847-g79766939-1jammy librados2=19.0.0-5847-g79766939-1jammy librbd1=19.0.0-5847-g79766939-1jammy rbd-fuse=19.0.0-5847-g79766939-1jammy 2024-08-19T10:35:33.396 INFO:teuthology.orchestra.run.smithi196.stdout:Reading package lists... 2024-08-19T10:35:33.456 INFO:teuthology.orchestra.run.smithi133.stdout:Reading package lists... 2024-08-19T10:35:33.483 INFO:teuthology.orchestra.run.smithi078.stdout:Reading package lists... 2024-08-19T10:35:33.499 DEBUG:teuthology.orchestra.run.smithi078:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-5847-g79766939-1jammy cephadm=19.0.0-5847-g79766939-1jammy ceph-mds=19.0.0-5847-g79766939-1jammy ceph-mgr=19.0.0-5847-g79766939-1jammy ceph-common=19.0.0-5847-g79766939-1jammy ceph-fuse=19.0.0-5847-g79766939-1jammy ceph-test=19.0.0-5847-g79766939-1jammy ceph-volume=19.0.0-5847-g79766939-1jammy radosgw=19.0.0-5847-g79766939-1jammy python3-rados=19.0.0-5847-g79766939-1jammy python3-rgw=19.0.0-5847-g79766939-1jammy python3-cephfs=19.0.0-5847-g79766939-1jammy python3-rbd=19.0.0-5847-g79766939-1jammy libcephfs2=19.0.0-5847-g79766939-1jammy libcephfs-dev=19.0.0-5847-g79766939-1jammy librados2=19.0.0-5847-g79766939-1jammy librbd1=19.0.0-5847-g79766939-1jammy rbd-fuse=19.0.0-5847-g79766939-1jammy 2024-08-19T10:35:33.552 INFO:teuthology.orchestra.run.smithi078.stdout:Reading package lists... 2024-08-19T10:35:33.579 INFO:teuthology.orchestra.run.smithi196.stdout:Building dependency tree... 2024-08-19T10:35:33.580 INFO:teuthology.orchestra.run.smithi196.stdout:Reading state information... 2024-08-19T10:35:33.672 INFO:teuthology.orchestra.run.smithi133.stdout:Building dependency tree... 2024-08-19T10:35:33.673 INFO:teuthology.orchestra.run.smithi133.stdout:Reading state information... 2024-08-19T10:35:33.734 INFO:teuthology.orchestra.run.smithi078.stdout:Building dependency tree... 2024-08-19T10:35:33.735 INFO:teuthology.orchestra.run.smithi078.stdout:Reading state information... 2024-08-19T10:35:33.763 INFO:teuthology.orchestra.run.smithi196.stdout:The following packages were automatically installed and are no longer required: 2024-08-19T10:35:33.763 INFO:teuthology.orchestra.run.smithi196.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-08-19T10:35:33.763 INFO:teuthology.orchestra.run.smithi196.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-08-19T10:35:33.763 INFO:teuthology.orchestra.run.smithi196.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-08-19T10:35:33.764 INFO:teuthology.orchestra.run.smithi196.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-08-19T10:35:33.764 INFO:teuthology.orchestra.run.smithi196.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-08-19T10:35:33.764 INFO:teuthology.orchestra.run.smithi196.stdout:Use 'sudo apt autoremove' to remove them. 2024-08-19T10:35:33.765 INFO:teuthology.orchestra.run.smithi196.stdout:The following additional packages will be installed: 2024-08-19T10:35:33.766 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-08-19T10:35:33.766 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-08-19T10:35:33.766 INFO:teuthology.orchestra.run.smithi196.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-08-19T10:35:33.766 INFO:teuthology.orchestra.run.smithi196.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-08-19T10:35:33.766 INFO:teuthology.orchestra.run.smithi196.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-08-19T10:35:33.766 INFO:teuthology.orchestra.run.smithi196.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-08-19T10:35:33.766 INFO:teuthology.orchestra.run.smithi196.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-08-19T10:35:33.766 INFO:teuthology.orchestra.run.smithi196.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-08-19T10:35:33.766 INFO:teuthology.orchestra.run.smithi196.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-08-19T10:35:33.766 INFO:teuthology.orchestra.run.smithi196.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-08-19T10:35:33.766 INFO:teuthology.orchestra.run.smithi196.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-08-19T10:35:33.766 INFO:teuthology.orchestra.run.smithi196.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-08-19T10:35:33.767 INFO:teuthology.orchestra.run.smithi196.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-08-19T10:35:33.767 INFO:teuthology.orchestra.run.smithi196.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-08-19T10:35:33.767 INFO:teuthology.orchestra.run.smithi196.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-08-19T10:35:33.767 INFO:teuthology.orchestra.run.smithi196.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-08-19T10:35:33.767 INFO:teuthology.orchestra.run.smithi196.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-08-19T10:35:33.767 INFO:teuthology.orchestra.run.smithi196.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-08-19T10:35:33.767 INFO:teuthology.orchestra.run.smithi196.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-08-19T10:35:33.767 INFO:teuthology.orchestra.run.smithi196.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-08-19T10:35:33.767 INFO:teuthology.orchestra.run.smithi196.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-08-19T10:35:33.767 INFO:teuthology.orchestra.run.smithi196.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-08-19T10:35:33.767 INFO:teuthology.orchestra.run.smithi196.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-08-19T10:35:33.767 INFO:teuthology.orchestra.run.smithi196.stdout: xmlstarlet zip 2024-08-19T10:35:33.768 INFO:teuthology.orchestra.run.smithi196.stdout:Suggested packages: 2024-08-19T10:35:33.768 INFO:teuthology.orchestra.run.smithi196.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-08-19T10:35:33.768 INFO:teuthology.orchestra.run.smithi196.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-08-19T10:35:33.768 INFO:teuthology.orchestra.run.smithi196.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-08-19T10:35:33.768 INFO:teuthology.orchestra.run.smithi196.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-08-19T10:35:33.768 INFO:teuthology.orchestra.run.smithi196.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-08-19T10:35:33.768 INFO:teuthology.orchestra.run.smithi196.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-08-19T10:35:33.768 INFO:teuthology.orchestra.run.smithi196.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-08-19T10:35:33.768 INFO:teuthology.orchestra.run.smithi196.stdout:Recommended packages: 2024-08-19T10:35:33.768 INFO:teuthology.orchestra.run.smithi196.stdout: btrfs-tools 2024-08-19T10:35:33.867 INFO:teuthology.orchestra.run.smithi196.stdout:The following NEW packages will be installed: 2024-08-19T10:35:33.867 INFO:teuthology.orchestra.run.smithi196.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-08-19T10:35:33.867 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-08-19T10:35:33.867 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-08-19T10:35:33.867 INFO:teuthology.orchestra.run.smithi196.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-08-19T10:35:33.867 INFO:teuthology.orchestra.run.smithi196.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-08-19T10:35:33.867 INFO:teuthology.orchestra.run.smithi196.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-08-19T10:35:33.868 INFO:teuthology.orchestra.run.smithi196.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-08-19T10:35:33.868 INFO:teuthology.orchestra.run.smithi196.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-08-19T10:35:33.868 INFO:teuthology.orchestra.run.smithi196.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-08-19T10:35:33.868 INFO:teuthology.orchestra.run.smithi196.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-08-19T10:35:33.868 INFO:teuthology.orchestra.run.smithi196.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-08-19T10:35:33.869 INFO:teuthology.orchestra.run.smithi196.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-08-19T10:35:33.869 INFO:teuthology.orchestra.run.smithi196.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-08-19T10:35:33.869 INFO:teuthology.orchestra.run.smithi196.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-08-19T10:35:33.869 INFO:teuthology.orchestra.run.smithi196.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-08-19T10:35:33.869 INFO:teuthology.orchestra.run.smithi196.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-08-19T10:35:33.869 INFO:teuthology.orchestra.run.smithi196.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-08-19T10:35:33.869 INFO:teuthology.orchestra.run.smithi196.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-08-19T10:35:33.869 INFO:teuthology.orchestra.run.smithi196.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-08-19T10:35:33.869 INFO:teuthology.orchestra.run.smithi196.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-08-19T10:35:33.869 INFO:teuthology.orchestra.run.smithi196.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-08-19T10:35:33.869 INFO:teuthology.orchestra.run.smithi196.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-08-19T10:35:33.869 INFO:teuthology.orchestra.run.smithi196.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-08-19T10:35:33.869 INFO:teuthology.orchestra.run.smithi196.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-08-19T10:35:33.869 INFO:teuthology.orchestra.run.smithi196.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-08-19T10:35:33.870 INFO:teuthology.orchestra.run.smithi196.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-08-19T10:35:33.870 INFO:teuthology.orchestra.run.smithi133.stdout:The following packages were automatically installed and are no longer required: 2024-08-19T10:35:33.871 INFO:teuthology.orchestra.run.smithi133.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-08-19T10:35:33.871 INFO:teuthology.orchestra.run.smithi133.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-08-19T10:35:33.871 INFO:teuthology.orchestra.run.smithi133.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-08-19T10:35:33.871 INFO:teuthology.orchestra.run.smithi133.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-08-19T10:35:33.871 INFO:teuthology.orchestra.run.smithi133.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-08-19T10:35:33.871 INFO:teuthology.orchestra.run.smithi133.stdout:Use 'sudo apt autoremove' to remove them. 2024-08-19T10:35:33.872 INFO:teuthology.orchestra.run.smithi133.stdout:The following additional packages will be installed: 2024-08-19T10:35:33.872 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-08-19T10:35:33.872 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-08-19T10:35:33.872 INFO:teuthology.orchestra.run.smithi133.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-08-19T10:35:33.872 INFO:teuthology.orchestra.run.smithi133.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-08-19T10:35:33.873 INFO:teuthology.orchestra.run.smithi133.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-08-19T10:35:33.873 INFO:teuthology.orchestra.run.smithi133.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-08-19T10:35:33.873 INFO:teuthology.orchestra.run.smithi133.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-08-19T10:35:33.873 INFO:teuthology.orchestra.run.smithi133.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-08-19T10:35:33.873 INFO:teuthology.orchestra.run.smithi133.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-08-19T10:35:33.873 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-08-19T10:35:33.873 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-08-19T10:35:33.874 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-08-19T10:35:33.874 INFO:teuthology.orchestra.run.smithi133.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-08-19T10:35:33.874 INFO:teuthology.orchestra.run.smithi133.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-08-19T10:35:33.874 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-08-19T10:35:33.874 INFO:teuthology.orchestra.run.smithi133.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-08-19T10:35:33.874 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-08-19T10:35:33.874 INFO:teuthology.orchestra.run.smithi133.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-08-19T10:35:33.874 INFO:teuthology.orchestra.run.smithi133.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-08-19T10:35:33.874 INFO:teuthology.orchestra.run.smithi133.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-08-19T10:35:33.874 INFO:teuthology.orchestra.run.smithi133.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-08-19T10:35:33.874 INFO:teuthology.orchestra.run.smithi133.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-08-19T10:35:33.874 INFO:teuthology.orchestra.run.smithi133.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-08-19T10:35:33.874 INFO:teuthology.orchestra.run.smithi133.stdout: xmlstarlet zip 2024-08-19T10:35:33.875 INFO:teuthology.orchestra.run.smithi133.stdout:Suggested packages: 2024-08-19T10:35:33.875 INFO:teuthology.orchestra.run.smithi133.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-08-19T10:35:33.875 INFO:teuthology.orchestra.run.smithi133.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-08-19T10:35:33.875 INFO:teuthology.orchestra.run.smithi133.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-08-19T10:35:33.875 INFO:teuthology.orchestra.run.smithi133.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-08-19T10:35:33.875 INFO:teuthology.orchestra.run.smithi133.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-08-19T10:35:33.875 INFO:teuthology.orchestra.run.smithi133.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-08-19T10:35:33.875 INFO:teuthology.orchestra.run.smithi133.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-08-19T10:35:33.875 INFO:teuthology.orchestra.run.smithi133.stdout:Recommended packages: 2024-08-19T10:35:33.875 INFO:teuthology.orchestra.run.smithi133.stdout: btrfs-tools 2024-08-19T10:35:33.917 INFO:teuthology.orchestra.run.smithi078.stdout:The following packages were automatically installed and are no longer required: 2024-08-19T10:35:33.917 INFO:teuthology.orchestra.run.smithi078.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-08-19T10:35:33.918 INFO:teuthology.orchestra.run.smithi078.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-08-19T10:35:33.918 INFO:teuthology.orchestra.run.smithi078.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-08-19T10:35:33.918 INFO:teuthology.orchestra.run.smithi078.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-08-19T10:35:33.918 INFO:teuthology.orchestra.run.smithi078.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-08-19T10:35:33.918 INFO:teuthology.orchestra.run.smithi078.stdout:Use 'sudo apt autoremove' to remove them. 2024-08-19T10:35:33.919 INFO:teuthology.orchestra.run.smithi078.stdout:The following additional packages will be installed: 2024-08-19T10:35:33.919 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-08-19T10:35:33.919 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-08-19T10:35:33.919 INFO:teuthology.orchestra.run.smithi078.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-08-19T10:35:33.919 INFO:teuthology.orchestra.run.smithi078.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-08-19T10:35:33.920 INFO:teuthology.orchestra.run.smithi078.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-08-19T10:35:33.920 INFO:teuthology.orchestra.run.smithi078.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-08-19T10:35:33.921 INFO:teuthology.orchestra.run.smithi078.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-08-19T10:35:33.921 INFO:teuthology.orchestra.run.smithi078.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-08-19T10:35:33.921 INFO:teuthology.orchestra.run.smithi078.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-08-19T10:35:33.921 INFO:teuthology.orchestra.run.smithi078.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-08-19T10:35:33.921 INFO:teuthology.orchestra.run.smithi078.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-08-19T10:35:33.921 INFO:teuthology.orchestra.run.smithi078.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-08-19T10:35:33.921 INFO:teuthology.orchestra.run.smithi078.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-08-19T10:35:33.921 INFO:teuthology.orchestra.run.smithi078.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-08-19T10:35:33.921 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-08-19T10:35:33.921 INFO:teuthology.orchestra.run.smithi078.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-08-19T10:35:33.921 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-08-19T10:35:33.921 INFO:teuthology.orchestra.run.smithi078.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-08-19T10:35:33.921 INFO:teuthology.orchestra.run.smithi078.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-08-19T10:35:33.921 INFO:teuthology.orchestra.run.smithi078.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-08-19T10:35:33.922 INFO:teuthology.orchestra.run.smithi078.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-08-19T10:35:33.922 INFO:teuthology.orchestra.run.smithi078.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-08-19T10:35:33.922 INFO:teuthology.orchestra.run.smithi078.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-08-19T10:35:33.922 INFO:teuthology.orchestra.run.smithi078.stdout: xmlstarlet zip 2024-08-19T10:35:33.922 INFO:teuthology.orchestra.run.smithi078.stdout:Suggested packages: 2024-08-19T10:35:33.922 INFO:teuthology.orchestra.run.smithi078.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-08-19T10:35:33.922 INFO:teuthology.orchestra.run.smithi078.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-08-19T10:35:33.922 INFO:teuthology.orchestra.run.smithi078.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-08-19T10:35:33.922 INFO:teuthology.orchestra.run.smithi078.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-08-19T10:35:33.923 INFO:teuthology.orchestra.run.smithi078.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-08-19T10:35:33.923 INFO:teuthology.orchestra.run.smithi078.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-08-19T10:35:33.923 INFO:teuthology.orchestra.run.smithi078.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-08-19T10:35:33.923 INFO:teuthology.orchestra.run.smithi078.stdout:Recommended packages: 2024-08-19T10:35:33.923 INFO:teuthology.orchestra.run.smithi078.stdout: btrfs-tools 2024-08-19T10:35:33.927 INFO:teuthology.orchestra.run.smithi196.stdout:0 upgraded, 118 newly installed, 0 to remove and 320 not upgraded. 2024-08-19T10:35:33.927 INFO:teuthology.orchestra.run.smithi196.stdout:Need to get 251 MB of archives. 2024-08-19T10:35:33.927 INFO:teuthology.orchestra.run.smithi196.stdout:After this operation, 932 MB of additional disk space will be used. 2024-08-19T10:35:33.927 INFO:teuthology.orchestra.run.smithi196.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-08-19T10:35:33.976 INFO:teuthology.orchestra.run.smithi133.stdout:The following NEW packages will be installed: 2024-08-19T10:35:33.976 INFO:teuthology.orchestra.run.smithi133.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-08-19T10:35:33.976 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-08-19T10:35:33.976 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-08-19T10:35:33.977 INFO:teuthology.orchestra.run.smithi133.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-08-19T10:35:33.977 INFO:teuthology.orchestra.run.smithi133.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-08-19T10:35:33.977 INFO:teuthology.orchestra.run.smithi133.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-08-19T10:35:33.978 INFO:teuthology.orchestra.run.smithi133.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-08-19T10:35:33.978 INFO:teuthology.orchestra.run.smithi133.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-08-19T10:35:33.978 INFO:teuthology.orchestra.run.smithi133.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-08-19T10:35:33.978 INFO:teuthology.orchestra.run.smithi133.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-08-19T10:35:33.978 INFO:teuthology.orchestra.run.smithi133.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-08-19T10:35:33.978 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-08-19T10:35:33.978 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-08-19T10:35:33.978 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-08-19T10:35:33.978 INFO:teuthology.orchestra.run.smithi133.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-08-19T10:35:33.978 INFO:teuthology.orchestra.run.smithi133.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-08-19T10:35:33.979 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-08-19T10:35:33.979 INFO:teuthology.orchestra.run.smithi133.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-08-19T10:35:33.979 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-08-19T10:35:33.979 INFO:teuthology.orchestra.run.smithi133.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-08-19T10:35:33.979 INFO:teuthology.orchestra.run.smithi133.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-08-19T10:35:33.979 INFO:teuthology.orchestra.run.smithi133.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-08-19T10:35:33.979 INFO:teuthology.orchestra.run.smithi133.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-08-19T10:35:33.979 INFO:teuthology.orchestra.run.smithi133.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-08-19T10:35:33.979 INFO:teuthology.orchestra.run.smithi133.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-08-19T10:35:33.979 INFO:teuthology.orchestra.run.smithi133.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-08-19T10:35:34.015 INFO:teuthology.orchestra.run.smithi196.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-08-19T10:35:34.018 INFO:teuthology.orchestra.run.smithi196.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-08-19T10:35:34.022 INFO:teuthology.orchestra.run.smithi078.stdout:The following NEW packages will be installed: 2024-08-19T10:35:34.026 INFO:teuthology.orchestra.run.smithi078.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-08-19T10:35:34.026 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-08-19T10:35:34.026 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-08-19T10:35:34.026 INFO:teuthology.orchestra.run.smithi078.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-08-19T10:35:34.027 INFO:teuthology.orchestra.run.smithi078.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-08-19T10:35:34.027 INFO:teuthology.orchestra.run.smithi078.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-08-19T10:35:34.027 INFO:teuthology.orchestra.run.smithi078.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-08-19T10:35:34.027 INFO:teuthology.orchestra.run.smithi078.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-08-19T10:35:34.027 INFO:teuthology.orchestra.run.smithi078.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-08-19T10:35:34.028 INFO:teuthology.orchestra.run.smithi078.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-08-19T10:35:34.028 INFO:teuthology.orchestra.run.smithi078.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-08-19T10:35:34.028 INFO:teuthology.orchestra.run.smithi078.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-08-19T10:35:34.028 INFO:teuthology.orchestra.run.smithi078.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-08-19T10:35:34.028 INFO:teuthology.orchestra.run.smithi078.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-08-19T10:35:34.028 INFO:teuthology.orchestra.run.smithi078.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-08-19T10:35:34.028 INFO:teuthology.orchestra.run.smithi078.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-08-19T10:35:34.028 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-08-19T10:35:34.028 INFO:teuthology.orchestra.run.smithi078.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-08-19T10:35:34.028 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-08-19T10:35:34.028 INFO:teuthology.orchestra.run.smithi078.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-08-19T10:35:34.028 INFO:teuthology.orchestra.run.smithi078.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-08-19T10:35:34.028 INFO:teuthology.orchestra.run.smithi078.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-08-19T10:35:34.029 INFO:teuthology.orchestra.run.smithi078.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-08-19T10:35:34.029 INFO:teuthology.orchestra.run.smithi078.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-08-19T10:35:34.029 INFO:teuthology.orchestra.run.smithi078.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-08-19T10:35:34.029 INFO:teuthology.orchestra.run.smithi078.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-08-19T10:35:34.035 INFO:teuthology.orchestra.run.smithi196.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-08-19T10:35:34.084 INFO:teuthology.orchestra.run.smithi078.stdout:0 upgraded, 118 newly installed, 0 to remove and 320 not upgraded. 2024-08-19T10:35:34.085 INFO:teuthology.orchestra.run.smithi078.stdout:Need to get 251 MB of archives. 2024-08-19T10:35:34.085 INFO:teuthology.orchestra.run.smithi078.stdout:After this operation, 932 MB of additional disk space will be used. 2024-08-19T10:35:34.085 INFO:teuthology.orchestra.run.smithi078.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-08-19T10:35:34.094 INFO:teuthology.orchestra.run.smithi196.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-08-19T10:35:34.098 INFO:teuthology.orchestra.run.smithi196.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-08-19T10:35:34.111 INFO:teuthology.orchestra.run.smithi196.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-08-19T10:35:34.115 INFO:teuthology.orchestra.run.smithi196.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-08-19T10:35:34.115 INFO:teuthology.orchestra.run.smithi196.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-08-19T10:35:34.116 INFO:teuthology.orchestra.run.smithi196.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-08-19T10:35:34.125 INFO:teuthology.orchestra.run.smithi196.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-08-19T10:35:34.127 INFO:teuthology.orchestra.run.smithi196.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-08-19T10:35:34.129 INFO:teuthology.orchestra.run.smithi196.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-08-19T10:35:34.131 INFO:teuthology.orchestra.run.smithi196.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-08-19T10:35:34.132 INFO:teuthology.orchestra.run.smithi196.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-08-19T10:35:34.135 INFO:teuthology.orchestra.run.smithi196.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-08-19T10:35:34.149 INFO:teuthology.orchestra.run.smithi196.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-08-19T10:35:34.150 INFO:teuthology.orchestra.run.smithi196.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-08-19T10:35:34.151 INFO:teuthology.orchestra.run.smithi196.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-08-19T10:35:34.151 INFO:teuthology.orchestra.run.smithi196.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-08-19T10:35:34.152 INFO:teuthology.orchestra.run.smithi196.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-08-19T10:35:34.153 INFO:teuthology.orchestra.run.smithi196.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-08-19T10:35:34.153 INFO:teuthology.orchestra.run.smithi196.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-08-19T10:35:34.154 INFO:teuthology.orchestra.run.smithi196.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-08-19T10:35:34.166 INFO:teuthology.orchestra.run.smithi133.stdout:0 upgraded, 118 newly installed, 0 to remove and 320 not upgraded. 2024-08-19T10:35:34.166 INFO:teuthology.orchestra.run.smithi133.stdout:Need to get 251 MB of archives. 2024-08-19T10:35:34.166 INFO:teuthology.orchestra.run.smithi133.stdout:After this operation, 932 MB of additional disk space will be used. 2024-08-19T10:35:34.167 INFO:teuthology.orchestra.run.smithi133.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-08-19T10:35:34.167 INFO:teuthology.orchestra.run.smithi196.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-08-19T10:35:34.167 INFO:teuthology.orchestra.run.smithi196.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-08-19T10:35:34.173 INFO:teuthology.orchestra.run.smithi078.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-08-19T10:35:34.175 INFO:teuthology.orchestra.run.smithi078.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-08-19T10:35:34.178 INFO:teuthology.orchestra.run.smithi196.stdout:Get:27 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-5847-g79766939-1jammy [3,632 kB] 2024-08-19T10:35:34.183 INFO:teuthology.orchestra.run.smithi196.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-08-19T10:35:34.186 INFO:teuthology.orchestra.run.smithi196.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-08-19T10:35:34.187 INFO:teuthology.orchestra.run.smithi196.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-08-19T10:35:34.187 INFO:teuthology.orchestra.run.smithi196.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-08-19T10:35:34.188 INFO:teuthology.orchestra.run.smithi196.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-08-19T10:35:34.189 INFO:teuthology.orchestra.run.smithi196.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-08-19T10:35:34.189 INFO:teuthology.orchestra.run.smithi196.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-08-19T10:35:34.189 INFO:teuthology.orchestra.run.smithi196.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-08-19T10:35:34.193 INFO:teuthology.orchestra.run.smithi078.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-08-19T10:35:34.201 INFO:teuthology.orchestra.run.smithi196.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-08-19T10:35:34.201 INFO:teuthology.orchestra.run.smithi196.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-08-19T10:35:34.218 INFO:teuthology.orchestra.run.smithi196.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-08-19T10:35:34.223 INFO:teuthology.orchestra.run.smithi196.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-08-19T10:35:34.223 INFO:teuthology.orchestra.run.smithi196.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-08-19T10:35:34.224 INFO:teuthology.orchestra.run.smithi196.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-08-19T10:35:34.225 INFO:teuthology.orchestra.run.smithi196.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-08-19T10:35:34.226 INFO:teuthology.orchestra.run.smithi196.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-08-19T10:35:34.228 INFO:teuthology.orchestra.run.smithi196.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-idna all 3.3-1ubuntu0.1 [52.1 kB] 2024-08-19T10:35:34.228 INFO:teuthology.orchestra.run.smithi196.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-08-19T10:35:34.235 INFO:teuthology.orchestra.run.smithi196.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-08-19T10:35:34.236 INFO:teuthology.orchestra.run.smithi196.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-08-19T10:35:34.250 INFO:teuthology.orchestra.run.smithi078.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-08-19T10:35:34.252 INFO:teuthology.orchestra.run.smithi196.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-08-19T10:35:34.253 INFO:teuthology.orchestra.run.smithi196.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-08-19T10:35:34.254 INFO:teuthology.orchestra.run.smithi196.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-08-19T10:35:34.255 INFO:teuthology.orchestra.run.smithi078.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-08-19T10:35:34.256 INFO:teuthology.orchestra.run.smithi196.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-08-19T10:35:34.267 INFO:teuthology.orchestra.run.smithi078.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-08-19T10:35:34.271 INFO:teuthology.orchestra.run.smithi078.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-08-19T10:35:34.272 INFO:teuthology.orchestra.run.smithi078.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-08-19T10:35:34.272 INFO:teuthology.orchestra.run.smithi078.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-08-19T10:35:34.281 INFO:teuthology.orchestra.run.smithi078.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-08-19T10:35:34.283 INFO:teuthology.orchestra.run.smithi078.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-08-19T10:35:34.285 INFO:teuthology.orchestra.run.smithi078.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-08-19T10:35:34.287 INFO:teuthology.orchestra.run.smithi078.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-08-19T10:35:34.298 INFO:teuthology.orchestra.run.smithi078.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-08-19T10:35:34.300 INFO:teuthology.orchestra.run.smithi078.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-08-19T10:35:34.302 INFO:teuthology.orchestra.run.smithi078.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-08-19T10:35:34.304 INFO:teuthology.orchestra.run.smithi078.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-08-19T10:35:34.304 INFO:teuthology.orchestra.run.smithi078.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-08-19T10:35:34.306 INFO:teuthology.orchestra.run.smithi133.stdout:Get:2 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-5847-g79766939-1jammy [3,632 kB] 2024-08-19T10:35:34.308 INFO:teuthology.orchestra.run.smithi196.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-08-19T10:35:34.309 INFO:teuthology.orchestra.run.smithi196.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.2 [108 kB] 2024-08-19T10:35:34.311 INFO:teuthology.orchestra.run.smithi196.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-08-19T10:35:34.311 INFO:teuthology.orchestra.run.smithi196.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-08-19T10:35:34.312 INFO:teuthology.orchestra.run.smithi196.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-08-19T10:35:34.315 INFO:teuthology.orchestra.run.smithi078.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-08-19T10:35:34.316 INFO:teuthology.orchestra.run.smithi078.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-08-19T10:35:34.316 INFO:teuthology.orchestra.run.smithi078.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-08-19T10:35:34.317 INFO:teuthology.orchestra.run.smithi078.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-08-19T10:35:34.317 INFO:teuthology.orchestra.run.smithi078.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-08-19T10:35:34.328 INFO:teuthology.orchestra.run.smithi196.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-08-19T10:35:34.330 INFO:teuthology.orchestra.run.smithi196.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-08-19T10:35:34.330 INFO:teuthology.orchestra.run.smithi196.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-08-19T10:35:34.332 INFO:teuthology.orchestra.run.smithi078.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-08-19T10:35:34.333 INFO:teuthology.orchestra.run.smithi078.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-08-19T10:35:34.333 INFO:teuthology.orchestra.run.smithi078.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-08-19T10:35:34.335 INFO:teuthology.orchestra.run.smithi078.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-08-19T10:35:34.336 INFO:teuthology.orchestra.run.smithi078.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-08-19T10:35:34.345 INFO:teuthology.orchestra.run.smithi196.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-08-19T10:35:34.345 INFO:teuthology.orchestra.run.smithi196.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-08-19T10:35:34.345 INFO:teuthology.orchestra.run.smithi196.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-08-19T10:35:34.346 INFO:teuthology.orchestra.run.smithi196.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-08-19T10:35:34.346 INFO:teuthology.orchestra.run.smithi196.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-08-19T10:35:34.346 INFO:teuthology.orchestra.run.smithi196.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-08-19T10:35:34.349 INFO:teuthology.orchestra.run.smithi078.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-08-19T10:35:34.350 INFO:teuthology.orchestra.run.smithi078.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-08-19T10:35:34.350 INFO:teuthology.orchestra.run.smithi078.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-08-19T10:35:34.351 INFO:teuthology.orchestra.run.smithi078.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-08-19T10:35:34.351 INFO:teuthology.orchestra.run.smithi078.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-08-19T10:35:34.359 INFO:teuthology.orchestra.run.smithi078.stdout:Get:35 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-5847-g79766939-1jammy [3,632 kB] 2024-08-19T10:35:34.361 INFO:teuthology.orchestra.run.smithi196.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-08-19T10:35:34.362 INFO:teuthology.orchestra.run.smithi196.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-08-19T10:35:34.365 INFO:teuthology.orchestra.run.smithi196.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-08-19T10:35:34.366 INFO:teuthology.orchestra.run.smithi078.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-08-19T10:35:34.367 INFO:teuthology.orchestra.run.smithi078.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-08-19T10:35:34.368 INFO:teuthology.orchestra.run.smithi078.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-08-19T10:35:34.373 INFO:teuthology.orchestra.run.smithi078.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-08-19T10:35:34.373 INFO:teuthology.orchestra.run.smithi078.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-08-19T10:35:34.378 INFO:teuthology.orchestra.run.smithi196.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-08-19T10:35:34.382 INFO:teuthology.orchestra.run.smithi196.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-08-19T10:35:34.384 INFO:teuthology.orchestra.run.smithi078.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-08-19T10:35:34.384 INFO:teuthology.orchestra.run.smithi078.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-08-19T10:35:34.385 INFO:teuthology.orchestra.run.smithi196.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-08-19T10:35:34.386 INFO:teuthology.orchestra.run.smithi078.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-08-19T10:35:34.387 INFO:teuthology.orchestra.run.smithi078.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-idna all 3.3-1ubuntu0.1 [52.1 kB] 2024-08-19T10:35:34.388 INFO:teuthology.orchestra.run.smithi196.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-08-19T10:35:34.389 INFO:teuthology.orchestra.run.smithi078.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-08-19T10:35:34.392 INFO:teuthology.orchestra.run.smithi196.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-08-19T10:35:34.396 INFO:teuthology.orchestra.run.smithi196.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-08-19T10:35:34.399 INFO:teuthology.orchestra.run.smithi196.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.2 [473 kB] 2024-08-19T10:35:34.401 INFO:teuthology.orchestra.run.smithi078.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-08-19T10:35:34.402 INFO:teuthology.orchestra.run.smithi078.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-08-19T10:35:34.404 INFO:teuthology.orchestra.run.smithi078.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-08-19T10:35:34.405 INFO:teuthology.orchestra.run.smithi196.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-08-19T10:35:34.405 INFO:teuthology.orchestra.run.smithi078.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-08-19T10:35:34.405 INFO:teuthology.orchestra.run.smithi078.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-08-19T10:35:34.409 INFO:teuthology.orchestra.run.smithi196.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-08-19T10:35:34.412 INFO:teuthology.orchestra.run.smithi196.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-08-19T10:35:34.412 INFO:teuthology.orchestra.run.smithi196.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-08-19T10:35:34.413 INFO:teuthology.orchestra.run.smithi196.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-08-19T10:35:34.413 INFO:teuthology.orchestra.run.smithi196.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-08-19T10:35:34.418 INFO:teuthology.orchestra.run.smithi078.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-08-19T10:35:34.430 INFO:teuthology.orchestra.run.smithi196.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-08-19T10:35:34.430 INFO:teuthology.orchestra.run.smithi196.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-08-19T10:35:34.436 INFO:teuthology.orchestra.run.smithi196.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-08-19T10:35:34.437 INFO:teuthology.orchestra.run.smithi196.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-08-19T10:35:34.437 INFO:teuthology.orchestra.run.smithi196.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-08-19T10:35:34.439 INFO:teuthology.orchestra.run.smithi196.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-08-19T10:35:34.439 INFO:teuthology.orchestra.run.smithi196.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-08-19T10:35:34.470 INFO:teuthology.orchestra.run.smithi078.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-08-19T10:35:34.471 INFO:teuthology.orchestra.run.smithi078.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.2 [108 kB] 2024-08-19T10:35:34.472 INFO:teuthology.orchestra.run.smithi078.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-08-19T10:35:34.473 INFO:teuthology.orchestra.run.smithi078.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-08-19T10:35:34.474 INFO:teuthology.orchestra.run.smithi078.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-08-19T10:35:34.491 INFO:teuthology.orchestra.run.smithi078.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-08-19T10:35:34.493 INFO:teuthology.orchestra.run.smithi078.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-08-19T10:35:34.493 INFO:teuthology.orchestra.run.smithi078.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-08-19T10:35:34.507 INFO:teuthology.orchestra.run.smithi078.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-08-19T10:35:34.508 INFO:teuthology.orchestra.run.smithi078.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-08-19T10:35:34.508 INFO:teuthology.orchestra.run.smithi078.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-08-19T10:35:34.508 INFO:teuthology.orchestra.run.smithi078.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-08-19T10:35:34.509 INFO:teuthology.orchestra.run.smithi078.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-08-19T10:35:34.509 INFO:teuthology.orchestra.run.smithi078.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-08-19T10:35:34.524 INFO:teuthology.orchestra.run.smithi078.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-08-19T10:35:34.524 INFO:teuthology.orchestra.run.smithi078.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-08-19T10:35:34.527 INFO:teuthology.orchestra.run.smithi078.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-08-19T10:35:34.541 INFO:teuthology.orchestra.run.smithi078.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-08-19T10:35:34.542 INFO:teuthology.orchestra.run.smithi078.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-08-19T10:35:34.543 INFO:teuthology.orchestra.run.smithi078.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-08-19T10:35:34.546 INFO:teuthology.orchestra.run.smithi078.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-08-19T10:35:34.548 INFO:teuthology.orchestra.run.smithi078.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-08-19T10:35:34.549 INFO:teuthology.orchestra.run.smithi078.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-08-19T10:35:34.549 INFO:teuthology.orchestra.run.smithi078.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.2 [473 kB] 2024-08-19T10:35:34.558 INFO:teuthology.orchestra.run.smithi078.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-08-19T10:35:34.558 INFO:teuthology.orchestra.run.smithi078.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-08-19T10:35:34.561 INFO:teuthology.orchestra.run.smithi078.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-08-19T10:35:34.575 INFO:teuthology.orchestra.run.smithi078.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-08-19T10:35:34.576 INFO:teuthology.orchestra.run.smithi078.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-08-19T10:35:34.576 INFO:teuthology.orchestra.run.smithi078.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-08-19T10:35:34.577 INFO:teuthology.orchestra.run.smithi078.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-08-19T10:35:34.578 INFO:teuthology.orchestra.run.smithi078.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-08-19T10:35:34.584 INFO:teuthology.orchestra.run.smithi078.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-08-19T10:35:34.584 INFO:teuthology.orchestra.run.smithi078.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-08-19T10:35:34.592 INFO:teuthology.orchestra.run.smithi078.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-08-19T10:35:34.594 INFO:teuthology.orchestra.run.smithi078.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-08-19T10:35:34.594 INFO:teuthology.orchestra.run.smithi078.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-08-19T10:35:34.595 INFO:teuthology.orchestra.run.smithi133.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-08-19T10:35:34.607 INFO:teuthology.orchestra.run.smithi133.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-08-19T10:35:34.689 INFO:teuthology.orchestra.run.smithi133.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-08-19T10:35:34.795 INFO:teuthology.orchestra.run.smithi196.stdout:Get:89 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-5847-g79766939-1jammy [3,313 kB] 2024-08-19T10:35:34.918 INFO:teuthology.orchestra.run.smithi133.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-08-19T10:35:34.929 INFO:teuthology.orchestra.run.smithi133.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-08-19T10:35:34.958 INFO:teuthology.orchestra.run.smithi133.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-08-19T10:35:34.968 INFO:teuthology.orchestra.run.smithi133.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-08-19T10:35:34.968 INFO:teuthology.orchestra.run.smithi133.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-08-19T10:35:34.970 INFO:teuthology.orchestra.run.smithi133.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-08-19T10:35:34.988 INFO:teuthology.orchestra.run.smithi133.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-08-19T10:35:34.992 INFO:teuthology.orchestra.run.smithi133.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-08-19T10:35:34.997 INFO:teuthology.orchestra.run.smithi133.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-08-19T10:35:35.001 INFO:teuthology.orchestra.run.smithi133.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-08-19T10:35:35.028 INFO:teuthology.orchestra.run.smithi196.stdout:Get:90 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-5847-g79766939-1jammy [721 kB] 2024-08-19T10:35:35.081 INFO:teuthology.orchestra.run.smithi133.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-08-19T10:35:35.085 INFO:teuthology.orchestra.run.smithi133.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-08-19T10:35:35.090 INFO:teuthology.orchestra.run.smithi133.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-08-19T10:35:35.093 INFO:teuthology.orchestra.run.smithi133.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-08-19T10:35:35.094 INFO:teuthology.orchestra.run.smithi133.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-08-19T10:35:35.095 INFO:teuthology.orchestra.run.smithi133.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-08-19T10:35:35.097 INFO:teuthology.orchestra.run.smithi133.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-08-19T10:35:35.098 INFO:teuthology.orchestra.run.smithi133.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-08-19T10:35:35.098 INFO:teuthology.orchestra.run.smithi196.stdout:Get:91 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-5847-g79766939-1jammy [356 kB] 2024-08-19T10:35:35.098 INFO:teuthology.orchestra.run.smithi133.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-08-19T10:35:35.106 INFO:teuthology.orchestra.run.smithi196.stdout:Get:92 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-5847-g79766939-1jammy [32.8 kB] 2024-08-19T10:35:35.107 INFO:teuthology.orchestra.run.smithi196.stdout:Get:93 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-5847-g79766939-1jammy [180 kB] 2024-08-19T10:35:35.110 INFO:teuthology.orchestra.run.smithi196.stdout:Get:94 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-5847-g79766939-1jammy [68.9 kB] 2024-08-19T10:35:35.112 INFO:teuthology.orchestra.run.smithi196.stdout:Get:95 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-5847-g79766939-1jammy [338 kB] 2024-08-19T10:35:35.164 INFO:teuthology.orchestra.run.smithi133.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-08-19T10:35:35.174 INFO:teuthology.orchestra.run.smithi196.stdout:Get:96 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-5847-g79766939-1jammy [8,017 kB] 2024-08-19T10:35:35.181 INFO:teuthology.orchestra.run.smithi133.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-08-19T10:35:35.182 INFO:teuthology.orchestra.run.smithi133.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-08-19T10:35:35.183 INFO:teuthology.orchestra.run.smithi133.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-08-19T10:35:35.188 INFO:teuthology.orchestra.run.smithi133.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-08-19T10:35:35.189 INFO:teuthology.orchestra.run.smithi133.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-08-19T10:35:35.251 INFO:teuthology.orchestra.run.smithi133.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-08-19T10:35:35.251 INFO:teuthology.orchestra.run.smithi133.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-08-19T10:35:35.251 INFO:teuthology.orchestra.run.smithi133.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-08-19T10:35:35.251 INFO:teuthology.orchestra.run.smithi133.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-08-19T10:35:35.327 INFO:teuthology.orchestra.run.smithi133.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-08-19T10:35:35.330 INFO:teuthology.orchestra.run.smithi133.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-08-19T10:35:35.331 INFO:teuthology.orchestra.run.smithi133.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-08-19T10:35:35.332 INFO:teuthology.orchestra.run.smithi133.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-08-19T10:35:35.343 INFO:teuthology.orchestra.run.smithi133.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-08-19T10:35:35.409 INFO:teuthology.orchestra.run.smithi133.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-08-19T10:35:35.410 INFO:teuthology.orchestra.run.smithi133.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-08-19T10:35:35.411 INFO:teuthology.orchestra.run.smithi133.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-08-19T10:35:35.414 INFO:teuthology.orchestra.run.smithi133.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-08-19T10:35:35.417 INFO:teuthology.orchestra.run.smithi133.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-idna all 3.3-1ubuntu0.1 [52.1 kB] 2024-08-19T10:35:35.490 INFO:teuthology.orchestra.run.smithi133.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-08-19T10:35:35.493 INFO:teuthology.orchestra.run.smithi133.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-08-19T10:35:35.494 INFO:teuthology.orchestra.run.smithi133.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-08-19T10:35:35.499 INFO:teuthology.orchestra.run.smithi133.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-08-19T10:35:35.500 INFO:teuthology.orchestra.run.smithi133.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-08-19T10:35:35.571 INFO:teuthology.orchestra.run.smithi133.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-08-19T10:35:35.576 INFO:teuthology.orchestra.run.smithi133.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-08-19T10:35:35.655 INFO:teuthology.orchestra.run.smithi196.stdout:Get:97 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-5847-g79766939-1jammy [112 kB] 2024-08-19T10:35:35.657 INFO:teuthology.orchestra.run.smithi133.stdout:Get:52 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-5847-g79766939-1jammy [3,313 kB] 2024-08-19T10:35:35.693 INFO:teuthology.orchestra.run.smithi196.stdout:Get:98 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-5847-g79766939-1jammy [472 kB] 2024-08-19T10:35:35.708 INFO:teuthology.orchestra.run.smithi196.stdout:Get:99 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-5847-g79766939-1jammy [28.3 MB] 2024-08-19T10:35:35.741 INFO:teuthology.orchestra.run.smithi133.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-08-19T10:35:35.743 INFO:teuthology.orchestra.run.smithi133.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.2 [108 kB] 2024-08-19T10:35:35.746 INFO:teuthology.orchestra.run.smithi133.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-08-19T10:35:35.747 INFO:teuthology.orchestra.run.smithi133.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-08-19T10:35:35.750 INFO:teuthology.orchestra.run.smithi133.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-08-19T10:35:35.786 INFO:teuthology.orchestra.run.smithi133.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-08-19T10:35:35.818 INFO:teuthology.orchestra.run.smithi133.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-08-19T10:35:35.818 INFO:teuthology.orchestra.run.smithi133.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-08-19T10:35:35.849 INFO:teuthology.orchestra.run.smithi133.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-08-19T10:35:35.849 INFO:teuthology.orchestra.run.smithi133.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-08-19T10:35:35.881 INFO:teuthology.orchestra.run.smithi078.stdout:Get:89 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-5847-g79766939-1jammy [3,313 kB] 2024-08-19T10:35:35.908 INFO:teuthology.orchestra.run.smithi133.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-08-19T10:35:35.910 INFO:teuthology.orchestra.run.smithi133.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-08-19T10:35:35.911 INFO:teuthology.orchestra.run.smithi133.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-08-19T10:35:35.912 INFO:teuthology.orchestra.run.smithi133.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-08-19T10:35:35.913 INFO:teuthology.orchestra.run.smithi133.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-08-19T10:35:35.914 INFO:teuthology.orchestra.run.smithi133.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-08-19T10:35:35.921 INFO:teuthology.orchestra.run.smithi133.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-08-19T10:35:35.990 INFO:teuthology.orchestra.run.smithi133.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-08-19T10:35:35.993 INFO:teuthology.orchestra.run.smithi133.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-08-19T10:35:35.995 INFO:teuthology.orchestra.run.smithi133.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-08-19T10:35:36.071 INFO:teuthology.orchestra.run.smithi133.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-08-19T10:35:36.078 INFO:teuthology.orchestra.run.smithi133.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-08-19T10:35:36.081 INFO:teuthology.orchestra.run.smithi133.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-08-19T10:35:36.082 INFO:teuthology.orchestra.run.smithi133.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.2 [473 kB] 2024-08-19T10:35:36.093 INFO:teuthology.orchestra.run.smithi133.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-08-19T10:35:36.095 INFO:teuthology.orchestra.run.smithi133.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-08-19T10:35:36.102 INFO:teuthology.orchestra.run.smithi133.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-08-19T10:35:36.153 INFO:teuthology.orchestra.run.smithi133.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-08-19T10:35:36.155 INFO:teuthology.orchestra.run.smithi133.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-08-19T10:35:36.155 INFO:teuthology.orchestra.run.smithi133.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-08-19T10:35:36.234 INFO:teuthology.orchestra.run.smithi133.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-08-19T10:35:36.236 INFO:teuthology.orchestra.run.smithi133.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-08-19T10:35:36.256 INFO:teuthology.orchestra.run.smithi133.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-08-19T10:35:36.257 INFO:teuthology.orchestra.run.smithi133.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-08-19T10:35:36.257 INFO:teuthology.orchestra.run.smithi133.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-08-19T10:35:36.263 INFO:teuthology.orchestra.run.smithi133.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-08-19T10:35:36.264 INFO:teuthology.orchestra.run.smithi133.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-08-19T10:35:36.403 INFO:teuthology.orchestra.run.smithi078.stdout:Get:90 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-5847-g79766939-1jammy [721 kB] 2024-08-19T10:35:36.446 INFO:teuthology.orchestra.run.smithi133.stdout:Get:90 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-5847-g79766939-1jammy [721 kB] 2024-08-19T10:35:36.487 INFO:teuthology.orchestra.run.smithi078.stdout:Get:91 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-5847-g79766939-1jammy [356 kB] 2024-08-19T10:35:36.544 INFO:teuthology.orchestra.run.smithi078.stdout:Get:92 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-5847-g79766939-1jammy [32.8 kB] 2024-08-19T10:35:36.545 INFO:teuthology.orchestra.run.smithi078.stdout:Get:93 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-5847-g79766939-1jammy [180 kB] 2024-08-19T10:35:36.604 INFO:teuthology.orchestra.run.smithi078.stdout:Get:94 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-5847-g79766939-1jammy [68.9 kB] 2024-08-19T10:35:36.608 INFO:teuthology.orchestra.run.smithi078.stdout:Get:95 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-5847-g79766939-1jammy [338 kB] 2024-08-19T10:35:36.616 INFO:teuthology.orchestra.run.smithi078.stdout:Get:96 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-5847-g79766939-1jammy [8,017 kB] 2024-08-19T10:35:36.655 INFO:teuthology.orchestra.run.smithi133.stdout:Get:91 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-5847-g79766939-1jammy [356 kB] 2024-08-19T10:35:36.728 INFO:teuthology.orchestra.run.smithi133.stdout:Get:92 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-5847-g79766939-1jammy [32.8 kB] 2024-08-19T10:35:36.729 INFO:teuthology.orchestra.run.smithi133.stdout:Get:93 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-5847-g79766939-1jammy [180 kB] 2024-08-19T10:35:36.799 INFO:teuthology.orchestra.run.smithi133.stdout:Get:94 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-5847-g79766939-1jammy [68.9 kB] 2024-08-19T10:35:36.801 INFO:teuthology.orchestra.run.smithi133.stdout:Get:95 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-5847-g79766939-1jammy [338 kB] 2024-08-19T10:35:36.942 INFO:teuthology.orchestra.run.smithi133.stdout:Get:96 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-5847-g79766939-1jammy [8,017 kB] 2024-08-19T10:35:37.518 INFO:teuthology.orchestra.run.smithi078.stdout:Get:97 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-5847-g79766939-1jammy [112 kB] 2024-08-19T10:35:37.602 INFO:teuthology.orchestra.run.smithi078.stdout:Get:98 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-5847-g79766939-1jammy [472 kB] 2024-08-19T10:35:37.612 INFO:teuthology.orchestra.run.smithi078.stdout:Get:99 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-5847-g79766939-1jammy [28.3 MB] 2024-08-19T10:35:37.717 INFO:teuthology.orchestra.run.smithi196.stdout:Get:100 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-5847-g79766939-1jammy [5,198 kB] 2024-08-19T10:35:37.906 INFO:teuthology.orchestra.run.smithi196.stdout:Get:101 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-5847-g79766939-1jammy [247 kB] 2024-08-19T10:35:37.911 INFO:teuthology.orchestra.run.smithi196.stdout:Get:102 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-5847-g79766939-1jammy [124 kB] 2024-08-19T10:35:37.950 INFO:teuthology.orchestra.run.smithi196.stdout:Get:103 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-5847-g79766939-1jammy [1,560 kB] 2024-08-19T10:35:38.014 INFO:teuthology.orchestra.run.smithi196.stdout:Get:104 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-5847-g79766939-1jammy [6,293 kB] 2024-08-19T10:35:38.368 INFO:teuthology.orchestra.run.smithi196.stdout:Get:105 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-5847-g79766939-1jammy [23.1 MB] 2024-08-19T10:35:39.429 INFO:teuthology.orchestra.run.smithi133.stdout:Get:97 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-5847-g79766939-1jammy [112 kB] 2024-08-19T10:35:39.495 INFO:teuthology.orchestra.run.smithi133.stdout:Get:98 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-5847-g79766939-1jammy [472 kB] 2024-08-19T10:35:39.695 INFO:teuthology.orchestra.run.smithi133.stdout:Get:99 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-5847-g79766939-1jammy [28.3 MB] 2024-08-19T10:35:39.925 INFO:teuthology.orchestra.run.smithi196.stdout:Get:106 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-5847-g79766939-1jammy [14.1 kB] 2024-08-19T10:35:39.926 INFO:teuthology.orchestra.run.smithi196.stdout:Get:107 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-5847-g79766939-1jammy [880 kB] 2024-08-19T10:35:39.943 INFO:teuthology.orchestra.run.smithi196.stdout:Get:108 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-5847-g79766939-1jammy [2,437 kB] 2024-08-19T10:35:40.001 INFO:teuthology.orchestra.run.smithi196.stdout:Get:109 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-5847-g79766939-1jammy [801 kB] 2024-08-19T10:35:40.062 INFO:teuthology.orchestra.run.smithi196.stdout:Get:110 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-5847-g79766939-1jammy [156 kB] 2024-08-19T10:35:40.065 INFO:teuthology.orchestra.run.smithi196.stdout:Get:111 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-5847-g79766939-1jammy [61.3 MB] 2024-08-19T10:35:40.217 INFO:teuthology.orchestra.run.smithi078.stdout:Get:100 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-5847-g79766939-1jammy [5,198 kB] 2024-08-19T10:35:40.582 INFO:teuthology.orchestra.run.smithi078.stdout:Get:101 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-5847-g79766939-1jammy [247 kB] 2024-08-19T10:35:40.639 INFO:teuthology.orchestra.run.smithi078.stdout:Get:102 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-5847-g79766939-1jammy [124 kB] 2024-08-19T10:35:40.643 INFO:teuthology.orchestra.run.smithi078.stdout:Get:103 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-5847-g79766939-1jammy [1,560 kB] 2024-08-19T10:35:40.752 INFO:teuthology.orchestra.run.smithi078.stdout:Get:104 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-5847-g79766939-1jammy [6,293 kB] 2024-08-19T10:35:41.152 INFO:teuthology.orchestra.run.smithi078.stdout:Get:105 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-5847-g79766939-1jammy [23.1 MB] 2024-08-19T10:35:42.630 INFO:teuthology.orchestra.run.smithi078.stdout:Get:106 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-5847-g79766939-1jammy [14.1 kB] 2024-08-19T10:35:42.630 INFO:teuthology.orchestra.run.smithi078.stdout:Get:107 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-5847-g79766939-1jammy [880 kB] 2024-08-19T10:35:42.646 INFO:teuthology.orchestra.run.smithi078.stdout:Get:108 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-5847-g79766939-1jammy [2,437 kB] 2024-08-19T10:35:42.743 INFO:teuthology.orchestra.run.smithi078.stdout:Get:109 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-5847-g79766939-1jammy [801 kB] 2024-08-19T10:35:42.798 INFO:teuthology.orchestra.run.smithi078.stdout:Get:110 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-5847-g79766939-1jammy [156 kB] 2024-08-19T10:35:42.801 INFO:teuthology.orchestra.run.smithi078.stdout:Get:111 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-5847-g79766939-1jammy [61.3 MB] 2024-08-19T10:35:43.209 INFO:teuthology.orchestra.run.smithi196.stdout:Get:112 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-5847-g79766939-1jammy [8,625 kB] 2024-08-19T10:35:43.379 INFO:teuthology.orchestra.run.smithi196.stdout:Get:113 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-5847-g79766939-1jammy [14.2 kB] 2024-08-19T10:35:43.380 INFO:teuthology.orchestra.run.smithi196.stdout:Get:114 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-5847-g79766939-1jammy [55.8 MB] 2024-08-19T10:35:45.130 INFO:teuthology.orchestra.run.smithi133.stdout:Get:100 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-5847-g79766939-1jammy [5,198 kB] 2024-08-19T10:35:45.445 INFO:teuthology.orchestra.run.smithi196.stdout:Get:115 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-5847-g79766939-1jammy [130 kB] 2024-08-19T10:35:45.447 INFO:teuthology.orchestra.run.smithi196.stdout:Get:116 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-5847-g79766939-1jammy [38.9 kB] 2024-08-19T10:35:45.448 INFO:teuthology.orchestra.run.smithi196.stdout:Get:117 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-5847-g79766939-1jammy [16.0 MB] 2024-08-19T10:35:45.480 INFO:teuthology.orchestra.run.smithi078.stdout:Get:112 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-5847-g79766939-1jammy [8,625 kB] 2024-08-19T10:35:45.535 INFO:teuthology.orchestra.run.smithi133.stdout:Get:101 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-5847-g79766939-1jammy [247 kB] 2024-08-19T10:35:45.574 INFO:teuthology.orchestra.run.smithi133.stdout:Get:102 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-5847-g79766939-1jammy [124 kB] 2024-08-19T10:35:45.576 INFO:teuthology.orchestra.run.smithi133.stdout:Get:103 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-5847-g79766939-1jammy [1,560 kB] 2024-08-19T10:35:45.699 INFO:teuthology.orchestra.run.smithi078.stdout:Get:113 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-5847-g79766939-1jammy [14.2 kB] 2024-08-19T10:35:45.699 INFO:teuthology.orchestra.run.smithi078.stdout:Get:114 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-5847-g79766939-1jammy [55.8 MB] 2024-08-19T10:35:45.786 INFO:teuthology.orchestra.run.smithi133.stdout:Get:104 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-5847-g79766939-1jammy [6,293 kB] 2024-08-19T10:35:45.915 INFO:teuthology.orchestra.run.smithi196.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-5847-g79766939-1jammy [91.4 kB] 2024-08-19T10:35:46.239 INFO:teuthology.orchestra.run.smithi133.stdout:Get:105 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-5847-g79766939-1jammy [23.1 MB] 2024-08-19T10:35:46.488 INFO:teuthology.orchestra.run.smithi196.stdout:Fetched 251 MB in 12s (20.8 MB/s) 2024-08-19T10:35:46.653 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-08-19T10:35:46.753 INFO:teuthology.orchestra.run.smithi196.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165988 files and directories currently installed.) 2024-08-19T10:35:46.759 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-08-19T10:35:46.844 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-08-19T10:35:47.130 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-08-19T10:35:47.156 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-08-19T10:35:47.188 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-08-19T10:35:47.329 INFO:teuthology.orchestra.run.smithi078.stdout:Get:115 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-5847-g79766939-1jammy [130 kB] 2024-08-19T10:35:47.332 INFO:teuthology.orchestra.run.smithi078.stdout:Get:116 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-5847-g79766939-1jammy [38.9 kB] 2024-08-19T10:35:47.333 INFO:teuthology.orchestra.run.smithi078.stdout:Get:117 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-5847-g79766939-1jammy [16.0 MB] 2024-08-19T10:35:47.508 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-08-19T10:35:47.534 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-08-19T10:35:47.574 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-08-19T10:35:47.698 INFO:teuthology.orchestra.run.smithi078.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-5847-g79766939-1jammy [91.4 kB] 2024-08-19T10:35:47.757 INFO:teuthology.orchestra.run.smithi133.stdout:Get:106 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-5847-g79766939-1jammy [14.1 kB] 2024-08-19T10:35:47.758 INFO:teuthology.orchestra.run.smithi133.stdout:Get:107 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-5847-g79766939-1jammy [880 kB] 2024-08-19T10:35:47.781 INFO:teuthology.orchestra.run.smithi133.stdout:Get:108 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-5847-g79766939-1jammy [2,437 kB] 2024-08-19T10:35:47.910 INFO:teuthology.orchestra.run.smithi133.stdout:Get:109 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-5847-g79766939-1jammy [801 kB] 2024-08-19T10:35:47.952 INFO:teuthology.orchestra.run.smithi133.stdout:Get:110 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-5847-g79766939-1jammy [156 kB] 2024-08-19T10:35:47.967 INFO:teuthology.orchestra.run.smithi133.stdout:Get:111 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-5847-g79766939-1jammy [61.3 MB] 2024-08-19T10:35:48.020 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-08-19T10:35:48.046 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-08-19T10:35:48.094 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-08-19T10:35:48.269 INFO:teuthology.orchestra.run.smithi078.stdout:Fetched 251 MB in 14s (18.4 MB/s) 2024-08-19T10:35:48.398 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-08-19T10:35:48.414 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-08-19T10:35:48.440 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-08-19T10:35:48.496 INFO:teuthology.orchestra.run.smithi078.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165988 files and directories currently installed.) 2024-08-19T10:35:48.497 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-08-19T10:35:48.502 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-08-19T10:35:48.580 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-08-19T10:35:48.825 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-08-19T10:35:48.852 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-08-19T10:35:48.892 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-08-19T10:35:48.934 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-08-19T10:35:48.960 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-08-19T10:35:49.000 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-08-19T10:35:49.245 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-08-19T10:35:49.271 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-08-19T10:35:49.312 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-08-19T10:35:49.320 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-08-19T10:35:49.346 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-08-19T10:35:49.536 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-08-19T10:35:49.589 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package librados2. 2024-08-19T10:35:49.612 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../007-librados2_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:35:49.648 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking librados2 (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:35:49.898 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-08-19T10:35:49.925 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-08-19T10:35:49.973 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-08-19T10:35:50.084 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package librbd1. 2024-08-19T10:35:50.109 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../008-librbd1_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:35:50.150 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking librbd1 (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:35:50.368 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-08-19T10:35:50.395 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-08-19T10:35:50.435 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-08-19T10:35:50.570 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package libcephfs2. 2024-08-19T10:35:50.597 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:35:50.636 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking libcephfs2 (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:35:50.746 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-08-19T10:35:50.773 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-08-19T10:35:50.813 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-08-19T10:35:50.914 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-rados. 2024-08-19T10:35:50.929 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../010-python3-rados_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:35:50.964 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-rados (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:35:51.056 INFO:teuthology.orchestra.run.smithi133.stdout:Get:112 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-5847-g79766939-1jammy [8,625 kB] 2024-08-19T10:35:51.133 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-08-19T10:35:51.160 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-08-19T10:35:51.200 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-08-19T10:35:51.233 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-08-19T10:35:51.247 INFO:teuthology.orchestra.run.smithi133.stdout:Get:113 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-5847-g79766939-1jammy [14.2 kB] 2024-08-19T10:35:51.247 INFO:teuthology.orchestra.run.smithi133.stdout:Get:114 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-5847-g79766939-1jammy [55.8 MB] 2024-08-19T10:35:51.259 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-5847-g79766939-1jammy_all.deb ... 2024-08-19T10:35:51.461 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-ceph-argparse (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:35:51.577 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package librados2. 2024-08-19T10:35:51.577 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../007-librados2_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:35:51.619 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking librados2 (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:35:51.744 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-cephfs. 2024-08-19T10:35:51.770 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:35:51.810 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-cephfs (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:35:52.080 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package librbd1. 2024-08-19T10:35:52.107 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../008-librbd1_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:35:52.122 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-ceph-common. 2024-08-19T10:35:52.147 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking librbd1 (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:35:52.148 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-5847-g79766939-1jammy_all.deb ... 2024-08-19T10:35:52.188 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-ceph-common (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:35:52.483 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-wcwidth. 2024-08-19T10:35:52.509 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-08-19T10:35:52.525 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package libcephfs2. 2024-08-19T10:35:52.549 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-08-19T10:35:52.551 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:35:52.583 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking libcephfs2 (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:35:52.844 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package python3-rados. 2024-08-19T10:35:52.859 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../010-python3-rados_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:35:52.877 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-prettytable. 2024-08-19T10:35:52.902 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking python3-rados (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:35:52.903 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-08-19T10:35:52.946 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-08-19T10:35:53.048 INFO:teuthology.orchestra.run.smithi133.stdout:Get:115 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-5847-g79766939-1jammy [130 kB] 2024-08-19T10:35:53.050 INFO:teuthology.orchestra.run.smithi133.stdout:Get:116 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-5847-g79766939-1jammy [38.9 kB] 2024-08-19T10:35:53.053 INFO:teuthology.orchestra.run.smithi133.stdout:Get:117 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-5847-g79766939-1jammy [16.0 MB] 2024-08-19T10:35:53.165 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-rbd. 2024-08-19T10:35:53.180 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:35:53.215 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-rbd (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:35:53.230 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-08-19T10:35:53.258 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-5847-g79766939-1jammy_all.deb ... 2024-08-19T10:35:53.297 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking python3-ceph-argparse (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:35:53.434 INFO:teuthology.orchestra.run.smithi133.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-5847-g79766939-1jammy [91.4 kB] 2024-08-19T10:35:53.541 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package python3-cephfs. 2024-08-19T10:35:53.542 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-08-19T10:35:53.567 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:35:53.569 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-08-19T10:35:53.607 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking python3-cephfs (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:35:53.609 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-08-19T10:35:53.869 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package python3-ceph-common. 2024-08-19T10:35:53.887 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-08-19T10:35:53.896 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-5847-g79766939-1jammy_all.deb ... 2024-08-19T10:35:53.913 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-08-19T10:35:53.935 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking python3-ceph-common (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:35:53.953 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-08-19T10:35:54.002 INFO:teuthology.orchestra.run.smithi133.stdout:Fetched 251 MB in 19s (12.9 MB/s) 2024-08-19T10:35:54.163 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-08-19T10:35:54.222 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package python3-wcwidth. 2024-08-19T10:35:54.237 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-08-19T10:35:54.256 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-08-19T10:35:54.263 INFO:teuthology.orchestra.run.smithi133.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165988 files and directories currently installed.) 2024-08-19T10:35:54.269 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-08-19T10:35:54.271 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-08-19T10:35:54.271 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-08-19T10:35:54.314 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-08-19T10:35:54.353 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-08-19T10:35:54.591 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package python3-prettytable. 2024-08-19T10:35:54.592 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package lua5.1. 2024-08-19T10:35:54.617 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-08-19T10:35:54.618 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-08-19T10:35:54.659 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-08-19T10:35:54.666 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-08-19T10:35:54.707 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-08-19T10:35:54.733 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-08-19T10:35:54.773 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-08-19T10:35:54.962 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package lua-any. 2024-08-19T10:35:54.977 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-08-19T10:35:55.020 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking lua-any (27ubuntu1) ... 2024-08-19T10:35:55.042 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-08-19T10:35:55.069 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-08-19T10:35:55.101 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-08-19T10:35:55.102 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package python3-rbd. 2024-08-19T10:35:55.118 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:35:55.161 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking python3-rbd (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:35:55.274 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package zip. 2024-08-19T10:35:55.288 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-08-19T10:35:55.331 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking zip (3.0-12build2) ... 2024-08-19T10:35:55.489 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-08-19T10:35:55.515 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-08-19T10:35:55.555 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-08-19T10:35:55.626 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package unzip. 2024-08-19T10:35:55.652 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-08-19T10:35:55.654 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-08-19T10:35:55.681 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-08-19T10:35:55.692 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-08-19T10:35:55.762 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-08-19T10:35:55.808 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-08-19T10:35:55.834 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-08-19T10:35:55.883 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-08-19T10:35:56.079 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package luarocks. 2024-08-19T10:35:56.105 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-08-19T10:35:56.145 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-08-19T10:35:56.169 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-08-19T10:35:56.174 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-08-19T10:35:56.184 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-08-19T10:35:56.201 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-08-19T10:35:56.228 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-08-19T10:35:56.240 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-08-19T10:35:56.520 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package librgw2. 2024-08-19T10:35:56.526 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-08-19T10:35:56.546 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../025-librgw2_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:35:56.548 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package lua5.1. 2024-08-19T10:35:56.553 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-08-19T10:35:56.574 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-08-19T10:35:56.578 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking librgw2 (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:35:56.585 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-08-19T10:35:56.614 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-08-19T10:35:56.918 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package lua-any. 2024-08-19T10:35:56.921 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-08-19T10:35:56.933 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-08-19T10:35:56.947 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-08-19T10:35:56.976 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking lua-any (27ubuntu1) ... 2024-08-19T10:35:56.988 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-08-19T10:35:57.164 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-rgw. 2024-08-19T10:35:57.190 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:35:57.220 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package zip. 2024-08-19T10:35:57.230 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-rgw (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:35:57.246 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-08-19T10:35:57.287 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking zip (3.0-12build2) ... 2024-08-19T10:35:57.315 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package librados2. 2024-08-19T10:35:57.341 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../007-librados2_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:35:57.382 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking librados2 (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:35:57.566 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package liboath0:amd64. 2024-08-19T10:35:57.592 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-08-19T10:35:57.607 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package unzip. 2024-08-19T10:35:57.633 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-08-19T10:35:57.633 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-08-19T10:35:57.673 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-08-19T10:35:57.835 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package librbd1. 2024-08-19T10:35:57.861 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../008-librbd1_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:35:57.901 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking librbd1 (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:35:57.944 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package libradosstriper1. 2024-08-19T10:35:57.963 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:35:58.002 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking libradosstriper1 (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:35:58.011 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package luarocks. 2024-08-19T10:35:58.037 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-08-19T10:35:58.069 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-08-19T10:35:58.345 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libcephfs2. 2024-08-19T10:35:58.364 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package ceph-common. 2024-08-19T10:35:58.372 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:35:58.391 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../029-ceph-common_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:35:58.412 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libcephfs2 (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:35:58.430 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking ceph-common (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:35:58.444 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package librgw2. 2024-08-19T10:35:58.470 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../025-librgw2_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:35:58.510 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking librgw2 (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:35:58.739 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-rados. 2024-08-19T10:35:58.755 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../010-python3-rados_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:35:58.798 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-rados (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:35:59.096 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package python3-rgw. 2024-08-19T10:35:59.117 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-08-19T10:35:59.122 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:35:59.143 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-5847-g79766939-1jammy_all.deb ... 2024-08-19T10:35:59.163 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking python3-rgw (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:35:59.183 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-ceph-argparse (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:35:59.444 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-cephfs. 2024-08-19T10:35:59.462 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:35:59.499 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package liboath0:amd64. 2024-08-19T10:35:59.502 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-cephfs (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:35:59.525 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-08-19T10:35:59.566 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-08-19T10:35:59.822 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-ceph-common. 2024-08-19T10:35:59.848 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-5847-g79766939-1jammy_all.deb ... 2024-08-19T10:35:59.888 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-ceph-common (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:35:59.907 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package libradosstriper1. 2024-08-19T10:35:59.927 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package ceph-base. 2024-08-19T10:35:59.933 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:35:59.954 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../030-ceph-base_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:36:00.002 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking ceph-base (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:00.044 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking libradosstriper1 (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:00.192 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-wcwidth. 2024-08-19T10:36:00.205 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-08-19T10:36:00.242 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-08-19T10:36:00.380 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package ceph-common. 2024-08-19T10:36:00.407 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../029-ceph-common_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:36:00.447 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking ceph-common (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:00.528 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-prettytable. 2024-08-19T10:36:00.554 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-08-19T10:36:00.573 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-08-19T10:36:00.594 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-08-19T10:36:00.599 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-08-19T10:36:00.639 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-08-19T10:36:00.942 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-cheroot. 2024-08-19T10:36:00.968 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-08-19T10:36:00.972 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-rbd. 2024-08-19T10:36:00.998 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:36:01.009 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-08-19T10:36:01.038 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-rbd (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:01.328 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-08-19T10:36:01.354 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-08-19T10:36:01.408 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-08-19T10:36:01.411 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-08-19T10:36:01.434 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-08-19T10:36:01.474 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-08-19T10:36:01.672 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-jaraco.text. 2024-08-19T10:36:01.687 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-08-19T10:36:01.731 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-08-19T10:36:01.777 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-08-19T10:36:01.792 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-08-19T10:36:01.835 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-08-19T10:36:01.986 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package ceph-base. 2024-08-19T10:36:02.012 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../030-ceph-base_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:36:02.062 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking ceph-base (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:02.138 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-08-19T10:36:02.164 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-08-19T10:36:02.204 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-08-19T10:36:02.225 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-08-19T10:36:02.252 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-08-19T10:36:02.291 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-08-19T10:36:02.508 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package lua5.1. 2024-08-19T10:36:02.534 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-08-19T10:36:02.574 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-08-19T10:36:02.594 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-tempora. 2024-08-19T10:36:02.620 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-08-19T10:36:02.648 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-08-19T10:36:02.660 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-08-19T10:36:02.675 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-08-19T10:36:02.715 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-08-19T10:36:02.869 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package lua-any. 2024-08-19T10:36:02.884 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-08-19T10:36:02.927 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking lua-any (27ubuntu1) ... 2024-08-19T10:36:02.963 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-portend. 2024-08-19T10:36:02.990 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-08-19T10:36:03.018 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package python3-cheroot. 2024-08-19T10:36:03.022 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-08-19T10:36:03.044 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-08-19T10:36:03.085 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-08-19T10:36:03.171 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package zip. 2024-08-19T10:36:03.197 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-08-19T10:36:03.238 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking zip (3.0-12build2) ... 2024-08-19T10:36:03.299 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-08-19T10:36:03.326 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-08-19T10:36:03.366 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-08-19T10:36:03.446 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-08-19T10:36:03.472 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-08-19T10:36:03.513 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-08-19T10:36:03.574 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package unzip. 2024-08-19T10:36:03.601 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-08-19T10:36:03.641 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-08-19T10:36:03.669 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-cherrypy3. 2024-08-19T10:36:03.695 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-08-19T10:36:03.735 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-08-19T10:36:03.782 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package python3-jaraco.text. 2024-08-19T10:36:03.808 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-08-19T10:36:03.848 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-08-19T10:36:03.978 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package luarocks. 2024-08-19T10:36:04.000 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-08-19T10:36:04.014 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-natsort. 2024-08-19T10:36:04.036 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-08-19T10:36:04.040 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-08-19T10:36:04.080 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-08-19T10:36:04.152 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-08-19T10:36:04.178 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-08-19T10:36:04.218 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-08-19T10:36:04.385 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package librgw2. 2024-08-19T10:36:04.392 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-logutils. 2024-08-19T10:36:04.401 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../025-librgw2_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:36:04.418 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-08-19T10:36:04.435 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking librgw2 (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:04.458 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-08-19T10:36:04.521 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package python3-tempora. 2024-08-19T10:36:04.547 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-08-19T10:36:04.588 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-08-19T10:36:04.761 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-markupsafe. 2024-08-19T10:36:04.787 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-08-19T10:36:04.827 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-08-19T10:36:04.849 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package python3-portend. 2024-08-19T10:36:04.871 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-08-19T10:36:04.907 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-08-19T10:36:05.046 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-rgw. 2024-08-19T10:36:05.073 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:36:05.105 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-mako. 2024-08-19T10:36:05.112 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-rgw (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:05.128 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-08-19T10:36:05.163 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-08-19T10:36:05.458 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-simplegeneric. 2024-08-19T10:36:05.482 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package liboath0:amd64. 2024-08-19T10:36:05.484 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-08-19T10:36:05.508 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-08-19T10:36:05.516 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-08-19T10:36:05.549 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-08-19T10:36:05.802 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-singledispatch. 2024-08-19T10:36:05.829 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-08-19T10:36:05.860 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libradosstriper1. 2024-08-19T10:36:05.869 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-08-19T10:36:05.886 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:36:05.926 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libradosstriper1 (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:05.928 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-08-19T10:36:05.954 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-08-19T10:36:05.994 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-08-19T10:36:06.163 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-webob. 2024-08-19T10:36:06.190 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-08-19T10:36:06.230 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-08-19T10:36:06.271 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-common. 2024-08-19T10:36:06.297 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package python3-cherrypy3. 2024-08-19T10:36:06.297 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../029-ceph-common_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:36:06.323 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-08-19T10:36:06.338 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-common (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:06.364 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-08-19T10:36:06.583 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-waitress. 2024-08-19T10:36:06.609 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-08-19T10:36:06.652 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-08-19T10:36:06.726 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package python3-natsort. 2024-08-19T10:36:06.752 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-08-19T10:36:06.801 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-08-19T10:36:06.985 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-tempita. 2024-08-19T10:36:07.012 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-08-19T10:36:07.052 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-08-19T10:36:07.070 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package python3-logutils. 2024-08-19T10:36:07.097 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-08-19T10:36:07.137 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-08-19T10:36:07.440 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package python3-markupsafe. 2024-08-19T10:36:07.466 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-08-19T10:36:07.506 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-08-19T10:36:07.818 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package python3-mako. 2024-08-19T10:36:07.844 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-08-19T10:36:07.884 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-08-19T10:36:07.917 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-base. 2024-08-19T10:36:07.944 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../030-ceph-base_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:36:07.994 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-base (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:08.097 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-paste. 2024-08-19T10:36:08.124 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-08-19T10:36:08.164 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-08-19T10:36:08.204 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package python3-simplegeneric. 2024-08-19T10:36:08.231 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-08-19T10:36:08.271 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-08-19T10:36:08.483 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-08-19T10:36:08.510 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-08-19T10:36:08.541 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package python3-singledispatch. 2024-08-19T10:36:08.550 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-08-19T10:36:08.567 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-08-19T10:36:08.607 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-08-19T10:36:08.647 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-08-19T10:36:08.673 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-08-19T10:36:08.713 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-08-19T10:36:08.853 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-pastedeploy. 2024-08-19T10:36:08.879 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-08-19T10:36:08.910 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package python3-webob. 2024-08-19T10:36:08.919 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-08-19T10:36:08.937 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-08-19T10:36:08.974 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-cheroot. 2024-08-19T10:36:08.977 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-08-19T10:36:08.997 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-08-19T10:36:09.032 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-08-19T10:36:09.214 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-webtest. 2024-08-19T10:36:09.240 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-08-19T10:36:09.280 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-08-19T10:36:09.293 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-08-19T10:36:09.309 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-08-19T10:36:09.321 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package python3-waitress. 2024-08-19T10:36:09.348 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-08-19T10:36:09.352 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-08-19T10:36:09.391 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-08-19T10:36:09.566 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-pecan. 2024-08-19T10:36:09.593 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-08-19T10:36:09.624 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-08-19T10:36:09.655 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-jaraco.text. 2024-08-19T10:36:09.681 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-08-19T10:36:09.708 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package python3-tempita. 2024-08-19T10:36:09.721 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-08-19T10:36:09.734 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-08-19T10:36:09.774 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-08-19T10:36:09.921 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-certifi. 2024-08-19T10:36:09.936 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-08-19T10:36:09.979 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-08-19T10:36:10.033 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-08-19T10:36:10.044 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package python3-paste. 2024-08-19T10:36:10.059 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-08-19T10:36:10.059 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-08-19T10:36:10.099 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-08-19T10:36:10.127 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-08-19T10:36:10.290 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-idna. 2024-08-19T10:36:10.317 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../055-python3-idna_3.3-1ubuntu0.1_all.deb ... 2024-08-19T10:36:10.357 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-idna (3.3-1ubuntu0.1) ... 2024-08-19T10:36:10.368 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-tempora. 2024-08-19T10:36:10.394 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-08-19T10:36:10.443 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-08-19T10:36:10.606 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-08-19T10:36:10.621 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-08-19T10:36:10.664 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-08-19T10:36:10.668 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-urllib3. 2024-08-19T10:36:10.694 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-08-19T10:36:10.712 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-portend. 2024-08-19T10:36:10.734 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-08-19T10:36:10.739 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-08-19T10:36:10.779 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-08-19T10:36:10.950 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package python3-pastedeploy. 2024-08-19T10:36:10.977 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-08-19T10:36:11.017 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-08-19T10:36:11.079 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-requests. 2024-08-19T10:36:11.105 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-08-19T10:36:11.145 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-08-19T10:36:11.266 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-08-19T10:36:11.292 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-08-19T10:36:11.320 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package python3-webtest. 2024-08-19T10:36:11.332 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-08-19T10:36:11.346 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-08-19T10:36:11.386 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-08-19T10:36:11.457 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-werkzeug. 2024-08-19T10:36:11.483 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.2_all.deb ... 2024-08-19T10:36:11.523 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-08-19T10:36:11.635 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-cherrypy3. 2024-08-19T10:36:11.662 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-08-19T10:36:11.698 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package python3-pecan. 2024-08-19T10:36:11.701 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-08-19T10:36:11.724 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-08-19T10:36:11.764 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-08-19T10:36:11.784 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-08-19T10:36:11.800 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-5847-g79766939-1jammy_all.deb ... 2024-08-19T10:36:11.834 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking ceph-mgr-modules-core (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:12.055 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-natsort. 2024-08-19T10:36:12.082 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-08-19T10:36:12.119 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package python3-certifi. 2024-08-19T10:36:12.121 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-08-19T10:36:12.146 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-08-19T10:36:12.186 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-08-19T10:36:12.198 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-08-19T10:36:12.224 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:36:12.267 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:12.441 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-logutils. 2024-08-19T10:36:12.464 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package python3-idna. 2024-08-19T10:36:12.468 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-08-19T10:36:12.479 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../055-python3-idna_3.3-1ubuntu0.1_all.deb ... 2024-08-19T10:36:12.508 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-08-19T10:36:12.522 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking python3-idna (3.3-1ubuntu0.1) ... 2024-08-19T10:36:12.667 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-bcrypt. 2024-08-19T10:36:12.694 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-08-19T10:36:12.725 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-08-19T10:36:12.785 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-markupsafe. 2024-08-19T10:36:12.812 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-08-19T10:36:12.842 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package python3-urllib3. 2024-08-19T10:36:12.843 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-08-19T10:36:12.868 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-08-19T10:36:12.908 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-08-19T10:36:12.998 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-openssl. 2024-08-19T10:36:13.021 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-08-19T10:36:13.061 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-08-19T10:36:13.113 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-mako. 2024-08-19T10:36:13.140 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-08-19T10:36:13.179 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-08-19T10:36:13.245 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package python3-requests. 2024-08-19T10:36:13.272 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-08-19T10:36:13.312 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-08-19T10:36:13.381 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package ceph-mgr. 2024-08-19T10:36:13.407 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:36:13.447 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking ceph-mgr (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:13.524 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-simplegeneric. 2024-08-19T10:36:13.551 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-08-19T10:36:13.591 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-08-19T10:36:13.631 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package python3-werkzeug. 2024-08-19T10:36:13.658 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.2_all.deb ... 2024-08-19T10:36:13.698 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-08-19T10:36:13.842 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package ceph-mon. 2024-08-19T10:36:13.868 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:36:13.877 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-singledispatch. 2024-08-19T10:36:13.904 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-08-19T10:36:13.908 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking ceph-mon (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:13.943 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-08-19T10:36:13.984 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-08-19T10:36:14.011 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-5847-g79766939-1jammy_all.deb ... 2024-08-19T10:36:14.051 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking ceph-mgr-modules-core (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:14.213 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-webob. 2024-08-19T10:36:14.240 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-08-19T10:36:14.279 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-08-19T10:36:14.406 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-08-19T10:36:14.433 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:36:14.437 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package ceph-osd. 2024-08-19T10:36:14.463 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:36:14.464 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:14.494 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking ceph-osd (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:14.616 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-waitress. 2024-08-19T10:36:14.642 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-08-19T10:36:14.677 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-08-19T10:36:14.775 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package python3-bcrypt. 2024-08-19T10:36:14.802 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-08-19T10:36:14.842 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-08-19T10:36:14.902 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-tempita. 2024-08-19T10:36:14.929 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-08-19T10:36:14.968 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-08-19T10:36:15.095 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package python3-openssl. 2024-08-19T10:36:15.110 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-08-19T10:36:15.145 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-08-19T10:36:15.271 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-paste. 2024-08-19T10:36:15.298 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-08-19T10:36:15.337 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-08-19T10:36:15.606 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package ceph. 2024-08-19T10:36:15.615 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package ceph-mgr. 2024-08-19T10:36:15.621 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../066-ceph_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:36:15.641 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:36:15.664 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking ceph (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:15.681 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking ceph-mgr (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:15.716 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-08-19T10:36:15.743 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-08-19T10:36:15.782 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-08-19T10:36:15.984 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package ceph-fuse. 2024-08-19T10:36:16.010 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:36:16.043 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-pastedeploy. 2024-08-19T10:36:16.050 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking ceph-fuse (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:16.059 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-08-19T10:36:16.076 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package ceph-mon. 2024-08-19T10:36:16.093 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-08-19T10:36:16.103 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:36:16.143 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking ceph-mon (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:16.371 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-webtest. 2024-08-19T10:36:16.378 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package ceph-mds. 2024-08-19T10:36:16.398 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-08-19T10:36:16.405 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:36:16.436 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking ceph-mds (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:16.437 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-08-19T10:36:16.697 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package ceph-osd. 2024-08-19T10:36:16.723 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:36:16.748 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-pecan. 2024-08-19T10:36:16.754 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking ceph-osd (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:16.776 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-08-19T10:36:16.806 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package cephadm. 2024-08-19T10:36:16.815 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-08-19T10:36:16.832 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../069-cephadm_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:36:16.872 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking cephadm (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:17.183 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-asyncssh. 2024-08-19T10:36:17.195 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-certifi. 2024-08-19T10:36:17.210 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-08-19T10:36:17.222 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-08-19T10:36:17.250 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-08-19T10:36:17.261 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-08-19T10:36:17.589 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-idna. 2024-08-19T10:36:17.616 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../055-python3-idna_3.3-1ubuntu0.1_all.deb ... 2024-08-19T10:36:17.655 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-idna (3.3-1ubuntu0.1) ... 2024-08-19T10:36:17.669 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python-babel-localedata. 2024-08-19T10:36:17.696 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-08-19T10:36:17.735 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-08-19T10:36:17.810 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package ceph. 2024-08-19T10:36:17.823 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../066-ceph_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:36:17.866 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking ceph (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:17.917 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-urllib3. 2024-08-19T10:36:17.943 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-08-19T10:36:17.975 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-08-19T10:36:18.186 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package ceph-fuse. 2024-08-19T10:36:18.212 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:36:18.252 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking ceph-fuse (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:18.270 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-requests. 2024-08-19T10:36:18.285 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-08-19T10:36:18.328 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-08-19T10:36:18.581 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package ceph-mds. 2024-08-19T10:36:18.608 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:36:18.631 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-werkzeug. 2024-08-19T10:36:18.638 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking ceph-mds (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:18.657 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.2_all.deb ... 2024-08-19T10:36:18.689 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-08-19T10:36:18.749 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-babel. 2024-08-19T10:36:18.776 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-08-19T10:36:18.815 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-08-19T10:36:18.944 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-08-19T10:36:18.959 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-5847-g79766939-1jammy_all.deb ... 2024-08-19T10:36:18.994 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-mgr-modules-core (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:19.017 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package cephadm. 2024-08-19T10:36:19.044 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../069-cephadm_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:36:19.083 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking cephadm (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:19.084 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-jinja2. 2024-08-19T10:36:19.100 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.2_all.deb ... 2024-08-19T10:36:19.143 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-08-19T10:36:19.390 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-08-19T10:36:19.394 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package python3-asyncssh. 2024-08-19T10:36:19.417 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:36:19.422 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-08-19T10:36:19.457 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:19.461 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-08-19T10:36:19.512 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-08-19T10:36:19.540 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-5847-g79766939-1jammy_all.deb ... 2024-08-19T10:36:19.579 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking ceph-mgr-cephadm (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:19.752 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-bcrypt. 2024-08-19T10:36:19.772 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package python-babel-localedata. 2024-08-19T10:36:19.778 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-08-19T10:36:19.788 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-08-19T10:36:19.818 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-08-19T10:36:19.830 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-08-19T10:36:19.915 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-repoze.lru. 2024-08-19T10:36:19.943 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-08-19T10:36:19.982 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-08-19T10:36:20.121 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-openssl. 2024-08-19T10:36:20.147 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-08-19T10:36:20.187 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-08-19T10:36:20.285 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-routes. 2024-08-19T10:36:20.312 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-08-19T10:36:20.351 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-08-19T10:36:20.490 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-mgr. 2024-08-19T10:36:20.517 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:36:20.548 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-mgr (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:20.696 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-08-19T10:36:20.723 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-5847-g79766939-1jammy_all.deb ... 2024-08-19T10:36:20.762 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking ceph-mgr-dashboard (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:20.794 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package python3-babel. 2024-08-19T10:36:20.821 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-08-19T10:36:20.860 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-08-19T10:36:20.952 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-mon. 2024-08-19T10:36:20.978 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:36:21.018 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-mon (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:21.222 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package python3-jinja2. 2024-08-19T10:36:21.250 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.2_all.deb ... 2024-08-19T10:36:21.288 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-08-19T10:36:21.608 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-08-19T10:36:21.635 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-5847-g79766939-1jammy_all.deb ... 2024-08-19T10:36:21.675 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking ceph-mgr-cephadm (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:21.797 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-osd. 2024-08-19T10:36:21.823 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:36:21.863 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-osd (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:21.995 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package python3-repoze.lru. 2024-08-19T10:36:22.010 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-08-19T10:36:22.045 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-08-19T10:36:22.298 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package python3-routes. 2024-08-19T10:36:22.325 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-08-19T10:36:22.364 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-08-19T10:36:22.693 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-08-19T10:36:22.720 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-5847-g79766939-1jammy_all.deb ... 2024-08-19T10:36:22.759 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking ceph-mgr-dashboard (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:22.925 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph. 2024-08-19T10:36:22.940 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../066-ceph_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:36:22.983 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:23.286 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-fuse. 2024-08-19T10:36:23.301 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:36:23.335 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-fuse (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:23.450 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-08-19T10:36:23.480 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-08-19T10:36:23.525 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-08-19T10:36:23.647 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-mds. 2024-08-19T10:36:23.674 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:36:23.713 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-mds (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:23.928 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-joblib. 2024-08-19T10:36:23.944 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-08-19T10:36:23.978 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-08-19T10:36:24.116 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package cephadm. 2024-08-19T10:36:24.143 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../069-cephadm_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:36:24.182 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking cephadm (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:24.357 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-08-19T10:36:24.384 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-08-19T10:36:24.423 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-08-19T10:36:24.502 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-asyncssh. 2024-08-19T10:36:24.529 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-08-19T10:36:24.569 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-08-19T10:36:24.726 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-sklearn. 2024-08-19T10:36:24.753 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-08-19T10:36:24.792 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-08-19T10:36:24.863 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python-babel-localedata. 2024-08-19T10:36:24.878 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-08-19T10:36:24.913 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-08-19T10:36:25.459 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-08-19T10:36:25.487 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-5847-g79766939-1jammy_all.deb ... 2024-08-19T10:36:25.603 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-08-19T10:36:25.610 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:25.633 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-08-19T10:36:25.681 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-08-19T10:36:25.918 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-babel. 2024-08-19T10:36:25.946 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-08-19T10:36:25.994 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-08-19T10:36:26.143 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package python3-joblib. 2024-08-19T10:36:26.171 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-08-19T10:36:26.210 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-08-19T10:36:26.288 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-jinja2. 2024-08-19T10:36:26.314 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.2_all.deb ... 2024-08-19T10:36:26.345 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-08-19T10:36:26.581 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-cachetools. 2024-08-19T10:36:26.608 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-08-19T10:36:26.632 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-08-19T10:36:26.647 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-08-19T10:36:26.658 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-5847-g79766939-1jammy_all.deb ... 2024-08-19T10:36:26.690 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-mgr-cephadm (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:26.690 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-08-19T10:36:26.718 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-08-19T10:36:26.757 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-08-19T10:36:26.950 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-pyasn1. 2024-08-19T10:36:26.978 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-08-19T10:36:26.985 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-repoze.lru. 2024-08-19T10:36:27.001 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-08-19T10:36:27.016 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-08-19T10:36:27.060 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package python3-sklearn. 2024-08-19T10:36:27.060 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-08-19T10:36:27.087 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-08-19T10:36:27.126 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-08-19T10:36:27.345 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-08-19T10:36:27.363 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-routes. 2024-08-19T10:36:27.373 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-08-19T10:36:27.391 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-08-19T10:36:27.429 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-08-19T10:36:27.436 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-08-19T10:36:27.756 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-rsa. 2024-08-19T10:36:27.757 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-08-19T10:36:27.783 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-08-19T10:36:27.784 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-5847-g79766939-1jammy_all.deb ... 2024-08-19T10:36:27.818 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-08-19T10:36:27.822 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-rsa (4.8-1) ... 2024-08-19T10:36:27.823 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-mgr-dashboard (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:27.850 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-5847-g79766939-1jammy_all.deb ... 2024-08-19T10:36:27.962 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:28.159 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-google-auth. 2024-08-19T10:36:28.187 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-08-19T10:36:28.226 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-08-19T10:36:28.545 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-08-19T10:36:28.573 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-08-19T10:36:28.603 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-08-19T10:36:28.858 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package python3-cachetools. 2024-08-19T10:36:28.875 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-08-19T10:36:28.916 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-08-19T10:36:28.923 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-websocket. 2024-08-19T10:36:28.951 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-08-19T10:36:28.990 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-08-19T10:36:29.202 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package python3-pyasn1. 2024-08-19T10:36:29.230 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-08-19T10:36:29.268 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-08-19T10:36:29.285 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-kubernetes. 2024-08-19T10:36:29.312 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-08-19T10:36:29.351 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-08-19T10:36:29.606 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-08-19T10:36:29.634 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-08-19T10:36:29.672 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-08-19T10:36:29.950 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package python3-rsa. 2024-08-19T10:36:29.978 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-08-19T10:36:30.008 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking python3-rsa (4.8-1) ... 2024-08-19T10:36:30.050 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-08-19T10:36:30.067 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-5847-g79766939-1jammy_all.deb ... 2024-08-19T10:36:30.108 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:30.354 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package python3-google-auth. 2024-08-19T10:36:30.382 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-08-19T10:36:30.386 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package libonig5:amd64. 2024-08-19T10:36:30.414 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-08-19T10:36:30.420 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-08-19T10:36:30.452 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-08-19T10:36:30.603 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-08-19T10:36:30.621 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-08-19T10:36:30.661 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-08-19T10:36:30.741 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-08-19T10:36:30.768 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-08-19T10:36:30.788 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package libjq1:amd64. 2024-08-19T10:36:30.807 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-08-19T10:36:30.817 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-08-19T10:36:30.855 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-08-19T10:36:31.125 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package jq. 2024-08-19T10:36:31.143 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package python3-websocket. 2024-08-19T10:36:31.153 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-08-19T10:36:31.171 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-08-19T10:36:31.182 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-joblib. 2024-08-19T10:36:31.191 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-08-19T10:36:31.209 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-08-19T10:36:31.210 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-08-19T10:36:31.248 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-08-19T10:36:31.435 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package socat. 2024-08-19T10:36:31.451 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-08-19T10:36:31.510 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-08-19T10:36:31.522 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package python3-kubernetes. 2024-08-19T10:36:31.550 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-08-19T10:36:31.580 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-08-19T10:36:31.635 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-08-19T10:36:31.663 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-08-19T10:36:31.701 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-08-19T10:36:31.804 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package xmlstarlet. 2024-08-19T10:36:31.821 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-08-19T10:36:31.854 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-08-19T10:36:32.171 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-sklearn. 2024-08-19T10:36:32.199 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-08-19T10:36:32.234 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package ceph-test. 2024-08-19T10:36:32.237 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-08-19T10:36:32.253 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-08-19T10:36:32.262 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../097-ceph-test_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:36:32.281 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-5847-g79766939-1jammy_all.deb ... 2024-08-19T10:36:32.300 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking ceph-test (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:32.319 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:32.631 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package libonig5:amd64. 2024-08-19T10:36:32.659 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-08-19T10:36:32.697 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-08-19T10:36:32.963 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-08-19T10:36:32.991 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-5847-g79766939-1jammy_all.deb ... 2024-08-19T10:36:33.000 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package libjq1:amd64. 2024-08-19T10:36:33.028 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-08-19T10:36:33.058 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-08-19T10:36:33.123 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:33.294 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package jq. 2024-08-19T10:36:33.322 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-08-19T10:36:33.363 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-08-19T10:36:33.622 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package socat. 2024-08-19T10:36:33.638 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-08-19T10:36:33.680 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-08-19T10:36:33.992 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package xmlstarlet. 2024-08-19T10:36:34.020 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-08-19T10:36:34.058 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-08-19T10:36:34.077 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-cachetools. 2024-08-19T10:36:34.105 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-08-19T10:36:34.143 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-08-19T10:36:34.396 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package ceph-test. 2024-08-19T10:36:34.412 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../097-ceph-test_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:36:34.446 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-pyasn1. 2024-08-19T10:36:34.471 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking ceph-test (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:34.474 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-08-19T10:36:34.504 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-08-19T10:36:34.754 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package ceph-volume. 2024-08-19T10:36:34.782 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-5847-g79766939-1jammy_all.deb ... 2024-08-19T10:36:34.791 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-08-19T10:36:34.819 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-08-19T10:36:34.820 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking ceph-volume (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:34.857 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-08-19T10:36:35.124 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package libcephfs-dev. 2024-08-19T10:36:35.141 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:36:35.169 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-rsa. 2024-08-19T10:36:35.182 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking libcephfs-dev (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:35.196 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-08-19T10:36:35.235 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-rsa (4.8-1) ... 2024-08-19T10:36:35.494 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package lua-socket:amd64. 2024-08-19T10:36:35.522 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-08-19T10:36:35.556 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-google-auth. 2024-08-19T10:36:35.560 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-08-19T10:36:35.584 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-08-19T10:36:35.623 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-08-19T10:36:35.906 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package lua-sec:amd64. 2024-08-19T10:36:35.925 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-08-19T10:36:35.934 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-08-19T10:36:35.953 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-08-19T10:36:35.973 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-08-19T10:36:35.991 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-08-19T10:36:36.286 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-websocket. 2024-08-19T10:36:36.314 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-08-19T10:36:36.344 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package nvme-cli. 2024-08-19T10:36:36.353 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-08-19T10:36:36.372 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.2_amd64.deb ... 2024-08-19T10:36:36.410 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking nvme-cli (1.16-3ubuntu0.2) ... 2024-08-19T10:36:36.673 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-kubernetes. 2024-08-19T10:36:36.701 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-08-19T10:36:36.739 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-08-19T10:36:36.807 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package pkg-config. 2024-08-19T10:36:36.835 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-08-19T10:36:36.873 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-08-19T10:36:36.959 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package ceph-volume. 2024-08-19T10:36:36.975 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-5847-g79766939-1jammy_all.deb ... 2024-08-19T10:36:37.017 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking ceph-volume (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:37.134 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-08-19T10:36:37.150 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-08-19T10:36:37.193 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-08-19T10:36:37.313 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package libcephfs-dev. 2024-08-19T10:36:37.329 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:36:37.371 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking libcephfs-dev (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:37.395 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-08-19T10:36:37.411 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-5847-g79766939-1jammy_all.deb ... 2024-08-19T10:36:37.444 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:37.621 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-iniconfig. 2024-08-19T10:36:37.649 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-08-19T10:36:37.682 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package lua-socket:amd64. 2024-08-19T10:36:37.687 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-08-19T10:36:37.711 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-08-19T10:36:37.739 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libonig5:amd64. 2024-08-19T10:36:37.749 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-08-19T10:36:37.767 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-08-19T10:36:37.805 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-08-19T10:36:37.990 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-pastescript. 2024-08-19T10:36:38.018 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-08-19T10:36:38.054 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package lua-sec:amd64. 2024-08-19T10:36:38.056 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-08-19T10:36:38.083 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-08-19T10:36:38.112 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-08-19T10:36:38.150 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libjq1:amd64. 2024-08-19T10:36:38.179 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-08-19T10:36:38.217 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-08-19T10:36:38.385 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-pluggy. 2024-08-19T10:36:38.413 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-08-19T10:36:38.451 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-08-19T10:36:38.475 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package nvme-cli. 2024-08-19T10:36:38.478 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package jq. 2024-08-19T10:36:38.503 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.2_amd64.deb ... 2024-08-19T10:36:38.506 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-08-19T10:36:38.541 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking nvme-cli (1.16-3ubuntu0.2) ... 2024-08-19T10:36:38.544 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-08-19T10:36:38.762 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-psutil. 2024-08-19T10:36:38.790 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-08-19T10:36:38.797 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package socat. 2024-08-19T10:36:38.813 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-08-19T10:36:38.820 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-08-19T10:36:38.855 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-08-19T10:36:38.955 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package pkg-config. 2024-08-19T10:36:38.983 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-08-19T10:36:39.021 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-08-19T10:36:39.140 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-py. 2024-08-19T10:36:39.166 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package xmlstarlet. 2024-08-19T10:36:39.168 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-08-19T10:36:39.182 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-08-19T10:36:39.215 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-py (1.10.0-1) ... 2024-08-19T10:36:39.224 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-08-19T10:36:39.308 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-08-19T10:36:39.336 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-08-19T10:36:39.374 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-08-19T10:36:39.543 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-pygments. 2024-08-19T10:36:39.571 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-08-19T10:36:39.587 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-test. 2024-08-19T10:36:39.604 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../097-ceph-test_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:36:39.609 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-08-19T10:36:39.646 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-test (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:39.786 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package python3-iniconfig. 2024-08-19T10:36:39.814 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-08-19T10:36:39.852 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-08-19T10:36:40.089 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-pyinotify. 2024-08-19T10:36:40.113 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package python3-pastescript. 2024-08-19T10:36:40.117 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-08-19T10:36:40.141 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-08-19T10:36:40.155 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-08-19T10:36:40.171 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-08-19T10:36:40.475 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-toml. 2024-08-19T10:36:40.484 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package python3-pluggy. 2024-08-19T10:36:40.503 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-08-19T10:36:40.512 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-08-19T10:36:40.541 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-08-19T10:36:40.550 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-08-19T10:36:40.844 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-pytest. 2024-08-19T10:36:40.861 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package python3-psutil. 2024-08-19T10:36:40.872 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-08-19T10:36:40.890 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-08-19T10:36:40.910 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-08-19T10:36:40.928 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-08-19T10:36:41.230 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-simplejson. 2024-08-19T10:36:41.256 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package python3-py. 2024-08-19T10:36:41.258 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-08-19T10:36:41.285 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-08-19T10:36:41.305 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-08-19T10:36:41.322 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking python3-py (1.10.0-1) ... 2024-08-19T10:36:41.583 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-08-19T10:36:41.611 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-08-19T10:36:41.649 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-08-19T10:36:41.685 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package python3-pygments. 2024-08-19T10:36:41.713 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-08-19T10:36:41.751 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-08-19T10:36:42.175 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-volume. 2024-08-19T10:36:42.203 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-5847-g79766939-1jammy_all.deb ... 2024-08-19T10:36:42.205 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package python3-pyinotify. 2024-08-19T10:36:42.234 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-08-19T10:36:42.241 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-volume (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:42.271 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-08-19T10:36:42.378 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package radosgw. 2024-08-19T10:36:42.406 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../116-radosgw_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:36:42.444 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking radosgw (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:42.541 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package python3-toml. 2024-08-19T10:36:42.557 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-08-19T10:36:42.599 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-08-19T10:36:42.745 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libcephfs-dev. 2024-08-19T10:36:42.773 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:36:42.811 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libcephfs-dev (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:42.885 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package python3-pytest. 2024-08-19T10:36:42.914 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-08-19T10:36:42.952 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-08-19T10:36:43.073 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package lua-socket:amd64. 2024-08-19T10:36:43.101 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-08-19T10:36:43.131 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-08-19T10:36:43.289 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package python3-simplejson. 2024-08-19T10:36:43.317 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-08-19T10:36:43.355 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-08-19T10:36:43.477 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package lua-sec:amd64. 2024-08-19T10:36:43.505 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-08-19T10:36:43.544 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-08-19T10:36:43.614 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package rbd-fuse. 2024-08-19T10:36:43.624 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-08-19T10:36:43.641 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-08-19T10:36:43.642 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:36:43.672 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking rbd-fuse (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:43.683 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-08-19T10:36:43.914 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package nvme-cli. 2024-08-19T10:36:43.942 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.2_amd64.deb ... 2024-08-19T10:36:43.968 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-08-19T10:36:43.980 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking nvme-cli (1.16-3ubuntu0.2) ... 2024-08-19T10:36:44.219 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-08-19T10:36:44.328 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up nvme-cli (1.16-3ubuntu0.2) ... 2024-08-19T10:36:44.329 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package radosgw. 2024-08-19T10:36:44.357 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../116-radosgw_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:36:44.387 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking radosgw (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:44.436 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package pkg-config. 2024-08-19T10:36:44.464 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-08-19T10:36:44.502 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-08-19T10:36:44.566 INFO:teuthology.orchestra.run.smithi196.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-08-19T10:36:44.713 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-08-19T10:36:44.730 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-08-19T10:36:44.763 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-08-19T10:36:44.921 INFO:teuthology.orchestra.run.smithi196.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-08-19T10:36:45.150 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-iniconfig. 2024-08-19T10:36:45.178 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-08-19T10:36:45.208 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-08-19T10:36:45.307 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package rbd-fuse. 2024-08-19T10:36:45.324 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:36:45.356 INFO:teuthology.orchestra.run.smithi196.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-08-19T10:36:45.365 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking rbd-fuse (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:45.421 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up cephadm (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:45.510 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-pastescript. 2024-08-19T10:36:45.539 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-08-19T10:36:45.577 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-08-19T10:36:45.653 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-08-19T10:36:45.895 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-08-19T10:36:45.905 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-pluggy. 2024-08-19T10:36:45.920 INFO:teuthology.orchestra.run.smithi196.stdout:Adding system user cephadm....done 2024-08-19T10:36:45.934 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-08-19T10:36:45.972 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-08-19T10:36:46.021 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up nvme-cli (1.16-3ubuntu0.2) ... 2024-08-19T10:36:46.069 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-08-19T10:36:46.267 INFO:teuthology.orchestra.run.smithi078.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-08-19T10:36:46.283 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-psutil. 2024-08-19T10:36:46.311 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-08-19T10:36:46.337 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-08-19T10:36:46.349 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-08-19T10:36:46.588 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-08-19T10:36:46.590 INFO:teuthology.orchestra.run.smithi078.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-08-19T10:36:46.694 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-py. 2024-08-19T10:36:46.714 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-08-19T10:36:46.722 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-08-19T10:36:46.769 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-py (1.10.0-1) ... 2024-08-19T10:36:46.973 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-08-19T10:36:47.035 INFO:teuthology.orchestra.run.smithi078.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-08-19T10:36:47.089 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-pygments. 2024-08-19T10:36:47.117 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-08-19T10:36:47.132 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up cephadm (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:47.155 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-08-19T10:36:47.257 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-08-19T10:36:47.384 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-py (1.10.0-1) ... 2024-08-19T10:36:47.634 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-pyinotify. 2024-08-19T10:36:47.651 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-08-19T10:36:47.685 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-08-19T10:36:47.701 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-08-19T10:36:47.949 INFO:teuthology.orchestra.run.smithi078.stdout:Adding system user cephadm....done 2024-08-19T10:36:48.029 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-toml. 2024-08-19T10:36:48.057 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-08-19T10:36:48.070 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-08-19T10:36:48.095 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-08-19T10:36:48.106 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-08-19T10:36:48.321 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-08-19T10:36:48.374 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-08-19T10:36:48.398 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-pytest. 2024-08-19T10:36:48.426 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-08-19T10:36:48.464 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-08-19T10:36:48.614 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-08-19T10:36:48.633 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-08-19T10:36:48.784 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-08-19T10:36:48.785 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-simplejson. 2024-08-19T10:36:48.813 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-08-19T10:36:48.860 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-08-19T10:36:48.958 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-08-19T10:36:49.036 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-08-19T10:36:49.129 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-08-19T10:36:49.157 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-08-19T10:36:49.195 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-08-19T10:36:49.208 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-08-19T10:36:49.303 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-08-19T10:36:49.429 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up python3-py (1.10.0-1) ... 2024-08-19T10:36:49.459 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-08-19T10:36:49.730 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-ceph-argparse (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:49.731 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-08-19T10:36:49.949 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package radosgw. 2024-08-19T10:36:49.978 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../116-radosgw_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:36:49.986 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-08-19T10:36:50.016 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking radosgw (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:50.091 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-08-19T10:36:50.112 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-08-19T10:36:50.238 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-08-19T10:36:50.364 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-08-19T10:36:50.367 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-08-19T10:36:50.632 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-08-19T10:36:50.644 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-08-19T10:36:50.895 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-08-19T10:36:50.919 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package rbd-fuse. 2024-08-19T10:36:50.935 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-5847-g79766939-1jammy_amd64.deb ... 2024-08-19T10:36:50.977 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking rbd-fuse (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:51.132 INFO:teuthology.orchestra.run.smithi196.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-08-19T10:36:51.138 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-08-19T10:36:51.154 INFO:teuthology.orchestra.run.smithi196.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-08-19T10:36:51.218 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-08-19T10:36:51.249 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-08-19T10:36:51.344 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-08-19T10:36:51.456 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-08-19T10:36:51.515 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-08-19T10:36:51.641 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up nvme-cli (1.16-3ubuntu0.2) ... 2024-08-19T10:36:51.704 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-08-19T10:36:51.715 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up python3-ceph-argparse (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:51.829 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-08-19T10:36:51.903 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-08-19T10:36:51.983 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-08-19T10:36:52.089 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-08-19T10:36:52.126 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-08-19T10:36:52.244 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-08-19T10:36:52.251 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-08-19T10:36:52.365 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-08-19T10:36:52.395 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-08-19T10:36:52.654 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-08-19T10:36:52.675 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up zip (3.0-12build2) ... 2024-08-19T10:36:52.678 INFO:teuthology.orchestra.run.smithi133.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-08-19T10:36:52.743 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up cephadm (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:52.792 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-08-19T10:36:53.034 INFO:teuthology.orchestra.run.smithi078.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-08-19T10:36:53.069 INFO:teuthology.orchestra.run.smithi078.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-08-19T10:36:53.133 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-08-19T10:36:53.259 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-08-19T10:36:53.434 INFO:teuthology.orchestra.run.smithi133.stdout:Adding system user cephadm....done 2024-08-19T10:36:53.477 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-08-19T10:36:53.591 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-08-19T10:36:53.635 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-08-19T10:36:53.737 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-08-19T10:36:53.838 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-08-19T10:36:53.858 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-08-19T10:36:53.862 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-08-19T10:36:53.989 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-08-19T10:36:53.996 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-08-19T10:36:54.118 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-08-19T10:36:54.247 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-08-19T10:36:54.253 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-08-19T10:36:54.298 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-08-19T10:36:54.504 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-08-19T10:36:54.565 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up zip (3.0-12build2) ... 2024-08-19T10:36:54.683 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-08-19T10:36:54.691 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-08-19T10:36:54.747 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-08-19T10:36:54.856 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-py (1.10.0-1) ... 2024-08-19T10:36:54.934 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-08-19T10:36:55.191 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-08-19T10:36:55.310 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-08-19T10:36:55.385 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-08-19T10:36:55.560 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-08-19T10:36:55.595 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-08-19T10:36:55.636 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-08-19T10:36:55.745 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-08-19T10:36:55.819 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-08-19T10:36:55.871 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-08-19T10:36:55.938 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-08-19T10:36:56.079 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-08-19T10:36:56.189 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-08-19T10:36:56.206 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-08-19T10:36:56.305 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-08-19T10:36:56.323 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-ceph-common (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:56.540 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-08-19T10:36:56.616 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-idna (3.3-1ubuntu0.1) ... 2024-08-19T10:36:56.799 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-08-19T10:36:56.807 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-08-19T10:36:56.934 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-08-19T10:36:57.050 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-ceph-argparse (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:57.058 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-08-19T10:36:57.318 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-08-19T10:36:57.443 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-08-19T10:36:57.444 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-08-19T10:36:57.570 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-08-19T10:36:57.704 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-08-19T10:36:57.753 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-08-19T10:36:57.946 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-08-19T10:36:58.088 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-08-19T10:36:58.130 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-08-19T10:36:58.339 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-08-19T10:36:58.354 INFO:teuthology.orchestra.run.smithi133.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-08-19T10:36:58.386 INFO:teuthology.orchestra.run.smithi133.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-08-19T10:36:58.407 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-08-19T10:36:58.450 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-08-19T10:36:58.473 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up python3-ceph-common (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:36:58.542 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-toml (0.10.2-1) ... 2024-08-19T10:36:58.601 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-08-19T10:36:58.775 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up python3-idna (3.3-1ubuntu0.1) ... 2024-08-19T10:36:58.801 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-08-19T10:36:58.927 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-08-19T10:36:58.961 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-08-19T10:36:59.053 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-08-19T10:36:59.061 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-08-19T10:36:59.093 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-08-19T10:36:59.321 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-08-19T10:36:59.345 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-08-19T10:36:59.568 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-08-19T10:36:59.605 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-08-19T10:36:59.864 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-08-19T10:36:59.865 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up zip (3.0-12build2) ... 2024-08-19T10:36:59.990 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-08-19T10:36:59.991 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-08-19T10:37:00.290 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-08-19T10:37:00.300 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-08-19T10:37:00.534 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-08-19T10:37:00.542 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-08-19T10:37:00.676 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-08-19T10:37:00.677 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up python3-toml (0.10.2-1) ... 2024-08-19T10:37:00.794 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-08-19T10:37:00.928 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-08-19T10:37:00.936 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-08-19T10:37:01.036 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-08-19T10:37:01.044 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-08-19T10:37:01.053 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-08-19T10:37:01.154 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-08-19T10:37:01.162 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-08-19T10:37:01.287 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-08-19T10:37:01.440 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-08-19T10:37:01.471 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-08-19T10:37:01.563 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-08-19T10:37:01.690 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-08-19T10:37:01.699 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-08-19T10:37:01.848 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-08-19T10:37:01.950 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-08-19T10:37:01.999 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-08-19T10:37:02.076 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-08-19T10:37:02.124 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-08-19T10:37:02.125 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-08-19T10:37:02.386 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-08-19T10:37:02.401 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-08-19T10:37:02.492 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-08-19T10:37:02.637 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-08-19T10:37:02.702 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-08-19T10:37:02.787 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-08-19T10:37:02.880 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-08-19T10:37:02.945 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-08-19T10:37:03.062 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-08-19T10:37:03.130 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-08-19T10:37:03.148 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-08-19T10:37:03.188 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-08-19T10:37:03.277 INFO:teuthology.orchestra.run.smithi196.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-08-19T10:37:03.389 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-08-19T10:37:03.399 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-08-19T10:37:03.515 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-ceph-common (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:03.523 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-08-19T10:37:03.649 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-08-19T10:37:03.675 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-08-19T10:37:03.801 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-08-19T10:37:03.808 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-idna (3.3-1ubuntu0.1) ... 2024-08-19T10:37:04.034 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-08-19T10:37:04.086 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-08-19T10:37:04.117 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-08-19T10:37:04.212 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-08-19T10:37:04.293 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up lua-any (27ubuntu1) ... 2024-08-19T10:37:04.419 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-portend (3.0.0-1) ... 2024-08-19T10:37:04.505 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-08-19T10:37:04.670 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-08-19T10:37:04.796 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-08-19T10:37:04.797 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-08-19T10:37:05.057 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-08-19T10:37:05.122 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-08-19T10:37:05.183 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-08-19T10:37:05.256 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-08-19T10:37:05.309 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-08-19T10:37:05.398 INFO:teuthology.orchestra.run.smithi078.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-08-19T10:37:05.432 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-08-19T10:37:05.508 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-08-19T10:37:05.642 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-toml (0.10.2-1) ... 2024-08-19T10:37:05.644 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-08-19T10:37:05.699 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-08-19T10:37:05.762 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-08-19T10:37:05.800 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-rsa (4.8-1) ... 2024-08-19T10:37:05.935 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-08-19T10:37:06.068 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-08-19T10:37:06.069 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-08-19T10:37:06.130 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-08-19T10:37:06.187 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-08-19T10:37:06.327 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-08-19T10:37:06.390 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up lua-any (27ubuntu1) ... 2024-08-19T10:37:06.480 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-08-19T10:37:06.516 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up python3-portend (3.0.0-1) ... 2024-08-19T10:37:06.672 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-08-19T10:37:06.714 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-08-19T10:37:06.776 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-08-19T10:37:06.901 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-08-19T10:37:06.965 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-08-19T10:37:07.057 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-08-19T10:37:07.091 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-08-19T10:37:07.211 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-08-19T10:37:07.342 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-08-19T10:37:07.409 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-08-19T10:37:07.496 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-08-19T10:37:07.644 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-08-19T10:37:07.686 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-08-19T10:37:07.746 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-08-19T10:37:07.795 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up librados2 (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:07.874 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up python3-rsa (4.8-1) ... 2024-08-19T10:37:07.911 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-08-19T10:37:07.921 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up libsqlite3-mod-ceph (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:08.047 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-08-19T10:37:08.154 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-08-19T10:37:08.157 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-08-19T10:37:08.400 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up libcephfs2 (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:08.434 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-08-19T10:37:08.438 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-08-19T10:37:08.509 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up libradosstriper1 (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:08.610 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-08-19T10:37:08.698 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-08-19T10:37:08.778 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-08-19T10:37:08.824 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-08-19T10:37:08.870 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up librbd1 (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:08.996 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up ceph-mgr-modules-core (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:09.100 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-08-19T10:37:09.122 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up ceph-fuse (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:09.147 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-08-19T10:37:09.209 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-08-19T10:37:09.336 INFO:teuthology.orchestra.run.smithi196.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-08-19T10:37:09.337 INFO:teuthology.orchestra.run.smithi196.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-08-19T10:37:09.423 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-08-19T10:37:09.510 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-08-19T10:37:09.760 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-08-19T10:37:09.799 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up libcephfs-dev (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:09.812 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-08-19T10:37:09.885 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up librados2 (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:09.924 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-rados (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:10.014 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up libsqlite3-mod-ceph (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:10.050 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up librgw2 (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:10.062 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-08-19T10:37:10.121 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-08-19T10:37:10.177 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-08-19T10:37:10.188 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-08-19T10:37:10.314 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-08-19T10:37:10.403 INFO:teuthology.orchestra.run.smithi133.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-08-19T10:37:10.443 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up libcephfs2 (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:10.568 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up libradosstriper1 (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:10.641 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-08-19T10:37:10.695 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-08-19T10:37:10.767 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-08-19T10:37:10.979 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up librbd1 (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:11.080 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up ceph-mgr-modules-core (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:11.160 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-08-19T10:37:11.182 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up ceph-fuse (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:11.401 INFO:teuthology.orchestra.run.smithi078.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-08-19T10:37:11.401 INFO:teuthology.orchestra.run.smithi078.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-08-19T10:37:11.404 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-rbd (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:11.411 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up lua-any (27ubuntu1) ... 2024-08-19T10:37:11.512 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-portend (3.0.0-1) ... 2024-08-19T10:37:11.539 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up rbd-fuse (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:11.665 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-rgw (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:11.763 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-08-19T10:37:11.791 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-cephfs (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:11.892 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up ceph-common (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:11.899 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up libcephfs-dev (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:11.905 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-08-19T10:37:12.034 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up python3-rados (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:12.159 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up librgw2 (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:12.223 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-08-19T10:37:12.277 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-08-19T10:37:12.393 INFO:teuthology.orchestra.run.smithi196.stdout:Adding group ceph....done 2024-08-19T10:37:12.516 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-08-19T10:37:12.728 INFO:teuthology.orchestra.run.smithi196.stdout:Adding system user ceph....done 2024-08-19T10:37:12.792 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-08-19T10:37:12.888 INFO:teuthology.orchestra.run.smithi196.stdout:Setting system user ceph properties....done 2024-08-19T10:37:12.906 INFO:teuthology.orchestra.run.smithi196.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-08-19T10:37:12.943 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-rsa (4.8-1) ... 2024-08-19T10:37:13.041 INFO:teuthology.orchestra.run.smithi196.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-08-19T10:37:13.219 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-08-19T10:37:13.349 INFO:teuthology.orchestra.run.smithi196.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-08-19T10:37:13.431 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up python3-rbd (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:13.504 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-08-19T10:37:13.548 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up rbd-fuse (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:13.674 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up python3-rgw (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:13.808 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up python3-cephfs (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:13.840 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-08-19T10:37:13.843 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up ceph-test (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:13.951 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up ceph-common (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:13.952 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up radosgw (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:14.233 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-08-19T10:37:14.461 INFO:teuthology.orchestra.run.smithi078.stdout:Adding group ceph....done 2024-08-19T10:37:14.467 INFO:teuthology.orchestra.run.smithi196.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-08-19T10:37:14.467 INFO:teuthology.orchestra.run.smithi196.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-08-19T10:37:14.518 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-08-19T10:37:14.837 INFO:teuthology.orchestra.run.smithi078.stdout:Adding system user ceph....done 2024-08-19T10:37:14.845 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-08-19T10:37:14.912 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up ceph-base (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:14.946 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up librados2 (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:15.007 INFO:teuthology.orchestra.run.smithi078.stdout:Setting system user ceph properties....done 2024-08-19T10:37:15.019 INFO:teuthology.orchestra.run.smithi078.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-08-19T10:37:15.064 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libsqlite3-mod-ceph (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:15.156 INFO:teuthology.orchestra.run.smithi078.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-08-19T10:37:15.190 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-08-19T10:37:15.273 INFO:teuthology.orchestra.run.smithi196.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-08-19T10:37:15.513 INFO:teuthology.orchestra.run.smithi078.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-08-19T10:37:15.526 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libcephfs2 (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:15.652 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libradosstriper1 (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:15.731 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up ceph-mds (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:15.778 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-08-19T10:37:15.969 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up ceph-test (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:15.974 INFO:teuthology.orchestra.run.smithi196.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-08-19T10:37:15.974 INFO:teuthology.orchestra.run.smithi196.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-08-19T10:37:16.055 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up librbd1 (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:16.070 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up radosgw (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:16.172 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-mgr-modules-core (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:16.298 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-fuse (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:16.491 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up ceph-mgr (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:16.510 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-08-19T10:37:16.510 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-08-19T10:37:16.541 INFO:teuthology.orchestra.run.smithi078.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-08-19T10:37:16.541 INFO:teuthology.orchestra.run.smithi078.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-08-19T10:37:16.711 INFO:teuthology.orchestra.run.smithi196.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-08-19T10:37:16.711 INFO:teuthology.orchestra.run.smithi196.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-08-19T10:37:16.983 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up ceph-base (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:17.000 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libcephfs-dev (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:17.126 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-rados (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:17.209 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up ceph-osd (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:17.307 INFO:teuthology.orchestra.run.smithi078.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-08-19T10:37:17.457 INFO:teuthology.orchestra.run.smithi196.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-08-19T10:37:17.457 INFO:teuthology.orchestra.run.smithi196.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-08-19T10:37:17.603 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up librgw2 (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:17.720 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-08-19T10:37:17.723 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up ceph-mds (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:17.955 INFO:teuthology.orchestra.run.smithi078.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-08-19T10:37:17.955 INFO:teuthology.orchestra.run.smithi078.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-08-19T10:37:17.961 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up ceph-mgr-k8sevents (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:18.197 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:18.417 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up ceph-mgr (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:18.424 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up ceph-mon (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:18.630 INFO:teuthology.orchestra.run.smithi078.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-08-19T10:37:18.630 INFO:teuthology.orchestra.run.smithi078.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-08-19T10:37:18.693 INFO:teuthology.orchestra.run.smithi196.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-08-19T10:37:18.693 INFO:teuthology.orchestra.run.smithi196.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-08-19T10:37:18.907 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-rbd (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:19.033 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up rbd-fuse (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:19.076 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up ceph-osd (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:19.159 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-rgw (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:19.268 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-cephfs (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:19.332 INFO:teuthology.orchestra.run.smithi078.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-08-19T10:37:19.332 INFO:teuthology.orchestra.run.smithi078.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-08-19T10:37:19.378 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-common (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:19.529 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up ceph-mgr-cephadm (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:19.787 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up ceph-mgr-k8sevents (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:19.820 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up ceph (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:19.895 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:19.903 INFO:teuthology.orchestra.run.smithi133.stdout:Adding group ceph....done 2024-08-19T10:37:19.946 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up ceph-mgr-dashboard (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:20.021 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up ceph-mon (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:20.097 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up ceph-volume (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:20.216 INFO:teuthology.orchestra.run.smithi078.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-08-19T10:37:20.216 INFO:teuthology.orchestra.run.smithi078.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-08-19T10:37:20.271 INFO:teuthology.orchestra.run.smithi133.stdout:Adding system user ceph....done 2024-08-19T10:37:20.440 INFO:teuthology.orchestra.run.smithi133.stdout:Setting system user ceph properties....done 2024-08-19T10:37:20.450 INFO:teuthology.orchestra.run.smithi196.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-08-19T10:37:20.457 INFO:teuthology.orchestra.run.smithi133.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-08-19T10:37:20.559 INFO:teuthology.orchestra.run.smithi196.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-08-19T10:37:20.594 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-08-19T10:37:20.664 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up ceph-mgr-cephadm (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:20.719 INFO:teuthology.orchestra.run.smithi196.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-08-19T10:37:20.815 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up ceph (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:20.916 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-08-19T10:37:20.941 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up ceph-mgr-dashboard (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:21.126 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up ceph-volume (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:21.345 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-test (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:21.463 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up radosgw (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:21.486 INFO:teuthology.orchestra.run.smithi078.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-08-19T10:37:21.494 INFO:teuthology.orchestra.run.smithi196.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-08-19T10:37:21.596 INFO:teuthology.orchestra.run.smithi078.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-08-19T10:37:21.731 INFO:teuthology.orchestra.run.smithi078.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-08-19T10:37:21.941 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-08-19T10:37:21.941 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-08-19T10:37:22.160 INFO:teuthology.orchestra.run.smithi196.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-08-19T10:37:22.166 DEBUG:teuthology.parallel:result is None 2024-08-19T10:37:22.415 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-base (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:22.757 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-08-19T10:37:22.865 INFO:teuthology.orchestra.run.smithi078.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-08-19T10:37:23.275 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-mds (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:23.544 INFO:teuthology.orchestra.run.smithi078.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-08-19T10:37:23.544 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-08-19T10:37:23.544 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-08-19T10:37:23.549 DEBUG:teuthology.parallel:result is None 2024-08-19T10:37:24.075 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-mgr (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:24.296 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-08-19T10:37:24.296 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-08-19T10:37:24.770 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-osd (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:25.048 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-08-19T10:37:25.048 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-08-19T10:37:25.530 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-mgr-k8sevents (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:25.656 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:25.807 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-mon (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:26.019 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-08-19T10:37:26.019 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-08-19T10:37:26.508 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-mgr-cephadm (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:26.659 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:26.777 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-mgr-dashboard (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:26.911 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-volume (19.0.0-5847-g79766939-1jammy) ... 2024-08-19T10:37:27.289 INFO:teuthology.orchestra.run.smithi133.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-08-19T10:37:27.390 INFO:teuthology.orchestra.run.smithi133.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-08-19T10:37:27.542 INFO:teuthology.orchestra.run.smithi133.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-08-19T10:37:28.601 INFO:teuthology.orchestra.run.smithi133.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-08-19T10:37:29.240 INFO:teuthology.orchestra.run.smithi133.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-08-19T10:37:29.245 DEBUG:teuthology.parallel:result is None 2024-08-19T10:37:29.245 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=797669399b32d2915e64eb6d4b1257ae3c50f80b 2024-08-19T10:37:29.395 DEBUG:teuthology.orchestra.run.smithi078:> dpkg-query -W -f '${Version}' ceph 2024-08-19T10:37:29.414 INFO:teuthology.orchestra.run.smithi078.stdout:19.0.0-5847-g79766939-1jammy 2024-08-19T10:37:29.415 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-5847-g79766939-1jammy 2024-08-19T10:37:29.415 INFO:teuthology.task.install:The correct ceph version 19.0.0-5847-g79766939-1jammy is installed. 2024-08-19T10:37:29.417 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=797669399b32d2915e64eb6d4b1257ae3c50f80b 2024-08-19T10:37:29.565 DEBUG:teuthology.orchestra.run.smithi133:> dpkg-query -W -f '${Version}' ceph 2024-08-19T10:37:29.584 INFO:teuthology.orchestra.run.smithi133.stdout:19.0.0-5847-g79766939-1jammy 2024-08-19T10:37:29.584 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-5847-g79766939-1jammy 2024-08-19T10:37:29.584 INFO:teuthology.task.install:The correct ceph version 19.0.0-5847-g79766939-1jammy is installed. 2024-08-19T10:37:29.587 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=797669399b32d2915e64eb6d4b1257ae3c50f80b 2024-08-19T10:37:29.734 DEBUG:teuthology.orchestra.run.smithi196:> dpkg-query -W -f '${Version}' ceph 2024-08-19T10:37:29.753 INFO:teuthology.orchestra.run.smithi196.stdout:19.0.0-5847-g79766939-1jammy 2024-08-19T10:37:29.754 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-5847-g79766939-1jammy 2024-08-19T10:37:29.754 INFO:teuthology.task.install:The correct ceph version 19.0.0-5847-g79766939-1jammy is installed. 2024-08-19T10:37:29.755 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-08-19T10:37:29.756 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2024-08-19T10:37:29.756 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-08-19T10:37:29.770 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-08-19T10:37:29.770 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-08-19T10:37:29.786 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-08-19T10:37:29.786 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-08-19T10:37:29.808 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-08-19T10:37:29.808 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2024-08-19T10:37:29.809 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd of=/usr/bin/daemon-helper 2024-08-19T10:37:29.823 DEBUG:teuthology.orchestra.run.smithi078:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-08-19T10:37:29.879 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-08-19T10:37:29.879 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/usr/bin/daemon-helper 2024-08-19T10:37:29.892 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-08-19T10:37:29.947 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-08-19T10:37:29.947 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd of=/usr/bin/daemon-helper 2024-08-19T10:37:29.960 DEBUG:teuthology.orchestra.run.smithi196:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-08-19T10:37:30.015 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-08-19T10:37:30.015 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2024-08-19T10:37:30.015 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd of=/usr/bin/adjust-ulimits 2024-08-19T10:37:30.028 DEBUG:teuthology.orchestra.run.smithi078:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-08-19T10:37:30.082 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-08-19T10:37:30.082 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/usr/bin/adjust-ulimits 2024-08-19T10:37:30.096 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-08-19T10:37:30.152 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-08-19T10:37:30.152 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd of=/usr/bin/adjust-ulimits 2024-08-19T10:37:30.165 DEBUG:teuthology.orchestra.run.smithi196:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-08-19T10:37:30.219 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-08-19T10:37:30.219 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2024-08-19T10:37:30.219 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd of=/usr/bin/stdin-killer 2024-08-19T10:37:30.232 DEBUG:teuthology.orchestra.run.smithi078:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-08-19T10:37:30.286 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-08-19T10:37:30.286 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/usr/bin/stdin-killer 2024-08-19T10:37:30.300 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-08-19T10:37:30.355 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-08-19T10:37:30.355 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd of=/usr/bin/stdin-killer 2024-08-19T10:37:30.369 DEBUG:teuthology.orchestra.run.smithi196:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-08-19T10:37:30.423 INFO:teuthology.run_tasks:Running task cephadm... 2024-08-19T10:37:30.521 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': False}, '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': '797669399b32d2915e64eb6d4b1257ae3c50f80b'} 2024-08-19T10:37:30.521 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:797669399b32d2915e64eb6d4b1257ae3c50f80b 2024-08-19T10:37:30.522 INFO:tasks.cephadm:Cluster fsid is 094f3c46-5e17-11ef-bccf-c7b262605968 2024-08-19T10:37:30.522 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-08-19T10:37:30.522 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.78', 'mon.b': '172.21.15.133', 'mon.c': '172.21.15.196'} 2024-08-19T10:37:30.522 INFO:tasks.cephadm:First mon is mon.a on smithi078 2024-08-19T10:37:30.522 INFO:tasks.cephadm:First mgr is a 2024-08-19T10:37:30.522 INFO:tasks.cephadm:Normalizing hostnames... 2024-08-19T10:37:30.523 DEBUG:teuthology.orchestra.run.smithi078:> sudo hostname $(hostname -s) 2024-08-19T10:37:30.537 DEBUG:teuthology.orchestra.run.smithi133:> sudo hostname $(hostname -s) 2024-08-19T10:37:30.551 DEBUG:teuthology.orchestra.run.smithi196:> sudo hostname $(hostname -s) 2024-08-19T10:37:30.565 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-08-19T10:37:30.566 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=797669399b32d2915e64eb6d4b1257ae3c50f80b 2024-08-19T10:37:30.721 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '797669399b32d2915e64eb6d4b1257ae3c50f80b', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic/55864/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-5847-g79766939', 'node_name': '172.21.2.10+braggi10', 'job_name': 'ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-5847-g79766939-1jammy'}, 'url': 'https://3.chacra.ceph.com/r/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-08-17 21:56:59.742145', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'main', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-08-19T10:37:30.876 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref main, sha1 797669399b32d2915e64eb6d4b1257ae3c50f80b from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=797669399b32d2915e64eb6d4b1257ae3c50f80b 2024-08-19T10:37:30.878 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-08-19T10:37:30.878 INFO:tasks.cephadm:Downloading cephadm from url: https://3.chacra.ceph.com/binaries/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-08-19T10:37:30.878 DEBUG:teuthology.orchestra.run.smithi078:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-08-19T10:37:31.669 INFO:teuthology.orchestra.run.smithi078.stdout:-rw-rw-r-- 1 ubuntu ubuntu 799482 Aug 19 10:37 /home/ubuntu/cephtest/cephadm 2024-08-19T10:37:31.670 DEBUG:teuthology.orchestra.run.smithi133:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-08-19T10:37:32.422 INFO:teuthology.orchestra.run.smithi133.stdout:-rw-rw-r-- 1 ubuntu ubuntu 799482 Aug 19 10:37 /home/ubuntu/cephtest/cephadm 2024-08-19T10:37:32.423 DEBUG:teuthology.orchestra.run.smithi196:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/main/797669399b32d2915e64eb6d4b1257ae3c50f80b/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-08-19T10:37:33.230 INFO:teuthology.orchestra.run.smithi196.stdout:-rw-rw-r-- 1 ubuntu ubuntu 799482 Aug 19 10:37 /home/ubuntu/cephtest/cephadm 2024-08-19T10:37:33.230 DEBUG:teuthology.orchestra.run.smithi078:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-08-19T10:37:33.238 DEBUG:teuthology.orchestra.run.smithi133:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-08-19T10:37:33.246 DEBUG:teuthology.orchestra.run.smithi196:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-08-19T10:37:33.263 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:797669399b32d2915e64eb6d4b1257ae3c50f80b on all hosts... 2024-08-19T10:37:33.264 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:797669399b32d2915e64eb6d4b1257ae3c50f80b pull 2024-08-19T10:37:33.281 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:797669399b32d2915e64eb6d4b1257ae3c50f80b pull 2024-08-19T10:37:33.290 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:797669399b32d2915e64eb6d4b1257ae3c50f80b pull 2024-08-19T10:37:33.461 INFO:teuthology.orchestra.run.smithi078.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:797669399b32d2915e64eb6d4b1257ae3c50f80b... 2024-08-19T10:37:33.472 INFO:teuthology.orchestra.run.smithi133.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:797669399b32d2915e64eb6d4b1257ae3c50f80b... 2024-08-19T10:37:33.480 INFO:teuthology.orchestra.run.smithi196.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:797669399b32d2915e64eb6d4b1257ae3c50f80b... 2024-08-19T10:38:34.391 INFO:teuthology.orchestra.run.smithi196.stdout:{ 2024-08-19T10:38:34.392 INFO:teuthology.orchestra.run.smithi196.stdout: "ceph_version": "ceph version 19.0.0-5847-g79766939 (797669399b32d2915e64eb6d4b1257ae3c50f80b) squid (dev)", 2024-08-19T10:38:34.392 INFO:teuthology.orchestra.run.smithi196.stdout: "image_id": "50bbda8a32890a3c58e0fbe6ef4a7ffa8a5bf38aa27f89f1115f080999ac76c6", 2024-08-19T10:38:34.392 INFO:teuthology.orchestra.run.smithi196.stdout: "repo_digests": [ 2024-08-19T10:38:34.392 INFO:teuthology.orchestra.run.smithi196.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:20c0072eae291f005909959e18f6c28c7c530517d26887119c114888441af028" 2024-08-19T10:38:34.392 INFO:teuthology.orchestra.run.smithi196.stdout: ] 2024-08-19T10:38:34.392 INFO:teuthology.orchestra.run.smithi196.stdout:} 2024-08-19T10:38:50.066 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-08-19T10:38:50.066 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph_version": "ceph version 19.0.0-5847-g79766939 (797669399b32d2915e64eb6d4b1257ae3c50f80b) squid (dev)", 2024-08-19T10:38:50.066 INFO:teuthology.orchestra.run.smithi133.stdout: "image_id": "50bbda8a32890a3c58e0fbe6ef4a7ffa8a5bf38aa27f89f1115f080999ac76c6", 2024-08-19T10:38:50.067 INFO:teuthology.orchestra.run.smithi133.stdout: "repo_digests": [ 2024-08-19T10:38:50.067 INFO:teuthology.orchestra.run.smithi133.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:20c0072eae291f005909959e18f6c28c7c530517d26887119c114888441af028" 2024-08-19T10:38:50.067 INFO:teuthology.orchestra.run.smithi133.stdout: ] 2024-08-19T10:38:50.067 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-08-19T10:38:53.006 INFO:teuthology.orchestra.run.smithi078.stdout:{ 2024-08-19T10:38:53.006 INFO:teuthology.orchestra.run.smithi078.stdout: "ceph_version": "ceph version 19.0.0-5847-g79766939 (797669399b32d2915e64eb6d4b1257ae3c50f80b) squid (dev)", 2024-08-19T10:38:53.006 INFO:teuthology.orchestra.run.smithi078.stdout: "image_id": "50bbda8a32890a3c58e0fbe6ef4a7ffa8a5bf38aa27f89f1115f080999ac76c6", 2024-08-19T10:38:53.006 INFO:teuthology.orchestra.run.smithi078.stdout: "repo_digests": [ 2024-08-19T10:38:53.006 INFO:teuthology.orchestra.run.smithi078.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:20c0072eae291f005909959e18f6c28c7c530517d26887119c114888441af028" 2024-08-19T10:38:53.006 INFO:teuthology.orchestra.run.smithi078.stdout: ] 2024-08-19T10:38:53.007 INFO:teuthology.orchestra.run.smithi078.stdout:} 2024-08-19T10:38:53.057 DEBUG:teuthology.orchestra.run.smithi078:> sudo mkdir -p /etc/ceph 2024-08-19T10:38:53.071 DEBUG:teuthology.orchestra.run.smithi133:> sudo mkdir -p /etc/ceph 2024-08-19T10:38:53.085 DEBUG:teuthology.orchestra.run.smithi196:> sudo mkdir -p /etc/ceph 2024-08-19T10:38:53.100 DEBUG:teuthology.orchestra.run.smithi078:> sudo chmod 777 /etc/ceph 2024-08-19T10:38:53.126 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod 777 /etc/ceph 2024-08-19T10:38:53.143 DEBUG:teuthology.orchestra.run.smithi196:> sudo chmod 777 /etc/ceph 2024-08-19T10:38:53.156 INFO:tasks.cephadm:Writing seed config... 2024-08-19T10:38:53.157 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-08-19T10:38:53.157 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-08-19T10:38:53.157 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-08-19T10:38:53.157 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2024-08-19T10:38:53.158 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-08-19T10:38:53.158 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-08-19T10:38:53.158 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-08-19T10:38:53.158 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-08-19T10:38:53.158 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-08-19T10:38:53.158 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2024-08-19T10:38:53.159 DEBUG:teuthology.orchestra.run.smithi078:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-08-19T10:38:53.171 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 = 094f3c46-5e17-11ef-bccf-c7b262605968 mon election default strategy = 3 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = False [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-08-19T10:38:53.172 DEBUG:teuthology.orchestra.run.smithi078:mon.a> sudo journalctl -f -n 0 -u ceph-094f3c46-5e17-11ef-bccf-c7b262605968@mon.a.service 2024-08-19T10:38:53.217 DEBUG:teuthology.orchestra.run.smithi078:mgr.a> sudo journalctl -f -n 0 -u ceph-094f3c46-5e17-11ef-bccf-c7b262605968@mgr.a.service 2024-08-19T10:38:53.260 INFO:tasks.cephadm:Bootstrapping... 2024-08-19T10:38:53.260 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:797669399b32d2915e64eb6d4b1257ae3c50f80b -v bootstrap --fsid 094f3c46-5e17-11ef-bccf-c7b262605968 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.78 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-08-19T10:38:53.484 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2024-08-19T10:38:53.484 INFO:teuthology.orchestra.run.smithi078.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:797669399b32d2915e64eb6d4b1257ae3c50f80b', '-v', 'bootstrap', '--fsid', '094f3c46-5e17-11ef-bccf-c7b262605968', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'a', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.78', '--skip-admin-label'] 2024-08-19T10:38:53.485 INFO:teuthology.orchestra.run.smithi078.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-08-19T10:38:53.485 INFO:teuthology.orchestra.run.smithi078.stdout:Verifying podman|docker is present... 2024-08-19T10:38:53.485 INFO:teuthology.orchestra.run.smithi078.stdout:Verifying lvm2 is present... 2024-08-19T10:38:53.485 INFO:teuthology.orchestra.run.smithi078.stdout:Verifying time synchronization is in place... 2024-08-19T10:38:53.490 INFO:teuthology.orchestra.run.smithi078.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-08-19T10:38:53.490 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-08-19T10:38:53.495 INFO:teuthology.orchestra.run.smithi078.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-08-19T10:38:53.496 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stdout inactive 2024-08-19T10:38:53.500 INFO:teuthology.orchestra.run.smithi078.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-08-19T10:38:53.500 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-08-19T10:38:53.504 INFO:teuthology.orchestra.run.smithi078.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-08-19T10:38:53.504 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stdout inactive 2024-08-19T10:38:53.508 INFO:teuthology.orchestra.run.smithi078.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-08-19T10:38:53.508 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stdout masked 2024-08-19T10:38:53.511 INFO:teuthology.orchestra.run.smithi078.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-08-19T10:38:53.512 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stdout inactive 2024-08-19T10:38:53.515 INFO:teuthology.orchestra.run.smithi078.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-08-19T10:38:53.515 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-08-19T10:38:53.519 INFO:teuthology.orchestra.run.smithi078.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-08-19T10:38:53.519 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stdout inactive 2024-08-19T10:38:53.523 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stdout enabled 2024-08-19T10:38:53.527 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stdout active 2024-08-19T10:38:53.527 INFO:teuthology.orchestra.run.smithi078.stdout:Unit ntp.service is enabled and running 2024-08-19T10:38:53.527 INFO:teuthology.orchestra.run.smithi078.stdout:Repeating the final host check... 2024-08-19T10:38:53.527 INFO:teuthology.orchestra.run.smithi078.stdout:docker (/usr/bin/docker) is present 2024-08-19T10:38:53.527 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl is present 2024-08-19T10:38:53.528 INFO:teuthology.orchestra.run.smithi078.stdout:lvcreate is present 2024-08-19T10:38:53.531 INFO:teuthology.orchestra.run.smithi078.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-08-19T10:38:53.531 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-08-19T10:38:53.535 INFO:teuthology.orchestra.run.smithi078.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-08-19T10:38:53.535 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stdout inactive 2024-08-19T10:38:53.540 INFO:teuthology.orchestra.run.smithi078.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-08-19T10:38:53.540 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-08-19T10:38:53.543 INFO:teuthology.orchestra.run.smithi078.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-08-19T10:38:53.543 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stdout inactive 2024-08-19T10:38:53.550 INFO:teuthology.orchestra.run.smithi078.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-08-19T10:38:53.550 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stdout masked 2024-08-19T10:38:53.550 INFO:teuthology.orchestra.run.smithi078.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-08-19T10:38:53.550 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stdout inactive 2024-08-19T10:38:53.554 INFO:teuthology.orchestra.run.smithi078.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-08-19T10:38:53.554 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-08-19T10:38:53.557 INFO:teuthology.orchestra.run.smithi078.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-08-19T10:38:53.557 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stdout inactive 2024-08-19T10:38:53.561 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stdout enabled 2024-08-19T10:38:53.565 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stdout active 2024-08-19T10:38:53.565 INFO:teuthology.orchestra.run.smithi078.stdout:Unit ntp.service is enabled and running 2024-08-19T10:38:53.566 INFO:teuthology.orchestra.run.smithi078.stdout:Host looks OK 2024-08-19T10:38:53.566 INFO:teuthology.orchestra.run.smithi078.stdout:Cluster fsid: 094f3c46-5e17-11ef-bccf-c7b262605968 2024-08-19T10:38:53.566 INFO:teuthology.orchestra.run.smithi078.stdout:Acquiring lock 140566522566144 on /run/cephadm/094f3c46-5e17-11ef-bccf-c7b262605968.lock 2024-08-19T10:38:53.566 INFO:teuthology.orchestra.run.smithi078.stdout:Lock 140566522566144 acquired on /run/cephadm/094f3c46-5e17-11ef-bccf-c7b262605968.lock 2024-08-19T10:38:53.566 INFO:teuthology.orchestra.run.smithi078.stdout:Verifying IP 172.21.15.78 port 3300 ... 2024-08-19T10:38:53.566 INFO:teuthology.orchestra.run.smithi078.stdout:Verifying IP 172.21.15.78 port 6789 ... 2024-08-19T10:38:53.566 INFO:teuthology.orchestra.run.smithi078.stdout:Base mon IP(s) is [172.21.15.78:3300, 172.21.15.78:6789], mon addrv is [v2:172.21.15.78:3300,v1:172.21.15.78:6789] 2024-08-19T10:38:53.569 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 2024-08-19T10:38:53.569 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.78 metric 100 2024-08-19T10:38:53.569 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/sbin/ip: stdout 158.69.67.47 via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.78 metric 100 2024-08-19T10:38:53.569 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-08-19T10:38:53.569 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.78 metric 100 2024-08-19T10:38:53.569 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/sbin/ip: stdout 172.21.0.1 dev enp3s0f1 proto dhcp scope link src 172.21.15.78 metric 100 2024-08-19T10:38:53.569 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/sbin/ip: stdout 172.21.0.2 dev enp3s0f1 proto dhcp scope link src 172.21.15.78 metric 100 2024-08-19T10:38:53.569 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/sbin/ip: stdout 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.78 metric 100 2024-08-19T10:38:53.570 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-08-19T10:38:53.571 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-08-19T10:38:53.571 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1794sec pref medium 2024-08-19T10:38:53.573 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-08-19T10:38:53.573 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-08-19T10:38:53.573 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-08-19T10:38:53.573 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-08-19T10:38:53.573 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:fe8f:d4dd/64 scope link 2024-08-19T10:38:53.573 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-08-19T10:38:53.574 INFO:teuthology.orchestra.run.smithi078.stdout:Mon IP `172.21.15.78` is in CIDR network `172.21.0.0/20` 2024-08-19T10:38:53.574 INFO:teuthology.orchestra.run.smithi078.stdout:Mon IP `172.21.15.78` is in CIDR network `172.21.0.0/20` 2024-08-19T10:38:53.575 INFO:teuthology.orchestra.run.smithi078.stdout:Mon IP `172.21.15.78` is in CIDR network `172.21.0.1/32` 2024-08-19T10:38:53.575 INFO:teuthology.orchestra.run.smithi078.stdout:Mon IP `172.21.15.78` is in CIDR network `172.21.0.1/32` 2024-08-19T10:38:53.575 INFO:teuthology.orchestra.run.smithi078.stdout:Mon IP `172.21.15.78` is in CIDR network `172.21.0.2/32` 2024-08-19T10:38:53.575 INFO:teuthology.orchestra.run.smithi078.stdout:Mon IP `172.21.15.78` is in CIDR network `172.21.0.2/32` 2024-08-19T10:38:53.575 INFO:teuthology.orchestra.run.smithi078.stdout:Mon IP `172.21.15.78` is in CIDR network `172.21.15.254/32` 2024-08-19T10:38:53.575 INFO:teuthology.orchestra.run.smithi078.stdout:Mon IP `172.21.15.78` is in CIDR network `172.21.15.254/32` 2024-08-19T10:38:53.575 INFO:teuthology.orchestra.run.smithi078.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20', '172.21.0.1/32', '172.21.0.1/32', '172.21.0.2/32', '172.21.0.2/32', '172.21.15.254/32', '172.21.15.254/32'] 2024-08-19T10:38:53.575 INFO:teuthology.orchestra.run.smithi078.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-08-19T10:38:53.575 INFO:teuthology.orchestra.run.smithi078.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:797669399b32d2915e64eb6d4b1257ae3c50f80b... 2024-08-19T10:38:53.767 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/docker: stdout 797669399b32d2915e64eb6d4b1257ae3c50f80b: Pulling from ceph-ci/ceph 2024-08-19T10:38:53.767 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/docker: stdout Digest: sha256:20c0072eae291f005909959e18f6c28c7c530517d26887119c114888441af028 2024-08-19T10:38:53.767 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:797669399b32d2915e64eb6d4b1257ae3c50f80b 2024-08-19T10:38:53.767 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:797669399b32d2915e64eb6d4b1257ae3c50f80b 2024-08-19T10:38:55.353 INFO:teuthology.orchestra.run.smithi078.stdout:ceph: stdout ceph version 19.0.0-5847-g79766939 (797669399b32d2915e64eb6d4b1257ae3c50f80b) squid (dev) 2024-08-19T10:38:55.354 INFO:teuthology.orchestra.run.smithi078.stdout:Ceph version: ceph version 19.0.0-5847-g79766939 (797669399b32d2915e64eb6d4b1257ae3c50f80b) squid (dev) 2024-08-19T10:38:55.354 INFO:teuthology.orchestra.run.smithi078.stdout:Extracting ceph user uid/gid from container image... 2024-08-19T10:38:56.692 INFO:teuthology.orchestra.run.smithi078.stdout:stat: stdout 167 167 2024-08-19T10:38:56.692 INFO:teuthology.orchestra.run.smithi078.stdout:Creating initial keys... 2024-08-19T10:38:58.132 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-authtool: stdout AQDBIMNmcZGHHxAAY5v9lNPwru8E6WYtHreHhQ== 2024-08-19T10:38:59.479 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-authtool: stdout AQDCIMNm+O4OOhAALqnGKXS8O5XgYxS97K2fTg== 2024-08-19T10:39:00.968 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-authtool: stdout AQDEIMNmSlT+FxAALRSB+VnAGoeR0Rt+x+bWWQ== 2024-08-19T10:39:00.969 INFO:teuthology.orchestra.run.smithi078.stdout:Creating initial monmap... 2024-08-19T10:39:02.392 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-08-19T10:39:02.392 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-08-19T10:39:02.392 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 094f3c46-5e17-11ef-bccf-c7b262605968 2024-08-19T10:39:02.392 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-08-19T10:39:02.392 INFO:teuthology.orchestra.run.smithi078.stdout:monmaptool for a [v2:172.21.15.78:3300,v1:172.21.15.78:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-08-19T10:39:02.392 INFO:teuthology.orchestra.run.smithi078.stdout:setting min_mon_release = quincy 2024-08-19T10:39:02.392 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/monmaptool: set fsid to 094f3c46-5e17-11ef-bccf-c7b262605968 2024-08-19T10:39:02.392 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-08-19T10:39:02.393 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-08-19T10:39:02.393 INFO:teuthology.orchestra.run.smithi078.stdout:Creating mon... 2024-08-19T10:39:03.944 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.327+0000 7f621db1dc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-08-19T10:39:03.944 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.327+0000 7f621db1dc80 1 imported monmap: 2024-08-19T10:39:03.944 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-08-19T10:39:03.944 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr fsid 094f3c46-5e17-11ef-bccf-c7b262605968 2024-08-19T10:39:03.944 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-08-19T10:39:01.869223+0000 2024-08-19T10:39:03.944 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr created 2024-08-19T10:39:01.869223+0000 2024-08-19T10:39:03.944 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-08-19T10:39:03.945 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-08-19T10:39:03.945 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0] mon.a 2024-08-19T10:39:03.945 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr 2024-08-19T10:39:03.945 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.327+0000 7f621db1dc80 0 /usr/bin/ceph-mon: set fsid to 094f3c46-5e17-11ef-bccf-c7b262605968 2024-08-19T10:39:03.945 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: RocksDB version: 7.9.2 2024-08-19T10:39:03.945 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr 2024-08-19T10:39:03.945 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Git sha 0 2024-08-19T10:39:03.945 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Compile date 2024-08-17 20:32:33 2024-08-19T10:39:03.945 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: DB SUMMARY 2024-08-19T10:39:03.945 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr 2024-08-19T10:39:03.945 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: DB Session ID: 7IUL049BKN3S9O0YVVV7 2024-08-19T10:39:03.945 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr 2024-08-19T10:39:03.945 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-08-19T10:39:03.946 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr 2024-08-19T10:39:03.946 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-08-19T10:39:03.946 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr 2024-08-19T10:39:03.946 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.error_if_exists: 0 2024-08-19T10:39:03.946 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.create_if_missing: 1 2024-08-19T10:39:03.946 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.paranoid_checks: 1 2024-08-19T10:39:03.946 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-08-19T10:39:03.946 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-08-19T10:39:03.946 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-08-19T10:39:03.946 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.env: 0x5637c9afebe0 2024-08-19T10:39:03.946 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.fs: PosixFileSystem 2024-08-19T10:39:03.947 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.info_log: 0x5637cad78c20 2024-08-19T10:39:03.947 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-08-19T10:39:03.947 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.statistics: (nil) 2024-08-19T10:39:03.947 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.use_fsync: 0 2024-08-19T10:39:03.947 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.max_log_file_size: 0 2024-08-19T10:39:03.947 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-08-19T10:39:03.947 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-08-19T10:39:03.947 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-08-19T10:39:03.947 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-08-19T10:39:03.947 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.allow_fallocate: 1 2024-08-19T10:39:03.947 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-08-19T10:39:03.947 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-08-19T10:39:03.947 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.use_direct_reads: 0 2024-08-19T10:39:03.948 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-08-19T10:39:03.948 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.create_missing_column_families: 0 2024-08-19T10:39:03.948 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.db_log_dir: 2024-08-19T10:39:03.948 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.wal_dir: 2024-08-19T10:39:03.948 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-08-19T10:39:03.948 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-08-19T10:39:03.948 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-08-19T10:39:03.948 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-08-19T10:39:03.948 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-08-19T10:39:03.948 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-08-19T10:39:03.948 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.advise_random_on_open: 1 2024-08-19T10:39:03.948 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-08-19T10:39:03.948 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.write_buffer_manager: 0x5637cad71540 2024-08-19T10:39:03.948 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-08-19T10:39:03.949 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-08-19T10:39:03.949 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-08-19T10:39:03.949 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.rate_limiter: (nil) 2024-08-19T10:39:03.949 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-08-19T10:39:03.949 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-08-19T10:39:03.949 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-08-19T10:39:03.949 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-08-19T10:39:03.949 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.unordered_write: 0 2024-08-19T10:39:03.949 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-08-19T10:39:03.949 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-08-19T10:39:03.949 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-08-19T10:39:03.949 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-08-19T10:39:03.949 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.row_cache: None 2024-08-19T10:39:03.950 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.wal_filter: None 2024-08-19T10:39:03.950 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-08-19T10:39:03.950 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-08-19T10:39:03.950 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.two_write_queues: 0 2024-08-19T10:39:03.950 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.manual_wal_flush: 0 2024-08-19T10:39:03.950 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.wal_compression: 0 2024-08-19T10:39:03.950 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.atomic_flush: 0 2024-08-19T10:39:03.950 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-08-19T10:39:03.950 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-08-19T10:39:03.950 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-08-19T10:39:03.950 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.log_readahead_size: 0 2024-08-19T10:39:03.950 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-08-19T10:39:03.950 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-08-19T10:39:03.951 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-08-19T10:39:03.951 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-08-19T10:39:03.951 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-08-19T10:39:03.951 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-08-19T10:39:03.951 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-08-19T10:39:03.951 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.max_background_jobs: 2 2024-08-19T10:39:03.951 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.max_background_compactions: -1 2024-08-19T10:39:03.951 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.max_subcompactions: 1 2024-08-19T10:39:03.951 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-08-19T10:39:03.951 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-08-19T10:39:03.951 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-08-19T10:39:03.951 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.max_total_wal_size: 0 2024-08-19T10:39:03.952 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-08-19T10:39:03.952 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-08-19T10:39:03.952 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-08-19T10:39:03.952 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-08-19T10:39:03.952 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.max_open_files: -1 2024-08-19T10:39:03.952 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.bytes_per_sync: 0 2024-08-19T10:39:03.952 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-08-19T10:39:03.952 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-08-19T10:39:03.952 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-08-19T10:39:03.952 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.max_background_flushes: -1 2024-08-19T10:39:03.952 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Compression algorithms supported: 2024-08-19T10:39:03.952 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: kZSTD supported: 0 2024-08-19T10:39:03.953 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: kXpressCompression supported: 0 2024-08-19T10:39:03.953 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: kBZip2Compression supported: 0 2024-08-19T10:39:03.953 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-08-19T10:39:03.953 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: kLZ4Compression supported: 1 2024-08-19T10:39:03.953 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: kZlibCompression supported: 1 2024-08-19T10:39:03.953 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-08-19T10:39:03.953 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: kSnappyCompression supported: 1 2024-08-19T10:39:03.953 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-08-19T10:39:03.953 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-08-19T10:39:03.953 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-08-19T10:39:03.953 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr 2024-08-19T10:39:03.954 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-08-19T10:39:03.954 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr 2024-08-19T10:39:03.954 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-08-19T10:39:03.954 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr 2024-08-19T10:39:03.954 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-08-19T10:39:03.954 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.merge_operator: 2024-08-19T10:39:03.954 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.compaction_filter: None 2024-08-19T10:39:03.954 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.compaction_filter_factory: None 2024-08-19T10:39:03.954 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-08-19T10:39:03.954 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-08-19T10:39:03.954 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-08-19T10:39:03.954 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5637cad78860) 2024-08-19T10:39:03.954 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-08-19T10:39:03.955 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-08-19T10:39:03.955 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-08-19T10:39:03.955 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-08-19T10:39:03.955 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-08-19T10:39:03.955 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-08-19T10:39:03.955 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-08-19T10:39:03.955 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-08-19T10:39:03.955 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-08-19T10:39:03.955 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-08-19T10:39:03.955 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x5637cad61610 2024-08-19T10:39:03.955 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-08-19T10:39:03.955 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-08-19T10:39:03.955 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-08-19T10:39:03.956 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-08-19T10:39:03.956 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-08-19T10:39:03.956 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-08-19T10:39:03.956 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-08-19T10:39:03.956 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-08-19T10:39:03.956 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-08-19T10:39:03.956 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-08-19T10:39:03.956 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-08-19T10:39:03.956 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-08-19T10:39:03.956 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-08-19T10:39:03.956 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-08-19T10:39:03.956 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-08-19T10:39:03.956 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-08-19T10:39:03.956 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-08-19T10:39:03.957 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-08-19T10:39:03.957 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-08-19T10:39:03.957 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-08-19T10:39:03.957 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-08-19T10:39:03.957 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-08-19T10:39:03.957 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-08-19T10:39:03.957 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-08-19T10:39:03.957 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-08-19T10:39:03.957 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-08-19T10:39:03.957 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr 2024-08-19T10:39:03.957 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-08-19T10:39:03.957 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-08-19T10:39:03.957 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.compression: NoCompression 2024-08-19T10:39:03.958 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-08-19T10:39:03.958 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-08-19T10:39:03.958 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-08-19T10:39:03.958 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.num_levels: 7 2024-08-19T10:39:03.958 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-08-19T10:39:03.958 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-08-19T10:39:03.958 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-08-19T10:39:03.958 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-08-19T10:39:03.958 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-08-19T10:39:03.958 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-08-19T10:39:03.958 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-08-19T10:39:03.958 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-08-19T10:39:03.959 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-08-19T10:39:03.959 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-08-19T10:39:03.959 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-08-19T10:39:03.959 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-08-19T10:39:03.959 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-08-19T10:39:03.959 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.compression_opts.level: 32767 2024-08-19T10:39:03.959 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-08-19T10:39:03.959 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-08-19T10:39:03.959 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-08-19T10:39:03.959 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-08-19T10:39:03.959 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-08-19T10:39:03.959 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.compression_opts.enabled: false 2024-08-19T10:39:03.960 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-08-19T10:39:03.960 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-08-19T10:39:03.960 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-08-19T10:39:03.960 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-08-19T10:39:03.960 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-08-19T10:39:03.960 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-08-19T10:39:03.960 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-08-19T10:39:03.960 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-08-19T10:39:03.960 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-08-19T10:39:03.960 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-08-19T10:39:03.960 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-08-19T10:39:03.960 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-08-19T10:39:03.960 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-08-19T10:39:03.960 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-08-19T10:39:03.961 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-08-19T10:39:03.961 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-08-19T10:39:03.961 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-08-19T10:39:03.961 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-08-19T10:39:03.961 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-08-19T10:39:03.961 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.arena_block_size: 1048576 2024-08-19T10:39:03.961 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-08-19T10:39:03.961 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-08-19T10:39:03.961 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-08-19T10:39:03.961 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-08-19T10:39:03.961 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-08-19T10:39:03.961 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-08-19T10:39:03.961 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-08-19T10:39:03.962 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-08-19T10:39:03.962 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-08-19T10:39:03.962 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-08-19T10:39:03.962 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-08-19T10:39:03.962 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-08-19T10:39:03.962 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-08-19T10:39:03.962 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-08-19T10:39:03.962 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.inplace_update_support: 0 2024-08-19T10:39:03.962 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-08-19T10:39:03.962 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-08-19T10:39:03.962 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-08-19T10:39:03.962 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-08-19T10:39:03.962 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.bloom_locality: 0 2024-08-19T10:39:03.962 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.max_successive_merges: 0 2024-08-19T10:39:03.963 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-08-19T10:39:03.963 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-08-19T10:39:03.963 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.force_consistency_checks: 1 2024-08-19T10:39:03.963 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-08-19T10:39:03.963 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.ttl: 2592000 2024-08-19T10:39:03.963 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-08-19T10:39:03.963 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-08-19T10:39:03.963 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-08-19T10:39:03.963 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.enable_blob_files: false 2024-08-19T10:39:03.963 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.min_blob_size: 0 2024-08-19T10:39:03.963 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.blob_file_size: 268435456 2024-08-19T10:39:03.963 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-08-19T10:39:03.963 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-08-19T10:39:03.964 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-08-19T10:39:03.964 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-08-19T10:39:03.964 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-08-19T10:39:03.964 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-08-19T10:39:03.964 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-08-19T10:39:03.964 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 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-08-19T10:39:03.964 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr 2024-08-19T10:39:03.964 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-08-19T10:39:03.964 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr 2024-08-19T10:39:03.964 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: a5bdf0b0-1f9f-4f02-9f48-1467cc556ebd 2024-08-19T10:39:03.964 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr 2024-08-19T10:39:03.964 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.331+0000 7f621db1dc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-08-19T10:39:03.965 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr 2024-08-19T10:39:03.965 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.335+0000 7f621db1dc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5637cad90e00 2024-08-19T10:39:03.965 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.335+0000 7f621db1dc80 4 rocksdb: DB pointer 0x5637cae70000 2024-08-19T10:39:03.965 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.335+0000 7f62152a8640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-08-19T10:39:03.965 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.335+0000 7f62152a8640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-08-19T10:39:03.965 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-08-19T10:39:03.965 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-08-19T10:39:03.965 INFO:teuthology.orchestra.run.smithi078.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-08-19T10:39:03.965 INFO:teuthology.orchestra.run.smithi078.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-08-19T10:39:03.965 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-08-19T10:39:03.965 INFO:teuthology.orchestra.run.smithi078.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-08-19T10:39:03.965 INFO:teuthology.orchestra.run.smithi078.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-08-19T10:39:03.965 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-08-19T10:39:03.966 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr 2024-08-19T10:39:03.966 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-08-19T10:39:03.966 INFO:teuthology.orchestra.run.smithi078.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-08-19T10:39:03.966 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-08-19T10:39:03.966 INFO:teuthology.orchestra.run.smithi078.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-08-19T10:39:03.966 INFO:teuthology.orchestra.run.smithi078.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-08-19T10:39:03.966 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr 2024-08-19T10:39:03.966 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-08-19T10:39:03.966 INFO:teuthology.orchestra.run.smithi078.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-08-19T10:39:03.966 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-08-19T10:39:03.966 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr 2024-08-19T10:39:03.967 INFO:teuthology.orchestra.run.smithi078.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-08-19T10:39:03.967 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr 2024-08-19T10:39:03.967 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-08-19T10:39:03.967 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-08-19T10:39:03.967 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-08-19T10:39:03.967 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-08-19T10:39:03.967 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-08-19T10:39:03.967 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-08-19T10:39:03.967 INFO:teuthology.orchestra.run.smithi078.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-08-19T10:39:03.967 INFO:teuthology.orchestra.run.smithi078.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-08-19T10:39:03.967 INFO:teuthology.orchestra.run.smithi078.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-08-19T10:39:03.967 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x5637cad61610#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.8e-05 secs_since: 0 2024-08-19T10:39:03.968 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-08-19T10:39:03.968 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr 2024-08-19T10:39:03.968 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-08-19T10:39:03.968 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr 2024-08-19T10:39:03.968 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.335+0000 7f621db1dc80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-08-19T10:39:03.968 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.335+0000 7f621db1dc80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-08-19T10:39:03.968 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-mon: stderr debug 2024-08-19T10:39:03.335+0000 7f621db1dc80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-08-19T10:39:03.968 INFO:teuthology.orchestra.run.smithi078.stdout:create mon.a on 2024-08-19T10:39:04.202 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-08-19T10:39:04.390 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-08-19T10:39:04.597 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-094f3c46-5e17-11ef-bccf-c7b262605968.target -> /etc/systemd/system/ceph-094f3c46-5e17-11ef-bccf-c7b262605968.target. 2024-08-19T10:39:04.597 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-094f3c46-5e17-11ef-bccf-c7b262605968.target -> /etc/systemd/system/ceph-094f3c46-5e17-11ef-bccf-c7b262605968.target. 2024-08-19T10:39:04.865 INFO:teuthology.orchestra.run.smithi078.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-094f3c46-5e17-11ef-bccf-c7b262605968@mon.a 2024-08-19T10:39:04.865 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stderr Failed to reset failed state of unit ceph-094f3c46-5e17-11ef-bccf-c7b262605968@mon.a.service: Unit ceph-094f3c46-5e17-11ef-bccf-c7b262605968@mon.a.service not loaded. 2024-08-19T10:39:05.050 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-094f3c46-5e17-11ef-bccf-c7b262605968.target.wants/ceph-094f3c46-5e17-11ef-bccf-c7b262605968@mon.a.service -> /etc/systemd/system/ceph-094f3c46-5e17-11ef-bccf-c7b262605968@.service. 2024-08-19T10:39:05.059 INFO:teuthology.orchestra.run.smithi078.stdout:firewalld does not appear to be present 2024-08-19T10:39:05.060 INFO:teuthology.orchestra.run.smithi078.stdout:Not possible to enable service . firewalld.service is not available 2024-08-19T10:39:05.060 INFO:teuthology.orchestra.run.smithi078.stdout:Waiting for mon to start... 2024-08-19T10:39:05.060 INFO:teuthology.orchestra.run.smithi078.stdout:Waiting for mon... 2024-08-19T10:39:05.172 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:05 smithi078 systemd[1]: Started Ceph mon.a for 094f3c46-5e17-11ef-bccf-c7b262605968. 2024-08-19T10:39:06.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:06 smithi078 bash[22259]: cluster 2024-08-19T10:39:06.625263+0000 mon.a (mon.0) 0 : cluster [INF] mkfs 094f3c46-5e17-11ef-bccf-c7b262605968 2024-08-19T10:39:06.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:06 smithi078 bash[22259]: cluster 2024-08-19T10:39:06.625263+0000 mon.a (mon.0) 0 : cluster [INF] mkfs 094f3c46-5e17-11ef-bccf-c7b262605968 2024-08-19T10:39:06.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:06 smithi078 bash[22259]: cluster 2024-08-19T10:39:06.621043+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-08-19T10:39:06.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:06 smithi078 bash[22259]: cluster 2024-08-19T10:39:06.621043+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-08-19T10:39:07.344 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout cluster: 2024-08-19T10:39:07.345 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout id: 094f3c46-5e17-11ef-bccf-c7b262605968 2024-08-19T10:39:07.345 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-08-19T10:39:07.345 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout 2024-08-19T10:39:07.345 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout services: 2024-08-19T10:39:07.345 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.161516s) 2024-08-19T10:39:07.345 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-08-19T10:39:07.346 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-08-19T10:39:07.346 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout 2024-08-19T10:39:07.346 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout data: 2024-08-19T10:39:07.346 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-08-19T10:39:07.347 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-08-19T10:39:07.347 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-08-19T10:39:07.347 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout pgs: 2024-08-19T10:39:07.347 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout 2024-08-19T10:39:07.347 INFO:teuthology.orchestra.run.smithi078.stdout:mon is available 2024-08-19T10:39:07.347 INFO:teuthology.orchestra.run.smithi078.stdout:Assimilating anything we can from ceph.conf... 2024-08-19T10:39:07.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:07 smithi078 bash[22259]: cluster 2024-08-19T10:39:06.624281+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-08-19T10:39:07.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:07 smithi078 bash[22259]: cluster 2024-08-19T10:39:06.624281+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-08-19T10:39:07.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:07 smithi078 bash[22259]: cluster 2024-08-19T10:39:06.624452+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-08-19T10:39:07.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:07 smithi078 bash[22259]: cluster 2024-08-19T10:39:06.624452+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-08-19T10:39:07.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:07 smithi078 bash[22259]: cluster 2024-08-19T10:39:06.624462+0000 mon.a (mon.0) 4 : cluster [DBG] fsid 094f3c46-5e17-11ef-bccf-c7b262605968 2024-08-19T10:39:07.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:07 smithi078 bash[22259]: cluster 2024-08-19T10:39:06.624462+0000 mon.a (mon.0) 4 : cluster [DBG] fsid 094f3c46-5e17-11ef-bccf-c7b262605968 2024-08-19T10:39:07.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:07 smithi078 bash[22259]: cluster 2024-08-19T10:39:06.624470+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-08-19T10:39:01.869223+0000 2024-08-19T10:39:07.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:07 smithi078 bash[22259]: cluster 2024-08-19T10:39:06.624470+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-08-19T10:39:01.869223+0000 2024-08-19T10:39:07.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:07 smithi078 bash[22259]: cluster 2024-08-19T10:39:06.624478+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-08-19T10:39:01.869223+0000 2024-08-19T10:39:07.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:07 smithi078 bash[22259]: cluster 2024-08-19T10:39:06.624478+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-08-19T10:39:01.869223+0000 2024-08-19T10:39:07.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:07 smithi078 bash[22259]: cluster 2024-08-19T10:39:06.624486+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-08-19T10:39:07.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:07 smithi078 bash[22259]: cluster 2024-08-19T10:39:06.624486+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-08-19T10:39:07.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:07 smithi078 bash[22259]: cluster 2024-08-19T10:39:06.624495+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-08-19T10:39:07.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:07 smithi078 bash[22259]: cluster 2024-08-19T10:39:06.624495+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-08-19T10:39:07.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:07 smithi078 bash[22259]: cluster 2024-08-19T10:39:06.624502+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0] mon.a 2024-08-19T10:39:07.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:07 smithi078 bash[22259]: cluster 2024-08-19T10:39:06.624502+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0] mon.a 2024-08-19T10:39:07.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:07 smithi078 bash[22259]: cluster 2024-08-19T10:39:06.626789+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-08-19T10:39:07.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:07 smithi078 bash[22259]: cluster 2024-08-19T10:39:06.626789+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-08-19T10:39:07.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:07 smithi078 bash[22259]: cluster 2024-08-19T10:39:06.629116+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-08-19T10:39:07.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:07 smithi078 bash[22259]: cluster 2024-08-19T10:39:06.629116+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-08-19T10:39:07.762 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:07 smithi078 bash[22259]: cluster 2024-08-19T10:39:06.629597+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-08-19T10:39:07.762 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:07 smithi078 bash[22259]: cluster 2024-08-19T10:39:06.629597+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-08-19T10:39:07.762 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:07 smithi078 bash[22259]: audit 2024-08-19T10:39:06.785739+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.78:0/2069802055' entity='client.admin' cmd={"prefix": "status"} : dispatch 2024-08-19T10:39:07.762 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:07 smithi078 bash[22259]: audit 2024-08-19T10:39:06.785739+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.78:0/2069802055' entity='client.admin' cmd={"prefix": "status"} : dispatch 2024-08-19T10:39:08.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:08 smithi078 bash[22259]: audit 2024-08-19T10:39:08.436355+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.78:0/1646007487' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-08-19T10:39:08.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:08 smithi078 bash[22259]: audit 2024-08-19T10:39:08.436355+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.78:0/1646007487' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-08-19T10:39:08.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:08 smithi078 bash[22259]: audit 2024-08-19T10:39:08.440227+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.78:0/1646007487' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-08-19T10:39:08.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:08 smithi078 bash[22259]: audit 2024-08-19T10:39:08.440227+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.78:0/1646007487' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-08-19T10:39:09.035 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout 2024-08-19T10:39:09.036 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout [global] 2024-08-19T10:39:09.036 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout fsid = 094f3c46-5e17-11ef-bccf-c7b262605968 2024-08-19T10:39:09.036 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-08-19T10:39:09.036 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.78:3300,v1:172.21.15.78:6789] 2024-08-19T10:39:09.036 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-08-19T10:39:09.036 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-08-19T10:39:09.036 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-08-19T10:39:09.036 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-08-19T10:39:09.036 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout 2024-08-19T10:39:09.036 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout [mgr] 2024-08-19T10:39:09.036 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2024-08-19T10:39:09.036 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-08-19T10:39:09.037 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout 2024-08-19T10:39:09.037 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout [osd] 2024-08-19T10:39:09.037 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-08-19T10:39:09.037 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-08-19T10:39:09.037 INFO:teuthology.orchestra.run.smithi078.stdout:Generating new minimal ceph.conf... 2024-08-19T10:39:10.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:10 smithi078 bash[22259]: audit 2024-08-19T10:39:10.142165+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.78:0/943689590' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:39:10.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:10 smithi078 bash[22259]: audit 2024-08-19T10:39:10.142165+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.78:0/943689590' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:39:10.682 INFO:teuthology.orchestra.run.smithi078.stdout:Restarting the monitor... 2024-08-19T10:39:10.983 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:10 smithi078 systemd[1]: Stopping Ceph mon.a for 094f3c46-5e17-11ef-bccf-c7b262605968... 2024-08-19T10:39:10.983 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:10 smithi078 bash[22259]: debug 2024-08-19T10:39:10.802+0000 7f9d24956640 -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-08-19T10:39:10.983 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:10 smithi078 bash[22259]: debug 2024-08-19T10:39:10.802+0000 7f9d24956640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-08-19T10:39:11.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:11 smithi078 bash[22642]: ceph-094f3c46-5e17-11ef-bccf-c7b262605968-mon-a 2024-08-19T10:39:11.418 INFO:teuthology.orchestra.run.smithi078.stdout:Setting public_network to 172.21.15.254/32,172.21.0.1/32,172.21.0.2/32,172.21.0.0/20 in mon config section 2024-08-19T10:39:11.691 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:11 smithi078 bash[22701]: Error response from daemon: No such container: ceph-094f3c46-5e17-11ef-bccf-c7b262605968-mon-a 2024-08-19T10:39:11.691 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:11 smithi078 systemd[1]: ceph-094f3c46-5e17-11ef-bccf-c7b262605968@mon.a.service: Deactivated successfully. 2024-08-19T10:39:11.691 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:11 smithi078 systemd[1]: Stopped Ceph mon.a for 094f3c46-5e17-11ef-bccf-c7b262605968. 2024-08-19T10:39:11.691 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:11 smithi078 systemd[1]: Started Ceph mon.a for 094f3c46-5e17-11ef-bccf-c7b262605968. 2024-08-19T10:39:13.103 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.830+0000 7f75fd7aac80 0 set uid:gid to 167:167 (ceph:ceph) 2024-08-19T10:39:13.103 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.830+0000 7f75fd7aac80 0 ceph version 19.0.0-5847-g79766939 (797669399b32d2915e64eb6d4b1257ae3c50f80b) squid (dev), process ceph-mon, pid 7 2024-08-19T10:39:13.103 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.830+0000 7f75fd7aac80 0 pidfile_write: ignore empty --pid-file 2024-08-19T10:39:13.103 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 0 load: jerasure load: lrc 2024-08-19T10:39:13.103 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: RocksDB version: 7.9.2 2024-08-19T10:39:13.104 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Git sha 0 2024-08-19T10:39:13.104 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Compile date 2024-08-17 20:32:33 2024-08-19T10:39:13.104 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: DB SUMMARY 2024-08-19T10:39:13.104 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: DB Session ID: 53AC5T4D6DJO4UD6BMR1 2024-08-19T10:39:13.104 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: CURRENT file: CURRENT 2024-08-19T10:39:13.104 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: IDENTITY file: IDENTITY 2024-08-19T10:39:13.104 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-08-19T10:39:13.104 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-08-19T10:39:13.104 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88547 ; 2024-08-19T10:39:13.104 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.error_if_exists: 0 2024-08-19T10:39:13.104 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.create_if_missing: 0 2024-08-19T10:39:13.104 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.paranoid_checks: 1 2024-08-19T10:39:13.104 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-08-19T10:39:13.105 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-08-19T10:39:13.105 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-08-19T10:39:13.105 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.env: 0x562bb67babe0 2024-08-19T10:39:13.105 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.fs: PosixFileSystem 2024-08-19T10:39:13.105 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.info_log: 0x562bb86b5700 2024-08-19T10:39:13.105 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.max_file_opening_threads: 16 2024-08-19T10:39:13.105 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.statistics: (nil) 2024-08-19T10:39:13.105 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.use_fsync: 0 2024-08-19T10:39:13.105 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.max_log_file_size: 0 2024-08-19T10:39:13.105 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-08-19T10:39:13.105 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-08-19T10:39:13.106 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.keep_log_file_num: 1000 2024-08-19T10:39:13.106 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.recycle_log_file_num: 0 2024-08-19T10:39:13.106 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.allow_fallocate: 1 2024-08-19T10:39:13.106 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.allow_mmap_reads: 0 2024-08-19T10:39:13.106 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.allow_mmap_writes: 0 2024-08-19T10:39:13.106 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.use_direct_reads: 0 2024-08-19T10:39:13.106 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-08-19T10:39:13.106 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.create_missing_column_families: 0 2024-08-19T10:39:13.106 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.db_log_dir: 2024-08-19T10:39:13.106 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.wal_dir: 2024-08-19T10:39:13.106 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-08-19T10:39:13.106 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-08-19T10:39:13.107 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-08-19T10:39:13.107 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-08-19T10:39:13.107 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-08-19T10:39:13.107 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-08-19T10:39:13.107 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.advise_random_on_open: 1 2024-08-19T10:39:13.107 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.db_write_buffer_size: 0 2024-08-19T10:39:13.107 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.write_buffer_manager: 0x562bb86b8e60 2024-08-19T10:39:13.107 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-08-19T10:39:13.107 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-08-19T10:39:13.107 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-08-19T10:39:13.107 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.rate_limiter: (nil) 2024-08-19T10:39:13.107 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-08-19T10:39:13.108 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.wal_recovery_mode: 2 2024-08-19T10:39:13.109 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.enable_thread_tracking: 0 2024-08-19T10:39:13.109 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.enable_pipelined_write: 0 2024-08-19T10:39:13.109 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.unordered_write: 0 2024-08-19T10:39:13.109 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-08-19T10:39:13.110 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-08-19T10:39:13.110 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-08-19T10:39:13.110 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-08-19T10:39:13.110 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.row_cache: None 2024-08-19T10:39:13.110 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.wal_filter: None 2024-08-19T10:39:13.110 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-08-19T10:39:13.110 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.allow_ingest_behind: 0 2024-08-19T10:39:13.110 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.two_write_queues: 0 2024-08-19T10:39:13.110 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.manual_wal_flush: 0 2024-08-19T10:39:13.110 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.wal_compression: 0 2024-08-19T10:39:13.110 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.atomic_flush: 0 2024-08-19T10:39:13.110 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-08-19T10:39:13.110 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-08-19T10:39:13.111 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-08-19T10:39:13.111 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.log_readahead_size: 0 2024-08-19T10:39:13.111 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-08-19T10:39:13.111 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.best_efforts_recovery: 0 2024-08-19T10:39:13.111 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-08-19T10:39:13.111 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-08-19T10:39:13.111 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.allow_data_in_errors: 0 2024-08-19T10:39:13.111 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.db_host_id: __hostname__ 2024-08-19T10:39:13.111 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-08-19T10:39:13.111 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.max_background_jobs: 2 2024-08-19T10:39:13.111 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.max_background_compactions: -1 2024-08-19T10:39:13.111 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.max_subcompactions: 1 2024-08-19T10:39:13.112 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-08-19T10:39:13.112 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-08-19T10:39:13.112 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-08-19T10:39:13.112 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.max_total_wal_size: 0 2024-08-19T10:39:13.112 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-08-19T10:39:13.112 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-08-19T10:39:13.112 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-08-19T10:39:13.112 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-08-19T10:39:13.112 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.max_open_files: -1 2024-08-19T10:39:13.112 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.bytes_per_sync: 0 2024-08-19T10:39:13.112 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-08-19T10:39:13.112 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-08-19T10:39:13.112 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.compaction_readahead_size: 0 2024-08-19T10:39:13.113 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.max_background_flushes: -1 2024-08-19T10:39:13.113 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Compression algorithms supported: 2024-08-19T10:39:13.113 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: kZSTD supported: 0 2024-08-19T10:39:13.113 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: kXpressCompression supported: 0 2024-08-19T10:39:13.113 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: kBZip2Compression supported: 0 2024-08-19T10:39:13.113 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-08-19T10:39:13.113 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: kLZ4Compression supported: 1 2024-08-19T10:39:13.113 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: kZlibCompression supported: 1 2024-08-19T10:39:13.113 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: kLZ4HCCompression supported: 1 2024-08-19T10:39:13.113 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: kSnappyCompression supported: 1 2024-08-19T10:39:13.113 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-08-19T10:39:13.113 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-08-19T10:39:13.113 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-08-19T10:39:13.113 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-08-19T10:39:13.114 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-08-19T10:39:13.114 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.merge_operator: 2024-08-19T10:39:13.114 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.compaction_filter: None 2024-08-19T10:39:13.114 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.compaction_filter_factory: None 2024-08-19T10:39:13.114 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.sst_partitioner_factory: None 2024-08-19T10:39:13.114 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-08-19T10:39:13.114 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-08-19T10:39:13.114 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x562bb86b5380) 2024-08-19T10:39:13.114 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: cache_index_and_filter_blocks: 1 2024-08-19T10:39:13.114 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: cache_index_and_filter_blocks_with_high_priority: 0 2024-08-19T10:39:13.114 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-08-19T10:39:13.114 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: pin_top_level_index_and_filter: 1 2024-08-19T10:39:13.115 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: index_type: 0 2024-08-19T10:39:13.115 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: data_block_index_type: 0 2024-08-19T10:39:13.115 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: index_shortening: 1 2024-08-19T10:39:13.115 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: data_block_hash_table_util_ratio: 0.750000 2024-08-19T10:39:13.115 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: checksum: 4 2024-08-19T10:39:13.115 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: no_block_cache: 0 2024-08-19T10:39:13.115 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: block_cache: 0x562bb86ab610 2024-08-19T10:39:13.115 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: block_cache_name: BinnedLRUCache 2024-08-19T10:39:13.115 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: block_cache_options: 2024-08-19T10:39:13.115 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: capacity : 536870912 2024-08-19T10:39:13.115 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: num_shard_bits : 4 2024-08-19T10:39:13.115 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: strict_capacity_limit : 0 2024-08-19T10:39:13.115 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: high_pri_pool_ratio: 0.000 2024-08-19T10:39:13.116 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: block_cache_compressed: (nil) 2024-08-19T10:39:13.116 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: persistent_cache: (nil) 2024-08-19T10:39:13.116 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: block_size: 4096 2024-08-19T10:39:13.116 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: block_size_deviation: 10 2024-08-19T10:39:13.116 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: block_restart_interval: 16 2024-08-19T10:39:13.116 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: index_block_restart_interval: 1 2024-08-19T10:39:13.116 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: metadata_block_size: 4096 2024-08-19T10:39:13.116 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: partition_filters: 0 2024-08-19T10:39:13.116 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: use_delta_encoding: 1 2024-08-19T10:39:13.116 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: filter_policy: bloomfilter 2024-08-19T10:39:13.116 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: whole_key_filtering: 1 2024-08-19T10:39:13.116 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: verify_compression: 0 2024-08-19T10:39:13.116 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: read_amp_bytes_per_bit: 0 2024-08-19T10:39:13.117 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: format_version: 5 2024-08-19T10:39:13.117 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: enable_index_compression: 1 2024-08-19T10:39:13.117 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: block_align: 0 2024-08-19T10:39:13.117 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: max_auto_readahead_size: 262144 2024-08-19T10:39:13.117 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: prepopulate_block_cache: 0 2024-08-19T10:39:13.117 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: initial_auto_readahead_size: 8192 2024-08-19T10:39:13.117 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: num_file_reads_for_auto_readahead: 2 2024-08-19T10:39:13.117 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.write_buffer_size: 33554432 2024-08-19T10:39:13.117 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.max_write_buffer_number: 2 2024-08-19T10:39:13.117 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.compression: NoCompression 2024-08-19T10:39:13.117 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.bottommost_compression: Disabled 2024-08-19T10:39:13.117 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.prefix_extractor: nullptr 2024-08-19T10:39:13.117 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-08-19T10:39:13.117 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.num_levels: 7 2024-08-19T10:39:13.118 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-08-19T10:39:13.118 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-08-19T10:39:13.118 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-08-19T10:39:13.118 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-08-19T10:39:13.118 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-08-19T10:39:13.118 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-08-19T10:39:13.118 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-08-19T10:39:13.118 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-08-19T10:39:13.118 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-08-19T10:39:13.118 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-08-19T10:39:13.118 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-08-19T10:39:13.118 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-08-19T10:39:13.118 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-08-19T10:39:13.119 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.compression_opts.level: 32767 2024-08-19T10:39:13.119 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.compression_opts.strategy: 0 2024-08-19T10:39:13.119 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-08-19T10:39:13.119 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-08-19T10:39:13.119 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-08-19T10:39:13.119 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-08-19T10:39:13.119 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.compression_opts.enabled: false 2024-08-19T10:39:13.119 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-08-19T10:39:13.119 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-08-19T10:39:13.119 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-08-19T10:39:13.119 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-08-19T10:39:13.119 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.target_file_size_base: 67108864 2024-08-19T10:39:13.120 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-08-19T10:39:13.120 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-08-19T10:39:13.120 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-08-19T10:39:13.120 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-08-19T10:39:13.120 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-08-19T10:39:13.120 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-08-19T10:39:13.120 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-08-19T10:39:13.120 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-08-19T10:39:13.120 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-08-19T10:39:13.120 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-08-19T10:39:13.120 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-08-19T10:39:13.120 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-08-19T10:39:13.120 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-08-19T10:39:13.121 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-08-19T10:39:13.121 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.arena_block_size: 1048576 2024-08-19T10:39:13.121 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-08-19T10:39:13.121 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-08-19T10:39:13.121 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.disable_auto_compactions: 0 2024-08-19T10:39:13.121 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-08-19T10:39:13.121 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-08-19T10:39:13.121 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-08-19T10:39:13.121 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-08-19T10:39:13.121 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-08-19T10:39:13.121 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-08-19T10:39:13.121 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-08-19T10:39:13.121 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-08-19T10:39:13.122 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-08-19T10:39:13.122 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-08-19T10:39:13.122 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-08-19T10:39:13.122 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.inplace_update_support: 0 2024-08-19T10:39:13.122 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-08-19T10:39:13.122 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-08-19T10:39:13.122 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-08-19T10:39:13.122 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-08-19T10:39:13.122 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.bloom_locality: 0 2024-08-19T10:39:13.122 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.max_successive_merges: 0 2024-08-19T10:39:13.122 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-08-19T10:39:13.122 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.paranoid_file_checks: 0 2024-08-19T10:39:13.123 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.force_consistency_checks: 1 2024-08-19T10:39:13.123 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.report_bg_io_stats: 0 2024-08-19T10:39:13.123 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.ttl: 2592000 2024-08-19T10:39:13.123 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-08-19T10:39:13.123 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-08-19T10:39:13.123 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-08-19T10:39:13.123 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.enable_blob_files: false 2024-08-19T10:39:13.123 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.min_blob_size: 0 2024-08-19T10:39:13.123 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.blob_file_size: 268435456 2024-08-19T10:39:13.123 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-08-19T10:39:13.123 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-08-19T10:39:13.123 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-08-19T10:39:13.123 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-08-19T10:39:13.123 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-08-19T10:39:13.124 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.blob_file_starting_level: 0 2024-08-19T10:39:13.124 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.834+0000 7f75fd7aac80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-08-19T10:39:13.124 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.838+0000 7f75fd7aac80 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-08-19T10:39:13.124 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.838+0000 7f75fd7aac80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-08-19T10:39:13.124 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.838+0000 7f75fd7aac80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: a5bdf0b0-1f9f-4f02-9f48-1467cc556ebd 2024-08-19T10:39:13.124 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.838+0000 7f75fd7aac80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1724063952841218, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-08-19T10:39:13.124 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.838+0000 7f75fd7aac80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-08-19T10:39:13.124 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.838+0000 7f75fd7aac80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1724063952842251, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85286, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 256, "table_properties": {"data_size": 83433, "index_size": 237, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 10064, "raw_average_key_size": 46, "raw_value_size": 77645, "raw_average_value_size": 361, "num_data_blocks": 11, "num_entries": 215, "num_filter_entries": 215, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1724063952, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "a5bdf0b0-1f9f-4f02-9f48-1467cc556ebd", "db_session_id": "53AC5T4D6DJO4UD6BMR1", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-08-19T10:39:13.124 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.838+0000 7f75fd7aac80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1724063952842407, "job": 1, "event": "recovery_finished"} 2024-08-19T10:39:13.124 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.838+0000 7f75fd7aac80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-08-19T10:39:13.124 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.838+0000 7f75fd7aac80 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-08-19T10:39:13.124 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.838+0000 7f75fd7aac80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x562bb86d8e00 2024-08-19T10:39:13.124 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.838+0000 7f75fd7aac80 4 rocksdb: DB pointer 0x562bb87da000 2024-08-19T10:39:13.125 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.838+0000 7f75f3572640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-08-19T10:39:13.125 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.838+0000 7f75f3572640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-08-19T10:39:13.125 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: ** DB Stats ** 2024-08-19T10:39:13.125 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: Uptime(secs): 0.0 total, 0.0 interval 2024-08-19T10:39:13.125 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-08-19T10:39:13.125 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-08-19T10:39:13.125 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-08-19T10:39:13.125 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-08-19T10:39:13.125 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-08-19T10:39:13.125 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-08-19T10:39:13.125 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: ** Compaction Stats [default] ** 2024-08-19T10:39:13.125 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: 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-08-19T10:39:13.125 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-08-19T10:39:13.125 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: L0 2/0 85.15 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 127.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-08-19T10:39:13.126 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: Sum 2/0 85.15 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 127.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-08-19T10:39:13.126 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 127.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-08-19T10:39:13.126 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: ** Compaction Stats [default] ** 2024-08-19T10:39:13.126 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: 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-08-19T10:39:13.126 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-08-19T10:39:13.126 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 127.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-08-19T10:39:13.126 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-08-19T10:39:13.126 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: Uptime(secs): 0.0 total, 0.0 interval 2024-08-19T10:39:13.126 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: Flush(GB): cumulative 0.000, interval 0.000 2024-08-19T10:39:13.126 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: AddFile(GB): cumulative 0.000, interval 0.000 2024-08-19T10:39:13.126 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: AddFile(Total Files): cumulative 0, interval 0 2024-08-19T10:39:13.127 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: AddFile(L0 Files): cumulative 0, interval 0 2024-08-19T10:39:13.127 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: AddFile(Keys): cumulative 0, interval 0 2024-08-19T10:39:13.127 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: Cumulative compaction: 0.00 GB write, 20.78 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-08-19T10:39:13.127 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: Interval compaction: 0.00 GB write, 20.78 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-08-19T10:39:13.127 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: 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-08-19T10:39:13.127 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: Block cache BinnedLRUCache@0x562bb86ab610#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2024-08-19T10:39:13.127 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: 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-08-19T10:39:13.127 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: ** File Read Latency Histogram By Level [default] ** 2024-08-19T10:39:13.127 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.838+0000 7f75fd7aac80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0] at bind addrs [v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 094f3c46-5e17-11ef-bccf-c7b262605968 2024-08-19T10:39:13.127 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.842+0000 7f75fd7aac80 1 mon.a@-1(???) e1 preinit fsid 094f3c46-5e17-11ef-bccf-c7b262605968 2024-08-19T10:39:13.127 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.842+0000 7f75fd7aac80 0 mon.a@-1(???).mds e1 new map 2024-08-19T10:39:13.127 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.842+0000 7f75fd7aac80 0 mon.a@-1(???).mds e1 print_map 2024-08-19T10:39:13.127 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: e1 2024-08-19T10:39:13.127 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: btime 2024-08-19T10:39:06:624889+0000 2024-08-19T10:39:13.128 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: enable_multiple, ever_enabled_multiple: 1,1 2024-08-19T10:39:13.128 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: 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-08-19T10:39:13.128 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: legacy client fscid: -1 2024-08-19T10:39:13.128 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: 2024-08-19T10:39:13.128 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: No filesystems configured 2024-08-19T10:39:13.128 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.842+0000 7f75fd7aac80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-08-19T10:39:13.128 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.842+0000 7f75fd7aac80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-08-19T10:39:13.128 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.842+0000 7f75fd7aac80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-08-19T10:39:13.128 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.842+0000 7f75fd7aac80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-08-19T10:39:13.128 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: debug 2024-08-19T10:39:12.842+0000 7f75fd7aac80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-08-19T10:39:13.128 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: cluster 2024-08-19T10:39:12.873463+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-08-19T10:39:13.128 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: cluster 2024-08-19T10:39:12.873463+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-08-19T10:39:13.129 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: cluster 2024-08-19T10:39:12.873651+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-08-19T10:39:13.129 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: cluster 2024-08-19T10:39:12.873651+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-08-19T10:39:13.129 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: cluster 2024-08-19T10:39:12.873708+0000 mon.a (mon.0) 3 : cluster [DBG] fsid 094f3c46-5e17-11ef-bccf-c7b262605968 2024-08-19T10:39:13.129 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: cluster 2024-08-19T10:39:12.873708+0000 mon.a (mon.0) 3 : cluster [DBG] fsid 094f3c46-5e17-11ef-bccf-c7b262605968 2024-08-19T10:39:13.129 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: cluster 2024-08-19T10:39:12.873771+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-08-19T10:39:01.869223+0000 2024-08-19T10:39:13.129 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: cluster 2024-08-19T10:39:12.873771+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-08-19T10:39:01.869223+0000 2024-08-19T10:39:13.129 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: cluster 2024-08-19T10:39:12.873820+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-08-19T10:39:01.869223+0000 2024-08-19T10:39:13.129 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: cluster 2024-08-19T10:39:12.873820+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-08-19T10:39:01.869223+0000 2024-08-19T10:39:13.129 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: cluster 2024-08-19T10:39:12.873867+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-08-19T10:39:13.129 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: cluster 2024-08-19T10:39:12.873867+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-08-19T10:39:13.129 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: cluster 2024-08-19T10:39:12.873917+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-08-19T10:39:13.129 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: cluster 2024-08-19T10:39:12.873917+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-08-19T10:39:13.129 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: cluster 2024-08-19T10:39:12.873964+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0] mon.a 2024-08-19T10:39:13.130 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: cluster 2024-08-19T10:39:12.873964+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0] mon.a 2024-08-19T10:39:13.130 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: cluster 2024-08-19T10:39:12.874525+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-08-19T10:39:13.130 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: cluster 2024-08-19T10:39:12.874525+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-08-19T10:39:13.130 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: cluster 2024-08-19T10:39:12.874644+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-08-19T10:39:13.130 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: cluster 2024-08-19T10:39:12.874644+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-08-19T10:39:13.130 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: cluster 2024-08-19T10:39:12.875343+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-08-19T10:39:13.130 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:12 smithi078 bash[22737]: cluster 2024-08-19T10:39:12.875343+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-08-19T10:39:13.695 INFO:teuthology.orchestra.run.smithi078.stdout:Wrote config to /etc/ceph/ceph.conf 2024-08-19T10:39:13.721 INFO:teuthology.orchestra.run.smithi078.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-08-19T10:39:13.721 INFO:teuthology.orchestra.run.smithi078.stdout:Creating mgr... 2024-08-19T10:39:13.721 INFO:teuthology.orchestra.run.smithi078.stdout:Verifying port 0.0.0.0:9283 ... 2024-08-19T10:39:13.721 INFO:teuthology.orchestra.run.smithi078.stdout:Verifying port 0.0.0.0:8765 ... 2024-08-19T10:39:14.075 INFO:teuthology.orchestra.run.smithi078.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-094f3c46-5e17-11ef-bccf-c7b262605968@mgr.a 2024-08-19T10:39:14.075 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stderr Failed to reset failed state of unit ceph-094f3c46-5e17-11ef-bccf-c7b262605968@mgr.a.service: Unit ceph-094f3c46-5e17-11ef-bccf-c7b262605968@mgr.a.service not loaded. 2024-08-19T10:39:14.079 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:13 smithi078 systemd[1]: /etc/systemd/system/ceph-094f3c46-5e17-11ef-bccf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-08-19T10:39:14.079 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:39:14 smithi078 systemd[1]: /etc/systemd/system/ceph-094f3c46-5e17-11ef-bccf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-08-19T10:39:14.286 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-094f3c46-5e17-11ef-bccf-c7b262605968.target.wants/ceph-094f3c46-5e17-11ef-bccf-c7b262605968@mgr.a.service -> /etc/systemd/system/ceph-094f3c46-5e17-11ef-bccf-c7b262605968@.service. 2024-08-19T10:39:14.295 INFO:teuthology.orchestra.run.smithi078.stdout:firewalld does not appear to be present 2024-08-19T10:39:14.295 INFO:teuthology.orchestra.run.smithi078.stdout:Not possible to enable service . firewalld.service is not available 2024-08-19T10:39:14.295 INFO:teuthology.orchestra.run.smithi078.stdout:firewalld does not appear to be present 2024-08-19T10:39:14.295 INFO:teuthology.orchestra.run.smithi078.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-08-19T10:39:14.295 INFO:teuthology.orchestra.run.smithi078.stdout:Waiting for mgr to start... 2024-08-19T10:39:14.295 INFO:teuthology.orchestra.run.smithi078.stdout:Waiting for mgr... 2024-08-19T10:39:14.392 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:14 smithi078 bash[22737]: audit 2024-08-19T10:39:13.092036+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.78:0/3479126613' entity='client.admin' 2024-08-19T10:39:14.393 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:14 smithi078 bash[22737]: audit 2024-08-19T10:39:13.092036+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.78:0/3479126613' entity='client.admin' 2024-08-19T10:39:14.393 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:14 smithi078 systemd[1]: /etc/systemd/system/ceph-094f3c46-5e17-11ef-bccf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-08-19T10:39:14.393 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:39:14 smithi078 systemd[1]: /etc/systemd/system/ceph-094f3c46-5e17-11ef-bccf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-08-19T10:39:14.393 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:39:14 smithi078 systemd[1]: Started Ceph mgr.a for 094f3c46-5e17-11ef-bccf-c7b262605968. 2024-08-19T10:39:16.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:16 smithi078 bash[22737]: audit 2024-08-19T10:39:16.077066+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.78:0/525745679' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-08-19T10:39:16.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:16 smithi078 bash[22737]: audit 2024-08-19T10:39:16.077066+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.78:0/525745679' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-08-19T10:39:16.640 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout 2024-08-19T10:39:16.640 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout { 2024-08-19T10:39:16.640 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "fsid": "094f3c46-5e17-11ef-bccf-c7b262605968", 2024-08-19T10:39:16.640 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "health": { 2024-08-19T10:39:16.641 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-08-19T10:39:16.641 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-08-19T10:39:16.641 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-08-19T10:39:16.641 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2024-08-19T10:39:16.643 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-08-19T10:39:16.643 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-08-19T10:39:16.643 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout 0 2024-08-19T10:39:16.643 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout ], 2024-08-19T10:39:16.643 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-08-19T10:39:16.643 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "a" 2024-08-19T10:39:16.643 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout ], 2024-08-19T10:39:16.643 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2024-08-19T10:39:16.643 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "monmap": { 2024-08-19T10:39:16.643 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-08-19T10:39:16.644 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-08-19T10:39:16.644 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-08-19T10:39:16.644 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2024-08-19T10:39:16.644 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-08-19T10:39:16.644 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-08-19T10:39:16.644 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-08-19T10:39:16.644 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-08-19T10:39:16.644 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-08-19T10:39:16.644 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-08-19T10:39:16.644 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-08-19T10:39:16.644 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-08-19T10:39:16.647 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2024-08-19T10:39:16.648 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-08-19T10:39:16.648 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-08-19T10:39:16.648 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-08-19T10:39:16.648 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-08-19T10:39:16.648 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-08-19T10:39:16.648 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-08-19T10:39:16.648 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-08-19T10:39:16.648 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-08-19T10:39:16.648 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-08-19T10:39:16.648 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2024-08-19T10:39:16.648 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-08-19T10:39:16.648 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-08-19T10:39:16.648 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "btime": "2024-08-19T10:39:06:624889+0000", 2024-08-19T10:39:16.649 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-08-19T10:39:16.649 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-08-19T10:39:16.649 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2024-08-19T10:39:16.649 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-08-19T10:39:16.649 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "available": false, 2024-08-19T10:39:16.649 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-08-19T10:39:16.649 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "modules": [ 2024-08-19T10:39:16.649 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "iostat", 2024-08-19T10:39:16.649 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "nfs", 2024-08-19T10:39:16.649 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "restful" 2024-08-19T10:39:16.649 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout ], 2024-08-19T10:39:16.649 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "services": {} 2024-08-19T10:39:16.649 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2024-08-19T10:39:16.649 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-08-19T10:39:16.650 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-08-19T10:39:16.650 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "modified": "2024-08-19T10:39:06.625685+0000", 2024-08-19T10:39:16.650 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "services": {} 2024-08-19T10:39:16.650 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2024-08-19T10:39:16.650 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-08-19T10:39:16.650 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout } 2024-08-19T10:39:16.650 INFO:teuthology.orchestra.run.smithi078.stdout:mgr not available, waiting (1/15)... 2024-08-19T10:39:20.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:19 smithi078 bash[22737]: audit 2024-08-19T10:39:19.803388+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.78:0/2237327476' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-08-19T10:39:20.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:19 smithi078 bash[22737]: audit 2024-08-19T10:39:19.803388+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.78:0/2237327476' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-08-19T10:39:20.397 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout 2024-08-19T10:39:20.397 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout { 2024-08-19T10:39:20.397 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "fsid": "094f3c46-5e17-11ef-bccf-c7b262605968", 2024-08-19T10:39:20.397 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "health": { 2024-08-19T10:39:20.397 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-08-19T10:39:20.397 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-08-19T10:39:20.398 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-08-19T10:39:20.398 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2024-08-19T10:39:20.398 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-08-19T10:39:20.398 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-08-19T10:39:20.398 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout 0 2024-08-19T10:39:20.398 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout ], 2024-08-19T10:39:20.398 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-08-19T10:39:20.398 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "a" 2024-08-19T10:39:20.398 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout ], 2024-08-19T10:39:20.398 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-08-19T10:39:20.398 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "monmap": { 2024-08-19T10:39:20.398 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-08-19T10:39:20.398 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-08-19T10:39:20.398 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-08-19T10:39:20.399 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2024-08-19T10:39:20.399 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-08-19T10:39:20.399 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-08-19T10:39:20.399 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-08-19T10:39:20.399 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-08-19T10:39:20.399 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-08-19T10:39:20.399 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-08-19T10:39:20.399 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-08-19T10:39:20.399 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-08-19T10:39:20.402 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2024-08-19T10:39:20.403 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-08-19T10:39:20.403 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-08-19T10:39:20.403 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-08-19T10:39:20.403 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-08-19T10:39:20.403 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-08-19T10:39:20.403 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-08-19T10:39:20.403 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-08-19T10:39:20.403 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-08-19T10:39:20.403 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-08-19T10:39:20.403 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2024-08-19T10:39:20.403 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-08-19T10:39:20.403 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-08-19T10:39:20.403 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "btime": "2024-08-19T10:39:06:624889+0000", 2024-08-19T10:39:20.404 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-08-19T10:39:20.404 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-08-19T10:39:20.404 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2024-08-19T10:39:20.404 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-08-19T10:39:20.404 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "available": false, 2024-08-19T10:39:20.404 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-08-19T10:39:20.404 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "modules": [ 2024-08-19T10:39:20.404 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "iostat", 2024-08-19T10:39:20.404 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "nfs", 2024-08-19T10:39:20.404 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "restful" 2024-08-19T10:39:20.404 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout ], 2024-08-19T10:39:20.404 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "services": {} 2024-08-19T10:39:20.404 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2024-08-19T10:39:20.404 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-08-19T10:39:20.404 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-08-19T10:39:20.405 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "modified": "2024-08-19T10:39:06.625685+0000", 2024-08-19T10:39:20.405 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "services": {} 2024-08-19T10:39:20.405 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2024-08-19T10:39:20.405 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-08-19T10:39:20.405 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout } 2024-08-19T10:39:20.405 INFO:teuthology.orchestra.run.smithi078.stdout:mgr not available, waiting (2/15)... 2024-08-19T10:39:22.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:21 smithi078 bash[22737]: cluster 2024-08-19T10:39:21.852070+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon a 2024-08-19T10:39:22.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:21 smithi078 bash[22737]: cluster 2024-08-19T10:39:21.852070+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon a 2024-08-19T10:39:22.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:21 smithi078 bash[22737]: cluster 2024-08-19T10:39:21.859352+0000 mon.a (mon.0) 16 : cluster [DBG] mgrmap e2: a(active, starting, since 0.0078226s) 2024-08-19T10:39:22.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:21 smithi078 bash[22737]: cluster 2024-08-19T10:39:21.859352+0000 mon.a (mon.0) 16 : cluster [DBG] mgrmap e2: a(active, starting, since 0.0078226s) 2024-08-19T10:39:22.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:21 smithi078 bash[22737]: audit 2024-08-19T10:39:21.860762+0000 mon.a (mon.0) 17 : audit [DBG] from='mgr.14100 172.21.15.78:0/4256451897' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-08-19T10:39:22.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:21 smithi078 bash[22737]: audit 2024-08-19T10:39:21.860762+0000 mon.a (mon.0) 17 : audit [DBG] from='mgr.14100 172.21.15.78:0/4256451897' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-08-19T10:39:22.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:21 smithi078 bash[22737]: audit 2024-08-19T10:39:21.860881+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.78:0/4256451897' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-08-19T10:39:22.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:21 smithi078 bash[22737]: audit 2024-08-19T10:39:21.860881+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.78:0/4256451897' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-08-19T10:39:22.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:21 smithi078 bash[22737]: audit 2024-08-19T10:39:21.861934+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.78:0/4256451897' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-08-19T10:39:22.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:21 smithi078 bash[22737]: audit 2024-08-19T10:39:21.861934+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.78:0/4256451897' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-08-19T10:39:22.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:21 smithi078 bash[22737]: audit 2024-08-19T10:39:21.862055+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.78:0/4256451897' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-08-19T10:39:22.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:21 smithi078 bash[22737]: audit 2024-08-19T10:39:21.862055+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.78:0/4256451897' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-08-19T10:39:22.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:21 smithi078 bash[22737]: audit 2024-08-19T10:39:21.862224+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.78:0/4256451897' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-08-19T10:39:22.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:21 smithi078 bash[22737]: audit 2024-08-19T10:39:21.862224+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.78:0/4256451897' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-08-19T10:39:22.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:21 smithi078 bash[22737]: cluster 2024-08-19T10:39:21.886924+0000 mon.a (mon.0) 22 : cluster [INF] Manager daemon a is now available 2024-08-19T10:39:22.262 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:21 smithi078 bash[22737]: cluster 2024-08-19T10:39:21.886924+0000 mon.a (mon.0) 22 : cluster [INF] Manager daemon a is now available 2024-08-19T10:39:22.262 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:21 smithi078 bash[22737]: audit 2024-08-19T10:39:21.897861+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.14100 172.21.15.78:0/4256451897' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-08-19T10:39:22.262 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:21 smithi078 bash[22737]: audit 2024-08-19T10:39:21.897861+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.14100 172.21.15.78:0/4256451897' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-08-19T10:39:22.262 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:21 smithi078 bash[22737]: audit 2024-08-19T10:39:21.900157+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.78:0/4256451897' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-08-19T10:39:22.262 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:21 smithi078 bash[22737]: audit 2024-08-19T10:39:21.900157+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.78:0/4256451897' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-08-19T10:39:23.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:22 smithi078 bash[22737]: audit 2024-08-19T10:39:21.903470+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.78:0/4256451897' entity='mgr.a' 2024-08-19T10:39:23.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:22 smithi078 bash[22737]: audit 2024-08-19T10:39:21.903470+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.78:0/4256451897' entity='mgr.a' 2024-08-19T10:39:23.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:22 smithi078 bash[22737]: audit 2024-08-19T10:39:21.915459+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.78:0/4256451897' entity='mgr.a' 2024-08-19T10:39:23.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:22 smithi078 bash[22737]: audit 2024-08-19T10:39:21.915459+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.78:0/4256451897' entity='mgr.a' 2024-08-19T10:39:23.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:22 smithi078 bash[22737]: audit 2024-08-19T10:39:21.920930+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.78:0/4256451897' entity='mgr.a' 2024-08-19T10:39:23.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:22 smithi078 bash[22737]: audit 2024-08-19T10:39:21.920930+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.78:0/4256451897' entity='mgr.a' 2024-08-19T10:39:23.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:22 smithi078 bash[22737]: cluster 2024-08-19T10:39:22.869238+0000 mon.a (mon.0) 28 : cluster [DBG] mgrmap e3: a(active, since 1.01771s) 2024-08-19T10:39:23.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:22 smithi078 bash[22737]: cluster 2024-08-19T10:39:22.869238+0000 mon.a (mon.0) 28 : cluster [DBG] mgrmap e3: a(active, since 1.01771s) 2024-08-19T10:39:24.641 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout 2024-08-19T10:39:24.641 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout { 2024-08-19T10:39:24.641 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "fsid": "094f3c46-5e17-11ef-bccf-c7b262605968", 2024-08-19T10:39:24.642 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "health": { 2024-08-19T10:39:24.642 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-08-19T10:39:24.642 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-08-19T10:39:24.642 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-08-19T10:39:24.642 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2024-08-19T10:39:24.642 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-08-19T10:39:24.642 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-08-19T10:39:24.642 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout 0 2024-08-19T10:39:24.642 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout ], 2024-08-19T10:39:24.642 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-08-19T10:39:24.642 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "a" 2024-08-19T10:39:24.642 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout ], 2024-08-19T10:39:24.642 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "quorum_age": 11, 2024-08-19T10:39:24.643 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "monmap": { 2024-08-19T10:39:24.643 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-08-19T10:39:24.643 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-08-19T10:39:24.643 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-08-19T10:39:24.643 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2024-08-19T10:39:24.643 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-08-19T10:39:24.643 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-08-19T10:39:24.643 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-08-19T10:39:24.643 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-08-19T10:39:24.643 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-08-19T10:39:24.643 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-08-19T10:39:24.643 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-08-19T10:39:24.643 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-08-19T10:39:24.646 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2024-08-19T10:39:24.647 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-08-19T10:39:24.647 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-08-19T10:39:24.647 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-08-19T10:39:24.647 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-08-19T10:39:24.647 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-08-19T10:39:24.647 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-08-19T10:39:24.647 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-08-19T10:39:24.647 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-08-19T10:39:24.647 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-08-19T10:39:24.647 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2024-08-19T10:39:24.647 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-08-19T10:39:24.647 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-08-19T10:39:24.647 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "btime": "2024-08-19T10:39:06:624889+0000", 2024-08-19T10:39:24.647 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-08-19T10:39:24.648 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-08-19T10:39:24.648 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2024-08-19T10:39:24.648 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-08-19T10:39:24.648 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "available": true, 2024-08-19T10:39:24.648 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-08-19T10:39:24.648 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "modules": [ 2024-08-19T10:39:24.648 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "iostat", 2024-08-19T10:39:24.648 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "nfs", 2024-08-19T10:39:24.648 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "restful" 2024-08-19T10:39:24.648 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout ], 2024-08-19T10:39:24.648 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "services": {} 2024-08-19T10:39:24.648 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2024-08-19T10:39:24.648 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-08-19T10:39:24.648 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-08-19T10:39:24.649 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "modified": "2024-08-19T10:39:06.625685+0000", 2024-08-19T10:39:24.649 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "services": {} 2024-08-19T10:39:24.649 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2024-08-19T10:39:24.649 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-08-19T10:39:24.649 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout } 2024-08-19T10:39:24.649 INFO:teuthology.orchestra.run.smithi078.stdout:mgr is available 2024-08-19T10:39:25.009 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:24 smithi078 bash[22737]: cluster 2024-08-19T10:39:23.915488+0000 mon.a (mon.0) 29 : cluster [DBG] mgrmap e4: a(active, since 2s) 2024-08-19T10:39:25.009 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:24 smithi078 bash[22737]: cluster 2024-08-19T10:39:23.915488+0000 mon.a (mon.0) 29 : cluster [DBG] mgrmap e4: a(active, since 2s) 2024-08-19T10:39:25.009 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:24 smithi078 bash[22737]: audit 2024-08-19T10:39:24.099329+0000 mon.a (mon.0) 30 : audit [DBG] from='client.? 172.21.15.78:0/1622915349' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-08-19T10:39:25.010 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:24 smithi078 bash[22737]: audit 2024-08-19T10:39:24.099329+0000 mon.a (mon.0) 30 : audit [DBG] from='client.? 172.21.15.78:0/1622915349' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-08-19T10:39:26.061 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:26 smithi078 bash[22737]: audit 2024-08-19T10:39:26.008756+0000 mon.a (mon.0) 31 : audit [INF] from='client.? 172.21.15.78:0/2990661314' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-08-19T10:39:26.061 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:26 smithi078 bash[22737]: audit 2024-08-19T10:39:26.008756+0000 mon.a (mon.0) 31 : audit [INF] from='client.? 172.21.15.78:0/2990661314' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-08-19T10:39:26.061 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:26 smithi078 bash[22737]: audit 2024-08-19T10:39:26.012021+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.78:0/2990661314' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-08-19T10:39:26.061 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:26 smithi078 bash[22737]: audit 2024-08-19T10:39:26.012021+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.78:0/2990661314' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-08-19T10:39:26.579 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout 2024-08-19T10:39:26.579 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout [global] 2024-08-19T10:39:26.580 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout fsid = 094f3c46-5e17-11ef-bccf-c7b262605968 2024-08-19T10:39:26.580 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-08-19T10:39:26.580 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.78:3300,v1:172.21.15.78:6789] 2024-08-19T10:39:26.580 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-08-19T10:39:26.580 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-08-19T10:39:26.580 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-08-19T10:39:26.580 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-08-19T10:39:26.580 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout 2024-08-19T10:39:26.580 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout [mgr] 2024-08-19T10:39:26.580 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-08-19T10:39:26.580 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout 2024-08-19T10:39:26.580 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout [osd] 2024-08-19T10:39:26.580 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-08-19T10:39:26.581 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-08-19T10:39:26.581 INFO:teuthology.orchestra.run.smithi078.stdout:Enabling cephadm module... 2024-08-19T10:39:28.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:28 smithi078 bash[22737]: audit 2024-08-19T10:39:28.045522+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.78:0/3108923002' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2024-08-19T10:39:28.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:28 smithi078 bash[22737]: audit 2024-08-19T10:39:28.045522+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.78:0/3108923002' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2024-08-19T10:39:28.510 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:39:28 smithi078 bash[22990]: ignoring --setuser ceph since I am not root 2024-08-19T10:39:28.510 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:39:28 smithi078 bash[22990]: ignoring --setgroup ceph since I am not root 2024-08-19T10:39:29.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:29 smithi078 bash[22737]: audit 2024-08-19T10:39:28.097484+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.78:0/3108923002' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-08-19T10:39:29.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:29 smithi078 bash[22737]: audit 2024-08-19T10:39:28.097484+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.78:0/3108923002' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-08-19T10:39:29.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:29 smithi078 bash[22737]: cluster 2024-08-19T10:39:28.100338+0000 mon.a (mon.0) 35 : cluster [DBG] mgrmap e5: a(active, since 6s) 2024-08-19T10:39:29.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:29 smithi078 bash[22737]: cluster 2024-08-19T10:39:28.100338+0000 mon.a (mon.0) 35 : cluster [DBG] mgrmap e5: a(active, since 6s) 2024-08-19T10:39:30.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:30 smithi078 bash[22737]: audit 2024-08-19T10:39:30.097200+0000 mon.a (mon.0) 36 : audit [DBG] from='client.? 172.21.15.78:0/155051933' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-08-19T10:39:30.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:30 smithi078 bash[22737]: audit 2024-08-19T10:39:30.097200+0000 mon.a (mon.0) 36 : audit [DBG] from='client.? 172.21.15.78:0/155051933' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-08-19T10:39:30.657 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout { 2024-08-19T10:39:30.657 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-08-19T10:39:30.657 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "available": true, 2024-08-19T10:39:30.657 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-08-19T10:39:30.657 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-08-19T10:39:30.658 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout } 2024-08-19T10:39:30.658 INFO:teuthology.orchestra.run.smithi078.stdout:Waiting for the mgr to restart... 2024-08-19T10:39:30.658 INFO:teuthology.orchestra.run.smithi078.stdout:Waiting for mgr epoch 5... 2024-08-19T10:39:34.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:34 smithi078 bash[22737]: cluster 2024-08-19T10:39:34.075152+0000 mon.a (mon.0) 37 : cluster [INF] Active manager daemon a restarted 2024-08-19T10:39:34.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:34 smithi078 bash[22737]: cluster 2024-08-19T10:39:34.075152+0000 mon.a (mon.0) 37 : cluster [INF] Active manager daemon a restarted 2024-08-19T10:39:34.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:34 smithi078 bash[22737]: cluster 2024-08-19T10:39:34.075598+0000 mon.a (mon.0) 38 : cluster [INF] Activating manager daemon a 2024-08-19T10:39:34.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:34 smithi078 bash[22737]: cluster 2024-08-19T10:39:34.075598+0000 mon.a (mon.0) 38 : cluster [INF] Activating manager daemon a 2024-08-19T10:39:34.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:34 smithi078 bash[22737]: cluster 2024-08-19T10:39:34.082952+0000 mon.a (mon.0) 39 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-08-19T10:39:34.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:34 smithi078 bash[22737]: cluster 2024-08-19T10:39:34.082952+0000 mon.a (mon.0) 39 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-08-19T10:39:34.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:34 smithi078 bash[22737]: cluster 2024-08-19T10:39:34.083207+0000 mon.a (mon.0) 40 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00779053s) 2024-08-19T10:39:34.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:34 smithi078 bash[22737]: cluster 2024-08-19T10:39:34.083207+0000 mon.a (mon.0) 40 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00779053s) 2024-08-19T10:39:34.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:34 smithi078 bash[22737]: audit 2024-08-19T10:39:34.085730+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.14118 172.21.15.78:0/2753420247' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-08-19T10:39:34.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:34 smithi078 bash[22737]: audit 2024-08-19T10:39:34.085730+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.14118 172.21.15.78:0/2753420247' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-08-19T10:39:34.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:34 smithi078 bash[22737]: audit 2024-08-19T10:39:34.086740+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14118 172.21.15.78:0/2753420247' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-08-19T10:39:34.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:34 smithi078 bash[22737]: audit 2024-08-19T10:39:34.086740+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14118 172.21.15.78:0/2753420247' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-08-19T10:39:34.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:34 smithi078 bash[22737]: audit 2024-08-19T10:39:34.088003+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14118 172.21.15.78:0/2753420247' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-08-19T10:39:34.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:34 smithi078 bash[22737]: audit 2024-08-19T10:39:34.088003+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14118 172.21.15.78:0/2753420247' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-08-19T10:39:34.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:34 smithi078 bash[22737]: audit 2024-08-19T10:39:34.088140+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14118 172.21.15.78:0/2753420247' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-08-19T10:39:34.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:34 smithi078 bash[22737]: audit 2024-08-19T10:39:34.088140+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14118 172.21.15.78:0/2753420247' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-08-19T10:39:34.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:34 smithi078 bash[22737]: audit 2024-08-19T10:39:34.088278+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14118 172.21.15.78:0/2753420247' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-08-19T10:39:34.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:34 smithi078 bash[22737]: audit 2024-08-19T10:39:34.088278+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14118 172.21.15.78:0/2753420247' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-08-19T10:39:34.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:34 smithi078 bash[22737]: cluster 2024-08-19T10:39:34.119634+0000 mon.a (mon.0) 46 : cluster [INF] Manager daemon a is now available 2024-08-19T10:39:34.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:34 smithi078 bash[22737]: cluster 2024-08-19T10:39:34.119634+0000 mon.a (mon.0) 46 : cluster [INF] Manager daemon a is now available 2024-08-19T10:39:35.744 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout { 2024-08-19T10:39:35.744 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-08-19T10:39:35.744 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "initialized": true 2024-08-19T10:39:35.744 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout } 2024-08-19T10:39:35.744 INFO:teuthology.orchestra.run.smithi078.stdout:mgr epoch 5 is available 2024-08-19T10:39:35.744 INFO:teuthology.orchestra.run.smithi078.stdout:Setting orchestrator backend to cephadm... 2024-08-19T10:39:36.010 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:39:35 smithi078 bash[22990]: debug 2024-08-19T10:39:35.822+0000 7ff324775640 -1 log_channel(cephadm) log [ERR] : [19/Aug/2024:10:39:35] ENGINE Error in HTTPServer.serve 2024-08-19T10:39:36.010 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:39:35 smithi078 bash[22990]: Traceback (most recent call last): 2024-08-19T10:39:36.010 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:39:35 smithi078 bash[22990]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-08-19T10:39:36.011 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:39:35 smithi078 bash[22990]: self._connections.run(self.expiration_interval) 2024-08-19T10:39:36.011 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:39:35 smithi078 bash[22990]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-08-19T10:39:36.011 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:39:35 smithi078 bash[22990]: self._run(expiration_interval) 2024-08-19T10:39:36.011 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:39:35 smithi078 bash[22990]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-08-19T10:39:36.011 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:39:35 smithi078 bash[22990]: new_conn = self._from_server_socket(self.server.socket) 2024-08-19T10:39:36.011 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:39:35 smithi078 bash[22990]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-08-19T10:39:36.011 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:39:35 smithi078 bash[22990]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-08-19T10:39:36.011 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:39:35 smithi078 bash[22990]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-08-19T10:39:36.011 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:39:35 smithi078 bash[22990]: s = self.context.wrap_socket( 2024-08-19T10:39:36.011 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:39:35 smithi078 bash[22990]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-08-19T10:39:36.011 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:39:35 smithi078 bash[22990]: return self.sslsocket_class._create( 2024-08-19T10:39:36.012 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:39:35 smithi078 bash[22990]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-08-19T10:39:36.012 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:39:35 smithi078 bash[22990]: self.do_handshake() 2024-08-19T10:39:36.012 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:39:35 smithi078 bash[22990]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-08-19T10:39:36.012 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:39:35 smithi078 bash[22990]: self._sslobj.do_handshake() 2024-08-19T10:39:36.012 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:39:35 smithi078 bash[22990]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-08-19T10:39:36.012 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:35 smithi078 bash[22737]: audit 2024-08-19T10:39:34.731217+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.14118 172.21.15.78:0/2753420247' entity='mgr.a' 2024-08-19T10:39:36.012 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:35 smithi078 bash[22737]: audit 2024-08-19T10:39:34.731217+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.14118 172.21.15.78:0/2753420247' entity='mgr.a' 2024-08-19T10:39:36.012 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:35 smithi078 bash[22737]: audit 2024-08-19T10:39:34.736692+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14118 172.21.15.78:0/2753420247' entity='mgr.a' 2024-08-19T10:39:36.012 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:35 smithi078 bash[22737]: audit 2024-08-19T10:39:34.736692+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14118 172.21.15.78:0/2753420247' entity='mgr.a' 2024-08-19T10:39:36.013 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:35 smithi078 bash[22737]: cephadm 2024-08-19T10:39:34.737529+0000 mgr.a (mgr.14118) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-08-19T10:39:36.013 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:35 smithi078 bash[22737]: cephadm 2024-08-19T10:39:34.737529+0000 mgr.a (mgr.14118) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-08-19T10:39:36.013 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:35 smithi078 bash[22737]: audit 2024-08-19T10:39:34.741258+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14118 172.21.15.78:0/2753420247' entity='mgr.a' 2024-08-19T10:39:36.013 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:35 smithi078 bash[22737]: audit 2024-08-19T10:39:34.741258+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14118 172.21.15.78:0/2753420247' entity='mgr.a' 2024-08-19T10:39:36.013 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:35 smithi078 bash[22737]: audit 2024-08-19T10:39:34.745522+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14118 172.21.15.78:0/2753420247' entity='mgr.a' 2024-08-19T10:39:36.013 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:35 smithi078 bash[22737]: audit 2024-08-19T10:39:34.745522+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14118 172.21.15.78:0/2753420247' entity='mgr.a' 2024-08-19T10:39:36.013 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:35 smithi078 bash[22737]: audit 2024-08-19T10:39:34.750516+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.14118 172.21.15.78:0/2753420247' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:39:36.013 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:35 smithi078 bash[22737]: audit 2024-08-19T10:39:34.750516+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.14118 172.21.15.78:0/2753420247' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:39:36.013 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:35 smithi078 bash[22737]: audit 2024-08-19T10:39:34.752857+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.14118 172.21.15.78:0/2753420247' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:39:36.013 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:35 smithi078 bash[22737]: audit 2024-08-19T10:39:34.752857+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.14118 172.21.15.78:0/2753420247' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:39:36.013 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:35 smithi078 bash[22737]: audit 2024-08-19T10:39:34.762037+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14118 172.21.15.78:0/2753420247' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-08-19T10:39:36.013 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:35 smithi078 bash[22737]: audit 2024-08-19T10:39:34.762037+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14118 172.21.15.78:0/2753420247' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-08-19T10:39:36.014 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:35 smithi078 bash[22737]: audit 2024-08-19T10:39:34.764753+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14118 172.21.15.78:0/2753420247' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-08-19T10:39:36.014 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:35 smithi078 bash[22737]: audit 2024-08-19T10:39:34.764753+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14118 172.21.15.78:0/2753420247' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-08-19T10:39:36.014 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:35 smithi078 bash[22737]: audit 2024-08-19T10:39:35.085530+0000 mgr.a (mgr.14118) 2 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-08-19T10:39:36.014 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:35 smithi078 bash[22737]: audit 2024-08-19T10:39:35.085530+0000 mgr.a (mgr.14118) 2 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-08-19T10:39:36.014 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:35 smithi078 bash[22737]: cluster 2024-08-19T10:39:35.088034+0000 mon.a (mon.0) 55 : cluster [DBG] mgrmap e7: a(active, since 1.01262s) 2024-08-19T10:39:36.014 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:35 smithi078 bash[22737]: cluster 2024-08-19T10:39:35.088034+0000 mon.a (mon.0) 55 : cluster [DBG] mgrmap e7: a(active, since 1.01262s) 2024-08-19T10:39:36.014 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:35 smithi078 bash[22737]: audit 2024-08-19T10:39:35.101601+0000 mgr.a (mgr.14118) 3 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-08-19T10:39:36.014 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:35 smithi078 bash[22737]: audit 2024-08-19T10:39:35.101601+0000 mgr.a (mgr.14118) 3 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-08-19T10:39:37.010 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:36 smithi078 bash[22737]: cephadm 2024-08-19T10:39:35.602443+0000 mgr.a (mgr.14118) 4 : cephadm [INF] [19/Aug/2024:10:39:35] ENGINE Bus STARTING 2024-08-19T10:39:37.011 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:36 smithi078 bash[22737]: cephadm 2024-08-19T10:39:35.602443+0000 mgr.a (mgr.14118) 4 : cephadm [INF] [19/Aug/2024:10:39:35] ENGINE Bus STARTING 2024-08-19T10:39:37.011 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:36 smithi078 bash[22737]: cephadm 2024-08-19T10:39:35.704248+0000 mgr.a (mgr.14118) 5 : cephadm [INF] [19/Aug/2024:10:39:35] ENGINE Serving on http://172.21.15.78:8765 2024-08-19T10:39:37.011 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:36 smithi078 bash[22737]: cephadm 2024-08-19T10:39:35.704248+0000 mgr.a (mgr.14118) 5 : cephadm [INF] [19/Aug/2024:10:39:35] ENGINE Serving on http://172.21.15.78:8765 2024-08-19T10:39:37.011 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:36 smithi078 bash[22737]: cephadm 2024-08-19T10:39:35.823963+0000 mgr.a (mgr.14118) 6 : cephadm [INF] [19/Aug/2024:10:39:35] ENGINE Serving on https://172.21.15.78:7150 2024-08-19T10:39:37.011 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:36 smithi078 bash[22737]: cephadm 2024-08-19T10:39:35.823963+0000 mgr.a (mgr.14118) 6 : cephadm [INF] [19/Aug/2024:10:39:35] ENGINE Serving on https://172.21.15.78:7150 2024-08-19T10:39:37.011 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:36 smithi078 bash[22737]: cephadm 2024-08-19T10:39:35.824154+0000 mgr.a (mgr.14118) 7 : cephadm [INF] [19/Aug/2024:10:39:35] ENGINE Bus STARTED 2024-08-19T10:39:37.011 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:36 smithi078 bash[22737]: cephadm 2024-08-19T10:39:35.824154+0000 mgr.a (mgr.14118) 7 : cephadm [INF] [19/Aug/2024:10:39:35] ENGINE Bus STARTED 2024-08-19T10:39:37.011 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:36 smithi078 bash[22737]: audit 2024-08-19T10:39:35.824939+0000 mon.a (mon.0) 56 : audit [DBG] from='mgr.14118 172.21.15.78:0/2753420247' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:39:37.011 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:36 smithi078 bash[22737]: audit 2024-08-19T10:39:35.824939+0000 mon.a (mon.0) 56 : audit [DBG] from='mgr.14118 172.21.15.78:0/2753420247' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:39:37.012 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:36 smithi078 bash[22737]: cephadm 2024-08-19T10:39:35.828286+0000 mgr.a (mgr.14118) 8 : cephadm [ERR] [19/Aug/2024:10:39:35] ENGINE Error in HTTPServer.serve 2024-08-19T10:39:37.012 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:36 smithi078 bash[22737]: Traceback (most recent call last): 2024-08-19T10:39:37.012 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:36 smithi078 bash[22737]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-08-19T10:39:37.012 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:36 smithi078 bash[22737]: self._connections.run(self.expiration_interval) 2024-08-19T10:39:37.012 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:36 smithi078 bash[22737]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-08-19T10:39:37.012 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:36 smithi078 bash[22737]: self._run(expiration_interval) 2024-08-19T10:39:37.012 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:36 smithi078 bash[22737]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-08-19T10:39:37.012 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:36 smithi078 bash[22737]: new_conn = self._from_server_socket(self.server.socket) 2024-08-19T10:39:37.012 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:36 smithi078 bash[22737]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-08-19T10:39:37.012 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:36 smithi078 bash[22737]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-08-19T10:39:37.012 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:36 smithi078 bash[22737]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-08-19T10:39:37.012 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:36 smithi078 bash[22737]: s = self.context.wrap_socket( 2024-08-19T10:39:37.012 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:36 smithi078 bash[22737]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-08-19T10:39:37.012 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:36 smithi078 bash[22737]: return self.sslsocket_class._create( 2024-08-19T10:39:37.013 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:36 smithi078 bash[22737]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-08-19T10:39:37.013 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:36 smithi078 bash[22737]: self.do_handshake() 2024-08-19T10:39:37.013 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:36 smithi078 bash[22737]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-08-19T10:39:37.013 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:36 smithi078 bash[22737]: self._sslobj.do_handshake() 2024-08-19T10:39:37.013 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:36 smithi078 bash[22737]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-08-19T10:39:37.013 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:36 smithi078 bash[22737]: cephadm 2024-08-19T10:39:35.828286+0000 mgr.a (mgr.14118) 8 : cephadm [ERR] [19/Aug/2024:10:39:35] ENGINE Error in HTTPServer.serve 2024-08-19T10:39:37.013 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:36 smithi078 bash[22737]: Traceback (most recent call last): 2024-08-19T10:39:37.013 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:36 smithi078 bash[22737]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-08-19T10:39:37.013 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:36 smithi078 bash[22737]: self._connections.run(self.expiration_interval) 2024-08-19T10:39:37.013 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:36 smithi078 bash[22737]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-08-19T10:39:37.013 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:36 smithi078 bash[22737]: self._run(expiration_interval) 2024-08-19T10:39:37.013 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:36 smithi078 bash[22737]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-08-19T10:39:37.014 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:36 smithi078 bash[22737]: new_conn = self._from_server_socket(self.server.socket) 2024-08-19T10:39:37.014 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:36 smithi078 bash[22737]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-08-19T10:39:37.014 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:36 smithi078 bash[22737]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-08-19T10:39:37.014 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:36 smithi078 bash[22737]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-08-19T10:39:37.014 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:36 smithi078 bash[22737]: s = self.context.wrap_socket( 2024-08-19T10:39:37.014 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:36 smithi078 bash[22737]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-08-19T10:39:37.014 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:36 smithi078 bash[22737]: return self.sslsocket_class._create( 2024-08-19T10:39:37.014 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:36 smithi078 bash[22737]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-08-19T10:39:37.014 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:36 smithi078 bash[22737]: self.do_handshake() 2024-08-19T10:39:37.014 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:36 smithi078 bash[22737]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-08-19T10:39:37.014 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:36 smithi078 bash[22737]: self._sslobj.do_handshake() 2024-08-19T10:39:37.014 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:36 smithi078 bash[22737]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-08-19T10:39:38.010 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:37 smithi078 bash[22737]: cluster 2024-08-19T10:39:36.738178+0000 mon.a (mon.0) 57 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-08-19T10:39:38.010 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:37 smithi078 bash[22737]: cluster 2024-08-19T10:39:36.738178+0000 mon.a (mon.0) 57 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-08-19T10:39:38.010 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:37 smithi078 bash[22737]: audit 2024-08-19T10:39:37.246180+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.14118 172.21.15.78:0/2753420247' entity='mgr.a' 2024-08-19T10:39:38.010 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:37 smithi078 bash[22737]: audit 2024-08-19T10:39:37.246180+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.14118 172.21.15.78:0/2753420247' entity='mgr.a' 2024-08-19T10:39:38.010 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:37 smithi078 bash[22737]: audit 2024-08-19T10:39:37.260552+0000 mon.a (mon.0) 59 : audit [DBG] from='mgr.14118 172.21.15.78:0/2753420247' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:39:38.010 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:37 smithi078 bash[22737]: audit 2024-08-19T10:39:37.260552+0000 mon.a (mon.0) 59 : audit [DBG] from='mgr.14118 172.21.15.78:0/2753420247' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:39:39.010 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:38 smithi078 bash[22737]: audit 2024-08-19T10:39:37.240425+0000 mgr.a (mgr.14118) 9 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:39:39.010 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:38 smithi078 bash[22737]: audit 2024-08-19T10:39:37.240425+0000 mgr.a (mgr.14118) 9 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:39:39.829 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout value unchanged 2024-08-19T10:39:39.829 INFO:teuthology.orchestra.run.smithi078.stdout:Generating ssh key... 2024-08-19T10:39:40.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:40 smithi078 bash[22737]: audit 2024-08-19T10:39:39.211158+0000 mgr.a (mgr.14118) 10 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:39:40.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:40 smithi078 bash[22737]: audit 2024-08-19T10:39:39.211158+0000 mgr.a (mgr.14118) 10 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:39:41.510 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:39:41 smithi078 bash[22990]: Generating public/private rsa key pair. 2024-08-19T10:39:41.510 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:39:41 smithi078 bash[22990]: Your identification has been saved in /tmp/tmp81rs2es0/key 2024-08-19T10:39:41.510 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:39:41 smithi078 bash[22990]: Your public key has been saved in /tmp/tmp81rs2es0/key.pub 2024-08-19T10:39:41.510 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:39:41 smithi078 bash[22990]: The key fingerprint is: 2024-08-19T10:39:41.510 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:39:41 smithi078 bash[22990]: SHA256:Z40Mv8mohd5ahHcwdtFxcDmxmwL4VPQxkkRnCs1YhGo ceph-094f3c46-5e17-11ef-bccf-c7b262605968 2024-08-19T10:39:41.510 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:39:41 smithi078 bash[22990]: The key's randomart image is: 2024-08-19T10:39:41.511 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:39:41 smithi078 bash[22990]: +---[RSA 3072]----+ 2024-08-19T10:39:41.511 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:39:41 smithi078 bash[22990]: | o%@+Oo | 2024-08-19T10:39:41.511 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:39:41 smithi078 bash[22990]: | .o+=Oo+ | 2024-08-19T10:39:41.511 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:39:41 smithi078 bash[22990]: | *.+ . o. | 2024-08-19T10:39:41.511 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:39:41 smithi078 bash[22990]: | oEX + o | 2024-08-19T10:39:41.511 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:39:41 smithi078 bash[22990]: | ..S O o o | 2024-08-19T10:39:41.511 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:39:41 smithi078 bash[22990]: | + * o . | 2024-08-19T10:39:41.511 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:39:41 smithi078 bash[22990]: | . + + | 2024-08-19T10:39:41.511 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:39:41 smithi078 bash[22990]: | . = | 2024-08-19T10:39:41.511 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:39:41 smithi078 bash[22990]: | +.. | 2024-08-19T10:39:41.511 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:39:41 smithi078 bash[22990]: +----[SHA256]-----+ 2024-08-19T10:39:42.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:42 smithi078 bash[22737]: audit 2024-08-19T10:39:41.158193+0000 mgr.a (mgr.14118) 11 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:39:42.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:42 smithi078 bash[22737]: audit 2024-08-19T10:39:41.158193+0000 mgr.a (mgr.14118) 11 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:39:42.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:42 smithi078 bash[22737]: cephadm 2024-08-19T10:39:41.158572+0000 mgr.a (mgr.14118) 12 : cephadm [INF] Generating ssh key... 2024-08-19T10:39:42.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:42 smithi078 bash[22737]: cephadm 2024-08-19T10:39:41.158572+0000 mgr.a (mgr.14118) 12 : cephadm [INF] Generating ssh key... 2024-08-19T10:39:42.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:42 smithi078 bash[22737]: audit 2024-08-19T10:39:41.238728+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14118 172.21.15.78:0/2753420247' entity='mgr.a' 2024-08-19T10:39:42.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:42 smithi078 bash[22737]: audit 2024-08-19T10:39:41.238728+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14118 172.21.15.78:0/2753420247' entity='mgr.a' 2024-08-19T10:39:42.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:42 smithi078 bash[22737]: audit 2024-08-19T10:39:41.243781+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14118 172.21.15.78:0/2753420247' entity='mgr.a' 2024-08-19T10:39:42.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:42 smithi078 bash[22737]: audit 2024-08-19T10:39:41.243781+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14118 172.21.15.78:0/2753420247' entity='mgr.a' 2024-08-19T10:39:43.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:43 smithi078 bash[22737]: audit 2024-08-19T10:39:43.100877+0000 mgr.a (mgr.14118) 13 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:39:43.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:43 smithi078 bash[22737]: audit 2024-08-19T10:39:43.100877+0000 mgr.a (mgr.14118) 13 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:39:43.683 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQClOokvwUlfb2rke0c5nJWT4uVqHIhLzZBSatKPAu8sG+3M+Zh4UjHFp+c8L+35wqUuoaUNpRIWsGWz/Cksv5gYApEOasTtZxOGNHIpJma8zSYnVxlQ7SzSa8iIcIgZdfDUWZjnjc7RoNP60Gi/TIuj/lt28RM7HAzo4g6dFp05ZAssdfWPBWU6W6aqF4WVGPy3TA7eNSaFXlSqK4u18U3U9uZCX+LziHOJKOH2t7GoQ3H4aGFM8efwyzzArL43w8JwSszr0dE1dJltIZH0tO++7yH5RwUcAmL+LTTEhjhP4NXeEYOzOGe0l4RjIjf14jF/TPUwAr7D2QRnmp7JGaLrdjsdt1PQ+jM4dSVtEOnOmRrxi9XAXp0XFPTJMhn0gosvgOp1F3LATApQIC6ABqsOh7Oqayz2HoNnRxmbKDZamTVIgmgqxeswpxEldWyuY5rzHQpFlsr6T7a4J1HEWl7DqJ34DAEBodTJ++z8Dp6SDt7rohHyuK+wmkKBtfFESAU= ceph-094f3c46-5e17-11ef-bccf-c7b262605968 2024-08-19T10:39:43.683 INFO:teuthology.orchestra.run.smithi078.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-08-19T10:39:43.683 INFO:teuthology.orchestra.run.smithi078.stdout:Adding key to root@localhost authorized_keys... 2024-08-19T10:39:43.684 INFO:teuthology.orchestra.run.smithi078.stdout:Adding host smithi078... 2024-08-19T10:39:45.458 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:45 smithi078 bash[22737]: audit 2024-08-19T10:39:45.119706+0000 mgr.a (mgr.14118) 14 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi078", "addr": "172.21.15.78", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:39:45.458 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:45 smithi078 bash[22737]: audit 2024-08-19T10:39:45.119706+0000 mgr.a (mgr.14118) 14 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi078", "addr": "172.21.15.78", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:39:46.235 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:46 smithi078 bash[22737]: cephadm 2024-08-19T10:39:46.110686+0000 mgr.a (mgr.14118) 15 : cephadm [INF] Deploying cephadm binary to smithi078 2024-08-19T10:39:46.235 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:46 smithi078 bash[22737]: cephadm 2024-08-19T10:39:46.110686+0000 mgr.a (mgr.14118) 15 : cephadm [INF] Deploying cephadm binary to smithi078 2024-08-19T10:39:49.999 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout Added host 'smithi078' with addr '172.21.15.78' 2024-08-19T10:39:49.999 INFO:teuthology.orchestra.run.smithi078.stdout:Deploying unmanaged mon service... 2024-08-19T10:39:50.524 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:50 smithi078 bash[22737]: audit 2024-08-19T10:39:49.202991+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14118 172.21.15.78:0/2753420247' entity='mgr.a' 2024-08-19T10:39:50.524 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:50 smithi078 bash[22737]: audit 2024-08-19T10:39:49.202991+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14118 172.21.15.78:0/2753420247' entity='mgr.a' 2024-08-19T10:39:50.524 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:50 smithi078 bash[22737]: cephadm 2024-08-19T10:39:49.203451+0000 mgr.a (mgr.14118) 16 : cephadm [INF] Added host smithi078 2024-08-19T10:39:50.524 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:50 smithi078 bash[22737]: cephadm 2024-08-19T10:39:49.203451+0000 mgr.a (mgr.14118) 16 : cephadm [INF] Added host smithi078 2024-08-19T10:39:50.524 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:50 smithi078 bash[22737]: audit 2024-08-19T10:39:49.203852+0000 mon.a (mon.0) 63 : audit [DBG] from='mgr.14118 172.21.15.78:0/2753420247' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:39:50.525 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:50 smithi078 bash[22737]: audit 2024-08-19T10:39:49.203852+0000 mon.a (mon.0) 63 : audit [DBG] from='mgr.14118 172.21.15.78:0/2753420247' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:39:52.913 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-08-19T10:39:52.913 INFO:teuthology.orchestra.run.smithi078.stdout:Deploying unmanaged mgr service... 2024-08-19T10:39:53.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:53 smithi078 bash[22737]: audit 2024-08-19T10:39:52.028188+0000 mgr.a (mgr.14118) 17 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:39:53.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:53 smithi078 bash[22737]: audit 2024-08-19T10:39:52.028188+0000 mgr.a (mgr.14118) 17 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:39:53.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:53 smithi078 bash[22737]: cephadm 2024-08-19T10:39:52.029501+0000 mgr.a (mgr.14118) 18 : cephadm [INF] Saving service mon spec with placement count:5 2024-08-19T10:39:53.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:53 smithi078 bash[22737]: cephadm 2024-08-19T10:39:52.029501+0000 mgr.a (mgr.14118) 18 : cephadm [INF] Saving service mon spec with placement count:5 2024-08-19T10:39:53.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:53 smithi078 bash[22737]: audit 2024-08-19T10:39:52.031800+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14118 172.21.15.78:0/2753420247' entity='mgr.a' 2024-08-19T10:39:53.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:53 smithi078 bash[22737]: audit 2024-08-19T10:39:52.031800+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14118 172.21.15.78:0/2753420247' entity='mgr.a' 2024-08-19T10:39:53.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:53 smithi078 bash[22737]: audit 2024-08-19T10:39:52.583258+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14118 172.21.15.78:0/2753420247' entity='mgr.a' 2024-08-19T10:39:53.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:53 smithi078 bash[22737]: audit 2024-08-19T10:39:52.583258+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14118 172.21.15.78:0/2753420247' entity='mgr.a' 2024-08-19T10:39:54.469 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:54 smithi078 bash[22737]: audit 2024-08-19T10:39:53.180585+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14118 172.21.15.78:0/2753420247' entity='mgr.a' 2024-08-19T10:39:54.469 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:54 smithi078 bash[22737]: audit 2024-08-19T10:39:53.180585+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14118 172.21.15.78:0/2753420247' entity='mgr.a' 2024-08-19T10:39:54.469 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:54 smithi078 bash[22737]: cluster 2024-08-19T10:39:54.089717+0000 mgr.a (mgr.14118) 19 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:39:54.469 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:54 smithi078 bash[22737]: cluster 2024-08-19T10:39:54.089717+0000 mgr.a (mgr.14118) 19 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:39:54.837 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-08-19T10:39:55.623 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:55 smithi078 bash[22737]: audit 2024-08-19T10:39:54.264526+0000 mgr.a (mgr.14118) 20 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:39:55.623 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:55 smithi078 bash[22737]: audit 2024-08-19T10:39:54.264526+0000 mgr.a (mgr.14118) 20 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:39:55.623 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:55 smithi078 bash[22737]: cephadm 2024-08-19T10:39:54.266757+0000 mgr.a (mgr.14118) 21 : cephadm [INF] Saving service mgr spec with placement count:2 2024-08-19T10:39:55.623 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:55 smithi078 bash[22737]: cephadm 2024-08-19T10:39:54.266757+0000 mgr.a (mgr.14118) 21 : cephadm [INF] Saving service mgr spec with placement count:2 2024-08-19T10:39:55.623 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:55 smithi078 bash[22737]: audit 2024-08-19T10:39:54.273653+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14118 172.21.15.78:0/2753420247' entity='mgr.a' 2024-08-19T10:39:55.623 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:55 smithi078 bash[22737]: audit 2024-08-19T10:39:54.273653+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14118 172.21.15.78:0/2753420247' entity='mgr.a' 2024-08-19T10:39:56.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:56 smithi078 bash[22737]: cluster 2024-08-19T10:39:56.090195+0000 mgr.a (mgr.14118) 22 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:39:56.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:56 smithi078 bash[22737]: cluster 2024-08-19T10:39:56.090195+0000 mgr.a (mgr.14118) 22 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:39:56.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:56 smithi078 bash[22737]: audit 2024-08-19T10:39:56.180111+0000 mon.a (mon.0) 68 : audit [INF] from='client.? 172.21.15.78:0/2664085682' entity='client.admin' 2024-08-19T10:39:56.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:56 smithi078 bash[22737]: audit 2024-08-19T10:39:56.180111+0000 mon.a (mon.0) 68 : audit [INF] from='client.? 172.21.15.78:0/2664085682' entity='client.admin' 2024-08-19T10:39:58.575 INFO:teuthology.orchestra.run.smithi078.stdout:Enabling the dashboard module... 2024-08-19T10:39:59.407 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:59 smithi078 bash[22737]: audit 2024-08-19T10:39:58.029677+0000 mon.a (mon.0) 69 : audit [INF] from='client.? 172.21.15.78:0/598078128' entity='client.admin' 2024-08-19T10:39:59.407 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:59 smithi078 bash[22737]: audit 2024-08-19T10:39:58.029677+0000 mon.a (mon.0) 69 : audit [INF] from='client.? 172.21.15.78:0/598078128' entity='client.admin' 2024-08-19T10:39:59.407 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:59 smithi078 bash[22737]: cluster 2024-08-19T10:39:58.090637+0000 mgr.a (mgr.14118) 23 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:39:59.407 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:39:59 smithi078 bash[22737]: cluster 2024-08-19T10:39:58.090637+0000 mgr.a (mgr.14118) 23 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:40:00.294 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:00 smithi078 bash[22737]: audit 2024-08-19T10:40:00.031738+0000 mon.a (mon.0) 70 : audit [INF] from='client.? 172.21.15.78:0/3543180771' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2024-08-19T10:40:00.294 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:00 smithi078 bash[22737]: audit 2024-08-19T10:40:00.031738+0000 mon.a (mon.0) 70 : audit [INF] from='client.? 172.21.15.78:0/3543180771' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2024-08-19T10:40:00.294 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:40:00 smithi078 bash[22990]: ignoring --setuser ceph since I am not root 2024-08-19T10:40:00.294 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:40:00 smithi078 bash[22990]: ignoring --setgroup ceph since I am not root 2024-08-19T10:40:01.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:01 smithi078 bash[22737]: audit 2024-08-19T10:40:00.040412+0000 mon.a (mon.0) 71 : audit [INF] from='client.? 172.21.15.78:0/3543180771' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-08-19T10:40:01.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:01 smithi078 bash[22737]: audit 2024-08-19T10:40:00.040412+0000 mon.a (mon.0) 71 : audit [INF] from='client.? 172.21.15.78:0/3543180771' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-08-19T10:40:01.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:01 smithi078 bash[22737]: cluster 2024-08-19T10:40:00.046893+0000 mon.a (mon.0) 72 : cluster [DBG] mgrmap e9: a(active, since 25s) 2024-08-19T10:40:01.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:01 smithi078 bash[22737]: cluster 2024-08-19T10:40:00.046893+0000 mon.a (mon.0) 72 : cluster [DBG] mgrmap e9: a(active, since 25s) 2024-08-19T10:40:02.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:02 smithi078 bash[22737]: audit 2024-08-19T10:40:02.308585+0000 mon.a (mon.0) 73 : audit [DBG] from='client.? 172.21.15.78:0/3108302970' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-08-19T10:40:02.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:02 smithi078 bash[22737]: audit 2024-08-19T10:40:02.308585+0000 mon.a (mon.0) 73 : audit [DBG] from='client.? 172.21.15.78:0/3108302970' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-08-19T10:40:02.898 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout { 2024-08-19T10:40:02.898 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-08-19T10:40:02.898 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "available": true, 2024-08-19T10:40:02.898 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-08-19T10:40:02.899 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-08-19T10:40:02.899 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout } 2024-08-19T10:40:02.899 INFO:teuthology.orchestra.run.smithi078.stdout:Waiting for the mgr to restart... 2024-08-19T10:40:02.899 INFO:teuthology.orchestra.run.smithi078.stdout:Waiting for mgr epoch 9... 2024-08-19T10:40:06.492 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:06 smithi078 bash[22737]: cluster 2024-08-19T10:40:06.047248+0000 mon.a (mon.0) 74 : cluster [INF] Active manager daemon a restarted 2024-08-19T10:40:06.492 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:06 smithi078 bash[22737]: cluster 2024-08-19T10:40:06.047248+0000 mon.a (mon.0) 74 : cluster [INF] Active manager daemon a restarted 2024-08-19T10:40:06.492 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:06 smithi078 bash[22737]: cluster 2024-08-19T10:40:06.047748+0000 mon.a (mon.0) 75 : cluster [INF] Activating manager daemon a 2024-08-19T10:40:06.492 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:06 smithi078 bash[22737]: cluster 2024-08-19T10:40:06.047748+0000 mon.a (mon.0) 75 : cluster [INF] Activating manager daemon a 2024-08-19T10:40:06.492 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:06 smithi078 bash[22737]: cluster 2024-08-19T10:40:06.057439+0000 mon.a (mon.0) 76 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-08-19T10:40:06.492 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:06 smithi078 bash[22737]: cluster 2024-08-19T10:40:06.057439+0000 mon.a (mon.0) 76 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-08-19T10:40:06.493 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:06 smithi078 bash[22737]: cluster 2024-08-19T10:40:06.057713+0000 mon.a (mon.0) 77 : cluster [DBG] mgrmap e10: a(active, starting, since 0.0101575s) 2024-08-19T10:40:06.493 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:06 smithi078 bash[22737]: cluster 2024-08-19T10:40:06.057713+0000 mon.a (mon.0) 77 : cluster [DBG] mgrmap e10: a(active, starting, since 0.0101575s) 2024-08-19T10:40:06.493 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:06 smithi078 bash[22737]: audit 2024-08-19T10:40:06.059720+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-08-19T10:40:06.493 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:06 smithi078 bash[22737]: audit 2024-08-19T10:40:06.059720+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-08-19T10:40:06.493 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:06 smithi078 bash[22737]: audit 2024-08-19T10:40:06.060742+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-08-19T10:40:06.493 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:06 smithi078 bash[22737]: audit 2024-08-19T10:40:06.060742+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-08-19T10:40:06.493 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:06 smithi078 bash[22737]: audit 2024-08-19T10:40:06.061701+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-08-19T10:40:06.493 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:06 smithi078 bash[22737]: audit 2024-08-19T10:40:06.061701+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-08-19T10:40:06.493 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:06 smithi078 bash[22737]: audit 2024-08-19T10:40:06.061861+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-08-19T10:40:06.493 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:06 smithi078 bash[22737]: audit 2024-08-19T10:40:06.061861+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-08-19T10:40:06.493 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:06 smithi078 bash[22737]: audit 2024-08-19T10:40:06.062005+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-08-19T10:40:06.493 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:06 smithi078 bash[22737]: audit 2024-08-19T10:40:06.062005+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-08-19T10:40:06.494 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:06 smithi078 bash[22737]: cluster 2024-08-19T10:40:06.086962+0000 mon.a (mon.0) 83 : cluster [INF] Manager daemon a is now available 2024-08-19T10:40:06.494 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:06 smithi078 bash[22737]: cluster 2024-08-19T10:40:06.086962+0000 mon.a (mon.0) 83 : cluster [INF] Manager daemon a is now available 2024-08-19T10:40:07.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:07 smithi078 bash[22737]: audit 2024-08-19T10:40:06.346114+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:40:07.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:07 smithi078 bash[22737]: audit 2024-08-19T10:40:06.346114+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:40:07.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:07 smithi078 bash[22737]: audit 2024-08-19T10:40:06.360229+0000 mon.a (mon.0) 85 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-08-19T10:40:07.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:07 smithi078 bash[22737]: audit 2024-08-19T10:40:06.360229+0000 mon.a (mon.0) 85 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-08-19T10:40:07.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:07 smithi078 bash[22737]: audit 2024-08-19T10:40:06.362136+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-08-19T10:40:07.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:07 smithi078 bash[22737]: audit 2024-08-19T10:40:06.362136+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-08-19T10:40:07.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:07 smithi078 bash[22737]: cephadm 2024-08-19T10:40:07.023193+0000 mgr.a (mgr.14150) 1 : cephadm [INF] [19/Aug/2024:10:40:07] ENGINE Bus STARTING 2024-08-19T10:40:07.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:07 smithi078 bash[22737]: cephadm 2024-08-19T10:40:07.023193+0000 mgr.a (mgr.14150) 1 : cephadm [INF] [19/Aug/2024:10:40:07] ENGINE Bus STARTING 2024-08-19T10:40:07.512 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:07 smithi078 bash[22737]: audit 2024-08-19T10:40:07.054926+0000 mgr.a (mgr.14150) 2 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-08-19T10:40:07.512 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:07 smithi078 bash[22737]: audit 2024-08-19T10:40:07.054926+0000 mgr.a (mgr.14150) 2 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-08-19T10:40:07.512 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:07 smithi078 bash[22737]: cluster 2024-08-19T10:40:07.055475+0000 mon.a (mon.0) 87 : cluster [DBG] mgrmap e11: a(active, since 1.00793s) 2024-08-19T10:40:07.512 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:07 smithi078 bash[22737]: cluster 2024-08-19T10:40:07.055475+0000 mon.a (mon.0) 87 : cluster [DBG] mgrmap e11: a(active, since 1.00793s) 2024-08-19T10:40:07.512 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:07 smithi078 bash[22737]: audit 2024-08-19T10:40:07.069046+0000 mgr.a (mgr.14150) 3 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-08-19T10:40:07.512 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:07 smithi078 bash[22737]: audit 2024-08-19T10:40:07.069046+0000 mgr.a (mgr.14150) 3 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-08-19T10:40:07.512 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:40:07 smithi078 bash[22990]: debug 2024-08-19T10:40:07.236+0000 7f48c605c640 -1 log_channel(cephadm) log [ERR] : [19/Aug/2024:10:40:07] ENGINE Error in HTTPServer.serve 2024-08-19T10:40:07.512 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:40:07 smithi078 bash[22990]: Traceback (most recent call last): 2024-08-19T10:40:07.512 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:40:07 smithi078 bash[22990]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-08-19T10:40:07.512 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:40:07 smithi078 bash[22990]: self._connections.run(self.expiration_interval) 2024-08-19T10:40:07.513 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:40:07 smithi078 bash[22990]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-08-19T10:40:07.513 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:40:07 smithi078 bash[22990]: self._run(expiration_interval) 2024-08-19T10:40:07.513 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:40:07 smithi078 bash[22990]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-08-19T10:40:07.513 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:40:07 smithi078 bash[22990]: new_conn = self._from_server_socket(self.server.socket) 2024-08-19T10:40:07.513 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:40:07 smithi078 bash[22990]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-08-19T10:40:07.513 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:40:07 smithi078 bash[22990]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-08-19T10:40:07.513 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:40:07 smithi078 bash[22990]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-08-19T10:40:07.513 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:40:07 smithi078 bash[22990]: s = self.context.wrap_socket( 2024-08-19T10:40:07.513 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:40:07 smithi078 bash[22990]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-08-19T10:40:07.513 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:40:07 smithi078 bash[22990]: return self.sslsocket_class._create( 2024-08-19T10:40:07.513 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:40:07 smithi078 bash[22990]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-08-19T10:40:07.513 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:40:07 smithi078 bash[22990]: self.do_handshake() 2024-08-19T10:40:07.513 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:40:07 smithi078 bash[22990]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-08-19T10:40:07.514 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:40:07 smithi078 bash[22990]: self._sslobj.do_handshake() 2024-08-19T10:40:07.514 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:40:07 smithi078 bash[22990]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-08-19T10:40:07.739 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout { 2024-08-19T10:40:07.739 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-08-19T10:40:07.739 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "initialized": true 2024-08-19T10:40:07.739 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout } 2024-08-19T10:40:07.739 INFO:teuthology.orchestra.run.smithi078.stdout:mgr epoch 9 is available 2024-08-19T10:40:07.739 INFO:teuthology.orchestra.run.smithi078.stdout:Using certmgr to generate dashboard self-signed certificate... 2024-08-19T10:40:08.506 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:08 smithi078 bash[22737]: cephadm 2024-08-19T10:40:07.125009+0000 mgr.a (mgr.14150) 4 : cephadm [INF] [19/Aug/2024:10:40:07] ENGINE Serving on http://172.21.15.78:8765 2024-08-19T10:40:08.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:08 smithi078 bash[22737]: cephadm 2024-08-19T10:40:07.125009+0000 mgr.a (mgr.14150) 4 : cephadm [INF] [19/Aug/2024:10:40:07] ENGINE Serving on http://172.21.15.78:8765 2024-08-19T10:40:08.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:08 smithi078 bash[22737]: cephadm 2024-08-19T10:40:07.243057+0000 mgr.a (mgr.14150) 5 : cephadm [INF] [19/Aug/2024:10:40:07] ENGINE Serving on https://172.21.15.78:7150 2024-08-19T10:40:08.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:08 smithi078 bash[22737]: cephadm 2024-08-19T10:40:07.243057+0000 mgr.a (mgr.14150) 5 : cephadm [INF] [19/Aug/2024:10:40:07] ENGINE Serving on https://172.21.15.78:7150 2024-08-19T10:40:08.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:08 smithi078 bash[22737]: cephadm 2024-08-19T10:40:07.243225+0000 mgr.a (mgr.14150) 6 : cephadm [INF] [19/Aug/2024:10:40:07] ENGINE Bus STARTED 2024-08-19T10:40:08.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:08 smithi078 bash[22737]: cephadm 2024-08-19T10:40:07.243225+0000 mgr.a (mgr.14150) 6 : cephadm [INF] [19/Aug/2024:10:40:07] ENGINE Bus STARTED 2024-08-19T10:40:08.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:08 smithi078 bash[22737]: cephadm 2024-08-19T10:40:07.244873+0000 mgr.a (mgr.14150) 7 : cephadm [ERR] [19/Aug/2024:10:40:07] ENGINE Error in HTTPServer.serve 2024-08-19T10:40:08.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:08 smithi078 bash[22737]: Traceback (most recent call last): 2024-08-19T10:40:08.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:08 smithi078 bash[22737]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-08-19T10:40:08.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:08 smithi078 bash[22737]: self._connections.run(self.expiration_interval) 2024-08-19T10:40:08.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:08 smithi078 bash[22737]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-08-19T10:40:08.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:08 smithi078 bash[22737]: self._run(expiration_interval) 2024-08-19T10:40:08.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:08 smithi078 bash[22737]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-08-19T10:40:08.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:08 smithi078 bash[22737]: new_conn = self._from_server_socket(self.server.socket) 2024-08-19T10:40:08.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:08 smithi078 bash[22737]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-08-19T10:40:08.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:08 smithi078 bash[22737]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-08-19T10:40:08.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:08 smithi078 bash[22737]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-08-19T10:40:08.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:08 smithi078 bash[22737]: s = self.context.wrap_socket( 2024-08-19T10:40:08.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:08 smithi078 bash[22737]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-08-19T10:40:08.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:08 smithi078 bash[22737]: return self.sslsocket_class._create( 2024-08-19T10:40:08.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:08 smithi078 bash[22737]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-08-19T10:40:08.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:08 smithi078 bash[22737]: self.do_handshake() 2024-08-19T10:40:08.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:08 smithi078 bash[22737]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-08-19T10:40:08.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:08 smithi078 bash[22737]: self._sslobj.do_handshake() 2024-08-19T10:40:08.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:08 smithi078 bash[22737]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-08-19T10:40:08.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:08 smithi078 bash[22737]: cephadm 2024-08-19T10:40:07.244873+0000 mgr.a (mgr.14150) 7 : cephadm [ERR] [19/Aug/2024:10:40:07] ENGINE Error in HTTPServer.serve 2024-08-19T10:40:08.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:08 smithi078 bash[22737]: Traceback (most recent call last): 2024-08-19T10:40:08.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:08 smithi078 bash[22737]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-08-19T10:40:08.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:08 smithi078 bash[22737]: self._connections.run(self.expiration_interval) 2024-08-19T10:40:08.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:08 smithi078 bash[22737]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-08-19T10:40:08.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:08 smithi078 bash[22737]: self._run(expiration_interval) 2024-08-19T10:40:08.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:08 smithi078 bash[22737]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-08-19T10:40:08.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:08 smithi078 bash[22737]: new_conn = self._from_server_socket(self.server.socket) 2024-08-19T10:40:08.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:08 smithi078 bash[22737]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-08-19T10:40:08.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:08 smithi078 bash[22737]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-08-19T10:40:08.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:08 smithi078 bash[22737]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-08-19T10:40:08.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:08 smithi078 bash[22737]: s = self.context.wrap_socket( 2024-08-19T10:40:08.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:08 smithi078 bash[22737]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-08-19T10:40:08.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:08 smithi078 bash[22737]: return self.sslsocket_class._create( 2024-08-19T10:40:08.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:08 smithi078 bash[22737]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-08-19T10:40:08.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:08 smithi078 bash[22737]: self.do_handshake() 2024-08-19T10:40:08.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:08 smithi078 bash[22737]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-08-19T10:40:08.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:08 smithi078 bash[22737]: self._sslobj.do_handshake() 2024-08-19T10:40:08.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:08 smithi078 bash[22737]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-08-19T10:40:09.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:09 smithi078 bash[22737]: cluster 2024-08-19T10:40:08.111582+0000 mon.a (mon.0) 88 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-08-19T10:40:09.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:09 smithi078 bash[22737]: cluster 2024-08-19T10:40:08.111582+0000 mon.a (mon.0) 88 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-08-19T10:40:09.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:09 smithi078 bash[22737]: audit 2024-08-19T10:40:09.041126+0000 mgr.a (mgr.14150) 8 : audit [DBG] from='client.14162 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:40:09.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:09 smithi078 bash[22737]: audit 2024-08-19T10:40:09.041126+0000 mgr.a (mgr.14150) 8 : audit [DBG] from='client.14162 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:40:10.537 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout {"cert": "-----BEGIN CERTIFICATE-----\nMIIFEDCCAvigAwIBAgIUR5DTpTW7RWiKU6gHjW8UpUoYQMAwDQYJKoZIhvcNAQEL\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDgxOTEwNDAwOVoXDTM0\nMDgyMDEwNDAwOVowFzEVMBMGA1UEAwwMMTcyLjIxLjE1Ljc4MIICIjANBgkqhkiG\n9w0BAQEFAAOCAg8AMIICCgKCAgEA1jqP0tH9v6RtfGA8j+R7/s1dUKnT4bLDZ7Le\nNeaUxYOxRDTloLfTjQU3BT5pOm5qGCe7tunSLJry6bhIRE+qWsbjU+0VrQ8S75Ql\nBC1ur1QmvQpvR0Gt76fZrCCIbfXnNxzZYMQW/hqKydcG1qVqGWb5/jS/B0MfpCLm\nZPWPvdpX8UBWT2/bo+cP9yoalMPP+IBa0Dkx7R/VZbcUvvNiLVVPa8/zUFv1EmmM\naUOhuD7b5SOaMRf5FZ/eITU1FkZcvTrKC8sG+yoz+1WPJn7WCBAY9z3RtPrb7m4C\nkrn7s3uDx+jPbqoOb6NCpb7KjLXys09hEensKf8fJFGDqc94WENIbHhljQCeXktO\nS2KnlCvGroo4Vr8NTqf0hWZ3njdXmqpPSCbdF0d46IWK4RBnU0oCnvZyuJkD9otq\n75HLGRUw3da6UEiAKuU4tgzes5ErC2rNdRbdi1ir7rLnHzdGjYl1dZaUHhY3KXFD\n1/+Vld8XSbv0RZq1eh3TiAb+sXtIMUSKWmmnnNG8GQFehlO2lWfnSo0A5cv91Y/v\neHBLCYRIjIMBcx4PDhPho7R2mCP/tpk0KYL4XCV5hvULHufe1kYzS/YwgGAJbyzv\nz4jUDaAchmDfPeMVIXOHGDEoVB1w5gbHqHBZ++Ho/Q1kim1cIVcTHEu0ZJNSeRV7\nuArk5D0CAwEAAaNUMFIwQgYDVR0RBDswOYIec21pdGhpMDc4LmZyb250LnNlcGlh\nLmNlcGguY29tghFkYXNoYm9hcmRfc2VydmVyc4cErBUPTjAMBgNVHRMBAf8EAjAA\nMA0GCSqGSIb3DQEBCwUAA4ICAQAPHimjprnKvpAqDrcDA2WgYQCMc/4Q5P80zUDZ\ndJmBIVfTy/8H8IDUfgqOnT+ZT0rM/5klZdaxh/jPgec6Bv3Wh4D4mw/FeO30jOSz\nFm32u9hxZNTiaNH3cbHboDbBlaiC/qg67lmFuS5Bb+f6h90oAhp6cHwWc/V2abDL\nwUQey/aDncUMADPOZGZDPwA9AvXuk7tJh6RpOdFCaZZN2wOXx+PxJeSlPhOgUBBs\nKQLaD4a3ayQrQEJg0PHFc7iinlHKGPYapmQyLIdogA/eUtaINkKTKeZpo+gSYSIj\nuqJoK6Mb4S2Jp8i9GB/A1WKFjhW5d/1VgWa+CXUJnc7BMLgk1XIEyvLOa3XlEluR\n7W/s5iKkPdfpv27blhQLuVgMhqKA7yA/xy6AGrc2NE9ZODdfk/+AlEb0vSz6b1bs\nYAtecHchHRTspi1Yt0XJJX+4WfozMiNcRIE16BjmHV9+gQzHrnJYiy2JuMdQqIl2\nGBjl8unK3gMo+kkvheVLVBqCQu/aX9hFc8Fwg0Msuy4Wy0HT23EBrPj81SeA2xA4\nftuGxEltoaBLUQHOFv8avGqK0lPMW4EKLuVca1zhNyUd+hu/dixlMcqXT+RKHJhF\n5tXaWAmFOhk7CtZmlahd0J6/kMqeUIMws2bI50OzlawSNglHGQypEAzw2ES1P07k\nZFLXhQ==\n-----END CERTIFICATE-----\n", "key": "-----BEGIN RSA PRIVATE KEY-----\nMIIJJwIBAAKCAgEA1jqP0tH9v6RtfGA8j+R7/s1dUKnT4bLDZ7LeNeaUxYOxRDTl\noLfTjQU3BT5pOm5qGCe7tunSLJry6bhIRE+qWsbjU+0VrQ8S75QlBC1ur1QmvQpv\nR0Gt76fZrCCIbfXnNxzZYMQW/hqKydcG1qVqGWb5/jS/B0MfpCLmZPWPvdpX8UBW\nT2/bo+cP9yoalMPP+IBa0Dkx7R/VZbcUvvNiLVVPa8/zUFv1EmmMaUOhuD7b5SOa\nMRf5FZ/eITU1FkZcvTrKC8sG+yoz+1WPJn7WCBAY9z3RtPrb7m4Ckrn7s3uDx+jP\nbqoOb6NCpb7KjLXys09hEensKf8fJFGDqc94WENIbHhljQCeXktOS2KnlCvGroo4\nVr8NTqf0hWZ3njdXmqpPSCbdF0d46IWK4RBnU0oCnvZyuJkD9otq75HLGRUw3da6\nUEiAKuU4tgzes5ErC2rNdRbdi1ir7rLnHzdGjYl1dZaUHhY3KXFD1/+Vld8XSbv0\nRZq1eh3TiAb+sXtIMUSKWmmnnNG8GQFehlO2lWfnSo0A5cv91Y/veHBLCYRIjIMB\ncx4PDhPho7R2mCP/tpk0KYL4XCV5hvULHufe1kYzS/YwgGAJbyzvz4jUDaAchmDf\nPeMVIXOHGDEoVB1w5gbHqHBZ++Ho/Q1kim1cIVcTHEu0ZJNSeRV7uArk5D0CAwEA\nAQKCAgAVfNM/PKPcjJQUxRxd/Hd5c8TX2ejwOvuBk73ZHzMt6oslwb6Ek9uqyeqe\nYoewfjGzEY0xCBv2MGaMDdllzK3UJB3aJa4maRwnnq7lz97JxEGMdZb6yTo2jxn0\nu2Cj0uXpr8GYBKMfwq7IFwLPFdFiEeOiXU0J3/A1CPEeEElmLBflEWR23EvmET+X\nNYhsAoYCMXGqcAozdB118dqpWoUu8d8g+782gLrAqYiVaFy4u8lXnu4Q3Yw04I+p\nugoEnXMg4dwxOaCOIcoL/CV7IX67WU3/wpodsonLzQoCCJiYBJwPuajQu0ruZKxD\nLrNnULqyxJQCdXmkLrxDas+vgSlbVfQRoiGZILd0nJr+1L/fO0oLCY2QKyKYZvAA\nQdXVpdPzcAuDqHfpEGqyWQWDoTBsg2YD1PAP4tWPLy7Q7Y9MGOTXXtlrc+B3SUIP\nV/CURLBCcn/r69QbJ1omaeTu4Zo0UJ0Q1ZGGK6LQob4QM9a0Ya6wL4JQ1Wjc7zs4\npzHozCNn6riqqKlbhpH3wmr5M41/Z6NmlADtc6336fnKsaopWx9Sp48bkqv+lmmo\ntIQDxCbQfyFiEIIynU9yf/QIeCaqJaHZoH9zBmWFKmv9PZK7YTMktlw9ADkW6MFu\nCCh3eIwDPf+X7fdP+9pn/zYgjQZSZz+YbvBIe4HYNIWsPxqTwQKCAQEA+fgh3U4a\np8eKRCUnK9MZHovjUyH8yXmyR/XPrXNLQiNUlsBebIkyhCPdxeV8c6gaLN02qm7k\nK9NWt1IIc9dJdsQzNmX2HgL8vIELYVGD0b0HizRjeOy/RDKR6PE0IUy+cKDbCtAw\nilc8baOB5M/8wVOFOevXnI0wRZQvySf2Xpmh92+UCrzA9dSZNOflmXfxB3IdESyV\nD3+EmTajRbTJMLtEL66o1BZ87GCITry3YA893vXiJEYfy8RBHDWIpBwSDYs/lLOx\nYVcwCQdI3mbOvhQwS/jrzX+RpXc2R/7cp1PTF790stI+kYF/SDzJEnxvOLBJx4x6\nEqXEqDeUd6kdYQKCAQEA22WwGzCOPQKgsnPquRI1Qd8gNQ7shKq+BYMD7dxUN5ms\nmOe8poqW65InmQnJD6FiSOsZUeFVAUcONN+rf4mziFhxs6xpsXQUmlfhHTuXGGqQ\nMuybeEfMoHeAk7KhoreMbnk5GiuliEDi9t1OQtlfiqZtopcbp+heF5CRQlqYrvfP\nzrA1aFJigvS1PBGLHMkNNZtulS6NCYw3OUoHmdE7RaROqJTklbv/pItxL0r+JHCm\nmyGqqZhkNaSwotE/aW8kPwscyEIoW8VxmESGhukhDecA3xmilWVN/sShiFPBTJSG\nMFQWeK/VpdUvADWb9mwNu3e6coZ0zUPlxj0ySQg4XQKCAQAJ2CjVQ18vXl9moaPy\nSOUDW/T+8Ca5dI594QNlzFWZbDTHnxnY4mpX4+W3BnupPmSRgcDGY4me5DrVC2kD\nzuW4xK9TpB5WPj3f2qEtGv27A9vJMq38NC6wK+GtL9qiuRgC7YLS4TIYMKlTlA3o\nifxlTLnBdzVNmA3fn59mJ6m/PgOv7/f/mEFtLQs/lyZmrd+TMH5Oj9fq/VWmhw1V\nEHKf9bAQxKsndx9CW+biWvJJ2S/RmRNn5E8aQkdiKgWQmP5pBCPj4lPJBpsAsAXB\npIDd4YOpaks3E6ATyScdHL9p45Y7qDGbXUZTiqsNmD8++CGVNPQi5LhmBZtCGLZD\nJCjhAoIBABCx5Tu8byZvW8EYlwTsQMc5bl77Or5Bq+IJfTQNbw8oD303LSDTLPbS\nEVdQ6k7ZLfx0f2G+rtRBDvCxEIDM/q9iY4yTkxtgxOyVwViTH0VJXp2xaYc2l3ii\nf1M95ZTXOMVzTggSyC7dGShF4N2vYtjPH0qfCwi04uwSISuWb0XpL5P/zqCYnExw\nyJXAlABlwC6THFAX0b2nQNCINJnc1RDQlve3FMncG3Du93bs0vf85oCpiC4NnZqD\nZLmPCK9CONTfSJpohl+tX56BoGcFuHExYdyYO8n4gn3fgpc4IF5ucuOcknUulChh\nV4lBixOuV0ErtDFgz+SKxSJXp8rs6DUCggEAI4EtYuDEXszTw2axEJ1vu8JQqrJc\nSnrtBtF/OvLY9brI93W3qoef7z8kvwI0oSsuQj5VWvXscAR1PAzmmk2pd3qy7y6j\nmuS3xaH+oqBBOgtYtULOOU0/e7ZZK31p1LsgA0WJ4Fz8v5nr3qgAviTjVpG8WMOX\nsMRXDisPho/ihplGDSnCmm0lUzRR0lLVfPqUsXu5LX+Wowr1KaxZ4HK9lJmql0Q6\nNpgI917DS3vW6KYnpBiURSEQ5Y6IdbyBqazNXilo/gZgao0nNOhXkXjsEWuajhJl\nvUkV+mqcteLPRQflDncVCXyllYfXnBaBWdNAsOs7XFaIpUArfpHxP7NSVA==\n-----END RSA PRIVATE KEY-----\n"} 2024-08-19T10:40:12.502 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout SSL certificate updated 2024-08-19T10:40:13.243 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:12 smithi078 bash[22737]: audit 2024-08-19T10:40:11.896794+0000 mgr.a (mgr.14150) 9 : audit [DBG] from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:40:13.243 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:12 smithi078 bash[22737]: audit 2024-08-19T10:40:11.896794+0000 mgr.a (mgr.14150) 9 : audit [DBG] from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:40:13.243 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:12 smithi078 bash[22737]: audit 2024-08-19T10:40:11.902049+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:40:13.243 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:12 smithi078 bash[22737]: audit 2024-08-19T10:40:11.902049+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:40:14.383 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout SSL certificate key updated 2024-08-19T10:40:14.383 INFO:teuthology.orchestra.run.smithi078.stdout:Creating initial admin user... 2024-08-19T10:40:14.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:14 smithi078 bash[22737]: audit 2024-08-19T10:40:13.252882+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:40:14.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:14 smithi078 bash[22737]: audit 2024-08-19T10:40:13.252882+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:40:14.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:14 smithi078 bash[22737]: audit 2024-08-19T10:40:13.778858+0000 mgr.a (mgr.14150) 10 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:40:14.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:14 smithi078 bash[22737]: audit 2024-08-19T10:40:13.778858+0000 mgr.a (mgr.14150) 10 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:40:14.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:14 smithi078 bash[22737]: audit 2024-08-19T10:40:13.781509+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:40:14.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:14 smithi078 bash[22737]: audit 2024-08-19T10:40:13.781509+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:40:15.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:15 smithi078 bash[22737]: audit 2024-08-19T10:40:14.326922+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:40:15.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:15 smithi078 bash[22737]: audit 2024-08-19T10:40:14.326922+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:40:16.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:16 smithi078 bash[22737]: audit 2024-08-19T10:40:15.879433+0000 mgr.a (mgr.14150) 11 : audit [DBG] from='client.14168 -' 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-08-19T10:40:16.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:16 smithi078 bash[22737]: audit 2024-08-19T10:40:15.879433+0000 mgr.a (mgr.14150) 11 : audit [DBG] from='client.14168 -' 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-08-19T10:40:16.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:16 smithi078 bash[22737]: audit 2024-08-19T10:40:16.157788+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:40:16.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:16 smithi078 bash[22737]: audit 2024-08-19T10:40:16.157788+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:40:16.748 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$8K7J7xsF2.gPOfNDlTojq.gk2mr7C8na5N2McbBCQRy1E1a6hrme.", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1724064016, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-08-19T10:40:16.748 INFO:teuthology.orchestra.run.smithi078.stdout:Fetching dashboard port number... 2024-08-19T10:40:18.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:18 smithi078 bash[22737]: audit 2024-08-19T10:40:18.075998+0000 mon.a (mon.0) 94 : audit [DBG] from='client.? 172.21.15.78:0/335806356' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2024-08-19T10:40:18.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:18 smithi078 bash[22737]: audit 2024-08-19T10:40:18.075998+0000 mon.a (mon.0) 94 : audit [DBG] from='client.? 172.21.15.78:0/335806356' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2024-08-19T10:40:18.623 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout 8443 2024-08-19T10:40:18.623 INFO:teuthology.orchestra.run.smithi078.stdout:firewalld does not appear to be present 2024-08-19T10:40:18.623 INFO:teuthology.orchestra.run.smithi078.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-08-19T10:40:18.625 INFO:teuthology.orchestra.run.smithi078.stdout:Ceph Dashboard is now available at: 2024-08-19T10:40:18.625 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-08-19T10:40:18.625 INFO:teuthology.orchestra.run.smithi078.stdout: URL: https://smithi078.front.sepia.ceph.com:8443/ 2024-08-19T10:40:18.625 INFO:teuthology.orchestra.run.smithi078.stdout: User: admin 2024-08-19T10:40:18.625 INFO:teuthology.orchestra.run.smithi078.stdout: Password: wymmruopw3 2024-08-19T10:40:18.625 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-08-19T10:40:18.626 INFO:teuthology.orchestra.run.smithi078.stdout:Saving cluster configuration to /var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config directory 2024-08-19T10:40:19.471 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:19 smithi078 bash[22737]: cluster 2024-08-19T10:40:18.143718+0000 mon.a (mon.0) 95 : cluster [DBG] mgrmap e13: a(active, since 12s) 2024-08-19T10:40:19.472 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:19 smithi078 bash[22737]: cluster 2024-08-19T10:40:18.143718+0000 mon.a (mon.0) 95 : cluster [DBG] mgrmap e13: a(active, since 12s) 2024-08-19T10:40:21.471 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-08-19T10:40:21.471 INFO:teuthology.orchestra.run.smithi078.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-08-19T10:40:21.472 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-08-19T10:40:21.472 INFO:teuthology.orchestra.run.smithi078.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 094f3c46-5e17-11ef-bccf-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-08-19T10:40:21.472 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-08-19T10:40:21.472 INFO:teuthology.orchestra.run.smithi078.stdout:Or, if you are only running a single cluster on this host: 2024-08-19T10:40:21.472 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-08-19T10:40:21.472 INFO:teuthology.orchestra.run.smithi078.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-08-19T10:40:21.472 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-08-19T10:40:21.472 INFO:teuthology.orchestra.run.smithi078.stdout:Please consider enabling telemetry to help improve Ceph: 2024-08-19T10:40:21.472 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-08-19T10:40:21.472 INFO:teuthology.orchestra.run.smithi078.stdout: ceph telemetry on 2024-08-19T10:40:21.472 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-08-19T10:40:21.472 INFO:teuthology.orchestra.run.smithi078.stdout:For more information see: 2024-08-19T10:40:21.472 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-08-19T10:40:21.473 INFO:teuthology.orchestra.run.smithi078.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-08-19T10:40:21.473 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-08-19T10:40:21.473 INFO:teuthology.orchestra.run.smithi078.stdout:Bootstrap complete. 2024-08-19T10:40:21.533 INFO:tasks.cephadm:Fetching config... 2024-08-19T10:40:21.533 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2024-08-19T10:40:21.533 DEBUG:teuthology.orchestra.run.smithi078:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-08-19T10:40:21.539 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-08-19T10:40:21.539 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2024-08-19T10:40:21.539 DEBUG:teuthology.orchestra.run.smithi078:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-08-19T10:40:21.589 INFO:tasks.cephadm:Fetching mon keyring... 2024-08-19T10:40:21.590 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2024-08-19T10:40:21.590 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd if=/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/mon.a/keyring of=/dev/stdout 2024-08-19T10:40:21.643 INFO:tasks.cephadm:Fetching pub ssh key... 2024-08-19T10:40:21.643 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2024-08-19T10:40:21.644 DEBUG:teuthology.orchestra.run.smithi078:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-08-19T10:40:21.690 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-08-19T10:40:21.691 DEBUG:teuthology.orchestra.run.smithi078:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQClOokvwUlfb2rke0c5nJWT4uVqHIhLzZBSatKPAu8sG+3M+Zh4UjHFp+c8L+35wqUuoaUNpRIWsGWz/Cksv5gYApEOasTtZxOGNHIpJma8zSYnVxlQ7SzSa8iIcIgZdfDUWZjnjc7RoNP60Gi/TIuj/lt28RM7HAzo4g6dFp05ZAssdfWPBWU6W6aqF4WVGPy3TA7eNSaFXlSqK4u18U3U9uZCX+LziHOJKOH2t7GoQ3H4aGFM8efwyzzArL43w8JwSszr0dE1dJltIZH0tO++7yH5RwUcAmL+LTTEhjhP4NXeEYOzOGe0l4RjIjf14jF/TPUwAr7D2QRnmp7JGaLrdjsdt1PQ+jM4dSVtEOnOmRrxi9XAXp0XFPTJMhn0gosvgOp1F3LATApQIC6ABqsOh7Oqayz2HoNnRxmbKDZamTVIgmgqxeswpxEldWyuY5rzHQpFlsr6T7a4J1HEWl7DqJ34DAEBodTJ++z8Dp6SDt7rohHyuK+wmkKBtfFESAU= ceph-094f3c46-5e17-11ef-bccf-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-08-19T10:40:21.752 INFO:teuthology.orchestra.run.smithi078.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQClOokvwUlfb2rke0c5nJWT4uVqHIhLzZBSatKPAu8sG+3M+Zh4UjHFp+c8L+35wqUuoaUNpRIWsGWz/Cksv5gYApEOasTtZxOGNHIpJma8zSYnVxlQ7SzSa8iIcIgZdfDUWZjnjc7RoNP60Gi/TIuj/lt28RM7HAzo4g6dFp05ZAssdfWPBWU6W6aqF4WVGPy3TA7eNSaFXlSqK4u18U3U9uZCX+LziHOJKOH2t7GoQ3H4aGFM8efwyzzArL43w8JwSszr0dE1dJltIZH0tO++7yH5RwUcAmL+LTTEhjhP4NXeEYOzOGe0l4RjIjf14jF/TPUwAr7D2QRnmp7JGaLrdjsdt1PQ+jM4dSVtEOnOmRrxi9XAXp0XFPTJMhn0gosvgOp1F3LATApQIC6ABqsOh7Oqayz2HoNnRxmbKDZamTVIgmgqxeswpxEldWyuY5rzHQpFlsr6T7a4J1HEWl7DqJ34DAEBodTJ++z8Dp6SDt7rohHyuK+wmkKBtfFESAU= ceph-094f3c46-5e17-11ef-bccf-c7b262605968 2024-08-19T10:40:21.761 DEBUG:teuthology.orchestra.run.smithi133:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQClOokvwUlfb2rke0c5nJWT4uVqHIhLzZBSatKPAu8sG+3M+Zh4UjHFp+c8L+35wqUuoaUNpRIWsGWz/Cksv5gYApEOasTtZxOGNHIpJma8zSYnVxlQ7SzSa8iIcIgZdfDUWZjnjc7RoNP60Gi/TIuj/lt28RM7HAzo4g6dFp05ZAssdfWPBWU6W6aqF4WVGPy3TA7eNSaFXlSqK4u18U3U9uZCX+LziHOJKOH2t7GoQ3H4aGFM8efwyzzArL43w8JwSszr0dE1dJltIZH0tO++7yH5RwUcAmL+LTTEhjhP4NXeEYOzOGe0l4RjIjf14jF/TPUwAr7D2QRnmp7JGaLrdjsdt1PQ+jM4dSVtEOnOmRrxi9XAXp0XFPTJMhn0gosvgOp1F3LATApQIC6ABqsOh7Oqayz2HoNnRxmbKDZamTVIgmgqxeswpxEldWyuY5rzHQpFlsr6T7a4J1HEWl7DqJ34DAEBodTJ++z8Dp6SDt7rohHyuK+wmkKBtfFESAU= ceph-094f3c46-5e17-11ef-bccf-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-08-19T10:40:21.786 INFO:teuthology.orchestra.run.smithi133.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQClOokvwUlfb2rke0c5nJWT4uVqHIhLzZBSatKPAu8sG+3M+Zh4UjHFp+c8L+35wqUuoaUNpRIWsGWz/Cksv5gYApEOasTtZxOGNHIpJma8zSYnVxlQ7SzSa8iIcIgZdfDUWZjnjc7RoNP60Gi/TIuj/lt28RM7HAzo4g6dFp05ZAssdfWPBWU6W6aqF4WVGPy3TA7eNSaFXlSqK4u18U3U9uZCX+LziHOJKOH2t7GoQ3H4aGFM8efwyzzArL43w8JwSszr0dE1dJltIZH0tO++7yH5RwUcAmL+LTTEhjhP4NXeEYOzOGe0l4RjIjf14jF/TPUwAr7D2QRnmp7JGaLrdjsdt1PQ+jM4dSVtEOnOmRrxi9XAXp0XFPTJMhn0gosvgOp1F3LATApQIC6ABqsOh7Oqayz2HoNnRxmbKDZamTVIgmgqxeswpxEldWyuY5rzHQpFlsr6T7a4J1HEWl7DqJ34DAEBodTJ++z8Dp6SDt7rohHyuK+wmkKBtfFESAU= ceph-094f3c46-5e17-11ef-bccf-c7b262605968 2024-08-19T10:40:21.795 DEBUG:teuthology.orchestra.run.smithi196:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQClOokvwUlfb2rke0c5nJWT4uVqHIhLzZBSatKPAu8sG+3M+Zh4UjHFp+c8L+35wqUuoaUNpRIWsGWz/Cksv5gYApEOasTtZxOGNHIpJma8zSYnVxlQ7SzSa8iIcIgZdfDUWZjnjc7RoNP60Gi/TIuj/lt28RM7HAzo4g6dFp05ZAssdfWPBWU6W6aqF4WVGPy3TA7eNSaFXlSqK4u18U3U9uZCX+LziHOJKOH2t7GoQ3H4aGFM8efwyzzArL43w8JwSszr0dE1dJltIZH0tO++7yH5RwUcAmL+LTTEhjhP4NXeEYOzOGe0l4RjIjf14jF/TPUwAr7D2QRnmp7JGaLrdjsdt1PQ+jM4dSVtEOnOmRrxi9XAXp0XFPTJMhn0gosvgOp1F3LATApQIC6ABqsOh7Oqayz2HoNnRxmbKDZamTVIgmgqxeswpxEldWyuY5rzHQpFlsr6T7a4J1HEWl7DqJ34DAEBodTJ++z8Dp6SDt7rohHyuK+wmkKBtfFESAU= ceph-094f3c46-5e17-11ef-bccf-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-08-19T10:40:21.818 INFO:teuthology.orchestra.run.smithi196.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQClOokvwUlfb2rke0c5nJWT4uVqHIhLzZBSatKPAu8sG+3M+Zh4UjHFp+c8L+35wqUuoaUNpRIWsGWz/Cksv5gYApEOasTtZxOGNHIpJma8zSYnVxlQ7SzSa8iIcIgZdfDUWZjnjc7RoNP60Gi/TIuj/lt28RM7HAzo4g6dFp05ZAssdfWPBWU6W6aqF4WVGPy3TA7eNSaFXlSqK4u18U3U9uZCX+LziHOJKOH2t7GoQ3H4aGFM8efwyzzArL43w8JwSszr0dE1dJltIZH0tO++7yH5RwUcAmL+LTTEhjhP4NXeEYOzOGe0l4RjIjf14jF/TPUwAr7D2QRnmp7JGaLrdjsdt1PQ+jM4dSVtEOnOmRrxi9XAXp0XFPTJMhn0gosvgOp1F3LATApQIC6ABqsOh7Oqayz2HoNnRxmbKDZamTVIgmgqxeswpxEldWyuY5rzHQpFlsr6T7a4J1HEWl7DqJ34DAEBodTJ++z8Dp6SDt7rohHyuK+wmkKBtfFESAU= ceph-094f3c46-5e17-11ef-bccf-c7b262605968 2024-08-19T10:40:21.828 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:797669399b32d2915e64eb6d4b1257ae3c50f80b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 094f3c46-5e17-11ef-bccf-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-08-19T10:40:21.838 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:21 smithi078 bash[22737]: audit 2024-08-19T10:40:20.530637+0000 mon.a (mon.0) 96 : audit [INF] from='client.? 172.21.15.78:0/1835687905' entity='client.admin' 2024-08-19T10:40:21.838 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:21 smithi078 bash[22737]: audit 2024-08-19T10:40:20.530637+0000 mon.a (mon.0) 96 : audit [INF] from='client.? 172.21.15.78:0/1835687905' entity='client.admin' 2024-08-19T10:40:25.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:25 smithi078 bash[22737]: audit 2024-08-19T10:40:24.336877+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:40:25.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:25 smithi078 bash[22737]: audit 2024-08-19T10:40:24.336877+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:40:25.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:25 smithi078 bash[22737]: audit 2024-08-19T10:40:24.344282+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:40:25.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:25 smithi078 bash[22737]: audit 2024-08-19T10:40:24.344282+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:40:25.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:25 smithi078 bash[22737]: audit 2024-08-19T10:40:24.346208+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi078", "name": "osd_memory_target"} : dispatch 2024-08-19T10:40:25.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:25 smithi078 bash[22737]: audit 2024-08-19T10:40:24.346208+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi078", "name": "osd_memory_target"} : dispatch 2024-08-19T10:40:25.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:25 smithi078 bash[22737]: audit 2024-08-19T10:40:24.352067+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:40:25.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:25 smithi078 bash[22737]: audit 2024-08-19T10:40:24.352067+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:40:25.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:25 smithi078 bash[22737]: audit 2024-08-19T10:40:24.377284+0000 mon.a (mon.0) 101 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:40:25.762 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:25 smithi078 bash[22737]: audit 2024-08-19T10:40:24.377284+0000 mon.a (mon.0) 101 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:40:25.762 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:25 smithi078 bash[22737]: audit 2024-08-19T10:40:24.385799+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:40:25.762 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:25 smithi078 bash[22737]: audit 2024-08-19T10:40:24.385799+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:40:26.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:26 smithi078 bash[22737]: cluster 2024-08-19T10:40:26.063359+0000 mgr.a (mgr.14150) 12 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:40:26.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:26 smithi078 bash[22737]: cluster 2024-08-19T10:40:26.063359+0000 mgr.a (mgr.14150) 12 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:40:26.778 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/mon.a/config 2024-08-19T10:40:28.636 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-08-19T10:40:28.636 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:797669399b32d2915e64eb6d4b1257ae3c50f80b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 094f3c46-5e17-11ef-bccf-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-08-19T10:40:29.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:29 smithi078 bash[22737]: audit 2024-08-19T10:40:28.058895+0000 mon.a (mon.0) 103 : audit [INF] from='client.? 172.21.15.78:0/3428234770' entity='client.admin' 2024-08-19T10:40:29.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:29 smithi078 bash[22737]: audit 2024-08-19T10:40:28.058895+0000 mon.a (mon.0) 103 : audit [INF] from='client.? 172.21.15.78:0/3428234770' entity='client.admin' 2024-08-19T10:40:29.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:29 smithi078 bash[22737]: cluster 2024-08-19T10:40:28.063652+0000 mgr.a (mgr.14150) 13 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:40:29.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:29 smithi078 bash[22737]: cluster 2024-08-19T10:40:28.063652+0000 mgr.a (mgr.14150) 13 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:40:29.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:29 smithi078 bash[22737]: audit 2024-08-19T10:40:28.075312+0000 mon.a (mon.0) 104 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:40:29.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:29 smithi078 bash[22737]: audit 2024-08-19T10:40:28.075312+0000 mon.a (mon.0) 104 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:40:29.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:29 smithi078 bash[22737]: audit 2024-08-19T10:40:28.080517+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:40:29.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:29 smithi078 bash[22737]: audit 2024-08-19T10:40:28.080517+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:40:30.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:30 smithi078 bash[22737]: cluster 2024-08-19T10:40:30.064074+0000 mgr.a (mgr.14150) 14 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:40:30.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:30 smithi078 bash[22737]: cluster 2024-08-19T10:40:30.064074+0000 mgr.a (mgr.14150) 14 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:40:32.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:32 smithi078 bash[22737]: cluster 2024-08-19T10:40:32.064582+0000 mgr.a (mgr.14150) 15 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:40:32.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:32 smithi078 bash[22737]: cluster 2024-08-19T10:40:32.064582+0000 mgr.a (mgr.14150) 15 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:40:33.404 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/mon.a/config 2024-08-19T10:40:34.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:34 smithi078 bash[22737]: cluster 2024-08-19T10:40:34.065084+0000 mgr.a (mgr.14150) 16 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:40:34.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:34 smithi078 bash[22737]: cluster 2024-08-19T10:40:34.065084+0000 mgr.a (mgr.14150) 16 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:40:35.427 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi133 2024-08-19T10:40:35.427 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-08-19T10:40:35.427 DEBUG:teuthology.orchestra.run.smithi133:> dd of=/etc/ceph/ceph.conf 2024-08-19T10:40:35.433 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-08-19T10:40:35.433 DEBUG:teuthology.orchestra.run.smithi133:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-08-19T10:40:35.482 INFO:tasks.cephadm:Adding host smithi133 to orchestrator... 2024-08-19T10:40:35.482 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:797669399b32d2915e64eb6d4b1257ae3c50f80b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 094f3c46-5e17-11ef-bccf-c7b262605968 -- ceph orch host add smithi133 2024-08-19T10:40:36.011 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:35 smithi078 bash[22737]: audit 2024-08-19T10:40:34.702897+0000 mgr.a (mgr.14150) 17 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:40:36.011 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:35 smithi078 bash[22737]: audit 2024-08-19T10:40:34.702897+0000 mgr.a (mgr.14150) 17 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:40:36.011 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:35 smithi078 bash[22737]: audit 2024-08-19T10:40:34.707654+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:40:36.011 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:35 smithi078 bash[22737]: audit 2024-08-19T10:40:34.707654+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:40:36.011 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:35 smithi078 bash[22737]: audit 2024-08-19T10:40:34.708904+0000 mon.a (mon.0) 107 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:40:36.012 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:35 smithi078 bash[22737]: audit 2024-08-19T10:40:34.708904+0000 mon.a (mon.0) 107 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:40:36.012 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:35 smithi078 bash[22737]: audit 2024-08-19T10:40:34.711990+0000 mon.a (mon.0) 108 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:40:36.012 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:35 smithi078 bash[22737]: audit 2024-08-19T10:40:34.711990+0000 mon.a (mon.0) 108 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:40:36.012 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:35 smithi078 bash[22737]: audit 2024-08-19T10:40:34.713000+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:40:36.012 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:35 smithi078 bash[22737]: audit 2024-08-19T10:40:34.713000+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:40:36.012 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:35 smithi078 bash[22737]: cephadm 2024-08-19T10:40:34.714451+0000 mgr.a (mgr.14150) 18 : cephadm [INF] Updating smithi078:/etc/ceph/ceph.conf 2024-08-19T10:40:36.012 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:35 smithi078 bash[22737]: cephadm 2024-08-19T10:40:34.714451+0000 mgr.a (mgr.14150) 18 : cephadm [INF] Updating smithi078:/etc/ceph/ceph.conf 2024-08-19T10:40:36.012 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:35 smithi078 bash[22737]: cephadm 2024-08-19T10:40:34.802469+0000 mgr.a (mgr.14150) 19 : cephadm [INF] Updating smithi078:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.conf 2024-08-19T10:40:36.012 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:35 smithi078 bash[22737]: cephadm 2024-08-19T10:40:34.802469+0000 mgr.a (mgr.14150) 19 : cephadm [INF] Updating smithi078:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.conf 2024-08-19T10:40:36.012 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:35 smithi078 bash[22737]: cephadm 2024-08-19T10:40:34.882169+0000 mgr.a (mgr.14150) 20 : cephadm [INF] Updating smithi078:/etc/ceph/ceph.client.admin.keyring 2024-08-19T10:40:36.012 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:35 smithi078 bash[22737]: cephadm 2024-08-19T10:40:34.882169+0000 mgr.a (mgr.14150) 20 : cephadm [INF] Updating smithi078:/etc/ceph/ceph.client.admin.keyring 2024-08-19T10:40:36.012 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:35 smithi078 bash[22737]: cephadm 2024-08-19T10:40:34.973764+0000 mgr.a (mgr.14150) 21 : cephadm [INF] Updating smithi078:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.client.admin.keyring 2024-08-19T10:40:36.012 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:35 smithi078 bash[22737]: cephadm 2024-08-19T10:40:34.973764+0000 mgr.a (mgr.14150) 21 : cephadm [INF] Updating smithi078:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.client.admin.keyring 2024-08-19T10:40:36.013 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:35 smithi078 bash[22737]: audit 2024-08-19T10:40:35.134136+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:40:36.013 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:35 smithi078 bash[22737]: audit 2024-08-19T10:40:35.134136+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:40:36.013 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:35 smithi078 bash[22737]: audit 2024-08-19T10:40:35.138180+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:40:36.013 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:35 smithi078 bash[22737]: audit 2024-08-19T10:40:35.138180+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:40:36.013 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:35 smithi078 bash[22737]: audit 2024-08-19T10:40:35.142320+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:40:36.013 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:35 smithi078 bash[22737]: audit 2024-08-19T10:40:35.142320+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:40:37.010 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:36 smithi078 bash[22737]: cluster 2024-08-19T10:40:36.065562+0000 mgr.a (mgr.14150) 22 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:40:37.010 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:36 smithi078 bash[22737]: cluster 2024-08-19T10:40:36.065562+0000 mgr.a (mgr.14150) 22 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:40:38.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:38 smithi078 bash[22737]: cluster 2024-08-19T10:40:38.066013+0000 mgr.a (mgr.14150) 23 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:40:38.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:38 smithi078 bash[22737]: cluster 2024-08-19T10:40:38.066013+0000 mgr.a (mgr.14150) 23 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:40:39.209 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/mon.a/config 2024-08-19T10:40:40.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:40 smithi078 bash[22737]: cluster 2024-08-19T10:40:40.066484+0000 mgr.a (mgr.14150) 24 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:40:40.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:40 smithi078 bash[22737]: cluster 2024-08-19T10:40:40.066484+0000 mgr.a (mgr.14150) 24 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:40:41.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:41 smithi078 bash[22737]: audit 2024-08-19T10:40:40.587763+0000 mgr.a (mgr.14150) 25 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi133", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:40:41.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:41 smithi078 bash[22737]: audit 2024-08-19T10:40:40.587763+0000 mgr.a (mgr.14150) 25 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi133", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:40:42.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:42 smithi078 bash[22737]: cephadm 2024-08-19T10:40:41.556454+0000 mgr.a (mgr.14150) 26 : cephadm [INF] Deploying cephadm binary to smithi133 2024-08-19T10:40:42.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:42 smithi078 bash[22737]: cephadm 2024-08-19T10:40:41.556454+0000 mgr.a (mgr.14150) 26 : cephadm [INF] Deploying cephadm binary to smithi133 2024-08-19T10:40:42.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:42 smithi078 bash[22737]: cluster 2024-08-19T10:40:42.066876+0000 mgr.a (mgr.14150) 27 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:40:42.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:42 smithi078 bash[22737]: cluster 2024-08-19T10:40:42.066876+0000 mgr.a (mgr.14150) 27 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:40:44.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:44 smithi078 bash[22737]: cluster 2024-08-19T10:40:44.067252+0000 mgr.a (mgr.14150) 28 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:40:44.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:44 smithi078 bash[22737]: cluster 2024-08-19T10:40:44.067252+0000 mgr.a (mgr.14150) 28 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:40:44.758 INFO:teuthology.orchestra.run.smithi078.stdout:Added host 'smithi133' with addr '172.21.15.133' 2024-08-19T10:40:45.392 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:797669399b32d2915e64eb6d4b1257ae3c50f80b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 094f3c46-5e17-11ef-bccf-c7b262605968 -- ceph orch host ls --format=json 2024-08-19T10:40:46.011 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:45 smithi078 bash[22737]: audit 2024-08-19T10:40:44.755726+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:40:46.011 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:45 smithi078 bash[22737]: audit 2024-08-19T10:40:44.755726+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:40:46.011 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:45 smithi078 bash[22737]: cephadm 2024-08-19T10:40:44.756623+0000 mgr.a (mgr.14150) 29 : cephadm [INF] Added host smithi133 2024-08-19T10:40:46.011 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:45 smithi078 bash[22737]: cephadm 2024-08-19T10:40:44.756623+0000 mgr.a (mgr.14150) 29 : cephadm [INF] Added host smithi133 2024-08-19T10:40:46.011 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:45 smithi078 bash[22737]: audit 2024-08-19T10:40:44.757426+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:40:46.011 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:45 smithi078 bash[22737]: audit 2024-08-19T10:40:44.757426+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:40:46.011 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:45 smithi078 bash[22737]: audit 2024-08-19T10:40:45.266163+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:40:46.011 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:45 smithi078 bash[22737]: audit 2024-08-19T10:40:45.266163+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:40:47.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:46 smithi078 bash[22737]: cluster 2024-08-19T10:40:46.067636+0000 mgr.a (mgr.14150) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:40:47.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:46 smithi078 bash[22737]: cluster 2024-08-19T10:40:46.067636+0000 mgr.a (mgr.14150) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:40:48.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:47 smithi078 bash[22737]: audit 2024-08-19T10:40:46.829669+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:40:48.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:47 smithi078 bash[22737]: audit 2024-08-19T10:40:46.829669+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:40:49.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:49 smithi078 bash[22737]: cluster 2024-08-19T10:40:48.068028+0000 mgr.a (mgr.14150) 31 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:40:49.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:49 smithi078 bash[22737]: cluster 2024-08-19T10:40:48.068028+0000 mgr.a (mgr.14150) 31 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:40:49.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:49 smithi078 bash[22737]: audit 2024-08-19T10:40:48.074223+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:40:49.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:49 smithi078 bash[22737]: audit 2024-08-19T10:40:48.074223+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:40:50.126 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/mon.a/config 2024-08-19T10:40:51.413 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-08-19T10:40:51.413 INFO:teuthology.orchestra.run.smithi078.stdout:[{"addr": "172.21.15.78", "hostname": "smithi078", "labels": [], "status": ""}, {"addr": "172.21.15.133", "hostname": "smithi133", "labels": [], "status": ""}] 2024-08-19T10:40:51.425 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:51 smithi078 bash[22737]: cluster 2024-08-19T10:40:50.068454+0000 mgr.a (mgr.14150) 32 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:40:51.425 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:51 smithi078 bash[22737]: cluster 2024-08-19T10:40:50.068454+0000 mgr.a (mgr.14150) 32 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:40:52.037 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi196 2024-08-19T10:40:52.037 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-08-19T10:40:52.037 DEBUG:teuthology.orchestra.run.smithi196:> dd of=/etc/ceph/ceph.conf 2024-08-19T10:40:52.045 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-08-19T10:40:52.045 DEBUG:teuthology.orchestra.run.smithi196:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-08-19T10:40:52.090 INFO:tasks.cephadm:Adding host smithi196 to orchestrator... 2024-08-19T10:40:52.090 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:797669399b32d2915e64eb6d4b1257ae3c50f80b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 094f3c46-5e17-11ef-bccf-c7b262605968 -- ceph orch host add smithi196 2024-08-19T10:40:53.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:53 smithi078 bash[22737]: audit 2024-08-19T10:40:51.410887+0000 mgr.a (mgr.14150) 33 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:40:53.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:53 smithi078 bash[22737]: audit 2024-08-19T10:40:51.410887+0000 mgr.a (mgr.14150) 33 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:40:53.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:53 smithi078 bash[22737]: cluster 2024-08-19T10:40:52.068860+0000 mgr.a (mgr.14150) 34 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:40:53.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:53 smithi078 bash[22737]: cluster 2024-08-19T10:40:52.068860+0000 mgr.a (mgr.14150) 34 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:40:55.011 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:54 smithi078 bash[22737]: audit 2024-08-19T10:40:53.730820+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:40:55.012 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:54 smithi078 bash[22737]: audit 2024-08-19T10:40:53.730820+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:40:55.012 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:54 smithi078 bash[22737]: audit 2024-08-19T10:40:53.736015+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:40:55.012 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:54 smithi078 bash[22737]: audit 2024-08-19T10:40:53.736015+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:40:55.012 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:54 smithi078 bash[22737]: audit 2024-08-19T10:40:53.742214+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:40:55.012 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:54 smithi078 bash[22737]: audit 2024-08-19T10:40:53.742214+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:40:55.012 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:54 smithi078 bash[22737]: audit 2024-08-19T10:40:53.747299+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:40:55.012 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:54 smithi078 bash[22737]: audit 2024-08-19T10:40:53.747299+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:40:55.012 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:54 smithi078 bash[22737]: audit 2024-08-19T10:40:53.749022+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi133", "name": "osd_memory_target"} : dispatch 2024-08-19T10:40:55.012 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:54 smithi078 bash[22737]: audit 2024-08-19T10:40:53.749022+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi133", "name": "osd_memory_target"} : dispatch 2024-08-19T10:40:55.012 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:54 smithi078 bash[22737]: audit 2024-08-19T10:40:53.751137+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:40:55.012 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:54 smithi078 bash[22737]: audit 2024-08-19T10:40:53.751137+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:40:55.013 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:54 smithi078 bash[22737]: audit 2024-08-19T10:40:53.752852+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:40:55.013 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:54 smithi078 bash[22737]: audit 2024-08-19T10:40:53.752852+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:40:55.013 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:54 smithi078 bash[22737]: cephadm 2024-08-19T10:40:53.755305+0000 mgr.a (mgr.14150) 35 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.conf 2024-08-19T10:40:55.013 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:54 smithi078 bash[22737]: cephadm 2024-08-19T10:40:53.755305+0000 mgr.a (mgr.14150) 35 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.conf 2024-08-19T10:40:55.013 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:54 smithi078 bash[22737]: cephadm 2024-08-19T10:40:53.934550+0000 mgr.a (mgr.14150) 36 : cephadm [INF] Updating smithi133:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.conf 2024-08-19T10:40:55.013 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:54 smithi078 bash[22737]: cephadm 2024-08-19T10:40:53.934550+0000 mgr.a (mgr.14150) 36 : cephadm [INF] Updating smithi133:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.conf 2024-08-19T10:40:55.013 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:54 smithi078 bash[22737]: cluster 2024-08-19T10:40:54.069225+0000 mgr.a (mgr.14150) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:40:55.013 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:54 smithi078 bash[22737]: cluster 2024-08-19T10:40:54.069225+0000 mgr.a (mgr.14150) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:40:55.013 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:54 smithi078 bash[22737]: cephadm 2024-08-19T10:40:54.085993+0000 mgr.a (mgr.14150) 38 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.client.admin.keyring 2024-08-19T10:40:55.013 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:54 smithi078 bash[22737]: cephadm 2024-08-19T10:40:54.085993+0000 mgr.a (mgr.14150) 38 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.client.admin.keyring 2024-08-19T10:40:55.013 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:54 smithi078 bash[22737]: audit 2024-08-19T10:40:54.367437+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:40:55.014 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:54 smithi078 bash[22737]: audit 2024-08-19T10:40:54.367437+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:40:55.014 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:54 smithi078 bash[22737]: audit 2024-08-19T10:40:54.372677+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:40:55.014 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:54 smithi078 bash[22737]: audit 2024-08-19T10:40:54.372677+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:40:55.014 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:54 smithi078 bash[22737]: audit 2024-08-19T10:40:54.378209+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:40:55.014 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:54 smithi078 bash[22737]: audit 2024-08-19T10:40:54.378209+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:40:56.010 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:55 smithi078 bash[22737]: cephadm 2024-08-19T10:40:54.226249+0000 mgr.a (mgr.14150) 39 : cephadm [INF] Updating smithi133:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.client.admin.keyring 2024-08-19T10:40:56.010 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:55 smithi078 bash[22737]: cephadm 2024-08-19T10:40:54.226249+0000 mgr.a (mgr.14150) 39 : cephadm [INF] Updating smithi133:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.client.admin.keyring 2024-08-19T10:40:56.815 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/mon.a/config 2024-08-19T10:40:57.010 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:56 smithi078 bash[22737]: cluster 2024-08-19T10:40:56.069641+0000 mgr.a (mgr.14150) 40 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:40:57.011 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:56 smithi078 bash[22737]: cluster 2024-08-19T10:40:56.069641+0000 mgr.a (mgr.14150) 40 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:40:58.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:58 smithi078 bash[22737]: cluster 2024-08-19T10:40:58.070075+0000 mgr.a (mgr.14150) 41 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:40:58.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:58 smithi078 bash[22737]: cluster 2024-08-19T10:40:58.070075+0000 mgr.a (mgr.14150) 41 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:40:59.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:59 smithi078 bash[22737]: audit 2024-08-19T10:40:58.118210+0000 mgr.a (mgr.14150) 42 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi196", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:40:59.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:40:59 smithi078 bash[22737]: audit 2024-08-19T10:40:58.118210+0000 mgr.a (mgr.14150) 42 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi196", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:41:00.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:00 smithi078 bash[22737]: cephadm 2024-08-19T10:40:59.148737+0000 mgr.a (mgr.14150) 43 : cephadm [INF] Deploying cephadm binary to smithi196 2024-08-19T10:41:00.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:00 smithi078 bash[22737]: cephadm 2024-08-19T10:40:59.148737+0000 mgr.a (mgr.14150) 43 : cephadm [INF] Deploying cephadm binary to smithi196 2024-08-19T10:41:00.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:00 smithi078 bash[22737]: cluster 2024-08-19T10:41:00.070463+0000 mgr.a (mgr.14150) 44 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:00.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:00 smithi078 bash[22737]: cluster 2024-08-19T10:41:00.070463+0000 mgr.a (mgr.14150) 44 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:02.490 INFO:teuthology.orchestra.run.smithi078.stdout:Added host 'smithi196' with addr '172.21.15.196' 2024-08-19T10:41:02.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:02 smithi078 bash[22737]: cluster 2024-08-19T10:41:02.070858+0000 mgr.a (mgr.14150) 45 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:02.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:02 smithi078 bash[22737]: cluster 2024-08-19T10:41:02.070858+0000 mgr.a (mgr.14150) 45 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:03.082 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:797669399b32d2915e64eb6d4b1257ae3c50f80b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 094f3c46-5e17-11ef-bccf-c7b262605968 -- ceph orch host ls --format=json 2024-08-19T10:41:03.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:03 smithi078 bash[22737]: audit 2024-08-19T10:41:02.487428+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:03.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:03 smithi078 bash[22737]: audit 2024-08-19T10:41:02.487428+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:03.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:03 smithi078 bash[22737]: cephadm 2024-08-19T10:41:02.488370+0000 mgr.a (mgr.14150) 46 : cephadm [INF] Added host smithi196 2024-08-19T10:41:03.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:03 smithi078 bash[22737]: cephadm 2024-08-19T10:41:02.488370+0000 mgr.a (mgr.14150) 46 : cephadm [INF] Added host smithi196 2024-08-19T10:41:03.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:03 smithi078 bash[22737]: audit 2024-08-19T10:41:02.489181+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:41:03.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:03 smithi078 bash[22737]: audit 2024-08-19T10:41:02.489181+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:41:03.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:03 smithi078 bash[22737]: audit 2024-08-19T10:41:03.032580+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:03.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:03 smithi078 bash[22737]: audit 2024-08-19T10:41:03.032580+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:04.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:04 smithi078 bash[22737]: cluster 2024-08-19T10:41:04.071279+0000 mgr.a (mgr.14150) 47 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:04.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:04 smithi078 bash[22737]: cluster 2024-08-19T10:41:04.071279+0000 mgr.a (mgr.14150) 47 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:06.010 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:05 smithi078 bash[22737]: audit 2024-08-19T10:41:04.561581+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:06.010 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:05 smithi078 bash[22737]: audit 2024-08-19T10:41:04.561581+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:07.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:06 smithi078 bash[22737]: audit 2024-08-19T10:41:05.852864+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:07.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:06 smithi078 bash[22737]: audit 2024-08-19T10:41:05.852864+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:07.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:06 smithi078 bash[22737]: cluster 2024-08-19T10:41:06.071709+0000 mgr.a (mgr.14150) 48 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:07.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:06 smithi078 bash[22737]: cluster 2024-08-19T10:41:06.071709+0000 mgr.a (mgr.14150) 48 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:07.811 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/mon.a/config 2024-08-19T10:41:08.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:08 smithi078 bash[22737]: cluster 2024-08-19T10:41:08.072148+0000 mgr.a (mgr.14150) 49 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:08.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:08 smithi078 bash[22737]: cluster 2024-08-19T10:41:08.072148+0000 mgr.a (mgr.14150) 49 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:09.147 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-08-19T10:41:09.147 INFO:teuthology.orchestra.run.smithi078.stdout:[{"addr": "172.21.15.78", "hostname": "smithi078", "labels": [], "status": ""}, {"addr": "172.21.15.133", "hostname": "smithi133", "labels": [], "status": ""}, {"addr": "172.21.15.196", "hostname": "smithi196", "labels": [], "status": ""}] 2024-08-19T10:41:09.820 INFO:tasks.cephadm:Setting crush tunables to default 2024-08-19T10:41:09.821 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:797669399b32d2915e64eb6d4b1257ae3c50f80b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 094f3c46-5e17-11ef-bccf-c7b262605968 -- ceph osd crush tunables default 2024-08-19T10:41:10.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:10 smithi078 bash[22737]: audit 2024-08-19T10:41:09.145443+0000 mgr.a (mgr.14150) 50 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:41:10.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:10 smithi078 bash[22737]: audit 2024-08-19T10:41:09.145443+0000 mgr.a (mgr.14150) 50 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:41:10.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:10 smithi078 bash[22737]: cluster 2024-08-19T10:41:10.072440+0000 mgr.a (mgr.14150) 51 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:10.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:10 smithi078 bash[22737]: cluster 2024-08-19T10:41:10.072440+0000 mgr.a (mgr.14150) 51 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:12.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:12 smithi078 bash[22737]: audit 2024-08-19T10:41:11.266755+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:12.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:12 smithi078 bash[22737]: audit 2024-08-19T10:41:11.266755+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:12.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:12 smithi078 bash[22737]: audit 2024-08-19T10:41:11.272509+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:12.762 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:12 smithi078 bash[22737]: audit 2024-08-19T10:41:11.272509+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:12.762 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:12 smithi078 bash[22737]: audit 2024-08-19T10:41:11.278623+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:12.762 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:12 smithi078 bash[22737]: audit 2024-08-19T10:41:11.278623+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:12.762 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:12 smithi078 bash[22737]: audit 2024-08-19T10:41:11.284438+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:12.762 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:12 smithi078 bash[22737]: audit 2024-08-19T10:41:11.284438+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:12.762 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:12 smithi078 bash[22737]: audit 2024-08-19T10:41:11.286152+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi196", "name": "osd_memory_target"} : dispatch 2024-08-19T10:41:12.762 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:12 smithi078 bash[22737]: audit 2024-08-19T10:41:11.286152+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi196", "name": "osd_memory_target"} : dispatch 2024-08-19T10:41:12.762 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:12 smithi078 bash[22737]: audit 2024-08-19T10:41:11.288364+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:12.762 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:12 smithi078 bash[22737]: audit 2024-08-19T10:41:11.288364+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:12.762 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:12 smithi078 bash[22737]: audit 2024-08-19T10:41:11.289941+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:41:12.763 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:12 smithi078 bash[22737]: audit 2024-08-19T10:41:11.289941+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:41:12.763 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:12 smithi078 bash[22737]: cephadm 2024-08-19T10:41:11.292433+0000 mgr.a (mgr.14150) 52 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.conf 2024-08-19T10:41:12.763 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:12 smithi078 bash[22737]: cephadm 2024-08-19T10:41:11.292433+0000 mgr.a (mgr.14150) 52 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.conf 2024-08-19T10:41:12.763 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:12 smithi078 bash[22737]: cephadm 2024-08-19T10:41:11.468814+0000 mgr.a (mgr.14150) 53 : cephadm [INF] Updating smithi196:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.conf 2024-08-19T10:41:12.763 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:12 smithi078 bash[22737]: cephadm 2024-08-19T10:41:11.468814+0000 mgr.a (mgr.14150) 53 : cephadm [INF] Updating smithi196:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.conf 2024-08-19T10:41:12.763 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:12 smithi078 bash[22737]: cephadm 2024-08-19T10:41:11.614276+0000 mgr.a (mgr.14150) 54 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.client.admin.keyring 2024-08-19T10:41:12.763 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:12 smithi078 bash[22737]: cephadm 2024-08-19T10:41:11.614276+0000 mgr.a (mgr.14150) 54 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.client.admin.keyring 2024-08-19T10:41:12.763 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:12 smithi078 bash[22737]: cephadm 2024-08-19T10:41:11.748172+0000 mgr.a (mgr.14150) 55 : cephadm [INF] Updating smithi196:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.client.admin.keyring 2024-08-19T10:41:12.763 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:12 smithi078 bash[22737]: cephadm 2024-08-19T10:41:11.748172+0000 mgr.a (mgr.14150) 55 : cephadm [INF] Updating smithi196:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.client.admin.keyring 2024-08-19T10:41:12.763 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:12 smithi078 bash[22737]: audit 2024-08-19T10:41:11.879062+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:12.763 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:12 smithi078 bash[22737]: audit 2024-08-19T10:41:11.879062+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:12.763 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:12 smithi078 bash[22737]: audit 2024-08-19T10:41:11.883361+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:12.763 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:12 smithi078 bash[22737]: audit 2024-08-19T10:41:11.883361+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:12.764 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:12 smithi078 bash[22737]: audit 2024-08-19T10:41:11.887672+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:12.764 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:12 smithi078 bash[22737]: audit 2024-08-19T10:41:11.887672+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:12.764 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:12 smithi078 bash[22737]: cluster 2024-08-19T10:41:12.072869+0000 mgr.a (mgr.14150) 56 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:12.764 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:12 smithi078 bash[22737]: cluster 2024-08-19T10:41:12.072869+0000 mgr.a (mgr.14150) 56 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:14.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:14 smithi078 bash[22737]: cluster 2024-08-19T10:41:14.073330+0000 mgr.a (mgr.14150) 57 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:14.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:14 smithi078 bash[22737]: cluster 2024-08-19T10:41:14.073330+0000 mgr.a (mgr.14150) 57 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:14.547 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/mon.a/config 2024-08-19T10:41:15.912 INFO:teuthology.orchestra.run.smithi078.stderr:adjusted tunables profile to default 2024-08-19T10:41:16.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:15 smithi078 bash[22737]: audit 2024-08-19T10:41:15.860107+0000 mon.a (mon.0) 143 : audit [INF] from='client.? 172.21.15.78:0/2500530445' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-08-19T10:41:16.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:15 smithi078 bash[22737]: audit 2024-08-19T10:41:15.860107+0000 mon.a (mon.0) 143 : audit [INF] from='client.? 172.21.15.78:0/2500530445' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-08-19T10:41:16.542 INFO:tasks.cephadm:Adding mon.a on smithi078 2024-08-19T10:41:16.542 INFO:tasks.cephadm:Adding mon.b on smithi133 2024-08-19T10:41:16.542 INFO:tasks.cephadm:Adding mon.c on smithi196 2024-08-19T10:41:16.543 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:797669399b32d2915e64eb6d4b1257ae3c50f80b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 094f3c46-5e17-11ef-bccf-c7b262605968 -- ceph orch apply mon '3;smithi078:172.21.15.78=a;smithi133:172.21.15.133=b;smithi196:172.21.15.196=c' 2024-08-19T10:41:17.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:16 smithi078 bash[22737]: audit 2024-08-19T10:41:15.911476+0000 mon.a (mon.0) 144 : audit [INF] from='client.? 172.21.15.78:0/2500530445' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-08-19T10:41:17.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:16 smithi078 bash[22737]: audit 2024-08-19T10:41:15.911476+0000 mon.a (mon.0) 144 : audit [INF] from='client.? 172.21.15.78:0/2500530445' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-08-19T10:41:17.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:16 smithi078 bash[22737]: cluster 2024-08-19T10:41:15.914603+0000 mon.a (mon.0) 145 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-08-19T10:41:17.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:16 smithi078 bash[22737]: cluster 2024-08-19T10:41:15.914603+0000 mon.a (mon.0) 145 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-08-19T10:41:17.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:16 smithi078 bash[22737]: cluster 2024-08-19T10:41:16.073727+0000 mgr.a (mgr.14150) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:17.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:16 smithi078 bash[22737]: cluster 2024-08-19T10:41:16.073727+0000 mgr.a (mgr.14150) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:17.768 INFO:teuthology.orchestra.run.smithi196.stderr:Inferring config /var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.conf 2024-08-19T10:41:18.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:18 smithi078 bash[22737]: cluster 2024-08-19T10:41:18.074171+0000 mgr.a (mgr.14150) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:18.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:18 smithi078 bash[22737]: cluster 2024-08-19T10:41:18.074171+0000 mgr.a (mgr.14150) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:19.046 INFO:teuthology.orchestra.run.smithi196.stdout:Scheduled mon update... 2024-08-19T10:41:19.617 DEBUG:teuthology.orchestra.run.smithi133:mon.b> sudo journalctl -f -n 0 -u ceph-094f3c46-5e17-11ef-bccf-c7b262605968@mon.b.service 2024-08-19T10:41:19.619 DEBUG:teuthology.orchestra.run.smithi196:mon.c> sudo journalctl -f -n 0 -u ceph-094f3c46-5e17-11ef-bccf-c7b262605968@mon.c.service 2024-08-19T10:41:19.622 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-08-19T10:41:19.622 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:797669399b32d2915e64eb6d4b1257ae3c50f80b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 094f3c46-5e17-11ef-bccf-c7b262605968 -- ceph mon dump -f json 2024-08-19T10:41:20.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:20 smithi078 bash[22737]: audit 2024-08-19T10:41:19.033868+0000 mgr.a (mgr.14150) 60 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi078:172.21.15.78=a;smithi133:172.21.15.133=b;smithi196:172.21.15.196=c", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:41:20.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:20 smithi078 bash[22737]: audit 2024-08-19T10:41:19.033868+0000 mgr.a (mgr.14150) 60 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi078:172.21.15.78=a;smithi133:172.21.15.133=b;smithi196:172.21.15.196=c", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:41:20.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:20 smithi078 bash[22737]: cephadm 2024-08-19T10:41:19.038912+0000 mgr.a (mgr.14150) 61 : cephadm [INF] Saving service mon spec with placement smithi078:172.21.15.78=a;smithi133:172.21.15.133=b;smithi196:172.21.15.196=c;count:3 2024-08-19T10:41:20.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:20 smithi078 bash[22737]: cephadm 2024-08-19T10:41:19.038912+0000 mgr.a (mgr.14150) 61 : cephadm [INF] Saving service mon spec with placement smithi078:172.21.15.78=a;smithi133:172.21.15.133=b;smithi196:172.21.15.196=c;count:3 2024-08-19T10:41:20.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:20 smithi078 bash[22737]: audit 2024-08-19T10:41:19.044338+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:20.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:20 smithi078 bash[22737]: audit 2024-08-19T10:41:19.044338+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:20.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:20 smithi078 bash[22737]: audit 2024-08-19T10:41:19.045997+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:41:20.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:20 smithi078 bash[22737]: audit 2024-08-19T10:41:19.045997+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:41:20.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:20 smithi078 bash[22737]: audit 2024-08-19T10:41:19.750642+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:20.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:20 smithi078 bash[22737]: audit 2024-08-19T10:41:19.750642+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:20.512 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:20 smithi078 bash[22737]: audit 2024-08-19T10:41:19.752218+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:41:20.512 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:20 smithi078 bash[22737]: audit 2024-08-19T10:41:19.752218+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:41:20.512 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:20 smithi078 bash[22737]: audit 2024-08-19T10:41:19.759737+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:20.512 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:20 smithi078 bash[22737]: audit 2024-08-19T10:41:19.759737+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:20.512 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:20 smithi078 bash[22737]: audit 2024-08-19T10:41:19.763292+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-08-19T10:41:20.512 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:20 smithi078 bash[22737]: audit 2024-08-19T10:41:19.763292+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-08-19T10:41:20.512 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:20 smithi078 bash[22737]: audit 2024-08-19T10:41:19.764800+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:20.512 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:20 smithi078 bash[22737]: audit 2024-08-19T10:41:19.764800+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:20.885 INFO:teuthology.orchestra.run.smithi196.stderr:Inferring config /var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.conf 2024-08-19T10:41:21.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:21 smithi078 bash[22737]: cephadm 2024-08-19T10:41:19.766417+0000 mgr.a (mgr.14150) 62 : cephadm [INF] Deploying daemon mon.c on smithi196 2024-08-19T10:41:21.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:21 smithi078 bash[22737]: cephadm 2024-08-19T10:41:19.766417+0000 mgr.a (mgr.14150) 62 : cephadm [INF] Deploying daemon mon.c on smithi196 2024-08-19T10:41:21.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:21 smithi078 bash[22737]: cluster 2024-08-19T10:41:20.074589+0000 mgr.a (mgr.14150) 63 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:21.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:21 smithi078 bash[22737]: cluster 2024-08-19T10:41:20.074589+0000 mgr.a (mgr.14150) 63 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:22.482 INFO:teuthology.orchestra.run.smithi196.stderr:dumped monmap epoch 1 2024-08-19T10:41:22.482 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-08-19T10:41:22.482 INFO:teuthology.orchestra.run.smithi196.stdout:{"epoch":1,"fsid":"094f3c46-5e17-11ef-bccf-c7b262605968","modified":"2024-08-19T10:39:01.869223Z","created":"2024-08-19T10:39:01.869223Z","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.78:3300","nonce":0},{"type":"v1","addr":"172.21.15.78:6789","nonce":0}]},"addr":"172.21.15.78:6789/0","public_addr":"172.21.15.78:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-08-19T10:41:22.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:22 smithi078 bash[22737]: cluster 2024-08-19T10:41:22.074975+0000 mgr.a (mgr.14150) 64 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:22.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:22 smithi078 bash[22737]: cluster 2024-08-19T10:41:22.074975+0000 mgr.a (mgr.14150) 64 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:23.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:23 smithi078 bash[22737]: audit 2024-08-19T10:41:22.480589+0000 mon.a (mon.0) 153 : audit [DBG] from='client.? 172.21.15.196:0/249071859' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-08-19T10:41:23.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:23 smithi078 bash[22737]: audit 2024-08-19T10:41:22.480589+0000 mon.a (mon.0) 153 : audit [DBG] from='client.? 172.21.15.196:0/249071859' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-08-19T10:41:24.296 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-08-19T10:41:24.297 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:797669399b32d2915e64eb6d4b1257ae3c50f80b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 094f3c46-5e17-11ef-bccf-c7b262605968 -- ceph mon dump -f json 2024-08-19T10:41:24.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:24 smithi078 bash[22737]: cluster 2024-08-19T10:41:24.075370+0000 mgr.a (mgr.14150) 65 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:24.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:24 smithi078 bash[22737]: cluster 2024-08-19T10:41:24.075370+0000 mgr.a (mgr.14150) 65 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:25.517 INFO:teuthology.orchestra.run.smithi196.stderr:Inferring config /var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/mon.c/config 2024-08-19T10:41:26.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:26 smithi078 bash[22737]: audit 2024-08-19T10:41:25.329834+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:26.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:26 smithi078 bash[22737]: audit 2024-08-19T10:41:25.329834+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:26.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:26 smithi078 bash[22737]: audit 2024-08-19T10:41:25.337187+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:26.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:26 smithi078 bash[22737]: audit 2024-08-19T10:41:25.337187+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:26.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:26 smithi078 bash[22737]: audit 2024-08-19T10:41:25.344880+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:26.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:26 smithi078 bash[22737]: audit 2024-08-19T10:41:25.344880+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:26.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:26 smithi078 bash[22737]: audit 2024-08-19T10:41:25.346227+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-08-19T10:41:26.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:26 smithi078 bash[22737]: audit 2024-08-19T10:41:25.346227+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-08-19T10:41:26.762 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:26 smithi078 bash[22737]: audit 2024-08-19T10:41:25.348114+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:26.762 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:26 smithi078 bash[22737]: audit 2024-08-19T10:41:25.348114+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:26.762 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:26 smithi078 bash[22737]: cephadm 2024-08-19T10:41:25.350067+0000 mgr.a (mgr.14150) 66 : cephadm [INF] Deploying daemon mon.b on smithi133 2024-08-19T10:41:26.762 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:26 smithi078 bash[22737]: cephadm 2024-08-19T10:41:25.350067+0000 mgr.a (mgr.14150) 66 : cephadm [INF] Deploying daemon mon.b on smithi133 2024-08-19T10:41:26.762 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:26 smithi078 bash[22737]: cluster 2024-08-19T10:41:26.075764+0000 mgr.a (mgr.14150) 67 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:26.762 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:26 smithi078 bash[22737]: cluster 2024-08-19T10:41:26.075764+0000 mgr.a (mgr.14150) 67 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:26.963 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:26 smithi196 bash[24909]: debug 2024-08-19T10:41:26.824+0000 7fb386bdf640 1 mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-08-19T10:41:29.991 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:29 smithi133 systemd[1]: Started Ceph mon.b for 094f3c46-5e17-11ef-bccf-c7b262605968. 2024-08-19T10:41:31.021 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.974+0000 7fdc19c45c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-08-19T10:41:31.021 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.974+0000 7fdc19c45c80 0 ceph version 19.0.0-5847-g79766939 (797669399b32d2915e64eb6d4b1257ae3c50f80b) squid (dev), process ceph-mon, pid 7 2024-08-19T10:41:31.021 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.974+0000 7fdc19c45c80 0 pidfile_write: ignore empty --pid-file 2024-08-19T10:41:31.021 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 0 load: jerasure load: lrc 2024-08-19T10:41:31.021 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: RocksDB version: 7.9.2 2024-08-19T10:41:31.021 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Git sha 0 2024-08-19T10:41:31.021 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Compile date 2024-08-17 20:32:33 2024-08-19T10:41:31.021 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: DB SUMMARY 2024-08-19T10:41:31.021 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: DB Session ID: KEBXIE29KKTEQA1R6NJA 2024-08-19T10:41:31.021 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: CURRENT file: CURRENT 2024-08-19T10:41:31.022 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: IDENTITY file: IDENTITY 2024-08-19T10:41:31.022 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-08-19T10:41:31.022 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-08-19T10:41:31.022 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 511 ; 2024-08-19T10:41:31.022 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.error_if_exists: 0 2024-08-19T10:41:31.022 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.create_if_missing: 0 2024-08-19T10:41:31.022 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.paranoid_checks: 1 2024-08-19T10:41:31.022 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-08-19T10:41:31.022 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-08-19T10:41:31.022 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-08-19T10:41:31.022 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.env: 0x5618c8488be0 2024-08-19T10:41:31.023 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.fs: PosixFileSystem 2024-08-19T10:41:31.023 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.info_log: 0x5618ca2d3700 2024-08-19T10:41:31.023 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-08-19T10:41:31.023 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.statistics: (nil) 2024-08-19T10:41:31.023 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.use_fsync: 0 2024-08-19T10:41:31.023 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.max_log_file_size: 0 2024-08-19T10:41:31.023 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-08-19T10:41:31.023 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-08-19T10:41:31.023 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-08-19T10:41:31.023 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-08-19T10:41:31.023 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.allow_fallocate: 1 2024-08-19T10:41:31.023 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-08-19T10:41:31.023 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-08-19T10:41:31.024 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.use_direct_reads: 0 2024-08-19T10:41:31.024 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-08-19T10:41:31.024 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.create_missing_column_families: 0 2024-08-19T10:41:31.024 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.db_log_dir: 2024-08-19T10:41:31.024 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.wal_dir: 2024-08-19T10:41:31.024 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-08-19T10:41:31.024 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-08-19T10:41:31.024 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-08-19T10:41:31.024 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-08-19T10:41:31.024 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-08-19T10:41:31.024 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-08-19T10:41:31.024 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.advise_random_on_open: 1 2024-08-19T10:41:31.024 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-08-19T10:41:31.025 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.write_buffer_manager: 0x5618ca2d6e60 2024-08-19T10:41:31.025 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-08-19T10:41:31.025 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-08-19T10:41:31.025 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-08-19T10:41:31.025 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.rate_limiter: (nil) 2024-08-19T10:41:31.025 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-08-19T10:41:31.025 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-08-19T10:41:31.025 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-08-19T10:41:31.026 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-08-19T10:41:31.026 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.unordered_write: 0 2024-08-19T10:41:31.026 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-08-19T10:41:31.026 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-08-19T10:41:31.026 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-08-19T10:41:31.026 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-08-19T10:41:31.026 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.row_cache: None 2024-08-19T10:41:31.026 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.wal_filter: None 2024-08-19T10:41:31.026 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-08-19T10:41:31.026 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-08-19T10:41:31.026 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.two_write_queues: 0 2024-08-19T10:41:31.026 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.manual_wal_flush: 0 2024-08-19T10:41:31.027 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.wal_compression: 0 2024-08-19T10:41:31.027 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.atomic_flush: 0 2024-08-19T10:41:31.027 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-08-19T10:41:31.027 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-08-19T10:41:31.027 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-08-19T10:41:31.027 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.log_readahead_size: 0 2024-08-19T10:41:31.027 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-08-19T10:41:31.027 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-08-19T10:41:31.027 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-08-19T10:41:31.027 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-08-19T10:41:31.027 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-08-19T10:41:31.027 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-08-19T10:41:31.028 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-08-19T10:41:31.028 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.max_background_jobs: 2 2024-08-19T10:41:31.028 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.max_background_compactions: -1 2024-08-19T10:41:31.031 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.max_subcompactions: 1 2024-08-19T10:41:31.031 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-08-19T10:41:31.031 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-08-19T10:41:31.031 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-08-19T10:41:31.031 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.max_total_wal_size: 0 2024-08-19T10:41:31.031 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-08-19T10:41:31.031 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-08-19T10:41:31.031 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-08-19T10:41:31.032 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-08-19T10:41:31.032 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.max_open_files: -1 2024-08-19T10:41:31.032 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.bytes_per_sync: 0 2024-08-19T10:41:31.032 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-08-19T10:41:31.032 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-08-19T10:41:31.032 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-08-19T10:41:31.032 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.max_background_flushes: -1 2024-08-19T10:41:31.032 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Compression algorithms supported: 2024-08-19T10:41:31.032 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: kZSTD supported: 0 2024-08-19T10:41:31.032 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: kXpressCompression supported: 0 2024-08-19T10:41:31.032 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: kBZip2Compression supported: 0 2024-08-19T10:41:31.033 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-08-19T10:41:31.033 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: kLZ4Compression supported: 1 2024-08-19T10:41:31.033 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: kZlibCompression supported: 1 2024-08-19T10:41:31.033 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-08-19T10:41:31.033 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: kSnappyCompression supported: 1 2024-08-19T10:41:31.033 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-08-19T10:41:31.033 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-08-19T10:41:31.033 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-08-19T10:41:31.033 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-08-19T10:41:31.033 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-08-19T10:41:31.033 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.merge_operator: 2024-08-19T10:41:31.033 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.compaction_filter: None 2024-08-19T10:41:31.033 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.compaction_filter_factory: None 2024-08-19T10:41:31.034 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-08-19T10:41:31.034 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-08-19T10:41:31.034 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-08-19T10:41:31.034 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5618ca2d3380) 2024-08-19T10:41:31.034 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: cache_index_and_filter_blocks: 1 2024-08-19T10:41:31.034 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: cache_index_and_filter_blocks_with_high_priority: 0 2024-08-19T10:41:31.034 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-08-19T10:41:31.034 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: pin_top_level_index_and_filter: 1 2024-08-19T10:41:31.034 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: index_type: 0 2024-08-19T10:41:31.034 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: data_block_index_type: 0 2024-08-19T10:41:31.035 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: index_shortening: 1 2024-08-19T10:41:31.035 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: data_block_hash_table_util_ratio: 0.750000 2024-08-19T10:41:31.035 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: checksum: 4 2024-08-19T10:41:31.035 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: no_block_cache: 0 2024-08-19T10:41:31.035 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: block_cache: 0x5618ca2c9610 2024-08-19T10:41:31.035 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: block_cache_name: BinnedLRUCache 2024-08-19T10:41:31.035 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: block_cache_options: 2024-08-19T10:41:31.035 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: capacity : 536870912 2024-08-19T10:41:31.035 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: num_shard_bits : 4 2024-08-19T10:41:31.035 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: strict_capacity_limit : 0 2024-08-19T10:41:31.035 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: high_pri_pool_ratio: 0.000 2024-08-19T10:41:31.036 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: block_cache_compressed: (nil) 2024-08-19T10:41:31.036 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: persistent_cache: (nil) 2024-08-19T10:41:31.036 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: block_size: 4096 2024-08-19T10:41:31.036 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: block_size_deviation: 10 2024-08-19T10:41:31.036 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: block_restart_interval: 16 2024-08-19T10:41:31.036 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: index_block_restart_interval: 1 2024-08-19T10:41:31.036 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: metadata_block_size: 4096 2024-08-19T10:41:31.036 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: partition_filters: 0 2024-08-19T10:41:31.036 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: use_delta_encoding: 1 2024-08-19T10:41:31.036 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: filter_policy: bloomfilter 2024-08-19T10:41:31.037 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: whole_key_filtering: 1 2024-08-19T10:41:31.037 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: verify_compression: 0 2024-08-19T10:41:31.037 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: read_amp_bytes_per_bit: 0 2024-08-19T10:41:31.037 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: format_version: 5 2024-08-19T10:41:31.037 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: enable_index_compression: 1 2024-08-19T10:41:31.037 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: block_align: 0 2024-08-19T10:41:31.037 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: max_auto_readahead_size: 262144 2024-08-19T10:41:31.037 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: prepopulate_block_cache: 0 2024-08-19T10:41:31.037 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: initial_auto_readahead_size: 8192 2024-08-19T10:41:31.037 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: num_file_reads_for_auto_readahead: 2 2024-08-19T10:41:31.037 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-08-19T10:41:31.037 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-08-19T10:41:31.037 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.compression: NoCompression 2024-08-19T10:41:31.038 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-08-19T10:41:31.038 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-08-19T10:41:31.038 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-08-19T10:41:31.038 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.num_levels: 7 2024-08-19T10:41:31.038 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-08-19T10:41:31.038 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-08-19T10:41:31.038 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-08-19T10:41:31.038 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-08-19T10:41:31.038 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-08-19T10:41:31.038 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-08-19T10:41:31.038 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-08-19T10:41:31.038 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-08-19T10:41:31.039 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-08-19T10:41:31.039 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-08-19T10:41:31.039 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-08-19T10:41:31.039 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-08-19T10:41:31.039 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-08-19T10:41:31.039 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.compression_opts.level: 32767 2024-08-19T10:41:31.039 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-08-19T10:41:31.039 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-08-19T10:41:31.039 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-08-19T10:41:31.039 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-08-19T10:41:31.039 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-08-19T10:41:31.039 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.compression_opts.enabled: false 2024-08-19T10:41:31.040 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-08-19T10:41:31.040 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-08-19T10:41:31.040 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-08-19T10:41:31.040 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-08-19T10:41:31.040 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-08-19T10:41:31.040 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-08-19T10:41:31.040 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-08-19T10:41:31.040 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-08-19T10:41:31.040 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-08-19T10:41:31.040 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-08-19T10:41:31.040 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-08-19T10:41:31.040 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-08-19T10:41:31.041 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-08-19T10:41:31.041 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-08-19T10:41:31.041 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-08-19T10:41:31.041 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-08-19T10:41:31.041 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-08-19T10:41:31.041 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-08-19T10:41:31.041 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-08-19T10:41:31.041 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.arena_block_size: 1048576 2024-08-19T10:41:31.041 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-08-19T10:41:31.041 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-08-19T10:41:31.041 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-08-19T10:41:31.041 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-08-19T10:41:31.041 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-08-19T10:41:31.042 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-08-19T10:41:31.042 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-08-19T10:41:31.042 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-08-19T10:41:31.042 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-08-19T10:41:31.042 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-08-19T10:41:31.042 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-08-19T10:41:31.042 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-08-19T10:41:31.042 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-08-19T10:41:31.042 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-08-19T10:41:31.042 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.inplace_update_support: 0 2024-08-19T10:41:31.042 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-08-19T10:41:31.042 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-08-19T10:41:31.043 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-08-19T10:41:31.043 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-08-19T10:41:31.043 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.bloom_locality: 0 2024-08-19T10:41:31.043 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.max_successive_merges: 0 2024-08-19T10:41:31.043 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-08-19T10:41:31.043 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-08-19T10:41:31.043 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.force_consistency_checks: 1 2024-08-19T10:41:31.043 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-08-19T10:41:31.043 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.ttl: 2592000 2024-08-19T10:41:31.043 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-08-19T10:41:31.043 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-08-19T10:41:31.043 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-08-19T10:41:31.043 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.enable_blob_files: false 2024-08-19T10:41:31.044 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.min_blob_size: 0 2024-08-19T10:41:31.044 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.blob_file_size: 268435456 2024-08-19T10:41:31.044 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-08-19T10:41:31.044 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-08-19T10:41:31.044 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-08-19T10:41:31.044 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-08-19T10:41:31.044 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-08-19T10:41:31.044 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-08-19T10:41:31.044 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-08-19T10:41:31.044 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 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-08-19T10:41:31.044 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-08-19T10:41:31.044 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 01b6e0e8-9a79-493c-b44c-c39ab86ccdd8 2024-08-19T10:41:31.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1724064090983950, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-08-19T10:41:31.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-08-19T10:41:31.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1724064090984474, "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": 1724064090, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "01b6e0e8-9a79-493c-b44c-c39ab86ccdd8", "db_session_id": "KEBXIE29KKTEQA1R6NJA", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-08-19T10:41:31.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1724064090984600, "job": 1, "event": "recovery_finished"} 2024-08-19T10:41:31.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.978+0000 7fdc19c45c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-08-19T10:41:31.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.982+0000 7fdc19c45c80 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-08-19T10:41:31.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.982+0000 7fdc19c45c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5618ca2f6e00 2024-08-19T10:41:31.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.982+0000 7fdc19c45c80 4 rocksdb: DB pointer 0x5618ca3f8000 2024-08-19T10:41:31.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.982+0000 7fdc0fa0d640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-08-19T10:41:31.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.982+0000 7fdc0fa0d640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-08-19T10:41:31.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: ** DB Stats ** 2024-08-19T10:41:31.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: Uptime(secs): 0.0 total, 0.0 interval 2024-08-19T10:41:31.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-08-19T10:41:31.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-08-19T10:41:31.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-08-19T10:41:31.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-08-19T10:41:31.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-08-19T10:41:31.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-08-19T10:41:31.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: ** Compaction Stats [default] ** 2024-08-19T10:41:31.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: 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-08-19T10:41:31.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-08-19T10:41:31.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: 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.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-08-19T10:41:31.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: 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.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-08-19T10:41:31.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: 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.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-08-19T10:41:31.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: ** Compaction Stats [default] ** 2024-08-19T10:41:31.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: 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-08-19T10:41:31.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-08-19T10:41:31.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: 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.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-08-19T10:41:31.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-08-19T10:41:31.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: Uptime(secs): 0.0 total, 0.0 interval 2024-08-19T10:41:31.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: Flush(GB): cumulative 0.000, interval 0.000 2024-08-19T10:41:31.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: AddFile(GB): cumulative 0.000, interval 0.000 2024-08-19T10:41:31.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: AddFile(Total Files): cumulative 0, interval 0 2024-08-19T10:41:31.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: AddFile(L0 Files): cumulative 0, interval 0 2024-08-19T10:41:31.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: AddFile(Keys): cumulative 0, interval 0 2024-08-19T10:41:31.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: Cumulative compaction: 0.00 GB write, 0.45 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-08-19T10:41:31.048 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: Interval compaction: 0.00 GB write, 0.45 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-08-19T10:41:31.048 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: 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-08-19T10:41:31.048 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: Block cache BinnedLRUCache@0x5618ca2c9610#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2024-08-19T10:41:31.048 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: 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-08-19T10:41:31.048 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: ** File Read Latency Histogram By Level [default] ** 2024-08-19T10:41:31.048 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.982+0000 7fdc19c45c80 0 mon.b does not exist in monmap, will attempt to join an existing cluster 2024-08-19T10:41:31.048 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.982+0000 7fdc19c45c80 0 using public_addr v2:172.21.15.133:0/0 -> [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] 2024-08-19T10:41:31.048 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.982+0000 7fdc19c45c80 0 starting mon.b rank -1 at public addrs [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] at bind addrs [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 094f3c46-5e17-11ef-bccf-c7b262605968 2024-08-19T10:41:31.048 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:30 smithi133 bash[24239]: debug 2024-08-19T10:41:30.982+0000 7fdc19c45c80 1 mon.b@-1(???) e0 preinit fsid 094f3c46-5e17-11ef-bccf-c7b262605968 2024-08-19T10:41:31.048 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: debug 2024-08-19T10:41:31.010+0000 7fdc12a13640 0 mon.b@-1(synchronizing).mds e1 new map 2024-08-19T10:41:31.048 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: debug 2024-08-19T10:41:31.010+0000 7fdc12a13640 0 mon.b@-1(synchronizing).mds e1 print_map 2024-08-19T10:41:31.048 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: e1 2024-08-19T10:41:31.048 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: btime 2024-08-19T10:39:06:624889+0000 2024-08-19T10:41:31.049 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: enable_multiple, ever_enabled_multiple: 1,1 2024-08-19T10:41:31.049 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: 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-08-19T10:41:31.049 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: legacy client fscid: -1 2024-08-19T10:41:31.049 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: 2024-08-19T10:41:31.049 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: No filesystems configured 2024-08-19T10:41:31.049 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: debug 2024-08-19T10:41:31.010+0000 7fdc12a13640 1 mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-08-19T10:41:31.049 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: debug 2024-08-19T10:41:31.010+0000 7fdc12a13640 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-08-19T10:41:31.049 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: debug 2024-08-19T10:41:31.010+0000 7fdc12a13640 1 mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-08-19T10:41:31.049 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: debug 2024-08-19T10:41:31.010+0000 7fdc12a13640 1 mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-08-19T10:41:31.049 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: debug 2024-08-19T10:41:31.010+0000 7fdc12a13640 1 mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-08-19T10:41:31.049 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: debug 2024-08-19T10:41:31.010+0000 7fdc12a13640 1 mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-08-19T10:41:31.049 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: debug 2024-08-19T10:41:31.010+0000 7fdc12a13640 0 mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-08-19T10:41:31.049 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: debug 2024-08-19T10:41:31.010+0000 7fdc12a13640 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-08-19T10:41:31.050 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: debug 2024-08-19T10:41:31.010+0000 7fdc12a13640 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-08-19T10:41:31.050 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: debug 2024-08-19T10:41:31.010+0000 7fdc12a13640 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-08-19T10:41:31.050 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cluster 2024-08-19T10:40:34.065084+0000 mgr.a (mgr.14150) 16 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:31.050 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cluster 2024-08-19T10:40:34.065084+0000 mgr.a (mgr.14150) 16 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:31.050 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:40:34.702897+0000 mgr.a (mgr.14150) 17 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:41:31.050 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:40:34.702897+0000 mgr.a (mgr.14150) 17 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:41:31.050 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:40:34.707654+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:31.050 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:40:34.707654+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:31.050 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:40:34.708904+0000 mon.a (mon.0) 107 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:41:31.050 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:40:34.708904+0000 mon.a (mon.0) 107 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:41:31.050 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:40:34.711990+0000 mon.a (mon.0) 108 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:31.050 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:40:34.711990+0000 mon.a (mon.0) 108 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:31.051 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:40:34.713000+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:41:31.051 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:40:34.713000+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:41:31.051 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cephadm 2024-08-19T10:40:34.714451+0000 mgr.a (mgr.14150) 18 : cephadm [INF] Updating smithi078:/etc/ceph/ceph.conf 2024-08-19T10:41:31.051 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cephadm 2024-08-19T10:40:34.714451+0000 mgr.a (mgr.14150) 18 : cephadm [INF] Updating smithi078:/etc/ceph/ceph.conf 2024-08-19T10:41:31.051 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cephadm 2024-08-19T10:40:34.802469+0000 mgr.a (mgr.14150) 19 : cephadm [INF] Updating smithi078:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.conf 2024-08-19T10:41:31.051 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cephadm 2024-08-19T10:40:34.802469+0000 mgr.a (mgr.14150) 19 : cephadm [INF] Updating smithi078:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.conf 2024-08-19T10:41:31.051 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cephadm 2024-08-19T10:40:34.882169+0000 mgr.a (mgr.14150) 20 : cephadm [INF] Updating smithi078:/etc/ceph/ceph.client.admin.keyring 2024-08-19T10:41:31.051 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cephadm 2024-08-19T10:40:34.882169+0000 mgr.a (mgr.14150) 20 : cephadm [INF] Updating smithi078:/etc/ceph/ceph.client.admin.keyring 2024-08-19T10:41:31.051 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cephadm 2024-08-19T10:40:34.973764+0000 mgr.a (mgr.14150) 21 : cephadm [INF] Updating smithi078:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.client.admin.keyring 2024-08-19T10:41:31.051 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cephadm 2024-08-19T10:40:34.973764+0000 mgr.a (mgr.14150) 21 : cephadm [INF] Updating smithi078:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.client.admin.keyring 2024-08-19T10:41:31.051 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:40:35.134136+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:31.051 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:40:35.134136+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:31.051 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:40:35.138180+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:31.052 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:40:35.138180+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:31.052 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:40:35.142320+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:31.052 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:40:35.142320+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:31.052 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cluster 2024-08-19T10:40:36.065562+0000 mgr.a (mgr.14150) 22 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:31.052 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cluster 2024-08-19T10:40:36.065562+0000 mgr.a (mgr.14150) 22 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:31.052 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cluster 2024-08-19T10:40:38.066013+0000 mgr.a (mgr.14150) 23 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:31.052 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cluster 2024-08-19T10:40:38.066013+0000 mgr.a (mgr.14150) 23 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:31.052 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cluster 2024-08-19T10:40:40.066484+0000 mgr.a (mgr.14150) 24 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:31.052 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cluster 2024-08-19T10:40:40.066484+0000 mgr.a (mgr.14150) 24 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:31.052 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:40:40.587763+0000 mgr.a (mgr.14150) 25 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi133", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:41:31.052 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:40:40.587763+0000 mgr.a (mgr.14150) 25 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi133", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:41:31.052 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cephadm 2024-08-19T10:40:41.556454+0000 mgr.a (mgr.14150) 26 : cephadm [INF] Deploying cephadm binary to smithi133 2024-08-19T10:41:31.052 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cephadm 2024-08-19T10:40:41.556454+0000 mgr.a (mgr.14150) 26 : cephadm [INF] Deploying cephadm binary to smithi133 2024-08-19T10:41:31.053 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cluster 2024-08-19T10:40:42.066876+0000 mgr.a (mgr.14150) 27 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:31.053 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cluster 2024-08-19T10:40:42.066876+0000 mgr.a (mgr.14150) 27 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:31.053 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cluster 2024-08-19T10:40:44.067252+0000 mgr.a (mgr.14150) 28 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:31.053 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cluster 2024-08-19T10:40:44.067252+0000 mgr.a (mgr.14150) 28 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:31.053 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:40:44.755726+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:31.053 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:40:44.755726+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:31.053 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cephadm 2024-08-19T10:40:44.756623+0000 mgr.a (mgr.14150) 29 : cephadm [INF] Added host smithi133 2024-08-19T10:41:31.053 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cephadm 2024-08-19T10:40:44.756623+0000 mgr.a (mgr.14150) 29 : cephadm [INF] Added host smithi133 2024-08-19T10:41:31.053 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:40:44.757426+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:41:31.053 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:40:44.757426+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:41:31.053 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:40:45.266163+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:31.053 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:40:45.266163+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:31.054 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cluster 2024-08-19T10:40:46.067636+0000 mgr.a (mgr.14150) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:31.054 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cluster 2024-08-19T10:40:46.067636+0000 mgr.a (mgr.14150) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:31.054 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:40:46.829669+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:31.054 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:40:46.829669+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:31.054 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cluster 2024-08-19T10:40:48.068028+0000 mgr.a (mgr.14150) 31 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:31.054 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cluster 2024-08-19T10:40:48.068028+0000 mgr.a (mgr.14150) 31 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:31.054 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:40:48.074223+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:31.054 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:40:48.074223+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:31.054 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cluster 2024-08-19T10:40:50.068454+0000 mgr.a (mgr.14150) 32 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:31.054 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cluster 2024-08-19T10:40:50.068454+0000 mgr.a (mgr.14150) 32 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:31.054 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:40:51.410887+0000 mgr.a (mgr.14150) 33 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:41:31.054 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:40:51.410887+0000 mgr.a (mgr.14150) 33 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:41:31.054 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cluster 2024-08-19T10:40:52.068860+0000 mgr.a (mgr.14150) 34 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:31.055 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cluster 2024-08-19T10:40:52.068860+0000 mgr.a (mgr.14150) 34 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:31.055 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:40:53.730820+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:31.055 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:40:53.730820+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:31.055 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:40:53.736015+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:31.055 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:40:53.736015+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:31.055 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:40:53.742214+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:31.055 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:40:53.742214+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:31.055 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:40:53.747299+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:31.055 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:40:53.747299+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:31.055 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:40:53.749022+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi133", "name": "osd_memory_target"} : dispatch 2024-08-19T10:41:31.055 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:40:53.749022+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi133", "name": "osd_memory_target"} : dispatch 2024-08-19T10:41:31.055 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:40:53.751137+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:31.055 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:40:53.751137+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:31.056 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:40:53.752852+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:41:31.056 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:40:53.752852+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:41:31.056 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cephadm 2024-08-19T10:40:53.755305+0000 mgr.a (mgr.14150) 35 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.conf 2024-08-19T10:41:31.056 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cephadm 2024-08-19T10:40:53.755305+0000 mgr.a (mgr.14150) 35 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.conf 2024-08-19T10:41:31.056 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cephadm 2024-08-19T10:40:53.934550+0000 mgr.a (mgr.14150) 36 : cephadm [INF] Updating smithi133:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.conf 2024-08-19T10:41:31.056 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cephadm 2024-08-19T10:40:53.934550+0000 mgr.a (mgr.14150) 36 : cephadm [INF] Updating smithi133:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.conf 2024-08-19T10:41:31.056 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cluster 2024-08-19T10:40:54.069225+0000 mgr.a (mgr.14150) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:31.056 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cluster 2024-08-19T10:40:54.069225+0000 mgr.a (mgr.14150) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:31.056 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cephadm 2024-08-19T10:40:54.085993+0000 mgr.a (mgr.14150) 38 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.client.admin.keyring 2024-08-19T10:41:31.056 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cephadm 2024-08-19T10:40:54.085993+0000 mgr.a (mgr.14150) 38 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.client.admin.keyring 2024-08-19T10:41:31.056 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:40:54.367437+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:31.056 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:40:54.367437+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:31.057 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:40:54.372677+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:31.057 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:40:54.372677+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:31.057 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:40:54.378209+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:31.057 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:40:54.378209+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:31.057 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cephadm 2024-08-19T10:40:54.226249+0000 mgr.a (mgr.14150) 39 : cephadm [INF] Updating smithi133:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.client.admin.keyring 2024-08-19T10:41:31.057 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cephadm 2024-08-19T10:40:54.226249+0000 mgr.a (mgr.14150) 39 : cephadm [INF] Updating smithi133:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.client.admin.keyring 2024-08-19T10:41:31.057 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cluster 2024-08-19T10:40:56.069641+0000 mgr.a (mgr.14150) 40 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:31.057 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cluster 2024-08-19T10:40:56.069641+0000 mgr.a (mgr.14150) 40 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:31.057 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cluster 2024-08-19T10:40:58.070075+0000 mgr.a (mgr.14150) 41 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:31.057 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cluster 2024-08-19T10:40:58.070075+0000 mgr.a (mgr.14150) 41 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:31.057 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:40:58.118210+0000 mgr.a (mgr.14150) 42 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi196", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:41:31.057 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:40:58.118210+0000 mgr.a (mgr.14150) 42 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi196", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:41:31.057 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cephadm 2024-08-19T10:40:59.148737+0000 mgr.a (mgr.14150) 43 : cephadm [INF] Deploying cephadm binary to smithi196 2024-08-19T10:41:31.057 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cephadm 2024-08-19T10:40:59.148737+0000 mgr.a (mgr.14150) 43 : cephadm [INF] Deploying cephadm binary to smithi196 2024-08-19T10:41:31.058 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cluster 2024-08-19T10:41:00.070463+0000 mgr.a (mgr.14150) 44 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:31.058 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cluster 2024-08-19T10:41:00.070463+0000 mgr.a (mgr.14150) 44 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:31.058 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cluster 2024-08-19T10:41:02.070858+0000 mgr.a (mgr.14150) 45 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:31.058 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cluster 2024-08-19T10:41:02.070858+0000 mgr.a (mgr.14150) 45 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:31.058 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:41:02.487428+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:31.058 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:41:02.487428+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:31.058 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cephadm 2024-08-19T10:41:02.488370+0000 mgr.a (mgr.14150) 46 : cephadm [INF] Added host smithi196 2024-08-19T10:41:31.058 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cephadm 2024-08-19T10:41:02.488370+0000 mgr.a (mgr.14150) 46 : cephadm [INF] Added host smithi196 2024-08-19T10:41:31.058 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:41:02.489181+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:41:31.058 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:41:02.489181+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:41:31.058 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:41:03.032580+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:31.058 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:41:03.032580+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:31.059 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cluster 2024-08-19T10:41:04.071279+0000 mgr.a (mgr.14150) 47 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:31.059 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cluster 2024-08-19T10:41:04.071279+0000 mgr.a (mgr.14150) 47 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:31.059 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:41:04.561581+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:31.059 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:41:04.561581+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:31.059 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:41:05.852864+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:31.059 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:41:05.852864+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:31.059 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cluster 2024-08-19T10:41:06.071709+0000 mgr.a (mgr.14150) 48 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:31.059 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cluster 2024-08-19T10:41:06.071709+0000 mgr.a (mgr.14150) 48 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:31.059 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cluster 2024-08-19T10:41:08.072148+0000 mgr.a (mgr.14150) 49 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:31.059 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cluster 2024-08-19T10:41:08.072148+0000 mgr.a (mgr.14150) 49 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:31.059 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:41:09.145443+0000 mgr.a (mgr.14150) 50 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:41:31.060 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:41:09.145443+0000 mgr.a (mgr.14150) 50 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:41:31.060 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cluster 2024-08-19T10:41:10.072440+0000 mgr.a (mgr.14150) 51 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:31.060 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cluster 2024-08-19T10:41:10.072440+0000 mgr.a (mgr.14150) 51 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:31.060 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:41:11.266755+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:31.060 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:41:11.266755+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:31.060 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:41:11.272509+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:31.060 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:41:11.272509+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:31.060 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:41:11.278623+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:31.060 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:41:11.278623+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:31.060 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:41:11.284438+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:31.060 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:41:11.284438+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:31.060 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:41:11.286152+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi196", "name": "osd_memory_target"} : dispatch 2024-08-19T10:41:31.060 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:41:11.286152+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi196", "name": "osd_memory_target"} : dispatch 2024-08-19T10:41:31.061 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:41:11.288364+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:31.061 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:41:11.288364+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:31.061 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:41:11.289941+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:41:31.061 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:41:11.289941+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:41:31.061 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cephadm 2024-08-19T10:41:11.292433+0000 mgr.a (mgr.14150) 52 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.conf 2024-08-19T10:41:31.061 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cephadm 2024-08-19T10:41:11.292433+0000 mgr.a (mgr.14150) 52 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.conf 2024-08-19T10:41:31.061 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cephadm 2024-08-19T10:41:11.468814+0000 mgr.a (mgr.14150) 53 : cephadm [INF] Updating smithi196:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.conf 2024-08-19T10:41:31.061 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cephadm 2024-08-19T10:41:11.468814+0000 mgr.a (mgr.14150) 53 : cephadm [INF] Updating smithi196:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.conf 2024-08-19T10:41:31.061 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cephadm 2024-08-19T10:41:11.614276+0000 mgr.a (mgr.14150) 54 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.client.admin.keyring 2024-08-19T10:41:31.061 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cephadm 2024-08-19T10:41:11.614276+0000 mgr.a (mgr.14150) 54 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.client.admin.keyring 2024-08-19T10:41:31.061 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cephadm 2024-08-19T10:41:11.748172+0000 mgr.a (mgr.14150) 55 : cephadm [INF] Updating smithi196:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.client.admin.keyring 2024-08-19T10:41:31.061 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cephadm 2024-08-19T10:41:11.748172+0000 mgr.a (mgr.14150) 55 : cephadm [INF] Updating smithi196:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.client.admin.keyring 2024-08-19T10:41:31.061 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:41:11.879062+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:31.062 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:41:11.879062+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:31.062 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:41:11.883361+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:31.062 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:41:11.883361+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:31.062 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:41:11.887672+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:31.062 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:41:11.887672+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:31.062 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cluster 2024-08-19T10:41:12.072869+0000 mgr.a (mgr.14150) 56 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:31.062 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cluster 2024-08-19T10:41:12.072869+0000 mgr.a (mgr.14150) 56 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:31.062 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cluster 2024-08-19T10:41:14.073330+0000 mgr.a (mgr.14150) 57 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:31.062 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cluster 2024-08-19T10:41:14.073330+0000 mgr.a (mgr.14150) 57 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:31.062 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:41:15.860107+0000 mon.a (mon.0) 143 : audit [INF] from='client.? 172.21.15.78:0/2500530445' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-08-19T10:41:31.062 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:41:15.860107+0000 mon.a (mon.0) 143 : audit [INF] from='client.? 172.21.15.78:0/2500530445' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-08-19T10:41:31.062 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:41:15.911476+0000 mon.a (mon.0) 144 : audit [INF] from='client.? 172.21.15.78:0/2500530445' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-08-19T10:41:31.062 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:41:15.911476+0000 mon.a (mon.0) 144 : audit [INF] from='client.? 172.21.15.78:0/2500530445' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-08-19T10:41:31.062 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cluster 2024-08-19T10:41:15.914603+0000 mon.a (mon.0) 145 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-08-19T10:41:31.063 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cluster 2024-08-19T10:41:15.914603+0000 mon.a (mon.0) 145 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-08-19T10:41:31.063 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cluster 2024-08-19T10:41:16.073727+0000 mgr.a (mgr.14150) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:31.063 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cluster 2024-08-19T10:41:16.073727+0000 mgr.a (mgr.14150) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:31.063 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cluster 2024-08-19T10:41:18.074171+0000 mgr.a (mgr.14150) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:31.063 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cluster 2024-08-19T10:41:18.074171+0000 mgr.a (mgr.14150) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:31.063 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:41:19.033868+0000 mgr.a (mgr.14150) 60 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi078:172.21.15.78=a;smithi133:172.21.15.133=b;smithi196:172.21.15.196=c", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:41:31.063 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:41:19.033868+0000 mgr.a (mgr.14150) 60 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi078:172.21.15.78=a;smithi133:172.21.15.133=b;smithi196:172.21.15.196=c", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:41:31.063 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cephadm 2024-08-19T10:41:19.038912+0000 mgr.a (mgr.14150) 61 : cephadm [INF] Saving service mon spec with placement smithi078:172.21.15.78=a;smithi133:172.21.15.133=b;smithi196:172.21.15.196=c;count:3 2024-08-19T10:41:31.063 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cephadm 2024-08-19T10:41:19.038912+0000 mgr.a (mgr.14150) 61 : cephadm [INF] Saving service mon spec with placement smithi078:172.21.15.78=a;smithi133:172.21.15.133=b;smithi196:172.21.15.196=c;count:3 2024-08-19T10:41:31.063 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:41:19.044338+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:31.063 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:41:19.044338+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:31.064 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:41:19.045997+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:41:31.064 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:41:19.045997+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:41:31.064 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:41:19.750642+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:31.064 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:41:19.750642+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:31.064 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:41:19.752218+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:41:31.064 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:41:19.752218+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:41:31.064 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:41:19.759737+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:31.064 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:41:19.759737+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:31.064 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:41:19.763292+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-08-19T10:41:31.064 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:41:19.763292+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-08-19T10:41:31.064 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:41:19.764800+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:31.064 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:41:19.764800+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:31.065 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cephadm 2024-08-19T10:41:19.766417+0000 mgr.a (mgr.14150) 62 : cephadm [INF] Deploying daemon mon.c on smithi196 2024-08-19T10:41:31.065 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cephadm 2024-08-19T10:41:19.766417+0000 mgr.a (mgr.14150) 62 : cephadm [INF] Deploying daemon mon.c on smithi196 2024-08-19T10:41:31.065 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cluster 2024-08-19T10:41:20.074589+0000 mgr.a (mgr.14150) 63 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:31.065 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cluster 2024-08-19T10:41:20.074589+0000 mgr.a (mgr.14150) 63 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:31.065 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cluster 2024-08-19T10:41:22.074975+0000 mgr.a (mgr.14150) 64 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:31.065 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cluster 2024-08-19T10:41:22.074975+0000 mgr.a (mgr.14150) 64 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:31.065 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:41:22.480589+0000 mon.a (mon.0) 153 : audit [DBG] from='client.? 172.21.15.196:0/249071859' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-08-19T10:41:31.065 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:41:22.480589+0000 mon.a (mon.0) 153 : audit [DBG] from='client.? 172.21.15.196:0/249071859' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-08-19T10:41:31.065 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cluster 2024-08-19T10:41:24.075370+0000 mgr.a (mgr.14150) 65 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:31.065 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cluster 2024-08-19T10:41:24.075370+0000 mgr.a (mgr.14150) 65 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:31.065 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:41:25.329834+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:31.065 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:41:25.329834+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:31.065 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:41:25.337187+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:31.066 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:41:25.337187+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:31.066 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:41:25.344880+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:31.066 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:41:25.344880+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:31.066 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:41:25.346227+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-08-19T10:41:31.066 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:41:25.346227+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-08-19T10:41:31.066 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:41:25.348114+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:31.066 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: audit 2024-08-19T10:41:25.348114+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:31.066 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cephadm 2024-08-19T10:41:25.350067+0000 mgr.a (mgr.14150) 66 : cephadm [INF] Deploying daemon mon.b on smithi133 2024-08-19T10:41:31.066 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cephadm 2024-08-19T10:41:25.350067+0000 mgr.a (mgr.14150) 66 : cephadm [INF] Deploying daemon mon.b on smithi133 2024-08-19T10:41:31.066 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cluster 2024-08-19T10:41:26.075764+0000 mgr.a (mgr.14150) 67 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:31.066 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: cluster 2024-08-19T10:41:26.075764+0000 mgr.a (mgr.14150) 67 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:31.066 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:31 smithi133 bash[24239]: debug 2024-08-19T10:41:31.014+0000 7fdc12a13640 1 mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-08-19T10:41:32.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:31 smithi078 bash[22737]: audit 2024-08-19T10:41:26.838602+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-08-19T10:41:32.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:31 smithi078 bash[22737]: audit 2024-08-19T10:41:26.838602+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-08-19T10:41:32.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:31 smithi078 bash[22737]: cluster 2024-08-19T10:41:26.838999+0000 mon.a (mon.0) 161 : cluster [INF] mon.a calling monitor election 2024-08-19T10:41:32.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:31 smithi078 bash[22737]: cluster 2024-08-19T10:41:26.838999+0000 mon.a (mon.0) 161 : cluster [INF] mon.a calling monitor election 2024-08-19T10:41:32.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:31 smithi078 bash[22737]: audit 2024-08-19T10:41:26.862197+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:41:32.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:31 smithi078 bash[22737]: audit 2024-08-19T10:41:26.862197+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:41:32.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:31 smithi078 bash[22737]: audit 2024-08-19T10:41:27.832004+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:41:32.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:31 smithi078 bash[22737]: audit 2024-08-19T10:41:27.832004+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:41:32.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:31 smithi078 bash[22737]: cluster 2024-08-19T10:41:28.076179+0000 mgr.a (mgr.14150) 68 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:32.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:31 smithi078 bash[22737]: cluster 2024-08-19T10:41:28.076179+0000 mgr.a (mgr.14150) 68 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:32.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:31 smithi078 bash[22737]: audit 2024-08-19T10:41:28.831935+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:41:32.262 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:31 smithi078 bash[22737]: audit 2024-08-19T10:41:28.831935+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:41:32.262 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:31 smithi078 bash[22737]: cluster 2024-08-19T10:41:28.835638+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-08-19T10:41:32.262 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:31 smithi078 bash[22737]: cluster 2024-08-19T10:41:28.835638+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-08-19T10:41:32.262 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:31 smithi078 bash[22737]: audit 2024-08-19T10:41:29.831993+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:41:32.262 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:31 smithi078 bash[22737]: audit 2024-08-19T10:41:29.831993+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:41:32.262 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:31 smithi078 bash[22737]: cluster 2024-08-19T10:41:30.076610+0000 mgr.a (mgr.14150) 69 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:32.262 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:31 smithi078 bash[22737]: cluster 2024-08-19T10:41:30.076610+0000 mgr.a (mgr.14150) 69 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:32.262 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:31 smithi078 bash[22737]: audit 2024-08-19T10:41:30.832337+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:41:32.262 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:31 smithi078 bash[22737]: audit 2024-08-19T10:41:30.832337+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:41:32.263 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:31 smithi078 bash[22737]: audit 2024-08-19T10:41:31.025596+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:41:32.263 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:31 smithi078 bash[22737]: audit 2024-08-19T10:41:31.025596+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:41:32.263 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:31 smithi078 bash[22737]: audit 2024-08-19T10:41:31.832468+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:41:32.263 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:31 smithi078 bash[22737]: audit 2024-08-19T10:41:31.832468+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:41:32.263 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:31 smithi078 bash[22737]: cluster 2024-08-19T10:41:31.882644+0000 mon.a (mon.0) 169 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-08-19T10:41:32.263 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:31 smithi078 bash[22737]: cluster 2024-08-19T10:41:31.882644+0000 mon.a (mon.0) 169 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-08-19T10:41:32.263 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:31 smithi078 bash[22737]: cluster 2024-08-19T10:41:31.890964+0000 mon.a (mon.0) 170 : cluster [DBG] monmap epoch 2 2024-08-19T10:41:32.263 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:31 smithi078 bash[22737]: cluster 2024-08-19T10:41:31.890964+0000 mon.a (mon.0) 170 : cluster [DBG] monmap epoch 2 2024-08-19T10:41:32.263 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:31 smithi078 bash[22737]: cluster 2024-08-19T10:41:31.890996+0000 mon.a (mon.0) 171 : cluster [DBG] fsid 094f3c46-5e17-11ef-bccf-c7b262605968 2024-08-19T10:41:32.263 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:31 smithi078 bash[22737]: cluster 2024-08-19T10:41:31.890996+0000 mon.a (mon.0) 171 : cluster [DBG] fsid 094f3c46-5e17-11ef-bccf-c7b262605968 2024-08-19T10:41:32.263 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:31 smithi078 bash[22737]: cluster 2024-08-19T10:41:31.891012+0000 mon.a (mon.0) 172 : cluster [DBG] last_changed 2024-08-19T10:41:26.832633+0000 2024-08-19T10:41:32.264 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:31 smithi078 bash[22737]: cluster 2024-08-19T10:41:31.891012+0000 mon.a (mon.0) 172 : cluster [DBG] last_changed 2024-08-19T10:41:26.832633+0000 2024-08-19T10:41:32.264 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:31 smithi078 bash[22737]: cluster 2024-08-19T10:41:31.891034+0000 mon.a (mon.0) 173 : cluster [DBG] created 2024-08-19T10:39:01.869223+0000 2024-08-19T10:41:32.264 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:31 smithi078 bash[22737]: cluster 2024-08-19T10:41:31.891034+0000 mon.a (mon.0) 173 : cluster [DBG] created 2024-08-19T10:39:01.869223+0000 2024-08-19T10:41:32.264 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:31 smithi078 bash[22737]: cluster 2024-08-19T10:41:31.891055+0000 mon.a (mon.0) 174 : cluster [DBG] min_mon_release 19 (squid) 2024-08-19T10:41:32.264 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:31 smithi078 bash[22737]: cluster 2024-08-19T10:41:31.891055+0000 mon.a (mon.0) 174 : cluster [DBG] min_mon_release 19 (squid) 2024-08-19T10:41:32.264 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:31 smithi078 bash[22737]: cluster 2024-08-19T10:41:31.891073+0000 mon.a (mon.0) 175 : cluster [DBG] election_strategy: 1 2024-08-19T10:41:32.264 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:31 smithi078 bash[22737]: cluster 2024-08-19T10:41:31.891073+0000 mon.a (mon.0) 175 : cluster [DBG] election_strategy: 1 2024-08-19T10:41:32.264 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:31 smithi078 bash[22737]: cluster 2024-08-19T10:41:31.891093+0000 mon.a (mon.0) 176 : cluster [DBG] 0: [v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0] mon.a 2024-08-19T10:41:32.264 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:31 smithi078 bash[22737]: cluster 2024-08-19T10:41:31.891093+0000 mon.a (mon.0) 176 : cluster [DBG] 0: [v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0] mon.a 2024-08-19T10:41:32.264 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:31 smithi078 bash[22737]: cluster 2024-08-19T10:41:31.891112+0000 mon.a (mon.0) 177 : cluster [DBG] 1: [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] mon.c 2024-08-19T10:41:32.264 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:31 smithi078 bash[22737]: cluster 2024-08-19T10:41:31.891112+0000 mon.a (mon.0) 177 : cluster [DBG] 1: [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] mon.c 2024-08-19T10:41:32.264 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:31 smithi078 bash[22737]: cluster 2024-08-19T10:41:31.909891+0000 mon.a (mon.0) 178 : cluster [DBG] fsmap 2024-08-19T10:41:32.264 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:31 smithi078 bash[22737]: cluster 2024-08-19T10:41:31.909891+0000 mon.a (mon.0) 178 : cluster [DBG] fsmap 2024-08-19T10:41:32.264 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:31 smithi078 bash[22737]: cluster 2024-08-19T10:41:31.909943+0000 mon.a (mon.0) 179 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-08-19T10:41:32.265 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:31 smithi078 bash[22737]: cluster 2024-08-19T10:41:31.909943+0000 mon.a (mon.0) 179 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-08-19T10:41:32.265 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:31 smithi078 bash[22737]: cluster 2024-08-19T10:41:31.910225+0000 mon.a (mon.0) 180 : cluster [DBG] mgrmap e13: a(active, since 85s) 2024-08-19T10:41:32.265 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:31 smithi078 bash[22737]: cluster 2024-08-19T10:41:31.910225+0000 mon.a (mon.0) 180 : cluster [DBG] mgrmap e13: a(active, since 85s) 2024-08-19T10:41:32.265 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:31 smithi078 bash[22737]: cluster 2024-08-19T10:41:31.910469+0000 mon.a (mon.0) 181 : cluster [INF] overall HEALTH_OK 2024-08-19T10:41:32.265 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:31 smithi078 bash[22737]: cluster 2024-08-19T10:41:31.910469+0000 mon.a (mon.0) 181 : cluster [INF] overall HEALTH_OK 2024-08-19T10:41:32.265 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:31 smithi078 bash[22737]: audit 2024-08-19T10:41:31.918091+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:32.265 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:31 smithi078 bash[22737]: audit 2024-08-19T10:41:31.918091+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:32.265 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:31 smithi078 bash[22737]: audit 2024-08-19T10:41:31.924599+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:32.265 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:31 smithi078 bash[22737]: audit 2024-08-19T10:41:31.924599+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:32.265 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:31 smithi078 bash[22737]: audit 2024-08-19T10:41:31.932343+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:32.265 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:31 smithi078 bash[22737]: audit 2024-08-19T10:41:31.932343+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:32.265 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:31 smithi078 bash[22737]: audit 2024-08-19T10:41:31.939398+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:32.265 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:31 smithi078 bash[22737]: audit 2024-08-19T10:41:31.939398+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:32.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:31 smithi196 bash[24909]: audit 2024-08-19T10:41:26.838602+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-08-19T10:41:32.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:31 smithi196 bash[24909]: audit 2024-08-19T10:41:26.838602+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-08-19T10:41:32.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:31 smithi196 bash[24909]: cluster 2024-08-19T10:41:26.838999+0000 mon.a (mon.0) 161 : cluster [INF] mon.a calling monitor election 2024-08-19T10:41:32.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:31 smithi196 bash[24909]: cluster 2024-08-19T10:41:26.838999+0000 mon.a (mon.0) 161 : cluster [INF] mon.a calling monitor election 2024-08-19T10:41:32.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:31 smithi196 bash[24909]: audit 2024-08-19T10:41:26.862197+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:41:32.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:31 smithi196 bash[24909]: audit 2024-08-19T10:41:26.862197+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:41:32.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:31 smithi196 bash[24909]: audit 2024-08-19T10:41:27.832004+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:41:32.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:31 smithi196 bash[24909]: audit 2024-08-19T10:41:27.832004+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:41:32.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:31 smithi196 bash[24909]: cluster 2024-08-19T10:41:28.076179+0000 mgr.a (mgr.14150) 68 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:32.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:31 smithi196 bash[24909]: cluster 2024-08-19T10:41:28.076179+0000 mgr.a (mgr.14150) 68 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:32.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:31 smithi196 bash[24909]: audit 2024-08-19T10:41:28.831935+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:41:32.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:31 smithi196 bash[24909]: audit 2024-08-19T10:41:28.831935+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:41:32.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:31 smithi196 bash[24909]: cluster 2024-08-19T10:41:28.835638+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-08-19T10:41:32.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:31 smithi196 bash[24909]: cluster 2024-08-19T10:41:28.835638+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-08-19T10:41:32.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:31 smithi196 bash[24909]: audit 2024-08-19T10:41:29.831993+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:41:32.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:31 smithi196 bash[24909]: audit 2024-08-19T10:41:29.831993+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:41:32.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:31 smithi196 bash[24909]: cluster 2024-08-19T10:41:30.076610+0000 mgr.a (mgr.14150) 69 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:32.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:31 smithi196 bash[24909]: cluster 2024-08-19T10:41:30.076610+0000 mgr.a (mgr.14150) 69 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:32.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:31 smithi196 bash[24909]: audit 2024-08-19T10:41:30.832337+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:41:32.465 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:31 smithi196 bash[24909]: audit 2024-08-19T10:41:30.832337+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:41:32.465 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:31 smithi196 bash[24909]: audit 2024-08-19T10:41:31.025596+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:41:32.465 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:31 smithi196 bash[24909]: audit 2024-08-19T10:41:31.025596+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:41:32.465 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:31 smithi196 bash[24909]: audit 2024-08-19T10:41:31.832468+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:41:32.465 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:31 smithi196 bash[24909]: audit 2024-08-19T10:41:31.832468+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:41:32.465 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:31 smithi196 bash[24909]: cluster 2024-08-19T10:41:31.882644+0000 mon.a (mon.0) 169 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-08-19T10:41:32.466 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:31 smithi196 bash[24909]: cluster 2024-08-19T10:41:31.882644+0000 mon.a (mon.0) 169 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-08-19T10:41:32.466 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:31 smithi196 bash[24909]: cluster 2024-08-19T10:41:31.890964+0000 mon.a (mon.0) 170 : cluster [DBG] monmap epoch 2 2024-08-19T10:41:32.466 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:31 smithi196 bash[24909]: cluster 2024-08-19T10:41:31.890964+0000 mon.a (mon.0) 170 : cluster [DBG] monmap epoch 2 2024-08-19T10:41:32.466 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:31 smithi196 bash[24909]: cluster 2024-08-19T10:41:31.890996+0000 mon.a (mon.0) 171 : cluster [DBG] fsid 094f3c46-5e17-11ef-bccf-c7b262605968 2024-08-19T10:41:32.466 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:31 smithi196 bash[24909]: cluster 2024-08-19T10:41:31.890996+0000 mon.a (mon.0) 171 : cluster [DBG] fsid 094f3c46-5e17-11ef-bccf-c7b262605968 2024-08-19T10:41:32.466 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:31 smithi196 bash[24909]: cluster 2024-08-19T10:41:31.891012+0000 mon.a (mon.0) 172 : cluster [DBG] last_changed 2024-08-19T10:41:26.832633+0000 2024-08-19T10:41:32.466 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:31 smithi196 bash[24909]: cluster 2024-08-19T10:41:31.891012+0000 mon.a (mon.0) 172 : cluster [DBG] last_changed 2024-08-19T10:41:26.832633+0000 2024-08-19T10:41:32.466 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:31 smithi196 bash[24909]: cluster 2024-08-19T10:41:31.891034+0000 mon.a (mon.0) 173 : cluster [DBG] created 2024-08-19T10:39:01.869223+0000 2024-08-19T10:41:32.466 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:31 smithi196 bash[24909]: cluster 2024-08-19T10:41:31.891034+0000 mon.a (mon.0) 173 : cluster [DBG] created 2024-08-19T10:39:01.869223+0000 2024-08-19T10:41:32.466 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:31 smithi196 bash[24909]: cluster 2024-08-19T10:41:31.891055+0000 mon.a (mon.0) 174 : cluster [DBG] min_mon_release 19 (squid) 2024-08-19T10:41:32.466 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:31 smithi196 bash[24909]: cluster 2024-08-19T10:41:31.891055+0000 mon.a (mon.0) 174 : cluster [DBG] min_mon_release 19 (squid) 2024-08-19T10:41:32.466 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:31 smithi196 bash[24909]: cluster 2024-08-19T10:41:31.891073+0000 mon.a (mon.0) 175 : cluster [DBG] election_strategy: 1 2024-08-19T10:41:32.466 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:31 smithi196 bash[24909]: cluster 2024-08-19T10:41:31.891073+0000 mon.a (mon.0) 175 : cluster [DBG] election_strategy: 1 2024-08-19T10:41:32.467 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:31 smithi196 bash[24909]: cluster 2024-08-19T10:41:31.891093+0000 mon.a (mon.0) 176 : cluster [DBG] 0: [v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0] mon.a 2024-08-19T10:41:32.467 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:31 smithi196 bash[24909]: cluster 2024-08-19T10:41:31.891093+0000 mon.a (mon.0) 176 : cluster [DBG] 0: [v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0] mon.a 2024-08-19T10:41:32.467 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:31 smithi196 bash[24909]: cluster 2024-08-19T10:41:31.891112+0000 mon.a (mon.0) 177 : cluster [DBG] 1: [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] mon.c 2024-08-19T10:41:32.467 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:31 smithi196 bash[24909]: cluster 2024-08-19T10:41:31.891112+0000 mon.a (mon.0) 177 : cluster [DBG] 1: [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] mon.c 2024-08-19T10:41:32.467 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:31 smithi196 bash[24909]: cluster 2024-08-19T10:41:31.909891+0000 mon.a (mon.0) 178 : cluster [DBG] fsmap 2024-08-19T10:41:32.467 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:31 smithi196 bash[24909]: cluster 2024-08-19T10:41:31.909891+0000 mon.a (mon.0) 178 : cluster [DBG] fsmap 2024-08-19T10:41:32.467 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:31 smithi196 bash[24909]: cluster 2024-08-19T10:41:31.909943+0000 mon.a (mon.0) 179 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-08-19T10:41:32.467 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:31 smithi196 bash[24909]: cluster 2024-08-19T10:41:31.909943+0000 mon.a (mon.0) 179 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-08-19T10:41:32.467 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:31 smithi196 bash[24909]: cluster 2024-08-19T10:41:31.910225+0000 mon.a (mon.0) 180 : cluster [DBG] mgrmap e13: a(active, since 85s) 2024-08-19T10:41:32.467 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:31 smithi196 bash[24909]: cluster 2024-08-19T10:41:31.910225+0000 mon.a (mon.0) 180 : cluster [DBG] mgrmap e13: a(active, since 85s) 2024-08-19T10:41:32.467 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:31 smithi196 bash[24909]: cluster 2024-08-19T10:41:31.910469+0000 mon.a (mon.0) 181 : cluster [INF] overall HEALTH_OK 2024-08-19T10:41:32.467 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:31 smithi196 bash[24909]: cluster 2024-08-19T10:41:31.910469+0000 mon.a (mon.0) 181 : cluster [INF] overall HEALTH_OK 2024-08-19T10:41:32.467 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:31 smithi196 bash[24909]: audit 2024-08-19T10:41:31.918091+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:32.467 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:31 smithi196 bash[24909]: audit 2024-08-19T10:41:31.918091+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:32.467 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:31 smithi196 bash[24909]: audit 2024-08-19T10:41:31.924599+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:32.468 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:31 smithi196 bash[24909]: audit 2024-08-19T10:41:31.924599+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:32.468 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:31 smithi196 bash[24909]: audit 2024-08-19T10:41:31.932343+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:32.468 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:31 smithi196 bash[24909]: audit 2024-08-19T10:41:31.932343+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:32.468 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:31 smithi196 bash[24909]: audit 2024-08-19T10:41:31.939398+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:32.468 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:31 smithi196 bash[24909]: audit 2024-08-19T10:41:31.939398+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:33.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:32 smithi078 bash[22737]: audit 2024-08-19T10:41:32.016037+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:41:33.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:32 smithi078 bash[22737]: audit 2024-08-19T10:41:32.016037+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:41:33.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:32 smithi078 bash[22737]: audit 2024-08-19T10:41:32.025767+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:41:33.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:32 smithi078 bash[22737]: audit 2024-08-19T10:41:32.025767+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:41:33.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:32 smithi078 bash[22737]: cluster 2024-08-19T10:41:32.077001+0000 mgr.a (mgr.14150) 70 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:33.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:32 smithi078 bash[22737]: cluster 2024-08-19T10:41:32.077001+0000 mgr.a (mgr.14150) 70 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:33.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:32 smithi078 bash[22737]: audit 2024-08-19T10:41:32.832813+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:41:33.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:32 smithi078 bash[22737]: audit 2024-08-19T10:41:32.832813+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:41:33.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:32 smithi196 bash[24909]: audit 2024-08-19T10:41:32.016037+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:41:33.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:32 smithi196 bash[24909]: audit 2024-08-19T10:41:32.016037+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:41:33.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:32 smithi196 bash[24909]: audit 2024-08-19T10:41:32.025767+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:41:33.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:32 smithi196 bash[24909]: audit 2024-08-19T10:41:32.025767+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:41:33.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:32 smithi196 bash[24909]: cluster 2024-08-19T10:41:32.077001+0000 mgr.a (mgr.14150) 70 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:33.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:32 smithi196 bash[24909]: cluster 2024-08-19T10:41:32.077001+0000 mgr.a (mgr.14150) 70 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:33.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:32 smithi196 bash[24909]: audit 2024-08-19T10:41:32.832813+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:41:33.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:32 smithi196 bash[24909]: audit 2024-08-19T10:41:32.832813+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:41:38.085 INFO:teuthology.orchestra.run.smithi196.stderr:dumped monmap epoch 3 2024-08-19T10:41:38.085 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-08-19T10:41:38.086 INFO:teuthology.orchestra.run.smithi196.stdout:{"epoch":3,"fsid":"094f3c46-5e17-11ef-bccf-c7b262605968","modified":"2024-08-19T10:41:33.025786Z","created":"2024-08-19T10:39:01.869223Z","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.78:3300","nonce":0},{"type":"v1","addr":"172.21.15.78:6789","nonce":0}]},"addr":"172.21.15.78:6789/0","public_addr":"172.21.15.78:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:3300","nonce":0},{"type":"v1","addr":"172.21.15.196:6789","nonce":0}]},"addr":"172.21.15.196:6789/0","public_addr":"172.21.15.196:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:3300","nonce":0},{"type":"v1","addr":"172.21.15.133:6789","nonce":0}]},"addr":"172.21.15.133:6789/0","public_addr":"172.21.15.133:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-08-19T10:41:38.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: cluster 2024-08-19T10:41:33.031893+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-08-19T10:41:38.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: cluster 2024-08-19T10:41:33.031893+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-08-19T10:41:38.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: audit 2024-08-19T10:41:33.032068+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-08-19T10:41:38.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: audit 2024-08-19T10:41:33.032068+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-08-19T10:41:38.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: cluster 2024-08-19T10:41:33.032426+0000 mon.a (mon.0) 191 : cluster [INF] mon.a calling monitor election 2024-08-19T10:41:38.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: cluster 2024-08-19T10:41:33.032426+0000 mon.a (mon.0) 191 : cluster [INF] mon.a calling monitor election 2024-08-19T10:41:38.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: audit 2024-08-19T10:41:33.054366+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:41:38.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: audit 2024-08-19T10:41:33.054366+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:41:38.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: audit 2024-08-19T10:41:33.054584+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:41:38.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: audit 2024-08-19T10:41:33.054584+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:41:38.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: audit 2024-08-19T10:41:33.169750+0000 mon.a (mon.0) 194 : audit [DBG] from='client.? 172.21.15.196:0/74502125' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-08-19T10:41:38.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: audit 2024-08-19T10:41:33.169750+0000 mon.a (mon.0) 194 : audit [DBG] from='client.? 172.21.15.196:0/74502125' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-08-19T10:41:38.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: audit 2024-08-19T10:41:34.026128+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:41:38.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: audit 2024-08-19T10:41:34.026128+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:41:38.465 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: cluster 2024-08-19T10:41:34.077338+0000 mgr.a (mgr.14150) 71 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:38.465 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: cluster 2024-08-19T10:41:34.077338+0000 mgr.a (mgr.14150) 71 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:38.465 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: audit 2024-08-19T10:41:35.026577+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:41:38.465 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: audit 2024-08-19T10:41:35.026577+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:41:38.465 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: audit 2024-08-19T10:41:36.026684+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:41:38.465 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: audit 2024-08-19T10:41:36.026684+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:41:38.465 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: cluster 2024-08-19T10:41:36.077703+0000 mgr.a (mgr.14150) 72 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:38.465 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: cluster 2024-08-19T10:41:36.077703+0000 mgr.a (mgr.14150) 72 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:38.465 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: audit 2024-08-19T10:41:37.026859+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:41:38.465 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: audit 2024-08-19T10:41:37.026859+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:41:38.465 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: audit 2024-08-19T10:41:38.026701+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:41:38.465 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: audit 2024-08-19T10:41:38.026701+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:41:38.466 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: cluster 2024-08-19T10:41:38.054536+0000 mon.a (mon.0) 200 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-08-19T10:41:38.466 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: cluster 2024-08-19T10:41:38.054536+0000 mon.a (mon.0) 200 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-08-19T10:41:38.466 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: cluster 2024-08-19T10:41:38.060727+0000 mon.a (mon.0) 201 : cluster [DBG] monmap epoch 3 2024-08-19T10:41:38.466 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: cluster 2024-08-19T10:41:38.060727+0000 mon.a (mon.0) 201 : cluster [DBG] monmap epoch 3 2024-08-19T10:41:38.466 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: cluster 2024-08-19T10:41:38.060756+0000 mon.a (mon.0) 202 : cluster [DBG] fsid 094f3c46-5e17-11ef-bccf-c7b262605968 2024-08-19T10:41:38.466 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: cluster 2024-08-19T10:41:38.060756+0000 mon.a (mon.0) 202 : cluster [DBG] fsid 094f3c46-5e17-11ef-bccf-c7b262605968 2024-08-19T10:41:38.466 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: cluster 2024-08-19T10:41:38.060773+0000 mon.a (mon.0) 203 : cluster [DBG] last_changed 2024-08-19T10:41:33.025786+0000 2024-08-19T10:41:38.466 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: cluster 2024-08-19T10:41:38.060773+0000 mon.a (mon.0) 203 : cluster [DBG] last_changed 2024-08-19T10:41:33.025786+0000 2024-08-19T10:41:38.466 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: cluster 2024-08-19T10:41:38.060791+0000 mon.a (mon.0) 204 : cluster [DBG] created 2024-08-19T10:39:01.869223+0000 2024-08-19T10:41:38.466 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: cluster 2024-08-19T10:41:38.060791+0000 mon.a (mon.0) 204 : cluster [DBG] created 2024-08-19T10:39:01.869223+0000 2024-08-19T10:41:38.466 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: cluster 2024-08-19T10:41:38.060806+0000 mon.a (mon.0) 205 : cluster [DBG] min_mon_release 19 (squid) 2024-08-19T10:41:38.466 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: cluster 2024-08-19T10:41:38.060806+0000 mon.a (mon.0) 205 : cluster [DBG] min_mon_release 19 (squid) 2024-08-19T10:41:38.466 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: cluster 2024-08-19T10:41:38.060823+0000 mon.a (mon.0) 206 : cluster [DBG] election_strategy: 1 2024-08-19T10:41:38.467 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: cluster 2024-08-19T10:41:38.060823+0000 mon.a (mon.0) 206 : cluster [DBG] election_strategy: 1 2024-08-19T10:41:38.467 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: cluster 2024-08-19T10:41:38.060844+0000 mon.a (mon.0) 207 : cluster [DBG] 0: [v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0] mon.a 2024-08-19T10:41:38.467 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: cluster 2024-08-19T10:41:38.060844+0000 mon.a (mon.0) 207 : cluster [DBG] 0: [v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0] mon.a 2024-08-19T10:41:38.467 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: cluster 2024-08-19T10:41:38.060862+0000 mon.a (mon.0) 208 : cluster [DBG] 1: [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] mon.c 2024-08-19T10:41:38.467 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: cluster 2024-08-19T10:41:38.060862+0000 mon.a (mon.0) 208 : cluster [DBG] 1: [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] mon.c 2024-08-19T10:41:38.467 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: cluster 2024-08-19T10:41:38.060881+0000 mon.a (mon.0) 209 : cluster [DBG] 2: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.b 2024-08-19T10:41:38.467 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: cluster 2024-08-19T10:41:38.060881+0000 mon.a (mon.0) 209 : cluster [DBG] 2: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.b 2024-08-19T10:41:38.467 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: cluster 2024-08-19T10:41:38.078080+0000 mgr.a (mgr.14150) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:38.468 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: cluster 2024-08-19T10:41:38.078080+0000 mgr.a (mgr.14150) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:38.468 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: cluster 2024-08-19T10:41:38.081927+0000 mon.a (mon.0) 210 : cluster [DBG] fsmap 2024-08-19T10:41:38.468 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: cluster 2024-08-19T10:41:38.081927+0000 mon.a (mon.0) 210 : cluster [DBG] fsmap 2024-08-19T10:41:38.468 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: cluster 2024-08-19T10:41:38.081980+0000 mon.a (mon.0) 211 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-08-19T10:41:38.468 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: cluster 2024-08-19T10:41:38.081980+0000 mon.a (mon.0) 211 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-08-19T10:41:38.468 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: cluster 2024-08-19T10:41:38.082256+0000 mon.a (mon.0) 212 : cluster [DBG] mgrmap e13: a(active, since 92s) 2024-08-19T10:41:38.468 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: cluster 2024-08-19T10:41:38.082256+0000 mon.a (mon.0) 212 : cluster [DBG] mgrmap e13: a(active, since 92s) 2024-08-19T10:41:38.468 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: cluster 2024-08-19T10:41:38.082546+0000 mon.a (mon.0) 213 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-08-19T10:41:38.468 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: cluster 2024-08-19T10:41:38.082546+0000 mon.a (mon.0) 213 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-08-19T10:41:38.468 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: cluster 2024-08-19T10:41:38.089211+0000 mon.a (mon.0) 214 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-08-19T10:41:38.468 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: cluster 2024-08-19T10:41:38.089211+0000 mon.a (mon.0) 214 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-08-19T10:41:38.468 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: cluster 2024-08-19T10:41:38.089278+0000 mon.a (mon.0) 215 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-08-19T10:41:38.469 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: cluster 2024-08-19T10:41:38.089278+0000 mon.a (mon.0) 215 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-08-19T10:41:38.469 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: cluster 2024-08-19T10:41:38.089325+0000 mon.a (mon.0) 216 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] is down (out of quorum) 2024-08-19T10:41:38.469 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: cluster 2024-08-19T10:41:38.089325+0000 mon.a (mon.0) 216 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] is down (out of quorum) 2024-08-19T10:41:38.469 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: audit 2024-08-19T10:41:38.093664+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:38.469 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: audit 2024-08-19T10:41:38.093664+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:38.469 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: audit 2024-08-19T10:41:38.098796+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:38.469 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: audit 2024-08-19T10:41:38.098796+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:38.469 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: audit 2024-08-19T10:41:38.103798+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:38.469 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: audit 2024-08-19T10:41:38.103798+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:38.469 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: audit 2024-08-19T10:41:38.109122+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:38.469 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: audit 2024-08-19T10:41:38.109122+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:38.469 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: audit 2024-08-19T10:41:38.114577+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:38.470 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: audit 2024-08-19T10:41:38.114577+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:38.470 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: audit 2024-08-19T10:41:38.116057+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:38.470 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: audit 2024-08-19T10:41:38.116057+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:38.470 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: audit 2024-08-19T10:41:38.117829+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:41:38.470 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:38 smithi196 bash[24909]: audit 2024-08-19T10:41:38.117829+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:41:38.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: cluster 2024-08-19T10:41:33.031893+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-08-19T10:41:38.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: cluster 2024-08-19T10:41:33.031893+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-08-19T10:41:38.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: audit 2024-08-19T10:41:33.032068+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-08-19T10:41:38.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: audit 2024-08-19T10:41:33.032068+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-08-19T10:41:38.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: cluster 2024-08-19T10:41:33.032426+0000 mon.a (mon.0) 191 : cluster [INF] mon.a calling monitor election 2024-08-19T10:41:38.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: cluster 2024-08-19T10:41:33.032426+0000 mon.a (mon.0) 191 : cluster [INF] mon.a calling monitor election 2024-08-19T10:41:38.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: audit 2024-08-19T10:41:33.054366+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:41:38.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: audit 2024-08-19T10:41:33.054366+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:41:38.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: audit 2024-08-19T10:41:33.054584+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:41:38.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: audit 2024-08-19T10:41:33.054584+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:41:38.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: audit 2024-08-19T10:41:33.169750+0000 mon.a (mon.0) 194 : audit [DBG] from='client.? 172.21.15.196:0/74502125' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-08-19T10:41:38.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: audit 2024-08-19T10:41:33.169750+0000 mon.a (mon.0) 194 : audit [DBG] from='client.? 172.21.15.196:0/74502125' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-08-19T10:41:38.512 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: audit 2024-08-19T10:41:34.026128+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:41:38.512 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: audit 2024-08-19T10:41:34.026128+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:41:38.512 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: cluster 2024-08-19T10:41:34.077338+0000 mgr.a (mgr.14150) 71 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:38.512 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: cluster 2024-08-19T10:41:34.077338+0000 mgr.a (mgr.14150) 71 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:38.512 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: audit 2024-08-19T10:41:35.026577+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:41:38.512 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: audit 2024-08-19T10:41:35.026577+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:41:38.512 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: audit 2024-08-19T10:41:36.026684+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:41:38.512 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: audit 2024-08-19T10:41:36.026684+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:41:38.512 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: cluster 2024-08-19T10:41:36.077703+0000 mgr.a (mgr.14150) 72 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:38.512 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: cluster 2024-08-19T10:41:36.077703+0000 mgr.a (mgr.14150) 72 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:38.512 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: audit 2024-08-19T10:41:37.026859+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:41:38.512 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: audit 2024-08-19T10:41:37.026859+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:41:38.512 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: audit 2024-08-19T10:41:38.026701+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:41:38.513 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: audit 2024-08-19T10:41:38.026701+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:41:38.513 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: cluster 2024-08-19T10:41:38.054536+0000 mon.a (mon.0) 200 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-08-19T10:41:38.513 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: cluster 2024-08-19T10:41:38.054536+0000 mon.a (mon.0) 200 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-08-19T10:41:38.513 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: cluster 2024-08-19T10:41:38.060727+0000 mon.a (mon.0) 201 : cluster [DBG] monmap epoch 3 2024-08-19T10:41:38.513 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: cluster 2024-08-19T10:41:38.060727+0000 mon.a (mon.0) 201 : cluster [DBG] monmap epoch 3 2024-08-19T10:41:38.513 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: cluster 2024-08-19T10:41:38.060756+0000 mon.a (mon.0) 202 : cluster [DBG] fsid 094f3c46-5e17-11ef-bccf-c7b262605968 2024-08-19T10:41:38.513 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: cluster 2024-08-19T10:41:38.060756+0000 mon.a (mon.0) 202 : cluster [DBG] fsid 094f3c46-5e17-11ef-bccf-c7b262605968 2024-08-19T10:41:38.513 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: cluster 2024-08-19T10:41:38.060773+0000 mon.a (mon.0) 203 : cluster [DBG] last_changed 2024-08-19T10:41:33.025786+0000 2024-08-19T10:41:38.513 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: cluster 2024-08-19T10:41:38.060773+0000 mon.a (mon.0) 203 : cluster [DBG] last_changed 2024-08-19T10:41:33.025786+0000 2024-08-19T10:41:38.513 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: cluster 2024-08-19T10:41:38.060791+0000 mon.a (mon.0) 204 : cluster [DBG] created 2024-08-19T10:39:01.869223+0000 2024-08-19T10:41:38.513 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: cluster 2024-08-19T10:41:38.060791+0000 mon.a (mon.0) 204 : cluster [DBG] created 2024-08-19T10:39:01.869223+0000 2024-08-19T10:41:38.513 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: cluster 2024-08-19T10:41:38.060806+0000 mon.a (mon.0) 205 : cluster [DBG] min_mon_release 19 (squid) 2024-08-19T10:41:38.514 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: cluster 2024-08-19T10:41:38.060806+0000 mon.a (mon.0) 205 : cluster [DBG] min_mon_release 19 (squid) 2024-08-19T10:41:38.514 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: cluster 2024-08-19T10:41:38.060823+0000 mon.a (mon.0) 206 : cluster [DBG] election_strategy: 1 2024-08-19T10:41:38.514 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: cluster 2024-08-19T10:41:38.060823+0000 mon.a (mon.0) 206 : cluster [DBG] election_strategy: 1 2024-08-19T10:41:38.514 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: cluster 2024-08-19T10:41:38.060844+0000 mon.a (mon.0) 207 : cluster [DBG] 0: [v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0] mon.a 2024-08-19T10:41:38.514 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: cluster 2024-08-19T10:41:38.060844+0000 mon.a (mon.0) 207 : cluster [DBG] 0: [v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0] mon.a 2024-08-19T10:41:38.514 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: cluster 2024-08-19T10:41:38.060862+0000 mon.a (mon.0) 208 : cluster [DBG] 1: [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] mon.c 2024-08-19T10:41:38.514 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: cluster 2024-08-19T10:41:38.060862+0000 mon.a (mon.0) 208 : cluster [DBG] 1: [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] mon.c 2024-08-19T10:41:38.514 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: cluster 2024-08-19T10:41:38.060881+0000 mon.a (mon.0) 209 : cluster [DBG] 2: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.b 2024-08-19T10:41:38.515 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: cluster 2024-08-19T10:41:38.060881+0000 mon.a (mon.0) 209 : cluster [DBG] 2: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.b 2024-08-19T10:41:38.515 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: cluster 2024-08-19T10:41:38.078080+0000 mgr.a (mgr.14150) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:38.515 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: cluster 2024-08-19T10:41:38.078080+0000 mgr.a (mgr.14150) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:38.515 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: cluster 2024-08-19T10:41:38.081927+0000 mon.a (mon.0) 210 : cluster [DBG] fsmap 2024-08-19T10:41:38.515 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: cluster 2024-08-19T10:41:38.081927+0000 mon.a (mon.0) 210 : cluster [DBG] fsmap 2024-08-19T10:41:38.515 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: cluster 2024-08-19T10:41:38.081980+0000 mon.a (mon.0) 211 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-08-19T10:41:38.515 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: cluster 2024-08-19T10:41:38.081980+0000 mon.a (mon.0) 211 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-08-19T10:41:38.515 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: cluster 2024-08-19T10:41:38.082256+0000 mon.a (mon.0) 212 : cluster [DBG] mgrmap e13: a(active, since 92s) 2024-08-19T10:41:38.515 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: cluster 2024-08-19T10:41:38.082256+0000 mon.a (mon.0) 212 : cluster [DBG] mgrmap e13: a(active, since 92s) 2024-08-19T10:41:38.515 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: cluster 2024-08-19T10:41:38.082546+0000 mon.a (mon.0) 213 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-08-19T10:41:38.516 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: cluster 2024-08-19T10:41:38.082546+0000 mon.a (mon.0) 213 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-08-19T10:41:38.516 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: cluster 2024-08-19T10:41:38.089211+0000 mon.a (mon.0) 214 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-08-19T10:41:38.516 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: cluster 2024-08-19T10:41:38.089211+0000 mon.a (mon.0) 214 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-08-19T10:41:38.516 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: cluster 2024-08-19T10:41:38.089278+0000 mon.a (mon.0) 215 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-08-19T10:41:38.516 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: cluster 2024-08-19T10:41:38.089278+0000 mon.a (mon.0) 215 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-08-19T10:41:38.516 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: cluster 2024-08-19T10:41:38.089325+0000 mon.a (mon.0) 216 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] is down (out of quorum) 2024-08-19T10:41:38.516 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: cluster 2024-08-19T10:41:38.089325+0000 mon.a (mon.0) 216 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] is down (out of quorum) 2024-08-19T10:41:38.516 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: audit 2024-08-19T10:41:38.093664+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:38.516 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: audit 2024-08-19T10:41:38.093664+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:38.516 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: audit 2024-08-19T10:41:38.098796+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:38.516 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: audit 2024-08-19T10:41:38.098796+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:38.516 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: audit 2024-08-19T10:41:38.103798+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:38.516 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: audit 2024-08-19T10:41:38.103798+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:38.517 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: audit 2024-08-19T10:41:38.109122+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:38.517 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: audit 2024-08-19T10:41:38.109122+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:38.517 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: audit 2024-08-19T10:41:38.114577+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:38.517 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: audit 2024-08-19T10:41:38.114577+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:38.517 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: audit 2024-08-19T10:41:38.116057+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:38.517 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: audit 2024-08-19T10:41:38.116057+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:38.517 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: audit 2024-08-19T10:41:38.117829+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:41:38.517 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:38 smithi078 bash[22737]: audit 2024-08-19T10:41:38.117829+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:41:38.755 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-08-19T10:41:38.755 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:797669399b32d2915e64eb6d4b1257ae3c50f80b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 094f3c46-5e17-11ef-bccf-c7b262605968 -- ceph config generate-minimal-conf 2024-08-19T10:41:39.963 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:39 smithi196 bash[24909]: cephadm 2024-08-19T10:41:38.120203+0000 mgr.a (mgr.14150) 74 : cephadm [INF] Updating smithi078:/etc/ceph/ceph.conf 2024-08-19T10:41:39.964 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:39 smithi196 bash[24909]: cephadm 2024-08-19T10:41:38.120203+0000 mgr.a (mgr.14150) 74 : cephadm [INF] Updating smithi078:/etc/ceph/ceph.conf 2024-08-19T10:41:39.964 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:39 smithi196 bash[24909]: cephadm 2024-08-19T10:41:38.120647+0000 mgr.a (mgr.14150) 75 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.conf 2024-08-19T10:41:39.964 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:39 smithi196 bash[24909]: cephadm 2024-08-19T10:41:38.120647+0000 mgr.a (mgr.14150) 75 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.conf 2024-08-19T10:41:39.964 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:39 smithi196 bash[24909]: cephadm 2024-08-19T10:41:38.122014+0000 mgr.a (mgr.14150) 76 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.conf 2024-08-19T10:41:39.964 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:39 smithi196 bash[24909]: cephadm 2024-08-19T10:41:38.122014+0000 mgr.a (mgr.14150) 76 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.conf 2024-08-19T10:41:39.964 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:39 smithi196 bash[24909]: cephadm 2024-08-19T10:41:38.368020+0000 mgr.a (mgr.14150) 77 : cephadm [INF] Updating smithi078:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.conf 2024-08-19T10:41:39.964 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:39 smithi196 bash[24909]: cephadm 2024-08-19T10:41:38.368020+0000 mgr.a (mgr.14150) 77 : cephadm [INF] Updating smithi078:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.conf 2024-08-19T10:41:39.964 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:39 smithi196 bash[24909]: cephadm 2024-08-19T10:41:38.368313+0000 mgr.a (mgr.14150) 78 : cephadm [INF] Updating smithi196:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.conf 2024-08-19T10:41:39.964 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:39 smithi196 bash[24909]: cephadm 2024-08-19T10:41:38.368313+0000 mgr.a (mgr.14150) 78 : cephadm [INF] Updating smithi196:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.conf 2024-08-19T10:41:39.964 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:39 smithi196 bash[24909]: cephadm 2024-08-19T10:41:38.368872+0000 mgr.a (mgr.14150) 79 : cephadm [INF] Updating smithi133:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.conf 2024-08-19T10:41:39.964 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:39 smithi196 bash[24909]: cephadm 2024-08-19T10:41:38.368872+0000 mgr.a (mgr.14150) 79 : cephadm [INF] Updating smithi133:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.conf 2024-08-19T10:41:39.964 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:39 smithi196 bash[24909]: audit 2024-08-19T10:41:38.559627+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:39.965 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:39 smithi196 bash[24909]: audit 2024-08-19T10:41:38.559627+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:39.965 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:39 smithi196 bash[24909]: audit 2024-08-19T10:41:38.562614+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:39.965 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:39 smithi196 bash[24909]: audit 2024-08-19T10:41:38.562614+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:39.965 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:39 smithi196 bash[24909]: audit 2024-08-19T10:41:38.565869+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:39.965 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:39 smithi196 bash[24909]: audit 2024-08-19T10:41:38.565869+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:39.965 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:39 smithi196 bash[24909]: audit 2024-08-19T10:41:38.570084+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:39.965 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:39 smithi196 bash[24909]: audit 2024-08-19T10:41:38.570084+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:39.965 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:39 smithi196 bash[24909]: audit 2024-08-19T10:41:38.572802+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:39.965 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:39 smithi196 bash[24909]: audit 2024-08-19T10:41:38.572802+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:39.965 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:39 smithi196 bash[24909]: audit 2024-08-19T10:41:38.575544+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:39.966 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:39 smithi196 bash[24909]: audit 2024-08-19T10:41:38.575544+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:39.966 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:39 smithi196 bash[24909]: audit 2024-08-19T10:41:38.579352+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:39.966 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:39 smithi196 bash[24909]: audit 2024-08-19T10:41:38.579352+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:39.966 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:39 smithi196 bash[24909]: audit 2024-08-19T10:41:38.633111+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:39.966 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:39 smithi196 bash[24909]: audit 2024-08-19T10:41:38.633111+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:39.966 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:39 smithi196 bash[24909]: audit 2024-08-19T10:41:38.637839+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:39.966 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:39 smithi196 bash[24909]: audit 2024-08-19T10:41:38.637839+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:39.966 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:39 smithi196 bash[24909]: audit 2024-08-19T10:41:38.642526+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:39.966 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:39 smithi196 bash[24909]: audit 2024-08-19T10:41:38.642526+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:39.966 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:39 smithi196 bash[24909]: audit 2024-08-19T10:41:38.647393+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:39.966 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:39 smithi196 bash[24909]: audit 2024-08-19T10:41:38.647393+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:39.967 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:39 smithi196 bash[24909]: cephadm 2024-08-19T10:41:38.647968+0000 mgr.a (mgr.14150) 80 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-08-19T10:41:39.967 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:39 smithi196 bash[24909]: cephadm 2024-08-19T10:41:38.647968+0000 mgr.a (mgr.14150) 80 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-08-19T10:41:39.967 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:39 smithi196 bash[24909]: audit 2024-08-19T10:41:38.648371+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-08-19T10:41:39.967 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:39 smithi196 bash[24909]: audit 2024-08-19T10:41:38.648371+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-08-19T10:41:39.967 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:39 smithi196 bash[24909]: audit 2024-08-19T10:41:38.649409+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-08-19T10:41:39.967 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:39 smithi196 bash[24909]: audit 2024-08-19T10:41:38.649409+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-08-19T10:41:39.967 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:39 smithi196 bash[24909]: audit 2024-08-19T10:41:38.650429+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:39.967 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:39 smithi196 bash[24909]: audit 2024-08-19T10:41:38.650429+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:39.967 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:39 smithi196 bash[24909]: cephadm 2024-08-19T10:41:38.651463+0000 mgr.a (mgr.14150) 81 : cephadm [INF] Reconfiguring daemon mon.a on smithi078 2024-08-19T10:41:39.967 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:39 smithi196 bash[24909]: cephadm 2024-08-19T10:41:38.651463+0000 mgr.a (mgr.14150) 81 : cephadm [INF] Reconfiguring daemon mon.a on smithi078 2024-08-19T10:41:39.967 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:39 smithi196 bash[24909]: audit 2024-08-19T10:41:39.026396+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:41:39.967 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:39 smithi196 bash[24909]: audit 2024-08-19T10:41:39.026396+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:41:40.011 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:39 smithi078 bash[22737]: cephadm 2024-08-19T10:41:38.120203+0000 mgr.a (mgr.14150) 74 : cephadm [INF] Updating smithi078:/etc/ceph/ceph.conf 2024-08-19T10:41:40.011 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:39 smithi078 bash[22737]: cephadm 2024-08-19T10:41:38.120203+0000 mgr.a (mgr.14150) 74 : cephadm [INF] Updating smithi078:/etc/ceph/ceph.conf 2024-08-19T10:41:40.011 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:39 smithi078 bash[22737]: cephadm 2024-08-19T10:41:38.120647+0000 mgr.a (mgr.14150) 75 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.conf 2024-08-19T10:41:40.011 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:39 smithi078 bash[22737]: cephadm 2024-08-19T10:41:38.120647+0000 mgr.a (mgr.14150) 75 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.conf 2024-08-19T10:41:40.011 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:39 smithi078 bash[22737]: cephadm 2024-08-19T10:41:38.122014+0000 mgr.a (mgr.14150) 76 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.conf 2024-08-19T10:41:40.011 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:39 smithi078 bash[22737]: cephadm 2024-08-19T10:41:38.122014+0000 mgr.a (mgr.14150) 76 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.conf 2024-08-19T10:41:40.011 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:39 smithi078 bash[22737]: cephadm 2024-08-19T10:41:38.368020+0000 mgr.a (mgr.14150) 77 : cephadm [INF] Updating smithi078:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.conf 2024-08-19T10:41:40.011 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:39 smithi078 bash[22737]: cephadm 2024-08-19T10:41:38.368020+0000 mgr.a (mgr.14150) 77 : cephadm [INF] Updating smithi078:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.conf 2024-08-19T10:41:40.011 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:39 smithi078 bash[22737]: cephadm 2024-08-19T10:41:38.368313+0000 mgr.a (mgr.14150) 78 : cephadm [INF] Updating smithi196:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.conf 2024-08-19T10:41:40.011 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:39 smithi078 bash[22737]: cephadm 2024-08-19T10:41:38.368313+0000 mgr.a (mgr.14150) 78 : cephadm [INF] Updating smithi196:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.conf 2024-08-19T10:41:40.012 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:39 smithi078 bash[22737]: cephadm 2024-08-19T10:41:38.368872+0000 mgr.a (mgr.14150) 79 : cephadm [INF] Updating smithi133:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.conf 2024-08-19T10:41:40.012 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:39 smithi078 bash[22737]: cephadm 2024-08-19T10:41:38.368872+0000 mgr.a (mgr.14150) 79 : cephadm [INF] Updating smithi133:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.conf 2024-08-19T10:41:40.012 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:39 smithi078 bash[22737]: audit 2024-08-19T10:41:38.559627+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:40.012 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:39 smithi078 bash[22737]: audit 2024-08-19T10:41:38.559627+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:40.012 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:39 smithi078 bash[22737]: audit 2024-08-19T10:41:38.562614+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:40.012 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:39 smithi078 bash[22737]: audit 2024-08-19T10:41:38.562614+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:40.012 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:39 smithi078 bash[22737]: audit 2024-08-19T10:41:38.565869+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:40.012 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:39 smithi078 bash[22737]: audit 2024-08-19T10:41:38.565869+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:40.012 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:39 smithi078 bash[22737]: audit 2024-08-19T10:41:38.570084+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:40.012 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:39 smithi078 bash[22737]: audit 2024-08-19T10:41:38.570084+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:40.013 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:39 smithi078 bash[22737]: audit 2024-08-19T10:41:38.572802+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:40.013 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:39 smithi078 bash[22737]: audit 2024-08-19T10:41:38.572802+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:40.013 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:39 smithi078 bash[22737]: audit 2024-08-19T10:41:38.575544+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:40.013 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:39 smithi078 bash[22737]: audit 2024-08-19T10:41:38.575544+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:40.013 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:39 smithi078 bash[22737]: audit 2024-08-19T10:41:38.579352+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:40.013 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:39 smithi078 bash[22737]: audit 2024-08-19T10:41:38.579352+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:40.013 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:39 smithi078 bash[22737]: audit 2024-08-19T10:41:38.633111+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:40.013 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:39 smithi078 bash[22737]: audit 2024-08-19T10:41:38.633111+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:40.013 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:39 smithi078 bash[22737]: audit 2024-08-19T10:41:38.637839+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:40.014 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:39 smithi078 bash[22737]: audit 2024-08-19T10:41:38.637839+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:40.014 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:39 smithi078 bash[22737]: audit 2024-08-19T10:41:38.642526+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:40.014 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:39 smithi078 bash[22737]: audit 2024-08-19T10:41:38.642526+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:40.014 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:39 smithi078 bash[22737]: audit 2024-08-19T10:41:38.647393+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:40.014 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:39 smithi078 bash[22737]: audit 2024-08-19T10:41:38.647393+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:40.014 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:39 smithi078 bash[22737]: cephadm 2024-08-19T10:41:38.647968+0000 mgr.a (mgr.14150) 80 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-08-19T10:41:40.014 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:39 smithi078 bash[22737]: cephadm 2024-08-19T10:41:38.647968+0000 mgr.a (mgr.14150) 80 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-08-19T10:41:40.014 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:39 smithi078 bash[22737]: audit 2024-08-19T10:41:38.648371+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-08-19T10:41:40.014 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:39 smithi078 bash[22737]: audit 2024-08-19T10:41:38.648371+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-08-19T10:41:40.014 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:39 smithi078 bash[22737]: audit 2024-08-19T10:41:38.649409+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-08-19T10:41:40.014 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:39 smithi078 bash[22737]: audit 2024-08-19T10:41:38.649409+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-08-19T10:41:40.014 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:39 smithi078 bash[22737]: audit 2024-08-19T10:41:38.650429+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:40.014 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:39 smithi078 bash[22737]: audit 2024-08-19T10:41:38.650429+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:40.015 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:39 smithi078 bash[22737]: cephadm 2024-08-19T10:41:38.651463+0000 mgr.a (mgr.14150) 81 : cephadm [INF] Reconfiguring daemon mon.a on smithi078 2024-08-19T10:41:40.015 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:39 smithi078 bash[22737]: cephadm 2024-08-19T10:41:38.651463+0000 mgr.a (mgr.14150) 81 : cephadm [INF] Reconfiguring daemon mon.a on smithi078 2024-08-19T10:41:40.015 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:39 smithi078 bash[22737]: audit 2024-08-19T10:41:39.026396+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:41:40.015 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:39 smithi078 bash[22737]: audit 2024-08-19T10:41:39.026396+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:41:40.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:26.838602+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-08-19T10:41:40.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:26.838602+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-08-19T10:41:40.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:26.838999+0000 mon.a (mon.0) 161 : cluster [INF] mon.a calling monitor election 2024-08-19T10:41:40.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:26.838999+0000 mon.a (mon.0) 161 : cluster [INF] mon.a calling monitor election 2024-08-19T10:41:40.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:26.862197+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:41:40.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:26.862197+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:41:40.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:27.832004+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:41:40.493 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:27.832004+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:41:40.493 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:28.076179+0000 mgr.a (mgr.14150) 68 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:40.493 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:28.076179+0000 mgr.a (mgr.14150) 68 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:40.493 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:28.831935+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:41:40.493 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:28.831935+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:41:40.493 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:28.835638+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-08-19T10:41:40.493 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:28.835638+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-08-19T10:41:40.493 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:29.831993+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:41:40.493 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:29.831993+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:41:40.493 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:30.076610+0000 mgr.a (mgr.14150) 69 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:40.493 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:30.076610+0000 mgr.a (mgr.14150) 69 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:40.493 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:30.832337+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:41:40.493 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:30.832337+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:41:40.494 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:31.025596+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:41:40.494 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:31.025596+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:41:40.494 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:31.832468+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:41:40.494 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:31.832468+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:41:40.494 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:31.882644+0000 mon.a (mon.0) 169 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-08-19T10:41:40.495 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:31.882644+0000 mon.a (mon.0) 169 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-08-19T10:41:40.495 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:31.890964+0000 mon.a (mon.0) 170 : cluster [DBG] monmap epoch 2 2024-08-19T10:41:40.495 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:31.890964+0000 mon.a (mon.0) 170 : cluster [DBG] monmap epoch 2 2024-08-19T10:41:40.495 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:31.890996+0000 mon.a (mon.0) 171 : cluster [DBG] fsid 094f3c46-5e17-11ef-bccf-c7b262605968 2024-08-19T10:41:40.495 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:31.890996+0000 mon.a (mon.0) 171 : cluster [DBG] fsid 094f3c46-5e17-11ef-bccf-c7b262605968 2024-08-19T10:41:40.495 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:31.891012+0000 mon.a (mon.0) 172 : cluster [DBG] last_changed 2024-08-19T10:41:26.832633+0000 2024-08-19T10:41:40.495 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:31.891012+0000 mon.a (mon.0) 172 : cluster [DBG] last_changed 2024-08-19T10:41:26.832633+0000 2024-08-19T10:41:40.495 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:31.891034+0000 mon.a (mon.0) 173 : cluster [DBG] created 2024-08-19T10:39:01.869223+0000 2024-08-19T10:41:40.495 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:31.891034+0000 mon.a (mon.0) 173 : cluster [DBG] created 2024-08-19T10:39:01.869223+0000 2024-08-19T10:41:40.495 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:31.891055+0000 mon.a (mon.0) 174 : cluster [DBG] min_mon_release 19 (squid) 2024-08-19T10:41:40.495 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:31.891055+0000 mon.a (mon.0) 174 : cluster [DBG] min_mon_release 19 (squid) 2024-08-19T10:41:40.495 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:31.891073+0000 mon.a (mon.0) 175 : cluster [DBG] election_strategy: 1 2024-08-19T10:41:40.496 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:31.891073+0000 mon.a (mon.0) 175 : cluster [DBG] election_strategy: 1 2024-08-19T10:41:40.496 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:31.891093+0000 mon.a (mon.0) 176 : cluster [DBG] 0: [v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0] mon.a 2024-08-19T10:41:40.496 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:31.891093+0000 mon.a (mon.0) 176 : cluster [DBG] 0: [v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0] mon.a 2024-08-19T10:41:40.496 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:31.891112+0000 mon.a (mon.0) 177 : cluster [DBG] 1: [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] mon.c 2024-08-19T10:41:40.496 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:31.891112+0000 mon.a (mon.0) 177 : cluster [DBG] 1: [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] mon.c 2024-08-19T10:41:40.496 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:31.909891+0000 mon.a (mon.0) 178 : cluster [DBG] fsmap 2024-08-19T10:41:40.496 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:31.909891+0000 mon.a (mon.0) 178 : cluster [DBG] fsmap 2024-08-19T10:41:40.496 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:31.909943+0000 mon.a (mon.0) 179 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-08-19T10:41:40.496 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:31.909943+0000 mon.a (mon.0) 179 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-08-19T10:41:40.496 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:31.910225+0000 mon.a (mon.0) 180 : cluster [DBG] mgrmap e13: a(active, since 85s) 2024-08-19T10:41:40.496 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:31.910225+0000 mon.a (mon.0) 180 : cluster [DBG] mgrmap e13: a(active, since 85s) 2024-08-19T10:41:40.496 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:31.910469+0000 mon.a (mon.0) 181 : cluster [INF] overall HEALTH_OK 2024-08-19T10:41:40.497 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:31.910469+0000 mon.a (mon.0) 181 : cluster [INF] overall HEALTH_OK 2024-08-19T10:41:40.497 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:31.918091+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:40.497 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:31.918091+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:40.497 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:31.924599+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:40.497 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:31.924599+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:40.497 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:31.932343+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:40.497 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:31.932343+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:40.497 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:31.939398+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:40.497 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:31.939398+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:40.497 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:32.016037+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:41:40.497 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:32.016037+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:41:40.497 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:32.025767+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:41:40.497 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:32.025767+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:41:40.498 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:32.077001+0000 mgr.a (mgr.14150) 70 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:40.498 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:32.077001+0000 mgr.a (mgr.14150) 70 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:40.498 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:32.832813+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:41:40.498 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:32.832813+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:41:40.498 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:33.031893+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-08-19T10:41:40.498 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:33.031893+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-08-19T10:41:40.498 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:33.032068+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-08-19T10:41:40.498 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:33.032068+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-08-19T10:41:40.498 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:33.032426+0000 mon.a (mon.0) 191 : cluster [INF] mon.a calling monitor election 2024-08-19T10:41:40.498 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:33.032426+0000 mon.a (mon.0) 191 : cluster [INF] mon.a calling monitor election 2024-08-19T10:41:40.498 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:33.054366+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:41:40.498 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:33.054366+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:41:40.498 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:33.054584+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:41:40.499 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:33.054584+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:41:40.499 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:33.169750+0000 mon.a (mon.0) 194 : audit [DBG] from='client.? 172.21.15.196:0/74502125' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-08-19T10:41:40.499 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:33.169750+0000 mon.a (mon.0) 194 : audit [DBG] from='client.? 172.21.15.196:0/74502125' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-08-19T10:41:40.499 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:34.026128+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:41:40.499 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:34.026128+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:41:40.499 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:34.077338+0000 mgr.a (mgr.14150) 71 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:40.499 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:34.077338+0000 mgr.a (mgr.14150) 71 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:40.499 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:35.026577+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:41:40.499 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:35.026577+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:41:40.499 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:36.026684+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:41:40.499 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:36.026684+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:41:40.499 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:36.077703+0000 mgr.a (mgr.14150) 72 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:40.499 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:36.077703+0000 mgr.a (mgr.14150) 72 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:40.500 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:37.026859+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:41:40.500 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:37.026859+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:41:40.500 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:38.026701+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:41:40.501 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:38.026701+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:41:40.501 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:38.054536+0000 mon.a (mon.0) 200 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-08-19T10:41:40.501 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:38.054536+0000 mon.a (mon.0) 200 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-08-19T10:41:40.501 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:38.060727+0000 mon.a (mon.0) 201 : cluster [DBG] monmap epoch 3 2024-08-19T10:41:40.501 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:38.060727+0000 mon.a (mon.0) 201 : cluster [DBG] monmap epoch 3 2024-08-19T10:41:40.501 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:38.060756+0000 mon.a (mon.0) 202 : cluster [DBG] fsid 094f3c46-5e17-11ef-bccf-c7b262605968 2024-08-19T10:41:40.501 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:38.060756+0000 mon.a (mon.0) 202 : cluster [DBG] fsid 094f3c46-5e17-11ef-bccf-c7b262605968 2024-08-19T10:41:40.501 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:38.060773+0000 mon.a (mon.0) 203 : cluster [DBG] last_changed 2024-08-19T10:41:33.025786+0000 2024-08-19T10:41:40.501 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:38.060773+0000 mon.a (mon.0) 203 : cluster [DBG] last_changed 2024-08-19T10:41:33.025786+0000 2024-08-19T10:41:40.501 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:38.060791+0000 mon.a (mon.0) 204 : cluster [DBG] created 2024-08-19T10:39:01.869223+0000 2024-08-19T10:41:40.501 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:38.060791+0000 mon.a (mon.0) 204 : cluster [DBG] created 2024-08-19T10:39:01.869223+0000 2024-08-19T10:41:40.502 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:38.060806+0000 mon.a (mon.0) 205 : cluster [DBG] min_mon_release 19 (squid) 2024-08-19T10:41:40.502 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:38.060806+0000 mon.a (mon.0) 205 : cluster [DBG] min_mon_release 19 (squid) 2024-08-19T10:41:40.502 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:38.060823+0000 mon.a (mon.0) 206 : cluster [DBG] election_strategy: 1 2024-08-19T10:41:40.502 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:38.060823+0000 mon.a (mon.0) 206 : cluster [DBG] election_strategy: 1 2024-08-19T10:41:40.502 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:38.060844+0000 mon.a (mon.0) 207 : cluster [DBG] 0: [v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0] mon.a 2024-08-19T10:41:40.502 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:38.060844+0000 mon.a (mon.0) 207 : cluster [DBG] 0: [v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0] mon.a 2024-08-19T10:41:40.502 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:38.060862+0000 mon.a (mon.0) 208 : cluster [DBG] 1: [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] mon.c 2024-08-19T10:41:40.502 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:38.060862+0000 mon.a (mon.0) 208 : cluster [DBG] 1: [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] mon.c 2024-08-19T10:41:40.502 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:38.060881+0000 mon.a (mon.0) 209 : cluster [DBG] 2: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.b 2024-08-19T10:41:40.502 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:38.060881+0000 mon.a (mon.0) 209 : cluster [DBG] 2: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.b 2024-08-19T10:41:40.502 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:38.078080+0000 mgr.a (mgr.14150) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:40.502 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:38.078080+0000 mgr.a (mgr.14150) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:40.503 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:38.081927+0000 mon.a (mon.0) 210 : cluster [DBG] fsmap 2024-08-19T10:41:40.503 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:38.081927+0000 mon.a (mon.0) 210 : cluster [DBG] fsmap 2024-08-19T10:41:40.503 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:38.081980+0000 mon.a (mon.0) 211 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-08-19T10:41:40.503 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:38.081980+0000 mon.a (mon.0) 211 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-08-19T10:41:40.503 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:38.082256+0000 mon.a (mon.0) 212 : cluster [DBG] mgrmap e13: a(active, since 92s) 2024-08-19T10:41:40.503 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:38.082256+0000 mon.a (mon.0) 212 : cluster [DBG] mgrmap e13: a(active, since 92s) 2024-08-19T10:41:40.503 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:38.082546+0000 mon.a (mon.0) 213 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-08-19T10:41:40.503 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:38.082546+0000 mon.a (mon.0) 213 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-08-19T10:41:40.503 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:38.089211+0000 mon.a (mon.0) 214 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-08-19T10:41:40.503 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:38.089211+0000 mon.a (mon.0) 214 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-08-19T10:41:40.503 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:38.089278+0000 mon.a (mon.0) 215 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-08-19T10:41:40.503 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:38.089278+0000 mon.a (mon.0) 215 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-08-19T10:41:40.503 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:38.089325+0000 mon.a (mon.0) 216 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] is down (out of quorum) 2024-08-19T10:41:40.504 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:38.089325+0000 mon.a (mon.0) 216 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] is down (out of quorum) 2024-08-19T10:41:40.504 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:38.093664+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:40.504 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:38.093664+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:40.504 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:38.098796+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:40.504 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:38.098796+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:40.504 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:38.103798+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:40.504 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:38.103798+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:40.504 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:38.109122+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:40.504 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:38.109122+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:40.504 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:38.114577+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:40.504 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:38.114577+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:40.504 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:38.116057+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:40.504 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:38.116057+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:40.505 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:38.117829+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:41:40.505 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:38.117829+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:41:40.505 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cephadm 2024-08-19T10:41:38.120203+0000 mgr.a (mgr.14150) 74 : cephadm [INF] Updating smithi078:/etc/ceph/ceph.conf 2024-08-19T10:41:40.505 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cephadm 2024-08-19T10:41:38.120203+0000 mgr.a (mgr.14150) 74 : cephadm [INF] Updating smithi078:/etc/ceph/ceph.conf 2024-08-19T10:41:40.505 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cephadm 2024-08-19T10:41:38.120647+0000 mgr.a (mgr.14150) 75 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.conf 2024-08-19T10:41:40.505 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cephadm 2024-08-19T10:41:38.120647+0000 mgr.a (mgr.14150) 75 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.conf 2024-08-19T10:41:40.505 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cephadm 2024-08-19T10:41:38.122014+0000 mgr.a (mgr.14150) 76 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.conf 2024-08-19T10:41:40.505 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cephadm 2024-08-19T10:41:38.122014+0000 mgr.a (mgr.14150) 76 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.conf 2024-08-19T10:41:40.505 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cephadm 2024-08-19T10:41:38.368020+0000 mgr.a (mgr.14150) 77 : cephadm [INF] Updating smithi078:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.conf 2024-08-19T10:41:40.505 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cephadm 2024-08-19T10:41:38.368020+0000 mgr.a (mgr.14150) 77 : cephadm [INF] Updating smithi078:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.conf 2024-08-19T10:41:40.505 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cephadm 2024-08-19T10:41:38.368313+0000 mgr.a (mgr.14150) 78 : cephadm [INF] Updating smithi196:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.conf 2024-08-19T10:41:40.505 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cephadm 2024-08-19T10:41:38.368313+0000 mgr.a (mgr.14150) 78 : cephadm [INF] Updating smithi196:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.conf 2024-08-19T10:41:40.505 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cephadm 2024-08-19T10:41:38.368872+0000 mgr.a (mgr.14150) 79 : cephadm [INF] Updating smithi133:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.conf 2024-08-19T10:41:40.505 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cephadm 2024-08-19T10:41:38.368872+0000 mgr.a (mgr.14150) 79 : cephadm [INF] Updating smithi133:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.conf 2024-08-19T10:41:40.506 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:38.559627+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:40.506 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:38.559627+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:40.506 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:38.562614+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:40.506 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:38.562614+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:40.506 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:38.565869+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:40.506 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:38.565869+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:40.506 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:38.570084+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:40.506 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:38.570084+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:40.506 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:38.572802+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:40.506 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:38.572802+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:40.506 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:38.575544+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:40.506 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:38.575544+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:40.507 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:38.579352+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:40.507 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:38.579352+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:40.507 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:38.633111+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:40.507 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:38.633111+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:40.507 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:38.637839+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:40.507 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:38.637839+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:40.507 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:38.642526+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:40.507 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:38.642526+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:40.507 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:38.647393+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:40.507 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:38.647393+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:40.507 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cephadm 2024-08-19T10:41:38.647968+0000 mgr.a (mgr.14150) 80 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-08-19T10:41:40.507 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cephadm 2024-08-19T10:41:38.647968+0000 mgr.a (mgr.14150) 80 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-08-19T10:41:40.507 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:38.648371+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-08-19T10:41:40.507 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:38.648371+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-08-19T10:41:40.508 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:38.649409+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-08-19T10:41:40.508 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:38.649409+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-08-19T10:41:40.508 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:38.650429+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:40.508 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:38.650429+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:40.508 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cephadm 2024-08-19T10:41:38.651463+0000 mgr.a (mgr.14150) 81 : cephadm [INF] Reconfiguring daemon mon.a on smithi078 2024-08-19T10:41:40.508 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cephadm 2024-08-19T10:41:38.651463+0000 mgr.a (mgr.14150) 81 : cephadm [INF] Reconfiguring daemon mon.a on smithi078 2024-08-19T10:41:40.508 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:39.026396+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:41:40.508 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: audit 2024-08-19T10:41:39.026396+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:41:40.964 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:40 smithi196 bash[24909]: cluster 2024-08-19T10:41:35.028512+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-08-19T10:41:40.964 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:40 smithi196 bash[24909]: cluster 2024-08-19T10:41:35.028512+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-08-19T10:41:40.964 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:40 smithi196 bash[24909]: cluster 2024-08-19T10:41:40.075670+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-08-19T10:41:40.966 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:40 smithi196 bash[24909]: cluster 2024-08-19T10:41:40.075670+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-08-19T10:41:40.966 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:40 smithi196 bash[24909]: cluster 2024-08-19T10:41:40.076093+0000 mon.a (mon.0) 240 : cluster [INF] mon.a calling monitor election 2024-08-19T10:41:40.966 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:40 smithi196 bash[24909]: cluster 2024-08-19T10:41:40.076093+0000 mon.a (mon.0) 240 : cluster [INF] mon.a calling monitor election 2024-08-19T10:41:40.966 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:40 smithi196 bash[24909]: cluster 2024-08-19T10:41:40.076966+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-08-19T10:41:40.966 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:40 smithi196 bash[24909]: cluster 2024-08-19T10:41:40.076966+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-08-19T10:41:40.966 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:40 smithi196 bash[24909]: cluster 2024-08-19T10:41:40.078476+0000 mgr.a (mgr.14150) 82 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:40.966 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:40 smithi196 bash[24909]: cluster 2024-08-19T10:41:40.078476+0000 mgr.a (mgr.14150) 82 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:40.966 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:40 smithi196 bash[24909]: cluster 2024-08-19T10:41:40.096035+0000 mon.a (mon.0) 241 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-08-19T10:41:40.967 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:40 smithi196 bash[24909]: cluster 2024-08-19T10:41:40.096035+0000 mon.a (mon.0) 241 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-08-19T10:41:40.967 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:40 smithi196 bash[24909]: cluster 2024-08-19T10:41:40.102482+0000 mon.a (mon.0) 242 : cluster [DBG] monmap epoch 3 2024-08-19T10:41:40.967 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:40 smithi196 bash[24909]: cluster 2024-08-19T10:41:40.102482+0000 mon.a (mon.0) 242 : cluster [DBG] monmap epoch 3 2024-08-19T10:41:40.967 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:40 smithi196 bash[24909]: cluster 2024-08-19T10:41:40.102515+0000 mon.a (mon.0) 243 : cluster [DBG] fsid 094f3c46-5e17-11ef-bccf-c7b262605968 2024-08-19T10:41:40.967 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:40 smithi196 bash[24909]: cluster 2024-08-19T10:41:40.102515+0000 mon.a (mon.0) 243 : cluster [DBG] fsid 094f3c46-5e17-11ef-bccf-c7b262605968 2024-08-19T10:41:40.967 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:40 smithi196 bash[24909]: cluster 2024-08-19T10:41:40.102534+0000 mon.a (mon.0) 244 : cluster [DBG] last_changed 2024-08-19T10:41:33.025786+0000 2024-08-19T10:41:40.967 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:40 smithi196 bash[24909]: cluster 2024-08-19T10:41:40.102534+0000 mon.a (mon.0) 244 : cluster [DBG] last_changed 2024-08-19T10:41:33.025786+0000 2024-08-19T10:41:40.967 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:40 smithi196 bash[24909]: cluster 2024-08-19T10:41:40.102558+0000 mon.a (mon.0) 245 : cluster [DBG] created 2024-08-19T10:39:01.869223+0000 2024-08-19T10:41:40.967 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:40 smithi196 bash[24909]: cluster 2024-08-19T10:41:40.102558+0000 mon.a (mon.0) 245 : cluster [DBG] created 2024-08-19T10:39:01.869223+0000 2024-08-19T10:41:40.967 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:40 smithi196 bash[24909]: cluster 2024-08-19T10:41:40.102582+0000 mon.a (mon.0) 246 : cluster [DBG] min_mon_release 19 (squid) 2024-08-19T10:41:40.967 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:40 smithi196 bash[24909]: cluster 2024-08-19T10:41:40.102582+0000 mon.a (mon.0) 246 : cluster [DBG] min_mon_release 19 (squid) 2024-08-19T10:41:40.967 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:40 smithi196 bash[24909]: cluster 2024-08-19T10:41:40.102600+0000 mon.a (mon.0) 247 : cluster [DBG] election_strategy: 1 2024-08-19T10:41:40.967 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:40 smithi196 bash[24909]: cluster 2024-08-19T10:41:40.102600+0000 mon.a (mon.0) 247 : cluster [DBG] election_strategy: 1 2024-08-19T10:41:40.968 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:40 smithi196 bash[24909]: cluster 2024-08-19T10:41:40.102618+0000 mon.a (mon.0) 248 : cluster [DBG] 0: [v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0] mon.a 2024-08-19T10:41:40.968 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:40 smithi196 bash[24909]: cluster 2024-08-19T10:41:40.102618+0000 mon.a (mon.0) 248 : cluster [DBG] 0: [v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0] mon.a 2024-08-19T10:41:40.968 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:40 smithi196 bash[24909]: cluster 2024-08-19T10:41:40.102637+0000 mon.a (mon.0) 249 : cluster [DBG] 1: [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] mon.c 2024-08-19T10:41:40.968 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:40 smithi196 bash[24909]: cluster 2024-08-19T10:41:40.102637+0000 mon.a (mon.0) 249 : cluster [DBG] 1: [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] mon.c 2024-08-19T10:41:40.968 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:40 smithi196 bash[24909]: cluster 2024-08-19T10:41:40.102652+0000 mon.a (mon.0) 250 : cluster [DBG] 2: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.b 2024-08-19T10:41:40.968 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:40 smithi196 bash[24909]: cluster 2024-08-19T10:41:40.102652+0000 mon.a (mon.0) 250 : cluster [DBG] 2: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.b 2024-08-19T10:41:40.968 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:40 smithi196 bash[24909]: cluster 2024-08-19T10:41:40.103691+0000 mon.a (mon.0) 251 : cluster [DBG] fsmap 2024-08-19T10:41:40.968 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:40 smithi196 bash[24909]: cluster 2024-08-19T10:41:40.103691+0000 mon.a (mon.0) 251 : cluster [DBG] fsmap 2024-08-19T10:41:40.968 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:40 smithi196 bash[24909]: cluster 2024-08-19T10:41:40.103744+0000 mon.a (mon.0) 252 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-08-19T10:41:40.968 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:40 smithi196 bash[24909]: cluster 2024-08-19T10:41:40.103744+0000 mon.a (mon.0) 252 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-08-19T10:41:40.968 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:40 smithi196 bash[24909]: cluster 2024-08-19T10:41:40.104021+0000 mon.a (mon.0) 253 : cluster [DBG] mgrmap e13: a(active, since 94s) 2024-08-19T10:41:40.968 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:40 smithi196 bash[24909]: cluster 2024-08-19T10:41:40.104021+0000 mon.a (mon.0) 253 : cluster [DBG] mgrmap e13: a(active, since 94s) 2024-08-19T10:41:40.968 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:40 smithi196 bash[24909]: cluster 2024-08-19T10:41:40.104304+0000 mon.a (mon.0) 254 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-08-19T10:41:40.968 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:40 smithi196 bash[24909]: cluster 2024-08-19T10:41:40.104304+0000 mon.a (mon.0) 254 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-08-19T10:41:40.969 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:40 smithi196 bash[24909]: cluster 2024-08-19T10:41:40.104336+0000 mon.a (mon.0) 255 : cluster [INF] Cluster is now healthy 2024-08-19T10:41:40.969 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:40 smithi196 bash[24909]: cluster 2024-08-19T10:41:40.104336+0000 mon.a (mon.0) 255 : cluster [INF] Cluster is now healthy 2024-08-19T10:41:40.969 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:40 smithi196 bash[24909]: cluster 2024-08-19T10:41:40.109977+0000 mon.a (mon.0) 256 : cluster [INF] overall HEALTH_OK 2024-08-19T10:41:40.969 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:40 smithi196 bash[24909]: cluster 2024-08-19T10:41:40.109977+0000 mon.a (mon.0) 256 : cluster [INF] overall HEALTH_OK 2024-08-19T10:41:40.992 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:35.028512+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-08-19T10:41:40.992 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:35.028512+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-08-19T10:41:40.992 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:40.075670+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-08-19T10:41:40.992 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:40.075670+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-08-19T10:41:40.992 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:40.076093+0000 mon.a (mon.0) 240 : cluster [INF] mon.a calling monitor election 2024-08-19T10:41:40.992 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:40.076093+0000 mon.a (mon.0) 240 : cluster [INF] mon.a calling monitor election 2024-08-19T10:41:40.992 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:40.076966+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-08-19T10:41:40.993 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:40.076966+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-08-19T10:41:40.993 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:40.078476+0000 mgr.a (mgr.14150) 82 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:40.993 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:40.078476+0000 mgr.a (mgr.14150) 82 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:40.993 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:40.096035+0000 mon.a (mon.0) 241 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-08-19T10:41:40.993 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:40.096035+0000 mon.a (mon.0) 241 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-08-19T10:41:40.993 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:40.102482+0000 mon.a (mon.0) 242 : cluster [DBG] monmap epoch 3 2024-08-19T10:41:40.993 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:40.102482+0000 mon.a (mon.0) 242 : cluster [DBG] monmap epoch 3 2024-08-19T10:41:40.993 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:40.102515+0000 mon.a (mon.0) 243 : cluster [DBG] fsid 094f3c46-5e17-11ef-bccf-c7b262605968 2024-08-19T10:41:40.993 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:40.102515+0000 mon.a (mon.0) 243 : cluster [DBG] fsid 094f3c46-5e17-11ef-bccf-c7b262605968 2024-08-19T10:41:40.993 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:40.102534+0000 mon.a (mon.0) 244 : cluster [DBG] last_changed 2024-08-19T10:41:33.025786+0000 2024-08-19T10:41:40.994 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:40.102534+0000 mon.a (mon.0) 244 : cluster [DBG] last_changed 2024-08-19T10:41:33.025786+0000 2024-08-19T10:41:40.994 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:40.102558+0000 mon.a (mon.0) 245 : cluster [DBG] created 2024-08-19T10:39:01.869223+0000 2024-08-19T10:41:40.994 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:40.102558+0000 mon.a (mon.0) 245 : cluster [DBG] created 2024-08-19T10:39:01.869223+0000 2024-08-19T10:41:40.994 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:40.102582+0000 mon.a (mon.0) 246 : cluster [DBG] min_mon_release 19 (squid) 2024-08-19T10:41:40.994 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:40.102582+0000 mon.a (mon.0) 246 : cluster [DBG] min_mon_release 19 (squid) 2024-08-19T10:41:40.994 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:40.102600+0000 mon.a (mon.0) 247 : cluster [DBG] election_strategy: 1 2024-08-19T10:41:40.994 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:40.102600+0000 mon.a (mon.0) 247 : cluster [DBG] election_strategy: 1 2024-08-19T10:41:40.994 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:40.102618+0000 mon.a (mon.0) 248 : cluster [DBG] 0: [v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0] mon.a 2024-08-19T10:41:40.994 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:40.102618+0000 mon.a (mon.0) 248 : cluster [DBG] 0: [v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0] mon.a 2024-08-19T10:41:40.995 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:40.102637+0000 mon.a (mon.0) 249 : cluster [DBG] 1: [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] mon.c 2024-08-19T10:41:40.995 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:40.102637+0000 mon.a (mon.0) 249 : cluster [DBG] 1: [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] mon.c 2024-08-19T10:41:40.995 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:40.102652+0000 mon.a (mon.0) 250 : cluster [DBG] 2: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.b 2024-08-19T10:41:40.995 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:40.102652+0000 mon.a (mon.0) 250 : cluster [DBG] 2: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.b 2024-08-19T10:41:40.995 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:40.103691+0000 mon.a (mon.0) 251 : cluster [DBG] fsmap 2024-08-19T10:41:40.995 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:40.103691+0000 mon.a (mon.0) 251 : cluster [DBG] fsmap 2024-08-19T10:41:40.995 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:40.103744+0000 mon.a (mon.0) 252 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-08-19T10:41:40.995 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:40.103744+0000 mon.a (mon.0) 252 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-08-19T10:41:40.995 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:40.104021+0000 mon.a (mon.0) 253 : cluster [DBG] mgrmap e13: a(active, since 94s) 2024-08-19T10:41:40.996 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:40.104021+0000 mon.a (mon.0) 253 : cluster [DBG] mgrmap e13: a(active, since 94s) 2024-08-19T10:41:40.996 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:40.104304+0000 mon.a (mon.0) 254 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-08-19T10:41:40.996 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:40.104304+0000 mon.a (mon.0) 254 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-08-19T10:41:40.996 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:40.104336+0000 mon.a (mon.0) 255 : cluster [INF] Cluster is now healthy 2024-08-19T10:41:40.996 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:40.104336+0000 mon.a (mon.0) 255 : cluster [INF] Cluster is now healthy 2024-08-19T10:41:40.996 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:40.109977+0000 mon.a (mon.0) 256 : cluster [INF] overall HEALTH_OK 2024-08-19T10:41:40.996 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:40 smithi133 bash[24239]: cluster 2024-08-19T10:41:40.109977+0000 mon.a (mon.0) 256 : cluster [INF] overall HEALTH_OK 2024-08-19T10:41:41.011 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:40 smithi078 bash[22737]: cluster 2024-08-19T10:41:35.028512+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-08-19T10:41:41.011 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:40 smithi078 bash[22737]: cluster 2024-08-19T10:41:35.028512+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-08-19T10:41:41.011 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:40 smithi078 bash[22737]: cluster 2024-08-19T10:41:40.075670+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-08-19T10:41:41.011 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:40 smithi078 bash[22737]: cluster 2024-08-19T10:41:40.075670+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-08-19T10:41:41.011 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:40 smithi078 bash[22737]: cluster 2024-08-19T10:41:40.076093+0000 mon.a (mon.0) 240 : cluster [INF] mon.a calling monitor election 2024-08-19T10:41:41.011 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:40 smithi078 bash[22737]: cluster 2024-08-19T10:41:40.076093+0000 mon.a (mon.0) 240 : cluster [INF] mon.a calling monitor election 2024-08-19T10:41:41.011 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:40 smithi078 bash[22737]: cluster 2024-08-19T10:41:40.076966+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-08-19T10:41:41.012 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:40 smithi078 bash[22737]: cluster 2024-08-19T10:41:40.076966+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-08-19T10:41:41.012 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:40 smithi078 bash[22737]: cluster 2024-08-19T10:41:40.078476+0000 mgr.a (mgr.14150) 82 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:41.012 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:40 smithi078 bash[22737]: cluster 2024-08-19T10:41:40.078476+0000 mgr.a (mgr.14150) 82 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:41.012 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:40 smithi078 bash[22737]: cluster 2024-08-19T10:41:40.096035+0000 mon.a (mon.0) 241 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-08-19T10:41:41.012 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:40 smithi078 bash[22737]: cluster 2024-08-19T10:41:40.096035+0000 mon.a (mon.0) 241 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-08-19T10:41:41.012 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:40 smithi078 bash[22737]: cluster 2024-08-19T10:41:40.102482+0000 mon.a (mon.0) 242 : cluster [DBG] monmap epoch 3 2024-08-19T10:41:41.012 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:40 smithi078 bash[22737]: cluster 2024-08-19T10:41:40.102482+0000 mon.a (mon.0) 242 : cluster [DBG] monmap epoch 3 2024-08-19T10:41:41.012 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:40 smithi078 bash[22737]: cluster 2024-08-19T10:41:40.102515+0000 mon.a (mon.0) 243 : cluster [DBG] fsid 094f3c46-5e17-11ef-bccf-c7b262605968 2024-08-19T10:41:41.012 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:40 smithi078 bash[22737]: cluster 2024-08-19T10:41:40.102515+0000 mon.a (mon.0) 243 : cluster [DBG] fsid 094f3c46-5e17-11ef-bccf-c7b262605968 2024-08-19T10:41:41.012 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:40 smithi078 bash[22737]: cluster 2024-08-19T10:41:40.102534+0000 mon.a (mon.0) 244 : cluster [DBG] last_changed 2024-08-19T10:41:33.025786+0000 2024-08-19T10:41:41.012 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:40 smithi078 bash[22737]: cluster 2024-08-19T10:41:40.102534+0000 mon.a (mon.0) 244 : cluster [DBG] last_changed 2024-08-19T10:41:33.025786+0000 2024-08-19T10:41:41.012 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:40 smithi078 bash[22737]: cluster 2024-08-19T10:41:40.102558+0000 mon.a (mon.0) 245 : cluster [DBG] created 2024-08-19T10:39:01.869223+0000 2024-08-19T10:41:41.012 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:40 smithi078 bash[22737]: cluster 2024-08-19T10:41:40.102558+0000 mon.a (mon.0) 245 : cluster [DBG] created 2024-08-19T10:39:01.869223+0000 2024-08-19T10:41:41.013 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:40 smithi078 bash[22737]: cluster 2024-08-19T10:41:40.102582+0000 mon.a (mon.0) 246 : cluster [DBG] min_mon_release 19 (squid) 2024-08-19T10:41:41.013 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:40 smithi078 bash[22737]: cluster 2024-08-19T10:41:40.102582+0000 mon.a (mon.0) 246 : cluster [DBG] min_mon_release 19 (squid) 2024-08-19T10:41:41.013 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:40 smithi078 bash[22737]: cluster 2024-08-19T10:41:40.102600+0000 mon.a (mon.0) 247 : cluster [DBG] election_strategy: 1 2024-08-19T10:41:41.013 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:40 smithi078 bash[22737]: cluster 2024-08-19T10:41:40.102600+0000 mon.a (mon.0) 247 : cluster [DBG] election_strategy: 1 2024-08-19T10:41:41.013 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:40 smithi078 bash[22737]: cluster 2024-08-19T10:41:40.102618+0000 mon.a (mon.0) 248 : cluster [DBG] 0: [v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0] mon.a 2024-08-19T10:41:41.014 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:40 smithi078 bash[22737]: cluster 2024-08-19T10:41:40.102618+0000 mon.a (mon.0) 248 : cluster [DBG] 0: [v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0] mon.a 2024-08-19T10:41:41.014 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:40 smithi078 bash[22737]: cluster 2024-08-19T10:41:40.102637+0000 mon.a (mon.0) 249 : cluster [DBG] 1: [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] mon.c 2024-08-19T10:41:41.014 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:40 smithi078 bash[22737]: cluster 2024-08-19T10:41:40.102637+0000 mon.a (mon.0) 249 : cluster [DBG] 1: [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] mon.c 2024-08-19T10:41:41.014 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:40 smithi078 bash[22737]: cluster 2024-08-19T10:41:40.102652+0000 mon.a (mon.0) 250 : cluster [DBG] 2: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.b 2024-08-19T10:41:41.014 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:40 smithi078 bash[22737]: cluster 2024-08-19T10:41:40.102652+0000 mon.a (mon.0) 250 : cluster [DBG] 2: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.b 2024-08-19T10:41:41.014 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:40 smithi078 bash[22737]: cluster 2024-08-19T10:41:40.103691+0000 mon.a (mon.0) 251 : cluster [DBG] fsmap 2024-08-19T10:41:41.015 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:40 smithi078 bash[22737]: cluster 2024-08-19T10:41:40.103691+0000 mon.a (mon.0) 251 : cluster [DBG] fsmap 2024-08-19T10:41:41.015 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:40 smithi078 bash[22737]: cluster 2024-08-19T10:41:40.103744+0000 mon.a (mon.0) 252 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-08-19T10:41:41.015 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:40 smithi078 bash[22737]: cluster 2024-08-19T10:41:40.103744+0000 mon.a (mon.0) 252 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-08-19T10:41:41.015 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:40 smithi078 bash[22737]: cluster 2024-08-19T10:41:40.104021+0000 mon.a (mon.0) 253 : cluster [DBG] mgrmap e13: a(active, since 94s) 2024-08-19T10:41:41.015 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:40 smithi078 bash[22737]: cluster 2024-08-19T10:41:40.104021+0000 mon.a (mon.0) 253 : cluster [DBG] mgrmap e13: a(active, since 94s) 2024-08-19T10:41:41.015 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:40 smithi078 bash[22737]: cluster 2024-08-19T10:41:40.104304+0000 mon.a (mon.0) 254 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-08-19T10:41:41.016 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:40 smithi078 bash[22737]: cluster 2024-08-19T10:41:40.104304+0000 mon.a (mon.0) 254 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-08-19T10:41:41.016 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:40 smithi078 bash[22737]: cluster 2024-08-19T10:41:40.104336+0000 mon.a (mon.0) 255 : cluster [INF] Cluster is now healthy 2024-08-19T10:41:41.016 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:40 smithi078 bash[22737]: cluster 2024-08-19T10:41:40.104336+0000 mon.a (mon.0) 255 : cluster [INF] Cluster is now healthy 2024-08-19T10:41:41.016 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:40 smithi078 bash[22737]: cluster 2024-08-19T10:41:40.109977+0000 mon.a (mon.0) 256 : cluster [INF] overall HEALTH_OK 2024-08-19T10:41:41.016 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:40 smithi078 bash[22737]: cluster 2024-08-19T10:41:40.109977+0000 mon.a (mon.0) 256 : cluster [INF] overall HEALTH_OK 2024-08-19T10:41:42.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:41 smithi078 bash[22737]: audit 2024-08-19T10:41:41.027366+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:41:42.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:41 smithi078 bash[22737]: audit 2024-08-19T10:41:41.027366+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:41:42.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:41 smithi078 bash[22737]: audit 2024-08-19T10:41:41.130494+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:42.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:41 smithi078 bash[22737]: audit 2024-08-19T10:41:41.130494+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:42.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:41 smithi078 bash[22737]: audit 2024-08-19T10:41:41.135960+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:42.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:41 smithi078 bash[22737]: audit 2024-08-19T10:41:41.135960+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:42.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:41 smithi078 bash[22737]: audit 2024-08-19T10:41:41.137896+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-08-19T10:41:42.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:41 smithi078 bash[22737]: audit 2024-08-19T10:41:41.137896+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-08-19T10:41:42.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:41 smithi078 bash[22737]: audit 2024-08-19T10:41:41.139434+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-08-19T10:41:42.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:41 smithi078 bash[22737]: audit 2024-08-19T10:41:41.139434+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-08-19T10:41:42.262 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:41 smithi078 bash[22737]: audit 2024-08-19T10:41:41.140833+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:42.262 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:41 smithi078 bash[22737]: audit 2024-08-19T10:41:41.140833+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:42.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:41 smithi196 bash[24909]: audit 2024-08-19T10:41:41.027366+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:41:42.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:41 smithi196 bash[24909]: audit 2024-08-19T10:41:41.027366+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:41:42.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:41 smithi196 bash[24909]: audit 2024-08-19T10:41:41.130494+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:42.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:41 smithi196 bash[24909]: audit 2024-08-19T10:41:41.130494+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:42.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:41 smithi196 bash[24909]: audit 2024-08-19T10:41:41.135960+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:42.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:41 smithi196 bash[24909]: audit 2024-08-19T10:41:41.135960+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:42.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:41 smithi196 bash[24909]: audit 2024-08-19T10:41:41.137896+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-08-19T10:41:42.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:41 smithi196 bash[24909]: audit 2024-08-19T10:41:41.137896+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-08-19T10:41:42.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:41 smithi196 bash[24909]: audit 2024-08-19T10:41:41.139434+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-08-19T10:41:42.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:41 smithi196 bash[24909]: audit 2024-08-19T10:41:41.139434+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-08-19T10:41:42.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:41 smithi196 bash[24909]: audit 2024-08-19T10:41:41.140833+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:42.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:41 smithi196 bash[24909]: audit 2024-08-19T10:41:41.140833+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:42.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:41 smithi133 bash[24239]: audit 2024-08-19T10:41:41.027366+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:41:42.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:41 smithi133 bash[24239]: audit 2024-08-19T10:41:41.027366+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:41:42.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:41 smithi133 bash[24239]: audit 2024-08-19T10:41:41.130494+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:42.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:41 smithi133 bash[24239]: audit 2024-08-19T10:41:41.130494+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:42.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:41 smithi133 bash[24239]: audit 2024-08-19T10:41:41.135960+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:42.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:41 smithi133 bash[24239]: audit 2024-08-19T10:41:41.135960+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:42.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:41 smithi133 bash[24239]: audit 2024-08-19T10:41:41.137896+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-08-19T10:41:42.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:41 smithi133 bash[24239]: audit 2024-08-19T10:41:41.137896+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-08-19T10:41:42.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:41 smithi133 bash[24239]: audit 2024-08-19T10:41:41.139434+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-08-19T10:41:42.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:41 smithi133 bash[24239]: audit 2024-08-19T10:41:41.139434+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-08-19T10:41:42.493 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:41 smithi133 bash[24239]: audit 2024-08-19T10:41:41.140833+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:42.493 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:41 smithi133 bash[24239]: audit 2024-08-19T10:41:41.140833+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:43.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:43 smithi078 bash[22737]: cephadm 2024-08-19T10:41:41.137245+0000 mgr.a (mgr.14150) 83 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-08-19T10:41:43.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:43 smithi078 bash[22737]: cephadm 2024-08-19T10:41:41.137245+0000 mgr.a (mgr.14150) 83 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-08-19T10:41:43.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:43 smithi078 bash[22737]: cephadm 2024-08-19T10:41:41.142543+0000 mgr.a (mgr.14150) 84 : cephadm [INF] Reconfiguring daemon mon.b on smithi133 2024-08-19T10:41:43.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:43 smithi078 bash[22737]: cephadm 2024-08-19T10:41:41.142543+0000 mgr.a (mgr.14150) 84 : cephadm [INF] Reconfiguring daemon mon.b on smithi133 2024-08-19T10:41:43.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:43 smithi078 bash[22737]: cluster 2024-08-19T10:41:42.078873+0000 mgr.a (mgr.14150) 85 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:43.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:43 smithi078 bash[22737]: cluster 2024-08-19T10:41:42.078873+0000 mgr.a (mgr.14150) 85 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:43.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:43 smithi196 bash[24909]: cephadm 2024-08-19T10:41:41.137245+0000 mgr.a (mgr.14150) 83 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-08-19T10:41:43.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:43 smithi196 bash[24909]: cephadm 2024-08-19T10:41:41.137245+0000 mgr.a (mgr.14150) 83 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-08-19T10:41:43.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:43 smithi196 bash[24909]: cephadm 2024-08-19T10:41:41.142543+0000 mgr.a (mgr.14150) 84 : cephadm [INF] Reconfiguring daemon mon.b on smithi133 2024-08-19T10:41:43.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:43 smithi196 bash[24909]: cephadm 2024-08-19T10:41:41.142543+0000 mgr.a (mgr.14150) 84 : cephadm [INF] Reconfiguring daemon mon.b on smithi133 2024-08-19T10:41:43.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:43 smithi196 bash[24909]: cluster 2024-08-19T10:41:42.078873+0000 mgr.a (mgr.14150) 85 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:43.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:43 smithi196 bash[24909]: cluster 2024-08-19T10:41:42.078873+0000 mgr.a (mgr.14150) 85 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:43.478 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/mon.a/config 2024-08-19T10:41:43.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:43 smithi133 bash[24239]: cephadm 2024-08-19T10:41:41.137245+0000 mgr.a (mgr.14150) 83 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-08-19T10:41:43.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:43 smithi133 bash[24239]: cephadm 2024-08-19T10:41:41.137245+0000 mgr.a (mgr.14150) 83 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-08-19T10:41:43.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:43 smithi133 bash[24239]: cephadm 2024-08-19T10:41:41.142543+0000 mgr.a (mgr.14150) 84 : cephadm [INF] Reconfiguring daemon mon.b on smithi133 2024-08-19T10:41:43.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:43 smithi133 bash[24239]: cephadm 2024-08-19T10:41:41.142543+0000 mgr.a (mgr.14150) 84 : cephadm [INF] Reconfiguring daemon mon.b on smithi133 2024-08-19T10:41:43.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:43 smithi133 bash[24239]: cluster 2024-08-19T10:41:42.078873+0000 mgr.a (mgr.14150) 85 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:43.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:43 smithi133 bash[24239]: cluster 2024-08-19T10:41:42.078873+0000 mgr.a (mgr.14150) 85 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:44.677 INFO:teuthology.orchestra.run.smithi078.stdout:# minimal ceph.conf for 094f3c46-5e17-11ef-bccf-c7b262605968 2024-08-19T10:41:44.677 INFO:teuthology.orchestra.run.smithi078.stdout:[global] 2024-08-19T10:41:44.677 INFO:teuthology.orchestra.run.smithi078.stdout: fsid = 094f3c46-5e17-11ef-bccf-c7b262605968 2024-08-19T10:41:44.677 INFO:teuthology.orchestra.run.smithi078.stdout: mon_host = [v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0] [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] 2024-08-19T10:41:44.689 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:44 smithi078 bash[22737]: audit 2024-08-19T10:41:43.447577+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:44.689 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:44 smithi078 bash[22737]: audit 2024-08-19T10:41:43.447577+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:44.689 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:44 smithi078 bash[22737]: audit 2024-08-19T10:41:43.454533+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:44.689 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:44 smithi078 bash[22737]: audit 2024-08-19T10:41:43.454533+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:44.689 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:44 smithi078 bash[22737]: cephadm 2024-08-19T10:41:43.455964+0000 mgr.a (mgr.14150) 86 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-08-19T10:41:44.689 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:44 smithi078 bash[22737]: cephadm 2024-08-19T10:41:43.455964+0000 mgr.a (mgr.14150) 86 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-08-19T10:41:44.689 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:44 smithi078 bash[22737]: audit 2024-08-19T10:41:43.456614+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-08-19T10:41:44.689 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:44 smithi078 bash[22737]: audit 2024-08-19T10:41:43.456614+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-08-19T10:41:44.689 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:44 smithi078 bash[22737]: audit 2024-08-19T10:41:43.458313+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-08-19T10:41:44.690 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:44 smithi078 bash[22737]: audit 2024-08-19T10:41:43.458313+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-08-19T10:41:44.690 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:44 smithi078 bash[22737]: audit 2024-08-19T10:41:43.459814+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:44.690 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:44 smithi078 bash[22737]: audit 2024-08-19T10:41:43.459814+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:44.690 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:44 smithi078 bash[22737]: cephadm 2024-08-19T10:41:43.461583+0000 mgr.a (mgr.14150) 87 : cephadm [INF] Reconfiguring daemon mon.c on smithi196 2024-08-19T10:41:44.690 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:44 smithi078 bash[22737]: cephadm 2024-08-19T10:41:43.461583+0000 mgr.a (mgr.14150) 87 : cephadm [INF] Reconfiguring daemon mon.c on smithi196 2024-08-19T10:41:44.690 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:44 smithi078 bash[22737]: cluster 2024-08-19T10:41:44.079314+0000 mgr.a (mgr.14150) 88 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:44.690 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:44 smithi078 bash[22737]: cluster 2024-08-19T10:41:44.079314+0000 mgr.a (mgr.14150) 88 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:44.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:44 smithi196 bash[24909]: audit 2024-08-19T10:41:43.447577+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:44.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:44 smithi196 bash[24909]: audit 2024-08-19T10:41:43.447577+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:44.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:44 smithi196 bash[24909]: audit 2024-08-19T10:41:43.454533+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:44.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:44 smithi196 bash[24909]: audit 2024-08-19T10:41:43.454533+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:44.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:44 smithi196 bash[24909]: cephadm 2024-08-19T10:41:43.455964+0000 mgr.a (mgr.14150) 86 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-08-19T10:41:44.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:44 smithi196 bash[24909]: cephadm 2024-08-19T10:41:43.455964+0000 mgr.a (mgr.14150) 86 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-08-19T10:41:44.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:44 smithi196 bash[24909]: audit 2024-08-19T10:41:43.456614+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-08-19T10:41:44.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:44 smithi196 bash[24909]: audit 2024-08-19T10:41:43.456614+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-08-19T10:41:44.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:44 smithi196 bash[24909]: audit 2024-08-19T10:41:43.458313+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-08-19T10:41:44.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:44 smithi196 bash[24909]: audit 2024-08-19T10:41:43.458313+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-08-19T10:41:44.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:44 smithi196 bash[24909]: audit 2024-08-19T10:41:43.459814+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:44.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:44 smithi196 bash[24909]: audit 2024-08-19T10:41:43.459814+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:44.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:44 smithi196 bash[24909]: cephadm 2024-08-19T10:41:43.461583+0000 mgr.a (mgr.14150) 87 : cephadm [INF] Reconfiguring daemon mon.c on smithi196 2024-08-19T10:41:44.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:44 smithi196 bash[24909]: cephadm 2024-08-19T10:41:43.461583+0000 mgr.a (mgr.14150) 87 : cephadm [INF] Reconfiguring daemon mon.c on smithi196 2024-08-19T10:41:44.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:44 smithi196 bash[24909]: cluster 2024-08-19T10:41:44.079314+0000 mgr.a (mgr.14150) 88 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:44.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:44 smithi196 bash[24909]: cluster 2024-08-19T10:41:44.079314+0000 mgr.a (mgr.14150) 88 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:44.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:44 smithi133 bash[24239]: audit 2024-08-19T10:41:43.447577+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:44.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:44 smithi133 bash[24239]: audit 2024-08-19T10:41:43.447577+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:44.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:44 smithi133 bash[24239]: audit 2024-08-19T10:41:43.454533+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:44.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:44 smithi133 bash[24239]: audit 2024-08-19T10:41:43.454533+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:44.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:44 smithi133 bash[24239]: cephadm 2024-08-19T10:41:43.455964+0000 mgr.a (mgr.14150) 86 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-08-19T10:41:44.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:44 smithi133 bash[24239]: cephadm 2024-08-19T10:41:43.455964+0000 mgr.a (mgr.14150) 86 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-08-19T10:41:44.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:44 smithi133 bash[24239]: audit 2024-08-19T10:41:43.456614+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-08-19T10:41:44.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:44 smithi133 bash[24239]: audit 2024-08-19T10:41:43.456614+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-08-19T10:41:44.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:44 smithi133 bash[24239]: audit 2024-08-19T10:41:43.458313+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-08-19T10:41:44.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:44 smithi133 bash[24239]: audit 2024-08-19T10:41:43.458313+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-08-19T10:41:44.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:44 smithi133 bash[24239]: audit 2024-08-19T10:41:43.459814+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:44.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:44 smithi133 bash[24239]: audit 2024-08-19T10:41:43.459814+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:44.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:44 smithi133 bash[24239]: cephadm 2024-08-19T10:41:43.461583+0000 mgr.a (mgr.14150) 87 : cephadm [INF] Reconfiguring daemon mon.c on smithi196 2024-08-19T10:41:44.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:44 smithi133 bash[24239]: cephadm 2024-08-19T10:41:43.461583+0000 mgr.a (mgr.14150) 87 : cephadm [INF] Reconfiguring daemon mon.c on smithi196 2024-08-19T10:41:44.743 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:44 smithi133 bash[24239]: cluster 2024-08-19T10:41:44.079314+0000 mgr.a (mgr.14150) 88 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:44.743 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:44 smithi133 bash[24239]: cluster 2024-08-19T10:41:44.079314+0000 mgr.a (mgr.14150) 88 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:45.337 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-08-19T10:41:45.337 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2024-08-19T10:41:45.337 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd of=/etc/ceph/ceph.conf 2024-08-19T10:41:45.351 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2024-08-19T10:41:45.351 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-08-19T10:41:45.405 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-08-19T10:41:45.405 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/ceph/ceph.conf 2024-08-19T10:41:45.420 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-08-19T10:41:45.421 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-08-19T10:41:45.477 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-08-19T10:41:45.477 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd of=/etc/ceph/ceph.conf 2024-08-19T10:41:45.491 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-08-19T10:41:45.491 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-08-19T10:41:45.545 INFO:tasks.cephadm:Adding mgr.a on smithi078 2024-08-19T10:41:45.545 INFO:tasks.cephadm:Adding mgr.b on smithi133 2024-08-19T10:41:45.545 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:797669399b32d2915e64eb6d4b1257ae3c50f80b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 094f3c46-5e17-11ef-bccf-c7b262605968 -- ceph orch apply mgr '2;smithi078=a;smithi133=b' 2024-08-19T10:41:45.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:45 smithi196 bash[24909]: audit 2024-08-19T10:41:44.675683+0000 mon.a (mon.0) 268 : audit [DBG] from='client.? 172.21.15.78:0/4016974219' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:45.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:45 smithi196 bash[24909]: audit 2024-08-19T10:41:44.675683+0000 mon.a (mon.0) 268 : audit [DBG] from='client.? 172.21.15.78:0/4016974219' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:45.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:45 smithi196 bash[24909]: audit 2024-08-19T10:41:45.418380+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:45.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:45 smithi196 bash[24909]: audit 2024-08-19T10:41:45.418380+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:45.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:45 smithi196 bash[24909]: audit 2024-08-19T10:41:45.423137+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:45.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:45 smithi196 bash[24909]: audit 2024-08-19T10:41:45.423137+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:45.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:45 smithi196 bash[24909]: audit 2024-08-19T10:41:45.425156+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:41:45.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:45 smithi196 bash[24909]: audit 2024-08-19T10:41:45.425156+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:41:45.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:45 smithi196 bash[24909]: audit 2024-08-19T10:41:45.427746+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:45.715 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:45 smithi196 bash[24909]: audit 2024-08-19T10:41:45.427746+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:45.715 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:45 smithi196 bash[24909]: audit 2024-08-19T10:41:45.429106+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:41:45.715 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:45 smithi196 bash[24909]: audit 2024-08-19T10:41:45.429106+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:41:45.715 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:45 smithi196 bash[24909]: audit 2024-08-19T10:41:45.435145+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:45.715 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:45 smithi196 bash[24909]: audit 2024-08-19T10:41:45.435145+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:45.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:45 smithi133 bash[24239]: audit 2024-08-19T10:41:44.675683+0000 mon.a (mon.0) 268 : audit [DBG] from='client.? 172.21.15.78:0/4016974219' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:45.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:45 smithi133 bash[24239]: audit 2024-08-19T10:41:44.675683+0000 mon.a (mon.0) 268 : audit [DBG] from='client.? 172.21.15.78:0/4016974219' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:45.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:45 smithi133 bash[24239]: audit 2024-08-19T10:41:45.418380+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:45.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:45 smithi133 bash[24239]: audit 2024-08-19T10:41:45.418380+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:45.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:45 smithi133 bash[24239]: audit 2024-08-19T10:41:45.423137+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:45.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:45 smithi133 bash[24239]: audit 2024-08-19T10:41:45.423137+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:45.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:45 smithi133 bash[24239]: audit 2024-08-19T10:41:45.425156+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:41:45.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:45 smithi133 bash[24239]: audit 2024-08-19T10:41:45.425156+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:41:45.743 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:45 smithi133 bash[24239]: audit 2024-08-19T10:41:45.427746+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:45.743 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:45 smithi133 bash[24239]: audit 2024-08-19T10:41:45.427746+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:45.743 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:45 smithi133 bash[24239]: audit 2024-08-19T10:41:45.429106+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:41:45.743 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:45 smithi133 bash[24239]: audit 2024-08-19T10:41:45.429106+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:41:45.743 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:45 smithi133 bash[24239]: audit 2024-08-19T10:41:45.435145+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:45.743 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:45 smithi133 bash[24239]: audit 2024-08-19T10:41:45.435145+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:45.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:45 smithi078 bash[22737]: audit 2024-08-19T10:41:44.675683+0000 mon.a (mon.0) 268 : audit [DBG] from='client.? 172.21.15.78:0/4016974219' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:45.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:45 smithi078 bash[22737]: audit 2024-08-19T10:41:44.675683+0000 mon.a (mon.0) 268 : audit [DBG] from='client.? 172.21.15.78:0/4016974219' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:45.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:45 smithi078 bash[22737]: audit 2024-08-19T10:41:45.418380+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:45.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:45 smithi078 bash[22737]: audit 2024-08-19T10:41:45.418380+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:45.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:45 smithi078 bash[22737]: audit 2024-08-19T10:41:45.423137+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:45.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:45 smithi078 bash[22737]: audit 2024-08-19T10:41:45.423137+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:45.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:45 smithi078 bash[22737]: audit 2024-08-19T10:41:45.425156+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:41:45.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:45 smithi078 bash[22737]: audit 2024-08-19T10:41:45.425156+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:41:45.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:45 smithi078 bash[22737]: audit 2024-08-19T10:41:45.427746+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:45.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:45 smithi078 bash[22737]: audit 2024-08-19T10:41:45.427746+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:45.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:45 smithi078 bash[22737]: audit 2024-08-19T10:41:45.429106+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:41:45.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:45 smithi078 bash[22737]: audit 2024-08-19T10:41:45.429106+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:41:45.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:45 smithi078 bash[22737]: audit 2024-08-19T10:41:45.435145+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:45.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:45 smithi078 bash[22737]: audit 2024-08-19T10:41:45.435145+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:46.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:46 smithi133 bash[24239]: cluster 2024-08-19T10:41:46.079813+0000 mgr.a (mgr.14150) 89 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:46.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:46 smithi133 bash[24239]: cluster 2024-08-19T10:41:46.079813+0000 mgr.a (mgr.14150) 89 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:46.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:46 smithi078 bash[22737]: cluster 2024-08-19T10:41:46.079813+0000 mgr.a (mgr.14150) 89 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:46.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:46 smithi078 bash[22737]: cluster 2024-08-19T10:41:46.079813+0000 mgr.a (mgr.14150) 89 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:46.963 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:46 smithi196 bash[24909]: cluster 2024-08-19T10:41:46.079813+0000 mgr.a (mgr.14150) 89 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:46.963 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:46 smithi196 bash[24909]: cluster 2024-08-19T10:41:46.079813+0000 mgr.a (mgr.14150) 89 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:48.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:48 smithi196 bash[24909]: cluster 2024-08-19T10:41:48.080258+0000 mgr.a (mgr.14150) 90 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:48.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:48 smithi196 bash[24909]: cluster 2024-08-19T10:41:48.080258+0000 mgr.a (mgr.14150) 90 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:48.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:48 smithi133 bash[24239]: cluster 2024-08-19T10:41:48.080258+0000 mgr.a (mgr.14150) 90 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:48.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:48 smithi133 bash[24239]: cluster 2024-08-19T10:41:48.080258+0000 mgr.a (mgr.14150) 90 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:48.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:48 smithi078 bash[22737]: cluster 2024-08-19T10:41:48.080258+0000 mgr.a (mgr.14150) 90 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:48.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:48 smithi078 bash[22737]: cluster 2024-08-19T10:41:48.080258+0000 mgr.a (mgr.14150) 90 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:49.305 INFO:teuthology.orchestra.run.smithi196.stderr:Inferring config /var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/mon.c/config 2024-08-19T10:41:50.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:50 smithi196 bash[24909]: cluster 2024-08-19T10:41:50.080654+0000 mgr.a (mgr.14150) 91 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:50.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:50 smithi196 bash[24909]: cluster 2024-08-19T10:41:50.080654+0000 mgr.a (mgr.14150) 91 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:50.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:50 smithi133 bash[24239]: cluster 2024-08-19T10:41:50.080654+0000 mgr.a (mgr.14150) 91 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:50.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:50 smithi133 bash[24239]: cluster 2024-08-19T10:41:50.080654+0000 mgr.a (mgr.14150) 91 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:50.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:50 smithi078 bash[22737]: cluster 2024-08-19T10:41:50.080654+0000 mgr.a (mgr.14150) 91 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:50.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:50 smithi078 bash[22737]: cluster 2024-08-19T10:41:50.080654+0000 mgr.a (mgr.14150) 91 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:50.538 INFO:teuthology.orchestra.run.smithi196.stdout:Scheduled mgr update... 2024-08-19T10:41:51.073 DEBUG:teuthology.orchestra.run.smithi133:mgr.b> sudo journalctl -f -n 0 -u ceph-094f3c46-5e17-11ef-bccf-c7b262605968@mgr.b.service 2024-08-19T10:41:51.076 DEBUG:tasks.cephadm:set 0 configs 2024-08-19T10:41:51.076 INFO:tasks.cephadm:Deploying OSDs... 2024-08-19T10:41:51.076 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2024-08-19T10:41:51.076 DEBUG:teuthology.orchestra.run.smithi078:> dd if=/scratch_devs of=/dev/stdout 2024-08-19T10:41:51.082 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-08-19T10:41:51.082 DEBUG:teuthology.orchestra.run.smithi078:> stat /dev/vg_nvme/lv_1 2024-08-19T10:41:51.130 INFO:teuthology.orchestra.run.smithi078.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-08-19T10:41:51.130 INFO:teuthology.orchestra.run.smithi078.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-08-19T10:41:51.130 INFO:teuthology.orchestra.run.smithi078.stdout:Device: 5h/5d Inode: 875 Links: 1 2024-08-19T10:41:51.130 INFO:teuthology.orchestra.run.smithi078.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-08-19T10:41:51.130 INFO:teuthology.orchestra.run.smithi078.stdout:Access: 2024-08-19 10:31:49.397116116 +0000 2024-08-19T10:41:51.130 INFO:teuthology.orchestra.run.smithi078.stdout:Modify: 2024-08-19 10:31:49.133118474 +0000 2024-08-19T10:41:51.130 INFO:teuthology.orchestra.run.smithi078.stdout:Change: 2024-08-19 10:31:49.133118474 +0000 2024-08-19T10:41:51.130 INFO:teuthology.orchestra.run.smithi078.stdout: Birth: - 2024-08-19T10:41:51.131 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-08-19T10:41:51.184 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records in 2024-08-19T10:41:51.185 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records out 2024-08-19T10:41:51.185 INFO:teuthology.orchestra.run.smithi078.stderr:512 bytes copied, 0.000330393 s, 1.5 MB/s 2024-08-19T10:41:51.186 DEBUG:teuthology.orchestra.run.smithi078:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-08-19T10:41:51.235 DEBUG:teuthology.orchestra.run.smithi078:> stat /dev/vg_nvme/lv_2 2024-08-19T10:41:51.282 INFO:teuthology.orchestra.run.smithi078.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-08-19T10:41:51.282 INFO:teuthology.orchestra.run.smithi078.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-08-19T10:41:51.282 INFO:teuthology.orchestra.run.smithi078.stdout:Device: 5h/5d Inode: 894 Links: 1 2024-08-19T10:41:51.282 INFO:teuthology.orchestra.run.smithi078.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-08-19T10:41:51.282 INFO:teuthology.orchestra.run.smithi078.stdout:Access: 2024-08-19 10:31:49.625114078 +0000 2024-08-19T10:41:51.282 INFO:teuthology.orchestra.run.smithi078.stdout:Modify: 2024-08-19 10:31:49.621114115 +0000 2024-08-19T10:41:51.282 INFO:teuthology.orchestra.run.smithi078.stdout:Change: 2024-08-19 10:31:49.621114115 +0000 2024-08-19T10:41:51.282 INFO:teuthology.orchestra.run.smithi078.stdout: Birth: - 2024-08-19T10:41:51.283 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-08-19T10:41:51.336 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records in 2024-08-19T10:41:51.336 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records out 2024-08-19T10:41:51.336 INFO:teuthology.orchestra.run.smithi078.stderr:512 bytes copied, 0.00039035 s, 1.3 MB/s 2024-08-19T10:41:51.337 DEBUG:teuthology.orchestra.run.smithi078:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-08-19T10:41:51.387 DEBUG:teuthology.orchestra.run.smithi078:> stat /dev/vg_nvme/lv_3 2024-08-19T10:41:51.434 INFO:teuthology.orchestra.run.smithi078.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-08-19T10:41:51.434 INFO:teuthology.orchestra.run.smithi078.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-08-19T10:41:51.434 INFO:teuthology.orchestra.run.smithi078.stdout:Device: 5h/5d Inode: 911 Links: 1 2024-08-19T10:41:51.434 INFO:teuthology.orchestra.run.smithi078.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-08-19T10:41:51.435 INFO:teuthology.orchestra.run.smithi078.stdout:Access: 2024-08-19 10:31:50.357107540 +0000 2024-08-19T10:41:51.435 INFO:teuthology.orchestra.run.smithi078.stdout:Modify: 2024-08-19 10:31:50.097109864 +0000 2024-08-19T10:41:51.435 INFO:teuthology.orchestra.run.smithi078.stdout:Change: 2024-08-19 10:31:50.097109864 +0000 2024-08-19T10:41:51.435 INFO:teuthology.orchestra.run.smithi078.stdout: Birth: - 2024-08-19T10:41:51.435 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-08-19T10:41:51.488 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records in 2024-08-19T10:41:51.488 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records out 2024-08-19T10:41:51.488 INFO:teuthology.orchestra.run.smithi078.stderr:512 bytes copied, 0.000350365 s, 1.5 MB/s 2024-08-19T10:41:51.490 DEBUG:teuthology.orchestra.run.smithi078:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-08-19T10:41:51.541 DEBUG:teuthology.orchestra.run.smithi078:> stat /dev/vg_nvme/lv_4 2024-08-19T10:41:51.590 INFO:teuthology.orchestra.run.smithi078.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-08-19T10:41:51.590 INFO:teuthology.orchestra.run.smithi078.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-08-19T10:41:51.590 INFO:teuthology.orchestra.run.smithi078.stdout:Device: 5h/5d Inode: 922 Links: 1 2024-08-19T10:41:51.590 INFO:teuthology.orchestra.run.smithi078.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-08-19T10:41:51.591 INFO:teuthology.orchestra.run.smithi078.stdout:Access: 2024-08-19 10:31:50.809103503 +0000 2024-08-19T10:41:51.591 INFO:teuthology.orchestra.run.smithi078.stdout:Modify: 2024-08-19 10:31:50.573105612 +0000 2024-08-19T10:41:51.591 INFO:teuthology.orchestra.run.smithi078.stdout:Change: 2024-08-19 10:31:50.573105612 +0000 2024-08-19T10:41:51.591 INFO:teuthology.orchestra.run.smithi078.stdout: Birth: - 2024-08-19T10:41:51.591 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-08-19T10:41:51.644 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records in 2024-08-19T10:41:51.644 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records out 2024-08-19T10:41:51.645 INFO:teuthology.orchestra.run.smithi078.stderr:512 bytes copied, 0.000390001 s, 1.3 MB/s 2024-08-19T10:41:51.646 DEBUG:teuthology.orchestra.run.smithi078:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-08-19T10:41:51.695 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-08-19T10:41:51.695 DEBUG:teuthology.orchestra.run.smithi133:> dd if=/scratch_devs of=/dev/stdout 2024-08-19T10:41:51.701 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-08-19T10:41:51.701 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/vg_nvme/lv_1 2024-08-19T10:41:51.748 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-08-19T10:41:51.749 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-08-19T10:41:51.749 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 5h/5d Inode: 886 Links: 1 2024-08-19T10:41:51.749 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-08-19T10:41:51.749 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-08-19 10:31:49.172657626 +0000 2024-08-19T10:41:51.749 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-08-19 10:31:49.168657661 +0000 2024-08-19T10:41:51.749 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-08-19 10:31:49.168657661 +0000 2024-08-19T10:41:51.749 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: - 2024-08-19T10:41:51.749 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-08-19T10:41:51.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:51 smithi078 bash[22737]: audit 2024-08-19T10:41:50.527024+0000 mgr.a (mgr.14150) 92 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi078=a;smithi133=b", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:41:51.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:51 smithi078 bash[22737]: audit 2024-08-19T10:41:50.527024+0000 mgr.a (mgr.14150) 92 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi078=a;smithi133=b", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:41:51.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:51 smithi078 bash[22737]: cephadm 2024-08-19T10:41:50.530050+0000 mgr.a (mgr.14150) 93 : cephadm [INF] Saving service mgr spec with placement smithi078=a;smithi133=b;count:2 2024-08-19T10:41:51.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:51 smithi078 bash[22737]: cephadm 2024-08-19T10:41:50.530050+0000 mgr.a (mgr.14150) 93 : cephadm [INF] Saving service mgr spec with placement smithi078=a;smithi133=b;count:2 2024-08-19T10:41:51.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:51 smithi078 bash[22737]: audit 2024-08-19T10:41:50.536450+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:51.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:51 smithi078 bash[22737]: audit 2024-08-19T10:41:50.536450+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:51.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:51 smithi078 bash[22737]: audit 2024-08-19T10:41:50.538105+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:41:51.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:51 smithi078 bash[22737]: audit 2024-08-19T10:41:50.538105+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:41:51.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:51 smithi078 bash[22737]: audit 2024-08-19T10:41:51.247797+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:51.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:51 smithi078 bash[22737]: audit 2024-08-19T10:41:51.247797+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:51.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:51 smithi078 bash[22737]: audit 2024-08-19T10:41:51.248875+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:41:51.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:51 smithi078 bash[22737]: audit 2024-08-19T10:41:51.248875+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:41:51.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:51 smithi078 bash[22737]: audit 2024-08-19T10:41:51.256025+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:51.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:51 smithi078 bash[22737]: audit 2024-08-19T10:41:51.256025+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:51.762 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:51 smithi078 bash[22737]: audit 2024-08-19T10:41:51.257897+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-08-19T10:41:51.762 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:51 smithi078 bash[22737]: audit 2024-08-19T10:41:51.257897+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-08-19T10:41:51.762 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:51 smithi078 bash[22737]: audit 2024-08-19T10:41:51.260028+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-08-19T10:41:51.762 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:51 smithi078 bash[22737]: audit 2024-08-19T10:41:51.260028+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-08-19T10:41:51.762 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:51 smithi078 bash[22737]: audit 2024-08-19T10:41:51.262742+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-08-19T10:41:51.762 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:51 smithi078 bash[22737]: audit 2024-08-19T10:41:51.262742+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-08-19T10:41:51.762 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:51 smithi078 bash[22737]: audit 2024-08-19T10:41:51.264046+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:51.762 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:51 smithi078 bash[22737]: audit 2024-08-19T10:41:51.264046+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:51.799 INFO:journalctl@ceph.mgr.b.smithi133.stdout:Aug 19 10:41:51 smithi133 systemd[1]: /etc/systemd/system/ceph-094f3c46-5e17-11ef-bccf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-08-19T10:41:51.800 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:51 smithi133 bash[24239]: audit 2024-08-19T10:41:50.527024+0000 mgr.a (mgr.14150) 92 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi078=a;smithi133=b", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:41:51.800 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:51 smithi133 bash[24239]: audit 2024-08-19T10:41:50.527024+0000 mgr.a (mgr.14150) 92 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi078=a;smithi133=b", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:41:51.800 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:51 smithi133 bash[24239]: cephadm 2024-08-19T10:41:50.530050+0000 mgr.a (mgr.14150) 93 : cephadm [INF] Saving service mgr spec with placement smithi078=a;smithi133=b;count:2 2024-08-19T10:41:51.800 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:51 smithi133 bash[24239]: cephadm 2024-08-19T10:41:50.530050+0000 mgr.a (mgr.14150) 93 : cephadm [INF] Saving service mgr spec with placement smithi078=a;smithi133=b;count:2 2024-08-19T10:41:51.800 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:51 smithi133 bash[24239]: audit 2024-08-19T10:41:50.536450+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:51.800 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:51 smithi133 bash[24239]: audit 2024-08-19T10:41:50.536450+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:51.800 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:51 smithi133 bash[24239]: audit 2024-08-19T10:41:50.538105+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:41:51.800 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:51 smithi133 bash[24239]: audit 2024-08-19T10:41:50.538105+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:41:51.800 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:51 smithi133 bash[24239]: audit 2024-08-19T10:41:51.247797+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:51.800 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:51 smithi133 bash[24239]: audit 2024-08-19T10:41:51.247797+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:51.800 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:51 smithi133 bash[24239]: audit 2024-08-19T10:41:51.248875+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:41:51.801 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:51 smithi133 bash[24239]: audit 2024-08-19T10:41:51.248875+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:41:51.801 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:51 smithi133 bash[24239]: audit 2024-08-19T10:41:51.256025+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:51.801 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:51 smithi133 bash[24239]: audit 2024-08-19T10:41:51.256025+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:51.801 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:51 smithi133 bash[24239]: audit 2024-08-19T10:41:51.257897+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-08-19T10:41:51.801 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:51 smithi133 bash[24239]: audit 2024-08-19T10:41:51.257897+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-08-19T10:41:51.801 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:51 smithi133 bash[24239]: audit 2024-08-19T10:41:51.260028+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-08-19T10:41:51.801 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:51 smithi133 bash[24239]: audit 2024-08-19T10:41:51.260028+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-08-19T10:41:51.801 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:51 smithi133 bash[24239]: audit 2024-08-19T10:41:51.262742+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-08-19T10:41:51.801 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:51 smithi133 bash[24239]: audit 2024-08-19T10:41:51.262742+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-08-19T10:41:51.801 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:51 smithi133 bash[24239]: audit 2024-08-19T10:41:51.264046+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:51.801 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:51 smithi133 bash[24239]: audit 2024-08-19T10:41:51.264046+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:51.802 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-08-19T10:41:51.802 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-08-19T10:41:51.802 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.000280075 s, 1.8 MB/s 2024-08-19T10:41:51.803 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-08-19T10:41:51.849 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/vg_nvme/lv_2 2024-08-19T10:41:51.897 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-08-19T10:41:51.897 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-08-19T10:41:51.897 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 5h/5d Inode: 906 Links: 1 2024-08-19T10:41:51.897 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-08-19T10:41:51.897 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-08-19 10:31:49.868651409 +0000 2024-08-19T10:41:51.897 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-08-19 10:31:49.632653516 +0000 2024-08-19T10:41:51.897 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-08-19 10:31:49.632653516 +0000 2024-08-19T10:41:51.897 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: - 2024-08-19T10:41:51.897 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-08-19T10:41:51.949 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-08-19T10:41:51.950 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-08-19T10:41:51.950 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.000279026 s, 1.8 MB/s 2024-08-19T10:41:51.951 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-08-19T10:41:51.963 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:51 smithi196 bash[24909]: audit 2024-08-19T10:41:50.527024+0000 mgr.a (mgr.14150) 92 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi078=a;smithi133=b", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:41:51.963 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:51 smithi196 bash[24909]: audit 2024-08-19T10:41:50.527024+0000 mgr.a (mgr.14150) 92 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi078=a;smithi133=b", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:41:51.963 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:51 smithi196 bash[24909]: cephadm 2024-08-19T10:41:50.530050+0000 mgr.a (mgr.14150) 93 : cephadm [INF] Saving service mgr spec with placement smithi078=a;smithi133=b;count:2 2024-08-19T10:41:51.963 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:51 smithi196 bash[24909]: cephadm 2024-08-19T10:41:50.530050+0000 mgr.a (mgr.14150) 93 : cephadm [INF] Saving service mgr spec with placement smithi078=a;smithi133=b;count:2 2024-08-19T10:41:51.963 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:51 smithi196 bash[24909]: audit 2024-08-19T10:41:50.536450+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:51.964 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:51 smithi196 bash[24909]: audit 2024-08-19T10:41:50.536450+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:51.964 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:51 smithi196 bash[24909]: audit 2024-08-19T10:41:50.538105+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:41:51.964 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:51 smithi196 bash[24909]: audit 2024-08-19T10:41:50.538105+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:41:51.964 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:51 smithi196 bash[24909]: audit 2024-08-19T10:41:51.247797+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:51.964 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:51 smithi196 bash[24909]: audit 2024-08-19T10:41:51.247797+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:51.964 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:51 smithi196 bash[24909]: audit 2024-08-19T10:41:51.248875+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:41:51.964 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:51 smithi196 bash[24909]: audit 2024-08-19T10:41:51.248875+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:41:51.964 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:51 smithi196 bash[24909]: audit 2024-08-19T10:41:51.256025+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:51.964 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:51 smithi196 bash[24909]: audit 2024-08-19T10:41:51.256025+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:51.964 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:51 smithi196 bash[24909]: audit 2024-08-19T10:41:51.257897+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-08-19T10:41:51.965 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:51 smithi196 bash[24909]: audit 2024-08-19T10:41:51.257897+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-08-19T10:41:51.965 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:51 smithi196 bash[24909]: audit 2024-08-19T10:41:51.260028+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-08-19T10:41:51.965 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:51 smithi196 bash[24909]: audit 2024-08-19T10:41:51.260028+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-08-19T10:41:51.965 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:51 smithi196 bash[24909]: audit 2024-08-19T10:41:51.262742+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-08-19T10:41:51.965 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:51 smithi196 bash[24909]: audit 2024-08-19T10:41:51.262742+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-08-19T10:41:51.965 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:51 smithi196 bash[24909]: audit 2024-08-19T10:41:51.264046+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:51.965 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:51 smithi196 bash[24909]: audit 2024-08-19T10:41:51.264046+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:41:51.998 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/vg_nvme/lv_3 2024-08-19T10:41:52.044 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-08-19T10:41:52.045 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-08-19T10:41:52.045 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 5h/5d Inode: 923 Links: 1 2024-08-19T10:41:52.045 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-08-19T10:41:52.045 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-08-19 10:31:50.388646764 +0000 2024-08-19T10:41:52.045 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-08-19 10:31:50.132649051 +0000 2024-08-19T10:41:52.045 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-08-19 10:31:50.132649051 +0000 2024-08-19T10:41:52.045 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: - 2024-08-19T10:41:52.045 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-08-19T10:41:52.103 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-08-19T10:41:52.103 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-08-19T10:41:52.104 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.000406791 s, 1.3 MB/s 2024-08-19T10:41:52.104 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-08-19T10:41:52.154 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/vg_nvme/lv_4 2024-08-19T10:41:52.201 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-08-19T10:41:52.201 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-08-19T10:41:52.201 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 5h/5d Inode: 933 Links: 1 2024-08-19T10:41:52.201 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-08-19T10:41:52.201 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-08-19 10:31:50.872642441 +0000 2024-08-19T10:41:52.202 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-08-19 10:31:50.628644621 +0000 2024-08-19T10:41:52.202 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-08-19 10:31:50.628644621 +0000 2024-08-19T10:41:52.202 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: - 2024-08-19T10:41:52.202 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-08-19T10:41:52.253 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-08-19T10:41:52.254 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-08-19T10:41:52.254 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.000274093 s, 1.9 MB/s 2024-08-19T10:41:52.255 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-08-19T10:41:52.306 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-08-19T10:41:52.307 DEBUG:teuthology.orchestra.run.smithi196:> dd if=/scratch_devs of=/dev/stdout 2024-08-19T10:41:52.314 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-08-19T10:41:52.314 DEBUG:teuthology.orchestra.run.smithi196:> stat /dev/vg_nvme/lv_1 2024-08-19T10:41:52.361 INFO:teuthology.orchestra.run.smithi196.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-08-19T10:41:52.362 INFO:teuthology.orchestra.run.smithi196.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-08-19T10:41:52.362 INFO:teuthology.orchestra.run.smithi196.stdout:Device: 5h/5d Inode: 876 Links: 1 2024-08-19T10:41:52.362 INFO:teuthology.orchestra.run.smithi196.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-08-19T10:41:52.362 INFO:teuthology.orchestra.run.smithi196.stdout:Access: 2024-08-19 10:31:50.109814122 +0000 2024-08-19T10:41:52.362 INFO:teuthology.orchestra.run.smithi196.stdout:Modify: 2024-08-19 10:31:49.837816553 +0000 2024-08-19T10:41:52.362 INFO:teuthology.orchestra.run.smithi196.stdout:Change: 2024-08-19 10:31:49.837816553 +0000 2024-08-19T10:41:52.362 INFO:teuthology.orchestra.run.smithi196.stdout: Birth: - 2024-08-19T10:41:52.362 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-08-19T10:41:52.416 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records in 2024-08-19T10:41:52.417 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records out 2024-08-19T10:41:52.417 INFO:teuthology.orchestra.run.smithi196.stderr:512 bytes copied, 0.000447984 s, 1.1 MB/s 2024-08-19T10:41:52.418 DEBUG:teuthology.orchestra.run.smithi196:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-08-19T10:41:52.466 DEBUG:teuthology.orchestra.run.smithi196:> stat /dev/vg_nvme/lv_2 2024-08-19T10:41:52.513 INFO:teuthology.orchestra.run.smithi196.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-08-19T10:41:52.513 INFO:teuthology.orchestra.run.smithi196.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-08-19T10:41:52.513 INFO:teuthology.orchestra.run.smithi196.stdout:Device: 5h/5d Inode: 894 Links: 1 2024-08-19T10:41:52.514 INFO:teuthology.orchestra.run.smithi196.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-08-19T10:41:52.514 INFO:teuthology.orchestra.run.smithi196.stdout:Access: 2024-08-19 10:31:50.597809765 +0000 2024-08-19T10:41:52.514 INFO:teuthology.orchestra.run.smithi196.stdout:Modify: 2024-08-19 10:31:50.337812087 +0000 2024-08-19T10:41:52.514 INFO:teuthology.orchestra.run.smithi196.stdout:Change: 2024-08-19 10:31:50.337812087 +0000 2024-08-19T10:41:52.514 INFO:teuthology.orchestra.run.smithi196.stdout: Birth: - 2024-08-19T10:41:52.514 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-08-19T10:41:52.568 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records in 2024-08-19T10:41:52.568 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records out 2024-08-19T10:41:52.568 INFO:teuthology.orchestra.run.smithi196.stderr:512 bytes copied, 0.000404559 s, 1.3 MB/s 2024-08-19T10:41:52.569 DEBUG:teuthology.orchestra.run.smithi196:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-08-19T10:41:52.619 DEBUG:teuthology.orchestra.run.smithi196:> stat /dev/vg_nvme/lv_3 2024-08-19T10:41:52.665 INFO:teuthology.orchestra.run.smithi196.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-08-19T10:41:52.666 INFO:teuthology.orchestra.run.smithi196.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-08-19T10:41:52.666 INFO:teuthology.orchestra.run.smithi196.stdout:Device: 5h/5d Inode: 909 Links: 1 2024-08-19T10:41:52.666 INFO:teuthology.orchestra.run.smithi196.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-08-19T10:41:52.666 INFO:teuthology.orchestra.run.smithi196.stdout:Access: 2024-08-19 10:31:51.085805406 +0000 2024-08-19T10:41:52.666 INFO:teuthology.orchestra.run.smithi196.stdout:Modify: 2024-08-19 10:31:50.837807621 +0000 2024-08-19T10:41:52.666 INFO:teuthology.orchestra.run.smithi196.stdout:Change: 2024-08-19 10:31:50.837807621 +0000 2024-08-19T10:41:52.666 INFO:teuthology.orchestra.run.smithi196.stdout: Birth: - 2024-08-19T10:41:52.666 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-08-19T10:41:52.712 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:52 smithi196 bash[24909]: cephadm 2024-08-19T10:41:51.265156+0000 mgr.a (mgr.14150) 94 : cephadm [INF] Deploying daemon mgr.b on smithi133 2024-08-19T10:41:52.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:52 smithi196 bash[24909]: cephadm 2024-08-19T10:41:51.265156+0000 mgr.a (mgr.14150) 94 : cephadm [INF] Deploying daemon mgr.b on smithi133 2024-08-19T10:41:52.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:52 smithi196 bash[24909]: cluster 2024-08-19T10:41:52.081098+0000 mgr.a (mgr.14150) 95 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:52.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:52 smithi196 bash[24909]: cluster 2024-08-19T10:41:52.081098+0000 mgr.a (mgr.14150) 95 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:52.719 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records in 2024-08-19T10:41:52.719 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records out 2024-08-19T10:41:52.719 INFO:teuthology.orchestra.run.smithi196.stderr:512 bytes copied, 0.000439517 s, 1.2 MB/s 2024-08-19T10:41:52.721 DEBUG:teuthology.orchestra.run.smithi196:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-08-19T10:41:52.771 DEBUG:teuthology.orchestra.run.smithi196:> stat /dev/vg_nvme/lv_4 2024-08-19T10:41:52.817 INFO:teuthology.orchestra.run.smithi196.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-08-19T10:41:52.817 INFO:teuthology.orchestra.run.smithi196.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-08-19T10:41:52.817 INFO:teuthology.orchestra.run.smithi196.stdout:Device: 5h/5d Inode: 927 Links: 1 2024-08-19T10:41:52.817 INFO:teuthology.orchestra.run.smithi196.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-08-19T10:41:52.818 INFO:teuthology.orchestra.run.smithi196.stdout:Access: 2024-08-19 10:31:51.553801225 +0000 2024-08-19T10:41:52.818 INFO:teuthology.orchestra.run.smithi196.stdout:Modify: 2024-08-19 10:31:51.305803441 +0000 2024-08-19T10:41:52.818 INFO:teuthology.orchestra.run.smithi196.stdout:Change: 2024-08-19 10:31:51.305803441 +0000 2024-08-19T10:41:52.818 INFO:teuthology.orchestra.run.smithi196.stdout: Birth: - 2024-08-19T10:41:52.818 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-08-19T10:41:52.818 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:52 smithi133 bash[24239]: cephadm 2024-08-19T10:41:51.265156+0000 mgr.a (mgr.14150) 94 : cephadm [INF] Deploying daemon mgr.b on smithi133 2024-08-19T10:41:52.819 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:52 smithi133 bash[24239]: cephadm 2024-08-19T10:41:51.265156+0000 mgr.a (mgr.14150) 94 : cephadm [INF] Deploying daemon mgr.b on smithi133 2024-08-19T10:41:52.819 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:52 smithi133 bash[24239]: cluster 2024-08-19T10:41:52.081098+0000 mgr.a (mgr.14150) 95 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:52.819 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:52 smithi133 bash[24239]: cluster 2024-08-19T10:41:52.081098+0000 mgr.a (mgr.14150) 95 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:52.872 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records in 2024-08-19T10:41:52.872 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records out 2024-08-19T10:41:52.872 INFO:teuthology.orchestra.run.smithi196.stderr:512 bytes copied, 0.000394392 s, 1.3 MB/s 2024-08-19T10:41:52.873 DEBUG:teuthology.orchestra.run.smithi196:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-08-19T10:41:52.923 INFO:tasks.cephadm:Deploying osd.0 on smithi078 with /dev/vg_nvme/lv_4... 2024-08-19T10:41:52.923 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:797669399b32d2915e64eb6d4b1257ae3c50f80b ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 094f3c46-5e17-11ef-bccf-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-08-19T10:41:52.935 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:52 smithi078 bash[22737]: cephadm 2024-08-19T10:41:51.265156+0000 mgr.a (mgr.14150) 94 : cephadm [INF] Deploying daemon mgr.b on smithi133 2024-08-19T10:41:52.935 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:52 smithi078 bash[22737]: cephadm 2024-08-19T10:41:51.265156+0000 mgr.a (mgr.14150) 94 : cephadm [INF] Deploying daemon mgr.b on smithi133 2024-08-19T10:41:52.935 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:52 smithi078 bash[22737]: cluster 2024-08-19T10:41:52.081098+0000 mgr.a (mgr.14150) 95 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:52.935 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:52 smithi078 bash[22737]: cluster 2024-08-19T10:41:52.081098+0000 mgr.a (mgr.14150) 95 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:53.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:53 smithi133 systemd[1]: /etc/systemd/system/ceph-094f3c46-5e17-11ef-bccf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-08-19T10:41:53.741 INFO:journalctl@ceph.mgr.b.smithi133.stdout:Aug 19 10:41:53 smithi133 systemd[1]: /etc/systemd/system/ceph-094f3c46-5e17-11ef-bccf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-08-19T10:41:53.741 INFO:journalctl@ceph.mgr.b.smithi133.stdout:Aug 19 10:41:53 smithi133 systemd[1]: /etc/systemd/system/ceph-094f3c46-5e17-11ef-bccf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-08-19T10:41:53.741 INFO:journalctl@ceph.mgr.b.smithi133.stdout:Aug 19 10:41:53 smithi133 systemd[1]: /etc/systemd/system/ceph-094f3c46-5e17-11ef-bccf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-08-19T10:41:54.241 INFO:journalctl@ceph.mgr.b.smithi133.stdout:Aug 19 10:41:53 smithi133 systemd[1]: /etc/systemd/system/ceph-094f3c46-5e17-11ef-bccf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-08-19T10:41:54.241 INFO:journalctl@ceph.mgr.b.smithi133.stdout:Aug 19 10:41:53 smithi133 systemd[1]: Started Ceph mgr.b for 094f3c46-5e17-11ef-bccf-c7b262605968. 2024-08-19T10:41:54.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:53 smithi133 systemd[1]: /etc/systemd/system/ceph-094f3c46-5e17-11ef-bccf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-08-19T10:41:55.241 INFO:journalctl@ceph.mgr.b.smithi133.stdout:Aug 19 10:41:54 smithi133 bash[24745]: debug 2024-08-19T10:41:54.961+0000 7f58a06ff640 1 -- 172.21.15.133:0/4090091971 <== mon.2 v2:172.21.15.133:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x5596fabcf0e0 con 0x5596fabd0800 2024-08-19T10:41:55.242 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:54 smithi133 bash[24239]: audit 2024-08-19T10:41:53.999589+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:55.242 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:54 smithi133 bash[24239]: audit 2024-08-19T10:41:53.999589+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:55.242 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:54 smithi133 bash[24239]: audit 2024-08-19T10:41:54.006653+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:55.242 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:54 smithi133 bash[24239]: audit 2024-08-19T10:41:54.006653+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:55.242 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:54 smithi133 bash[24239]: audit 2024-08-19T10:41:54.014471+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:55.242 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:54 smithi133 bash[24239]: audit 2024-08-19T10:41:54.014471+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:55.242 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:54 smithi133 bash[24239]: audit 2024-08-19T10:41:54.021179+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:55.242 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:54 smithi133 bash[24239]: audit 2024-08-19T10:41:54.021179+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:55.242 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:54 smithi133 bash[24239]: cluster 2024-08-19T10:41:54.081475+0000 mgr.a (mgr.14150) 96 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:55.242 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:54 smithi133 bash[24239]: cluster 2024-08-19T10:41:54.081475+0000 mgr.a (mgr.14150) 96 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:55.242 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:54 smithi133 bash[24239]: audit 2024-08-19T10:41:54.107057+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:41:55.243 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:54 smithi133 bash[24239]: audit 2024-08-19T10:41:54.107057+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:41:55.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:54 smithi078 bash[22737]: audit 2024-08-19T10:41:53.999589+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:55.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:54 smithi078 bash[22737]: audit 2024-08-19T10:41:53.999589+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:55.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:54 smithi078 bash[22737]: audit 2024-08-19T10:41:54.006653+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:55.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:54 smithi078 bash[22737]: audit 2024-08-19T10:41:54.006653+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:55.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:54 smithi078 bash[22737]: audit 2024-08-19T10:41:54.014471+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:55.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:54 smithi078 bash[22737]: audit 2024-08-19T10:41:54.014471+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:55.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:54 smithi078 bash[22737]: audit 2024-08-19T10:41:54.021179+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:55.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:54 smithi078 bash[22737]: audit 2024-08-19T10:41:54.021179+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:55.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:54 smithi078 bash[22737]: cluster 2024-08-19T10:41:54.081475+0000 mgr.a (mgr.14150) 96 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:55.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:54 smithi078 bash[22737]: cluster 2024-08-19T10:41:54.081475+0000 mgr.a (mgr.14150) 96 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:55.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:54 smithi078 bash[22737]: audit 2024-08-19T10:41:54.107057+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:41:55.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:54 smithi078 bash[22737]: audit 2024-08-19T10:41:54.107057+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:41:55.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:54 smithi196 bash[24909]: audit 2024-08-19T10:41:53.999589+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:55.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:54 smithi196 bash[24909]: audit 2024-08-19T10:41:53.999589+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:55.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:54 smithi196 bash[24909]: audit 2024-08-19T10:41:54.006653+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:55.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:54 smithi196 bash[24909]: audit 2024-08-19T10:41:54.006653+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:55.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:54 smithi196 bash[24909]: audit 2024-08-19T10:41:54.014471+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:55.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:55 smithi196 bash[24909]: audit 2024-08-19T10:41:54.014471+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:55.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:55 smithi196 bash[24909]: audit 2024-08-19T10:41:54.021179+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:55.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:55 smithi196 bash[24909]: audit 2024-08-19T10:41:54.021179+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:55.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:55 smithi196 bash[24909]: cluster 2024-08-19T10:41:54.081475+0000 mgr.a (mgr.14150) 96 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:55.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:55 smithi196 bash[24909]: cluster 2024-08-19T10:41:54.081475+0000 mgr.a (mgr.14150) 96 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:55.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:55 smithi196 bash[24909]: audit 2024-08-19T10:41:54.107057+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:41:55.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:55 smithi196 bash[24909]: audit 2024-08-19T10:41:54.107057+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:41:56.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:56 smithi196 bash[24909]: cluster 2024-08-19T10:41:56.081937+0000 mgr.a (mgr.14150) 97 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:56.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:56 smithi196 bash[24909]: cluster 2024-08-19T10:41:56.081937+0000 mgr.a (mgr.14150) 97 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:56.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:56 smithi133 bash[24239]: cluster 2024-08-19T10:41:56.081937+0000 mgr.a (mgr.14150) 97 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:56.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:56 smithi133 bash[24239]: cluster 2024-08-19T10:41:56.081937+0000 mgr.a (mgr.14150) 97 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:56.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:56 smithi078 bash[22737]: cluster 2024-08-19T10:41:56.081937+0000 mgr.a (mgr.14150) 97 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:56.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:56 smithi078 bash[22737]: cluster 2024-08-19T10:41:56.081937+0000 mgr.a (mgr.14150) 97 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:57.653 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/mon.a/config 2024-08-19T10:41:59.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:59 smithi078 bash[22737]: cluster 2024-08-19T10:41:58.082361+0000 mgr.a (mgr.14150) 98 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:59.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:59 smithi078 bash[22737]: cluster 2024-08-19T10:41:58.082361+0000 mgr.a (mgr.14150) 98 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:59.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:59 smithi078 bash[22737]: audit 2024-08-19T10:41:58.106543+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:59.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:41:59 smithi078 bash[22737]: audit 2024-08-19T10:41:58.106543+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:59.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:59 smithi196 bash[24909]: cluster 2024-08-19T10:41:58.082361+0000 mgr.a (mgr.14150) 98 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:59.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:59 smithi196 bash[24909]: cluster 2024-08-19T10:41:58.082361+0000 mgr.a (mgr.14150) 98 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:59.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:59 smithi196 bash[24909]: audit 2024-08-19T10:41:58.106543+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:59.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:41:59 smithi196 bash[24909]: audit 2024-08-19T10:41:58.106543+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:59.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:59 smithi133 bash[24239]: cluster 2024-08-19T10:41:58.082361+0000 mgr.a (mgr.14150) 98 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:59.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:59 smithi133 bash[24239]: cluster 2024-08-19T10:41:58.082361+0000 mgr.a (mgr.14150) 98 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:41:59.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:59 smithi133 bash[24239]: audit 2024-08-19T10:41:58.106543+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:41:59.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:41:59 smithi133 bash[24239]: audit 2024-08-19T10:41:58.106543+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:00.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:00 smithi078 bash[22737]: audit 2024-08-19T10:41:59.345915+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:00.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:00 smithi078 bash[22737]: audit 2024-08-19T10:41:59.345915+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:00.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:00 smithi078 bash[22737]: audit 2024-08-19T10:41:59.351364+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:00.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:00 smithi078 bash[22737]: audit 2024-08-19T10:41:59.351364+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:00.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:00 smithi078 bash[22737]: audit 2024-08-19T10:41:59.352881+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:42:00.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:00 smithi078 bash[22737]: audit 2024-08-19T10:41:59.352881+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:42:00.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:00 smithi078 bash[22737]: audit 2024-08-19T10:41:59.354209+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:42:00.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:00 smithi078 bash[22737]: audit 2024-08-19T10:41:59.354209+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:42:00.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:00 smithi078 bash[22737]: audit 2024-08-19T10:41:59.361535+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:00.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:00 smithi078 bash[22737]: audit 2024-08-19T10:41:59.361535+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:00.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:00 smithi078 bash[22737]: cephadm 2024-08-19T10:41:59.432144+0000 mgr.a (mgr.14150) 99 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-08-19T10:42:00.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:00 smithi078 bash[22737]: cephadm 2024-08-19T10:41:59.432144+0000 mgr.a (mgr.14150) 99 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-08-19T10:42:00.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:00 smithi078 bash[22737]: audit 2024-08-19T10:41:59.432967+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-08-19T10:42:00.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:00 smithi078 bash[22737]: audit 2024-08-19T10:41:59.432967+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-08-19T10:42:00.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:00 smithi078 bash[22737]: audit 2024-08-19T10:41:59.434929+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-08-19T10:42:00.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:00 smithi078 bash[22737]: audit 2024-08-19T10:41:59.434929+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-08-19T10:42:00.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:00 smithi078 bash[22737]: audit 2024-08-19T10:41:59.436567+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:42:00.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:00 smithi078 bash[22737]: audit 2024-08-19T10:41:59.436567+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:42:00.512 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:00 smithi078 bash[22737]: cephadm 2024-08-19T10:41:59.438109+0000 mgr.a (mgr.14150) 100 : cephadm [INF] Reconfiguring daemon mgr.a on smithi078 2024-08-19T10:42:00.512 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:00 smithi078 bash[22737]: cephadm 2024-08-19T10:41:59.438109+0000 mgr.a (mgr.14150) 100 : cephadm [INF] Reconfiguring daemon mgr.a on smithi078 2024-08-19T10:42:00.512 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:00 smithi078 bash[22737]: cluster 2024-08-19T10:42:00.082740+0000 mgr.a (mgr.14150) 101 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:00.512 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:00 smithi078 bash[22737]: cluster 2024-08-19T10:42:00.082740+0000 mgr.a (mgr.14150) 101 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:00.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:00 smithi196 bash[24909]: audit 2024-08-19T10:41:59.345915+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:00.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:00 smithi196 bash[24909]: audit 2024-08-19T10:41:59.345915+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:00.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:00 smithi196 bash[24909]: audit 2024-08-19T10:41:59.351364+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:00.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:00 smithi196 bash[24909]: audit 2024-08-19T10:41:59.351364+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:00.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:00 smithi196 bash[24909]: audit 2024-08-19T10:41:59.352881+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:42:00.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:00 smithi196 bash[24909]: audit 2024-08-19T10:41:59.352881+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:42:00.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:00 smithi196 bash[24909]: audit 2024-08-19T10:41:59.354209+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:42:00.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:00 smithi196 bash[24909]: audit 2024-08-19T10:41:59.354209+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:42:00.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:00 smithi196 bash[24909]: audit 2024-08-19T10:41:59.361535+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:00.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:00 smithi196 bash[24909]: audit 2024-08-19T10:41:59.361535+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:00.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:00 smithi196 bash[24909]: cephadm 2024-08-19T10:41:59.432144+0000 mgr.a (mgr.14150) 99 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-08-19T10:42:00.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:00 smithi196 bash[24909]: cephadm 2024-08-19T10:41:59.432144+0000 mgr.a (mgr.14150) 99 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-08-19T10:42:00.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:00 smithi196 bash[24909]: audit 2024-08-19T10:41:59.432967+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-08-19T10:42:00.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:00 smithi196 bash[24909]: audit 2024-08-19T10:41:59.432967+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-08-19T10:42:00.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:00 smithi196 bash[24909]: audit 2024-08-19T10:41:59.434929+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-08-19T10:42:00.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:00 smithi196 bash[24909]: audit 2024-08-19T10:41:59.434929+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-08-19T10:42:00.715 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:00 smithi196 bash[24909]: audit 2024-08-19T10:41:59.436567+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:42:00.715 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:00 smithi196 bash[24909]: audit 2024-08-19T10:41:59.436567+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:42:00.715 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:00 smithi196 bash[24909]: cephadm 2024-08-19T10:41:59.438109+0000 mgr.a (mgr.14150) 100 : cephadm [INF] Reconfiguring daemon mgr.a on smithi078 2024-08-19T10:42:00.715 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:00 smithi196 bash[24909]: cephadm 2024-08-19T10:41:59.438109+0000 mgr.a (mgr.14150) 100 : cephadm [INF] Reconfiguring daemon mgr.a on smithi078 2024-08-19T10:42:00.715 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:00 smithi196 bash[24909]: cluster 2024-08-19T10:42:00.082740+0000 mgr.a (mgr.14150) 101 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:00.715 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:00 smithi196 bash[24909]: cluster 2024-08-19T10:42:00.082740+0000 mgr.a (mgr.14150) 101 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:00.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:00 smithi133 bash[24239]: audit 2024-08-19T10:41:59.345915+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:00.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:00 smithi133 bash[24239]: audit 2024-08-19T10:41:59.345915+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:00.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:00 smithi133 bash[24239]: audit 2024-08-19T10:41:59.351364+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:00.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:00 smithi133 bash[24239]: audit 2024-08-19T10:41:59.351364+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:00.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:00 smithi133 bash[24239]: audit 2024-08-19T10:41:59.352881+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:42:00.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:00 smithi133 bash[24239]: audit 2024-08-19T10:41:59.352881+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:42:00.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:00 smithi133 bash[24239]: audit 2024-08-19T10:41:59.354209+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:42:00.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:00 smithi133 bash[24239]: audit 2024-08-19T10:41:59.354209+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:42:00.743 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:00 smithi133 bash[24239]: audit 2024-08-19T10:41:59.361535+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:00.743 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:00 smithi133 bash[24239]: audit 2024-08-19T10:41:59.361535+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:00.743 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:00 smithi133 bash[24239]: cephadm 2024-08-19T10:41:59.432144+0000 mgr.a (mgr.14150) 99 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-08-19T10:42:00.743 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:00 smithi133 bash[24239]: cephadm 2024-08-19T10:41:59.432144+0000 mgr.a (mgr.14150) 99 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-08-19T10:42:00.743 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:00 smithi133 bash[24239]: audit 2024-08-19T10:41:59.432967+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-08-19T10:42:00.743 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:00 smithi133 bash[24239]: audit 2024-08-19T10:41:59.432967+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-08-19T10:42:00.743 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:00 smithi133 bash[24239]: audit 2024-08-19T10:41:59.434929+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-08-19T10:42:00.743 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:00 smithi133 bash[24239]: audit 2024-08-19T10:41:59.434929+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-08-19T10:42:00.746 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:00 smithi133 bash[24239]: audit 2024-08-19T10:41:59.436567+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:42:00.746 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:00 smithi133 bash[24239]: audit 2024-08-19T10:41:59.436567+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:42:00.746 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:00 smithi133 bash[24239]: cephadm 2024-08-19T10:41:59.438109+0000 mgr.a (mgr.14150) 100 : cephadm [INF] Reconfiguring daemon mgr.a on smithi078 2024-08-19T10:42:00.747 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:00 smithi133 bash[24239]: cephadm 2024-08-19T10:41:59.438109+0000 mgr.a (mgr.14150) 100 : cephadm [INF] Reconfiguring daemon mgr.a on smithi078 2024-08-19T10:42:00.747 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:00 smithi133 bash[24239]: cluster 2024-08-19T10:42:00.082740+0000 mgr.a (mgr.14150) 101 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:00.747 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:00 smithi133 bash[24239]: cluster 2024-08-19T10:42:00.082740+0000 mgr.a (mgr.14150) 101 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:01.507 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-08-19T10:42:01.550 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:797669399b32d2915e64eb6d4b1257ae3c50f80b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 094f3c46-5e17-11ef-bccf-c7b262605968 -- ceph orch daemon add osd smithi078:vg_nvme/lv_4 2024-08-19T10:42:01.628 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:01 smithi078 bash[22737]: cluster 2024-08-19T10:42:00.888623+0000 mon.a (mon.0) 298 : cluster [DBG] Standby manager daemon b started 2024-08-19T10:42:01.628 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:01 smithi078 bash[22737]: cluster 2024-08-19T10:42:00.888623+0000 mon.a (mon.0) 298 : cluster [DBG] Standby manager daemon b started 2024-08-19T10:42:01.628 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:01 smithi078 bash[22737]: audit 2024-08-19T10:42:00.889525+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.133:0/1046918978' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-08-19T10:42:01.628 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:01 smithi078 bash[22737]: audit 2024-08-19T10:42:00.889525+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.133:0/1046918978' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-08-19T10:42:01.628 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:01 smithi078 bash[22737]: audit 2024-08-19T10:42:00.890087+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.133:0/1046918978' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-08-19T10:42:01.628 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:01 smithi078 bash[22737]: audit 2024-08-19T10:42:00.890087+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.133:0/1046918978' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-08-19T10:42:01.628 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:01 smithi078 bash[22737]: audit 2024-08-19T10:42:00.891276+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.133:0/1046918978' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-08-19T10:42:01.629 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:01 smithi078 bash[22737]: audit 2024-08-19T10:42:00.891276+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.133:0/1046918978' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-08-19T10:42:01.629 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:01 smithi078 bash[22737]: audit 2024-08-19T10:42:00.891770+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.133:0/1046918978' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-08-19T10:42:01.629 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:01 smithi078 bash[22737]: audit 2024-08-19T10:42:00.891770+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.133:0/1046918978' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-08-19T10:42:01.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:01 smithi196 bash[24909]: cluster 2024-08-19T10:42:00.888623+0000 mon.a (mon.0) 298 : cluster [DBG] Standby manager daemon b started 2024-08-19T10:42:01.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:01 smithi196 bash[24909]: cluster 2024-08-19T10:42:00.888623+0000 mon.a (mon.0) 298 : cluster [DBG] Standby manager daemon b started 2024-08-19T10:42:01.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:01 smithi196 bash[24909]: audit 2024-08-19T10:42:00.889525+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.133:0/1046918978' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-08-19T10:42:01.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:01 smithi196 bash[24909]: audit 2024-08-19T10:42:00.889525+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.133:0/1046918978' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-08-19T10:42:01.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:01 smithi196 bash[24909]: audit 2024-08-19T10:42:00.890087+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.133:0/1046918978' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-08-19T10:42:01.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:01 smithi196 bash[24909]: audit 2024-08-19T10:42:00.890087+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.133:0/1046918978' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-08-19T10:42:01.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:01 smithi196 bash[24909]: audit 2024-08-19T10:42:00.891276+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.133:0/1046918978' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-08-19T10:42:01.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:01 smithi196 bash[24909]: audit 2024-08-19T10:42:00.891276+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.133:0/1046918978' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-08-19T10:42:01.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:01 smithi196 bash[24909]: audit 2024-08-19T10:42:00.891770+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.133:0/1046918978' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-08-19T10:42:01.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:01 smithi196 bash[24909]: audit 2024-08-19T10:42:00.891770+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.133:0/1046918978' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-08-19T10:42:01.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:01 smithi133 bash[24239]: cluster 2024-08-19T10:42:00.888623+0000 mon.a (mon.0) 298 : cluster [DBG] Standby manager daemon b started 2024-08-19T10:42:01.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:01 smithi133 bash[24239]: cluster 2024-08-19T10:42:00.888623+0000 mon.a (mon.0) 298 : cluster [DBG] Standby manager daemon b started 2024-08-19T10:42:01.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:01 smithi133 bash[24239]: audit 2024-08-19T10:42:00.889525+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.133:0/1046918978' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-08-19T10:42:01.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:01 smithi133 bash[24239]: audit 2024-08-19T10:42:00.889525+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.133:0/1046918978' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-08-19T10:42:01.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:01 smithi133 bash[24239]: audit 2024-08-19T10:42:00.890087+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.133:0/1046918978' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-08-19T10:42:01.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:01 smithi133 bash[24239]: audit 2024-08-19T10:42:00.890087+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.133:0/1046918978' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-08-19T10:42:01.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:01 smithi133 bash[24239]: audit 2024-08-19T10:42:00.891276+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.133:0/1046918978' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-08-19T10:42:01.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:01 smithi133 bash[24239]: audit 2024-08-19T10:42:00.891276+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.133:0/1046918978' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-08-19T10:42:01.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:01 smithi133 bash[24239]: audit 2024-08-19T10:42:00.891770+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.133:0/1046918978' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-08-19T10:42:01.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:01 smithi133 bash[24239]: audit 2024-08-19T10:42:00.891770+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.133:0/1046918978' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-08-19T10:42:02.650 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:02 smithi078 bash[22737]: cluster 2024-08-19T10:42:01.381739+0000 mon.a (mon.0) 299 : cluster [DBG] mgrmap e14: a(active, since 115s), standbys: b 2024-08-19T10:42:02.650 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:02 smithi078 bash[22737]: cluster 2024-08-19T10:42:01.381739+0000 mon.a (mon.0) 299 : cluster [DBG] mgrmap e14: a(active, since 115s), standbys: b 2024-08-19T10:42:02.650 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:02 smithi078 bash[22737]: audit 2024-08-19T10:42:01.382003+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-08-19T10:42:02.650 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:02 smithi078 bash[22737]: audit 2024-08-19T10:42:01.382003+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-08-19T10:42:02.650 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:02 smithi078 bash[22737]: cluster 2024-08-19T10:42:02.083166+0000 mgr.a (mgr.14150) 102 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:02.650 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:02 smithi078 bash[22737]: cluster 2024-08-19T10:42:02.083166+0000 mgr.a (mgr.14150) 102 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:02.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:02 smithi196 bash[24909]: cluster 2024-08-19T10:42:01.381739+0000 mon.a (mon.0) 299 : cluster [DBG] mgrmap e14: a(active, since 115s), standbys: b 2024-08-19T10:42:02.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:02 smithi196 bash[24909]: cluster 2024-08-19T10:42:01.381739+0000 mon.a (mon.0) 299 : cluster [DBG] mgrmap e14: a(active, since 115s), standbys: b 2024-08-19T10:42:02.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:02 smithi196 bash[24909]: audit 2024-08-19T10:42:01.382003+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-08-19T10:42:02.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:02 smithi196 bash[24909]: audit 2024-08-19T10:42:01.382003+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-08-19T10:42:02.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:02 smithi196 bash[24909]: cluster 2024-08-19T10:42:02.083166+0000 mgr.a (mgr.14150) 102 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:02.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:02 smithi196 bash[24909]: cluster 2024-08-19T10:42:02.083166+0000 mgr.a (mgr.14150) 102 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:02.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:02 smithi133 bash[24239]: cluster 2024-08-19T10:42:01.381739+0000 mon.a (mon.0) 299 : cluster [DBG] mgrmap e14: a(active, since 115s), standbys: b 2024-08-19T10:42:02.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:02 smithi133 bash[24239]: cluster 2024-08-19T10:42:01.381739+0000 mon.a (mon.0) 299 : cluster [DBG] mgrmap e14: a(active, since 115s), standbys: b 2024-08-19T10:42:02.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:02 smithi133 bash[24239]: audit 2024-08-19T10:42:01.382003+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-08-19T10:42:02.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:02 smithi133 bash[24239]: audit 2024-08-19T10:42:01.382003+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-08-19T10:42:02.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:02 smithi133 bash[24239]: cluster 2024-08-19T10:42:02.083166+0000 mgr.a (mgr.14150) 102 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:02.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:02 smithi133 bash[24239]: cluster 2024-08-19T10:42:02.083166+0000 mgr.a (mgr.14150) 102 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:04.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:04 smithi196 bash[24909]: audit 2024-08-19T10:42:03.317935+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:04.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:04 smithi196 bash[24909]: audit 2024-08-19T10:42:03.317935+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:04.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:04 smithi196 bash[24909]: audit 2024-08-19T10:42:03.325011+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:04.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:04 smithi196 bash[24909]: audit 2024-08-19T10:42:03.325011+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:04.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:04 smithi196 bash[24909]: audit 2024-08-19T10:42:03.327428+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:42:04.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:04 smithi196 bash[24909]: audit 2024-08-19T10:42:03.327428+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:42:04.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:04 smithi196 bash[24909]: audit 2024-08-19T10:42:03.330317+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:42:04.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:04 smithi196 bash[24909]: audit 2024-08-19T10:42:03.330317+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:42:04.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:04 smithi196 bash[24909]: audit 2024-08-19T10:42:03.331974+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:42:04.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:04 smithi196 bash[24909]: audit 2024-08-19T10:42:03.331974+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:42:04.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:04 smithi196 bash[24909]: audit 2024-08-19T10:42:03.341543+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:04.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:04 smithi196 bash[24909]: audit 2024-08-19T10:42:03.341543+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:04.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:04 smithi196 bash[24909]: cluster 2024-08-19T10:42:04.083566+0000 mgr.a (mgr.14150) 103 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:04.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:04 smithi196 bash[24909]: cluster 2024-08-19T10:42:04.083566+0000 mgr.a (mgr.14150) 103 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:04.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:04 smithi133 bash[24239]: audit 2024-08-19T10:42:03.317935+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:04.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:04 smithi133 bash[24239]: audit 2024-08-19T10:42:03.317935+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:04.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:04 smithi133 bash[24239]: audit 2024-08-19T10:42:03.325011+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:04.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:04 smithi133 bash[24239]: audit 2024-08-19T10:42:03.325011+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:04.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:04 smithi133 bash[24239]: audit 2024-08-19T10:42:03.327428+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:42:04.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:04 smithi133 bash[24239]: audit 2024-08-19T10:42:03.327428+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:42:04.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:04 smithi133 bash[24239]: audit 2024-08-19T10:42:03.330317+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:42:04.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:04 smithi133 bash[24239]: audit 2024-08-19T10:42:03.330317+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:42:04.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:04 smithi133 bash[24239]: audit 2024-08-19T10:42:03.331974+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:42:04.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:04 smithi133 bash[24239]: audit 2024-08-19T10:42:03.331974+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:42:04.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:04 smithi133 bash[24239]: audit 2024-08-19T10:42:03.341543+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:04.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:04 smithi133 bash[24239]: audit 2024-08-19T10:42:03.341543+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:04.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:04 smithi133 bash[24239]: cluster 2024-08-19T10:42:04.083566+0000 mgr.a (mgr.14150) 103 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:04.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:04 smithi133 bash[24239]: cluster 2024-08-19T10:42:04.083566+0000 mgr.a (mgr.14150) 103 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:04.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:04 smithi078 bash[22737]: audit 2024-08-19T10:42:03.317935+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:04.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:04 smithi078 bash[22737]: audit 2024-08-19T10:42:03.317935+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:04.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:04 smithi078 bash[22737]: audit 2024-08-19T10:42:03.325011+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:04.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:04 smithi078 bash[22737]: audit 2024-08-19T10:42:03.325011+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:04.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:04 smithi078 bash[22737]: audit 2024-08-19T10:42:03.327428+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:42:04.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:04 smithi078 bash[22737]: audit 2024-08-19T10:42:03.327428+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:42:04.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:04 smithi078 bash[22737]: audit 2024-08-19T10:42:03.330317+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:42:04.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:04 smithi078 bash[22737]: audit 2024-08-19T10:42:03.330317+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:42:04.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:04 smithi078 bash[22737]: audit 2024-08-19T10:42:03.331974+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:42:04.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:04 smithi078 bash[22737]: audit 2024-08-19T10:42:03.331974+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:42:04.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:04 smithi078 bash[22737]: audit 2024-08-19T10:42:03.341543+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:04.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:04 smithi078 bash[22737]: audit 2024-08-19T10:42:03.341543+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:04.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:04 smithi078 bash[22737]: cluster 2024-08-19T10:42:04.083566+0000 mgr.a (mgr.14150) 103 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:04.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:04 smithi078 bash[22737]: cluster 2024-08-19T10:42:04.083566+0000 mgr.a (mgr.14150) 103 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:06.363 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/mon.a/config 2024-08-19T10:42:06.445 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:06 smithi078 bash[22737]: cluster 2024-08-19T10:42:06.083988+0000 mgr.a (mgr.14150) 104 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:06.445 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:06 smithi078 bash[22737]: cluster 2024-08-19T10:42:06.083988+0000 mgr.a (mgr.14150) 104 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:06.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:06 smithi196 bash[24909]: cluster 2024-08-19T10:42:06.083988+0000 mgr.a (mgr.14150) 104 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:06.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:06 smithi196 bash[24909]: cluster 2024-08-19T10:42:06.083988+0000 mgr.a (mgr.14150) 104 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:06.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:06 smithi133 bash[24239]: cluster 2024-08-19T10:42:06.083988+0000 mgr.a (mgr.14150) 104 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:06.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:06 smithi133 bash[24239]: cluster 2024-08-19T10:42:06.083988+0000 mgr.a (mgr.14150) 104 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:07.963 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:07 smithi196 bash[24909]: audit 2024-08-19T10:42:07.618978+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-08-19T10:42:07.963 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:07 smithi196 bash[24909]: audit 2024-08-19T10:42:07.618978+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-08-19T10:42:07.963 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:07 smithi196 bash[24909]: audit 2024-08-19T10:42:07.624204+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-08-19T10:42:07.963 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:07 smithi196 bash[24909]: audit 2024-08-19T10:42:07.624204+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-08-19T10:42:07.963 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:07 smithi196 bash[24909]: audit 2024-08-19T10:42:07.625324+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:42:07.963 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:07 smithi196 bash[24909]: audit 2024-08-19T10:42:07.625324+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:42:07.991 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:07 smithi133 bash[24239]: audit 2024-08-19T10:42:07.618978+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-08-19T10:42:07.991 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:07 smithi133 bash[24239]: audit 2024-08-19T10:42:07.618978+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-08-19T10:42:07.991 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:07 smithi133 bash[24239]: audit 2024-08-19T10:42:07.624204+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-08-19T10:42:07.991 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:07 smithi133 bash[24239]: audit 2024-08-19T10:42:07.624204+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-08-19T10:42:07.991 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:07 smithi133 bash[24239]: audit 2024-08-19T10:42:07.625324+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:42:07.992 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:07 smithi133 bash[24239]: audit 2024-08-19T10:42:07.625324+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:42:08.010 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:07 smithi078 bash[22737]: audit 2024-08-19T10:42:07.618978+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-08-19T10:42:08.010 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:07 smithi078 bash[22737]: audit 2024-08-19T10:42:07.618978+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-08-19T10:42:08.010 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:07 smithi078 bash[22737]: audit 2024-08-19T10:42:07.624204+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-08-19T10:42:08.010 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:07 smithi078 bash[22737]: audit 2024-08-19T10:42:07.624204+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-08-19T10:42:08.010 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:07 smithi078 bash[22737]: audit 2024-08-19T10:42:07.625324+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:42:08.010 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:07 smithi078 bash[22737]: audit 2024-08-19T10:42:07.625324+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:42:08.963 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:08 smithi196 bash[24909]: audit 2024-08-19T10:42:07.612380+0000 mgr.a (mgr.14150) 105 : audit [DBG] from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi078:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:42:08.963 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:08 smithi196 bash[24909]: audit 2024-08-19T10:42:07.612380+0000 mgr.a (mgr.14150) 105 : audit [DBG] from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi078:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:42:08.963 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:08 smithi196 bash[24909]: cluster 2024-08-19T10:42:08.084367+0000 mgr.a (mgr.14150) 106 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:08.963 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:08 smithi196 bash[24909]: cluster 2024-08-19T10:42:08.084367+0000 mgr.a (mgr.14150) 106 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:08.991 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:08 smithi133 bash[24239]: audit 2024-08-19T10:42:07.612380+0000 mgr.a (mgr.14150) 105 : audit [DBG] from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi078:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:42:08.991 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:08 smithi133 bash[24239]: audit 2024-08-19T10:42:07.612380+0000 mgr.a (mgr.14150) 105 : audit [DBG] from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi078:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:42:08.991 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:08 smithi133 bash[24239]: cluster 2024-08-19T10:42:08.084367+0000 mgr.a (mgr.14150) 106 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:08.991 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:08 smithi133 bash[24239]: cluster 2024-08-19T10:42:08.084367+0000 mgr.a (mgr.14150) 106 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:09.010 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:08 smithi078 bash[22737]: audit 2024-08-19T10:42:07.612380+0000 mgr.a (mgr.14150) 105 : audit [DBG] from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi078:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:42:09.010 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:08 smithi078 bash[22737]: audit 2024-08-19T10:42:07.612380+0000 mgr.a (mgr.14150) 105 : audit [DBG] from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi078:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:42:09.010 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:08 smithi078 bash[22737]: cluster 2024-08-19T10:42:08.084367+0000 mgr.a (mgr.14150) 106 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:09.010 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:08 smithi078 bash[22737]: cluster 2024-08-19T10:42:08.084367+0000 mgr.a (mgr.14150) 106 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:10.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:10 smithi196 bash[24909]: cluster 2024-08-19T10:42:10.084768+0000 mgr.a (mgr.14150) 107 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:10.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:10 smithi196 bash[24909]: cluster 2024-08-19T10:42:10.084768+0000 mgr.a (mgr.14150) 107 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:10.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:10 smithi133 bash[24239]: cluster 2024-08-19T10:42:10.084768+0000 mgr.a (mgr.14150) 107 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:10.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:10 smithi133 bash[24239]: cluster 2024-08-19T10:42:10.084768+0000 mgr.a (mgr.14150) 107 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:10.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:10 smithi078 bash[22737]: cluster 2024-08-19T10:42:10.084768+0000 mgr.a (mgr.14150) 107 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:10.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:10 smithi078 bash[22737]: cluster 2024-08-19T10:42:10.084768+0000 mgr.a (mgr.14150) 107 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:12.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:12 smithi196 bash[24909]: cluster 2024-08-19T10:42:12.085205+0000 mgr.a (mgr.14150) 108 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:12.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:12 smithi196 bash[24909]: cluster 2024-08-19T10:42:12.085205+0000 mgr.a (mgr.14150) 108 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:12.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:12 smithi133 bash[24239]: cluster 2024-08-19T10:42:12.085205+0000 mgr.a (mgr.14150) 108 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:12.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:12 smithi133 bash[24239]: cluster 2024-08-19T10:42:12.085205+0000 mgr.a (mgr.14150) 108 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:12.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:12 smithi078 bash[22737]: cluster 2024-08-19T10:42:12.085205+0000 mgr.a (mgr.14150) 108 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:12.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:12 smithi078 bash[22737]: cluster 2024-08-19T10:42:12.085205+0000 mgr.a (mgr.14150) 108 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:14.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:14 smithi196 bash[24909]: cluster 2024-08-19T10:42:14.085612+0000 mgr.a (mgr.14150) 109 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:14.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:14 smithi196 bash[24909]: cluster 2024-08-19T10:42:14.085612+0000 mgr.a (mgr.14150) 109 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:14.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:14 smithi133 bash[24239]: cluster 2024-08-19T10:42:14.085612+0000 mgr.a (mgr.14150) 109 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:14.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:14 smithi133 bash[24239]: cluster 2024-08-19T10:42:14.085612+0000 mgr.a (mgr.14150) 109 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:14.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:14 smithi078 bash[22737]: cluster 2024-08-19T10:42:14.085612+0000 mgr.a (mgr.14150) 109 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:14.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:14 smithi078 bash[22737]: cluster 2024-08-19T10:42:14.085612+0000 mgr.a (mgr.14150) 109 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:16.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:16 smithi196 bash[24909]: audit 2024-08-19T10:42:16.002904+0000 mon.a (mon.0) 310 : audit [INF] from='client.? 172.21.15.78:0/1998553950' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "30bcbe2d-5990-436b-91eb-a579b1efa6de"} : dispatch 2024-08-19T10:42:16.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:16 smithi196 bash[24909]: audit 2024-08-19T10:42:16.002904+0000 mon.a (mon.0) 310 : audit [INF] from='client.? 172.21.15.78:0/1998553950' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "30bcbe2d-5990-436b-91eb-a579b1efa6de"} : dispatch 2024-08-19T10:42:16.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:16 smithi196 bash[24909]: audit 2024-08-19T10:42:16.005420+0000 mon.a (mon.0) 311 : audit [INF] from='client.? 172.21.15.78:0/1998553950' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "30bcbe2d-5990-436b-91eb-a579b1efa6de"}]': finished 2024-08-19T10:42:16.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:16 smithi196 bash[24909]: audit 2024-08-19T10:42:16.005420+0000 mon.a (mon.0) 311 : audit [INF] from='client.? 172.21.15.78:0/1998553950' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "30bcbe2d-5990-436b-91eb-a579b1efa6de"}]': finished 2024-08-19T10:42:16.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:16 smithi196 bash[24909]: cluster 2024-08-19T10:42:16.010057+0000 mon.a (mon.0) 312 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-08-19T10:42:16.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:16 smithi196 bash[24909]: cluster 2024-08-19T10:42:16.010057+0000 mon.a (mon.0) 312 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-08-19T10:42:16.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:16 smithi196 bash[24909]: audit 2024-08-19T10:42:16.010309+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-08-19T10:42:16.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:16 smithi196 bash[24909]: audit 2024-08-19T10:42:16.010309+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-08-19T10:42:16.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:16 smithi133 bash[24239]: audit 2024-08-19T10:42:16.002904+0000 mon.a (mon.0) 310 : audit [INF] from='client.? 172.21.15.78:0/1998553950' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "30bcbe2d-5990-436b-91eb-a579b1efa6de"} : dispatch 2024-08-19T10:42:16.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:16 smithi133 bash[24239]: audit 2024-08-19T10:42:16.002904+0000 mon.a (mon.0) 310 : audit [INF] from='client.? 172.21.15.78:0/1998553950' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "30bcbe2d-5990-436b-91eb-a579b1efa6de"} : dispatch 2024-08-19T10:42:16.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:16 smithi133 bash[24239]: audit 2024-08-19T10:42:16.005420+0000 mon.a (mon.0) 311 : audit [INF] from='client.? 172.21.15.78:0/1998553950' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "30bcbe2d-5990-436b-91eb-a579b1efa6de"}]': finished 2024-08-19T10:42:16.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:16 smithi133 bash[24239]: audit 2024-08-19T10:42:16.005420+0000 mon.a (mon.0) 311 : audit [INF] from='client.? 172.21.15.78:0/1998553950' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "30bcbe2d-5990-436b-91eb-a579b1efa6de"}]': finished 2024-08-19T10:42:16.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:16 smithi133 bash[24239]: cluster 2024-08-19T10:42:16.010057+0000 mon.a (mon.0) 312 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-08-19T10:42:16.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:16 smithi133 bash[24239]: cluster 2024-08-19T10:42:16.010057+0000 mon.a (mon.0) 312 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-08-19T10:42:16.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:16 smithi133 bash[24239]: audit 2024-08-19T10:42:16.010309+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-08-19T10:42:16.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:16 smithi133 bash[24239]: audit 2024-08-19T10:42:16.010309+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-08-19T10:42:16.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:16 smithi078 bash[22737]: audit 2024-08-19T10:42:16.002904+0000 mon.a (mon.0) 310 : audit [INF] from='client.? 172.21.15.78:0/1998553950' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "30bcbe2d-5990-436b-91eb-a579b1efa6de"} : dispatch 2024-08-19T10:42:16.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:16 smithi078 bash[22737]: audit 2024-08-19T10:42:16.002904+0000 mon.a (mon.0) 310 : audit [INF] from='client.? 172.21.15.78:0/1998553950' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "30bcbe2d-5990-436b-91eb-a579b1efa6de"} : dispatch 2024-08-19T10:42:16.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:16 smithi078 bash[22737]: audit 2024-08-19T10:42:16.005420+0000 mon.a (mon.0) 311 : audit [INF] from='client.? 172.21.15.78:0/1998553950' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "30bcbe2d-5990-436b-91eb-a579b1efa6de"}]': finished 2024-08-19T10:42:16.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:16 smithi078 bash[22737]: audit 2024-08-19T10:42:16.005420+0000 mon.a (mon.0) 311 : audit [INF] from='client.? 172.21.15.78:0/1998553950' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "30bcbe2d-5990-436b-91eb-a579b1efa6de"}]': finished 2024-08-19T10:42:16.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:16 smithi078 bash[22737]: cluster 2024-08-19T10:42:16.010057+0000 mon.a (mon.0) 312 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-08-19T10:42:16.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:16 smithi078 bash[22737]: cluster 2024-08-19T10:42:16.010057+0000 mon.a (mon.0) 312 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-08-19T10:42:16.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:16 smithi078 bash[22737]: audit 2024-08-19T10:42:16.010309+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-08-19T10:42:16.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:16 smithi078 bash[22737]: audit 2024-08-19T10:42:16.010309+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-08-19T10:42:17.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:17 smithi196 bash[24909]: cluster 2024-08-19T10:42:16.085950+0000 mgr.a (mgr.14150) 110 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:17.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:17 smithi196 bash[24909]: cluster 2024-08-19T10:42:16.085950+0000 mgr.a (mgr.14150) 110 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:17.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:17 smithi196 bash[24909]: audit 2024-08-19T10:42:16.640964+0000 mon.a (mon.0) 314 : audit [DBG] from='client.? 172.21.15.78:0/4196619548' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-08-19T10:42:17.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:17 smithi196 bash[24909]: audit 2024-08-19T10:42:16.640964+0000 mon.a (mon.0) 314 : audit [DBG] from='client.? 172.21.15.78:0/4196619548' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-08-19T10:42:17.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:17 smithi133 bash[24239]: cluster 2024-08-19T10:42:16.085950+0000 mgr.a (mgr.14150) 110 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:17.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:17 smithi133 bash[24239]: cluster 2024-08-19T10:42:16.085950+0000 mgr.a (mgr.14150) 110 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:17.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:17 smithi133 bash[24239]: audit 2024-08-19T10:42:16.640964+0000 mon.a (mon.0) 314 : audit [DBG] from='client.? 172.21.15.78:0/4196619548' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-08-19T10:42:17.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:17 smithi133 bash[24239]: audit 2024-08-19T10:42:16.640964+0000 mon.a (mon.0) 314 : audit [DBG] from='client.? 172.21.15.78:0/4196619548' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-08-19T10:42:17.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:17 smithi078 bash[22737]: cluster 2024-08-19T10:42:16.085950+0000 mgr.a (mgr.14150) 110 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:17.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:17 smithi078 bash[22737]: cluster 2024-08-19T10:42:16.085950+0000 mgr.a (mgr.14150) 110 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:17.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:17 smithi078 bash[22737]: audit 2024-08-19T10:42:16.640964+0000 mon.a (mon.0) 314 : audit [DBG] from='client.? 172.21.15.78:0/4196619548' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-08-19T10:42:17.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:17 smithi078 bash[22737]: audit 2024-08-19T10:42:16.640964+0000 mon.a (mon.0) 314 : audit [DBG] from='client.? 172.21.15.78:0/4196619548' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-08-19T10:42:18.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:18 smithi196 bash[24909]: cluster 2024-08-19T10:42:18.086393+0000 mgr.a (mgr.14150) 111 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:18.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:18 smithi196 bash[24909]: cluster 2024-08-19T10:42:18.086393+0000 mgr.a (mgr.14150) 111 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:18.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:18 smithi133 bash[24239]: cluster 2024-08-19T10:42:18.086393+0000 mgr.a (mgr.14150) 111 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:18.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:18 smithi133 bash[24239]: cluster 2024-08-19T10:42:18.086393+0000 mgr.a (mgr.14150) 111 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:18.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:18 smithi078 bash[22737]: cluster 2024-08-19T10:42:18.086393+0000 mgr.a (mgr.14150) 111 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:18.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:18 smithi078 bash[22737]: cluster 2024-08-19T10:42:18.086393+0000 mgr.a (mgr.14150) 111 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:20.442 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:20 smithi078 bash[22737]: cluster 2024-08-19T10:42:20.086830+0000 mgr.a (mgr.14150) 112 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:20.442 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:20 smithi078 bash[22737]: cluster 2024-08-19T10:42:20.086830+0000 mgr.a (mgr.14150) 112 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:20.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:20 smithi196 bash[24909]: cluster 2024-08-19T10:42:20.086830+0000 mgr.a (mgr.14150) 112 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:20.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:20 smithi196 bash[24909]: cluster 2024-08-19T10:42:20.086830+0000 mgr.a (mgr.14150) 112 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:20.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:20 smithi133 bash[24239]: cluster 2024-08-19T10:42:20.086830+0000 mgr.a (mgr.14150) 112 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:20.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:20 smithi133 bash[24239]: cluster 2024-08-19T10:42:20.086830+0000 mgr.a (mgr.14150) 112 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:22.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:22 smithi196 bash[24909]: cluster 2024-08-19T10:42:22.087243+0000 mgr.a (mgr.14150) 113 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:22.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:22 smithi196 bash[24909]: cluster 2024-08-19T10:42:22.087243+0000 mgr.a (mgr.14150) 113 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:22.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:22 smithi133 bash[24239]: cluster 2024-08-19T10:42:22.087243+0000 mgr.a (mgr.14150) 113 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:22.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:22 smithi133 bash[24239]: cluster 2024-08-19T10:42:22.087243+0000 mgr.a (mgr.14150) 113 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:22.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:22 smithi078 bash[22737]: cluster 2024-08-19T10:42:22.087243+0000 mgr.a (mgr.14150) 113 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:22.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:22 smithi078 bash[22737]: cluster 2024-08-19T10:42:22.087243+0000 mgr.a (mgr.14150) 113 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:24.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:24 smithi196 bash[24909]: cluster 2024-08-19T10:42:24.087670+0000 mgr.a (mgr.14150) 114 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:24.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:24 smithi196 bash[24909]: cluster 2024-08-19T10:42:24.087670+0000 mgr.a (mgr.14150) 114 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:24.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:24 smithi133 bash[24239]: cluster 2024-08-19T10:42:24.087670+0000 mgr.a (mgr.14150) 114 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:24.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:24 smithi133 bash[24239]: cluster 2024-08-19T10:42:24.087670+0000 mgr.a (mgr.14150) 114 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:24.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:24 smithi078 bash[22737]: cluster 2024-08-19T10:42:24.087670+0000 mgr.a (mgr.14150) 114 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:24.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:24 smithi078 bash[22737]: cluster 2024-08-19T10:42:24.087670+0000 mgr.a (mgr.14150) 114 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:26.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:26 smithi196 bash[24909]: cluster 2024-08-19T10:42:26.088115+0000 mgr.a (mgr.14150) 115 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:26.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:26 smithi196 bash[24909]: cluster 2024-08-19T10:42:26.088115+0000 mgr.a (mgr.14150) 115 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:26.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:26 smithi133 bash[24239]: cluster 2024-08-19T10:42:26.088115+0000 mgr.a (mgr.14150) 115 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:26.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:26 smithi133 bash[24239]: cluster 2024-08-19T10:42:26.088115+0000 mgr.a (mgr.14150) 115 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:26.512 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:26 smithi078 bash[22737]: cluster 2024-08-19T10:42:26.088115+0000 mgr.a (mgr.14150) 115 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:26.513 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:26 smithi078 bash[22737]: cluster 2024-08-19T10:42:26.088115+0000 mgr.a (mgr.14150) 115 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:28.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:28 smithi078 bash[22737]: cluster 2024-08-19T10:42:28.088549+0000 mgr.a (mgr.14150) 116 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:28.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:28 smithi078 bash[22737]: cluster 2024-08-19T10:42:28.088549+0000 mgr.a (mgr.14150) 116 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:28.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:28 smithi196 bash[24909]: cluster 2024-08-19T10:42:28.088549+0000 mgr.a (mgr.14150) 116 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:28.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:28 smithi196 bash[24909]: cluster 2024-08-19T10:42:28.088549+0000 mgr.a (mgr.14150) 116 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:28.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:28 smithi133 bash[24239]: cluster 2024-08-19T10:42:28.088549+0000 mgr.a (mgr.14150) 116 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:28.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:28 smithi133 bash[24239]: cluster 2024-08-19T10:42:28.088549+0000 mgr.a (mgr.14150) 116 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:30.213 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:29 smithi196 bash[24909]: audit 2024-08-19T10:42:29.841715+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-08-19T10:42:30.213 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:29 smithi196 bash[24909]: audit 2024-08-19T10:42:29.841715+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-08-19T10:42:30.213 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:29 smithi196 bash[24909]: audit 2024-08-19T10:42:29.843454+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:42:30.213 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:29 smithi196 bash[24909]: audit 2024-08-19T10:42:29.843454+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:42:30.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:29 smithi133 bash[24239]: audit 2024-08-19T10:42:29.841715+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-08-19T10:42:30.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:29 smithi133 bash[24239]: audit 2024-08-19T10:42:29.841715+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-08-19T10:42:30.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:29 smithi133 bash[24239]: audit 2024-08-19T10:42:29.843454+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:42:30.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:29 smithi133 bash[24239]: audit 2024-08-19T10:42:29.843454+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:42:30.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:29 smithi078 bash[22737]: audit 2024-08-19T10:42:29.841715+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-08-19T10:42:30.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:29 smithi078 bash[22737]: audit 2024-08-19T10:42:29.841715+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-08-19T10:42:30.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:29 smithi078 bash[22737]: audit 2024-08-19T10:42:29.843454+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:42:30.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:29 smithi078 bash[22737]: audit 2024-08-19T10:42:29.843454+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:42:31.214 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:30 smithi196 bash[24909]: cephadm 2024-08-19T10:42:29.844905+0000 mgr.a (mgr.14150) 117 : cephadm [INF] Deploying daemon osd.0 on smithi078 2024-08-19T10:42:31.215 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:30 smithi196 bash[24909]: cephadm 2024-08-19T10:42:29.844905+0000 mgr.a (mgr.14150) 117 : cephadm [INF] Deploying daemon osd.0 on smithi078 2024-08-19T10:42:31.215 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:30 smithi196 bash[24909]: cluster 2024-08-19T10:42:30.088976+0000 mgr.a (mgr.14150) 118 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:31.215 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:30 smithi196 bash[24909]: cluster 2024-08-19T10:42:30.088976+0000 mgr.a (mgr.14150) 118 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:31.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:30 smithi133 bash[24239]: cephadm 2024-08-19T10:42:29.844905+0000 mgr.a (mgr.14150) 117 : cephadm [INF] Deploying daemon osd.0 on smithi078 2024-08-19T10:42:31.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:30 smithi133 bash[24239]: cephadm 2024-08-19T10:42:29.844905+0000 mgr.a (mgr.14150) 117 : cephadm [INF] Deploying daemon osd.0 on smithi078 2024-08-19T10:42:31.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:30 smithi133 bash[24239]: cluster 2024-08-19T10:42:30.088976+0000 mgr.a (mgr.14150) 118 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:31.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:30 smithi133 bash[24239]: cluster 2024-08-19T10:42:30.088976+0000 mgr.a (mgr.14150) 118 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:31.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:30 smithi078 bash[22737]: cephadm 2024-08-19T10:42:29.844905+0000 mgr.a (mgr.14150) 117 : cephadm [INF] Deploying daemon osd.0 on smithi078 2024-08-19T10:42:31.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:30 smithi078 bash[22737]: cephadm 2024-08-19T10:42:29.844905+0000 mgr.a (mgr.14150) 117 : cephadm [INF] Deploying daemon osd.0 on smithi078 2024-08-19T10:42:31.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:30 smithi078 bash[22737]: cluster 2024-08-19T10:42:30.088976+0000 mgr.a (mgr.14150) 118 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:31.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:30 smithi078 bash[22737]: cluster 2024-08-19T10:42:30.088976+0000 mgr.a (mgr.14150) 118 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:32.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:32 smithi196 bash[24909]: cluster 2024-08-19T10:42:32.089350+0000 mgr.a (mgr.14150) 119 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:32.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:32 smithi196 bash[24909]: cluster 2024-08-19T10:42:32.089350+0000 mgr.a (mgr.14150) 119 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:32.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:32 smithi133 bash[24239]: cluster 2024-08-19T10:42:32.089350+0000 mgr.a (mgr.14150) 119 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:32.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:32 smithi133 bash[24239]: cluster 2024-08-19T10:42:32.089350+0000 mgr.a (mgr.14150) 119 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:32.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:32 smithi078 bash[22737]: cluster 2024-08-19T10:42:32.089350+0000 mgr.a (mgr.14150) 119 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:32.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:32 smithi078 bash[22737]: cluster 2024-08-19T10:42:32.089350+0000 mgr.a (mgr.14150) 119 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:34.239 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:34 smithi078 systemd[1]: /etc/systemd/system/ceph-094f3c46-5e17-11ef-bccf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-08-19T10:42:34.240 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:34 smithi078 bash[22737]: cluster 2024-08-19T10:42:34.089727+0000 mgr.a (mgr.14150) 120 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:34.240 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:34 smithi078 bash[22737]: cluster 2024-08-19T10:42:34.089727+0000 mgr.a (mgr.14150) 120 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:34.240 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:42:34 smithi078 systemd[1]: /etc/systemd/system/ceph-094f3c46-5e17-11ef-bccf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-08-19T10:42:34.466 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:34 smithi196 bash[24909]: cluster 2024-08-19T10:42:34.089727+0000 mgr.a (mgr.14150) 120 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:34.466 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:34 smithi196 bash[24909]: cluster 2024-08-19T10:42:34.089727+0000 mgr.a (mgr.14150) 120 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:34.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:34 smithi133 bash[24239]: cluster 2024-08-19T10:42:34.089727+0000 mgr.a (mgr.14150) 120 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:34.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:34 smithi133 bash[24239]: cluster 2024-08-19T10:42:34.089727+0000 mgr.a (mgr.14150) 120 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:34.491 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:34 smithi078 systemd[1]: /etc/systemd/system/ceph-094f3c46-5e17-11ef-bccf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-08-19T10:42:34.492 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:42:34 smithi078 systemd[1]: /etc/systemd/system/ceph-094f3c46-5e17-11ef-bccf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-08-19T10:42:35.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:35 smithi196 bash[24909]: audit 2024-08-19T10:42:34.529888+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:42:35.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:35 smithi196 bash[24909]: audit 2024-08-19T10:42:34.529888+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:42:35.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:35 smithi196 bash[24909]: audit 2024-08-19T10:42:34.535609+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:35.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:35 smithi196 bash[24909]: audit 2024-08-19T10:42:34.535609+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:35.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:35 smithi196 bash[24909]: audit 2024-08-19T10:42:34.540504+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:35.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:35 smithi196 bash[24909]: audit 2024-08-19T10:42:34.540504+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:35.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:35 smithi133 bash[24239]: audit 2024-08-19T10:42:34.529888+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:42:35.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:35 smithi133 bash[24239]: audit 2024-08-19T10:42:34.529888+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:42:35.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:35 smithi133 bash[24239]: audit 2024-08-19T10:42:34.535609+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:35.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:35 smithi133 bash[24239]: audit 2024-08-19T10:42:34.535609+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:35.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:35 smithi133 bash[24239]: audit 2024-08-19T10:42:34.540504+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:35.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:35 smithi133 bash[24239]: audit 2024-08-19T10:42:34.540504+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:35.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:35 smithi078 bash[22737]: audit 2024-08-19T10:42:34.529888+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:42:35.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:35 smithi078 bash[22737]: audit 2024-08-19T10:42:34.529888+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:42:35.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:35 smithi078 bash[22737]: audit 2024-08-19T10:42:34.535609+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:35.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:35 smithi078 bash[22737]: audit 2024-08-19T10:42:34.535609+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:35.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:35 smithi078 bash[22737]: audit 2024-08-19T10:42:34.540504+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:35.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:35 smithi078 bash[22737]: audit 2024-08-19T10:42:34.540504+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:36.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:36 smithi196 bash[24909]: cluster 2024-08-19T10:42:36.090188+0000 mgr.a (mgr.14150) 121 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:36.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:36 smithi196 bash[24909]: cluster 2024-08-19T10:42:36.090188+0000 mgr.a (mgr.14150) 121 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:36.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:36 smithi133 bash[24239]: cluster 2024-08-19T10:42:36.090188+0000 mgr.a (mgr.14150) 121 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:36.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:36 smithi133 bash[24239]: cluster 2024-08-19T10:42:36.090188+0000 mgr.a (mgr.14150) 121 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:36.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:36 smithi078 bash[22737]: cluster 2024-08-19T10:42:36.090188+0000 mgr.a (mgr.14150) 121 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:36.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:36 smithi078 bash[22737]: cluster 2024-08-19T10:42:36.090188+0000 mgr.a (mgr.14150) 121 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:38.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:38 smithi196 bash[24909]: cluster 2024-08-19T10:42:38.090615+0000 mgr.a (mgr.14150) 122 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:38.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:38 smithi196 bash[24909]: cluster 2024-08-19T10:42:38.090615+0000 mgr.a (mgr.14150) 122 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:38.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:38 smithi133 bash[24239]: cluster 2024-08-19T10:42:38.090615+0000 mgr.a (mgr.14150) 122 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:38.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:38 smithi133 bash[24239]: cluster 2024-08-19T10:42:38.090615+0000 mgr.a (mgr.14150) 122 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:38.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:38 smithi078 bash[22737]: cluster 2024-08-19T10:42:38.090615+0000 mgr.a (mgr.14150) 122 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:38.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:38 smithi078 bash[22737]: cluster 2024-08-19T10:42:38.090615+0000 mgr.a (mgr.14150) 122 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:40.905 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:40 smithi078 bash[22737]: audit 2024-08-19T10:42:39.797839+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:40.906 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:40 smithi078 bash[22737]: audit 2024-08-19T10:42:39.797839+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:40.906 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:40 smithi078 bash[22737]: audit 2024-08-19T10:42:39.803762+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:40.906 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:40 smithi078 bash[22737]: audit 2024-08-19T10:42:39.803762+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:40.906 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:40 smithi078 bash[22737]: cluster 2024-08-19T10:42:40.091009+0000 mgr.a (mgr.14150) 123 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:40.906 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:40 smithi078 bash[22737]: cluster 2024-08-19T10:42:40.091009+0000 mgr.a (mgr.14150) 123 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:40.906 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:40 smithi078 bash[22737]: audit 2024-08-19T10:42:40.408519+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:42:40.906 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:40 smithi078 bash[22737]: audit 2024-08-19T10:42:40.408519+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:42:40.906 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:40 smithi078 bash[22737]: audit 2024-08-19T10:42:40.409268+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:42:40.906 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:40 smithi078 bash[22737]: audit 2024-08-19T10:42:40.409268+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:42:40.906 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:40 smithi078 bash[22737]: audit 2024-08-19T10:42:40.415683+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:40.906 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:40 smithi078 bash[22737]: audit 2024-08-19T10:42:40.415683+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:41.213 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:40 smithi196 bash[24909]: audit 2024-08-19T10:42:39.797839+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:41.213 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:40 smithi196 bash[24909]: audit 2024-08-19T10:42:39.797839+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:41.213 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:40 smithi196 bash[24909]: audit 2024-08-19T10:42:39.803762+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:41.213 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:40 smithi196 bash[24909]: audit 2024-08-19T10:42:39.803762+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:41.213 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:40 smithi196 bash[24909]: cluster 2024-08-19T10:42:40.091009+0000 mgr.a (mgr.14150) 123 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:41.213 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:40 smithi196 bash[24909]: cluster 2024-08-19T10:42:40.091009+0000 mgr.a (mgr.14150) 123 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:41.214 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:40 smithi196 bash[24909]: audit 2024-08-19T10:42:40.408519+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:42:41.214 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:40 smithi196 bash[24909]: audit 2024-08-19T10:42:40.408519+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:42:41.214 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:40 smithi196 bash[24909]: audit 2024-08-19T10:42:40.409268+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:42:41.214 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:40 smithi196 bash[24909]: audit 2024-08-19T10:42:40.409268+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:42:41.214 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:40 smithi196 bash[24909]: audit 2024-08-19T10:42:40.415683+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:41.214 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:40 smithi196 bash[24909]: audit 2024-08-19T10:42:40.415683+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:41.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:40 smithi133 bash[24239]: audit 2024-08-19T10:42:39.797839+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:41.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:40 smithi133 bash[24239]: audit 2024-08-19T10:42:39.797839+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:41.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:40 smithi133 bash[24239]: audit 2024-08-19T10:42:39.803762+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:41.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:40 smithi133 bash[24239]: audit 2024-08-19T10:42:39.803762+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:41.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:40 smithi133 bash[24239]: cluster 2024-08-19T10:42:40.091009+0000 mgr.a (mgr.14150) 123 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:41.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:40 smithi133 bash[24239]: cluster 2024-08-19T10:42:40.091009+0000 mgr.a (mgr.14150) 123 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:41.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:40 smithi133 bash[24239]: audit 2024-08-19T10:42:40.408519+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:42:41.242 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:40 smithi133 bash[24239]: audit 2024-08-19T10:42:40.408519+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:42:41.242 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:40 smithi133 bash[24239]: audit 2024-08-19T10:42:40.409268+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:42:41.242 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:40 smithi133 bash[24239]: audit 2024-08-19T10:42:40.409268+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:42:41.242 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:40 smithi133 bash[24239]: audit 2024-08-19T10:42:40.415683+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:41.242 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:40 smithi133 bash[24239]: audit 2024-08-19T10:42:40.415683+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:42.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:42 smithi196 bash[24909]: cluster 2024-08-19T10:42:42.091466+0000 mgr.a (mgr.14150) 124 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:42.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:42 smithi196 bash[24909]: cluster 2024-08-19T10:42:42.091466+0000 mgr.a (mgr.14150) 124 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:42.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:42 smithi133 bash[24239]: cluster 2024-08-19T10:42:42.091466+0000 mgr.a (mgr.14150) 124 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:42.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:42 smithi133 bash[24239]: cluster 2024-08-19T10:42:42.091466+0000 mgr.a (mgr.14150) 124 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:42.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:42 smithi078 bash[22737]: cluster 2024-08-19T10:42:42.091466+0000 mgr.a (mgr.14150) 124 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:42.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:42 smithi078 bash[22737]: cluster 2024-08-19T10:42:42.091466+0000 mgr.a (mgr.14150) 124 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:43.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:43 smithi196 bash[24909]: audit 2024-08-19T10:42:42.629805+0000 mon.a (mon.0) 325 : audit [INF] from='osd.0 [v2:172.21.15.78:6802/616489437,v1:172.21.15.78:6803/616489437]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-08-19T10:42:43.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:43 smithi196 bash[24909]: audit 2024-08-19T10:42:42.629805+0000 mon.a (mon.0) 325 : audit [INF] from='osd.0 [v2:172.21.15.78:6802/616489437,v1:172.21.15.78:6803/616489437]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-08-19T10:42:43.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:43 smithi133 bash[24239]: audit 2024-08-19T10:42:42.629805+0000 mon.a (mon.0) 325 : audit [INF] from='osd.0 [v2:172.21.15.78:6802/616489437,v1:172.21.15.78:6803/616489437]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-08-19T10:42:43.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:43 smithi133 bash[24239]: audit 2024-08-19T10:42:42.629805+0000 mon.a (mon.0) 325 : audit [INF] from='osd.0 [v2:172.21.15.78:6802/616489437,v1:172.21.15.78:6803/616489437]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-08-19T10:42:43.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:43 smithi078 bash[22737]: audit 2024-08-19T10:42:42.629805+0000 mon.a (mon.0) 325 : audit [INF] from='osd.0 [v2:172.21.15.78:6802/616489437,v1:172.21.15.78:6803/616489437]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-08-19T10:42:43.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:43 smithi078 bash[22737]: audit 2024-08-19T10:42:42.629805+0000 mon.a (mon.0) 325 : audit [INF] from='osd.0 [v2:172.21.15.78:6802/616489437,v1:172.21.15.78:6803/616489437]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-08-19T10:42:44.378 INFO:teuthology.orchestra.run.smithi078.stdout:Created osd(s) 0 on host 'smithi078' 2024-08-19T10:42:44.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:44 smithi196 bash[24909]: audit 2024-08-19T10:42:43.186928+0000 mon.a (mon.0) 326 : audit [INF] from='osd.0 [v2:172.21.15.78:6802/616489437,v1:172.21.15.78:6803/616489437]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-08-19T10:42:44.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:44 smithi196 bash[24909]: audit 2024-08-19T10:42:43.186928+0000 mon.a (mon.0) 326 : audit [INF] from='osd.0 [v2:172.21.15.78:6802/616489437,v1:172.21.15.78:6803/616489437]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-08-19T10:42:44.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:44 smithi196 bash[24909]: cluster 2024-08-19T10:42:43.191094+0000 mon.a (mon.0) 327 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-08-19T10:42:44.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:44 smithi196 bash[24909]: cluster 2024-08-19T10:42:43.191094+0000 mon.a (mon.0) 327 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-08-19T10:42:44.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:44 smithi196 bash[24909]: audit 2024-08-19T10:42:43.191583+0000 mon.a (mon.0) 328 : audit [INF] from='osd.0 [v2:172.21.15.78:6802/616489437,v1:172.21.15.78:6803/616489437]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi078", "root=default"]} : dispatch 2024-08-19T10:42:44.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:44 smithi196 bash[24909]: audit 2024-08-19T10:42:43.191583+0000 mon.a (mon.0) 328 : audit [INF] from='osd.0 [v2:172.21.15.78:6802/616489437,v1:172.21.15.78:6803/616489437]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi078", "root=default"]} : dispatch 2024-08-19T10:42:44.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:44 smithi196 bash[24909]: audit 2024-08-19T10:42:43.192175+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-08-19T10:42:44.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:44 smithi196 bash[24909]: audit 2024-08-19T10:42:43.192175+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-08-19T10:42:44.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:44 smithi196 bash[24909]: cluster 2024-08-19T10:42:44.091900+0000 mgr.a (mgr.14150) 125 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:44.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:44 smithi196 bash[24909]: cluster 2024-08-19T10:42:44.091900+0000 mgr.a (mgr.14150) 125 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:44.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:44 smithi133 bash[24239]: audit 2024-08-19T10:42:43.186928+0000 mon.a (mon.0) 326 : audit [INF] from='osd.0 [v2:172.21.15.78:6802/616489437,v1:172.21.15.78:6803/616489437]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-08-19T10:42:44.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:44 smithi133 bash[24239]: audit 2024-08-19T10:42:43.186928+0000 mon.a (mon.0) 326 : audit [INF] from='osd.0 [v2:172.21.15.78:6802/616489437,v1:172.21.15.78:6803/616489437]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-08-19T10:42:44.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:44 smithi133 bash[24239]: cluster 2024-08-19T10:42:43.191094+0000 mon.a (mon.0) 327 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-08-19T10:42:44.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:44 smithi133 bash[24239]: cluster 2024-08-19T10:42:43.191094+0000 mon.a (mon.0) 327 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-08-19T10:42:44.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:44 smithi133 bash[24239]: audit 2024-08-19T10:42:43.191583+0000 mon.a (mon.0) 328 : audit [INF] from='osd.0 [v2:172.21.15.78:6802/616489437,v1:172.21.15.78:6803/616489437]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi078", "root=default"]} : dispatch 2024-08-19T10:42:44.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:44 smithi133 bash[24239]: audit 2024-08-19T10:42:43.191583+0000 mon.a (mon.0) 328 : audit [INF] from='osd.0 [v2:172.21.15.78:6802/616489437,v1:172.21.15.78:6803/616489437]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi078", "root=default"]} : dispatch 2024-08-19T10:42:44.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:44 smithi133 bash[24239]: audit 2024-08-19T10:42:43.192175+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-08-19T10:42:44.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:44 smithi133 bash[24239]: audit 2024-08-19T10:42:43.192175+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-08-19T10:42:44.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:44 smithi133 bash[24239]: cluster 2024-08-19T10:42:44.091900+0000 mgr.a (mgr.14150) 125 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:44.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:44 smithi133 bash[24239]: cluster 2024-08-19T10:42:44.091900+0000 mgr.a (mgr.14150) 125 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:44.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:44 smithi078 bash[22737]: audit 2024-08-19T10:42:43.186928+0000 mon.a (mon.0) 326 : audit [INF] from='osd.0 [v2:172.21.15.78:6802/616489437,v1:172.21.15.78:6803/616489437]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-08-19T10:42:44.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:44 smithi078 bash[22737]: audit 2024-08-19T10:42:43.186928+0000 mon.a (mon.0) 326 : audit [INF] from='osd.0 [v2:172.21.15.78:6802/616489437,v1:172.21.15.78:6803/616489437]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-08-19T10:42:44.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:44 smithi078 bash[22737]: cluster 2024-08-19T10:42:43.191094+0000 mon.a (mon.0) 327 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-08-19T10:42:44.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:44 smithi078 bash[22737]: cluster 2024-08-19T10:42:43.191094+0000 mon.a (mon.0) 327 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-08-19T10:42:44.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:44 smithi078 bash[22737]: audit 2024-08-19T10:42:43.191583+0000 mon.a (mon.0) 328 : audit [INF] from='osd.0 [v2:172.21.15.78:6802/616489437,v1:172.21.15.78:6803/616489437]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi078", "root=default"]} : dispatch 2024-08-19T10:42:44.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:44 smithi078 bash[22737]: audit 2024-08-19T10:42:43.191583+0000 mon.a (mon.0) 328 : audit [INF] from='osd.0 [v2:172.21.15.78:6802/616489437,v1:172.21.15.78:6803/616489437]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi078", "root=default"]} : dispatch 2024-08-19T10:42:44.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:44 smithi078 bash[22737]: audit 2024-08-19T10:42:43.192175+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-08-19T10:42:44.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:44 smithi078 bash[22737]: audit 2024-08-19T10:42:43.192175+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-08-19T10:42:44.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:44 smithi078 bash[22737]: cluster 2024-08-19T10:42:44.091900+0000 mgr.a (mgr.14150) 125 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:44.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:44 smithi078 bash[22737]: cluster 2024-08-19T10:42:44.091900+0000 mgr.a (mgr.14150) 125 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:45.008 DEBUG:teuthology.orchestra.run.smithi078:osd.0> sudo journalctl -f -n 0 -u ceph-094f3c46-5e17-11ef-bccf-c7b262605968@osd.0.service 2024-08-19T10:42:45.010 INFO:tasks.cephadm:Deploying osd.1 on smithi133 with /dev/vg_nvme/lv_4... 2024-08-19T10:42:45.011 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:797669399b32d2915e64eb6d4b1257ae3c50f80b ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 094f3c46-5e17-11ef-bccf-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-08-19T10:42:45.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:45 smithi078 bash[22737]: audit 2024-08-19T10:42:44.189433+0000 mon.a (mon.0) 330 : audit [INF] from='osd.0 [v2:172.21.15.78:6802/616489437,v1:172.21.15.78:6803/616489437]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]': finished 2024-08-19T10:42:45.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:45 smithi078 bash[22737]: audit 2024-08-19T10:42:44.189433+0000 mon.a (mon.0) 330 : audit [INF] from='osd.0 [v2:172.21.15.78:6802/616489437,v1:172.21.15.78:6803/616489437]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]': finished 2024-08-19T10:42:45.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:45 smithi078 bash[22737]: cluster 2024-08-19T10:42:44.193111+0000 mon.a (mon.0) 331 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-08-19T10:42:45.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:45 smithi078 bash[22737]: cluster 2024-08-19T10:42:44.193111+0000 mon.a (mon.0) 331 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-08-19T10:42:45.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:45 smithi078 bash[22737]: audit 2024-08-19T10:42:44.194191+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-08-19T10:42:45.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:45 smithi078 bash[22737]: audit 2024-08-19T10:42:44.194191+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-08-19T10:42:45.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:45 smithi078 bash[22737]: audit 2024-08-19T10:42:44.203365+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-08-19T10:42:45.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:45 smithi078 bash[22737]: audit 2024-08-19T10:42:44.203365+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-08-19T10:42:45.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:45 smithi078 bash[22737]: audit 2024-08-19T10:42:44.357930+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:42:45.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:45 smithi078 bash[22737]: audit 2024-08-19T10:42:44.357930+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:42:45.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:45 smithi078 bash[22737]: audit 2024-08-19T10:42:44.365175+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:45.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:45 smithi078 bash[22737]: audit 2024-08-19T10:42:44.365175+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:45.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:45 smithi078 bash[22737]: audit 2024-08-19T10:42:44.372800+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:45.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:45 smithi078 bash[22737]: audit 2024-08-19T10:42:44.372800+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:45.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:45 smithi196 bash[24909]: audit 2024-08-19T10:42:44.189433+0000 mon.a (mon.0) 330 : audit [INF] from='osd.0 [v2:172.21.15.78:6802/616489437,v1:172.21.15.78:6803/616489437]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]': finished 2024-08-19T10:42:45.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:45 smithi196 bash[24909]: audit 2024-08-19T10:42:44.189433+0000 mon.a (mon.0) 330 : audit [INF] from='osd.0 [v2:172.21.15.78:6802/616489437,v1:172.21.15.78:6803/616489437]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]': finished 2024-08-19T10:42:45.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:45 smithi196 bash[24909]: cluster 2024-08-19T10:42:44.193111+0000 mon.a (mon.0) 331 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-08-19T10:42:45.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:45 smithi196 bash[24909]: cluster 2024-08-19T10:42:44.193111+0000 mon.a (mon.0) 331 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-08-19T10:42:45.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:45 smithi196 bash[24909]: audit 2024-08-19T10:42:44.194191+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-08-19T10:42:45.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:45 smithi196 bash[24909]: audit 2024-08-19T10:42:44.194191+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-08-19T10:42:45.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:45 smithi196 bash[24909]: audit 2024-08-19T10:42:44.203365+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-08-19T10:42:45.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:45 smithi196 bash[24909]: audit 2024-08-19T10:42:44.203365+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-08-19T10:42:45.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:45 smithi196 bash[24909]: audit 2024-08-19T10:42:44.357930+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:42:45.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:45 smithi196 bash[24909]: audit 2024-08-19T10:42:44.357930+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:42:45.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:45 smithi196 bash[24909]: audit 2024-08-19T10:42:44.365175+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:45.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:45 smithi196 bash[24909]: audit 2024-08-19T10:42:44.365175+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:45.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:45 smithi196 bash[24909]: audit 2024-08-19T10:42:44.372800+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:45.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:45 smithi196 bash[24909]: audit 2024-08-19T10:42:44.372800+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:45.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:45 smithi133 bash[24239]: audit 2024-08-19T10:42:44.189433+0000 mon.a (mon.0) 330 : audit [INF] from='osd.0 [v2:172.21.15.78:6802/616489437,v1:172.21.15.78:6803/616489437]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]': finished 2024-08-19T10:42:45.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:45 smithi133 bash[24239]: audit 2024-08-19T10:42:44.189433+0000 mon.a (mon.0) 330 : audit [INF] from='osd.0 [v2:172.21.15.78:6802/616489437,v1:172.21.15.78:6803/616489437]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]': finished 2024-08-19T10:42:45.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:45 smithi133 bash[24239]: cluster 2024-08-19T10:42:44.193111+0000 mon.a (mon.0) 331 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-08-19T10:42:45.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:45 smithi133 bash[24239]: cluster 2024-08-19T10:42:44.193111+0000 mon.a (mon.0) 331 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-08-19T10:42:45.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:45 smithi133 bash[24239]: audit 2024-08-19T10:42:44.194191+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-08-19T10:42:45.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:45 smithi133 bash[24239]: audit 2024-08-19T10:42:44.194191+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-08-19T10:42:45.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:45 smithi133 bash[24239]: audit 2024-08-19T10:42:44.203365+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-08-19T10:42:45.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:45 smithi133 bash[24239]: audit 2024-08-19T10:42:44.203365+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-08-19T10:42:45.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:45 smithi133 bash[24239]: audit 2024-08-19T10:42:44.357930+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:42:45.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:45 smithi133 bash[24239]: audit 2024-08-19T10:42:44.357930+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:42:45.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:45 smithi133 bash[24239]: audit 2024-08-19T10:42:44.365175+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:45.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:45 smithi133 bash[24239]: audit 2024-08-19T10:42:44.365175+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:45.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:45 smithi133 bash[24239]: audit 2024-08-19T10:42:44.372800+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:45.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:45 smithi133 bash[24239]: audit 2024-08-19T10:42:44.372800+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:46.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:46 smithi133 bash[24239]: cluster 2024-08-19T10:42:43.672553+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-08-19T10:42:46.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:46 smithi133 bash[24239]: cluster 2024-08-19T10:42:43.672553+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-08-19T10:42:46.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:46 smithi133 bash[24239]: cluster 2024-08-19T10:42:43.672625+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-08-19T10:42:46.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:46 smithi133 bash[24239]: cluster 2024-08-19T10:42:43.672625+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-08-19T10:42:46.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:46 smithi133 bash[24239]: cluster 2024-08-19T10:42:45.203777+0000 mon.a (mon.0) 337 : cluster [INF] osd.0 [v2:172.21.15.78:6802/616489437,v1:172.21.15.78:6803/616489437] boot 2024-08-19T10:42:46.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:46 smithi133 bash[24239]: cluster 2024-08-19T10:42:45.203777+0000 mon.a (mon.0) 337 : cluster [INF] osd.0 [v2:172.21.15.78:6802/616489437,v1:172.21.15.78:6803/616489437] boot 2024-08-19T10:42:46.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:46 smithi133 bash[24239]: cluster 2024-08-19T10:42:45.203844+0000 mon.a (mon.0) 338 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-08-19T10:42:46.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:46 smithi133 bash[24239]: cluster 2024-08-19T10:42:45.203844+0000 mon.a (mon.0) 338 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-08-19T10:42:46.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:46 smithi133 bash[24239]: audit 2024-08-19T10:42:45.204456+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-08-19T10:42:46.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:46 smithi133 bash[24239]: audit 2024-08-19T10:42:45.204456+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-08-19T10:42:46.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:46 smithi133 bash[24239]: cluster 2024-08-19T10:42:46.092325+0000 mgr.a (mgr.14150) 126 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:46.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:46 smithi133 bash[24239]: cluster 2024-08-19T10:42:46.092325+0000 mgr.a (mgr.14150) 126 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:46.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:46 smithi078 bash[22737]: cluster 2024-08-19T10:42:43.672553+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-08-19T10:42:46.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:46 smithi078 bash[22737]: cluster 2024-08-19T10:42:43.672553+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-08-19T10:42:46.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:46 smithi078 bash[22737]: cluster 2024-08-19T10:42:43.672625+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-08-19T10:42:46.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:46 smithi078 bash[22737]: cluster 2024-08-19T10:42:43.672625+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-08-19T10:42:46.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:46 smithi078 bash[22737]: cluster 2024-08-19T10:42:45.203777+0000 mon.a (mon.0) 337 : cluster [INF] osd.0 [v2:172.21.15.78:6802/616489437,v1:172.21.15.78:6803/616489437] boot 2024-08-19T10:42:46.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:46 smithi078 bash[22737]: cluster 2024-08-19T10:42:45.203777+0000 mon.a (mon.0) 337 : cluster [INF] osd.0 [v2:172.21.15.78:6802/616489437,v1:172.21.15.78:6803/616489437] boot 2024-08-19T10:42:46.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:46 smithi078 bash[22737]: cluster 2024-08-19T10:42:45.203844+0000 mon.a (mon.0) 338 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-08-19T10:42:46.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:46 smithi078 bash[22737]: cluster 2024-08-19T10:42:45.203844+0000 mon.a (mon.0) 338 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-08-19T10:42:46.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:46 smithi078 bash[22737]: audit 2024-08-19T10:42:45.204456+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-08-19T10:42:46.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:46 smithi078 bash[22737]: audit 2024-08-19T10:42:45.204456+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-08-19T10:42:46.512 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:46 smithi078 bash[22737]: cluster 2024-08-19T10:42:46.092325+0000 mgr.a (mgr.14150) 126 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:46.512 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:46 smithi078 bash[22737]: cluster 2024-08-19T10:42:46.092325+0000 mgr.a (mgr.14150) 126 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:46.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:46 smithi196 bash[24909]: cluster 2024-08-19T10:42:43.672553+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-08-19T10:42:46.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:46 smithi196 bash[24909]: cluster 2024-08-19T10:42:43.672553+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-08-19T10:42:46.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:46 smithi196 bash[24909]: cluster 2024-08-19T10:42:43.672625+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-08-19T10:42:46.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:46 smithi196 bash[24909]: cluster 2024-08-19T10:42:43.672625+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-08-19T10:42:46.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:46 smithi196 bash[24909]: cluster 2024-08-19T10:42:45.203777+0000 mon.a (mon.0) 337 : cluster [INF] osd.0 [v2:172.21.15.78:6802/616489437,v1:172.21.15.78:6803/616489437] boot 2024-08-19T10:42:46.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:46 smithi196 bash[24909]: cluster 2024-08-19T10:42:45.203777+0000 mon.a (mon.0) 337 : cluster [INF] osd.0 [v2:172.21.15.78:6802/616489437,v1:172.21.15.78:6803/616489437] boot 2024-08-19T10:42:46.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:46 smithi196 bash[24909]: cluster 2024-08-19T10:42:45.203844+0000 mon.a (mon.0) 338 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-08-19T10:42:46.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:46 smithi196 bash[24909]: cluster 2024-08-19T10:42:45.203844+0000 mon.a (mon.0) 338 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-08-19T10:42:46.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:46 smithi196 bash[24909]: audit 2024-08-19T10:42:45.204456+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-08-19T10:42:46.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:46 smithi196 bash[24909]: audit 2024-08-19T10:42:45.204456+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-08-19T10:42:46.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:46 smithi196 bash[24909]: cluster 2024-08-19T10:42:46.092325+0000 mgr.a (mgr.14150) 126 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:46.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:46 smithi196 bash[24909]: cluster 2024-08-19T10:42:46.092325+0000 mgr.a (mgr.14150) 126 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-19T10:42:47.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:47 smithi133 bash[24239]: cluster 2024-08-19T10:42:46.220388+0000 mon.a (mon.0) 340 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-08-19T10:42:47.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:47 smithi133 bash[24239]: cluster 2024-08-19T10:42:46.220388+0000 mon.a (mon.0) 340 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-08-19T10:42:47.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:47 smithi078 bash[22737]: cluster 2024-08-19T10:42:46.220388+0000 mon.a (mon.0) 340 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-08-19T10:42:47.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:47 smithi078 bash[22737]: cluster 2024-08-19T10:42:46.220388+0000 mon.a (mon.0) 340 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-08-19T10:42:47.712 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:47 smithi196 bash[24909]: cluster 2024-08-19T10:42:46.220388+0000 mon.a (mon.0) 340 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-08-19T10:42:47.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:47 smithi196 bash[24909]: cluster 2024-08-19T10:42:46.220388+0000 mon.a (mon.0) 340 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-08-19T10:42:48.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:48 smithi133 bash[24239]: cluster 2024-08-19T10:42:48.092819+0000 mgr.a (mgr.14150) 127 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:42:48.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:48 smithi133 bash[24239]: cluster 2024-08-19T10:42:48.092819+0000 mgr.a (mgr.14150) 127 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:42:48.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:48 smithi078 bash[22737]: cluster 2024-08-19T10:42:48.092819+0000 mgr.a (mgr.14150) 127 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:42:48.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:48 smithi078 bash[22737]: cluster 2024-08-19T10:42:48.092819+0000 mgr.a (mgr.14150) 127 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:42:48.712 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:48 smithi196 bash[24909]: cluster 2024-08-19T10:42:48.092819+0000 mgr.a (mgr.14150) 127 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:42:48.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:48 smithi196 bash[24909]: cluster 2024-08-19T10:42:48.092819+0000 mgr.a (mgr.14150) 127 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:42:49.741 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/mon.b/config 2024-08-19T10:42:50.445 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:50 smithi078 bash[22737]: cluster 2024-08-19T10:42:50.093267+0000 mgr.a (mgr.14150) 128 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:42:50.445 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:50 smithi078 bash[22737]: cluster 2024-08-19T10:42:50.093267+0000 mgr.a (mgr.14150) 128 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:42:50.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:50 smithi196 bash[24909]: cluster 2024-08-19T10:42:50.093267+0000 mgr.a (mgr.14150) 128 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:42:50.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:50 smithi196 bash[24909]: cluster 2024-08-19T10:42:50.093267+0000 mgr.a (mgr.14150) 128 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:42:50.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:50 smithi133 bash[24239]: cluster 2024-08-19T10:42:50.093267+0000 mgr.a (mgr.14150) 128 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:42:50.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:50 smithi133 bash[24239]: cluster 2024-08-19T10:42:50.093267+0000 mgr.a (mgr.14150) 128 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:42:52.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:52 smithi196 bash[24909]: cluster 2024-08-19T10:42:52.093735+0000 mgr.a (mgr.14150) 129 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:42:52.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:52 smithi196 bash[24909]: cluster 2024-08-19T10:42:52.093735+0000 mgr.a (mgr.14150) 129 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:42:52.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:52 smithi133 bash[24239]: cluster 2024-08-19T10:42:52.093735+0000 mgr.a (mgr.14150) 129 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:42:52.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:52 smithi133 bash[24239]: cluster 2024-08-19T10:42:52.093735+0000 mgr.a (mgr.14150) 129 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:42:52.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:52 smithi078 bash[22737]: cluster 2024-08-19T10:42:52.093735+0000 mgr.a (mgr.14150) 129 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:42:52.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:52 smithi078 bash[22737]: cluster 2024-08-19T10:42:52.093735+0000 mgr.a (mgr.14150) 129 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:42:53.541 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-08-19T10:42:53.589 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:797669399b32d2915e64eb6d4b1257ae3c50f80b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 094f3c46-5e17-11ef-bccf-c7b262605968 -- ceph orch daemon add osd smithi133:vg_nvme/lv_4 2024-08-19T10:42:55.213 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:54 smithi196 bash[24909]: cephadm 2024-08-19T10:42:53.928725+0000 mgr.a (mgr.14150) 130 : cephadm [INF] Detected new or changed devices on smithi078 2024-08-19T10:42:55.213 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:54 smithi196 bash[24909]: cephadm 2024-08-19T10:42:53.928725+0000 mgr.a (mgr.14150) 130 : cephadm [INF] Detected new or changed devices on smithi078 2024-08-19T10:42:55.213 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:54 smithi196 bash[24909]: audit 2024-08-19T10:42:53.937312+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:55.213 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:54 smithi196 bash[24909]: audit 2024-08-19T10:42:53.937312+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:55.214 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:54 smithi196 bash[24909]: audit 2024-08-19T10:42:53.944911+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:55.214 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:54 smithi196 bash[24909]: audit 2024-08-19T10:42:53.944911+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:55.214 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:54 smithi196 bash[24909]: audit 2024-08-19T10:42:53.946972+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-08-19T10:42:55.214 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:54 smithi196 bash[24909]: audit 2024-08-19T10:42:53.946972+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-08-19T10:42:55.214 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:54 smithi196 bash[24909]: cephadm 2024-08-19T10:42:53.948238+0000 mgr.a (mgr.14150) 131 : cephadm [INF] Adjusting osd_memory_target on smithi078 to 17265M 2024-08-19T10:42:55.214 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:54 smithi196 bash[24909]: cephadm 2024-08-19T10:42:53.948238+0000 mgr.a (mgr.14150) 131 : cephadm [INF] Adjusting osd_memory_target on smithi078 to 17265M 2024-08-19T10:42:55.214 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:54 smithi196 bash[24909]: audit 2024-08-19T10:42:53.955977+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:55.214 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:54 smithi196 bash[24909]: audit 2024-08-19T10:42:53.955977+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:55.214 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:54 smithi196 bash[24909]: audit 2024-08-19T10:42:53.960029+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:42:55.214 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:54 smithi196 bash[24909]: audit 2024-08-19T10:42:53.960029+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:42:55.214 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:54 smithi196 bash[24909]: audit 2024-08-19T10:42:53.961673+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:42:55.215 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:54 smithi196 bash[24909]: audit 2024-08-19T10:42:53.961673+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:42:55.215 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:54 smithi196 bash[24909]: audit 2024-08-19T10:42:53.970987+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:55.215 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:54 smithi196 bash[24909]: audit 2024-08-19T10:42:53.970987+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:55.215 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:54 smithi196 bash[24909]: cluster 2024-08-19T10:42:54.094227+0000 mgr.a (mgr.14150) 132 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:42:55.215 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:54 smithi196 bash[24909]: cluster 2024-08-19T10:42:54.094227+0000 mgr.a (mgr.14150) 132 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:42:55.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:54 smithi133 bash[24239]: cephadm 2024-08-19T10:42:53.928725+0000 mgr.a (mgr.14150) 130 : cephadm [INF] Detected new or changed devices on smithi078 2024-08-19T10:42:55.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:54 smithi133 bash[24239]: cephadm 2024-08-19T10:42:53.928725+0000 mgr.a (mgr.14150) 130 : cephadm [INF] Detected new or changed devices on smithi078 2024-08-19T10:42:55.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:54 smithi133 bash[24239]: audit 2024-08-19T10:42:53.937312+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:55.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:54 smithi133 bash[24239]: audit 2024-08-19T10:42:53.937312+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:55.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:54 smithi133 bash[24239]: audit 2024-08-19T10:42:53.944911+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:55.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:54 smithi133 bash[24239]: audit 2024-08-19T10:42:53.944911+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:55.242 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:54 smithi133 bash[24239]: audit 2024-08-19T10:42:53.946972+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-08-19T10:42:55.242 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:54 smithi133 bash[24239]: audit 2024-08-19T10:42:53.946972+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-08-19T10:42:55.242 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:54 smithi133 bash[24239]: cephadm 2024-08-19T10:42:53.948238+0000 mgr.a (mgr.14150) 131 : cephadm [INF] Adjusting osd_memory_target on smithi078 to 17265M 2024-08-19T10:42:55.242 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:54 smithi133 bash[24239]: cephadm 2024-08-19T10:42:53.948238+0000 mgr.a (mgr.14150) 131 : cephadm [INF] Adjusting osd_memory_target on smithi078 to 17265M 2024-08-19T10:42:55.242 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:54 smithi133 bash[24239]: audit 2024-08-19T10:42:53.955977+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:55.242 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:54 smithi133 bash[24239]: audit 2024-08-19T10:42:53.955977+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:55.242 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:54 smithi133 bash[24239]: audit 2024-08-19T10:42:53.960029+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:42:55.242 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:54 smithi133 bash[24239]: audit 2024-08-19T10:42:53.960029+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:42:55.242 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:54 smithi133 bash[24239]: audit 2024-08-19T10:42:53.961673+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:42:55.242 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:54 smithi133 bash[24239]: audit 2024-08-19T10:42:53.961673+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:42:55.242 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:54 smithi133 bash[24239]: audit 2024-08-19T10:42:53.970987+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:55.242 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:54 smithi133 bash[24239]: audit 2024-08-19T10:42:53.970987+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:55.242 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:54 smithi133 bash[24239]: cluster 2024-08-19T10:42:54.094227+0000 mgr.a (mgr.14150) 132 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:42:55.243 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:54 smithi133 bash[24239]: cluster 2024-08-19T10:42:54.094227+0000 mgr.a (mgr.14150) 132 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:42:55.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:54 smithi078 bash[22737]: cephadm 2024-08-19T10:42:53.928725+0000 mgr.a (mgr.14150) 130 : cephadm [INF] Detected new or changed devices on smithi078 2024-08-19T10:42:55.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:54 smithi078 bash[22737]: cephadm 2024-08-19T10:42:53.928725+0000 mgr.a (mgr.14150) 130 : cephadm [INF] Detected new or changed devices on smithi078 2024-08-19T10:42:55.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:54 smithi078 bash[22737]: audit 2024-08-19T10:42:53.937312+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:55.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:54 smithi078 bash[22737]: audit 2024-08-19T10:42:53.937312+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:55.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:54 smithi078 bash[22737]: audit 2024-08-19T10:42:53.944911+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:55.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:54 smithi078 bash[22737]: audit 2024-08-19T10:42:53.944911+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:55.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:54 smithi078 bash[22737]: audit 2024-08-19T10:42:53.946972+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-08-19T10:42:55.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:54 smithi078 bash[22737]: audit 2024-08-19T10:42:53.946972+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-08-19T10:42:55.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:54 smithi078 bash[22737]: cephadm 2024-08-19T10:42:53.948238+0000 mgr.a (mgr.14150) 131 : cephadm [INF] Adjusting osd_memory_target on smithi078 to 17265M 2024-08-19T10:42:55.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:54 smithi078 bash[22737]: cephadm 2024-08-19T10:42:53.948238+0000 mgr.a (mgr.14150) 131 : cephadm [INF] Adjusting osd_memory_target on smithi078 to 17265M 2024-08-19T10:42:55.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:54 smithi078 bash[22737]: audit 2024-08-19T10:42:53.955977+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:55.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:54 smithi078 bash[22737]: audit 2024-08-19T10:42:53.955977+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:55.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:54 smithi078 bash[22737]: audit 2024-08-19T10:42:53.960029+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:42:55.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:54 smithi078 bash[22737]: audit 2024-08-19T10:42:53.960029+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:42:55.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:54 smithi078 bash[22737]: audit 2024-08-19T10:42:53.961673+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:42:55.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:54 smithi078 bash[22737]: audit 2024-08-19T10:42:53.961673+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:42:55.262 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:54 smithi078 bash[22737]: audit 2024-08-19T10:42:53.970987+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:55.262 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:54 smithi078 bash[22737]: audit 2024-08-19T10:42:53.970987+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:42:55.262 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:54 smithi078 bash[22737]: cluster 2024-08-19T10:42:54.094227+0000 mgr.a (mgr.14150) 132 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:42:55.262 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:54 smithi078 bash[22737]: cluster 2024-08-19T10:42:54.094227+0000 mgr.a (mgr.14150) 132 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:42:56.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:56 smithi196 bash[24909]: cluster 2024-08-19T10:42:56.094685+0000 mgr.a (mgr.14150) 133 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:42:56.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:56 smithi196 bash[24909]: cluster 2024-08-19T10:42:56.094685+0000 mgr.a (mgr.14150) 133 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:42:56.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:56 smithi133 bash[24239]: cluster 2024-08-19T10:42:56.094685+0000 mgr.a (mgr.14150) 133 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:42:56.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:56 smithi133 bash[24239]: cluster 2024-08-19T10:42:56.094685+0000 mgr.a (mgr.14150) 133 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:42:56.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:56 smithi078 bash[22737]: cluster 2024-08-19T10:42:56.094685+0000 mgr.a (mgr.14150) 133 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:42:56.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:56 smithi078 bash[22737]: cluster 2024-08-19T10:42:56.094685+0000 mgr.a (mgr.14150) 133 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:42:58.316 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/mon.b/config 2024-08-19T10:42:58.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:58 smithi196 bash[24909]: cluster 2024-08-19T10:42:58.095138+0000 mgr.a (mgr.14150) 134 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:42:58.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:58 smithi196 bash[24909]: cluster 2024-08-19T10:42:58.095138+0000 mgr.a (mgr.14150) 134 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:42:58.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:58 smithi133 bash[24239]: cluster 2024-08-19T10:42:58.095138+0000 mgr.a (mgr.14150) 134 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:42:58.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:58 smithi133 bash[24239]: cluster 2024-08-19T10:42:58.095138+0000 mgr.a (mgr.14150) 134 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:42:58.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:58 smithi078 bash[22737]: cluster 2024-08-19T10:42:58.095138+0000 mgr.a (mgr.14150) 134 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:42:58.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:58 smithi078 bash[22737]: cluster 2024-08-19T10:42:58.095138+0000 mgr.a (mgr.14150) 134 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:42:59.963 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:59 smithi196 bash[24909]: audit 2024-08-19T10:42:59.634533+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-08-19T10:42:59.963 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:59 smithi196 bash[24909]: audit 2024-08-19T10:42:59.634533+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-08-19T10:42:59.963 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:59 smithi196 bash[24909]: audit 2024-08-19T10:42:59.641140+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-08-19T10:42:59.963 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:59 smithi196 bash[24909]: audit 2024-08-19T10:42:59.641140+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-08-19T10:42:59.963 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:59 smithi196 bash[24909]: audit 2024-08-19T10:42:59.642809+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:42:59.963 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:42:59 smithi196 bash[24909]: audit 2024-08-19T10:42:59.642809+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:42:59.990 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:59 smithi133 bash[24239]: audit 2024-08-19T10:42:59.634533+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-08-19T10:42:59.991 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:59 smithi133 bash[24239]: audit 2024-08-19T10:42:59.634533+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-08-19T10:42:59.991 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:59 smithi133 bash[24239]: audit 2024-08-19T10:42:59.641140+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-08-19T10:42:59.991 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:59 smithi133 bash[24239]: audit 2024-08-19T10:42:59.641140+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-08-19T10:42:59.991 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:59 smithi133 bash[24239]: audit 2024-08-19T10:42:59.642809+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:42:59.991 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:42:59 smithi133 bash[24239]: audit 2024-08-19T10:42:59.642809+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:43:00.009 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:59 smithi078 bash[22737]: audit 2024-08-19T10:42:59.634533+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-08-19T10:43:00.009 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:59 smithi078 bash[22737]: audit 2024-08-19T10:42:59.634533+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-08-19T10:43:00.009 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:59 smithi078 bash[22737]: audit 2024-08-19T10:42:59.641140+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-08-19T10:43:00.010 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:59 smithi078 bash[22737]: audit 2024-08-19T10:42:59.641140+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-08-19T10:43:00.010 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:59 smithi078 bash[22737]: audit 2024-08-19T10:42:59.642809+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:43:00.010 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:42:59 smithi078 bash[22737]: audit 2024-08-19T10:42:59.642809+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:43:00.963 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:00 smithi196 bash[24909]: audit 2024-08-19T10:42:59.627722+0000 mgr.a (mgr.14150) 135 : audit [DBG] from='client.24122 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:43:00.963 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:00 smithi196 bash[24909]: audit 2024-08-19T10:42:59.627722+0000 mgr.a (mgr.14150) 135 : audit [DBG] from='client.24122 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:43:00.963 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:00 smithi196 bash[24909]: cluster 2024-08-19T10:43:00.095683+0000 mgr.a (mgr.14150) 136 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:00.963 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:00 smithi196 bash[24909]: cluster 2024-08-19T10:43:00.095683+0000 mgr.a (mgr.14150) 136 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:00.991 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:00 smithi133 bash[24239]: audit 2024-08-19T10:42:59.627722+0000 mgr.a (mgr.14150) 135 : audit [DBG] from='client.24122 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:43:00.991 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:00 smithi133 bash[24239]: audit 2024-08-19T10:42:59.627722+0000 mgr.a (mgr.14150) 135 : audit [DBG] from='client.24122 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:43:00.991 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:00 smithi133 bash[24239]: cluster 2024-08-19T10:43:00.095683+0000 mgr.a (mgr.14150) 136 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:00.991 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:00 smithi133 bash[24239]: cluster 2024-08-19T10:43:00.095683+0000 mgr.a (mgr.14150) 136 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:01.009 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:00 smithi078 bash[22737]: audit 2024-08-19T10:42:59.627722+0000 mgr.a (mgr.14150) 135 : audit [DBG] from='client.24122 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:43:01.009 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:00 smithi078 bash[22737]: audit 2024-08-19T10:42:59.627722+0000 mgr.a (mgr.14150) 135 : audit [DBG] from='client.24122 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:43:01.010 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:00 smithi078 bash[22737]: cluster 2024-08-19T10:43:00.095683+0000 mgr.a (mgr.14150) 136 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:01.010 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:00 smithi078 bash[22737]: cluster 2024-08-19T10:43:00.095683+0000 mgr.a (mgr.14150) 136 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:02.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:02 smithi196 bash[24909]: cluster 2024-08-19T10:43:02.096183+0000 mgr.a (mgr.14150) 137 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:02.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:02 smithi196 bash[24909]: cluster 2024-08-19T10:43:02.096183+0000 mgr.a (mgr.14150) 137 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:02.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:02 smithi133 bash[24239]: cluster 2024-08-19T10:43:02.096183+0000 mgr.a (mgr.14150) 137 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:02.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:02 smithi133 bash[24239]: cluster 2024-08-19T10:43:02.096183+0000 mgr.a (mgr.14150) 137 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:02.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:02 smithi078 bash[22737]: cluster 2024-08-19T10:43:02.096183+0000 mgr.a (mgr.14150) 137 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:02.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:02 smithi078 bash[22737]: cluster 2024-08-19T10:43:02.096183+0000 mgr.a (mgr.14150) 137 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:04.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:04 smithi196 bash[24909]: cluster 2024-08-19T10:43:04.096685+0000 mgr.a (mgr.14150) 138 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:04.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:04 smithi196 bash[24909]: cluster 2024-08-19T10:43:04.096685+0000 mgr.a (mgr.14150) 138 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:04.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:04 smithi133 bash[24239]: cluster 2024-08-19T10:43:04.096685+0000 mgr.a (mgr.14150) 138 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:04.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:04 smithi133 bash[24239]: cluster 2024-08-19T10:43:04.096685+0000 mgr.a (mgr.14150) 138 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:04.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:04 smithi078 bash[22737]: cluster 2024-08-19T10:43:04.096685+0000 mgr.a (mgr.14150) 138 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:04.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:04 smithi078 bash[22737]: cluster 2024-08-19T10:43:04.096685+0000 mgr.a (mgr.14150) 138 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:06.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:06 smithi133 bash[24239]: cluster 2024-08-19T10:43:06.097105+0000 mgr.a (mgr.14150) 139 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:06.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:06 smithi133 bash[24239]: cluster 2024-08-19T10:43:06.097105+0000 mgr.a (mgr.14150) 139 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:06.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:06 smithi196 bash[24909]: cluster 2024-08-19T10:43:06.097105+0000 mgr.a (mgr.14150) 139 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:06.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:06 smithi196 bash[24909]: cluster 2024-08-19T10:43:06.097105+0000 mgr.a (mgr.14150) 139 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:06.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:06 smithi078 bash[22737]: cluster 2024-08-19T10:43:06.097105+0000 mgr.a (mgr.14150) 139 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:06.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:06 smithi078 bash[22737]: cluster 2024-08-19T10:43:06.097105+0000 mgr.a (mgr.14150) 139 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:08.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:08 smithi196 bash[24909]: audit 2024-08-19T10:43:08.057592+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.133:0/2063062136' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "ad9af7dd-dd71-4a07-8e6a-546aa59bf5f6"} : dispatch 2024-08-19T10:43:08.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:08 smithi196 bash[24909]: audit 2024-08-19T10:43:08.057592+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.133:0/2063062136' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "ad9af7dd-dd71-4a07-8e6a-546aa59bf5f6"} : dispatch 2024-08-19T10:43:08.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:08 smithi196 bash[24909]: audit 2024-08-19T10:43:08.057794+0000 mon.a (mon.0) 351 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "ad9af7dd-dd71-4a07-8e6a-546aa59bf5f6"} : dispatch 2024-08-19T10:43:08.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:08 smithi196 bash[24909]: audit 2024-08-19T10:43:08.057794+0000 mon.a (mon.0) 351 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "ad9af7dd-dd71-4a07-8e6a-546aa59bf5f6"} : dispatch 2024-08-19T10:43:08.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:08 smithi196 bash[24909]: audit 2024-08-19T10:43:08.060986+0000 mon.a (mon.0) 352 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ad9af7dd-dd71-4a07-8e6a-546aa59bf5f6"}]': finished 2024-08-19T10:43:08.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:08 smithi196 bash[24909]: audit 2024-08-19T10:43:08.060986+0000 mon.a (mon.0) 352 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ad9af7dd-dd71-4a07-8e6a-546aa59bf5f6"}]': finished 2024-08-19T10:43:08.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:08 smithi196 bash[24909]: cluster 2024-08-19T10:43:08.066263+0000 mon.a (mon.0) 353 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-08-19T10:43:08.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:08 smithi196 bash[24909]: cluster 2024-08-19T10:43:08.066263+0000 mon.a (mon.0) 353 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-08-19T10:43:08.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:08 smithi196 bash[24909]: audit 2024-08-19T10:43:08.066727+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-08-19T10:43:08.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:08 smithi196 bash[24909]: audit 2024-08-19T10:43:08.066727+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-08-19T10:43:08.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:08 smithi133 bash[24239]: audit 2024-08-19T10:43:08.057592+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.133:0/2063062136' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "ad9af7dd-dd71-4a07-8e6a-546aa59bf5f6"} : dispatch 2024-08-19T10:43:08.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:08 smithi133 bash[24239]: audit 2024-08-19T10:43:08.057592+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.133:0/2063062136' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "ad9af7dd-dd71-4a07-8e6a-546aa59bf5f6"} : dispatch 2024-08-19T10:43:08.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:08 smithi133 bash[24239]: audit 2024-08-19T10:43:08.057794+0000 mon.a (mon.0) 351 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "ad9af7dd-dd71-4a07-8e6a-546aa59bf5f6"} : dispatch 2024-08-19T10:43:08.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:08 smithi133 bash[24239]: audit 2024-08-19T10:43:08.057794+0000 mon.a (mon.0) 351 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "ad9af7dd-dd71-4a07-8e6a-546aa59bf5f6"} : dispatch 2024-08-19T10:43:08.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:08 smithi133 bash[24239]: audit 2024-08-19T10:43:08.060986+0000 mon.a (mon.0) 352 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ad9af7dd-dd71-4a07-8e6a-546aa59bf5f6"}]': finished 2024-08-19T10:43:08.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:08 smithi133 bash[24239]: audit 2024-08-19T10:43:08.060986+0000 mon.a (mon.0) 352 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ad9af7dd-dd71-4a07-8e6a-546aa59bf5f6"}]': finished 2024-08-19T10:43:08.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:08 smithi133 bash[24239]: cluster 2024-08-19T10:43:08.066263+0000 mon.a (mon.0) 353 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-08-19T10:43:08.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:08 smithi133 bash[24239]: cluster 2024-08-19T10:43:08.066263+0000 mon.a (mon.0) 353 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-08-19T10:43:08.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:08 smithi133 bash[24239]: audit 2024-08-19T10:43:08.066727+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-08-19T10:43:08.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:08 smithi133 bash[24239]: audit 2024-08-19T10:43:08.066727+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-08-19T10:43:08.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:08 smithi078 bash[22737]: audit 2024-08-19T10:43:08.057592+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.133:0/2063062136' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "ad9af7dd-dd71-4a07-8e6a-546aa59bf5f6"} : dispatch 2024-08-19T10:43:08.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:08 smithi078 bash[22737]: audit 2024-08-19T10:43:08.057592+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.133:0/2063062136' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "ad9af7dd-dd71-4a07-8e6a-546aa59bf5f6"} : dispatch 2024-08-19T10:43:08.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:08 smithi078 bash[22737]: audit 2024-08-19T10:43:08.057794+0000 mon.a (mon.0) 351 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "ad9af7dd-dd71-4a07-8e6a-546aa59bf5f6"} : dispatch 2024-08-19T10:43:08.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:08 smithi078 bash[22737]: audit 2024-08-19T10:43:08.057794+0000 mon.a (mon.0) 351 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "ad9af7dd-dd71-4a07-8e6a-546aa59bf5f6"} : dispatch 2024-08-19T10:43:08.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:08 smithi078 bash[22737]: audit 2024-08-19T10:43:08.060986+0000 mon.a (mon.0) 352 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ad9af7dd-dd71-4a07-8e6a-546aa59bf5f6"}]': finished 2024-08-19T10:43:08.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:08 smithi078 bash[22737]: audit 2024-08-19T10:43:08.060986+0000 mon.a (mon.0) 352 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ad9af7dd-dd71-4a07-8e6a-546aa59bf5f6"}]': finished 2024-08-19T10:43:08.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:08 smithi078 bash[22737]: cluster 2024-08-19T10:43:08.066263+0000 mon.a (mon.0) 353 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-08-19T10:43:08.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:08 smithi078 bash[22737]: cluster 2024-08-19T10:43:08.066263+0000 mon.a (mon.0) 353 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-08-19T10:43:08.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:08 smithi078 bash[22737]: audit 2024-08-19T10:43:08.066727+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-08-19T10:43:08.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:08 smithi078 bash[22737]: audit 2024-08-19T10:43:08.066727+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-08-19T10:43:09.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:09 smithi196 bash[24909]: cluster 2024-08-19T10:43:08.097616+0000 mgr.a (mgr.14150) 140 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:09.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:09 smithi196 bash[24909]: cluster 2024-08-19T10:43:08.097616+0000 mgr.a (mgr.14150) 140 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:09.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:09 smithi196 bash[24909]: audit 2024-08-19T10:43:08.689458+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.133:0/225765879' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-08-19T10:43:09.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:09 smithi196 bash[24909]: audit 2024-08-19T10:43:08.689458+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.133:0/225765879' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-08-19T10:43:09.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:09 smithi133 bash[24239]: cluster 2024-08-19T10:43:08.097616+0000 mgr.a (mgr.14150) 140 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:09.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:09 smithi133 bash[24239]: cluster 2024-08-19T10:43:08.097616+0000 mgr.a (mgr.14150) 140 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:09.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:09 smithi133 bash[24239]: audit 2024-08-19T10:43:08.689458+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.133:0/225765879' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-08-19T10:43:09.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:09 smithi133 bash[24239]: audit 2024-08-19T10:43:08.689458+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.133:0/225765879' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-08-19T10:43:09.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:09 smithi078 bash[22737]: cluster 2024-08-19T10:43:08.097616+0000 mgr.a (mgr.14150) 140 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:09.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:09 smithi078 bash[22737]: cluster 2024-08-19T10:43:08.097616+0000 mgr.a (mgr.14150) 140 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:09.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:09 smithi078 bash[22737]: audit 2024-08-19T10:43:08.689458+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.133:0/225765879' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-08-19T10:43:09.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:09 smithi078 bash[22737]: audit 2024-08-19T10:43:08.689458+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.133:0/225765879' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-08-19T10:43:11.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:11 smithi196 bash[24909]: cluster 2024-08-19T10:43:10.098102+0000 mgr.a (mgr.14150) 141 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:11.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:11 smithi196 bash[24909]: cluster 2024-08-19T10:43:10.098102+0000 mgr.a (mgr.14150) 141 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:11.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:11 smithi133 bash[24239]: cluster 2024-08-19T10:43:10.098102+0000 mgr.a (mgr.14150) 141 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:11.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:11 smithi133 bash[24239]: cluster 2024-08-19T10:43:10.098102+0000 mgr.a (mgr.14150) 141 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:11.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:11 smithi078 bash[22737]: cluster 2024-08-19T10:43:10.098102+0000 mgr.a (mgr.14150) 141 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:11.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:11 smithi078 bash[22737]: cluster 2024-08-19T10:43:10.098102+0000 mgr.a (mgr.14150) 141 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:13.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:13 smithi196 bash[24909]: cluster 2024-08-19T10:43:12.098547+0000 mgr.a (mgr.14150) 142 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:13.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:13 smithi196 bash[24909]: cluster 2024-08-19T10:43:12.098547+0000 mgr.a (mgr.14150) 142 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:13.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:13 smithi133 bash[24239]: cluster 2024-08-19T10:43:12.098547+0000 mgr.a (mgr.14150) 142 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:13.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:13 smithi133 bash[24239]: cluster 2024-08-19T10:43:12.098547+0000 mgr.a (mgr.14150) 142 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:13.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:13 smithi078 bash[22737]: cluster 2024-08-19T10:43:12.098547+0000 mgr.a (mgr.14150) 142 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:13.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:13 smithi078 bash[22737]: cluster 2024-08-19T10:43:12.098547+0000 mgr.a (mgr.14150) 142 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:15.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:15 smithi196 bash[24909]: cluster 2024-08-19T10:43:14.098979+0000 mgr.a (mgr.14150) 143 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:15.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:15 smithi196 bash[24909]: cluster 2024-08-19T10:43:14.098979+0000 mgr.a (mgr.14150) 143 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:15.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:15 smithi133 bash[24239]: cluster 2024-08-19T10:43:14.098979+0000 mgr.a (mgr.14150) 143 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:15.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:15 smithi133 bash[24239]: cluster 2024-08-19T10:43:14.098979+0000 mgr.a (mgr.14150) 143 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:15.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:15 smithi078 bash[22737]: cluster 2024-08-19T10:43:14.098979+0000 mgr.a (mgr.14150) 143 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:15.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:15 smithi078 bash[22737]: cluster 2024-08-19T10:43:14.098979+0000 mgr.a (mgr.14150) 143 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:17.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:17 smithi196 bash[24909]: cluster 2024-08-19T10:43:16.099430+0000 mgr.a (mgr.14150) 144 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:17.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:17 smithi196 bash[24909]: cluster 2024-08-19T10:43:16.099430+0000 mgr.a (mgr.14150) 144 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:17.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:17 smithi133 bash[24239]: cluster 2024-08-19T10:43:16.099430+0000 mgr.a (mgr.14150) 144 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:17.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:17 smithi133 bash[24239]: cluster 2024-08-19T10:43:16.099430+0000 mgr.a (mgr.14150) 144 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:17.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:17 smithi078 bash[22737]: cluster 2024-08-19T10:43:16.099430+0000 mgr.a (mgr.14150) 144 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:17.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:17 smithi078 bash[22737]: cluster 2024-08-19T10:43:16.099430+0000 mgr.a (mgr.14150) 144 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:19.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:19 smithi196 bash[24909]: cluster 2024-08-19T10:43:18.099895+0000 mgr.a (mgr.14150) 145 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:19.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:19 smithi196 bash[24909]: cluster 2024-08-19T10:43:18.099895+0000 mgr.a (mgr.14150) 145 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:19.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:19 smithi133 bash[24239]: cluster 2024-08-19T10:43:18.099895+0000 mgr.a (mgr.14150) 145 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:19.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:19 smithi133 bash[24239]: cluster 2024-08-19T10:43:18.099895+0000 mgr.a (mgr.14150) 145 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:19.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:19 smithi078 bash[22737]: cluster 2024-08-19T10:43:18.099895+0000 mgr.a (mgr.14150) 145 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:19.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:19 smithi078 bash[22737]: cluster 2024-08-19T10:43:18.099895+0000 mgr.a (mgr.14150) 145 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:20.396 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:20 smithi133 bash[24239]: cluster 2024-08-19T10:43:20.100365+0000 mgr.a (mgr.14150) 146 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:20.397 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:20 smithi133 bash[24239]: cluster 2024-08-19T10:43:20.100365+0000 mgr.a (mgr.14150) 146 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:20.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:20 smithi196 bash[24909]: cluster 2024-08-19T10:43:20.100365+0000 mgr.a (mgr.14150) 146 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:20.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:20 smithi196 bash[24909]: cluster 2024-08-19T10:43:20.100365+0000 mgr.a (mgr.14150) 146 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:20.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:20 smithi078 bash[22737]: cluster 2024-08-19T10:43:20.100365+0000 mgr.a (mgr.14150) 146 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:20.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:20 smithi078 bash[22737]: cluster 2024-08-19T10:43:20.100365+0000 mgr.a (mgr.14150) 146 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:21.712 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:21 smithi196 bash[24909]: audit 2024-08-19T10:43:21.379180+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-08-19T10:43:21.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:21 smithi196 bash[24909]: audit 2024-08-19T10:43:21.379180+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-08-19T10:43:21.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:21 smithi196 bash[24909]: audit 2024-08-19T10:43:21.380862+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:43:21.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:21 smithi196 bash[24909]: audit 2024-08-19T10:43:21.380862+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:43:21.740 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:21 smithi133 bash[24239]: audit 2024-08-19T10:43:21.379180+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-08-19T10:43:21.740 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:21 smithi133 bash[24239]: audit 2024-08-19T10:43:21.379180+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-08-19T10:43:21.740 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:21 smithi133 bash[24239]: audit 2024-08-19T10:43:21.380862+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:43:21.740 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:21 smithi133 bash[24239]: audit 2024-08-19T10:43:21.380862+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:43:21.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:21 smithi078 bash[22737]: audit 2024-08-19T10:43:21.379180+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-08-19T10:43:21.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:21 smithi078 bash[22737]: audit 2024-08-19T10:43:21.379180+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-08-19T10:43:21.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:21 smithi078 bash[22737]: audit 2024-08-19T10:43:21.380862+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:43:21.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:21 smithi078 bash[22737]: audit 2024-08-19T10:43:21.380862+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:43:22.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:22 smithi196 bash[24909]: cephadm 2024-08-19T10:43:21.382547+0000 mgr.a (mgr.14150) 147 : cephadm [INF] Deploying daemon osd.1 on smithi133 2024-08-19T10:43:22.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:22 smithi196 bash[24909]: cephadm 2024-08-19T10:43:21.382547+0000 mgr.a (mgr.14150) 147 : cephadm [INF] Deploying daemon osd.1 on smithi133 2024-08-19T10:43:22.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:22 smithi196 bash[24909]: cluster 2024-08-19T10:43:22.100812+0000 mgr.a (mgr.14150) 148 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:22.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:22 smithi196 bash[24909]: cluster 2024-08-19T10:43:22.100812+0000 mgr.a (mgr.14150) 148 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:22.740 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:22 smithi133 bash[24239]: cephadm 2024-08-19T10:43:21.382547+0000 mgr.a (mgr.14150) 147 : cephadm [INF] Deploying daemon osd.1 on smithi133 2024-08-19T10:43:22.740 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:22 smithi133 bash[24239]: cephadm 2024-08-19T10:43:21.382547+0000 mgr.a (mgr.14150) 147 : cephadm [INF] Deploying daemon osd.1 on smithi133 2024-08-19T10:43:22.740 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:22 smithi133 bash[24239]: cluster 2024-08-19T10:43:22.100812+0000 mgr.a (mgr.14150) 148 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:22.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:22 smithi133 bash[24239]: cluster 2024-08-19T10:43:22.100812+0000 mgr.a (mgr.14150) 148 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:22.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:22 smithi078 bash[22737]: cephadm 2024-08-19T10:43:21.382547+0000 mgr.a (mgr.14150) 147 : cephadm [INF] Deploying daemon osd.1 on smithi133 2024-08-19T10:43:22.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:22 smithi078 bash[22737]: cephadm 2024-08-19T10:43:21.382547+0000 mgr.a (mgr.14150) 147 : cephadm [INF] Deploying daemon osd.1 on smithi133 2024-08-19T10:43:22.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:22 smithi078 bash[22737]: cluster 2024-08-19T10:43:22.100812+0000 mgr.a (mgr.14150) 148 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:22.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:22 smithi078 bash[22737]: cluster 2024-08-19T10:43:22.100812+0000 mgr.a (mgr.14150) 148 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:24.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:24 smithi196 bash[24909]: cluster 2024-08-19T10:43:24.101282+0000 mgr.a (mgr.14150) 149 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:24.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:24 smithi196 bash[24909]: cluster 2024-08-19T10:43:24.101282+0000 mgr.a (mgr.14150) 149 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:24.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:24 smithi133 bash[24239]: cluster 2024-08-19T10:43:24.101282+0000 mgr.a (mgr.14150) 149 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:24.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:24 smithi133 bash[24239]: cluster 2024-08-19T10:43:24.101282+0000 mgr.a (mgr.14150) 149 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:24.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:24 smithi078 bash[22737]: cluster 2024-08-19T10:43:24.101282+0000 mgr.a (mgr.14150) 149 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:24.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:24 smithi078 bash[22737]: cluster 2024-08-19T10:43:24.101282+0000 mgr.a (mgr.14150) 149 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:25.582 INFO:journalctl@ceph.mgr.b.smithi133.stdout:Aug 19 10:43:25 smithi133 systemd[1]: /etc/systemd/system/ceph-094f3c46-5e17-11ef-bccf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-08-19T10:43:25.583 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:25 smithi133 systemd[1]: /etc/systemd/system/ceph-094f3c46-5e17-11ef-bccf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-08-19T10:43:25.922 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:25 smithi133 systemd[1]: /etc/systemd/system/ceph-094f3c46-5e17-11ef-bccf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-08-19T10:43:25.922 INFO:journalctl@ceph.mgr.b.smithi133.stdout:Aug 19 10:43:25 smithi133 systemd[1]: /etc/systemd/system/ceph-094f3c46-5e17-11ef-bccf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-08-19T10:43:26.213 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:25 smithi196 bash[24909]: audit 2024-08-19T10:43:25.868743+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:43:26.213 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:25 smithi196 bash[24909]: audit 2024-08-19T10:43:25.868743+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:43:26.213 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:25 smithi196 bash[24909]: audit 2024-08-19T10:43:25.875939+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:43:26.213 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:25 smithi196 bash[24909]: audit 2024-08-19T10:43:25.875939+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:43:26.213 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:25 smithi196 bash[24909]: audit 2024-08-19T10:43:25.883531+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:43:26.213 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:25 smithi196 bash[24909]: audit 2024-08-19T10:43:25.883531+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:43:26.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:25 smithi133 bash[24239]: audit 2024-08-19T10:43:25.868743+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:43:26.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:25 smithi133 bash[24239]: audit 2024-08-19T10:43:25.868743+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:43:26.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:25 smithi133 bash[24239]: audit 2024-08-19T10:43:25.875939+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:43:26.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:25 smithi133 bash[24239]: audit 2024-08-19T10:43:25.875939+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:43:26.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:25 smithi133 bash[24239]: audit 2024-08-19T10:43:25.883531+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:43:26.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:25 smithi133 bash[24239]: audit 2024-08-19T10:43:25.883531+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:43:26.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:25 smithi078 bash[22737]: audit 2024-08-19T10:43:25.868743+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:43:26.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:25 smithi078 bash[22737]: audit 2024-08-19T10:43:25.868743+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:43:26.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:25 smithi078 bash[22737]: audit 2024-08-19T10:43:25.875939+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:43:26.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:25 smithi078 bash[22737]: audit 2024-08-19T10:43:25.875939+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:43:26.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:25 smithi078 bash[22737]: audit 2024-08-19T10:43:25.883531+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:43:26.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:25 smithi078 bash[22737]: audit 2024-08-19T10:43:25.883531+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:43:27.105 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:26 smithi133 bash[24239]: cluster 2024-08-19T10:43:26.101726+0000 mgr.a (mgr.14150) 150 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:27.105 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:26 smithi133 bash[24239]: cluster 2024-08-19T10:43:26.101726+0000 mgr.a (mgr.14150) 150 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:27.212 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:26 smithi196 bash[24909]: cluster 2024-08-19T10:43:26.101726+0000 mgr.a (mgr.14150) 150 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:27.213 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:26 smithi196 bash[24909]: cluster 2024-08-19T10:43:26.101726+0000 mgr.a (mgr.14150) 150 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:27.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:26 smithi078 bash[22737]: cluster 2024-08-19T10:43:26.101726+0000 mgr.a (mgr.14150) 150 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:27.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:26 smithi078 bash[22737]: cluster 2024-08-19T10:43:26.101726+0000 mgr.a (mgr.14150) 150 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:28.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:28 smithi196 bash[24909]: cluster 2024-08-19T10:43:28.102189+0000 mgr.a (mgr.14150) 151 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:28.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:28 smithi196 bash[24909]: cluster 2024-08-19T10:43:28.102189+0000 mgr.a (mgr.14150) 151 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:28.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:28 smithi133 bash[24239]: cluster 2024-08-19T10:43:28.102189+0000 mgr.a (mgr.14150) 151 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:28.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:28 smithi133 bash[24239]: cluster 2024-08-19T10:43:28.102189+0000 mgr.a (mgr.14150) 151 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:28.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:28 smithi078 bash[22737]: cluster 2024-08-19T10:43:28.102189+0000 mgr.a (mgr.14150) 151 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:28.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:28 smithi078 bash[22737]: cluster 2024-08-19T10:43:28.102189+0000 mgr.a (mgr.14150) 151 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:30.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:30 smithi196 bash[24909]: cluster 2024-08-19T10:43:30.102750+0000 mgr.a (mgr.14150) 152 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:30.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:30 smithi196 bash[24909]: cluster 2024-08-19T10:43:30.102750+0000 mgr.a (mgr.14150) 152 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:30.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:30 smithi133 bash[24239]: cluster 2024-08-19T10:43:30.102750+0000 mgr.a (mgr.14150) 152 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:30.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:30 smithi133 bash[24239]: cluster 2024-08-19T10:43:30.102750+0000 mgr.a (mgr.14150) 152 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:30.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:30 smithi078 bash[22737]: cluster 2024-08-19T10:43:30.102750+0000 mgr.a (mgr.14150) 152 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:30.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:30 smithi078 bash[22737]: cluster 2024-08-19T10:43:30.102750+0000 mgr.a (mgr.14150) 152 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:32.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:32 smithi133 bash[24239]: audit 2024-08-19T10:43:31.191331+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:43:32.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:32 smithi133 bash[24239]: audit 2024-08-19T10:43:31.191331+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:43:32.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:32 smithi133 bash[24239]: audit 2024-08-19T10:43:31.199227+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:43:32.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:32 smithi133 bash[24239]: audit 2024-08-19T10:43:31.199227+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:43:32.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:32 smithi133 bash[24239]: audit 2024-08-19T10:43:31.902141+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:43:32.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:32 smithi133 bash[24239]: audit 2024-08-19T10:43:31.902141+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:43:32.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:32 smithi133 bash[24239]: audit 2024-08-19T10:43:31.903597+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:43:32.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:32 smithi133 bash[24239]: audit 2024-08-19T10:43:31.903597+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:43:32.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:32 smithi133 bash[24239]: audit 2024-08-19T10:43:31.913213+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:43:32.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:32 smithi133 bash[24239]: audit 2024-08-19T10:43:31.913213+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:43:32.242 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:32 smithi133 bash[24239]: cluster 2024-08-19T10:43:32.103317+0000 mgr.a (mgr.14150) 153 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:32.242 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:32 smithi133 bash[24239]: cluster 2024-08-19T10:43:32.103317+0000 mgr.a (mgr.14150) 153 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:32.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:32 smithi196 bash[24909]: audit 2024-08-19T10:43:31.191331+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:43:32.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:32 smithi196 bash[24909]: audit 2024-08-19T10:43:31.191331+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:43:32.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:32 smithi196 bash[24909]: audit 2024-08-19T10:43:31.199227+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:43:32.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:32 smithi196 bash[24909]: audit 2024-08-19T10:43:31.199227+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:43:32.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:32 smithi196 bash[24909]: audit 2024-08-19T10:43:31.902141+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:43:32.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:32 smithi196 bash[24909]: audit 2024-08-19T10:43:31.902141+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:43:32.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:32 smithi196 bash[24909]: audit 2024-08-19T10:43:31.903597+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:43:32.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:32 smithi196 bash[24909]: audit 2024-08-19T10:43:31.903597+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:43:32.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:32 smithi196 bash[24909]: audit 2024-08-19T10:43:31.913213+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:43:32.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:32 smithi196 bash[24909]: audit 2024-08-19T10:43:31.913213+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:43:32.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:32 smithi196 bash[24909]: cluster 2024-08-19T10:43:32.103317+0000 mgr.a (mgr.14150) 153 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:32.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:32 smithi196 bash[24909]: cluster 2024-08-19T10:43:32.103317+0000 mgr.a (mgr.14150) 153 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:32.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:32 smithi078 bash[22737]: audit 2024-08-19T10:43:31.191331+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:43:32.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:32 smithi078 bash[22737]: audit 2024-08-19T10:43:31.191331+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:43:32.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:32 smithi078 bash[22737]: audit 2024-08-19T10:43:31.199227+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:43:32.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:32 smithi078 bash[22737]: audit 2024-08-19T10:43:31.199227+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:43:32.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:32 smithi078 bash[22737]: audit 2024-08-19T10:43:31.902141+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:43:32.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:32 smithi078 bash[22737]: audit 2024-08-19T10:43:31.902141+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:43:32.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:32 smithi078 bash[22737]: audit 2024-08-19T10:43:31.903597+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:43:32.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:32 smithi078 bash[22737]: audit 2024-08-19T10:43:31.903597+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:43:32.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:32 smithi078 bash[22737]: audit 2024-08-19T10:43:31.913213+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:43:32.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:32 smithi078 bash[22737]: audit 2024-08-19T10:43:31.913213+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:43:32.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:32 smithi078 bash[22737]: cluster 2024-08-19T10:43:32.103317+0000 mgr.a (mgr.14150) 153 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:32.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:32 smithi078 bash[22737]: cluster 2024-08-19T10:43:32.103317+0000 mgr.a (mgr.14150) 153 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:34.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:34 smithi196 bash[24909]: cluster 2024-08-19T10:43:34.103788+0000 mgr.a (mgr.14150) 154 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:34.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:34 smithi196 bash[24909]: cluster 2024-08-19T10:43:34.103788+0000 mgr.a (mgr.14150) 154 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:34.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:34 smithi133 bash[24239]: cluster 2024-08-19T10:43:34.103788+0000 mgr.a (mgr.14150) 154 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:34.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:34 smithi133 bash[24239]: cluster 2024-08-19T10:43:34.103788+0000 mgr.a (mgr.14150) 154 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:34.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:34 smithi078 bash[22737]: cluster 2024-08-19T10:43:34.103788+0000 mgr.a (mgr.14150) 154 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:34.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:34 smithi078 bash[22737]: cluster 2024-08-19T10:43:34.103788+0000 mgr.a (mgr.14150) 154 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:35.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:35 smithi196 bash[24909]: audit 2024-08-19T10:43:34.323126+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.133:6800/2282695814,v1:172.21.15.133:6801/2282695814]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-08-19T10:43:35.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:35 smithi196 bash[24909]: audit 2024-08-19T10:43:34.323126+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.133:6800/2282695814,v1:172.21.15.133:6801/2282695814]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-08-19T10:43:35.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:35 smithi196 bash[24909]: audit 2024-08-19T10:43:34.323285+0000 mon.a (mon.0) 365 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-08-19T10:43:35.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:35 smithi196 bash[24909]: audit 2024-08-19T10:43:34.323285+0000 mon.a (mon.0) 365 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-08-19T10:43:35.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:35 smithi133 bash[24239]: audit 2024-08-19T10:43:34.323126+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.133:6800/2282695814,v1:172.21.15.133:6801/2282695814]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-08-19T10:43:35.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:35 smithi133 bash[24239]: audit 2024-08-19T10:43:34.323126+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.133:6800/2282695814,v1:172.21.15.133:6801/2282695814]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-08-19T10:43:35.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:35 smithi133 bash[24239]: audit 2024-08-19T10:43:34.323285+0000 mon.a (mon.0) 365 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-08-19T10:43:35.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:35 smithi133 bash[24239]: audit 2024-08-19T10:43:34.323285+0000 mon.a (mon.0) 365 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-08-19T10:43:35.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:35 smithi078 bash[22737]: audit 2024-08-19T10:43:34.323126+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.133:6800/2282695814,v1:172.21.15.133:6801/2282695814]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-08-19T10:43:35.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:35 smithi078 bash[22737]: audit 2024-08-19T10:43:34.323126+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.133:6800/2282695814,v1:172.21.15.133:6801/2282695814]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-08-19T10:43:35.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:35 smithi078 bash[22737]: audit 2024-08-19T10:43:34.323285+0000 mon.a (mon.0) 365 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-08-19T10:43:35.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:35 smithi078 bash[22737]: audit 2024-08-19T10:43:34.323285+0000 mon.a (mon.0) 365 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-08-19T10:43:35.613 INFO:teuthology.orchestra.run.smithi133.stdout:Created osd(s) 1 on host 'smithi133' 2024-08-19T10:43:36.244 DEBUG:teuthology.orchestra.run.smithi133:osd.1> sudo journalctl -f -n 0 -u ceph-094f3c46-5e17-11ef-bccf-c7b262605968@osd.1.service 2024-08-19T10:43:36.246 INFO:tasks.cephadm:Deploying osd.2 on smithi196 with /dev/vg_nvme/lv_4... 2024-08-19T10:43:36.247 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:797669399b32d2915e64eb6d4b1257ae3c50f80b ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 094f3c46-5e17-11ef-bccf-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-08-19T10:43:36.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:36 smithi196 bash[24909]: audit 2024-08-19T10:43:35.200929+0000 mon.a (mon.0) 366 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-08-19T10:43:36.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:36 smithi196 bash[24909]: audit 2024-08-19T10:43:35.200929+0000 mon.a (mon.0) 366 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-08-19T10:43:36.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:36 smithi196 bash[24909]: cluster 2024-08-19T10:43:35.208196+0000 mon.a (mon.0) 367 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-08-19T10:43:36.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:36 smithi196 bash[24909]: cluster 2024-08-19T10:43:35.208196+0000 mon.a (mon.0) 367 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-08-19T10:43:36.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:36 smithi196 bash[24909]: audit 2024-08-19T10:43:35.208597+0000 mon.b (mon.2) 10 : audit [INF] from='osd.1 [v2:172.21.15.133:6800/2282695814,v1:172.21.15.133:6801/2282695814]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi133", "root=default"]} : dispatch 2024-08-19T10:43:36.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:36 smithi196 bash[24909]: audit 2024-08-19T10:43:35.208597+0000 mon.b (mon.2) 10 : audit [INF] from='osd.1 [v2:172.21.15.133:6800/2282695814,v1:172.21.15.133:6801/2282695814]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi133", "root=default"]} : dispatch 2024-08-19T10:43:36.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:36 smithi196 bash[24909]: audit 2024-08-19T10:43:35.208639+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-08-19T10:43:36.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:36 smithi196 bash[24909]: audit 2024-08-19T10:43:35.208639+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-08-19T10:43:36.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:36 smithi196 bash[24909]: audit 2024-08-19T10:43:35.209420+0000 mon.a (mon.0) 369 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi133", "root=default"]} : dispatch 2024-08-19T10:43:36.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:36 smithi196 bash[24909]: audit 2024-08-19T10:43:35.209420+0000 mon.a (mon.0) 369 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi133", "root=default"]} : dispatch 2024-08-19T10:43:36.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:36 smithi196 bash[24909]: audit 2024-08-19T10:43:35.588052+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:43:36.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:36 smithi196 bash[24909]: audit 2024-08-19T10:43:35.588052+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:43:36.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:36 smithi196 bash[24909]: audit 2024-08-19T10:43:35.596670+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:43:36.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:36 smithi196 bash[24909]: audit 2024-08-19T10:43:35.596670+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:43:36.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:36 smithi196 bash[24909]: audit 2024-08-19T10:43:35.606330+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:43:36.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:36 smithi196 bash[24909]: audit 2024-08-19T10:43:35.606330+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:43:36.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:36 smithi196 bash[24909]: cluster 2024-08-19T10:43:36.104213+0000 mgr.a (mgr.14150) 155 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:36.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:36 smithi196 bash[24909]: cluster 2024-08-19T10:43:36.104213+0000 mgr.a (mgr.14150) 155 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:36.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:36 smithi133 bash[24239]: audit 2024-08-19T10:43:35.200929+0000 mon.a (mon.0) 366 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-08-19T10:43:36.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:36 smithi133 bash[24239]: audit 2024-08-19T10:43:35.200929+0000 mon.a (mon.0) 366 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-08-19T10:43:36.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:36 smithi133 bash[24239]: cluster 2024-08-19T10:43:35.208196+0000 mon.a (mon.0) 367 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-08-19T10:43:36.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:36 smithi133 bash[24239]: cluster 2024-08-19T10:43:35.208196+0000 mon.a (mon.0) 367 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-08-19T10:43:36.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:36 smithi133 bash[24239]: audit 2024-08-19T10:43:35.208597+0000 mon.b (mon.2) 10 : audit [INF] from='osd.1 [v2:172.21.15.133:6800/2282695814,v1:172.21.15.133:6801/2282695814]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi133", "root=default"]} : dispatch 2024-08-19T10:43:36.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:36 smithi133 bash[24239]: audit 2024-08-19T10:43:35.208597+0000 mon.b (mon.2) 10 : audit [INF] from='osd.1 [v2:172.21.15.133:6800/2282695814,v1:172.21.15.133:6801/2282695814]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi133", "root=default"]} : dispatch 2024-08-19T10:43:36.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:36 smithi133 bash[24239]: audit 2024-08-19T10:43:35.208639+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-08-19T10:43:36.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:36 smithi133 bash[24239]: audit 2024-08-19T10:43:35.208639+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-08-19T10:43:36.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:36 smithi133 bash[24239]: audit 2024-08-19T10:43:35.209420+0000 mon.a (mon.0) 369 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi133", "root=default"]} : dispatch 2024-08-19T10:43:36.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:36 smithi133 bash[24239]: audit 2024-08-19T10:43:35.209420+0000 mon.a (mon.0) 369 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi133", "root=default"]} : dispatch 2024-08-19T10:43:36.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:36 smithi133 bash[24239]: audit 2024-08-19T10:43:35.588052+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:43:36.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:36 smithi133 bash[24239]: audit 2024-08-19T10:43:35.588052+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:43:36.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:36 smithi133 bash[24239]: audit 2024-08-19T10:43:35.596670+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:43:36.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:36 smithi133 bash[24239]: audit 2024-08-19T10:43:35.596670+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:43:36.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:36 smithi133 bash[24239]: audit 2024-08-19T10:43:35.606330+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:43:36.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:36 smithi133 bash[24239]: audit 2024-08-19T10:43:35.606330+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:43:36.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:36 smithi133 bash[24239]: cluster 2024-08-19T10:43:36.104213+0000 mgr.a (mgr.14150) 155 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:36.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:36 smithi133 bash[24239]: cluster 2024-08-19T10:43:36.104213+0000 mgr.a (mgr.14150) 155 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:36.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:36 smithi078 bash[22737]: audit 2024-08-19T10:43:35.200929+0000 mon.a (mon.0) 366 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-08-19T10:43:36.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:36 smithi078 bash[22737]: audit 2024-08-19T10:43:35.200929+0000 mon.a (mon.0) 366 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-08-19T10:43:36.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:36 smithi078 bash[22737]: cluster 2024-08-19T10:43:35.208196+0000 mon.a (mon.0) 367 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-08-19T10:43:36.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:36 smithi078 bash[22737]: cluster 2024-08-19T10:43:35.208196+0000 mon.a (mon.0) 367 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-08-19T10:43:36.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:36 smithi078 bash[22737]: audit 2024-08-19T10:43:35.208597+0000 mon.b (mon.2) 10 : audit [INF] from='osd.1 [v2:172.21.15.133:6800/2282695814,v1:172.21.15.133:6801/2282695814]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi133", "root=default"]} : dispatch 2024-08-19T10:43:36.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:36 smithi078 bash[22737]: audit 2024-08-19T10:43:35.208597+0000 mon.b (mon.2) 10 : audit [INF] from='osd.1 [v2:172.21.15.133:6800/2282695814,v1:172.21.15.133:6801/2282695814]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi133", "root=default"]} : dispatch 2024-08-19T10:43:36.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:36 smithi078 bash[22737]: audit 2024-08-19T10:43:35.208639+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-08-19T10:43:36.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:36 smithi078 bash[22737]: audit 2024-08-19T10:43:35.208639+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-08-19T10:43:36.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:36 smithi078 bash[22737]: audit 2024-08-19T10:43:35.209420+0000 mon.a (mon.0) 369 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi133", "root=default"]} : dispatch 2024-08-19T10:43:36.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:36 smithi078 bash[22737]: audit 2024-08-19T10:43:35.209420+0000 mon.a (mon.0) 369 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi133", "root=default"]} : dispatch 2024-08-19T10:43:36.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:36 smithi078 bash[22737]: audit 2024-08-19T10:43:35.588052+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:43:36.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:36 smithi078 bash[22737]: audit 2024-08-19T10:43:35.588052+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:43:36.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:36 smithi078 bash[22737]: audit 2024-08-19T10:43:35.596670+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:43:36.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:36 smithi078 bash[22737]: audit 2024-08-19T10:43:35.596670+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:43:36.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:36 smithi078 bash[22737]: audit 2024-08-19T10:43:35.606330+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:43:36.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:36 smithi078 bash[22737]: audit 2024-08-19T10:43:35.606330+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:43:36.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:36 smithi078 bash[22737]: cluster 2024-08-19T10:43:36.104213+0000 mgr.a (mgr.14150) 155 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:36.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:36 smithi078 bash[22737]: cluster 2024-08-19T10:43:36.104213+0000 mgr.a (mgr.14150) 155 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:36.990 INFO:journalctl@ceph.osd.1.smithi133.stdout:Aug 19 10:43:36 smithi133 bash[27139]: debug 2024-08-19T10:43:36.724+0000 7f4d9addd640 -1 osd.1 0 waiting for initial osdmap 2024-08-19T10:43:36.991 INFO:journalctl@ceph.osd.1.smithi133.stdout:Aug 19 10:43:36 smithi133 bash[27139]: debug 2024-08-19T10:43:36.764+0000 7f4d92bfc640 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-08-19T10:43:37.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:37 smithi133 bash[24239]: audit 2024-08-19T10:43:36.203111+0000 mon.a (mon.0) 373 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-08-19T10:43:37.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:37 smithi133 bash[24239]: audit 2024-08-19T10:43:36.203111+0000 mon.a (mon.0) 373 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-08-19T10:43:37.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:37 smithi133 bash[24239]: cluster 2024-08-19T10:43:36.208806+0000 mon.a (mon.0) 374 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-08-19T10:43:37.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:37 smithi133 bash[24239]: cluster 2024-08-19T10:43:36.208806+0000 mon.a (mon.0) 374 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-08-19T10:43:37.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:37 smithi133 bash[24239]: audit 2024-08-19T10:43:36.209726+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-08-19T10:43:37.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:37 smithi133 bash[24239]: audit 2024-08-19T10:43:36.209726+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-08-19T10:43:37.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:37 smithi133 bash[24239]: audit 2024-08-19T10:43:36.218468+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-08-19T10:43:37.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:37 smithi133 bash[24239]: audit 2024-08-19T10:43:36.218468+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-08-19T10:43:37.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:37 smithi133 bash[24239]: audit 2024-08-19T10:43:36.734004+0000 mon.a (mon.0) 377 : audit [INF] from='osd.1 ' entity='osd.1' 2024-08-19T10:43:37.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:37 smithi133 bash[24239]: audit 2024-08-19T10:43:36.734004+0000 mon.a (mon.0) 377 : audit [INF] from='osd.1 ' entity='osd.1' 2024-08-19T10:43:37.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:37 smithi078 bash[22737]: audit 2024-08-19T10:43:36.203111+0000 mon.a (mon.0) 373 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-08-19T10:43:37.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:37 smithi078 bash[22737]: audit 2024-08-19T10:43:36.203111+0000 mon.a (mon.0) 373 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-08-19T10:43:37.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:37 smithi078 bash[22737]: cluster 2024-08-19T10:43:36.208806+0000 mon.a (mon.0) 374 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-08-19T10:43:37.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:37 smithi078 bash[22737]: cluster 2024-08-19T10:43:36.208806+0000 mon.a (mon.0) 374 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-08-19T10:43:37.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:37 smithi078 bash[22737]: audit 2024-08-19T10:43:36.209726+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-08-19T10:43:37.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:37 smithi078 bash[22737]: audit 2024-08-19T10:43:36.209726+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-08-19T10:43:37.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:37 smithi078 bash[22737]: audit 2024-08-19T10:43:36.218468+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-08-19T10:43:37.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:37 smithi078 bash[22737]: audit 2024-08-19T10:43:36.218468+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-08-19T10:43:37.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:37 smithi078 bash[22737]: audit 2024-08-19T10:43:36.734004+0000 mon.a (mon.0) 377 : audit [INF] from='osd.1 ' entity='osd.1' 2024-08-19T10:43:37.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:37 smithi078 bash[22737]: audit 2024-08-19T10:43:36.734004+0000 mon.a (mon.0) 377 : audit [INF] from='osd.1 ' entity='osd.1' 2024-08-19T10:43:37.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:37 smithi196 bash[24909]: audit 2024-08-19T10:43:36.203111+0000 mon.a (mon.0) 373 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-08-19T10:43:37.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:37 smithi196 bash[24909]: audit 2024-08-19T10:43:36.203111+0000 mon.a (mon.0) 373 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-08-19T10:43:37.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:37 smithi196 bash[24909]: cluster 2024-08-19T10:43:36.208806+0000 mon.a (mon.0) 374 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-08-19T10:43:37.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:37 smithi196 bash[24909]: cluster 2024-08-19T10:43:36.208806+0000 mon.a (mon.0) 374 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-08-19T10:43:37.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:37 smithi196 bash[24909]: audit 2024-08-19T10:43:36.209726+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-08-19T10:43:37.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:37 smithi196 bash[24909]: audit 2024-08-19T10:43:36.209726+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-08-19T10:43:37.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:37 smithi196 bash[24909]: audit 2024-08-19T10:43:36.218468+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-08-19T10:43:37.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:37 smithi196 bash[24909]: audit 2024-08-19T10:43:36.218468+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-08-19T10:43:37.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:37 smithi196 bash[24909]: audit 2024-08-19T10:43:36.734004+0000 mon.a (mon.0) 377 : audit [INF] from='osd.1 ' entity='osd.1' 2024-08-19T10:43:37.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:37 smithi196 bash[24909]: audit 2024-08-19T10:43:36.734004+0000 mon.a (mon.0) 377 : audit [INF] from='osd.1 ' entity='osd.1' 2024-08-19T10:43:38.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:38 smithi133 bash[24239]: cluster 2024-08-19T10:43:35.354591+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-08-19T10:43:38.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:38 smithi133 bash[24239]: cluster 2024-08-19T10:43:35.354591+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-08-19T10:43:38.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:38 smithi133 bash[24239]: cluster 2024-08-19T10:43:35.354747+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-08-19T10:43:38.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:38 smithi133 bash[24239]: cluster 2024-08-19T10:43:35.354747+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-08-19T10:43:38.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:38 smithi133 bash[24239]: audit 2024-08-19T10:43:37.219464+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-08-19T10:43:38.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:38 smithi133 bash[24239]: audit 2024-08-19T10:43:37.219464+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-08-19T10:43:38.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:38 smithi133 bash[24239]: cluster 2024-08-19T10:43:37.738452+0000 mon.a (mon.0) 379 : cluster [INF] osd.1 [v2:172.21.15.133:6800/2282695814,v1:172.21.15.133:6801/2282695814] boot 2024-08-19T10:43:38.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:38 smithi133 bash[24239]: cluster 2024-08-19T10:43:37.738452+0000 mon.a (mon.0) 379 : cluster [INF] osd.1 [v2:172.21.15.133:6800/2282695814,v1:172.21.15.133:6801/2282695814] boot 2024-08-19T10:43:38.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:38 smithi133 bash[24239]: cluster 2024-08-19T10:43:37.738540+0000 mon.a (mon.0) 380 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-08-19T10:43:38.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:38 smithi133 bash[24239]: cluster 2024-08-19T10:43:37.738540+0000 mon.a (mon.0) 380 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-08-19T10:43:38.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:38 smithi133 bash[24239]: audit 2024-08-19T10:43:37.738779+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-08-19T10:43:38.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:38 smithi133 bash[24239]: audit 2024-08-19T10:43:37.738779+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-08-19T10:43:38.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:38 smithi133 bash[24239]: cluster 2024-08-19T10:43:38.104641+0000 mgr.a (mgr.14150) 156 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:38.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:38 smithi133 bash[24239]: cluster 2024-08-19T10:43:38.104641+0000 mgr.a (mgr.14150) 156 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:38.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:38 smithi078 bash[22737]: cluster 2024-08-19T10:43:35.354591+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-08-19T10:43:38.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:38 smithi078 bash[22737]: cluster 2024-08-19T10:43:35.354591+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-08-19T10:43:38.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:38 smithi078 bash[22737]: cluster 2024-08-19T10:43:35.354747+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-08-19T10:43:38.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:38 smithi078 bash[22737]: cluster 2024-08-19T10:43:35.354747+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-08-19T10:43:38.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:38 smithi078 bash[22737]: audit 2024-08-19T10:43:37.219464+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-08-19T10:43:38.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:38 smithi078 bash[22737]: audit 2024-08-19T10:43:37.219464+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-08-19T10:43:38.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:38 smithi078 bash[22737]: cluster 2024-08-19T10:43:37.738452+0000 mon.a (mon.0) 379 : cluster [INF] osd.1 [v2:172.21.15.133:6800/2282695814,v1:172.21.15.133:6801/2282695814] boot 2024-08-19T10:43:38.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:38 smithi078 bash[22737]: cluster 2024-08-19T10:43:37.738452+0000 mon.a (mon.0) 379 : cluster [INF] osd.1 [v2:172.21.15.133:6800/2282695814,v1:172.21.15.133:6801/2282695814] boot 2024-08-19T10:43:38.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:38 smithi078 bash[22737]: cluster 2024-08-19T10:43:37.738540+0000 mon.a (mon.0) 380 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-08-19T10:43:38.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:38 smithi078 bash[22737]: cluster 2024-08-19T10:43:37.738540+0000 mon.a (mon.0) 380 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-08-19T10:43:38.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:38 smithi078 bash[22737]: audit 2024-08-19T10:43:37.738779+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-08-19T10:43:38.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:38 smithi078 bash[22737]: audit 2024-08-19T10:43:37.738779+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-08-19T10:43:38.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:38 smithi078 bash[22737]: cluster 2024-08-19T10:43:38.104641+0000 mgr.a (mgr.14150) 156 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:38.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:38 smithi078 bash[22737]: cluster 2024-08-19T10:43:38.104641+0000 mgr.a (mgr.14150) 156 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:38.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:38 smithi196 bash[24909]: cluster 2024-08-19T10:43:35.354591+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-08-19T10:43:38.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:38 smithi196 bash[24909]: cluster 2024-08-19T10:43:35.354591+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-08-19T10:43:38.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:38 smithi196 bash[24909]: cluster 2024-08-19T10:43:35.354747+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-08-19T10:43:38.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:38 smithi196 bash[24909]: cluster 2024-08-19T10:43:35.354747+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-08-19T10:43:38.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:38 smithi196 bash[24909]: audit 2024-08-19T10:43:37.219464+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-08-19T10:43:38.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:38 smithi196 bash[24909]: audit 2024-08-19T10:43:37.219464+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-08-19T10:43:38.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:38 smithi196 bash[24909]: cluster 2024-08-19T10:43:37.738452+0000 mon.a (mon.0) 379 : cluster [INF] osd.1 [v2:172.21.15.133:6800/2282695814,v1:172.21.15.133:6801/2282695814] boot 2024-08-19T10:43:38.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:38 smithi196 bash[24909]: cluster 2024-08-19T10:43:37.738452+0000 mon.a (mon.0) 379 : cluster [INF] osd.1 [v2:172.21.15.133:6800/2282695814,v1:172.21.15.133:6801/2282695814] boot 2024-08-19T10:43:38.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:38 smithi196 bash[24909]: cluster 2024-08-19T10:43:37.738540+0000 mon.a (mon.0) 380 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-08-19T10:43:38.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:38 smithi196 bash[24909]: cluster 2024-08-19T10:43:37.738540+0000 mon.a (mon.0) 380 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-08-19T10:43:38.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:38 smithi196 bash[24909]: audit 2024-08-19T10:43:37.738779+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-08-19T10:43:38.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:38 smithi196 bash[24909]: audit 2024-08-19T10:43:37.738779+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-08-19T10:43:38.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:38 smithi196 bash[24909]: cluster 2024-08-19T10:43:38.104641+0000 mgr.a (mgr.14150) 156 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:38.715 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:38 smithi196 bash[24909]: cluster 2024-08-19T10:43:38.104641+0000 mgr.a (mgr.14150) 156 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-19T10:43:39.950 INFO:teuthology.orchestra.run.smithi196.stderr:Inferring config /var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/mon.c/config 2024-08-19T10:43:40.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:40 smithi196 bash[24909]: cluster 2024-08-19T10:43:39.222447+0000 mon.a (mon.0) 382 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-08-19T10:43:40.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:40 smithi196 bash[24909]: cluster 2024-08-19T10:43:39.222447+0000 mon.a (mon.0) 382 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-08-19T10:43:40.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:40 smithi196 bash[24909]: cluster 2024-08-19T10:43:40.105101+0000 mgr.a (mgr.14150) 157 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:43:40.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:40 smithi196 bash[24909]: cluster 2024-08-19T10:43:40.105101+0000 mgr.a (mgr.14150) 157 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:43:40.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:40 smithi133 bash[24239]: cluster 2024-08-19T10:43:39.222447+0000 mon.a (mon.0) 382 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-08-19T10:43:40.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:40 smithi133 bash[24239]: cluster 2024-08-19T10:43:39.222447+0000 mon.a (mon.0) 382 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-08-19T10:43:40.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:40 smithi133 bash[24239]: cluster 2024-08-19T10:43:40.105101+0000 mgr.a (mgr.14150) 157 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:43:40.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:40 smithi133 bash[24239]: cluster 2024-08-19T10:43:40.105101+0000 mgr.a (mgr.14150) 157 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:43:40.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:40 smithi078 bash[22737]: cluster 2024-08-19T10:43:39.222447+0000 mon.a (mon.0) 382 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-08-19T10:43:40.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:40 smithi078 bash[22737]: cluster 2024-08-19T10:43:39.222447+0000 mon.a (mon.0) 382 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-08-19T10:43:40.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:40 smithi078 bash[22737]: cluster 2024-08-19T10:43:40.105101+0000 mgr.a (mgr.14150) 157 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:43:40.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:40 smithi078 bash[22737]: cluster 2024-08-19T10:43:40.105101+0000 mgr.a (mgr.14150) 157 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:43:42.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:42 smithi196 bash[24909]: cluster 2024-08-19T10:43:42.105547+0000 mgr.a (mgr.14150) 158 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:43:42.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:42 smithi196 bash[24909]: cluster 2024-08-19T10:43:42.105547+0000 mgr.a (mgr.14150) 158 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:43:42.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:42 smithi133 bash[24239]: cluster 2024-08-19T10:43:42.105547+0000 mgr.a (mgr.14150) 158 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:43:42.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:42 smithi133 bash[24239]: cluster 2024-08-19T10:43:42.105547+0000 mgr.a (mgr.14150) 158 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:43:42.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:42 smithi078 bash[22737]: cluster 2024-08-19T10:43:42.105547+0000 mgr.a (mgr.14150) 158 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:43:42.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:42 smithi078 bash[22737]: cluster 2024-08-19T10:43:42.105547+0000 mgr.a (mgr.14150) 158 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:43:43.459 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-08-19T10:43:43.493 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:797669399b32d2915e64eb6d4b1257ae3c50f80b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 094f3c46-5e17-11ef-bccf-c7b262605968 -- ceph orch daemon add osd smithi196:vg_nvme/lv_4 2024-08-19T10:43:44.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:44 smithi196 bash[24909]: cluster 2024-08-19T10:43:44.106002+0000 mgr.a (mgr.14150) 159 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:43:44.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:44 smithi196 bash[24909]: cluster 2024-08-19T10:43:44.106002+0000 mgr.a (mgr.14150) 159 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:43:44.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:44 smithi133 bash[24239]: cluster 2024-08-19T10:43:44.106002+0000 mgr.a (mgr.14150) 159 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:43:44.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:44 smithi133 bash[24239]: cluster 2024-08-19T10:43:44.106002+0000 mgr.a (mgr.14150) 159 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:43:44.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:44 smithi078 bash[22737]: cluster 2024-08-19T10:43:44.106002+0000 mgr.a (mgr.14150) 159 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:43:44.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:44 smithi078 bash[22737]: cluster 2024-08-19T10:43:44.106002+0000 mgr.a (mgr.14150) 159 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:43:46.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:46 smithi196 bash[24909]: cephadm 2024-08-19T10:43:45.273719+0000 mgr.a (mgr.14150) 160 : cephadm [INF] Detected new or changed devices on smithi133 2024-08-19T10:43:46.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:46 smithi196 bash[24909]: cephadm 2024-08-19T10:43:45.273719+0000 mgr.a (mgr.14150) 160 : cephadm [INF] Detected new or changed devices on smithi133 2024-08-19T10:43:46.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:46 smithi196 bash[24909]: audit 2024-08-19T10:43:45.282210+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:43:46.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:46 smithi196 bash[24909]: audit 2024-08-19T10:43:45.282210+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:43:46.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:46 smithi196 bash[24909]: audit 2024-08-19T10:43:45.290266+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:43:46.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:46 smithi196 bash[24909]: audit 2024-08-19T10:43:45.290266+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:43:46.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:46 smithi196 bash[24909]: audit 2024-08-19T10:43:45.292783+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-08-19T10:43:46.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:46 smithi196 bash[24909]: audit 2024-08-19T10:43:45.292783+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-08-19T10:43:46.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:46 smithi196 bash[24909]: cephadm 2024-08-19T10:43:45.294073+0000 mgr.a (mgr.14150) 161 : cephadm [INF] Adjusting osd_memory_target on smithi133 to 17265M 2024-08-19T10:43:46.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:46 smithi196 bash[24909]: cephadm 2024-08-19T10:43:45.294073+0000 mgr.a (mgr.14150) 161 : cephadm [INF] Adjusting osd_memory_target on smithi133 to 17265M 2024-08-19T10:43:46.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:46 smithi196 bash[24909]: audit 2024-08-19T10:43:45.300355+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:43:46.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:46 smithi196 bash[24909]: audit 2024-08-19T10:43:45.300355+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:43:46.715 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:46 smithi196 bash[24909]: audit 2024-08-19T10:43:45.304674+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:43:46.715 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:46 smithi196 bash[24909]: audit 2024-08-19T10:43:45.304674+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:43:46.715 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:46 smithi196 bash[24909]: audit 2024-08-19T10:43:45.306566+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:43:46.715 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:46 smithi196 bash[24909]: audit 2024-08-19T10:43:45.306566+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:43:46.715 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:46 smithi196 bash[24909]: audit 2024-08-19T10:43:45.316178+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:43:46.715 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:46 smithi196 bash[24909]: audit 2024-08-19T10:43:45.316178+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:43:46.715 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:46 smithi196 bash[24909]: cluster 2024-08-19T10:43:46.106449+0000 mgr.a (mgr.14150) 162 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:43:46.715 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:46 smithi196 bash[24909]: cluster 2024-08-19T10:43:46.106449+0000 mgr.a (mgr.14150) 162 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:43:46.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:46 smithi133 bash[24239]: cephadm 2024-08-19T10:43:45.273719+0000 mgr.a (mgr.14150) 160 : cephadm [INF] Detected new or changed devices on smithi133 2024-08-19T10:43:46.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:46 smithi133 bash[24239]: cephadm 2024-08-19T10:43:45.273719+0000 mgr.a (mgr.14150) 160 : cephadm [INF] Detected new or changed devices on smithi133 2024-08-19T10:43:46.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:46 smithi133 bash[24239]: audit 2024-08-19T10:43:45.282210+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:43:46.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:46 smithi133 bash[24239]: audit 2024-08-19T10:43:45.282210+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:43:46.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:46 smithi133 bash[24239]: audit 2024-08-19T10:43:45.290266+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:43:46.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:46 smithi133 bash[24239]: audit 2024-08-19T10:43:45.290266+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:43:46.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:46 smithi133 bash[24239]: audit 2024-08-19T10:43:45.292783+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-08-19T10:43:46.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:46 smithi133 bash[24239]: audit 2024-08-19T10:43:45.292783+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-08-19T10:43:46.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:46 smithi133 bash[24239]: cephadm 2024-08-19T10:43:45.294073+0000 mgr.a (mgr.14150) 161 : cephadm [INF] Adjusting osd_memory_target on smithi133 to 17265M 2024-08-19T10:43:46.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:46 smithi133 bash[24239]: cephadm 2024-08-19T10:43:45.294073+0000 mgr.a (mgr.14150) 161 : cephadm [INF] Adjusting osd_memory_target on smithi133 to 17265M 2024-08-19T10:43:46.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:46 smithi133 bash[24239]: audit 2024-08-19T10:43:45.300355+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:43:46.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:46 smithi133 bash[24239]: audit 2024-08-19T10:43:45.300355+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:43:46.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:46 smithi133 bash[24239]: audit 2024-08-19T10:43:45.304674+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:43:46.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:46 smithi133 bash[24239]: audit 2024-08-19T10:43:45.304674+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:43:46.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:46 smithi133 bash[24239]: audit 2024-08-19T10:43:45.306566+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:43:46.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:46 smithi133 bash[24239]: audit 2024-08-19T10:43:45.306566+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:43:46.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:46 smithi133 bash[24239]: audit 2024-08-19T10:43:45.316178+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:43:46.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:46 smithi133 bash[24239]: audit 2024-08-19T10:43:45.316178+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:43:46.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:46 smithi133 bash[24239]: cluster 2024-08-19T10:43:46.106449+0000 mgr.a (mgr.14150) 162 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:43:46.743 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:46 smithi133 bash[24239]: cluster 2024-08-19T10:43:46.106449+0000 mgr.a (mgr.14150) 162 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:43:46.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:46 smithi078 bash[22737]: cephadm 2024-08-19T10:43:45.273719+0000 mgr.a (mgr.14150) 160 : cephadm [INF] Detected new or changed devices on smithi133 2024-08-19T10:43:46.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:46 smithi078 bash[22737]: cephadm 2024-08-19T10:43:45.273719+0000 mgr.a (mgr.14150) 160 : cephadm [INF] Detected new or changed devices on smithi133 2024-08-19T10:43:46.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:46 smithi078 bash[22737]: audit 2024-08-19T10:43:45.282210+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:43:46.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:46 smithi078 bash[22737]: audit 2024-08-19T10:43:45.282210+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:43:46.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:46 smithi078 bash[22737]: audit 2024-08-19T10:43:45.290266+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:43:46.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:46 smithi078 bash[22737]: audit 2024-08-19T10:43:45.290266+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:43:46.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:46 smithi078 bash[22737]: audit 2024-08-19T10:43:45.292783+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-08-19T10:43:46.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:46 smithi078 bash[22737]: audit 2024-08-19T10:43:45.292783+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-08-19T10:43:46.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:46 smithi078 bash[22737]: cephadm 2024-08-19T10:43:45.294073+0000 mgr.a (mgr.14150) 161 : cephadm [INF] Adjusting osd_memory_target on smithi133 to 17265M 2024-08-19T10:43:46.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:46 smithi078 bash[22737]: cephadm 2024-08-19T10:43:45.294073+0000 mgr.a (mgr.14150) 161 : cephadm [INF] Adjusting osd_memory_target on smithi133 to 17265M 2024-08-19T10:43:46.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:46 smithi078 bash[22737]: audit 2024-08-19T10:43:45.300355+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:43:46.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:46 smithi078 bash[22737]: audit 2024-08-19T10:43:45.300355+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:43:46.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:46 smithi078 bash[22737]: audit 2024-08-19T10:43:45.304674+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:43:46.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:46 smithi078 bash[22737]: audit 2024-08-19T10:43:45.304674+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:43:46.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:46 smithi078 bash[22737]: audit 2024-08-19T10:43:45.306566+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:43:46.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:46 smithi078 bash[22737]: audit 2024-08-19T10:43:45.306566+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:43:46.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:46 smithi078 bash[22737]: audit 2024-08-19T10:43:45.316178+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:43:46.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:46 smithi078 bash[22737]: audit 2024-08-19T10:43:45.316178+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:43:46.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:46 smithi078 bash[22737]: cluster 2024-08-19T10:43:46.106449+0000 mgr.a (mgr.14150) 162 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:43:46.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:46 smithi078 bash[22737]: cluster 2024-08-19T10:43:46.106449+0000 mgr.a (mgr.14150) 162 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:43:47.207 INFO:teuthology.orchestra.run.smithi196.stderr:Inferring config /var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/mon.c/config 2024-08-19T10:43:48.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:48 smithi196 bash[24909]: cluster 2024-08-19T10:43:48.106912+0000 mgr.a (mgr.14150) 163 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:43:48.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:48 smithi196 bash[24909]: cluster 2024-08-19T10:43:48.106912+0000 mgr.a (mgr.14150) 163 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:43:48.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:48 smithi133 bash[24239]: cluster 2024-08-19T10:43:48.106912+0000 mgr.a (mgr.14150) 163 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:43:48.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:48 smithi133 bash[24239]: cluster 2024-08-19T10:43:48.106912+0000 mgr.a (mgr.14150) 163 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:43:48.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:48 smithi078 bash[22737]: cluster 2024-08-19T10:43:48.106912+0000 mgr.a (mgr.14150) 163 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:43:48.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:48 smithi078 bash[22737]: cluster 2024-08-19T10:43:48.106912+0000 mgr.a (mgr.14150) 163 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:43:49.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:49 smithi196 bash[24909]: audit 2024-08-19T10:43:48.470158+0000 mgr.a (mgr.14150) 164 : audit [DBG] from='client.24133 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi196:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:43:49.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:49 smithi196 bash[24909]: audit 2024-08-19T10:43:48.470158+0000 mgr.a (mgr.14150) 164 : audit [DBG] from='client.24133 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi196:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:43:49.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:49 smithi196 bash[24909]: audit 2024-08-19T10:43:48.476878+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-08-19T10:43:49.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:49 smithi196 bash[24909]: audit 2024-08-19T10:43:48.476878+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-08-19T10:43:49.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:49 smithi196 bash[24909]: audit 2024-08-19T10:43:48.482750+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-08-19T10:43:49.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:49 smithi196 bash[24909]: audit 2024-08-19T10:43:48.482750+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-08-19T10:43:49.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:49 smithi196 bash[24909]: audit 2024-08-19T10:43:48.484326+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:43:49.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:49 smithi196 bash[24909]: audit 2024-08-19T10:43:48.484326+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:43:49.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:49 smithi133 bash[24239]: audit 2024-08-19T10:43:48.470158+0000 mgr.a (mgr.14150) 164 : audit [DBG] from='client.24133 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi196:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:43:49.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:49 smithi133 bash[24239]: audit 2024-08-19T10:43:48.470158+0000 mgr.a (mgr.14150) 164 : audit [DBG] from='client.24133 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi196:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:43:49.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:49 smithi133 bash[24239]: audit 2024-08-19T10:43:48.476878+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-08-19T10:43:49.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:49 smithi133 bash[24239]: audit 2024-08-19T10:43:48.476878+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-08-19T10:43:49.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:49 smithi133 bash[24239]: audit 2024-08-19T10:43:48.482750+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-08-19T10:43:49.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:49 smithi133 bash[24239]: audit 2024-08-19T10:43:48.482750+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-08-19T10:43:49.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:49 smithi133 bash[24239]: audit 2024-08-19T10:43:48.484326+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:43:49.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:49 smithi133 bash[24239]: audit 2024-08-19T10:43:48.484326+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:43:49.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:49 smithi078 bash[22737]: audit 2024-08-19T10:43:48.470158+0000 mgr.a (mgr.14150) 164 : audit [DBG] from='client.24133 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi196:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:43:49.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:49 smithi078 bash[22737]: audit 2024-08-19T10:43:48.470158+0000 mgr.a (mgr.14150) 164 : audit [DBG] from='client.24133 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi196:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:43:49.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:49 smithi078 bash[22737]: audit 2024-08-19T10:43:48.476878+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-08-19T10:43:49.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:49 smithi078 bash[22737]: audit 2024-08-19T10:43:48.476878+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-08-19T10:43:49.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:49 smithi078 bash[22737]: audit 2024-08-19T10:43:48.482750+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-08-19T10:43:49.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:49 smithi078 bash[22737]: audit 2024-08-19T10:43:48.482750+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-08-19T10:43:49.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:49 smithi078 bash[22737]: audit 2024-08-19T10:43:48.484326+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:43:49.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:49 smithi078 bash[22737]: audit 2024-08-19T10:43:48.484326+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:43:50.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:50 smithi196 bash[24909]: cluster 2024-08-19T10:43:50.107371+0000 mgr.a (mgr.14150) 165 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:43:50.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:50 smithi196 bash[24909]: cluster 2024-08-19T10:43:50.107371+0000 mgr.a (mgr.14150) 165 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:43:50.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:50 smithi133 bash[24239]: cluster 2024-08-19T10:43:50.107371+0000 mgr.a (mgr.14150) 165 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:43:50.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:50 smithi133 bash[24239]: cluster 2024-08-19T10:43:50.107371+0000 mgr.a (mgr.14150) 165 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:43:50.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:50 smithi078 bash[22737]: cluster 2024-08-19T10:43:50.107371+0000 mgr.a (mgr.14150) 165 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:43:50.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:50 smithi078 bash[22737]: cluster 2024-08-19T10:43:50.107371+0000 mgr.a (mgr.14150) 165 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:43:52.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:52 smithi196 bash[24909]: cluster 2024-08-19T10:43:52.107855+0000 mgr.a (mgr.14150) 166 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:43:52.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:52 smithi196 bash[24909]: cluster 2024-08-19T10:43:52.107855+0000 mgr.a (mgr.14150) 166 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:43:52.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:52 smithi133 bash[24239]: cluster 2024-08-19T10:43:52.107855+0000 mgr.a (mgr.14150) 166 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:43:52.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:52 smithi133 bash[24239]: cluster 2024-08-19T10:43:52.107855+0000 mgr.a (mgr.14150) 166 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:43:52.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:52 smithi078 bash[22737]: cluster 2024-08-19T10:43:52.107855+0000 mgr.a (mgr.14150) 166 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:43:52.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:52 smithi078 bash[22737]: cluster 2024-08-19T10:43:52.107855+0000 mgr.a (mgr.14150) 166 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:43:54.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:54 smithi196 bash[24909]: cluster 2024-08-19T10:43:54.108316+0000 mgr.a (mgr.14150) 167 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:43:54.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:54 smithi196 bash[24909]: cluster 2024-08-19T10:43:54.108316+0000 mgr.a (mgr.14150) 167 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:43:54.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:54 smithi133 bash[24239]: cluster 2024-08-19T10:43:54.108316+0000 mgr.a (mgr.14150) 167 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:43:54.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:54 smithi133 bash[24239]: cluster 2024-08-19T10:43:54.108316+0000 mgr.a (mgr.14150) 167 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:43:54.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:54 smithi078 bash[22737]: cluster 2024-08-19T10:43:54.108316+0000 mgr.a (mgr.14150) 167 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:43:54.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:54 smithi078 bash[22737]: cluster 2024-08-19T10:43:54.108316+0000 mgr.a (mgr.14150) 167 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:43:56.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:56 smithi196 bash[24909]: cluster 2024-08-19T10:43:56.108748+0000 mgr.a (mgr.14150) 168 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:43:56.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:56 smithi196 bash[24909]: cluster 2024-08-19T10:43:56.108748+0000 mgr.a (mgr.14150) 168 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:43:56.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:56 smithi133 bash[24239]: cluster 2024-08-19T10:43:56.108748+0000 mgr.a (mgr.14150) 168 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:43:56.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:56 smithi133 bash[24239]: cluster 2024-08-19T10:43:56.108748+0000 mgr.a (mgr.14150) 168 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:43:56.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:56 smithi078 bash[22737]: cluster 2024-08-19T10:43:56.108748+0000 mgr.a (mgr.14150) 168 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:43:56.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:56 smithi078 bash[22737]: cluster 2024-08-19T10:43:56.108748+0000 mgr.a (mgr.14150) 168 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:43:57.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:57 smithi196 bash[24909]: audit 2024-08-19T10:43:56.677243+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.196:0/3807037621' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "8ed98c85-81b3-44f3-8e0e-82612bd7e337"} : dispatch 2024-08-19T10:43:57.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:57 smithi196 bash[24909]: audit 2024-08-19T10:43:56.677243+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.196:0/3807037621' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "8ed98c85-81b3-44f3-8e0e-82612bd7e337"} : dispatch 2024-08-19T10:43:57.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:57 smithi196 bash[24909]: audit 2024-08-19T10:43:56.677946+0000 mon.a (mon.0) 393 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "8ed98c85-81b3-44f3-8e0e-82612bd7e337"} : dispatch 2024-08-19T10:43:57.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:57 smithi196 bash[24909]: audit 2024-08-19T10:43:56.677946+0000 mon.a (mon.0) 393 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "8ed98c85-81b3-44f3-8e0e-82612bd7e337"} : dispatch 2024-08-19T10:43:57.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:57 smithi196 bash[24909]: audit 2024-08-19T10:43:56.681196+0000 mon.a (mon.0) 394 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8ed98c85-81b3-44f3-8e0e-82612bd7e337"}]': finished 2024-08-19T10:43:57.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:57 smithi196 bash[24909]: audit 2024-08-19T10:43:56.681196+0000 mon.a (mon.0) 394 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8ed98c85-81b3-44f3-8e0e-82612bd7e337"}]': finished 2024-08-19T10:43:57.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:57 smithi196 bash[24909]: cluster 2024-08-19T10:43:56.686615+0000 mon.a (mon.0) 395 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-08-19T10:43:57.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:57 smithi196 bash[24909]: cluster 2024-08-19T10:43:56.686615+0000 mon.a (mon.0) 395 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-08-19T10:43:57.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:57 smithi196 bash[24909]: audit 2024-08-19T10:43:56.687024+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-08-19T10:43:57.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:57 smithi196 bash[24909]: audit 2024-08-19T10:43:56.687024+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-08-19T10:43:57.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:57 smithi133 bash[24239]: audit 2024-08-19T10:43:56.677243+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.196:0/3807037621' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "8ed98c85-81b3-44f3-8e0e-82612bd7e337"} : dispatch 2024-08-19T10:43:57.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:57 smithi133 bash[24239]: audit 2024-08-19T10:43:56.677243+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.196:0/3807037621' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "8ed98c85-81b3-44f3-8e0e-82612bd7e337"} : dispatch 2024-08-19T10:43:57.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:57 smithi133 bash[24239]: audit 2024-08-19T10:43:56.677946+0000 mon.a (mon.0) 393 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "8ed98c85-81b3-44f3-8e0e-82612bd7e337"} : dispatch 2024-08-19T10:43:57.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:57 smithi133 bash[24239]: audit 2024-08-19T10:43:56.677946+0000 mon.a (mon.0) 393 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "8ed98c85-81b3-44f3-8e0e-82612bd7e337"} : dispatch 2024-08-19T10:43:57.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:57 smithi133 bash[24239]: audit 2024-08-19T10:43:56.681196+0000 mon.a (mon.0) 394 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8ed98c85-81b3-44f3-8e0e-82612bd7e337"}]': finished 2024-08-19T10:43:57.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:57 smithi133 bash[24239]: audit 2024-08-19T10:43:56.681196+0000 mon.a (mon.0) 394 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8ed98c85-81b3-44f3-8e0e-82612bd7e337"}]': finished 2024-08-19T10:43:57.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:57 smithi133 bash[24239]: cluster 2024-08-19T10:43:56.686615+0000 mon.a (mon.0) 395 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-08-19T10:43:57.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:57 smithi133 bash[24239]: cluster 2024-08-19T10:43:56.686615+0000 mon.a (mon.0) 395 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-08-19T10:43:57.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:57 smithi133 bash[24239]: audit 2024-08-19T10:43:56.687024+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-08-19T10:43:57.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:57 smithi133 bash[24239]: audit 2024-08-19T10:43:56.687024+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-08-19T10:43:57.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:57 smithi078 bash[22737]: audit 2024-08-19T10:43:56.677243+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.196:0/3807037621' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "8ed98c85-81b3-44f3-8e0e-82612bd7e337"} : dispatch 2024-08-19T10:43:57.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:57 smithi078 bash[22737]: audit 2024-08-19T10:43:56.677243+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.196:0/3807037621' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "8ed98c85-81b3-44f3-8e0e-82612bd7e337"} : dispatch 2024-08-19T10:43:57.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:57 smithi078 bash[22737]: audit 2024-08-19T10:43:56.677946+0000 mon.a (mon.0) 393 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "8ed98c85-81b3-44f3-8e0e-82612bd7e337"} : dispatch 2024-08-19T10:43:57.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:57 smithi078 bash[22737]: audit 2024-08-19T10:43:56.677946+0000 mon.a (mon.0) 393 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "8ed98c85-81b3-44f3-8e0e-82612bd7e337"} : dispatch 2024-08-19T10:43:57.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:57 smithi078 bash[22737]: audit 2024-08-19T10:43:56.681196+0000 mon.a (mon.0) 394 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8ed98c85-81b3-44f3-8e0e-82612bd7e337"}]': finished 2024-08-19T10:43:57.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:57 smithi078 bash[22737]: audit 2024-08-19T10:43:56.681196+0000 mon.a (mon.0) 394 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8ed98c85-81b3-44f3-8e0e-82612bd7e337"}]': finished 2024-08-19T10:43:57.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:57 smithi078 bash[22737]: cluster 2024-08-19T10:43:56.686615+0000 mon.a (mon.0) 395 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-08-19T10:43:57.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:57 smithi078 bash[22737]: cluster 2024-08-19T10:43:56.686615+0000 mon.a (mon.0) 395 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-08-19T10:43:57.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:57 smithi078 bash[22737]: audit 2024-08-19T10:43:56.687024+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-08-19T10:43:57.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:57 smithi078 bash[22737]: audit 2024-08-19T10:43:56.687024+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-08-19T10:43:58.466 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:58 smithi196 bash[24909]: audit 2024-08-19T10:43:57.317128+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.196:0/2445629873' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-08-19T10:43:58.466 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:58 smithi196 bash[24909]: audit 2024-08-19T10:43:57.317128+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.196:0/2445629873' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-08-19T10:43:58.466 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:58 smithi196 bash[24909]: cluster 2024-08-19T10:43:58.109294+0000 mgr.a (mgr.14150) 169 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:43:58.466 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:43:58 smithi196 bash[24909]: cluster 2024-08-19T10:43:58.109294+0000 mgr.a (mgr.14150) 169 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:43:58.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:58 smithi133 bash[24239]: audit 2024-08-19T10:43:57.317128+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.196:0/2445629873' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-08-19T10:43:58.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:58 smithi133 bash[24239]: audit 2024-08-19T10:43:57.317128+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.196:0/2445629873' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-08-19T10:43:58.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:58 smithi133 bash[24239]: cluster 2024-08-19T10:43:58.109294+0000 mgr.a (mgr.14150) 169 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:43:58.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:43:58 smithi133 bash[24239]: cluster 2024-08-19T10:43:58.109294+0000 mgr.a (mgr.14150) 169 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:43:58.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:58 smithi078 bash[22737]: audit 2024-08-19T10:43:57.317128+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.196:0/2445629873' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-08-19T10:43:58.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:58 smithi078 bash[22737]: audit 2024-08-19T10:43:57.317128+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.196:0/2445629873' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-08-19T10:43:58.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:58 smithi078 bash[22737]: cluster 2024-08-19T10:43:58.109294+0000 mgr.a (mgr.14150) 169 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:43:58.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:43:58 smithi078 bash[22737]: cluster 2024-08-19T10:43:58.109294+0000 mgr.a (mgr.14150) 169 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:00.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:00 smithi196 bash[24909]: cluster 2024-08-19T10:44:00.109802+0000 mgr.a (mgr.14150) 170 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:00.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:00 smithi196 bash[24909]: cluster 2024-08-19T10:44:00.109802+0000 mgr.a (mgr.14150) 170 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:00.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:00 smithi133 bash[24239]: cluster 2024-08-19T10:44:00.109802+0000 mgr.a (mgr.14150) 170 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:00.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:00 smithi133 bash[24239]: cluster 2024-08-19T10:44:00.109802+0000 mgr.a (mgr.14150) 170 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:00.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:00 smithi078 bash[22737]: cluster 2024-08-19T10:44:00.109802+0000 mgr.a (mgr.14150) 170 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:00.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:00 smithi078 bash[22737]: cluster 2024-08-19T10:44:00.109802+0000 mgr.a (mgr.14150) 170 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:02.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:02 smithi196 bash[24909]: cluster 2024-08-19T10:44:02.110292+0000 mgr.a (mgr.14150) 171 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:02.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:02 smithi196 bash[24909]: cluster 2024-08-19T10:44:02.110292+0000 mgr.a (mgr.14150) 171 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:02.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:02 smithi133 bash[24239]: cluster 2024-08-19T10:44:02.110292+0000 mgr.a (mgr.14150) 171 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:02.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:02 smithi133 bash[24239]: cluster 2024-08-19T10:44:02.110292+0000 mgr.a (mgr.14150) 171 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:02.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:02 smithi078 bash[22737]: cluster 2024-08-19T10:44:02.110292+0000 mgr.a (mgr.14150) 171 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:02.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:02 smithi078 bash[22737]: cluster 2024-08-19T10:44:02.110292+0000 mgr.a (mgr.14150) 171 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:04.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:04 smithi196 bash[24909]: cluster 2024-08-19T10:44:04.110748+0000 mgr.a (mgr.14150) 172 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:04.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:04 smithi196 bash[24909]: cluster 2024-08-19T10:44:04.110748+0000 mgr.a (mgr.14150) 172 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:04.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:04 smithi133 bash[24239]: cluster 2024-08-19T10:44:04.110748+0000 mgr.a (mgr.14150) 172 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:04.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:04 smithi133 bash[24239]: cluster 2024-08-19T10:44:04.110748+0000 mgr.a (mgr.14150) 172 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:04.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:04 smithi078 bash[22737]: cluster 2024-08-19T10:44:04.110748+0000 mgr.a (mgr.14150) 172 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:04.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:04 smithi078 bash[22737]: cluster 2024-08-19T10:44:04.110748+0000 mgr.a (mgr.14150) 172 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:06.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:06 smithi196 bash[24909]: cluster 2024-08-19T10:44:06.111231+0000 mgr.a (mgr.14150) 173 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:06.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:06 smithi196 bash[24909]: cluster 2024-08-19T10:44:06.111231+0000 mgr.a (mgr.14150) 173 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:06.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:06 smithi133 bash[24239]: cluster 2024-08-19T10:44:06.111231+0000 mgr.a (mgr.14150) 173 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:06.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:06 smithi133 bash[24239]: cluster 2024-08-19T10:44:06.111231+0000 mgr.a (mgr.14150) 173 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:06.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:06 smithi078 bash[22737]: cluster 2024-08-19T10:44:06.111231+0000 mgr.a (mgr.14150) 173 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:06.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:06 smithi078 bash[22737]: cluster 2024-08-19T10:44:06.111231+0000 mgr.a (mgr.14150) 173 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:08.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:08 smithi196 bash[24909]: cluster 2024-08-19T10:44:08.111696+0000 mgr.a (mgr.14150) 174 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:08.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:08 smithi196 bash[24909]: cluster 2024-08-19T10:44:08.111696+0000 mgr.a (mgr.14150) 174 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:08.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:08 smithi133 bash[24239]: cluster 2024-08-19T10:44:08.111696+0000 mgr.a (mgr.14150) 174 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:08.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:08 smithi133 bash[24239]: cluster 2024-08-19T10:44:08.111696+0000 mgr.a (mgr.14150) 174 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:08.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:08 smithi078 bash[22737]: cluster 2024-08-19T10:44:08.111696+0000 mgr.a (mgr.14150) 174 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:08.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:08 smithi078 bash[22737]: cluster 2024-08-19T10:44:08.111696+0000 mgr.a (mgr.14150) 174 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:10.212 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:09 smithi196 bash[24909]: audit 2024-08-19T10:44:09.817096+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-08-19T10:44:10.213 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:09 smithi196 bash[24909]: audit 2024-08-19T10:44:09.817096+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-08-19T10:44:10.213 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:09 smithi196 bash[24909]: audit 2024-08-19T10:44:09.818996+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:44:10.213 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:09 smithi196 bash[24909]: audit 2024-08-19T10:44:09.818996+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:44:10.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:09 smithi133 bash[24239]: audit 2024-08-19T10:44:09.817096+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-08-19T10:44:10.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:09 smithi133 bash[24239]: audit 2024-08-19T10:44:09.817096+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-08-19T10:44:10.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:09 smithi133 bash[24239]: audit 2024-08-19T10:44:09.818996+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:44:10.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:09 smithi133 bash[24239]: audit 2024-08-19T10:44:09.818996+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:44:10.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:09 smithi078 bash[22737]: audit 2024-08-19T10:44:09.817096+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-08-19T10:44:10.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:09 smithi078 bash[22737]: audit 2024-08-19T10:44:09.817096+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-08-19T10:44:10.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:09 smithi078 bash[22737]: audit 2024-08-19T10:44:09.818996+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:44:10.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:09 smithi078 bash[22737]: audit 2024-08-19T10:44:09.818996+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:44:11.197 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:10 smithi196 bash[24909]: cephadm 2024-08-19T10:44:09.820644+0000 mgr.a (mgr.14150) 175 : cephadm [INF] Deploying daemon osd.2 on smithi196 2024-08-19T10:44:11.198 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:10 smithi196 bash[24909]: cephadm 2024-08-19T10:44:09.820644+0000 mgr.a (mgr.14150) 175 : cephadm [INF] Deploying daemon osd.2 on smithi196 2024-08-19T10:44:11.198 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:10 smithi196 bash[24909]: cluster 2024-08-19T10:44:10.112197+0000 mgr.a (mgr.14150) 176 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:11.198 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:10 smithi196 bash[24909]: cluster 2024-08-19T10:44:10.112197+0000 mgr.a (mgr.14150) 176 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:11.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:10 smithi133 bash[24239]: cephadm 2024-08-19T10:44:09.820644+0000 mgr.a (mgr.14150) 175 : cephadm [INF] Deploying daemon osd.2 on smithi196 2024-08-19T10:44:11.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:10 smithi133 bash[24239]: cephadm 2024-08-19T10:44:09.820644+0000 mgr.a (mgr.14150) 175 : cephadm [INF] Deploying daemon osd.2 on smithi196 2024-08-19T10:44:11.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:10 smithi133 bash[24239]: cluster 2024-08-19T10:44:10.112197+0000 mgr.a (mgr.14150) 176 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:11.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:10 smithi133 bash[24239]: cluster 2024-08-19T10:44:10.112197+0000 mgr.a (mgr.14150) 176 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:11.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:10 smithi078 bash[22737]: cephadm 2024-08-19T10:44:09.820644+0000 mgr.a (mgr.14150) 175 : cephadm [INF] Deploying daemon osd.2 on smithi196 2024-08-19T10:44:11.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:10 smithi078 bash[22737]: cephadm 2024-08-19T10:44:09.820644+0000 mgr.a (mgr.14150) 175 : cephadm [INF] Deploying daemon osd.2 on smithi196 2024-08-19T10:44:11.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:10 smithi078 bash[22737]: cluster 2024-08-19T10:44:10.112197+0000 mgr.a (mgr.14150) 176 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:11.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:10 smithi078 bash[22737]: cluster 2024-08-19T10:44:10.112197+0000 mgr.a (mgr.14150) 176 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:12.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:12 smithi196 bash[24909]: cluster 2024-08-19T10:44:12.112665+0000 mgr.a (mgr.14150) 177 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:12.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:12 smithi196 bash[24909]: cluster 2024-08-19T10:44:12.112665+0000 mgr.a (mgr.14150) 177 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:12.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:12 smithi133 bash[24239]: cluster 2024-08-19T10:44:12.112665+0000 mgr.a (mgr.14150) 177 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:12.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:12 smithi133 bash[24239]: cluster 2024-08-19T10:44:12.112665+0000 mgr.a (mgr.14150) 177 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:12.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:12 smithi078 bash[22737]: cluster 2024-08-19T10:44:12.112665+0000 mgr.a (mgr.14150) 177 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:12.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:12 smithi078 bash[22737]: cluster 2024-08-19T10:44:12.112665+0000 mgr.a (mgr.14150) 177 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:14.033 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:13 smithi196 systemd[1]: /etc/systemd/system/ceph-094f3c46-5e17-11ef-bccf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-08-19T10:44:14.360 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:14 smithi196 systemd[1]: /etc/systemd/system/ceph-094f3c46-5e17-11ef-bccf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-08-19T10:44:14.360 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:14 smithi196 bash[24909]: cluster 2024-08-19T10:44:14.113136+0000 mgr.a (mgr.14150) 178 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:14.360 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:14 smithi196 bash[24909]: cluster 2024-08-19T10:44:14.113136+0000 mgr.a (mgr.14150) 178 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:14.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:14 smithi133 bash[24239]: cluster 2024-08-19T10:44:14.113136+0000 mgr.a (mgr.14150) 178 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:14.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:14 smithi133 bash[24239]: cluster 2024-08-19T10:44:14.113136+0000 mgr.a (mgr.14150) 178 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:14.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:14 smithi078 bash[22737]: cluster 2024-08-19T10:44:14.113136+0000 mgr.a (mgr.14150) 178 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:14.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:14 smithi078 bash[22737]: cluster 2024-08-19T10:44:14.113136+0000 mgr.a (mgr.14150) 178 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:15.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:15 smithi196 bash[24909]: audit 2024-08-19T10:44:14.303281+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:44:15.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:15 smithi196 bash[24909]: audit 2024-08-19T10:44:14.303281+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:44:15.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:15 smithi196 bash[24909]: audit 2024-08-19T10:44:14.311864+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:15.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:15 smithi196 bash[24909]: audit 2024-08-19T10:44:14.311864+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:15.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:15 smithi196 bash[24909]: audit 2024-08-19T10:44:14.320572+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:15.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:15 smithi196 bash[24909]: audit 2024-08-19T10:44:14.320572+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:15.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:15 smithi133 bash[24239]: audit 2024-08-19T10:44:14.303281+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:44:15.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:15 smithi133 bash[24239]: audit 2024-08-19T10:44:14.303281+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:44:15.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:15 smithi133 bash[24239]: audit 2024-08-19T10:44:14.311864+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:15.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:15 smithi133 bash[24239]: audit 2024-08-19T10:44:14.311864+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:15.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:15 smithi133 bash[24239]: audit 2024-08-19T10:44:14.320572+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:15.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:15 smithi133 bash[24239]: audit 2024-08-19T10:44:14.320572+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:15.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:15 smithi078 bash[22737]: audit 2024-08-19T10:44:14.303281+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:44:15.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:15 smithi078 bash[22737]: audit 2024-08-19T10:44:14.303281+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:44:15.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:15 smithi078 bash[22737]: audit 2024-08-19T10:44:14.311864+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:15.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:15 smithi078 bash[22737]: audit 2024-08-19T10:44:14.311864+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:15.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:15 smithi078 bash[22737]: audit 2024-08-19T10:44:14.320572+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:15.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:15 smithi078 bash[22737]: audit 2024-08-19T10:44:14.320572+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:16.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:16 smithi196 bash[24909]: cluster 2024-08-19T10:44:16.113555+0000 mgr.a (mgr.14150) 179 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:16.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:16 smithi196 bash[24909]: cluster 2024-08-19T10:44:16.113555+0000 mgr.a (mgr.14150) 179 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:16.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:16 smithi133 bash[24239]: cluster 2024-08-19T10:44:16.113555+0000 mgr.a (mgr.14150) 179 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:16.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:16 smithi133 bash[24239]: cluster 2024-08-19T10:44:16.113555+0000 mgr.a (mgr.14150) 179 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:16.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:16 smithi078 bash[22737]: cluster 2024-08-19T10:44:16.113555+0000 mgr.a (mgr.14150) 179 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:16.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:16 smithi078 bash[22737]: cluster 2024-08-19T10:44:16.113555+0000 mgr.a (mgr.14150) 179 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:18.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:18 smithi196 bash[24909]: cluster 2024-08-19T10:44:18.114120+0000 mgr.a (mgr.14150) 180 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:18.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:18 smithi196 bash[24909]: cluster 2024-08-19T10:44:18.114120+0000 mgr.a (mgr.14150) 180 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:18.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:18 smithi133 bash[24239]: cluster 2024-08-19T10:44:18.114120+0000 mgr.a (mgr.14150) 180 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:18.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:18 smithi133 bash[24239]: cluster 2024-08-19T10:44:18.114120+0000 mgr.a (mgr.14150) 180 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:18.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:18 smithi078 bash[22737]: cluster 2024-08-19T10:44:18.114120+0000 mgr.a (mgr.14150) 180 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:18.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:18 smithi078 bash[22737]: cluster 2024-08-19T10:44:18.114120+0000 mgr.a (mgr.14150) 180 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:20.212 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:20 smithi196 bash[24909]: audit 2024-08-19T10:44:19.153738+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:20.213 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:20 smithi196 bash[24909]: audit 2024-08-19T10:44:19.153738+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:20.213 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:20 smithi196 bash[24909]: audit 2024-08-19T10:44:19.162647+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:20.213 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:20 smithi196 bash[24909]: audit 2024-08-19T10:44:19.162647+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:20.213 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:20 smithi196 bash[24909]: audit 2024-08-19T10:44:19.164213+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:44:20.213 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:20 smithi196 bash[24909]: audit 2024-08-19T10:44:19.164213+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:44:20.213 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:20 smithi196 bash[24909]: audit 2024-08-19T10:44:19.165802+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:44:20.213 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:20 smithi196 bash[24909]: audit 2024-08-19T10:44:19.165802+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:44:20.213 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:20 smithi196 bash[24909]: audit 2024-08-19T10:44:19.176266+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:20.213 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:20 smithi196 bash[24909]: audit 2024-08-19T10:44:19.176266+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:20.213 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:20 smithi196 bash[24909]: cluster 2024-08-19T10:44:20.114654+0000 mgr.a (mgr.14150) 181 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:20.214 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:20 smithi196 bash[24909]: cluster 2024-08-19T10:44:20.114654+0000 mgr.a (mgr.14150) 181 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:20.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:20 smithi133 bash[24239]: audit 2024-08-19T10:44:19.153738+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:20.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:20 smithi133 bash[24239]: audit 2024-08-19T10:44:19.153738+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:20.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:20 smithi133 bash[24239]: audit 2024-08-19T10:44:19.162647+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:20.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:20 smithi133 bash[24239]: audit 2024-08-19T10:44:19.162647+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:20.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:20 smithi133 bash[24239]: audit 2024-08-19T10:44:19.164213+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:44:20.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:20 smithi133 bash[24239]: audit 2024-08-19T10:44:19.164213+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:44:20.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:20 smithi133 bash[24239]: audit 2024-08-19T10:44:19.165802+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:44:20.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:20 smithi133 bash[24239]: audit 2024-08-19T10:44:19.165802+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:44:20.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:20 smithi133 bash[24239]: audit 2024-08-19T10:44:19.176266+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:20.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:20 smithi133 bash[24239]: audit 2024-08-19T10:44:19.176266+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:20.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:20 smithi133 bash[24239]: cluster 2024-08-19T10:44:20.114654+0000 mgr.a (mgr.14150) 181 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:20.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:20 smithi133 bash[24239]: cluster 2024-08-19T10:44:20.114654+0000 mgr.a (mgr.14150) 181 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:20.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:20 smithi078 bash[22737]: audit 2024-08-19T10:44:19.153738+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:20.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:20 smithi078 bash[22737]: audit 2024-08-19T10:44:19.153738+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:20.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:20 smithi078 bash[22737]: audit 2024-08-19T10:44:19.162647+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:20.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:20 smithi078 bash[22737]: audit 2024-08-19T10:44:19.162647+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:20.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:20 smithi078 bash[22737]: audit 2024-08-19T10:44:19.164213+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:44:20.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:20 smithi078 bash[22737]: audit 2024-08-19T10:44:19.164213+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:44:20.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:20 smithi078 bash[22737]: audit 2024-08-19T10:44:19.165802+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:44:20.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:20 smithi078 bash[22737]: audit 2024-08-19T10:44:19.165802+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:44:20.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:20 smithi078 bash[22737]: audit 2024-08-19T10:44:19.176266+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:20.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:20 smithi078 bash[22737]: audit 2024-08-19T10:44:19.176266+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:20.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:20 smithi078 bash[22737]: cluster 2024-08-19T10:44:20.114654+0000 mgr.a (mgr.14150) 181 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:20.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:20 smithi078 bash[22737]: cluster 2024-08-19T10:44:20.114654+0000 mgr.a (mgr.14150) 181 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:22.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:22 smithi196 bash[24909]: cluster 2024-08-19T10:44:22.115120+0000 mgr.a (mgr.14150) 182 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:22.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:22 smithi196 bash[24909]: cluster 2024-08-19T10:44:22.115120+0000 mgr.a (mgr.14150) 182 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:22.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:22 smithi133 bash[24239]: cluster 2024-08-19T10:44:22.115120+0000 mgr.a (mgr.14150) 182 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:22.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:22 smithi133 bash[24239]: cluster 2024-08-19T10:44:22.115120+0000 mgr.a (mgr.14150) 182 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:22.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:22 smithi078 bash[22737]: cluster 2024-08-19T10:44:22.115120+0000 mgr.a (mgr.14150) 182 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:22.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:22 smithi078 bash[22737]: cluster 2024-08-19T10:44:22.115120+0000 mgr.a (mgr.14150) 182 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:23.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:23 smithi196 bash[24909]: audit 2024-08-19T10:44:22.568548+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.196:6800/140804915,v1:172.21.15.196:6801/140804915]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-08-19T10:44:23.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:23 smithi196 bash[24909]: audit 2024-08-19T10:44:22.568548+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.196:6800/140804915,v1:172.21.15.196:6801/140804915]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-08-19T10:44:23.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:23 smithi196 bash[24909]: audit 2024-08-19T10:44:22.569066+0000 mon.a (mon.0) 407 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-08-19T10:44:23.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:23 smithi196 bash[24909]: audit 2024-08-19T10:44:22.569066+0000 mon.a (mon.0) 407 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-08-19T10:44:23.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:23 smithi133 bash[24239]: audit 2024-08-19T10:44:22.568548+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.196:6800/140804915,v1:172.21.15.196:6801/140804915]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-08-19T10:44:23.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:23 smithi133 bash[24239]: audit 2024-08-19T10:44:22.568548+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.196:6800/140804915,v1:172.21.15.196:6801/140804915]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-08-19T10:44:23.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:23 smithi133 bash[24239]: audit 2024-08-19T10:44:22.569066+0000 mon.a (mon.0) 407 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-08-19T10:44:23.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:23 smithi133 bash[24239]: audit 2024-08-19T10:44:22.569066+0000 mon.a (mon.0) 407 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-08-19T10:44:23.503 INFO:teuthology.orchestra.run.smithi196.stdout:Created osd(s) 2 on host 'smithi196' 2024-08-19T10:44:23.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:23 smithi078 bash[22737]: audit 2024-08-19T10:44:22.568548+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.196:6800/140804915,v1:172.21.15.196:6801/140804915]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-08-19T10:44:23.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:23 smithi078 bash[22737]: audit 2024-08-19T10:44:22.568548+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.196:6800/140804915,v1:172.21.15.196:6801/140804915]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-08-19T10:44:23.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:23 smithi078 bash[22737]: audit 2024-08-19T10:44:22.569066+0000 mon.a (mon.0) 407 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-08-19T10:44:23.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:23 smithi078 bash[22737]: audit 2024-08-19T10:44:22.569066+0000 mon.a (mon.0) 407 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-08-19T10:44:24.070 DEBUG:teuthology.orchestra.run.smithi196:osd.2> sudo journalctl -f -n 0 -u ceph-094f3c46-5e17-11ef-bccf-c7b262605968@osd.2.service 2024-08-19T10:44:24.072 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-08-19T10:44:24.073 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:797669399b32d2915e64eb6d4b1257ae3c50f80b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 094f3c46-5e17-11ef-bccf-c7b262605968 -- ceph osd stat -f json 2024-08-19T10:44:24.463 INFO:journalctl@ceph.osd.2.smithi196.stdout:Aug 19 10:44:24 smithi196 bash[27673]: debug 2024-08-19T10:44:24.253+0000 7f7f7df36640 -1 osd.2 0 waiting for initial osdmap 2024-08-19T10:44:24.463 INFO:journalctl@ceph.osd.2.smithi196.stdout:Aug 19 10:44:24 smithi196 bash[27673]: debug 2024-08-19T10:44:24.257+0000 7f7f79d5d640 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-08-19T10:44:24.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:24 smithi196 bash[24909]: audit 2024-08-19T10:44:23.205157+0000 mon.a (mon.0) 408 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-08-19T10:44:24.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:24 smithi196 bash[24909]: audit 2024-08-19T10:44:23.205157+0000 mon.a (mon.0) 408 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-08-19T10:44:24.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:24 smithi196 bash[24909]: cluster 2024-08-19T10:44:23.209794+0000 mon.a (mon.0) 409 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-08-19T10:44:24.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:24 smithi196 bash[24909]: cluster 2024-08-19T10:44:23.209794+0000 mon.a (mon.0) 409 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-08-19T10:44:24.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:24 smithi196 bash[24909]: audit 2024-08-19T10:44:23.210295+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-08-19T10:44:24.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:24 smithi196 bash[24909]: audit 2024-08-19T10:44:23.210295+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-08-19T10:44:24.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:24 smithi196 bash[24909]: audit 2024-08-19T10:44:23.210485+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.196:6800/140804915,v1:172.21.15.196:6801/140804915]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi196", "root=default"]} : dispatch 2024-08-19T10:44:24.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:24 smithi196 bash[24909]: audit 2024-08-19T10:44:23.210485+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.196:6800/140804915,v1:172.21.15.196:6801/140804915]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi196", "root=default"]} : dispatch 2024-08-19T10:44:24.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:24 smithi196 bash[24909]: audit 2024-08-19T10:44:23.210922+0000 mon.a (mon.0) 411 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi196", "root=default"]} : dispatch 2024-08-19T10:44:24.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:24 smithi196 bash[24909]: audit 2024-08-19T10:44:23.210922+0000 mon.a (mon.0) 411 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi196", "root=default"]} : dispatch 2024-08-19T10:44:24.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:24 smithi196 bash[24909]: audit 2024-08-19T10:44:23.485074+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:44:24.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:24 smithi196 bash[24909]: audit 2024-08-19T10:44:23.485074+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:44:24.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:24 smithi196 bash[24909]: audit 2024-08-19T10:44:23.492306+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:24.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:24 smithi196 bash[24909]: audit 2024-08-19T10:44:23.492306+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:24.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:24 smithi196 bash[24909]: audit 2024-08-19T10:44:23.499682+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:24.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:24 smithi196 bash[24909]: audit 2024-08-19T10:44:23.499682+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:24.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:24 smithi196 bash[24909]: cluster 2024-08-19T10:44:24.115587+0000 mgr.a (mgr.14150) 183 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:24.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:24 smithi196 bash[24909]: cluster 2024-08-19T10:44:24.115587+0000 mgr.a (mgr.14150) 183 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:24.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:24 smithi133 bash[24239]: audit 2024-08-19T10:44:23.205157+0000 mon.a (mon.0) 408 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-08-19T10:44:24.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:24 smithi133 bash[24239]: audit 2024-08-19T10:44:23.205157+0000 mon.a (mon.0) 408 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-08-19T10:44:24.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:24 smithi133 bash[24239]: cluster 2024-08-19T10:44:23.209794+0000 mon.a (mon.0) 409 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-08-19T10:44:24.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:24 smithi133 bash[24239]: cluster 2024-08-19T10:44:23.209794+0000 mon.a (mon.0) 409 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-08-19T10:44:24.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:24 smithi133 bash[24239]: audit 2024-08-19T10:44:23.210295+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-08-19T10:44:24.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:24 smithi133 bash[24239]: audit 2024-08-19T10:44:23.210295+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-08-19T10:44:24.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:24 smithi133 bash[24239]: audit 2024-08-19T10:44:23.210485+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.196:6800/140804915,v1:172.21.15.196:6801/140804915]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi196", "root=default"]} : dispatch 2024-08-19T10:44:24.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:24 smithi133 bash[24239]: audit 2024-08-19T10:44:23.210485+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.196:6800/140804915,v1:172.21.15.196:6801/140804915]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi196", "root=default"]} : dispatch 2024-08-19T10:44:24.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:24 smithi133 bash[24239]: audit 2024-08-19T10:44:23.210922+0000 mon.a (mon.0) 411 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi196", "root=default"]} : dispatch 2024-08-19T10:44:24.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:24 smithi133 bash[24239]: audit 2024-08-19T10:44:23.210922+0000 mon.a (mon.0) 411 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi196", "root=default"]} : dispatch 2024-08-19T10:44:24.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:24 smithi133 bash[24239]: audit 2024-08-19T10:44:23.485074+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:44:24.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:24 smithi133 bash[24239]: audit 2024-08-19T10:44:23.485074+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:44:24.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:24 smithi133 bash[24239]: audit 2024-08-19T10:44:23.492306+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:24.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:24 smithi133 bash[24239]: audit 2024-08-19T10:44:23.492306+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:24.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:24 smithi133 bash[24239]: audit 2024-08-19T10:44:23.499682+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:24.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:24 smithi133 bash[24239]: audit 2024-08-19T10:44:23.499682+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:24.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:24 smithi133 bash[24239]: cluster 2024-08-19T10:44:24.115587+0000 mgr.a (mgr.14150) 183 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:24.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:24 smithi133 bash[24239]: cluster 2024-08-19T10:44:24.115587+0000 mgr.a (mgr.14150) 183 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:24.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:24 smithi078 bash[22737]: audit 2024-08-19T10:44:23.205157+0000 mon.a (mon.0) 408 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-08-19T10:44:24.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:24 smithi078 bash[22737]: audit 2024-08-19T10:44:23.205157+0000 mon.a (mon.0) 408 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-08-19T10:44:24.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:24 smithi078 bash[22737]: cluster 2024-08-19T10:44:23.209794+0000 mon.a (mon.0) 409 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-08-19T10:44:24.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:24 smithi078 bash[22737]: cluster 2024-08-19T10:44:23.209794+0000 mon.a (mon.0) 409 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-08-19T10:44:24.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:24 smithi078 bash[22737]: audit 2024-08-19T10:44:23.210295+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-08-19T10:44:24.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:24 smithi078 bash[22737]: audit 2024-08-19T10:44:23.210295+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-08-19T10:44:24.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:24 smithi078 bash[22737]: audit 2024-08-19T10:44:23.210485+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.196:6800/140804915,v1:172.21.15.196:6801/140804915]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi196", "root=default"]} : dispatch 2024-08-19T10:44:24.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:24 smithi078 bash[22737]: audit 2024-08-19T10:44:23.210485+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.196:6800/140804915,v1:172.21.15.196:6801/140804915]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi196", "root=default"]} : dispatch 2024-08-19T10:44:24.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:24 smithi078 bash[22737]: audit 2024-08-19T10:44:23.210922+0000 mon.a (mon.0) 411 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi196", "root=default"]} : dispatch 2024-08-19T10:44:24.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:24 smithi078 bash[22737]: audit 2024-08-19T10:44:23.210922+0000 mon.a (mon.0) 411 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi196", "root=default"]} : dispatch 2024-08-19T10:44:24.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:24 smithi078 bash[22737]: audit 2024-08-19T10:44:23.485074+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:44:24.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:24 smithi078 bash[22737]: audit 2024-08-19T10:44:23.485074+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:44:24.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:24 smithi078 bash[22737]: audit 2024-08-19T10:44:23.492306+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:24.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:24 smithi078 bash[22737]: audit 2024-08-19T10:44:23.492306+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:24.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:24 smithi078 bash[22737]: audit 2024-08-19T10:44:23.499682+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:24.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:24 smithi078 bash[22737]: audit 2024-08-19T10:44:23.499682+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:24.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:24 smithi078 bash[22737]: cluster 2024-08-19T10:44:24.115587+0000 mgr.a (mgr.14150) 183 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:24.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:24 smithi078 bash[22737]: cluster 2024-08-19T10:44:24.115587+0000 mgr.a (mgr.14150) 183 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:25.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:25 smithi133 bash[24239]: audit 2024-08-19T10:44:24.207371+0000 mon.a (mon.0) 415 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]': finished 2024-08-19T10:44:25.495 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:25 smithi133 bash[24239]: audit 2024-08-19T10:44:24.207371+0000 mon.a (mon.0) 415 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]': finished 2024-08-19T10:44:25.495 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:25 smithi133 bash[24239]: cluster 2024-08-19T10:44:24.214201+0000 mon.a (mon.0) 416 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-08-19T10:44:25.496 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:25 smithi133 bash[24239]: cluster 2024-08-19T10:44:24.214201+0000 mon.a (mon.0) 416 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-08-19T10:44:25.496 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:25 smithi133 bash[24239]: audit 2024-08-19T10:44:24.215114+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-08-19T10:44:25.496 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:25 smithi133 bash[24239]: audit 2024-08-19T10:44:24.215114+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-08-19T10:44:25.496 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:25 smithi133 bash[24239]: audit 2024-08-19T10:44:24.224526+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-08-19T10:44:25.496 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:25 smithi133 bash[24239]: audit 2024-08-19T10:44:24.224526+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-08-19T10:44:25.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:25 smithi078 bash[22737]: audit 2024-08-19T10:44:24.207371+0000 mon.a (mon.0) 415 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]': finished 2024-08-19T10:44:25.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:25 smithi078 bash[22737]: audit 2024-08-19T10:44:24.207371+0000 mon.a (mon.0) 415 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]': finished 2024-08-19T10:44:25.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:25 smithi078 bash[22737]: cluster 2024-08-19T10:44:24.214201+0000 mon.a (mon.0) 416 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-08-19T10:44:25.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:25 smithi078 bash[22737]: cluster 2024-08-19T10:44:24.214201+0000 mon.a (mon.0) 416 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-08-19T10:44:25.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:25 smithi078 bash[22737]: audit 2024-08-19T10:44:24.215114+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-08-19T10:44:25.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:25 smithi078 bash[22737]: audit 2024-08-19T10:44:24.215114+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-08-19T10:44:25.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:25 smithi078 bash[22737]: audit 2024-08-19T10:44:24.224526+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-08-19T10:44:25.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:25 smithi078 bash[22737]: audit 2024-08-19T10:44:24.224526+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-08-19T10:44:25.712 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:25 smithi196 bash[24909]: audit 2024-08-19T10:44:24.207371+0000 mon.a (mon.0) 415 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]': finished 2024-08-19T10:44:25.712 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:25 smithi196 bash[24909]: audit 2024-08-19T10:44:24.207371+0000 mon.a (mon.0) 415 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]': finished 2024-08-19T10:44:25.712 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:25 smithi196 bash[24909]: cluster 2024-08-19T10:44:24.214201+0000 mon.a (mon.0) 416 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-08-19T10:44:25.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:25 smithi196 bash[24909]: cluster 2024-08-19T10:44:24.214201+0000 mon.a (mon.0) 416 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-08-19T10:44:25.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:25 smithi196 bash[24909]: audit 2024-08-19T10:44:24.215114+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-08-19T10:44:25.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:25 smithi196 bash[24909]: audit 2024-08-19T10:44:24.215114+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-08-19T10:44:25.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:25 smithi196 bash[24909]: audit 2024-08-19T10:44:24.224526+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-08-19T10:44:25.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:25 smithi196 bash[24909]: audit 2024-08-19T10:44:24.224526+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-08-19T10:44:26.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:26 smithi133 bash[24239]: cluster 2024-08-19T10:44:23.575503+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-08-19T10:44:26.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:26 smithi133 bash[24239]: cluster 2024-08-19T10:44:23.575503+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-08-19T10:44:26.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:26 smithi133 bash[24239]: cluster 2024-08-19T10:44:23.575574+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-08-19T10:44:26.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:26 smithi133 bash[24239]: cluster 2024-08-19T10:44:23.575574+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-08-19T10:44:26.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:26 smithi133 bash[24239]: cluster 2024-08-19T10:44:25.224335+0000 mon.a (mon.0) 419 : cluster [INF] osd.2 [v2:172.21.15.196:6800/140804915,v1:172.21.15.196:6801/140804915] boot 2024-08-19T10:44:26.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:26 smithi133 bash[24239]: cluster 2024-08-19T10:44:25.224335+0000 mon.a (mon.0) 419 : cluster [INF] osd.2 [v2:172.21.15.196:6800/140804915,v1:172.21.15.196:6801/140804915] boot 2024-08-19T10:44:26.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:26 smithi133 bash[24239]: cluster 2024-08-19T10:44:25.224422+0000 mon.a (mon.0) 420 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-08-19T10:44:26.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:26 smithi133 bash[24239]: cluster 2024-08-19T10:44:25.224422+0000 mon.a (mon.0) 420 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-08-19T10:44:26.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:26 smithi133 bash[24239]: audit 2024-08-19T10:44:25.225028+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-08-19T10:44:26.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:26 smithi133 bash[24239]: audit 2024-08-19T10:44:25.225028+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-08-19T10:44:26.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:26 smithi133 bash[24239]: cluster 2024-08-19T10:44:26.116141+0000 mgr.a (mgr.14150) 184 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:26.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:26 smithi133 bash[24239]: cluster 2024-08-19T10:44:26.116141+0000 mgr.a (mgr.14150) 184 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:26.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:26 smithi078 bash[22737]: cluster 2024-08-19T10:44:23.575503+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-08-19T10:44:26.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:26 smithi078 bash[22737]: cluster 2024-08-19T10:44:23.575503+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-08-19T10:44:26.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:26 smithi078 bash[22737]: cluster 2024-08-19T10:44:23.575574+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-08-19T10:44:26.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:26 smithi078 bash[22737]: cluster 2024-08-19T10:44:23.575574+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-08-19T10:44:26.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:26 smithi078 bash[22737]: cluster 2024-08-19T10:44:25.224335+0000 mon.a (mon.0) 419 : cluster [INF] osd.2 [v2:172.21.15.196:6800/140804915,v1:172.21.15.196:6801/140804915] boot 2024-08-19T10:44:26.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:26 smithi078 bash[22737]: cluster 2024-08-19T10:44:25.224335+0000 mon.a (mon.0) 419 : cluster [INF] osd.2 [v2:172.21.15.196:6800/140804915,v1:172.21.15.196:6801/140804915] boot 2024-08-19T10:44:26.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:26 smithi078 bash[22737]: cluster 2024-08-19T10:44:25.224422+0000 mon.a (mon.0) 420 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-08-19T10:44:26.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:26 smithi078 bash[22737]: cluster 2024-08-19T10:44:25.224422+0000 mon.a (mon.0) 420 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-08-19T10:44:26.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:26 smithi078 bash[22737]: audit 2024-08-19T10:44:25.225028+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-08-19T10:44:26.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:26 smithi078 bash[22737]: audit 2024-08-19T10:44:25.225028+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-08-19T10:44:26.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:26 smithi078 bash[22737]: cluster 2024-08-19T10:44:26.116141+0000 mgr.a (mgr.14150) 184 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:26.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:26 smithi078 bash[22737]: cluster 2024-08-19T10:44:26.116141+0000 mgr.a (mgr.14150) 184 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:26.712 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:26 smithi196 bash[24909]: cluster 2024-08-19T10:44:23.575503+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-08-19T10:44:26.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:26 smithi196 bash[24909]: cluster 2024-08-19T10:44:23.575503+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-08-19T10:44:26.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:26 smithi196 bash[24909]: cluster 2024-08-19T10:44:23.575574+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-08-19T10:44:26.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:26 smithi196 bash[24909]: cluster 2024-08-19T10:44:23.575574+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-08-19T10:44:26.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:26 smithi196 bash[24909]: cluster 2024-08-19T10:44:25.224335+0000 mon.a (mon.0) 419 : cluster [INF] osd.2 [v2:172.21.15.196:6800/140804915,v1:172.21.15.196:6801/140804915] boot 2024-08-19T10:44:26.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:26 smithi196 bash[24909]: cluster 2024-08-19T10:44:25.224335+0000 mon.a (mon.0) 419 : cluster [INF] osd.2 [v2:172.21.15.196:6800/140804915,v1:172.21.15.196:6801/140804915] boot 2024-08-19T10:44:26.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:26 smithi196 bash[24909]: cluster 2024-08-19T10:44:25.224422+0000 mon.a (mon.0) 420 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-08-19T10:44:26.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:26 smithi196 bash[24909]: cluster 2024-08-19T10:44:25.224422+0000 mon.a (mon.0) 420 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-08-19T10:44:26.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:26 smithi196 bash[24909]: audit 2024-08-19T10:44:25.225028+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-08-19T10:44:26.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:26 smithi196 bash[24909]: audit 2024-08-19T10:44:25.225028+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-08-19T10:44:26.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:26 smithi196 bash[24909]: cluster 2024-08-19T10:44:26.116141+0000 mgr.a (mgr.14150) 184 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:26.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:26 smithi196 bash[24909]: cluster 2024-08-19T10:44:26.116141+0000 mgr.a (mgr.14150) 184 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-08-19T10:44:27.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:27 smithi133 bash[24239]: cluster 2024-08-19T10:44:26.242839+0000 mon.a (mon.0) 422 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-08-19T10:44:27.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:27 smithi133 bash[24239]: cluster 2024-08-19T10:44:26.242839+0000 mon.a (mon.0) 422 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-08-19T10:44:27.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:27 smithi133 bash[24239]: audit 2024-08-19T10:44:26.490211+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' 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-08-19T10:44:27.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:27 smithi133 bash[24239]: audit 2024-08-19T10:44:26.490211+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' 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-08-19T10:44:27.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:27 smithi078 bash[22737]: cluster 2024-08-19T10:44:26.242839+0000 mon.a (mon.0) 422 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-08-19T10:44:27.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:27 smithi078 bash[22737]: cluster 2024-08-19T10:44:26.242839+0000 mon.a (mon.0) 422 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-08-19T10:44:27.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:27 smithi078 bash[22737]: audit 2024-08-19T10:44:26.490211+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' 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-08-19T10:44:27.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:27 smithi078 bash[22737]: audit 2024-08-19T10:44:26.490211+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' 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-08-19T10:44:27.712 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:27 smithi196 bash[24909]: cluster 2024-08-19T10:44:26.242839+0000 mon.a (mon.0) 422 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-08-19T10:44:27.712 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:27 smithi196 bash[24909]: cluster 2024-08-19T10:44:26.242839+0000 mon.a (mon.0) 422 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-08-19T10:44:27.712 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:27 smithi196 bash[24909]: audit 2024-08-19T10:44:26.490211+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' 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-08-19T10:44:27.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:27 smithi196 bash[24909]: audit 2024-08-19T10:44:26.490211+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' 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-08-19T10:44:28.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:28 smithi078 bash[22737]: audit 2024-08-19T10:44:27.247784+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' 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-08-19T10:44:28.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:28 smithi078 bash[22737]: audit 2024-08-19T10:44:27.247784+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' 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-08-19T10:44:28.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:28 smithi078 bash[22737]: cluster 2024-08-19T10:44:27.252727+0000 mon.a (mon.0) 425 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-08-19T10:44:28.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:28 smithi078 bash[22737]: cluster 2024-08-19T10:44:27.252727+0000 mon.a (mon.0) 425 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-08-19T10:44:28.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:28 smithi078 bash[22737]: audit 2024-08-19T10:44:27.254457+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-08-19T10:44:28.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:28 smithi078 bash[22737]: audit 2024-08-19T10:44:27.254457+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-08-19T10:44:28.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:28 smithi078 bash[22737]: cluster 2024-08-19T10:44:28.116775+0000 mgr.a (mgr.14150) 185 : cluster [DBG] pgmap v141: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:28.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:28 smithi078 bash[22737]: cluster 2024-08-19T10:44:28.116775+0000 mgr.a (mgr.14150) 185 : cluster [DBG] pgmap v141: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:28.615 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:28 smithi196 bash[24909]: audit 2024-08-19T10:44:27.247784+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' 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-08-19T10:44:28.615 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:28 smithi196 bash[24909]: audit 2024-08-19T10:44:27.247784+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' 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-08-19T10:44:28.615 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:28 smithi196 bash[24909]: cluster 2024-08-19T10:44:27.252727+0000 mon.a (mon.0) 425 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-08-19T10:44:28.615 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:28 smithi196 bash[24909]: cluster 2024-08-19T10:44:27.252727+0000 mon.a (mon.0) 425 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-08-19T10:44:28.615 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:28 smithi196 bash[24909]: audit 2024-08-19T10:44:27.254457+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-08-19T10:44:28.615 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:28 smithi196 bash[24909]: audit 2024-08-19T10:44:27.254457+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-08-19T10:44:28.615 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:28 smithi196 bash[24909]: cluster 2024-08-19T10:44:28.116775+0000 mgr.a (mgr.14150) 185 : cluster [DBG] pgmap v141: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:28.615 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:28 smithi196 bash[24909]: cluster 2024-08-19T10:44:28.116775+0000 mgr.a (mgr.14150) 185 : cluster [DBG] pgmap v141: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:28.740 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:28 smithi133 bash[24239]: audit 2024-08-19T10:44:27.247784+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' 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-08-19T10:44:28.740 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:28 smithi133 bash[24239]: audit 2024-08-19T10:44:27.247784+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' 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-08-19T10:44:28.740 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:28 smithi133 bash[24239]: cluster 2024-08-19T10:44:27.252727+0000 mon.a (mon.0) 425 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-08-19T10:44:28.740 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:28 smithi133 bash[24239]: cluster 2024-08-19T10:44:27.252727+0000 mon.a (mon.0) 425 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-08-19T10:44:28.740 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:28 smithi133 bash[24239]: audit 2024-08-19T10:44:27.254457+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-08-19T10:44:28.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:28 smithi133 bash[24239]: audit 2024-08-19T10:44:27.254457+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-08-19T10:44:28.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:28 smithi133 bash[24239]: cluster 2024-08-19T10:44:28.116775+0000 mgr.a (mgr.14150) 185 : cluster [DBG] pgmap v141: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:28.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:28 smithi133 bash[24239]: cluster 2024-08-19T10:44:28.116775+0000 mgr.a (mgr.14150) 185 : cluster [DBG] pgmap v141: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:28.819 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/mon.a/config 2024-08-19T10:44:29.554 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:29 smithi196 bash[24909]: cluster 2024-08-19T10:44:28.247653+0000 mon.a (mon.0) 427 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-08-19T10:44:29.554 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:29 smithi196 bash[24909]: cluster 2024-08-19T10:44:28.247653+0000 mon.a (mon.0) 427 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-08-19T10:44:29.554 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:29 smithi196 bash[24909]: audit 2024-08-19T10:44:28.256895+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-08-19T10:44:29.554 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:29 smithi196 bash[24909]: audit 2024-08-19T10:44:28.256895+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-08-19T10:44:29.554 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:29 smithi196 bash[24909]: cluster 2024-08-19T10:44:28.263639+0000 mon.a (mon.0) 429 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-08-19T10:44:29.554 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:29 smithi196 bash[24909]: cluster 2024-08-19T10:44:28.263639+0000 mon.a (mon.0) 429 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-08-19T10:44:29.554 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:29 smithi196 bash[24909]: audit 2024-08-19T10:44:28.442045+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:29.554 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:29 smithi196 bash[24909]: audit 2024-08-19T10:44:28.442045+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:29.555 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:29 smithi196 bash[24909]: audit 2024-08-19T10:44:28.544200+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:29.555 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:29 smithi196 bash[24909]: audit 2024-08-19T10:44:28.544200+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:29.555 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:29 smithi196 bash[24909]: audit 2024-08-19T10:44:28.641913+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:29.555 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:29 smithi196 bash[24909]: audit 2024-08-19T10:44:28.641913+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:29.555 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:29 smithi196 bash[24909]: audit 2024-08-19T10:44:28.644722+0000 mon.a (mon.0) 433 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-08-19T10:44:29.555 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:29 smithi196 bash[24909]: audit 2024-08-19T10:44:28.644722+0000 mon.a (mon.0) 433 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-08-19T10:44:29.555 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:29 smithi196 bash[24909]: audit 2024-08-19T10:44:28.697631+0000 mon.a (mon.0) 434 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-08-19T10:44:29.555 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:29 smithi196 bash[24909]: audit 2024-08-19T10:44:28.697631+0000 mon.a (mon.0) 434 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-08-19T10:44:29.555 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:29 smithi196 bash[24909]: audit 2024-08-19T10:44:28.697964+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-08-19T10:44:29.555 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:29 smithi196 bash[24909]: audit 2024-08-19T10:44:28.697964+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-08-19T10:44:29.555 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:29 smithi196 bash[24909]: audit 2024-08-19T10:44:28.698208+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:44:29.556 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:29 smithi196 bash[24909]: audit 2024-08-19T10:44:28.698208+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:44:29.556 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:29 smithi196 bash[24909]: audit 2024-08-19T10:44:28.698397+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:44:29.556 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:29 smithi196 bash[24909]: audit 2024-08-19T10:44:28.698397+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:44:29.556 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:29 smithi196 bash[24909]: audit 2024-08-19T10:44:28.701118+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-08-19T10:44:29.556 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:29 smithi196 bash[24909]: audit 2024-08-19T10:44:28.701118+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-08-19T10:44:29.556 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:29 smithi196 bash[24909]: audit 2024-08-19T10:44:28.701261+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-08-19T10:44:29.556 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:29 smithi196 bash[24909]: audit 2024-08-19T10:44:28.701261+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-08-19T10:44:29.556 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:29 smithi196 bash[24909]: audit 2024-08-19T10:44:28.701359+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:44:29.556 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:29 smithi196 bash[24909]: audit 2024-08-19T10:44:28.701359+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:44:29.556 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:29 smithi196 bash[24909]: audit 2024-08-19T10:44:28.701576+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:44:29.556 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:29 smithi196 bash[24909]: audit 2024-08-19T10:44:28.701576+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:44:29.556 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:29 smithi196 bash[24909]: audit 2024-08-19T10:44:28.754240+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-08-19T10:44:29.556 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:29 smithi196 bash[24909]: audit 2024-08-19T10:44:28.754240+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-08-19T10:44:29.557 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:29 smithi196 bash[24909]: audit 2024-08-19T10:44:28.757908+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-08-19T10:44:29.557 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:29 smithi196 bash[24909]: audit 2024-08-19T10:44:28.757908+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-08-19T10:44:29.557 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:29 smithi196 bash[24909]: audit 2024-08-19T10:44:28.758330+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:44:29.557 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:29 smithi196 bash[24909]: audit 2024-08-19T10:44:28.758330+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:44:29.557 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:29 smithi196 bash[24909]: audit 2024-08-19T10:44:28.758380+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-08-19T10:44:29.557 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:29 smithi196 bash[24909]: audit 2024-08-19T10:44:28.758380+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-08-19T10:44:29.557 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:29 smithi196 bash[24909]: audit 2024-08-19T10:44:28.758719+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:44:29.557 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:29 smithi196 bash[24909]: audit 2024-08-19T10:44:28.758719+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:44:29.557 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:29 smithi196 bash[24909]: audit 2024-08-19T10:44:28.814914+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-08-19T10:44:29.557 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:29 smithi196 bash[24909]: audit 2024-08-19T10:44:28.814914+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-08-19T10:44:29.740 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:29 smithi133 bash[24239]: cluster 2024-08-19T10:44:28.247653+0000 mon.a (mon.0) 427 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-08-19T10:44:29.740 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:29 smithi133 bash[24239]: cluster 2024-08-19T10:44:28.247653+0000 mon.a (mon.0) 427 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-08-19T10:44:29.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:29 smithi133 bash[24239]: audit 2024-08-19T10:44:28.256895+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-08-19T10:44:29.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:29 smithi133 bash[24239]: audit 2024-08-19T10:44:28.256895+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-08-19T10:44:29.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:29 smithi133 bash[24239]: cluster 2024-08-19T10:44:28.263639+0000 mon.a (mon.0) 429 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-08-19T10:44:29.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:29 smithi133 bash[24239]: cluster 2024-08-19T10:44:28.263639+0000 mon.a (mon.0) 429 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-08-19T10:44:29.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:29 smithi133 bash[24239]: audit 2024-08-19T10:44:28.442045+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:29.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:29 smithi133 bash[24239]: audit 2024-08-19T10:44:28.442045+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:29.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:29 smithi133 bash[24239]: audit 2024-08-19T10:44:28.544200+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:29.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:29 smithi133 bash[24239]: audit 2024-08-19T10:44:28.544200+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:29.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:29 smithi133 bash[24239]: audit 2024-08-19T10:44:28.641913+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:29.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:29 smithi133 bash[24239]: audit 2024-08-19T10:44:28.641913+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:29.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:29 smithi133 bash[24239]: audit 2024-08-19T10:44:28.644722+0000 mon.a (mon.0) 433 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-08-19T10:44:29.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:29 smithi133 bash[24239]: audit 2024-08-19T10:44:28.644722+0000 mon.a (mon.0) 433 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-08-19T10:44:29.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:29 smithi133 bash[24239]: audit 2024-08-19T10:44:28.697631+0000 mon.a (mon.0) 434 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-08-19T10:44:29.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:29 smithi133 bash[24239]: audit 2024-08-19T10:44:28.697631+0000 mon.a (mon.0) 434 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-08-19T10:44:29.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:29 smithi133 bash[24239]: audit 2024-08-19T10:44:28.697964+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-08-19T10:44:29.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:29 smithi133 bash[24239]: audit 2024-08-19T10:44:28.697964+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-08-19T10:44:29.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:29 smithi133 bash[24239]: audit 2024-08-19T10:44:28.698208+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:44:29.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:29 smithi133 bash[24239]: audit 2024-08-19T10:44:28.698208+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:44:29.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:29 smithi133 bash[24239]: audit 2024-08-19T10:44:28.698397+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:44:29.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:29 smithi133 bash[24239]: audit 2024-08-19T10:44:28.698397+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:44:29.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:29 smithi133 bash[24239]: audit 2024-08-19T10:44:28.701118+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-08-19T10:44:29.743 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:29 smithi133 bash[24239]: audit 2024-08-19T10:44:28.701118+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-08-19T10:44:29.743 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:29 smithi133 bash[24239]: audit 2024-08-19T10:44:28.701261+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-08-19T10:44:29.743 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:29 smithi133 bash[24239]: audit 2024-08-19T10:44:28.701261+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-08-19T10:44:29.743 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:29 smithi133 bash[24239]: audit 2024-08-19T10:44:28.701359+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:44:29.743 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:29 smithi133 bash[24239]: audit 2024-08-19T10:44:28.701359+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:44:29.743 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:29 smithi133 bash[24239]: audit 2024-08-19T10:44:28.701576+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:44:29.743 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:29 smithi133 bash[24239]: audit 2024-08-19T10:44:28.701576+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:44:29.743 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:29 smithi133 bash[24239]: audit 2024-08-19T10:44:28.754240+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-08-19T10:44:29.743 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:29 smithi133 bash[24239]: audit 2024-08-19T10:44:28.754240+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-08-19T10:44:29.743 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:29 smithi133 bash[24239]: audit 2024-08-19T10:44:28.757908+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-08-19T10:44:29.743 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:29 smithi133 bash[24239]: audit 2024-08-19T10:44:28.757908+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-08-19T10:44:29.743 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:29 smithi133 bash[24239]: audit 2024-08-19T10:44:28.758330+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:44:29.743 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:29 smithi133 bash[24239]: audit 2024-08-19T10:44:28.758330+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:44:29.743 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:29 smithi133 bash[24239]: audit 2024-08-19T10:44:28.758380+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-08-19T10:44:29.744 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:29 smithi133 bash[24239]: audit 2024-08-19T10:44:28.758380+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-08-19T10:44:29.744 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:29 smithi133 bash[24239]: audit 2024-08-19T10:44:28.758719+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:44:29.744 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:29 smithi133 bash[24239]: audit 2024-08-19T10:44:28.758719+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:44:29.744 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:29 smithi133 bash[24239]: audit 2024-08-19T10:44:28.814914+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-08-19T10:44:29.744 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:29 smithi133 bash[24239]: audit 2024-08-19T10:44:28.814914+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-08-19T10:44:29.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:29 smithi078 bash[22737]: cluster 2024-08-19T10:44:28.247653+0000 mon.a (mon.0) 427 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-08-19T10:44:29.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:29 smithi078 bash[22737]: cluster 2024-08-19T10:44:28.247653+0000 mon.a (mon.0) 427 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-08-19T10:44:29.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:29 smithi078 bash[22737]: audit 2024-08-19T10:44:28.256895+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-08-19T10:44:29.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:29 smithi078 bash[22737]: audit 2024-08-19T10:44:28.256895+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-08-19T10:44:29.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:29 smithi078 bash[22737]: cluster 2024-08-19T10:44:28.263639+0000 mon.a (mon.0) 429 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-08-19T10:44:29.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:29 smithi078 bash[22737]: cluster 2024-08-19T10:44:28.263639+0000 mon.a (mon.0) 429 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-08-19T10:44:29.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:29 smithi078 bash[22737]: audit 2024-08-19T10:44:28.442045+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:29.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:29 smithi078 bash[22737]: audit 2024-08-19T10:44:28.442045+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:29.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:29 smithi078 bash[22737]: audit 2024-08-19T10:44:28.544200+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:29.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:29 smithi078 bash[22737]: audit 2024-08-19T10:44:28.544200+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:29.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:29 smithi078 bash[22737]: audit 2024-08-19T10:44:28.641913+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:29.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:29 smithi078 bash[22737]: audit 2024-08-19T10:44:28.641913+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:29.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:29 smithi078 bash[22737]: audit 2024-08-19T10:44:28.644722+0000 mon.a (mon.0) 433 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-08-19T10:44:29.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:29 smithi078 bash[22737]: audit 2024-08-19T10:44:28.644722+0000 mon.a (mon.0) 433 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-08-19T10:44:29.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:29 smithi078 bash[22737]: audit 2024-08-19T10:44:28.697631+0000 mon.a (mon.0) 434 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-08-19T10:44:29.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:29 smithi078 bash[22737]: audit 2024-08-19T10:44:28.697631+0000 mon.a (mon.0) 434 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-08-19T10:44:29.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:29 smithi078 bash[22737]: audit 2024-08-19T10:44:28.697964+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-08-19T10:44:29.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:29 smithi078 bash[22737]: audit 2024-08-19T10:44:28.697964+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-08-19T10:44:29.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:29 smithi078 bash[22737]: audit 2024-08-19T10:44:28.698208+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:44:29.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:29 smithi078 bash[22737]: audit 2024-08-19T10:44:28.698208+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:44:29.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:29 smithi078 bash[22737]: audit 2024-08-19T10:44:28.698397+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:44:29.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:29 smithi078 bash[22737]: audit 2024-08-19T10:44:28.698397+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:44:29.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:29 smithi078 bash[22737]: audit 2024-08-19T10:44:28.701118+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-08-19T10:44:29.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:29 smithi078 bash[22737]: audit 2024-08-19T10:44:28.701118+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-08-19T10:44:29.762 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:29 smithi078 bash[22737]: audit 2024-08-19T10:44:28.701261+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-08-19T10:44:29.762 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:29 smithi078 bash[22737]: audit 2024-08-19T10:44:28.701261+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-08-19T10:44:29.762 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:29 smithi078 bash[22737]: audit 2024-08-19T10:44:28.701359+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:44:29.762 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:29 smithi078 bash[22737]: audit 2024-08-19T10:44:28.701359+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:44:29.762 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:29 smithi078 bash[22737]: audit 2024-08-19T10:44:28.701576+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:44:29.762 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:29 smithi078 bash[22737]: audit 2024-08-19T10:44:28.701576+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:44:29.762 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:29 smithi078 bash[22737]: audit 2024-08-19T10:44:28.754240+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-08-19T10:44:29.762 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:29 smithi078 bash[22737]: audit 2024-08-19T10:44:28.754240+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-08-19T10:44:29.762 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:29 smithi078 bash[22737]: audit 2024-08-19T10:44:28.757908+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-08-19T10:44:29.762 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:29 smithi078 bash[22737]: audit 2024-08-19T10:44:28.757908+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-08-19T10:44:29.762 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:29 smithi078 bash[22737]: audit 2024-08-19T10:44:28.758330+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:44:29.762 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:29 smithi078 bash[22737]: audit 2024-08-19T10:44:28.758330+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:44:29.763 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:29 smithi078 bash[22737]: audit 2024-08-19T10:44:28.758380+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-08-19T10:44:29.763 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:29 smithi078 bash[22737]: audit 2024-08-19T10:44:28.758380+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-08-19T10:44:29.763 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:29 smithi078 bash[22737]: audit 2024-08-19T10:44:28.758719+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:44:29.763 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:29 smithi078 bash[22737]: audit 2024-08-19T10:44:28.758719+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:44:29.763 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:29 smithi078 bash[22737]: audit 2024-08-19T10:44:28.814914+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-08-19T10:44:29.763 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:29 smithi078 bash[22737]: audit 2024-08-19T10:44:28.814914+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-08-19T10:44:30.285 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-08-19T10:44:30.712 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:30 smithi196 bash[24909]: cluster 2024-08-19T10:44:29.266317+0000 mon.a (mon.0) 444 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-08-19T10:44:30.712 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:30 smithi196 bash[24909]: cluster 2024-08-19T10:44:29.266317+0000 mon.a (mon.0) 444 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-08-19T10:44:30.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:30 smithi196 bash[24909]: cluster 2024-08-19T10:44:29.456800+0000 mon.a (mon.0) 445 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-08-19T10:44:30.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:30 smithi196 bash[24909]: cluster 2024-08-19T10:44:29.456800+0000 mon.a (mon.0) 445 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-08-19T10:44:30.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:30 smithi196 bash[24909]: cluster 2024-08-19T10:44:30.117115+0000 mgr.a (mgr.14150) 186 : cluster [DBG] pgmap v144: 1 pgs: 1 creating+peering; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:30.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:30 smithi196 bash[24909]: cluster 2024-08-19T10:44:30.117115+0000 mgr.a (mgr.14150) 186 : cluster [DBG] pgmap v144: 1 pgs: 1 creating+peering; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:30.740 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:30 smithi133 bash[24239]: cluster 2024-08-19T10:44:29.266317+0000 mon.a (mon.0) 444 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-08-19T10:44:30.740 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:30 smithi133 bash[24239]: cluster 2024-08-19T10:44:29.266317+0000 mon.a (mon.0) 444 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-08-19T10:44:30.740 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:30 smithi133 bash[24239]: cluster 2024-08-19T10:44:29.456800+0000 mon.a (mon.0) 445 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-08-19T10:44:30.740 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:30 smithi133 bash[24239]: cluster 2024-08-19T10:44:29.456800+0000 mon.a (mon.0) 445 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-08-19T10:44:30.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:30 smithi133 bash[24239]: cluster 2024-08-19T10:44:30.117115+0000 mgr.a (mgr.14150) 186 : cluster [DBG] pgmap v144: 1 pgs: 1 creating+peering; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:30.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:30 smithi133 bash[24239]: cluster 2024-08-19T10:44:30.117115+0000 mgr.a (mgr.14150) 186 : cluster [DBG] pgmap v144: 1 pgs: 1 creating+peering; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:30.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:30 smithi078 bash[22737]: cluster 2024-08-19T10:44:29.266317+0000 mon.a (mon.0) 444 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-08-19T10:44:30.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:30 smithi078 bash[22737]: cluster 2024-08-19T10:44:29.266317+0000 mon.a (mon.0) 444 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-08-19T10:44:30.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:30 smithi078 bash[22737]: cluster 2024-08-19T10:44:29.456800+0000 mon.a (mon.0) 445 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-08-19T10:44:30.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:30 smithi078 bash[22737]: cluster 2024-08-19T10:44:29.456800+0000 mon.a (mon.0) 445 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-08-19T10:44:30.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:30 smithi078 bash[22737]: cluster 2024-08-19T10:44:30.117115+0000 mgr.a (mgr.14150) 186 : cluster [DBG] pgmap v144: 1 pgs: 1 creating+peering; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:30.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:30 smithi078 bash[22737]: cluster 2024-08-19T10:44:30.117115+0000 mgr.a (mgr.14150) 186 : cluster [DBG] pgmap v144: 1 pgs: 1 creating+peering; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:30.919 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":22,"num_osds":3,"num_up_osds":3,"osd_up_since":1724064265,"num_in_osds":3,"osd_in_since":1724064236,"num_remapped_pgs":0} 2024-08-19T10:44:30.920 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:797669399b32d2915e64eb6d4b1257ae3c50f80b shell --fsid 094f3c46-5e17-11ef-bccf-c7b262605968 -- ceph osd dump --format=json 2024-08-19T10:44:31.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:31 smithi196 bash[24909]: audit 2024-08-19T10:44:30.285928+0000 mon.a (mon.0) 446 : audit [DBG] from='client.? 172.21.15.78:0/711007283' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-08-19T10:44:31.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:31 smithi196 bash[24909]: audit 2024-08-19T10:44:30.285928+0000 mon.a (mon.0) 446 : audit [DBG] from='client.? 172.21.15.78:0/711007283' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-08-19T10:44:31.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:31 smithi196 bash[24909]: cluster 2024-08-19T10:44:30.445188+0000 mon.a (mon.0) 447 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-08-19T10:44:31.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:31 smithi196 bash[24909]: cluster 2024-08-19T10:44:30.445188+0000 mon.a (mon.0) 447 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-08-19T10:44:31.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:31 smithi196 bash[24909]: cluster 2024-08-19T10:44:30.445260+0000 mon.a (mon.0) 448 : cluster [INF] Cluster is now healthy 2024-08-19T10:44:31.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:31 smithi196 bash[24909]: cluster 2024-08-19T10:44:30.445260+0000 mon.a (mon.0) 448 : cluster [INF] Cluster is now healthy 2024-08-19T10:44:31.740 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:31 smithi133 bash[24239]: audit 2024-08-19T10:44:30.285928+0000 mon.a (mon.0) 446 : audit [DBG] from='client.? 172.21.15.78:0/711007283' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-08-19T10:44:31.740 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:31 smithi133 bash[24239]: audit 2024-08-19T10:44:30.285928+0000 mon.a (mon.0) 446 : audit [DBG] from='client.? 172.21.15.78:0/711007283' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-08-19T10:44:31.740 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:31 smithi133 bash[24239]: cluster 2024-08-19T10:44:30.445188+0000 mon.a (mon.0) 447 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-08-19T10:44:31.740 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:31 smithi133 bash[24239]: cluster 2024-08-19T10:44:30.445188+0000 mon.a (mon.0) 447 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-08-19T10:44:31.740 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:31 smithi133 bash[24239]: cluster 2024-08-19T10:44:30.445260+0000 mon.a (mon.0) 448 : cluster [INF] Cluster is now healthy 2024-08-19T10:44:31.740 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:31 smithi133 bash[24239]: cluster 2024-08-19T10:44:30.445260+0000 mon.a (mon.0) 448 : cluster [INF] Cluster is now healthy 2024-08-19T10:44:31.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:31 smithi078 bash[22737]: audit 2024-08-19T10:44:30.285928+0000 mon.a (mon.0) 446 : audit [DBG] from='client.? 172.21.15.78:0/711007283' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-08-19T10:44:31.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:31 smithi078 bash[22737]: audit 2024-08-19T10:44:30.285928+0000 mon.a (mon.0) 446 : audit [DBG] from='client.? 172.21.15.78:0/711007283' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-08-19T10:44:31.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:31 smithi078 bash[22737]: cluster 2024-08-19T10:44:30.445188+0000 mon.a (mon.0) 447 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-08-19T10:44:31.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:31 smithi078 bash[22737]: cluster 2024-08-19T10:44:30.445188+0000 mon.a (mon.0) 447 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-08-19T10:44:31.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:31 smithi078 bash[22737]: cluster 2024-08-19T10:44:30.445260+0000 mon.a (mon.0) 448 : cluster [INF] Cluster is now healthy 2024-08-19T10:44:31.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:31 smithi078 bash[22737]: cluster 2024-08-19T10:44:30.445260+0000 mon.a (mon.0) 448 : cluster [INF] Cluster is now healthy 2024-08-19T10:44:32.712 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:32 smithi196 bash[24909]: cluster 2024-08-19T10:44:32.117708+0000 mgr.a (mgr.14150) 187 : cluster [DBG] pgmap v145: 1 pgs: 1 creating+peering; 0 B data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:32.712 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:32 smithi196 bash[24909]: cluster 2024-08-19T10:44:32.117708+0000 mgr.a (mgr.14150) 187 : cluster [DBG] pgmap v145: 1 pgs: 1 creating+peering; 0 B data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:32.740 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:32 smithi133 bash[24239]: cluster 2024-08-19T10:44:32.117708+0000 mgr.a (mgr.14150) 187 : cluster [DBG] pgmap v145: 1 pgs: 1 creating+peering; 0 B data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:32.740 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:32 smithi133 bash[24239]: cluster 2024-08-19T10:44:32.117708+0000 mgr.a (mgr.14150) 187 : cluster [DBG] pgmap v145: 1 pgs: 1 creating+peering; 0 B data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:32.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:32 smithi078 bash[22737]: cluster 2024-08-19T10:44:32.117708+0000 mgr.a (mgr.14150) 187 : cluster [DBG] pgmap v145: 1 pgs: 1 creating+peering; 0 B data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:32.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:32 smithi078 bash[22737]: cluster 2024-08-19T10:44:32.117708+0000 mgr.a (mgr.14150) 187 : cluster [DBG] pgmap v145: 1 pgs: 1 creating+peering; 0 B data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:33.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:33 smithi196 bash[24909]: cephadm 2024-08-19T10:44:32.418262+0000 mgr.a (mgr.14150) 188 : cephadm [INF] Detected new or changed devices on smithi196 2024-08-19T10:44:33.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:33 smithi196 bash[24909]: cephadm 2024-08-19T10:44:32.418262+0000 mgr.a (mgr.14150) 188 : cephadm [INF] Detected new or changed devices on smithi196 2024-08-19T10:44:33.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:33 smithi196 bash[24909]: audit 2024-08-19T10:44:32.426121+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:33.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:33 smithi196 bash[24909]: audit 2024-08-19T10:44:32.426121+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:33.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:33 smithi196 bash[24909]: audit 2024-08-19T10:44:32.433670+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:33.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:33 smithi196 bash[24909]: audit 2024-08-19T10:44:32.433670+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:33.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:33 smithi196 bash[24909]: audit 2024-08-19T10:44:32.435813+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-08-19T10:44:33.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:33 smithi196 bash[24909]: audit 2024-08-19T10:44:32.435813+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-08-19T10:44:33.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:33 smithi196 bash[24909]: cephadm 2024-08-19T10:44:32.437245+0000 mgr.a (mgr.14150) 189 : cephadm [INF] Adjusting osd_memory_target on smithi196 to 21361M 2024-08-19T10:44:33.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:33 smithi196 bash[24909]: cephadm 2024-08-19T10:44:32.437245+0000 mgr.a (mgr.14150) 189 : cephadm [INF] Adjusting osd_memory_target on smithi196 to 21361M 2024-08-19T10:44:33.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:33 smithi196 bash[24909]: audit 2024-08-19T10:44:32.443460+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:33.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:33 smithi196 bash[24909]: audit 2024-08-19T10:44:32.443460+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:33.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:33 smithi196 bash[24909]: audit 2024-08-19T10:44:32.447219+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:44:33.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:33 smithi196 bash[24909]: audit 2024-08-19T10:44:32.447219+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:44:33.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:33 smithi196 bash[24909]: audit 2024-08-19T10:44:32.448975+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:44:33.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:33 smithi196 bash[24909]: audit 2024-08-19T10:44:32.448975+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:44:33.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:33 smithi196 bash[24909]: audit 2024-08-19T10:44:32.458718+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:33.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:33 smithi196 bash[24909]: audit 2024-08-19T10:44:32.458718+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:33.740 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:33 smithi133 bash[24239]: cephadm 2024-08-19T10:44:32.418262+0000 mgr.a (mgr.14150) 188 : cephadm [INF] Detected new or changed devices on smithi196 2024-08-19T10:44:33.740 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:33 smithi133 bash[24239]: cephadm 2024-08-19T10:44:32.418262+0000 mgr.a (mgr.14150) 188 : cephadm [INF] Detected new or changed devices on smithi196 2024-08-19T10:44:33.740 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:33 smithi133 bash[24239]: audit 2024-08-19T10:44:32.426121+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:33.740 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:33 smithi133 bash[24239]: audit 2024-08-19T10:44:32.426121+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:33.740 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:33 smithi133 bash[24239]: audit 2024-08-19T10:44:32.433670+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:33.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:33 smithi133 bash[24239]: audit 2024-08-19T10:44:32.433670+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:33.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:33 smithi133 bash[24239]: audit 2024-08-19T10:44:32.435813+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-08-19T10:44:33.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:33 smithi133 bash[24239]: audit 2024-08-19T10:44:32.435813+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-08-19T10:44:33.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:33 smithi133 bash[24239]: cephadm 2024-08-19T10:44:32.437245+0000 mgr.a (mgr.14150) 189 : cephadm [INF] Adjusting osd_memory_target on smithi196 to 21361M 2024-08-19T10:44:33.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:33 smithi133 bash[24239]: cephadm 2024-08-19T10:44:32.437245+0000 mgr.a (mgr.14150) 189 : cephadm [INF] Adjusting osd_memory_target on smithi196 to 21361M 2024-08-19T10:44:33.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:33 smithi133 bash[24239]: audit 2024-08-19T10:44:32.443460+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:33.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:33 smithi133 bash[24239]: audit 2024-08-19T10:44:32.443460+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:33.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:33 smithi133 bash[24239]: audit 2024-08-19T10:44:32.447219+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:44:33.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:33 smithi133 bash[24239]: audit 2024-08-19T10:44:32.447219+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:44:33.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:33 smithi133 bash[24239]: audit 2024-08-19T10:44:32.448975+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:44:33.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:33 smithi133 bash[24239]: audit 2024-08-19T10:44:32.448975+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:44:33.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:33 smithi133 bash[24239]: audit 2024-08-19T10:44:32.458718+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:33.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:33 smithi133 bash[24239]: audit 2024-08-19T10:44:32.458718+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:33.758 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:33 smithi078 bash[22737]: cephadm 2024-08-19T10:44:32.418262+0000 mgr.a (mgr.14150) 188 : cephadm [INF] Detected new or changed devices on smithi196 2024-08-19T10:44:33.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:33 smithi078 bash[22737]: cephadm 2024-08-19T10:44:32.418262+0000 mgr.a (mgr.14150) 188 : cephadm [INF] Detected new or changed devices on smithi196 2024-08-19T10:44:33.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:33 smithi078 bash[22737]: audit 2024-08-19T10:44:32.426121+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:33.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:33 smithi078 bash[22737]: audit 2024-08-19T10:44:32.426121+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:33.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:33 smithi078 bash[22737]: audit 2024-08-19T10:44:32.433670+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:33.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:33 smithi078 bash[22737]: audit 2024-08-19T10:44:32.433670+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:33.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:33 smithi078 bash[22737]: audit 2024-08-19T10:44:32.435813+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-08-19T10:44:33.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:33 smithi078 bash[22737]: audit 2024-08-19T10:44:32.435813+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-08-19T10:44:33.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:33 smithi078 bash[22737]: cephadm 2024-08-19T10:44:32.437245+0000 mgr.a (mgr.14150) 189 : cephadm [INF] Adjusting osd_memory_target on smithi196 to 21361M 2024-08-19T10:44:33.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:33 smithi078 bash[22737]: cephadm 2024-08-19T10:44:32.437245+0000 mgr.a (mgr.14150) 189 : cephadm [INF] Adjusting osd_memory_target on smithi196 to 21361M 2024-08-19T10:44:33.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:33 smithi078 bash[22737]: audit 2024-08-19T10:44:32.443460+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:33.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:33 smithi078 bash[22737]: audit 2024-08-19T10:44:32.443460+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:33.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:33 smithi078 bash[22737]: audit 2024-08-19T10:44:32.447219+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:44:33.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:33 smithi078 bash[22737]: audit 2024-08-19T10:44:32.447219+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:44:33.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:33 smithi078 bash[22737]: audit 2024-08-19T10:44:32.448975+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:44:33.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:33 smithi078 bash[22737]: audit 2024-08-19T10:44:32.448975+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:44:33.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:33 smithi078 bash[22737]: audit 2024-08-19T10:44:32.458718+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:33.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:33 smithi078 bash[22737]: audit 2024-08-19T10:44:32.458718+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:44:34.712 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:34 smithi196 bash[24909]: cluster 2024-08-19T10:44:34.118311+0000 mgr.a (mgr.14150) 190 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:34.712 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:34 smithi196 bash[24909]: cluster 2024-08-19T10:44:34.118311+0000 mgr.a (mgr.14150) 190 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:34.740 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:34 smithi133 bash[24239]: cluster 2024-08-19T10:44:34.118311+0000 mgr.a (mgr.14150) 190 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:34.740 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:34 smithi133 bash[24239]: cluster 2024-08-19T10:44:34.118311+0000 mgr.a (mgr.14150) 190 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:34.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:34 smithi078 bash[22737]: cluster 2024-08-19T10:44:34.118311+0000 mgr.a (mgr.14150) 190 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:34.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:34 smithi078 bash[22737]: cluster 2024-08-19T10:44:34.118311+0000 mgr.a (mgr.14150) 190 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:35.650 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/mon.a/config 2024-08-19T10:44:36.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:36 smithi196 bash[24909]: cluster 2024-08-19T10:44:36.118831+0000 mgr.a (mgr.14150) 191 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:36.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:36 smithi196 bash[24909]: cluster 2024-08-19T10:44:36.118831+0000 mgr.a (mgr.14150) 191 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:36.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:36 smithi133 bash[24239]: cluster 2024-08-19T10:44:36.118831+0000 mgr.a (mgr.14150) 191 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:36.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:36 smithi133 bash[24239]: cluster 2024-08-19T10:44:36.118831+0000 mgr.a (mgr.14150) 191 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:36.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:36 smithi078 bash[22737]: cluster 2024-08-19T10:44:36.118831+0000 mgr.a (mgr.14150) 191 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:36.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:36 smithi078 bash[22737]: cluster 2024-08-19T10:44:36.118831+0000 mgr.a (mgr.14150) 191 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:37.055 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-08-19T10:44:37.055 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":22,"fsid":"094f3c46-5e17-11ef-bccf-c7b262605968","created":"2024-08-19T10:39:06.625131+0000","modified":"2024-08-19T10:44:29.256735+0000","last_up_change":"2024-08-19T10:44:25.215932+0000","last_in_change":"2024-08-19T10:43:56.678799+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-08-19T10:44:26.497107+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"30bcbe2d-5990-436b-91eb-a579b1efa6de","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.78:6802","nonce":616489437},{"type":"v1","addr":"172.21.15.78:6803","nonce":616489437}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6804","nonce":616489437},{"type":"v1","addr":"172.21.15.78:6805","nonce":616489437}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6808","nonce":616489437},{"type":"v1","addr":"172.21.15.78:6809","nonce":616489437}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6806","nonce":616489437},{"type":"v1","addr":"172.21.15.78:6807","nonce":616489437}]},"public_addr":"172.21.15.78:6803/616489437","cluster_addr":"172.21.15.78:6805/616489437","heartbeat_back_addr":"172.21.15.78:6809/616489437","heartbeat_front_addr":"172.21.15.78:6807/616489437","state":["exists","up"]},{"osd":1,"uuid":"ad9af7dd-dd71-4a07-8e6a-546aa59bf5f6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6800","nonce":2282695814},{"type":"v1","addr":"172.21.15.133:6801","nonce":2282695814}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6802","nonce":2282695814},{"type":"v1","addr":"172.21.15.133:6803","nonce":2282695814}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6806","nonce":2282695814},{"type":"v1","addr":"172.21.15.133:6807","nonce":2282695814}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6804","nonce":2282695814},{"type":"v1","addr":"172.21.15.133:6805","nonce":2282695814}]},"public_addr":"172.21.15.133:6801/2282695814","cluster_addr":"172.21.15.133:6803/2282695814","heartbeat_back_addr":"172.21.15.133:6807/2282695814","heartbeat_front_addr":"172.21.15.133:6805/2282695814","state":["exists","up"]},{"osd":2,"uuid":"8ed98c85-81b3-44f3-8e0e-82612bd7e337","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.196:6800","nonce":140804915},{"type":"v1","addr":"172.21.15.196:6801","nonce":140804915}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6802","nonce":140804915},{"type":"v1","addr":"172.21.15.196:6803","nonce":140804915}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6806","nonce":140804915},{"type":"v1","addr":"172.21.15.196:6807","nonce":140804915}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6804","nonce":140804915},{"type":"v1","addr":"172.21.15.196:6805","nonce":140804915}]},"public_addr":"172.21.15.196:6801/140804915","cluster_addr":"172.21.15.196:6803/140804915","heartbeat_back_addr":"172.21.15.196:6807/140804915","heartbeat_front_addr":"172.21.15.196:6805/140804915","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-08-19T10:42:43.672628+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-08-19T10:43:35.354755+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-08-19T10:44:23.575576+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.78:0/1577446905":"2024-08-20T10:40:06.047277+0000","172.21.15.78:0/1032530150":"2024-08-20T10:40:06.047277+0000","172.21.15.78:6801/4146699329":"2024-08-20T10:40:06.047277+0000","172.21.15.78:6801/3740292803":"2024-08-20T10:39:34.075182+0000","172.21.15.78:0/1590620585":"2024-08-20T10:40:06.047277+0000","172.21.15.78:6800/3740292803":"2024-08-20T10:39:34.075182+0000","172.21.15.78:0/636518549":"2024-08-20T10:39:34.075182+0000","172.21.15.78:6800/4146699329":"2024-08-20T10:40:06.047277+0000","172.21.15.78:0/2110873184":"2024-08-20T10:39:34.075182+0000","172.21.15.78:0/1374427710":"2024-08-20T10:39:34.075182+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-08-19T10:44:37.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:37 smithi196 bash[24909]: audit 2024-08-19T10:44:37.055019+0000 mon.a (mon.0) 456 : audit [DBG] from='client.? 172.21.15.78:0/1293085316' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-08-19T10:44:37.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:37 smithi196 bash[24909]: audit 2024-08-19T10:44:37.055019+0000 mon.a (mon.0) 456 : audit [DBG] from='client.? 172.21.15.78:0/1293085316' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-08-19T10:44:37.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:37 smithi133 bash[24239]: audit 2024-08-19T10:44:37.055019+0000 mon.a (mon.0) 456 : audit [DBG] from='client.? 172.21.15.78:0/1293085316' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-08-19T10:44:37.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:37 smithi133 bash[24239]: audit 2024-08-19T10:44:37.055019+0000 mon.a (mon.0) 456 : audit [DBG] from='client.? 172.21.15.78:0/1293085316' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-08-19T10:44:37.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:37 smithi078 bash[22737]: audit 2024-08-19T10:44:37.055019+0000 mon.a (mon.0) 456 : audit [DBG] from='client.? 172.21.15.78:0/1293085316' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-08-19T10:44:37.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:37 smithi078 bash[22737]: audit 2024-08-19T10:44:37.055019+0000 mon.a (mon.0) 456 : audit [DBG] from='client.? 172.21.15.78:0/1293085316' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-08-19T10:44:37.662 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-08-19T10:44:26.497107+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'is_stretch_pool': False, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '22', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_type': 'Fair distribution', 'score_acting': 3, 'score_stable': 3, 'optimal_score': 1, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2024-08-19T10:44:37.662 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:797669399b32d2915e64eb6d4b1257ae3c50f80b shell --fsid 094f3c46-5e17-11ef-bccf-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-08-19T10:44:38.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:38 smithi196 bash[24909]: cluster 2024-08-19T10:44:38.119307+0000 mgr.a (mgr.14150) 192 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:38.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:38 smithi196 bash[24909]: cluster 2024-08-19T10:44:38.119307+0000 mgr.a (mgr.14150) 192 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:38.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:38 smithi133 bash[24239]: cluster 2024-08-19T10:44:38.119307+0000 mgr.a (mgr.14150) 192 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:38.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:38 smithi133 bash[24239]: cluster 2024-08-19T10:44:38.119307+0000 mgr.a (mgr.14150) 192 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:38.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:38 smithi078 bash[22737]: cluster 2024-08-19T10:44:38.119307+0000 mgr.a (mgr.14150) 192 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:38.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:38 smithi078 bash[22737]: cluster 2024-08-19T10:44:38.119307+0000 mgr.a (mgr.14150) 192 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:40.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:40 smithi196 bash[24909]: cluster 2024-08-19T10:44:40.119861+0000 mgr.a (mgr.14150) 193 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:40.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:40 smithi196 bash[24909]: cluster 2024-08-19T10:44:40.119861+0000 mgr.a (mgr.14150) 193 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:40.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:40 smithi133 bash[24239]: cluster 2024-08-19T10:44:40.119861+0000 mgr.a (mgr.14150) 193 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:40.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:40 smithi133 bash[24239]: cluster 2024-08-19T10:44:40.119861+0000 mgr.a (mgr.14150) 193 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:40.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:40 smithi078 bash[22737]: cluster 2024-08-19T10:44:40.119861+0000 mgr.a (mgr.14150) 193 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:40.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:40 smithi078 bash[22737]: cluster 2024-08-19T10:44:40.119861+0000 mgr.a (mgr.14150) 193 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:42.398 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/mon.a/config 2024-08-19T10:44:42.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:42 smithi196 bash[24909]: cluster 2024-08-19T10:44:42.120410+0000 mgr.a (mgr.14150) 194 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:42.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:42 smithi196 bash[24909]: cluster 2024-08-19T10:44:42.120410+0000 mgr.a (mgr.14150) 194 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:42.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:42 smithi133 bash[24239]: cluster 2024-08-19T10:44:42.120410+0000 mgr.a (mgr.14150) 194 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:42.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:42 smithi133 bash[24239]: cluster 2024-08-19T10:44:42.120410+0000 mgr.a (mgr.14150) 194 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:42.497 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:42 smithi078 bash[22737]: cluster 2024-08-19T10:44:42.120410+0000 mgr.a (mgr.14150) 194 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:42.497 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:42 smithi078 bash[22737]: cluster 2024-08-19T10:44:42.120410+0000 mgr.a (mgr.14150) 194 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:43.707 INFO:teuthology.orchestra.run.smithi078.stdout:pg_num: 1 2024-08-19T10:44:44.009 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:43 smithi078 bash[22737]: audit 2024-08-19T10:44:43.707802+0000 mon.a (mon.0) 457 : audit [DBG] from='client.? 172.21.15.78:0/105486160' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-08-19T10:44:44.009 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:43 smithi078 bash[22737]: audit 2024-08-19T10:44:43.707802+0000 mon.a (mon.0) 457 : audit [DBG] from='client.? 172.21.15.78:0/105486160' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-08-19T10:44:44.212 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:43 smithi196 bash[24909]: audit 2024-08-19T10:44:43.707802+0000 mon.a (mon.0) 457 : audit [DBG] from='client.? 172.21.15.78:0/105486160' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-08-19T10:44:44.212 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:43 smithi196 bash[24909]: audit 2024-08-19T10:44:43.707802+0000 mon.a (mon.0) 457 : audit [DBG] from='client.? 172.21.15.78:0/105486160' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-08-19T10:44:44.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:43 smithi133 bash[24239]: audit 2024-08-19T10:44:43.707802+0000 mon.a (mon.0) 457 : audit [DBG] from='client.? 172.21.15.78:0/105486160' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-08-19T10:44:44.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:43 smithi133 bash[24239]: audit 2024-08-19T10:44:43.707802+0000 mon.a (mon.0) 457 : audit [DBG] from='client.? 172.21.15.78:0/105486160' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-08-19T10:44:44.359 INFO:tasks.cephadm:Setting up client nodes... 2024-08-19T10:44:44.360 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:797669399b32d2915e64eb6d4b1257ae3c50f80b shell --fsid 094f3c46-5e17-11ef-bccf-c7b262605968 -- ceph config log 1 --format=json 2024-08-19T10:44:45.212 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:44 smithi196 bash[24909]: cluster 2024-08-19T10:44:44.121013+0000 mgr.a (mgr.14150) 195 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:45.212 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:44 smithi196 bash[24909]: cluster 2024-08-19T10:44:44.121013+0000 mgr.a (mgr.14150) 195 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:45.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:44 smithi133 bash[24239]: cluster 2024-08-19T10:44:44.121013+0000 mgr.a (mgr.14150) 195 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:45.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:44 smithi133 bash[24239]: cluster 2024-08-19T10:44:44.121013+0000 mgr.a (mgr.14150) 195 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:45.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:44 smithi078 bash[22737]: cluster 2024-08-19T10:44:44.121013+0000 mgr.a (mgr.14150) 195 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:45.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:44 smithi078 bash[22737]: cluster 2024-08-19T10:44:44.121013+0000 mgr.a (mgr.14150) 195 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:46.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:46 smithi196 bash[24909]: cluster 2024-08-19T10:44:46.121568+0000 mgr.a (mgr.14150) 196 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:46.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:46 smithi196 bash[24909]: cluster 2024-08-19T10:44:46.121568+0000 mgr.a (mgr.14150) 196 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:46.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:46 smithi133 bash[24239]: cluster 2024-08-19T10:44:46.121568+0000 mgr.a (mgr.14150) 196 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:46.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:46 smithi133 bash[24239]: cluster 2024-08-19T10:44:46.121568+0000 mgr.a (mgr.14150) 196 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:46.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:46 smithi078 bash[22737]: cluster 2024-08-19T10:44:46.121568+0000 mgr.a (mgr.14150) 196 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:46.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:46 smithi078 bash[22737]: cluster 2024-08-19T10:44:46.121568+0000 mgr.a (mgr.14150) 196 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:48.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:48 smithi196 bash[24909]: cluster 2024-08-19T10:44:48.122116+0000 mgr.a (mgr.14150) 197 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:48.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:48 smithi196 bash[24909]: cluster 2024-08-19T10:44:48.122116+0000 mgr.a (mgr.14150) 197 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:48.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:48 smithi133 bash[24239]: cluster 2024-08-19T10:44:48.122116+0000 mgr.a (mgr.14150) 197 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:48.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:48 smithi133 bash[24239]: cluster 2024-08-19T10:44:48.122116+0000 mgr.a (mgr.14150) 197 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:48.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:48 smithi078 bash[22737]: cluster 2024-08-19T10:44:48.122116+0000 mgr.a (mgr.14150) 197 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:48.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:48 smithi078 bash[22737]: cluster 2024-08-19T10:44:48.122116+0000 mgr.a (mgr.14150) 197 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:49.090 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/mon.a/config 2024-08-19T10:44:50.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:50 smithi078 bash[22737]: cluster 2024-08-19T10:44:50.122443+0000 mgr.a (mgr.14150) 198 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:50.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:50 smithi078 bash[22737]: cluster 2024-08-19T10:44:50.122443+0000 mgr.a (mgr.14150) 198 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:50.315 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-08-19T10:44:50.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:50 smithi196 bash[24909]: cluster 2024-08-19T10:44:50.122443+0000 mgr.a (mgr.14150) 198 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:50.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:50 smithi196 bash[24909]: cluster 2024-08-19T10:44:50.122443+0000 mgr.a (mgr.14150) 198 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:50.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:50 smithi133 bash[24239]: cluster 2024-08-19T10:44:50.122443+0000 mgr.a (mgr.14150) 198 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:50.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:50 smithi133 bash[24239]: cluster 2024-08-19T10:44:50.122443+0000 mgr.a (mgr.14150) 198 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:50.967 INFO:teuthology.orchestra.run.smithi078.stdout:[{"version":14,"timestamp":"2024-08-19T10:44:32.437970+0000","name":"","changes":[{"name":"osd/host:smithi196/osd_memory_target","new_value":"22399124275"}]}] 2024-08-19T10:44:50.968 INFO:tasks.ceph_manager:config epoch is 14 2024-08-19T10:44:50.968 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-08-19T10:44:50.968 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-08-19T10:44:50.968 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:797669399b32d2915e64eb6d4b1257ae3c50f80b shell --fsid 094f3c46-5e17-11ef-bccf-c7b262605968 -- ceph mgr dump --format=json 2024-08-19T10:44:51.258 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:51 smithi078 bash[22737]: audit 2024-08-19T10:44:50.315564+0000 mon.a (mon.0) 458 : audit [DBG] from='client.? 172.21.15.78:0/358042845' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-08-19T10:44:51.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:51 smithi078 bash[22737]: audit 2024-08-19T10:44:50.315564+0000 mon.a (mon.0) 458 : audit [DBG] from='client.? 172.21.15.78:0/358042845' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-08-19T10:44:51.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:51 smithi196 bash[24909]: audit 2024-08-19T10:44:50.315564+0000 mon.a (mon.0) 458 : audit [DBG] from='client.? 172.21.15.78:0/358042845' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-08-19T10:44:51.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:51 smithi196 bash[24909]: audit 2024-08-19T10:44:50.315564+0000 mon.a (mon.0) 458 : audit [DBG] from='client.? 172.21.15.78:0/358042845' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-08-19T10:44:51.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:51 smithi133 bash[24239]: audit 2024-08-19T10:44:50.315564+0000 mon.a (mon.0) 458 : audit [DBG] from='client.? 172.21.15.78:0/358042845' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-08-19T10:44:51.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:51 smithi133 bash[24239]: audit 2024-08-19T10:44:50.315564+0000 mon.a (mon.0) 458 : audit [DBG] from='client.? 172.21.15.78:0/358042845' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-08-19T10:44:52.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:52 smithi196 bash[24909]: cluster 2024-08-19T10:44:52.122911+0000 mgr.a (mgr.14150) 199 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:52.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:52 smithi196 bash[24909]: cluster 2024-08-19T10:44:52.122911+0000 mgr.a (mgr.14150) 199 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:52.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:52 smithi133 bash[24239]: cluster 2024-08-19T10:44:52.122911+0000 mgr.a (mgr.14150) 199 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:52.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:52 smithi133 bash[24239]: cluster 2024-08-19T10:44:52.122911+0000 mgr.a (mgr.14150) 199 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:52.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:52 smithi078 bash[22737]: cluster 2024-08-19T10:44:52.122911+0000 mgr.a (mgr.14150) 199 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:52.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:52 smithi078 bash[22737]: cluster 2024-08-19T10:44:52.122911+0000 mgr.a (mgr.14150) 199 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:54.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:54 smithi196 bash[24909]: cluster 2024-08-19T10:44:54.123436+0000 mgr.a (mgr.14150) 200 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:54.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:54 smithi196 bash[24909]: cluster 2024-08-19T10:44:54.123436+0000 mgr.a (mgr.14150) 200 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:54.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:54 smithi133 bash[24239]: cluster 2024-08-19T10:44:54.123436+0000 mgr.a (mgr.14150) 200 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:54.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:54 smithi133 bash[24239]: cluster 2024-08-19T10:44:54.123436+0000 mgr.a (mgr.14150) 200 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:54.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:54 smithi078 bash[22737]: cluster 2024-08-19T10:44:54.123436+0000 mgr.a (mgr.14150) 200 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:54.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:54 smithi078 bash[22737]: cluster 2024-08-19T10:44:54.123436+0000 mgr.a (mgr.14150) 200 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:55.709 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/mon.a/config 2024-08-19T10:44:56.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:56 smithi196 bash[24909]: cluster 2024-08-19T10:44:56.124052+0000 mgr.a (mgr.14150) 201 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:56.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:56 smithi196 bash[24909]: cluster 2024-08-19T10:44:56.124052+0000 mgr.a (mgr.14150) 201 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:56.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:56 smithi133 bash[24239]: cluster 2024-08-19T10:44:56.124052+0000 mgr.a (mgr.14150) 201 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:56.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:56 smithi133 bash[24239]: cluster 2024-08-19T10:44:56.124052+0000 mgr.a (mgr.14150) 201 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:56.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:56 smithi078 bash[22737]: cluster 2024-08-19T10:44:56.124052+0000 mgr.a (mgr.14150) 201 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:56.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:56 smithi078 bash[22737]: cluster 2024-08-19T10:44:56.124052+0000 mgr.a (mgr.14150) 201 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:57.089 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-08-19T10:44:57.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:57 smithi196 bash[24909]: audit 2024-08-19T10:44:57.080509+0000 mon.a (mon.0) 459 : audit [DBG] from='client.? 172.21.15.78:0/3406377118' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-08-19T10:44:57.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:57 smithi196 bash[24909]: audit 2024-08-19T10:44:57.080509+0000 mon.a (mon.0) 459 : audit [DBG] from='client.? 172.21.15.78:0/3406377118' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-08-19T10:44:57.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:57 smithi133 bash[24239]: audit 2024-08-19T10:44:57.080509+0000 mon.a (mon.0) 459 : audit [DBG] from='client.? 172.21.15.78:0/3406377118' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-08-19T10:44:57.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:57 smithi133 bash[24239]: audit 2024-08-19T10:44:57.080509+0000 mon.a (mon.0) 459 : audit [DBG] from='client.? 172.21.15.78:0/3406377118' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-08-19T10:44:57.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:57 smithi078 bash[22737]: audit 2024-08-19T10:44:57.080509+0000 mon.a (mon.0) 459 : audit [DBG] from='client.? 172.21.15.78:0/3406377118' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-08-19T10:44:57.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:57 smithi078 bash[22737]: audit 2024-08-19T10:44:57.080509+0000 mon.a (mon.0) 459 : audit [DBG] from='client.? 172.21.15.78:0/3406377118' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-08-19T10:44:57.772 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":15,"flags":0,"active_gid":14150,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6800","nonce":3834643478},{"type":"v1","addr":"172.21.15.78:6801","nonce":3834643478}]},"active_addr":"172.21.15.78:6801/3834643478","active_change":"2024-08-19T10:40:06.047538+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":24104,"name":"b","mgr_features":4540701547738038271,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.27.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:10.4.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_nginx":{"name":"container_image_nginx","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nginx:1.26.1","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.5","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.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_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":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.27.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:10.4.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_nginx":{"name":"container_image_nginx","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nginx:1.26.1","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.5","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.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_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":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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.78: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.78:0","nonce":1659646932}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.78:0","nonce":496847902}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.78:0","nonce":4107750533}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.78:0","nonce":1476570852}]}]} 2024-08-19T10:44:57.777 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-08-19T10:44:57.777 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-08-19T10:44:57.777 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:797669399b32d2915e64eb6d4b1257ae3c50f80b shell --fsid 094f3c46-5e17-11ef-bccf-c7b262605968 -- ceph osd dump --format=json 2024-08-19T10:44:58.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:58 smithi196 bash[24909]: cluster 2024-08-19T10:44:58.124592+0000 mgr.a (mgr.14150) 202 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:58.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:44:58 smithi196 bash[24909]: cluster 2024-08-19T10:44:58.124592+0000 mgr.a (mgr.14150) 202 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:58.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:58 smithi133 bash[24239]: cluster 2024-08-19T10:44:58.124592+0000 mgr.a (mgr.14150) 202 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:58.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:44:58 smithi133 bash[24239]: cluster 2024-08-19T10:44:58.124592+0000 mgr.a (mgr.14150) 202 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:58.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:58 smithi078 bash[22737]: cluster 2024-08-19T10:44:58.124592+0000 mgr.a (mgr.14150) 202 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:44:58.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:44:58 smithi078 bash[22737]: cluster 2024-08-19T10:44:58.124592+0000 mgr.a (mgr.14150) 202 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:00.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:00 smithi196 bash[24909]: cluster 2024-08-19T10:45:00.125160+0000 mgr.a (mgr.14150) 203 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:00.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:00 smithi196 bash[24909]: cluster 2024-08-19T10:45:00.125160+0000 mgr.a (mgr.14150) 203 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:00.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:00 smithi133 bash[24239]: cluster 2024-08-19T10:45:00.125160+0000 mgr.a (mgr.14150) 203 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:00.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:00 smithi133 bash[24239]: cluster 2024-08-19T10:45:00.125160+0000 mgr.a (mgr.14150) 203 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:00.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:00 smithi078 bash[22737]: cluster 2024-08-19T10:45:00.125160+0000 mgr.a (mgr.14150) 203 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:00.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:00 smithi078 bash[22737]: cluster 2024-08-19T10:45:00.125160+0000 mgr.a (mgr.14150) 203 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:02.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:02 smithi133 bash[24239]: cluster 2024-08-19T10:45:02.125772+0000 mgr.a (mgr.14150) 204 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:02.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:02 smithi133 bash[24239]: cluster 2024-08-19T10:45:02.125772+0000 mgr.a (mgr.14150) 204 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:02.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:02 smithi196 bash[24909]: cluster 2024-08-19T10:45:02.125772+0000 mgr.a (mgr.14150) 204 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:02.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:02 smithi196 bash[24909]: cluster 2024-08-19T10:45:02.125772+0000 mgr.a (mgr.14150) 204 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:02.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:02 smithi078 bash[22737]: cluster 2024-08-19T10:45:02.125772+0000 mgr.a (mgr.14150) 204 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:02.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:02 smithi078 bash[22737]: cluster 2024-08-19T10:45:02.125772+0000 mgr.a (mgr.14150) 204 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:02.512 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/mon.a/config 2024-08-19T10:45:03.862 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-08-19T10:45:03.862 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":22,"fsid":"094f3c46-5e17-11ef-bccf-c7b262605968","created":"2024-08-19T10:39:06.625131+0000","modified":"2024-08-19T10:44:29.256735+0000","last_up_change":"2024-08-19T10:44:25.215932+0000","last_in_change":"2024-08-19T10:43:56.678799+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-08-19T10:44:26.497107+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"30bcbe2d-5990-436b-91eb-a579b1efa6de","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.78:6802","nonce":616489437},{"type":"v1","addr":"172.21.15.78:6803","nonce":616489437}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6804","nonce":616489437},{"type":"v1","addr":"172.21.15.78:6805","nonce":616489437}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6808","nonce":616489437},{"type":"v1","addr":"172.21.15.78:6809","nonce":616489437}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6806","nonce":616489437},{"type":"v1","addr":"172.21.15.78:6807","nonce":616489437}]},"public_addr":"172.21.15.78:6803/616489437","cluster_addr":"172.21.15.78:6805/616489437","heartbeat_back_addr":"172.21.15.78:6809/616489437","heartbeat_front_addr":"172.21.15.78:6807/616489437","state":["exists","up"]},{"osd":1,"uuid":"ad9af7dd-dd71-4a07-8e6a-546aa59bf5f6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6800","nonce":2282695814},{"type":"v1","addr":"172.21.15.133:6801","nonce":2282695814}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6802","nonce":2282695814},{"type":"v1","addr":"172.21.15.133:6803","nonce":2282695814}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6806","nonce":2282695814},{"type":"v1","addr":"172.21.15.133:6807","nonce":2282695814}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6804","nonce":2282695814},{"type":"v1","addr":"172.21.15.133:6805","nonce":2282695814}]},"public_addr":"172.21.15.133:6801/2282695814","cluster_addr":"172.21.15.133:6803/2282695814","heartbeat_back_addr":"172.21.15.133:6807/2282695814","heartbeat_front_addr":"172.21.15.133:6805/2282695814","state":["exists","up"]},{"osd":2,"uuid":"8ed98c85-81b3-44f3-8e0e-82612bd7e337","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.196:6800","nonce":140804915},{"type":"v1","addr":"172.21.15.196:6801","nonce":140804915}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6802","nonce":140804915},{"type":"v1","addr":"172.21.15.196:6803","nonce":140804915}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6806","nonce":140804915},{"type":"v1","addr":"172.21.15.196:6807","nonce":140804915}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6804","nonce":140804915},{"type":"v1","addr":"172.21.15.196:6805","nonce":140804915}]},"public_addr":"172.21.15.196:6801/140804915","cluster_addr":"172.21.15.196:6803/140804915","heartbeat_back_addr":"172.21.15.196:6807/140804915","heartbeat_front_addr":"172.21.15.196:6805/140804915","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-08-19T10:42:43.672628+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-08-19T10:43:35.354755+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-08-19T10:44:23.575576+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.78:0/1577446905":"2024-08-20T10:40:06.047277+0000","172.21.15.78:0/1032530150":"2024-08-20T10:40:06.047277+0000","172.21.15.78:6801/4146699329":"2024-08-20T10:40:06.047277+0000","172.21.15.78:6801/3740292803":"2024-08-20T10:39:34.075182+0000","172.21.15.78:0/1590620585":"2024-08-20T10:40:06.047277+0000","172.21.15.78:6800/3740292803":"2024-08-20T10:39:34.075182+0000","172.21.15.78:0/636518549":"2024-08-20T10:39:34.075182+0000","172.21.15.78:6800/4146699329":"2024-08-20T10:40:06.047277+0000","172.21.15.78:0/2110873184":"2024-08-20T10:39:34.075182+0000","172.21.15.78:0/1374427710":"2024-08-20T10:39:34.075182+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-08-19T10:45:04.212 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:03 smithi196 bash[24909]: audit 2024-08-19T10:45:03.862206+0000 mon.a (mon.0) 460 : audit [DBG] from='client.? 172.21.15.78:0/201590039' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-08-19T10:45:04.212 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:03 smithi196 bash[24909]: audit 2024-08-19T10:45:03.862206+0000 mon.a (mon.0) 460 : audit [DBG] from='client.? 172.21.15.78:0/201590039' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-08-19T10:45:04.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:03 smithi133 bash[24239]: audit 2024-08-19T10:45:03.862206+0000 mon.a (mon.0) 460 : audit [DBG] from='client.? 172.21.15.78:0/201590039' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-08-19T10:45:04.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:03 smithi133 bash[24239]: audit 2024-08-19T10:45:03.862206+0000 mon.a (mon.0) 460 : audit [DBG] from='client.? 172.21.15.78:0/201590039' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-08-19T10:45:04.258 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:03 smithi078 bash[22737]: audit 2024-08-19T10:45:03.862206+0000 mon.a (mon.0) 460 : audit [DBG] from='client.? 172.21.15.78:0/201590039' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-08-19T10:45:04.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:03 smithi078 bash[22737]: audit 2024-08-19T10:45:03.862206+0000 mon.a (mon.0) 460 : audit [DBG] from='client.? 172.21.15.78:0/201590039' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-08-19T10:45:04.499 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-08-19T10:45:04.500 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:797669399b32d2915e64eb6d4b1257ae3c50f80b shell --fsid 094f3c46-5e17-11ef-bccf-c7b262605968 -- ceph osd dump --format=json 2024-08-19T10:45:05.211 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:04 smithi196 bash[24909]: cluster 2024-08-19T10:45:04.126414+0000 mgr.a (mgr.14150) 205 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:05.212 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:04 smithi196 bash[24909]: cluster 2024-08-19T10:45:04.126414+0000 mgr.a (mgr.14150) 205 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:05.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:04 smithi133 bash[24239]: cluster 2024-08-19T10:45:04.126414+0000 mgr.a (mgr.14150) 205 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:05.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:04 smithi133 bash[24239]: cluster 2024-08-19T10:45:04.126414+0000 mgr.a (mgr.14150) 205 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:05.258 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:04 smithi078 bash[22737]: cluster 2024-08-19T10:45:04.126414+0000 mgr.a (mgr.14150) 205 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:05.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:04 smithi078 bash[22737]: cluster 2024-08-19T10:45:04.126414+0000 mgr.a (mgr.14150) 205 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:06.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:06 smithi196 bash[24909]: cluster 2024-08-19T10:45:06.126937+0000 mgr.a (mgr.14150) 206 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:06.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:06 smithi196 bash[24909]: cluster 2024-08-19T10:45:06.126937+0000 mgr.a (mgr.14150) 206 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:06.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:06 smithi133 bash[24239]: cluster 2024-08-19T10:45:06.126937+0000 mgr.a (mgr.14150) 206 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:06.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:06 smithi133 bash[24239]: cluster 2024-08-19T10:45:06.126937+0000 mgr.a (mgr.14150) 206 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:06.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:06 smithi078 bash[22737]: cluster 2024-08-19T10:45:06.126937+0000 mgr.a (mgr.14150) 206 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:06.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:06 smithi078 bash[22737]: cluster 2024-08-19T10:45:06.126937+0000 mgr.a (mgr.14150) 206 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:08.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:08 smithi196 bash[24909]: cluster 2024-08-19T10:45:08.127475+0000 mgr.a (mgr.14150) 207 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:08.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:08 smithi196 bash[24909]: cluster 2024-08-19T10:45:08.127475+0000 mgr.a (mgr.14150) 207 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:08.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:08 smithi133 bash[24239]: cluster 2024-08-19T10:45:08.127475+0000 mgr.a (mgr.14150) 207 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:08.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:08 smithi133 bash[24239]: cluster 2024-08-19T10:45:08.127475+0000 mgr.a (mgr.14150) 207 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:08.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:08 smithi078 bash[22737]: cluster 2024-08-19T10:45:08.127475+0000 mgr.a (mgr.14150) 207 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:08.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:08 smithi078 bash[22737]: cluster 2024-08-19T10:45:08.127475+0000 mgr.a (mgr.14150) 207 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:09.237 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/mon.a/config 2024-08-19T10:45:10.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:10 smithi196 bash[24909]: cluster 2024-08-19T10:45:10.128027+0000 mgr.a (mgr.14150) 208 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:10.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:10 smithi196 bash[24909]: cluster 2024-08-19T10:45:10.128027+0000 mgr.a (mgr.14150) 208 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:10.488 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-08-19T10:45:10.488 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":22,"fsid":"094f3c46-5e17-11ef-bccf-c7b262605968","created":"2024-08-19T10:39:06.625131+0000","modified":"2024-08-19T10:44:29.256735+0000","last_up_change":"2024-08-19T10:44:25.215932+0000","last_in_change":"2024-08-19T10:43:56.678799+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-08-19T10:44:26.497107+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"30bcbe2d-5990-436b-91eb-a579b1efa6de","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.78:6802","nonce":616489437},{"type":"v1","addr":"172.21.15.78:6803","nonce":616489437}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6804","nonce":616489437},{"type":"v1","addr":"172.21.15.78:6805","nonce":616489437}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6808","nonce":616489437},{"type":"v1","addr":"172.21.15.78:6809","nonce":616489437}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6806","nonce":616489437},{"type":"v1","addr":"172.21.15.78:6807","nonce":616489437}]},"public_addr":"172.21.15.78:6803/616489437","cluster_addr":"172.21.15.78:6805/616489437","heartbeat_back_addr":"172.21.15.78:6809/616489437","heartbeat_front_addr":"172.21.15.78:6807/616489437","state":["exists","up"]},{"osd":1,"uuid":"ad9af7dd-dd71-4a07-8e6a-546aa59bf5f6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6800","nonce":2282695814},{"type":"v1","addr":"172.21.15.133:6801","nonce":2282695814}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6802","nonce":2282695814},{"type":"v1","addr":"172.21.15.133:6803","nonce":2282695814}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6806","nonce":2282695814},{"type":"v1","addr":"172.21.15.133:6807","nonce":2282695814}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6804","nonce":2282695814},{"type":"v1","addr":"172.21.15.133:6805","nonce":2282695814}]},"public_addr":"172.21.15.133:6801/2282695814","cluster_addr":"172.21.15.133:6803/2282695814","heartbeat_back_addr":"172.21.15.133:6807/2282695814","heartbeat_front_addr":"172.21.15.133:6805/2282695814","state":["exists","up"]},{"osd":2,"uuid":"8ed98c85-81b3-44f3-8e0e-82612bd7e337","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.196:6800","nonce":140804915},{"type":"v1","addr":"172.21.15.196:6801","nonce":140804915}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6802","nonce":140804915},{"type":"v1","addr":"172.21.15.196:6803","nonce":140804915}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6806","nonce":140804915},{"type":"v1","addr":"172.21.15.196:6807","nonce":140804915}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6804","nonce":140804915},{"type":"v1","addr":"172.21.15.196:6805","nonce":140804915}]},"public_addr":"172.21.15.196:6801/140804915","cluster_addr":"172.21.15.196:6803/140804915","heartbeat_back_addr":"172.21.15.196:6807/140804915","heartbeat_front_addr":"172.21.15.196:6805/140804915","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-08-19T10:42:43.672628+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-08-19T10:43:35.354755+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-08-19T10:44:23.575576+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.78:0/1577446905":"2024-08-20T10:40:06.047277+0000","172.21.15.78:0/1032530150":"2024-08-20T10:40:06.047277+0000","172.21.15.78:6801/4146699329":"2024-08-20T10:40:06.047277+0000","172.21.15.78:6801/3740292803":"2024-08-20T10:39:34.075182+0000","172.21.15.78:0/1590620585":"2024-08-20T10:40:06.047277+0000","172.21.15.78:6800/3740292803":"2024-08-20T10:39:34.075182+0000","172.21.15.78:0/636518549":"2024-08-20T10:39:34.075182+0000","172.21.15.78:6800/4146699329":"2024-08-20T10:40:06.047277+0000","172.21.15.78:0/2110873184":"2024-08-20T10:39:34.075182+0000","172.21.15.78:0/1374427710":"2024-08-20T10:39:34.075182+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-08-19T10:45:10.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:10 smithi133 bash[24239]: cluster 2024-08-19T10:45:10.128027+0000 mgr.a (mgr.14150) 208 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:10.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:10 smithi133 bash[24239]: cluster 2024-08-19T10:45:10.128027+0000 mgr.a (mgr.14150) 208 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:10.500 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:10 smithi078 bash[22737]: cluster 2024-08-19T10:45:10.128027+0000 mgr.a (mgr.14150) 208 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:10.500 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:10 smithi078 bash[22737]: cluster 2024-08-19T10:45:10.128027+0000 mgr.a (mgr.14150) 208 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:11.083 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:797669399b32d2915e64eb6d4b1257ae3c50f80b shell --fsid 094f3c46-5e17-11ef-bccf-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-08-19T10:45:11.084 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:797669399b32d2915e64eb6d4b1257ae3c50f80b shell --fsid 094f3c46-5e17-11ef-bccf-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-08-19T10:45:11.084 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:797669399b32d2915e64eb6d4b1257ae3c50f80b shell --fsid 094f3c46-5e17-11ef-bccf-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-08-19T10:45:11.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:11 smithi196 bash[24909]: audit 2024-08-19T10:45:10.488073+0000 mon.a (mon.0) 461 : audit [DBG] from='client.? 172.21.15.78:0/3558967363' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-08-19T10:45:11.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:11 smithi196 bash[24909]: audit 2024-08-19T10:45:10.488073+0000 mon.a (mon.0) 461 : audit [DBG] from='client.? 172.21.15.78:0/3558967363' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-08-19T10:45:11.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:11 smithi133 bash[24239]: audit 2024-08-19T10:45:10.488073+0000 mon.a (mon.0) 461 : audit [DBG] from='client.? 172.21.15.78:0/3558967363' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-08-19T10:45:11.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:11 smithi133 bash[24239]: audit 2024-08-19T10:45:10.488073+0000 mon.a (mon.0) 461 : audit [DBG] from='client.? 172.21.15.78:0/3558967363' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-08-19T10:45:11.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:11 smithi078 bash[22737]: audit 2024-08-19T10:45:10.488073+0000 mon.a (mon.0) 461 : audit [DBG] from='client.? 172.21.15.78:0/3558967363' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-08-19T10:45:11.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:11 smithi078 bash[22737]: audit 2024-08-19T10:45:10.488073+0000 mon.a (mon.0) 461 : audit [DBG] from='client.? 172.21.15.78:0/3558967363' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-08-19T10:45:12.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:12 smithi133 bash[24239]: cluster 2024-08-19T10:45:12.128553+0000 mgr.a (mgr.14150) 209 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:12.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:12 smithi133 bash[24239]: cluster 2024-08-19T10:45:12.128553+0000 mgr.a (mgr.14150) 209 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:12.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:12 smithi078 bash[22737]: cluster 2024-08-19T10:45:12.128553+0000 mgr.a (mgr.14150) 209 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:12.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:12 smithi078 bash[22737]: cluster 2024-08-19T10:45:12.128553+0000 mgr.a (mgr.14150) 209 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:12.711 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:12 smithi196 bash[24909]: cluster 2024-08-19T10:45:12.128553+0000 mgr.a (mgr.14150) 209 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:12.712 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:12 smithi196 bash[24909]: cluster 2024-08-19T10:45:12.128553+0000 mgr.a (mgr.14150) 209 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:14.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:14 smithi196 bash[24909]: cluster 2024-08-19T10:45:14.129121+0000 mgr.a (mgr.14150) 210 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:14.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:14 smithi196 bash[24909]: cluster 2024-08-19T10:45:14.129121+0000 mgr.a (mgr.14150) 210 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:14.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:14 smithi133 bash[24239]: cluster 2024-08-19T10:45:14.129121+0000 mgr.a (mgr.14150) 210 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:14.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:14 smithi133 bash[24239]: cluster 2024-08-19T10:45:14.129121+0000 mgr.a (mgr.14150) 210 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:14.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:14 smithi078 bash[22737]: cluster 2024-08-19T10:45:14.129121+0000 mgr.a (mgr.14150) 210 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:14.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:14 smithi078 bash[22737]: cluster 2024-08-19T10:45:14.129121+0000 mgr.a (mgr.14150) 210 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:15.819 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/mon.a/config 2024-08-19T10:45:15.819 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/mon.a/config 2024-08-19T10:45:15.819 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/mon.a/config 2024-08-19T10:45:16.258 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:16 smithi078 bash[22737]: cluster 2024-08-19T10:45:16.129638+0000 mgr.a (mgr.14150) 211 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:16.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:16 smithi078 bash[22737]: cluster 2024-08-19T10:45:16.129638+0000 mgr.a (mgr.14150) 211 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:16.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:16 smithi196 bash[24909]: cluster 2024-08-19T10:45:16.129638+0000 mgr.a (mgr.14150) 211 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:16.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:16 smithi196 bash[24909]: cluster 2024-08-19T10:45:16.129638+0000 mgr.a (mgr.14150) 211 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:16.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:16 smithi133 bash[24239]: cluster 2024-08-19T10:45:16.129638+0000 mgr.a (mgr.14150) 211 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:16.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:16 smithi133 bash[24239]: cluster 2024-08-19T10:45:16.129638+0000 mgr.a (mgr.14150) 211 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:18.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:18 smithi196 bash[24909]: cluster 2024-08-19T10:45:18.130166+0000 mgr.a (mgr.14150) 212 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:18.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:18 smithi196 bash[24909]: cluster 2024-08-19T10:45:18.130166+0000 mgr.a (mgr.14150) 212 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:18.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:18 smithi133 bash[24239]: cluster 2024-08-19T10:45:18.130166+0000 mgr.a (mgr.14150) 212 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:18.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:18 smithi133 bash[24239]: cluster 2024-08-19T10:45:18.130166+0000 mgr.a (mgr.14150) 212 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:18.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:18 smithi078 bash[22737]: cluster 2024-08-19T10:45:18.130166+0000 mgr.a (mgr.14150) 212 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:18.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:18 smithi078 bash[22737]: cluster 2024-08-19T10:45:18.130166+0000 mgr.a (mgr.14150) 212 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:18.868 INFO:teuthology.orchestra.run.smithi078.stdout:34359738401 2024-08-19T10:45:18.869 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:797669399b32d2915e64eb6d4b1257ae3c50f80b shell --fsid 094f3c46-5e17-11ef-bccf-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-08-19T10:45:19.208 INFO:teuthology.orchestra.run.smithi078.stdout:77309411341 2024-08-19T10:45:19.209 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:797669399b32d2915e64eb6d4b1257ae3c50f80b shell --fsid 094f3c46-5e17-11ef-bccf-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-08-19T10:45:19.246 INFO:teuthology.orchestra.run.smithi078.stdout:55834574871 2024-08-19T10:45:19.247 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:797669399b32d2915e64eb6d4b1257ae3c50f80b shell --fsid 094f3c46-5e17-11ef-bccf-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-08-19T10:45:20.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:20 smithi196 bash[24909]: cluster 2024-08-19T10:45:20.130715+0000 mgr.a (mgr.14150) 213 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:20.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:20 smithi196 bash[24909]: cluster 2024-08-19T10:45:20.130715+0000 mgr.a (mgr.14150) 213 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:20.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:20 smithi133 bash[24239]: cluster 2024-08-19T10:45:20.130715+0000 mgr.a (mgr.14150) 213 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:20.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:20 smithi133 bash[24239]: cluster 2024-08-19T10:45:20.130715+0000 mgr.a (mgr.14150) 213 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:20.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:20 smithi078 bash[22737]: cluster 2024-08-19T10:45:20.130715+0000 mgr.a (mgr.14150) 213 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:20.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:20 smithi078 bash[22737]: cluster 2024-08-19T10:45:20.130715+0000 mgr.a (mgr.14150) 213 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:22.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:22 smithi196 bash[24909]: cluster 2024-08-19T10:45:22.131245+0000 mgr.a (mgr.14150) 214 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:22.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:22 smithi196 bash[24909]: cluster 2024-08-19T10:45:22.131245+0000 mgr.a (mgr.14150) 214 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:22.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:22 smithi133 bash[24239]: cluster 2024-08-19T10:45:22.131245+0000 mgr.a (mgr.14150) 214 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:22.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:22 smithi133 bash[24239]: cluster 2024-08-19T10:45:22.131245+0000 mgr.a (mgr.14150) 214 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:22.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:22 smithi078 bash[22737]: cluster 2024-08-19T10:45:22.131245+0000 mgr.a (mgr.14150) 214 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:22.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:22 smithi078 bash[22737]: cluster 2024-08-19T10:45:22.131245+0000 mgr.a (mgr.14150) 214 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:23.609 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/mon.a/config 2024-08-19T10:45:23.610 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/mon.a/config 2024-08-19T10:45:23.610 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/mon.a/config 2024-08-19T10:45:24.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:24 smithi196 bash[24909]: cluster 2024-08-19T10:45:24.131907+0000 mgr.a (mgr.14150) 215 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:24.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:24 smithi196 bash[24909]: cluster 2024-08-19T10:45:24.131907+0000 mgr.a (mgr.14150) 215 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:24.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:24 smithi133 bash[24239]: cluster 2024-08-19T10:45:24.131907+0000 mgr.a (mgr.14150) 215 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:24.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:24 smithi133 bash[24239]: cluster 2024-08-19T10:45:24.131907+0000 mgr.a (mgr.14150) 215 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:24.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:24 smithi078 bash[22737]: cluster 2024-08-19T10:45:24.131907+0000 mgr.a (mgr.14150) 215 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:24.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:24 smithi078 bash[22737]: cluster 2024-08-19T10:45:24.131907+0000 mgr.a (mgr.14150) 215 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:25.647 INFO:teuthology.orchestra.run.smithi078.stdout:77309411342 2024-08-19T10:45:25.734 INFO:teuthology.orchestra.run.smithi078.stdout:34359738402 2024-08-19T10:45:25.778 INFO:teuthology.orchestra.run.smithi078.stdout:55834574873 2024-08-19T10:45:25.961 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:25 smithi196 bash[24909]: audit 2024-08-19T10:45:25.647714+0000 mon.a (mon.0) 462 : audit [DBG] from='client.? 172.21.15.78:0/2327754934' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-08-19T10:45:25.962 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:25 smithi196 bash[24909]: audit 2024-08-19T10:45:25.647714+0000 mon.a (mon.0) 462 : audit [DBG] from='client.? 172.21.15.78:0/2327754934' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-08-19T10:45:25.989 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:25 smithi133 bash[24239]: audit 2024-08-19T10:45:25.647714+0000 mon.a (mon.0) 462 : audit [DBG] from='client.? 172.21.15.78:0/2327754934' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-08-19T10:45:25.989 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:25 smithi133 bash[24239]: audit 2024-08-19T10:45:25.647714+0000 mon.a (mon.0) 462 : audit [DBG] from='client.? 172.21.15.78:0/2327754934' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-08-19T10:45:26.008 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:25 smithi078 bash[22737]: audit 2024-08-19T10:45:25.647714+0000 mon.a (mon.0) 462 : audit [DBG] from='client.? 172.21.15.78:0/2327754934' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-08-19T10:45:26.008 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:25 smithi078 bash[22737]: audit 2024-08-19T10:45:25.647714+0000 mon.a (mon.0) 462 : audit [DBG] from='client.? 172.21.15.78:0/2327754934' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-08-19T10:45:26.688 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411341 got 77309411342 for osd.2 2024-08-19T10:45:26.689 DEBUG:teuthology.parallel:result is None 2024-08-19T10:45:26.961 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:26 smithi196 bash[24909]: audit 2024-08-19T10:45:25.735847+0000 mon.a (mon.0) 463 : audit [DBG] from='client.? 172.21.15.78:0/3865681016' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-08-19T10:45:26.962 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:26 smithi196 bash[24909]: audit 2024-08-19T10:45:25.735847+0000 mon.a (mon.0) 463 : audit [DBG] from='client.? 172.21.15.78:0/3865681016' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-08-19T10:45:26.962 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:26 smithi196 bash[24909]: audit 2024-08-19T10:45:25.779643+0000 mon.a (mon.0) 464 : audit [DBG] from='client.? 172.21.15.78:0/1778791836' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-08-19T10:45:26.962 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:26 smithi196 bash[24909]: audit 2024-08-19T10:45:25.779643+0000 mon.a (mon.0) 464 : audit [DBG] from='client.? 172.21.15.78:0/1778791836' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-08-19T10:45:26.962 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:26 smithi196 bash[24909]: cluster 2024-08-19T10:45:26.132475+0000 mgr.a (mgr.14150) 216 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:26.962 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:26 smithi196 bash[24909]: cluster 2024-08-19T10:45:26.132475+0000 mgr.a (mgr.14150) 216 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:26.989 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:26 smithi133 bash[24239]: audit 2024-08-19T10:45:25.735847+0000 mon.a (mon.0) 463 : audit [DBG] from='client.? 172.21.15.78:0/3865681016' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-08-19T10:45:26.989 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:26 smithi133 bash[24239]: audit 2024-08-19T10:45:25.735847+0000 mon.a (mon.0) 463 : audit [DBG] from='client.? 172.21.15.78:0/3865681016' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-08-19T10:45:26.989 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:26 smithi133 bash[24239]: audit 2024-08-19T10:45:25.779643+0000 mon.a (mon.0) 464 : audit [DBG] from='client.? 172.21.15.78:0/1778791836' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-08-19T10:45:26.989 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:26 smithi133 bash[24239]: audit 2024-08-19T10:45:25.779643+0000 mon.a (mon.0) 464 : audit [DBG] from='client.? 172.21.15.78:0/1778791836' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-08-19T10:45:26.990 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:26 smithi133 bash[24239]: cluster 2024-08-19T10:45:26.132475+0000 mgr.a (mgr.14150) 216 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:26.990 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:26 smithi133 bash[24239]: cluster 2024-08-19T10:45:26.132475+0000 mgr.a (mgr.14150) 216 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:27.009 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:26 smithi078 bash[22737]: audit 2024-08-19T10:45:25.735847+0000 mon.a (mon.0) 463 : audit [DBG] from='client.? 172.21.15.78:0/3865681016' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-08-19T10:45:27.009 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:26 smithi078 bash[22737]: audit 2024-08-19T10:45:25.735847+0000 mon.a (mon.0) 463 : audit [DBG] from='client.? 172.21.15.78:0/3865681016' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-08-19T10:45:27.009 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:26 smithi078 bash[22737]: audit 2024-08-19T10:45:25.779643+0000 mon.a (mon.0) 464 : audit [DBG] from='client.? 172.21.15.78:0/1778791836' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-08-19T10:45:27.009 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:26 smithi078 bash[22737]: audit 2024-08-19T10:45:25.779643+0000 mon.a (mon.0) 464 : audit [DBG] from='client.? 172.21.15.78:0/1778791836' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-08-19T10:45:27.009 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:26 smithi078 bash[22737]: cluster 2024-08-19T10:45:26.132475+0000 mgr.a (mgr.14150) 216 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:27.009 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:26 smithi078 bash[22737]: cluster 2024-08-19T10:45:26.132475+0000 mgr.a (mgr.14150) 216 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:27.203 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738401 got 34359738402 for osd.0 2024-08-19T10:45:27.203 DEBUG:teuthology.parallel:result is None 2024-08-19T10:45:27.251 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574871 got 55834574873 for osd.1 2024-08-19T10:45:27.251 DEBUG:teuthology.parallel:result is None 2024-08-19T10:45:27.251 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-08-19T10:45:27.252 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:797669399b32d2915e64eb6d4b1257ae3c50f80b shell --fsid 094f3c46-5e17-11ef-bccf-c7b262605968 -- ceph pg dump --format=json 2024-08-19T10:45:28.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:28 smithi196 bash[24909]: cluster 2024-08-19T10:45:28.133035+0000 mgr.a (mgr.14150) 217 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:28.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:28 smithi196 bash[24909]: cluster 2024-08-19T10:45:28.133035+0000 mgr.a (mgr.14150) 217 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:28.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:28 smithi133 bash[24239]: cluster 2024-08-19T10:45:28.133035+0000 mgr.a (mgr.14150) 217 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:28.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:28 smithi133 bash[24239]: cluster 2024-08-19T10:45:28.133035+0000 mgr.a (mgr.14150) 217 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:28.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:28 smithi078 bash[22737]: cluster 2024-08-19T10:45:28.133035+0000 mgr.a (mgr.14150) 217 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:28.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:28 smithi078 bash[22737]: cluster 2024-08-19T10:45:28.133035+0000 mgr.a (mgr.14150) 217 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:30.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:30 smithi196 bash[24909]: cluster 2024-08-19T10:45:30.133544+0000 mgr.a (mgr.14150) 218 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:30.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:30 smithi196 bash[24909]: cluster 2024-08-19T10:45:30.133544+0000 mgr.a (mgr.14150) 218 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:30.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:30 smithi133 bash[24239]: cluster 2024-08-19T10:45:30.133544+0000 mgr.a (mgr.14150) 218 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:30.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:30 smithi133 bash[24239]: cluster 2024-08-19T10:45:30.133544+0000 mgr.a (mgr.14150) 218 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:30.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:30 smithi078 bash[22737]: cluster 2024-08-19T10:45:30.133544+0000 mgr.a (mgr.14150) 218 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:30.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:30 smithi078 bash[22737]: cluster 2024-08-19T10:45:30.133544+0000 mgr.a (mgr.14150) 218 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:31.989 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/mon.a/config 2024-08-19T10:45:32.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:32 smithi196 bash[24909]: cluster 2024-08-19T10:45:32.134085+0000 mgr.a (mgr.14150) 219 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:32.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:32 smithi196 bash[24909]: cluster 2024-08-19T10:45:32.134085+0000 mgr.a (mgr.14150) 219 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:32.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:32 smithi133 bash[24239]: cluster 2024-08-19T10:45:32.134085+0000 mgr.a (mgr.14150) 219 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:32.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:32 smithi133 bash[24239]: cluster 2024-08-19T10:45:32.134085+0000 mgr.a (mgr.14150) 219 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:32.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:32 smithi078 bash[22737]: cluster 2024-08-19T10:45:32.134085+0000 mgr.a (mgr.14150) 219 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:32.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:32 smithi078 bash[22737]: cluster 2024-08-19T10:45:32.134085+0000 mgr.a (mgr.14150) 219 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:33.375 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-08-19T10:45:33.375 INFO:teuthology.orchestra.run.smithi078.stderr:dumped all 2024-08-19T10:45:33.386 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:33 smithi078 bash[22737]: audit 2024-08-19T10:45:32.551327+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:45:33.387 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:33 smithi078 bash[22737]: audit 2024-08-19T10:45:32.551327+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:45:33.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:33 smithi196 bash[24909]: audit 2024-08-19T10:45:32.551327+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:45:33.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:33 smithi196 bash[24909]: audit 2024-08-19T10:45:32.551327+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:45:33.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:33 smithi133 bash[24239]: audit 2024-08-19T10:45:32.551327+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:45:33.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:33 smithi133 bash[24239]: audit 2024-08-19T10:45:32.551327+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:45:34.003 INFO:teuthology.orchestra.run.smithi078.stdout:{"pg_ready":true,"pg_map":{"version":175,"stamp":"2024-08-19T10:45:32.133851+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":281235456,"kb_used":88160,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":85179,"kb_avail":281147296,"statfs":{"total":287985106944,"available":287894831104,"internally_reserved":0,"allocated":2347008,"data_stored":1944759,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":87223631},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.003409"},"pg_stats":[{"pgid":"1.0","version":"21'92","reported_seq":127,"reported_epoch":22,"state":"active+clean","last_fresh":"2024-08-19T10:44:29.264114+0000","last_change":"2024-08-19T10:44:28.266895+0000","last_active":"2024-08-19T10:44:29.264114+0000","last_peered":"2024-08-19T10:44:29.264114+0000","last_clean":"2024-08-19T10:44:29.264114+0000","last_became_active":"2024-08-19T10:44:28.266180+0000","last_became_peered":"2024-08-19T10:44:28.266180+0000","last_unstale":"2024-08-19T10:44:29.264114+0000","last_undegraded":"2024-08-19T10:44:29.264114+0000","last_fullsized":"2024-08-19T10:44:29.264114+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-08-19T10:44:27.236584+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-08-19T10:44:27.236584+0000","last_clean_scrub_stamp":"2024-08-19T10:44:27.236584+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-08-20T16:08:42.807006+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":77309411344,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28040,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717112,"statfs":{"total":95995035648,"available":95966322688,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574874,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32140,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713012,"statfs":{"total":95995035648,"available":95962124288,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738404,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27980,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717172,"statfs":{"total":95995035648,"available":95966384128,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-08-19T10:45:34.003 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:797669399b32d2915e64eb6d4b1257ae3c50f80b shell --fsid 094f3c46-5e17-11ef-bccf-c7b262605968 -- ceph pg dump --format=json 2024-08-19T10:45:34.258 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:34 smithi078 bash[22737]: audit 2024-08-19T10:45:33.353683+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:45:34.258 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:34 smithi078 bash[22737]: audit 2024-08-19T10:45:33.353683+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:45:34.258 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:34 smithi078 bash[22737]: audit 2024-08-19T10:45:33.354974+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:45:34.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:34 smithi078 bash[22737]: audit 2024-08-19T10:45:33.354974+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:45:34.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:34 smithi078 bash[22737]: audit 2024-08-19T10:45:33.365198+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:34.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:34 smithi078 bash[22737]: audit 2024-08-19T10:45:33.365198+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:34.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:34 smithi078 bash[22737]: audit 2024-08-19T10:45:33.375779+0000 mgr.a (mgr.14150) 220 : audit [DBG] from='client.14346 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:45:34.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:34 smithi078 bash[22737]: audit 2024-08-19T10:45:33.375779+0000 mgr.a (mgr.14150) 220 : audit [DBG] from='client.14346 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:45:34.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:34 smithi078 bash[22737]: cluster 2024-08-19T10:45:34.134610+0000 mgr.a (mgr.14150) 221 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:34.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:34 smithi078 bash[22737]: cluster 2024-08-19T10:45:34.134610+0000 mgr.a (mgr.14150) 221 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:34.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:34 smithi133 bash[24239]: audit 2024-08-19T10:45:33.353683+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:45:34.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:34 smithi133 bash[24239]: audit 2024-08-19T10:45:33.353683+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:45:34.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:34 smithi133 bash[24239]: audit 2024-08-19T10:45:33.354974+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:45:34.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:34 smithi133 bash[24239]: audit 2024-08-19T10:45:33.354974+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:45:34.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:34 smithi133 bash[24239]: audit 2024-08-19T10:45:33.365198+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:34.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:34 smithi133 bash[24239]: audit 2024-08-19T10:45:33.365198+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:34.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:34 smithi133 bash[24239]: audit 2024-08-19T10:45:33.375779+0000 mgr.a (mgr.14150) 220 : audit [DBG] from='client.14346 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:45:34.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:34 smithi133 bash[24239]: audit 2024-08-19T10:45:33.375779+0000 mgr.a (mgr.14150) 220 : audit [DBG] from='client.14346 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:45:34.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:34 smithi133 bash[24239]: cluster 2024-08-19T10:45:34.134610+0000 mgr.a (mgr.14150) 221 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:34.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:34 smithi133 bash[24239]: cluster 2024-08-19T10:45:34.134610+0000 mgr.a (mgr.14150) 221 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:34.711 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:34 smithi196 bash[24909]: audit 2024-08-19T10:45:33.353683+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:45:34.712 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:34 smithi196 bash[24909]: audit 2024-08-19T10:45:33.353683+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:45:34.712 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:34 smithi196 bash[24909]: audit 2024-08-19T10:45:33.354974+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:45:34.712 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:34 smithi196 bash[24909]: audit 2024-08-19T10:45:33.354974+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:45:34.712 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:34 smithi196 bash[24909]: audit 2024-08-19T10:45:33.365198+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:34.712 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:34 smithi196 bash[24909]: audit 2024-08-19T10:45:33.365198+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:34.712 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:34 smithi196 bash[24909]: audit 2024-08-19T10:45:33.375779+0000 mgr.a (mgr.14150) 220 : audit [DBG] from='client.14346 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:45:34.712 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:34 smithi196 bash[24909]: audit 2024-08-19T10:45:33.375779+0000 mgr.a (mgr.14150) 220 : audit [DBG] from='client.14346 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:45:34.712 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:34 smithi196 bash[24909]: cluster 2024-08-19T10:45:34.134610+0000 mgr.a (mgr.14150) 221 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:34.712 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:34 smithi196 bash[24909]: cluster 2024-08-19T10:45:34.134610+0000 mgr.a (mgr.14150) 221 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:36.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:36 smithi196 bash[24909]: cluster 2024-08-19T10:45:36.135131+0000 mgr.a (mgr.14150) 222 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:36.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:36 smithi196 bash[24909]: cluster 2024-08-19T10:45:36.135131+0000 mgr.a (mgr.14150) 222 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:36.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:36 smithi133 bash[24239]: cluster 2024-08-19T10:45:36.135131+0000 mgr.a (mgr.14150) 222 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:36.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:36 smithi133 bash[24239]: cluster 2024-08-19T10:45:36.135131+0000 mgr.a (mgr.14150) 222 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:36.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:36 smithi078 bash[22737]: cluster 2024-08-19T10:45:36.135131+0000 mgr.a (mgr.14150) 222 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:36.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:36 smithi078 bash[22737]: cluster 2024-08-19T10:45:36.135131+0000 mgr.a (mgr.14150) 222 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:38.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:38 smithi196 bash[24909]: cluster 2024-08-19T10:45:38.135657+0000 mgr.a (mgr.14150) 223 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:38.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:38 smithi196 bash[24909]: cluster 2024-08-19T10:45:38.135657+0000 mgr.a (mgr.14150) 223 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:38.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:38 smithi133 bash[24239]: cluster 2024-08-19T10:45:38.135657+0000 mgr.a (mgr.14150) 223 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:38.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:38 smithi133 bash[24239]: cluster 2024-08-19T10:45:38.135657+0000 mgr.a (mgr.14150) 223 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:38.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:38 smithi078 bash[22737]: cluster 2024-08-19T10:45:38.135657+0000 mgr.a (mgr.14150) 223 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:38.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:38 smithi078 bash[22737]: cluster 2024-08-19T10:45:38.135657+0000 mgr.a (mgr.14150) 223 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:38.738 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/mon.a/config 2024-08-19T10:45:40.079 INFO:teuthology.orchestra.run.smithi078.stderr:dumped all 2024-08-19T10:45:40.080 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-08-19T10:45:40.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:40 smithi196 bash[24909]: audit 2024-08-19T10:45:40.079945+0000 mgr.a (mgr.14150) 224 : audit [DBG] from='client.14352 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:45:40.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:40 smithi196 bash[24909]: audit 2024-08-19T10:45:40.079945+0000 mgr.a (mgr.14150) 224 : audit [DBG] from='client.14352 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:45:40.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:40 smithi196 bash[24909]: cluster 2024-08-19T10:45:40.136150+0000 mgr.a (mgr.14150) 225 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:40.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:40 smithi196 bash[24909]: cluster 2024-08-19T10:45:40.136150+0000 mgr.a (mgr.14150) 225 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:40.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:40 smithi133 bash[24239]: audit 2024-08-19T10:45:40.079945+0000 mgr.a (mgr.14150) 224 : audit [DBG] from='client.14352 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:45:40.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:40 smithi133 bash[24239]: audit 2024-08-19T10:45:40.079945+0000 mgr.a (mgr.14150) 224 : audit [DBG] from='client.14352 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:45:40.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:40 smithi133 bash[24239]: cluster 2024-08-19T10:45:40.136150+0000 mgr.a (mgr.14150) 225 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:40.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:40 smithi133 bash[24239]: cluster 2024-08-19T10:45:40.136150+0000 mgr.a (mgr.14150) 225 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:40.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:40 smithi078 bash[22737]: audit 2024-08-19T10:45:40.079945+0000 mgr.a (mgr.14150) 224 : audit [DBG] from='client.14352 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:45:40.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:40 smithi078 bash[22737]: audit 2024-08-19T10:45:40.079945+0000 mgr.a (mgr.14150) 224 : audit [DBG] from='client.14352 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:45:40.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:40 smithi078 bash[22737]: cluster 2024-08-19T10:45:40.136150+0000 mgr.a (mgr.14150) 225 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:40.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:40 smithi078 bash[22737]: cluster 2024-08-19T10:45:40.136150+0000 mgr.a (mgr.14150) 225 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:40.705 INFO:teuthology.orchestra.run.smithi078.stdout:{"pg_ready":true,"pg_map":{"version":178,"stamp":"2024-08-19T10:45:38.135406+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":281235456,"kb_used":88160,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":85179,"kb_avail":281147296,"statfs":{"total":287985106944,"available":287894831104,"internally_reserved":0,"allocated":2347008,"data_stored":1944759,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":87223631},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.003170"},"pg_stats":[{"pgid":"1.0","version":"21'92","reported_seq":127,"reported_epoch":22,"state":"active+clean","last_fresh":"2024-08-19T10:44:29.264114+0000","last_change":"2024-08-19T10:44:28.266895+0000","last_active":"2024-08-19T10:44:29.264114+0000","last_peered":"2024-08-19T10:44:29.264114+0000","last_clean":"2024-08-19T10:44:29.264114+0000","last_became_active":"2024-08-19T10:44:28.266180+0000","last_became_peered":"2024-08-19T10:44:28.266180+0000","last_unstale":"2024-08-19T10:44:29.264114+0000","last_undegraded":"2024-08-19T10:44:29.264114+0000","last_fullsized":"2024-08-19T10:44:29.264114+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-08-19T10:44:27.236584+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-08-19T10:44:27.236584+0000","last_clean_scrub_stamp":"2024-08-19T10:44:27.236584+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-08-20T16:08:42.807006+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411345,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28040,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717112,"statfs":{"total":95995035648,"available":95966322688,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574875,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32140,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713012,"statfs":{"total":95995035648,"available":95962124288,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738405,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27980,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717172,"statfs":{"total":95995035648,"available":95966384128,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-08-19T10:45:40.706 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-08-19T10:45:40.706 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-08-19T10:45:40.706 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-08-19T10:45:40.706 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:797669399b32d2915e64eb6d4b1257ae3c50f80b shell --fsid 094f3c46-5e17-11ef-bccf-c7b262605968 -- ceph health --format=json 2024-08-19T10:45:42.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:42 smithi196 bash[24909]: cluster 2024-08-19T10:45:42.136646+0000 mgr.a (mgr.14150) 226 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:42.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:42 smithi196 bash[24909]: cluster 2024-08-19T10:45:42.136646+0000 mgr.a (mgr.14150) 226 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:42.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:42 smithi133 bash[24239]: cluster 2024-08-19T10:45:42.136646+0000 mgr.a (mgr.14150) 226 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:42.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:42 smithi133 bash[24239]: cluster 2024-08-19T10:45:42.136646+0000 mgr.a (mgr.14150) 226 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:42.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:42 smithi078 bash[22737]: cluster 2024-08-19T10:45:42.136646+0000 mgr.a (mgr.14150) 226 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:42.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:42 smithi078 bash[22737]: cluster 2024-08-19T10:45:42.136646+0000 mgr.a (mgr.14150) 226 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:44.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:44 smithi196 bash[24909]: cluster 2024-08-19T10:45:44.137197+0000 mgr.a (mgr.14150) 227 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:44.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:44 smithi196 bash[24909]: cluster 2024-08-19T10:45:44.137197+0000 mgr.a (mgr.14150) 227 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:44.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:44 smithi133 bash[24239]: cluster 2024-08-19T10:45:44.137197+0000 mgr.a (mgr.14150) 227 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:44.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:44 smithi133 bash[24239]: cluster 2024-08-19T10:45:44.137197+0000 mgr.a (mgr.14150) 227 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:44.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:44 smithi078 bash[22737]: cluster 2024-08-19T10:45:44.137197+0000 mgr.a (mgr.14150) 227 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:44.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:44 smithi078 bash[22737]: cluster 2024-08-19T10:45:44.137197+0000 mgr.a (mgr.14150) 227 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:45.442 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/mon.a/config 2024-08-19T10:45:46.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:46 smithi196 bash[24909]: cluster 2024-08-19T10:45:46.137808+0000 mgr.a (mgr.14150) 228 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:46.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:46 smithi196 bash[24909]: cluster 2024-08-19T10:45:46.137808+0000 mgr.a (mgr.14150) 228 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:46.479 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:46 smithi078 bash[22737]: cluster 2024-08-19T10:45:46.137808+0000 mgr.a (mgr.14150) 228 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:46.479 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:46 smithi078 bash[22737]: cluster 2024-08-19T10:45:46.137808+0000 mgr.a (mgr.14150) 228 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:46.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:46 smithi133 bash[24239]: cluster 2024-08-19T10:45:46.137808+0000 mgr.a (mgr.14150) 228 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:46.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:46 smithi133 bash[24239]: cluster 2024-08-19T10:45:46.137808+0000 mgr.a (mgr.14150) 228 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:46.857 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-08-19T10:45:46.857 INFO:teuthology.orchestra.run.smithi078.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-08-19T10:45:47.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:47 smithi133 bash[24239]: audit 2024-08-19T10:45:46.858544+0000 mon.a (mon.0) 469 : audit [DBG] from='client.? 172.21.15.78:0/920792766' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-08-19T10:45:47.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:47 smithi133 bash[24239]: audit 2024-08-19T10:45:46.858544+0000 mon.a (mon.0) 469 : audit [DBG] from='client.? 172.21.15.78:0/920792766' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-08-19T10:45:47.502 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:47 smithi078 bash[22737]: audit 2024-08-19T10:45:46.858544+0000 mon.a (mon.0) 469 : audit [DBG] from='client.? 172.21.15.78:0/920792766' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-08-19T10:45:47.503 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:47 smithi078 bash[22737]: audit 2024-08-19T10:45:46.858544+0000 mon.a (mon.0) 469 : audit [DBG] from='client.? 172.21.15.78:0/920792766' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-08-19T10:45:47.504 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-08-19T10:45:47.504 INFO:tasks.cephadm:Setup complete, yielding 2024-08-19T10:45:47.504 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-08-19T10:45:47.515 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi078.front.sepia.ceph.com 2024-08-19T10:45:47.515 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:797669399b32d2915e64eb6d4b1257ae3c50f80b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 094f3c46-5e17-11ef-bccf-c7b262605968 -- bash -c 'set -e 2024-08-19T10:45:47.516 DEBUG:teuthology.orchestra.run.smithi078:> set -x 2024-08-19T10:45:47.516 DEBUG:teuthology.orchestra.run.smithi078:> ceph orch apply node-exporter 2024-08-19T10:45:47.516 DEBUG:teuthology.orchestra.run.smithi078:> ceph orch apply grafana 2024-08-19T10:45:47.516 DEBUG:teuthology.orchestra.run.smithi078:> ceph orch apply alertmanager 2024-08-19T10:45:47.516 DEBUG:teuthology.orchestra.run.smithi078:> ceph orch apply prometheus 2024-08-19T10:45:47.516 DEBUG:teuthology.orchestra.run.smithi078:> sleep 240 2024-08-19T10:45:47.516 DEBUG:teuthology.orchestra.run.smithi078:> ceph orch ls 2024-08-19T10:45:47.516 DEBUG:teuthology.orchestra.run.smithi078:> ceph orch ps 2024-08-19T10:45:47.516 DEBUG:teuthology.orchestra.run.smithi078:> ceph orch host ls 2024-08-19T10:45:47.516 DEBUG:teuthology.orchestra.run.smithi078:> MON_DAEMON=$(ceph orch ps --daemon-type mon -f json | jq -r '"'"'last | .daemon_name'"'"') 2024-08-19T10:45:47.516 DEBUG:teuthology.orchestra.run.smithi078:> GRAFANA_HOST=$(ceph orch ps --daemon-type grafana -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-08-19T10:45:47.516 DEBUG:teuthology.orchestra.run.smithi078:> PROM_HOST=$(ceph orch ps --daemon-type prometheus -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-08-19T10:45:47.516 DEBUG:teuthology.orchestra.run.smithi078:> ALERTM_HOST=$(ceph orch ps --daemon-type alertmanager -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-08-19T10:45:47.516 DEBUG:teuthology.orchestra.run.smithi078:> GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST "$GRAFANA_HOST" '"'"'.[] | select(.hostname==$GRAFANA_HOST) | .addr'"'"') 2024-08-19T10:45:47.517 DEBUG:teuthology.orchestra.run.smithi078:> PROM_IP=$(ceph orch host ls -f json | jq -r --arg PROM_HOST "$PROM_HOST" '"'"'.[] | select(.hostname==$PROM_HOST) | .addr'"'"') 2024-08-19T10:45:47.517 DEBUG:teuthology.orchestra.run.smithi078:> ALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST "$ALERTM_HOST" '"'"'.[] | select(.hostname==$ALERTM_HOST) | .addr'"'"') 2024-08-19T10:45:47.517 DEBUG:teuthology.orchestra.run.smithi078:> # check each host node-exporter metrics endpoint is responsive 2024-08-19T10:45:47.517 DEBUG:teuthology.orchestra.run.smithi078:> ALL_HOST_IPS=$(ceph orch host ls -f json | jq -r '"'"'.[] | .addr'"'"') 2024-08-19T10:45:47.517 DEBUG:teuthology.orchestra.run.smithi078:> for ip in $ALL_HOST_IPS; do 2024-08-19T10:45:47.517 DEBUG:teuthology.orchestra.run.smithi078:> curl -s http://${ip}:9100/metric 2024-08-19T10:45:47.517 DEBUG:teuthology.orchestra.run.smithi078:> done 2024-08-19T10:45:47.517 DEBUG:teuthology.orchestra.run.smithi078:> # check grafana endpoints are responsive and database health is okay 2024-08-19T10:45:47.517 DEBUG:teuthology.orchestra.run.smithi078:> curl -k -s https://${GRAFANA_IP}:3000/api/health 2024-08-19T10:45:47.517 DEBUG:teuthology.orchestra.run.smithi078:> curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '"'"'.database == "ok"'"'"' 2024-08-19T10:45:47.517 DEBUG:teuthology.orchestra.run.smithi078:> # stop mon daemon in order to trigger an alert 2024-08-19T10:45:47.517 DEBUG:teuthology.orchestra.run.smithi078:> ceph orch daemon stop $MON_DAEMON 2024-08-19T10:45:47.517 DEBUG:teuthology.orchestra.run.smithi078:> sleep 120 2024-08-19T10:45:47.517 DEBUG:teuthology.orchestra.run.smithi078:> # check prometheus endpoints are responsive and mon down alert is firing 2024-08-19T10:45:47.518 DEBUG:teuthology.orchestra.run.smithi078:> curl -s http://${PROM_IP}:9095/api/v1/status/config 2024-08-19T10:45:47.518 DEBUG:teuthology.orchestra.run.smithi078:> curl -s http://${PROM_IP}:9095/api/v1/status/config | jq -e '"'"'.status == "success"'"'"' 2024-08-19T10:45:47.518 DEBUG:teuthology.orchestra.run.smithi078:> curl -s http://${PROM_IP}:9095/api/v1/alerts 2024-08-19T10:45:47.518 DEBUG:teuthology.orchestra.run.smithi078:> curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '"'"'.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"'"'"' 2024-08-19T10:45:47.518 DEBUG:teuthology.orchestra.run.smithi078:> # check alertmanager endpoints are responsive and mon down alert is active 2024-08-19T10:45:47.518 DEBUG:teuthology.orchestra.run.smithi078:> curl -s http://${ALERTM_IP}:9093/api/v1/status 2024-08-19T10:45:47.518 DEBUG:teuthology.orchestra.run.smithi078:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts 2024-08-19T10:45:47.518 DEBUG:teuthology.orchestra.run.smithi078:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e '"'"'.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"'"'"' 2024-08-19T10:45:47.518 DEBUG:teuthology.orchestra.run.smithi078:> ' 2024-08-19T10:45:47.711 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:47 smithi196 bash[24909]: audit 2024-08-19T10:45:46.858544+0000 mon.a (mon.0) 469 : audit [DBG] from='client.? 172.21.15.78:0/920792766' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-08-19T10:45:47.711 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:47 smithi196 bash[24909]: audit 2024-08-19T10:45:46.858544+0000 mon.a (mon.0) 469 : audit [DBG] from='client.? 172.21.15.78:0/920792766' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-08-19T10:45:48.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:48 smithi133 bash[24239]: cluster 2024-08-19T10:45:48.138403+0000 mgr.a (mgr.14150) 229 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:48.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:48 smithi133 bash[24239]: cluster 2024-08-19T10:45:48.138403+0000 mgr.a (mgr.14150) 229 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:48.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:48 smithi078 bash[22737]: cluster 2024-08-19T10:45:48.138403+0000 mgr.a (mgr.14150) 229 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:48.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:48 smithi078 bash[22737]: cluster 2024-08-19T10:45:48.138403+0000 mgr.a (mgr.14150) 229 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:48.711 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:48 smithi196 bash[24909]: cluster 2024-08-19T10:45:48.138403+0000 mgr.a (mgr.14150) 229 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:48.711 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:48 smithi196 bash[24909]: cluster 2024-08-19T10:45:48.138403+0000 mgr.a (mgr.14150) 229 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:50.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:50 smithi133 bash[24239]: cluster 2024-08-19T10:45:50.138948+0000 mgr.a (mgr.14150) 230 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:50.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:50 smithi133 bash[24239]: cluster 2024-08-19T10:45:50.138948+0000 mgr.a (mgr.14150) 230 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:50.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:50 smithi078 bash[22737]: cluster 2024-08-19T10:45:50.138948+0000 mgr.a (mgr.14150) 230 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:50.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:50 smithi078 bash[22737]: cluster 2024-08-19T10:45:50.138948+0000 mgr.a (mgr.14150) 230 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:50.711 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:50 smithi196 bash[24909]: cluster 2024-08-19T10:45:50.138948+0000 mgr.a (mgr.14150) 230 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:50.711 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:50 smithi196 bash[24909]: cluster 2024-08-19T10:45:50.138948+0000 mgr.a (mgr.14150) 230 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:52.258 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/mon.a/config 2024-08-19T10:45:52.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:52 smithi133 bash[24239]: cluster 2024-08-19T10:45:52.139458+0000 mgr.a (mgr.14150) 231 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:52.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:52 smithi133 bash[24239]: cluster 2024-08-19T10:45:52.139458+0000 mgr.a (mgr.14150) 231 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:52.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:52 smithi078 bash[22737]: cluster 2024-08-19T10:45:52.139458+0000 mgr.a (mgr.14150) 231 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:52.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:52 smithi078 bash[22737]: cluster 2024-08-19T10:45:52.139458+0000 mgr.a (mgr.14150) 231 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:52.711 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:52 smithi196 bash[24909]: cluster 2024-08-19T10:45:52.139458+0000 mgr.a (mgr.14150) 231 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:52.711 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:52 smithi196 bash[24909]: cluster 2024-08-19T10:45:52.139458+0000 mgr.a (mgr.14150) 231 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:53.321 INFO:teuthology.orchestra.run.smithi078.stderr:+ ceph orch apply node-exporter 2024-08-19T10:45:53.619 INFO:teuthology.orchestra.run.smithi078.stdout:Scheduled node-exporter update... 2024-08-19T10:45:53.632 INFO:teuthology.orchestra.run.smithi078.stderr:+ ceph orch apply grafana 2024-08-19T10:45:53.936 INFO:teuthology.orchestra.run.smithi078.stdout:Scheduled grafana update... 2024-08-19T10:45:53.952 INFO:teuthology.orchestra.run.smithi078.stderr:+ ceph orch apply alertmanager 2024-08-19T10:45:54.251 INFO:teuthology.orchestra.run.smithi078.stdout:Scheduled alertmanager update... 2024-08-19T10:45:54.263 INFO:teuthology.orchestra.run.smithi078.stderr:+ ceph orch apply prometheus 2024-08-19T10:45:54.462 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:54 smithi078 systemd[1]: /etc/systemd/system/ceph-094f3c46-5e17-11ef-bccf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-08-19T10:45:54.463 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:45:54 smithi078 systemd[1]: /etc/systemd/system/ceph-094f3c46-5e17-11ef-bccf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-08-19T10:45:54.463 INFO:journalctl@ceph.osd.0.smithi078.stdout:Aug 19 10:45:54 smithi078 systemd[1]: /etc/systemd/system/ceph-094f3c46-5e17-11ef-bccf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-08-19T10:45:54.561 INFO:teuthology.orchestra.run.smithi078.stdout:Scheduled prometheus update... 2024-08-19T10:45:54.573 INFO:teuthology.orchestra.run.smithi078.stderr:+ sleep 240 2024-08-19T10:45:54.733 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:45:54 smithi078 systemd[1]: /etc/systemd/system/ceph-094f3c46-5e17-11ef-bccf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-08-19T10:45:54.734 INFO:journalctl@ceph.osd.0.smithi078.stdout:Aug 19 10:45:54 smithi078 systemd[1]: /etc/systemd/system/ceph-094f3c46-5e17-11ef-bccf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-08-19T10:45:54.734 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:54 smithi078 systemd[1]: /etc/systemd/system/ceph-094f3c46-5e17-11ef-bccf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-08-19T10:45:54.734 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:54 smithi078 bash[22737]: audit 2024-08-19T10:45:53.610483+0000 mgr.a (mgr.14150) 232 : audit [DBG] from='client.14364 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:45:54.734 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:54 smithi078 bash[22737]: audit 2024-08-19T10:45:53.610483+0000 mgr.a (mgr.14150) 232 : audit [DBG] from='client.14364 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:45:54.735 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:54 smithi078 bash[22737]: cephadm 2024-08-19T10:45:53.612618+0000 mgr.a (mgr.14150) 233 : cephadm [INF] Saving service node-exporter spec with placement * 2024-08-19T10:45:54.735 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:54 smithi078 bash[22737]: cephadm 2024-08-19T10:45:53.612618+0000 mgr.a (mgr.14150) 233 : cephadm [INF] Saving service node-exporter spec with placement * 2024-08-19T10:45:54.735 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:54 smithi078 bash[22737]: audit 2024-08-19T10:45:53.619191+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:54.735 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:54 smithi078 bash[22737]: audit 2024-08-19T10:45:53.619191+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:54.735 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:54 smithi078 bash[22737]: audit 2024-08-19T10:45:53.620637+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:45:54.735 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:54 smithi078 bash[22737]: audit 2024-08-19T10:45:53.620637+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:45:54.735 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:54 smithi078 bash[22737]: audit 2024-08-19T10:45:53.623448+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:45:54.735 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:54 smithi078 bash[22737]: audit 2024-08-19T10:45:53.623448+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:45:54.735 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:54 smithi078 bash[22737]: audit 2024-08-19T10:45:53.624599+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:45:54.735 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:54 smithi078 bash[22737]: audit 2024-08-19T10:45:53.624599+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:45:54.735 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:54 smithi078 bash[22737]: audit 2024-08-19T10:45:53.630278+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:54.735 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:54 smithi078 bash[22737]: audit 2024-08-19T10:45:53.630278+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:54.736 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:54 smithi078 bash[22737]: cephadm 2024-08-19T10:45:53.632378+0000 mgr.a (mgr.14150) 234 : cephadm [INF] Deploying daemon node-exporter.smithi078 on smithi078 2024-08-19T10:45:54.736 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:54 smithi078 bash[22737]: cephadm 2024-08-19T10:45:53.632378+0000 mgr.a (mgr.14150) 234 : cephadm [INF] Deploying daemon node-exporter.smithi078 on smithi078 2024-08-19T10:45:54.736 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:54 smithi078 bash[22737]: audit 2024-08-19T10:45:53.928659+0000 mgr.a (mgr.14150) 235 : audit [DBG] from='client.14370 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:45:54.736 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:54 smithi078 bash[22737]: audit 2024-08-19T10:45:53.928659+0000 mgr.a (mgr.14150) 235 : audit [DBG] from='client.14370 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:45:54.736 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:54 smithi078 bash[22737]: cephadm 2024-08-19T10:45:53.929953+0000 mgr.a (mgr.14150) 236 : cephadm [INF] Saving service grafana spec with placement count:1 2024-08-19T10:45:54.736 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:54 smithi078 bash[22737]: cephadm 2024-08-19T10:45:53.929953+0000 mgr.a (mgr.14150) 236 : cephadm [INF] Saving service grafana spec with placement count:1 2024-08-19T10:45:54.736 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:54 smithi078 bash[22737]: audit 2024-08-19T10:45:53.936484+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:54.736 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:54 smithi078 bash[22737]: audit 2024-08-19T10:45:53.936484+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:54.736 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:54 smithi078 bash[22737]: cluster 2024-08-19T10:45:54.139846+0000 mgr.a (mgr.14150) 237 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:54.736 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:54 smithi078 bash[22737]: cluster 2024-08-19T10:45:54.139846+0000 mgr.a (mgr.14150) 237 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:54.736 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:54 smithi078 bash[22737]: audit 2024-08-19T10:45:54.250310+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:54.737 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:54 smithi078 bash[22737]: audit 2024-08-19T10:45:54.250310+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:54.737 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:54 smithi078 bash[22737]: audit 2024-08-19T10:45:54.562140+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:54.737 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:54 smithi078 bash[22737]: audit 2024-08-19T10:45:54.562140+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:54.962 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:54 smithi196 bash[24909]: audit 2024-08-19T10:45:53.610483+0000 mgr.a (mgr.14150) 232 : audit [DBG] from='client.14364 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:45:54.962 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:54 smithi196 bash[24909]: audit 2024-08-19T10:45:53.610483+0000 mgr.a (mgr.14150) 232 : audit [DBG] from='client.14364 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:45:54.962 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:54 smithi196 bash[24909]: cephadm 2024-08-19T10:45:53.612618+0000 mgr.a (mgr.14150) 233 : cephadm [INF] Saving service node-exporter spec with placement * 2024-08-19T10:45:54.962 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:54 smithi196 bash[24909]: cephadm 2024-08-19T10:45:53.612618+0000 mgr.a (mgr.14150) 233 : cephadm [INF] Saving service node-exporter spec with placement * 2024-08-19T10:45:54.962 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:54 smithi196 bash[24909]: audit 2024-08-19T10:45:53.619191+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:54.962 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:54 smithi196 bash[24909]: audit 2024-08-19T10:45:53.619191+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:54.962 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:54 smithi196 bash[24909]: audit 2024-08-19T10:45:53.620637+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:45:54.963 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:54 smithi196 bash[24909]: audit 2024-08-19T10:45:53.620637+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:45:54.963 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:54 smithi196 bash[24909]: audit 2024-08-19T10:45:53.623448+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:45:54.963 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:54 smithi196 bash[24909]: audit 2024-08-19T10:45:53.623448+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:45:54.963 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:54 smithi196 bash[24909]: audit 2024-08-19T10:45:53.624599+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:45:54.963 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:54 smithi196 bash[24909]: audit 2024-08-19T10:45:53.624599+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:45:54.963 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:54 smithi196 bash[24909]: audit 2024-08-19T10:45:53.630278+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:54.963 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:54 smithi196 bash[24909]: audit 2024-08-19T10:45:53.630278+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:54.963 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:54 smithi196 bash[24909]: cephadm 2024-08-19T10:45:53.632378+0000 mgr.a (mgr.14150) 234 : cephadm [INF] Deploying daemon node-exporter.smithi078 on smithi078 2024-08-19T10:45:54.963 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:54 smithi196 bash[24909]: cephadm 2024-08-19T10:45:53.632378+0000 mgr.a (mgr.14150) 234 : cephadm [INF] Deploying daemon node-exporter.smithi078 on smithi078 2024-08-19T10:45:54.963 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:54 smithi196 bash[24909]: audit 2024-08-19T10:45:53.928659+0000 mgr.a (mgr.14150) 235 : audit [DBG] from='client.14370 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:45:54.963 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:54 smithi196 bash[24909]: audit 2024-08-19T10:45:53.928659+0000 mgr.a (mgr.14150) 235 : audit [DBG] from='client.14370 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:45:54.963 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:54 smithi196 bash[24909]: cephadm 2024-08-19T10:45:53.929953+0000 mgr.a (mgr.14150) 236 : cephadm [INF] Saving service grafana spec with placement count:1 2024-08-19T10:45:54.963 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:54 smithi196 bash[24909]: cephadm 2024-08-19T10:45:53.929953+0000 mgr.a (mgr.14150) 236 : cephadm [INF] Saving service grafana spec with placement count:1 2024-08-19T10:45:54.964 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:54 smithi196 bash[24909]: audit 2024-08-19T10:45:53.936484+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:54.964 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:54 smithi196 bash[24909]: audit 2024-08-19T10:45:53.936484+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:54.964 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:54 smithi196 bash[24909]: cluster 2024-08-19T10:45:54.139846+0000 mgr.a (mgr.14150) 237 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:54.964 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:54 smithi196 bash[24909]: cluster 2024-08-19T10:45:54.139846+0000 mgr.a (mgr.14150) 237 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:54.964 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:54 smithi196 bash[24909]: audit 2024-08-19T10:45:54.250310+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:54.964 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:54 smithi196 bash[24909]: audit 2024-08-19T10:45:54.250310+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:54.964 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:54 smithi196 bash[24909]: audit 2024-08-19T10:45:54.562140+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:54.964 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:54 smithi196 bash[24909]: audit 2024-08-19T10:45:54.562140+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:54.990 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:54 smithi133 bash[24239]: audit 2024-08-19T10:45:53.610483+0000 mgr.a (mgr.14150) 232 : audit [DBG] from='client.14364 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:45:54.990 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:54 smithi133 bash[24239]: audit 2024-08-19T10:45:53.610483+0000 mgr.a (mgr.14150) 232 : audit [DBG] from='client.14364 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:45:54.990 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:54 smithi133 bash[24239]: cephadm 2024-08-19T10:45:53.612618+0000 mgr.a (mgr.14150) 233 : cephadm [INF] Saving service node-exporter spec with placement * 2024-08-19T10:45:54.990 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:54 smithi133 bash[24239]: cephadm 2024-08-19T10:45:53.612618+0000 mgr.a (mgr.14150) 233 : cephadm [INF] Saving service node-exporter spec with placement * 2024-08-19T10:45:54.991 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:54 smithi133 bash[24239]: audit 2024-08-19T10:45:53.619191+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:54.991 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:54 smithi133 bash[24239]: audit 2024-08-19T10:45:53.619191+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:54.991 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:54 smithi133 bash[24239]: audit 2024-08-19T10:45:53.620637+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:45:54.991 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:54 smithi133 bash[24239]: audit 2024-08-19T10:45:53.620637+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:45:54.991 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:54 smithi133 bash[24239]: audit 2024-08-19T10:45:53.623448+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:45:54.991 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:54 smithi133 bash[24239]: audit 2024-08-19T10:45:53.623448+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:45:54.991 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:54 smithi133 bash[24239]: audit 2024-08-19T10:45:53.624599+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:45:54.991 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:54 smithi133 bash[24239]: audit 2024-08-19T10:45:53.624599+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:45:54.992 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:54 smithi133 bash[24239]: audit 2024-08-19T10:45:53.630278+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:54.992 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:54 smithi133 bash[24239]: audit 2024-08-19T10:45:53.630278+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:54.992 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:54 smithi133 bash[24239]: cephadm 2024-08-19T10:45:53.632378+0000 mgr.a (mgr.14150) 234 : cephadm [INF] Deploying daemon node-exporter.smithi078 on smithi078 2024-08-19T10:45:54.992 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:54 smithi133 bash[24239]: cephadm 2024-08-19T10:45:53.632378+0000 mgr.a (mgr.14150) 234 : cephadm [INF] Deploying daemon node-exporter.smithi078 on smithi078 2024-08-19T10:45:54.992 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:54 smithi133 bash[24239]: audit 2024-08-19T10:45:53.928659+0000 mgr.a (mgr.14150) 235 : audit [DBG] from='client.14370 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:45:54.992 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:54 smithi133 bash[24239]: audit 2024-08-19T10:45:53.928659+0000 mgr.a (mgr.14150) 235 : audit [DBG] from='client.14370 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:45:54.992 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:54 smithi133 bash[24239]: cephadm 2024-08-19T10:45:53.929953+0000 mgr.a (mgr.14150) 236 : cephadm [INF] Saving service grafana spec with placement count:1 2024-08-19T10:45:54.992 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:54 smithi133 bash[24239]: cephadm 2024-08-19T10:45:53.929953+0000 mgr.a (mgr.14150) 236 : cephadm [INF] Saving service grafana spec with placement count:1 2024-08-19T10:45:54.993 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:54 smithi133 bash[24239]: audit 2024-08-19T10:45:53.936484+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:54.993 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:54 smithi133 bash[24239]: audit 2024-08-19T10:45:53.936484+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:54.993 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:54 smithi133 bash[24239]: cluster 2024-08-19T10:45:54.139846+0000 mgr.a (mgr.14150) 237 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:54.993 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:54 smithi133 bash[24239]: cluster 2024-08-19T10:45:54.139846+0000 mgr.a (mgr.14150) 237 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:54.993 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:54 smithi133 bash[24239]: audit 2024-08-19T10:45:54.250310+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:54.993 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:54 smithi133 bash[24239]: audit 2024-08-19T10:45:54.250310+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:54.993 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:54 smithi133 bash[24239]: audit 2024-08-19T10:45:54.562140+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:54.993 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:54 smithi133 bash[24239]: audit 2024-08-19T10:45:54.562140+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:55.777 INFO:journalctl@ceph.mgr.b.smithi133.stdout:Aug 19 10:45:55 smithi133 systemd[1]: /etc/systemd/system/ceph-094f3c46-5e17-11ef-bccf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-08-19T10:45:55.777 INFO:journalctl@ceph.osd.1.smithi133.stdout:Aug 19 10:45:55 smithi133 systemd[1]: /etc/systemd/system/ceph-094f3c46-5e17-11ef-bccf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-08-19T10:45:55.777 INFO:journalctl@ceph.osd.1.smithi133.stdout:Aug 19 10:45:55 smithi133 systemd[1]: /etc/systemd/system/ceph-094f3c46-5e17-11ef-bccf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-08-19T10:45:55.777 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:55 smithi133 systemd[1]: /etc/systemd/system/ceph-094f3c46-5e17-11ef-bccf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-08-19T10:45:55.778 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:55 smithi133 bash[24239]: audit 2024-08-19T10:45:54.245447+0000 mgr.a (mgr.14150) 238 : audit [DBG] from='client.14376 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:45:55.778 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:55 smithi133 bash[24239]: audit 2024-08-19T10:45:54.245447+0000 mgr.a (mgr.14150) 238 : audit [DBG] from='client.14376 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:45:55.778 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:55 smithi133 bash[24239]: cephadm 2024-08-19T10:45:54.246411+0000 mgr.a (mgr.14150) 239 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-08-19T10:45:55.778 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:55 smithi133 bash[24239]: cephadm 2024-08-19T10:45:54.246411+0000 mgr.a (mgr.14150) 239 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-08-19T10:45:55.778 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:55 smithi133 bash[24239]: audit 2024-08-19T10:45:54.554889+0000 mgr.a (mgr.14150) 240 : audit [DBG] from='client.14382 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:45:55.778 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:55 smithi133 bash[24239]: audit 2024-08-19T10:45:54.554889+0000 mgr.a (mgr.14150) 240 : audit [DBG] from='client.14382 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:45:55.778 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:55 smithi133 bash[24239]: cephadm 2024-08-19T10:45:54.556630+0000 mgr.a (mgr.14150) 241 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-08-19T10:45:55.778 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:55 smithi133 bash[24239]: cephadm 2024-08-19T10:45:54.556630+0000 mgr.a (mgr.14150) 241 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-08-19T10:45:55.778 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:55 smithi133 bash[24239]: audit 2024-08-19T10:45:54.747741+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:55.778 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:55 smithi133 bash[24239]: audit 2024-08-19T10:45:54.747741+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:55.778 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:55 smithi133 bash[24239]: audit 2024-08-19T10:45:54.754042+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:55.779 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:55 smithi133 bash[24239]: audit 2024-08-19T10:45:54.754042+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:55.779 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:55 smithi133 bash[24239]: audit 2024-08-19T10:45:54.761031+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:55.779 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:55 smithi133 bash[24239]: audit 2024-08-19T10:45:54.761031+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:55.779 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:55 smithi133 bash[24239]: cephadm 2024-08-19T10:45:54.761729+0000 mgr.a (mgr.14150) 242 : cephadm [INF] Deploying daemon node-exporter.smithi133 on smithi133 2024-08-19T10:45:55.779 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:55 smithi133 bash[24239]: cephadm 2024-08-19T10:45:54.761729+0000 mgr.a (mgr.14150) 242 : cephadm [INF] Deploying daemon node-exporter.smithi133 on smithi133 2024-08-19T10:45:55.779 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:55 smithi133 systemd[1]: /etc/systemd/system/ceph-094f3c46-5e17-11ef-bccf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-08-19T10:45:56.008 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:55 smithi078 bash[22737]: audit 2024-08-19T10:45:54.245447+0000 mgr.a (mgr.14150) 238 : audit [DBG] from='client.14376 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:45:56.008 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:55 smithi078 bash[22737]: audit 2024-08-19T10:45:54.245447+0000 mgr.a (mgr.14150) 238 : audit [DBG] from='client.14376 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:45:56.008 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:55 smithi078 bash[22737]: cephadm 2024-08-19T10:45:54.246411+0000 mgr.a (mgr.14150) 239 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-08-19T10:45:56.009 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:55 smithi078 bash[22737]: cephadm 2024-08-19T10:45:54.246411+0000 mgr.a (mgr.14150) 239 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-08-19T10:45:56.009 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:55 smithi078 bash[22737]: audit 2024-08-19T10:45:54.554889+0000 mgr.a (mgr.14150) 240 : audit [DBG] from='client.14382 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:45:56.009 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:55 smithi078 bash[22737]: audit 2024-08-19T10:45:54.554889+0000 mgr.a (mgr.14150) 240 : audit [DBG] from='client.14382 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:45:56.009 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:55 smithi078 bash[22737]: cephadm 2024-08-19T10:45:54.556630+0000 mgr.a (mgr.14150) 241 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-08-19T10:45:56.009 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:55 smithi078 bash[22737]: cephadm 2024-08-19T10:45:54.556630+0000 mgr.a (mgr.14150) 241 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-08-19T10:45:56.009 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:55 smithi078 bash[22737]: audit 2024-08-19T10:45:54.747741+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:56.009 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:55 smithi078 bash[22737]: audit 2024-08-19T10:45:54.747741+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:56.009 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:55 smithi078 bash[22737]: audit 2024-08-19T10:45:54.754042+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:56.009 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:55 smithi078 bash[22737]: audit 2024-08-19T10:45:54.754042+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:56.009 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:55 smithi078 bash[22737]: audit 2024-08-19T10:45:54.761031+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:56.009 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:55 smithi078 bash[22737]: audit 2024-08-19T10:45:54.761031+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:56.009 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:55 smithi078 bash[22737]: cephadm 2024-08-19T10:45:54.761729+0000 mgr.a (mgr.14150) 242 : cephadm [INF] Deploying daemon node-exporter.smithi133 on smithi133 2024-08-19T10:45:56.010 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:55 smithi078 bash[22737]: cephadm 2024-08-19T10:45:54.761729+0000 mgr.a (mgr.14150) 242 : cephadm [INF] Deploying daemon node-exporter.smithi133 on smithi133 2024-08-19T10:45:56.211 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:55 smithi196 bash[24909]: audit 2024-08-19T10:45:54.245447+0000 mgr.a (mgr.14150) 238 : audit [DBG] from='client.14376 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:45:56.211 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:55 smithi196 bash[24909]: audit 2024-08-19T10:45:54.245447+0000 mgr.a (mgr.14150) 238 : audit [DBG] from='client.14376 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:45:56.212 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:55 smithi196 bash[24909]: cephadm 2024-08-19T10:45:54.246411+0000 mgr.a (mgr.14150) 239 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-08-19T10:45:56.212 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:55 smithi196 bash[24909]: cephadm 2024-08-19T10:45:54.246411+0000 mgr.a (mgr.14150) 239 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-08-19T10:45:56.212 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:55 smithi196 bash[24909]: audit 2024-08-19T10:45:54.554889+0000 mgr.a (mgr.14150) 240 : audit [DBG] from='client.14382 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:45:56.212 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:55 smithi196 bash[24909]: audit 2024-08-19T10:45:54.554889+0000 mgr.a (mgr.14150) 240 : audit [DBG] from='client.14382 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:45:56.212 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:55 smithi196 bash[24909]: cephadm 2024-08-19T10:45:54.556630+0000 mgr.a (mgr.14150) 241 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-08-19T10:45:56.212 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:55 smithi196 bash[24909]: cephadm 2024-08-19T10:45:54.556630+0000 mgr.a (mgr.14150) 241 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-08-19T10:45:56.212 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:55 smithi196 bash[24909]: audit 2024-08-19T10:45:54.747741+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:56.212 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:55 smithi196 bash[24909]: audit 2024-08-19T10:45:54.747741+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:56.212 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:55 smithi196 bash[24909]: audit 2024-08-19T10:45:54.754042+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:56.213 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:55 smithi196 bash[24909]: audit 2024-08-19T10:45:54.754042+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:56.213 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:55 smithi196 bash[24909]: audit 2024-08-19T10:45:54.761031+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:56.213 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:55 smithi196 bash[24909]: audit 2024-08-19T10:45:54.761031+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:56.213 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:55 smithi196 bash[24909]: cephadm 2024-08-19T10:45:54.761729+0000 mgr.a (mgr.14150) 242 : cephadm [INF] Deploying daemon node-exporter.smithi133 on smithi133 2024-08-19T10:45:56.213 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:55 smithi196 bash[24909]: cephadm 2024-08-19T10:45:54.761729+0000 mgr.a (mgr.14150) 242 : cephadm [INF] Deploying daemon node-exporter.smithi133 on smithi133 2024-08-19T10:45:56.239 INFO:journalctl@ceph.mgr.b.smithi133.stdout:Aug 19 10:45:55 smithi133 systemd[1]: /etc/systemd/system/ceph-094f3c46-5e17-11ef-bccf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-08-19T10:45:57.088 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:56 smithi078 bash[22737]: audit 2024-08-19T10:45:55.933340+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:57.089 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:56 smithi078 bash[22737]: audit 2024-08-19T10:45:55.933340+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:57.089 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:56 smithi078 bash[22737]: audit 2024-08-19T10:45:55.942263+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:57.089 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:56 smithi078 bash[22737]: audit 2024-08-19T10:45:55.942263+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:57.089 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:56 smithi078 bash[22737]: audit 2024-08-19T10:45:55.950725+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:57.089 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:56 smithi078 bash[22737]: audit 2024-08-19T10:45:55.950725+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:57.089 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:56 smithi078 bash[22737]: cephadm 2024-08-19T10:45:55.952787+0000 mgr.a (mgr.14150) 243 : cephadm [INF] Deploying daemon node-exporter.smithi196 on smithi196 2024-08-19T10:45:57.089 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:56 smithi078 bash[22737]: cephadm 2024-08-19T10:45:55.952787+0000 mgr.a (mgr.14150) 243 : cephadm [INF] Deploying daemon node-exporter.smithi196 on smithi196 2024-08-19T10:45:57.089 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:56 smithi078 bash[22737]: cluster 2024-08-19T10:45:56.140298+0000 mgr.a (mgr.14150) 244 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:57.089 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:56 smithi078 bash[22737]: cluster 2024-08-19T10:45:56.140298+0000 mgr.a (mgr.14150) 244 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:57.109 INFO:journalctl@ceph.osd.2.smithi196.stdout:Aug 19 10:45:57 smithi196 systemd[1]: /etc/systemd/system/ceph-094f3c46-5e17-11ef-bccf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-08-19T10:45:57.109 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:56 smithi196 bash[24909]: audit 2024-08-19T10:45:55.933340+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:57.109 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:56 smithi196 bash[24909]: audit 2024-08-19T10:45:55.933340+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:57.109 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:56 smithi196 bash[24909]: audit 2024-08-19T10:45:55.942263+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:57.109 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:56 smithi196 bash[24909]: audit 2024-08-19T10:45:55.942263+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:57.109 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:56 smithi196 bash[24909]: audit 2024-08-19T10:45:55.950725+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:57.109 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:56 smithi196 bash[24909]: audit 2024-08-19T10:45:55.950725+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:57.110 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:56 smithi196 bash[24909]: cephadm 2024-08-19T10:45:55.952787+0000 mgr.a (mgr.14150) 243 : cephadm [INF] Deploying daemon node-exporter.smithi196 on smithi196 2024-08-19T10:45:57.110 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:56 smithi196 bash[24909]: cephadm 2024-08-19T10:45:55.952787+0000 mgr.a (mgr.14150) 243 : cephadm [INF] Deploying daemon node-exporter.smithi196 on smithi196 2024-08-19T10:45:57.110 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:56 smithi196 bash[24909]: cluster 2024-08-19T10:45:56.140298+0000 mgr.a (mgr.14150) 244 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:57.110 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:56 smithi196 bash[24909]: cluster 2024-08-19T10:45:56.140298+0000 mgr.a (mgr.14150) 244 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:57.110 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:57 smithi196 systemd[1]: /etc/systemd/system/ceph-094f3c46-5e17-11ef-bccf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-08-19T10:45:57.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:56 smithi133 bash[24239]: audit 2024-08-19T10:45:55.933340+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:57.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:56 smithi133 bash[24239]: audit 2024-08-19T10:45:55.933340+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:57.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:56 smithi133 bash[24239]: audit 2024-08-19T10:45:55.942263+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:57.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:56 smithi133 bash[24239]: audit 2024-08-19T10:45:55.942263+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:57.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:56 smithi133 bash[24239]: audit 2024-08-19T10:45:55.950725+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:57.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:56 smithi133 bash[24239]: audit 2024-08-19T10:45:55.950725+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:57.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:56 smithi133 bash[24239]: cephadm 2024-08-19T10:45:55.952787+0000 mgr.a (mgr.14150) 243 : cephadm [INF] Deploying daemon node-exporter.smithi196 on smithi196 2024-08-19T10:45:57.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:56 smithi133 bash[24239]: cephadm 2024-08-19T10:45:55.952787+0000 mgr.a (mgr.14150) 243 : cephadm [INF] Deploying daemon node-exporter.smithi196 on smithi196 2024-08-19T10:45:57.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:56 smithi133 bash[24239]: cluster 2024-08-19T10:45:56.140298+0000 mgr.a (mgr.14150) 244 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:57.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:56 smithi133 bash[24239]: cluster 2024-08-19T10:45:56.140298+0000 mgr.a (mgr.14150) 244 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:57.376 INFO:journalctl@ceph.osd.2.smithi196.stdout:Aug 19 10:45:57 smithi196 systemd[1]: /etc/systemd/system/ceph-094f3c46-5e17-11ef-bccf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-08-19T10:45:57.377 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:57 smithi196 systemd[1]: /etc/systemd/system/ceph-094f3c46-5e17-11ef-bccf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-08-19T10:45:58.711 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:58 smithi196 bash[24909]: audit 2024-08-19T10:45:57.387662+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:58.711 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:58 smithi196 bash[24909]: audit 2024-08-19T10:45:57.387662+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:58.712 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:58 smithi196 bash[24909]: audit 2024-08-19T10:45:57.395296+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:58.712 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:58 smithi196 bash[24909]: audit 2024-08-19T10:45:57.395296+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:58.712 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:58 smithi196 bash[24909]: audit 2024-08-19T10:45:57.404227+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:58.712 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:58 smithi196 bash[24909]: audit 2024-08-19T10:45:57.404227+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:58.712 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:58 smithi196 bash[24909]: audit 2024-08-19T10:45:57.412645+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:58.712 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:58 smithi196 bash[24909]: audit 2024-08-19T10:45:57.412645+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:58.712 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:58 smithi196 bash[24909]: audit 2024-08-19T10:45:57.501409+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:45:58.712 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:58 smithi196 bash[24909]: audit 2024-08-19T10:45:57.501409+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:45:58.712 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:58 smithi196 bash[24909]: audit 2024-08-19T10:45:58.121520+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:58.712 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:58 smithi196 bash[24909]: audit 2024-08-19T10:45:58.121520+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:58.712 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:58 smithi196 bash[24909]: cluster 2024-08-19T10:45:58.140816+0000 mgr.a (mgr.14150) 245 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:58.712 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:45:58 smithi196 bash[24909]: cluster 2024-08-19T10:45:58.140816+0000 mgr.a (mgr.14150) 245 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:58.740 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:58 smithi133 bash[24239]: audit 2024-08-19T10:45:57.387662+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:58.740 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:58 smithi133 bash[24239]: audit 2024-08-19T10:45:57.387662+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:58.740 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:58 smithi133 bash[24239]: audit 2024-08-19T10:45:57.395296+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:58.740 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:58 smithi133 bash[24239]: audit 2024-08-19T10:45:57.395296+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:58.740 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:58 smithi133 bash[24239]: audit 2024-08-19T10:45:57.404227+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:58.740 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:58 smithi133 bash[24239]: audit 2024-08-19T10:45:57.404227+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:58.740 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:58 smithi133 bash[24239]: audit 2024-08-19T10:45:57.412645+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:58.740 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:58 smithi133 bash[24239]: audit 2024-08-19T10:45:57.412645+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:58.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:58 smithi133 bash[24239]: audit 2024-08-19T10:45:57.501409+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:45:58.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:58 smithi133 bash[24239]: audit 2024-08-19T10:45:57.501409+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:45:58.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:58 smithi133 bash[24239]: audit 2024-08-19T10:45:58.121520+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:58.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:58 smithi133 bash[24239]: audit 2024-08-19T10:45:58.121520+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:58.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:58 smithi133 bash[24239]: cluster 2024-08-19T10:45:58.140816+0000 mgr.a (mgr.14150) 245 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:58.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:45:58 smithi133 bash[24239]: cluster 2024-08-19T10:45:58.140816+0000 mgr.a (mgr.14150) 245 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:58.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:58 smithi078 bash[22737]: audit 2024-08-19T10:45:57.387662+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:58.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:58 smithi078 bash[22737]: audit 2024-08-19T10:45:57.387662+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:58.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:58 smithi078 bash[22737]: audit 2024-08-19T10:45:57.395296+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:58.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:58 smithi078 bash[22737]: audit 2024-08-19T10:45:57.395296+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:58.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:58 smithi078 bash[22737]: audit 2024-08-19T10:45:57.404227+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:58.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:58 smithi078 bash[22737]: audit 2024-08-19T10:45:57.404227+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:58.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:58 smithi078 bash[22737]: audit 2024-08-19T10:45:57.412645+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:58.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:58 smithi078 bash[22737]: audit 2024-08-19T10:45:57.412645+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:58.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:58 smithi078 bash[22737]: audit 2024-08-19T10:45:57.501409+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:45:58.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:58 smithi078 bash[22737]: audit 2024-08-19T10:45:57.501409+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:45:58.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:58 smithi078 bash[22737]: audit 2024-08-19T10:45:58.121520+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:58.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:58 smithi078 bash[22737]: audit 2024-08-19T10:45:58.121520+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:45:58.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:58 smithi078 bash[22737]: cluster 2024-08-19T10:45:58.140816+0000 mgr.a (mgr.14150) 245 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:45:58.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:45:58 smithi078 bash[22737]: cluster 2024-08-19T10:45:58.140816+0000 mgr.a (mgr.14150) 245 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:00.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:00 smithi133 bash[24239]: cluster 2024-08-19T10:46:00.141382+0000 mgr.a (mgr.14150) 246 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:00.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:00 smithi133 bash[24239]: cluster 2024-08-19T10:46:00.141382+0000 mgr.a (mgr.14150) 246 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:00.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:00 smithi078 bash[22737]: cluster 2024-08-19T10:46:00.141382+0000 mgr.a (mgr.14150) 246 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:00.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:00 smithi078 bash[22737]: cluster 2024-08-19T10:46:00.141382+0000 mgr.a (mgr.14150) 246 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:00.711 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:00 smithi196 bash[24909]: cluster 2024-08-19T10:46:00.141382+0000 mgr.a (mgr.14150) 246 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:00.711 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:00 smithi196 bash[24909]: cluster 2024-08-19T10:46:00.141382+0000 mgr.a (mgr.14150) 246 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:02.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:02 smithi133 bash[24239]: cluster 2024-08-19T10:46:02.141917+0000 mgr.a (mgr.14150) 247 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:02.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:02 smithi133 bash[24239]: cluster 2024-08-19T10:46:02.141917+0000 mgr.a (mgr.14150) 247 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:02.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:02 smithi078 bash[22737]: cluster 2024-08-19T10:46:02.141917+0000 mgr.a (mgr.14150) 247 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:02.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:02 smithi078 bash[22737]: cluster 2024-08-19T10:46:02.141917+0000 mgr.a (mgr.14150) 247 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:02.710 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:02 smithi196 bash[24909]: cluster 2024-08-19T10:46:02.141917+0000 mgr.a (mgr.14150) 247 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:02.711 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:02 smithi196 bash[24909]: cluster 2024-08-19T10:46:02.141917+0000 mgr.a (mgr.14150) 247 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:04.211 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:03 smithi196 bash[24909]: audit 2024-08-19T10:46:02.872089+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:04.211 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:03 smithi196 bash[24909]: audit 2024-08-19T10:46:02.872089+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:04.212 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:03 smithi196 bash[24909]: audit 2024-08-19T10:46:02.878417+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:04.212 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:03 smithi196 bash[24909]: audit 2024-08-19T10:46:02.878417+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:04.212 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:03 smithi196 bash[24909]: audit 2024-08-19T10:46:02.910825+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:04.212 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:03 smithi196 bash[24909]: audit 2024-08-19T10:46:02.910825+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:04.212 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:03 smithi196 bash[24909]: audit 2024-08-19T10:46:02.916281+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:04.212 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:03 smithi196 bash[24909]: audit 2024-08-19T10:46:02.916281+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:04.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:03 smithi133 bash[24239]: audit 2024-08-19T10:46:02.872089+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:04.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:03 smithi133 bash[24239]: audit 2024-08-19T10:46:02.872089+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:04.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:03 smithi133 bash[24239]: audit 2024-08-19T10:46:02.878417+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:04.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:03 smithi133 bash[24239]: audit 2024-08-19T10:46:02.878417+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:04.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:03 smithi133 bash[24239]: audit 2024-08-19T10:46:02.910825+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:04.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:03 smithi133 bash[24239]: audit 2024-08-19T10:46:02.910825+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:04.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:03 smithi133 bash[24239]: audit 2024-08-19T10:46:02.916281+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:04.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:03 smithi133 bash[24239]: audit 2024-08-19T10:46:02.916281+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:04.258 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:03 smithi078 bash[22737]: audit 2024-08-19T10:46:02.872089+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:04.258 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:03 smithi078 bash[22737]: audit 2024-08-19T10:46:02.872089+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:04.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:03 smithi078 bash[22737]: audit 2024-08-19T10:46:02.878417+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:04.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:03 smithi078 bash[22737]: audit 2024-08-19T10:46:02.878417+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:04.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:03 smithi078 bash[22737]: audit 2024-08-19T10:46:02.910825+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:04.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:03 smithi078 bash[22737]: audit 2024-08-19T10:46:02.910825+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:04.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:03 smithi078 bash[22737]: audit 2024-08-19T10:46:02.916281+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:04.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:03 smithi078 bash[22737]: audit 2024-08-19T10:46:02.916281+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:05.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:04 smithi133 bash[24239]: audit 2024-08-19T10:46:03.969029+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:05.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:04 smithi133 bash[24239]: audit 2024-08-19T10:46:03.969029+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:05.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:04 smithi133 bash[24239]: audit 2024-08-19T10:46:03.978563+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:05.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:04 smithi133 bash[24239]: audit 2024-08-19T10:46:03.978563+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:05.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:04 smithi133 bash[24239]: audit 2024-08-19T10:46:03.980504+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:46:05.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:04 smithi133 bash[24239]: audit 2024-08-19T10:46:03.980504+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:46:05.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:04 smithi133 bash[24239]: audit 2024-08-19T10:46:03.982306+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:46:05.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:04 smithi133 bash[24239]: audit 2024-08-19T10:46:03.982306+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:46:05.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:04 smithi133 bash[24239]: audit 2024-08-19T10:46:03.993470+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:05.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:04 smithi133 bash[24239]: audit 2024-08-19T10:46:03.993470+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:05.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:04 smithi133 bash[24239]: cephadm 2024-08-19T10:46:03.999440+0000 mgr.a (mgr.14150) 248 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-08-19T10:46:05.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:04 smithi133 bash[24239]: cephadm 2024-08-19T10:46:03.999440+0000 mgr.a (mgr.14150) 248 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-08-19T10:46:05.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:04 smithi133 bash[24239]: cluster 2024-08-19T10:46:04.142406+0000 mgr.a (mgr.14150) 249 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:05.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:04 smithi133 bash[24239]: cluster 2024-08-19T10:46:04.142406+0000 mgr.a (mgr.14150) 249 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:05.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:04 smithi133 bash[24239]: audit 2024-08-19T10:46:04.704821+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:05.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:04 smithi133 bash[24239]: audit 2024-08-19T10:46:04.704821+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:05.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:04 smithi133 bash[24239]: audit 2024-08-19T10:46:04.711861+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:05.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:04 smithi133 bash[24239]: audit 2024-08-19T10:46:04.711861+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:05.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:04 smithi133 bash[24239]: audit 2024-08-19T10:46:04.716147+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2024-08-19T10:46:05.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:04 smithi133 bash[24239]: audit 2024-08-19T10:46:04.716147+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2024-08-19T10:46:05.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:04 smithi133 bash[24239]: audit 2024-08-19T10:46:04.723484+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:05.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:04 smithi133 bash[24239]: audit 2024-08-19T10:46:04.723484+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:05.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:04 smithi078 bash[22737]: audit 2024-08-19T10:46:03.969029+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:05.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:04 smithi078 bash[22737]: audit 2024-08-19T10:46:03.969029+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:05.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:04 smithi078 bash[22737]: audit 2024-08-19T10:46:03.978563+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:05.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:04 smithi078 bash[22737]: audit 2024-08-19T10:46:03.978563+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:05.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:04 smithi078 bash[22737]: audit 2024-08-19T10:46:03.980504+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:46:05.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:04 smithi078 bash[22737]: audit 2024-08-19T10:46:03.980504+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:46:05.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:04 smithi078 bash[22737]: audit 2024-08-19T10:46:03.982306+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:46:05.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:04 smithi078 bash[22737]: audit 2024-08-19T10:46:03.982306+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:46:05.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:04 smithi078 bash[22737]: audit 2024-08-19T10:46:03.993470+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:05.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:04 smithi078 bash[22737]: audit 2024-08-19T10:46:03.993470+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:05.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:04 smithi078 bash[22737]: cephadm 2024-08-19T10:46:03.999440+0000 mgr.a (mgr.14150) 248 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-08-19T10:46:05.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:04 smithi078 bash[22737]: cephadm 2024-08-19T10:46:03.999440+0000 mgr.a (mgr.14150) 248 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-08-19T10:46:05.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:04 smithi078 bash[22737]: cluster 2024-08-19T10:46:04.142406+0000 mgr.a (mgr.14150) 249 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:05.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:04 smithi078 bash[22737]: cluster 2024-08-19T10:46:04.142406+0000 mgr.a (mgr.14150) 249 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:05.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:04 smithi078 bash[22737]: audit 2024-08-19T10:46:04.704821+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:05.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:04 smithi078 bash[22737]: audit 2024-08-19T10:46:04.704821+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:05.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:04 smithi078 bash[22737]: audit 2024-08-19T10:46:04.711861+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:05.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:04 smithi078 bash[22737]: audit 2024-08-19T10:46:04.711861+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:05.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:04 smithi078 bash[22737]: audit 2024-08-19T10:46:04.716147+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2024-08-19T10:46:05.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:04 smithi078 bash[22737]: audit 2024-08-19T10:46:04.716147+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2024-08-19T10:46:05.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:04 smithi078 bash[22737]: audit 2024-08-19T10:46:04.723484+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:05.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:04 smithi078 bash[22737]: audit 2024-08-19T10:46:04.723484+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:05.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:04 smithi196 bash[24909]: audit 2024-08-19T10:46:03.969029+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:05.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:04 smithi196 bash[24909]: audit 2024-08-19T10:46:03.969029+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:05.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:04 smithi196 bash[24909]: audit 2024-08-19T10:46:03.978563+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:05.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:04 smithi196 bash[24909]: audit 2024-08-19T10:46:03.978563+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:05.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:04 smithi196 bash[24909]: audit 2024-08-19T10:46:03.980504+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:46:05.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:04 smithi196 bash[24909]: audit 2024-08-19T10:46:03.980504+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:46:05.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:04 smithi196 bash[24909]: audit 2024-08-19T10:46:03.982306+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:46:05.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:04 smithi196 bash[24909]: audit 2024-08-19T10:46:03.982306+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:46:05.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:04 smithi196 bash[24909]: audit 2024-08-19T10:46:03.993470+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:05.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:04 smithi196 bash[24909]: audit 2024-08-19T10:46:03.993470+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:05.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:04 smithi196 bash[24909]: cephadm 2024-08-19T10:46:03.999440+0000 mgr.a (mgr.14150) 248 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-08-19T10:46:05.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:04 smithi196 bash[24909]: cephadm 2024-08-19T10:46:03.999440+0000 mgr.a (mgr.14150) 248 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-08-19T10:46:05.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:04 smithi196 bash[24909]: cluster 2024-08-19T10:46:04.142406+0000 mgr.a (mgr.14150) 249 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:05.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:04 smithi196 bash[24909]: cluster 2024-08-19T10:46:04.142406+0000 mgr.a (mgr.14150) 249 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:05.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:04 smithi196 bash[24909]: audit 2024-08-19T10:46:04.704821+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:05.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:04 smithi196 bash[24909]: audit 2024-08-19T10:46:04.704821+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:05.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:04 smithi196 bash[24909]: audit 2024-08-19T10:46:04.711861+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:05.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:04 smithi196 bash[24909]: audit 2024-08-19T10:46:04.711861+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:05.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:04 smithi196 bash[24909]: audit 2024-08-19T10:46:04.716147+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2024-08-19T10:46:05.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:04 smithi196 bash[24909]: audit 2024-08-19T10:46:04.716147+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2024-08-19T10:46:05.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:04 smithi196 bash[24909]: audit 2024-08-19T10:46:04.723484+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:05.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:04 smithi196 bash[24909]: audit 2024-08-19T10:46:04.723484+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:06.258 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:05 smithi078 bash[22737]: audit 2024-08-19T10:46:04.717054+0000 mgr.a (mgr.14150) 250 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-08-19T10:46:06.258 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:05 smithi078 bash[22737]: audit 2024-08-19T10:46:04.717054+0000 mgr.a (mgr.14150) 250 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-08-19T10:46:06.258 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:05 smithi078 bash[22737]: cephadm 2024-08-19T10:46:04.758624+0000 mgr.a (mgr.14150) 251 : cephadm [INF] Deploying daemon grafana.smithi078 on smithi078 2024-08-19T10:46:06.258 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:05 smithi078 bash[22737]: cephadm 2024-08-19T10:46:04.758624+0000 mgr.a (mgr.14150) 251 : cephadm [INF] Deploying daemon grafana.smithi078 on smithi078 2024-08-19T10:46:06.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:05 smithi196 bash[24909]: audit 2024-08-19T10:46:04.717054+0000 mgr.a (mgr.14150) 250 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-08-19T10:46:06.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:05 smithi196 bash[24909]: audit 2024-08-19T10:46:04.717054+0000 mgr.a (mgr.14150) 250 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-08-19T10:46:06.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:05 smithi196 bash[24909]: cephadm 2024-08-19T10:46:04.758624+0000 mgr.a (mgr.14150) 251 : cephadm [INF] Deploying daemon grafana.smithi078 on smithi078 2024-08-19T10:46:06.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:05 smithi196 bash[24909]: cephadm 2024-08-19T10:46:04.758624+0000 mgr.a (mgr.14150) 251 : cephadm [INF] Deploying daemon grafana.smithi078 on smithi078 2024-08-19T10:46:06.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:05 smithi133 bash[24239]: audit 2024-08-19T10:46:04.717054+0000 mgr.a (mgr.14150) 250 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-08-19T10:46:06.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:05 smithi133 bash[24239]: audit 2024-08-19T10:46:04.717054+0000 mgr.a (mgr.14150) 250 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-08-19T10:46:06.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:05 smithi133 bash[24239]: cephadm 2024-08-19T10:46:04.758624+0000 mgr.a (mgr.14150) 251 : cephadm [INF] Deploying daemon grafana.smithi078 on smithi078 2024-08-19T10:46:06.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:05 smithi133 bash[24239]: cephadm 2024-08-19T10:46:04.758624+0000 mgr.a (mgr.14150) 251 : cephadm [INF] Deploying daemon grafana.smithi078 on smithi078 2024-08-19T10:46:07.258 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:07 smithi078 bash[22737]: cluster 2024-08-19T10:46:06.142866+0000 mgr.a (mgr.14150) 252 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:07.258 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:07 smithi078 bash[22737]: cluster 2024-08-19T10:46:06.142866+0000 mgr.a (mgr.14150) 252 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:07.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:07 smithi196 bash[24909]: cluster 2024-08-19T10:46:06.142866+0000 mgr.a (mgr.14150) 252 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:07.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:07 smithi196 bash[24909]: cluster 2024-08-19T10:46:06.142866+0000 mgr.a (mgr.14150) 252 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:07.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:07 smithi133 bash[24239]: cluster 2024-08-19T10:46:06.142866+0000 mgr.a (mgr.14150) 252 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:07.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:07 smithi133 bash[24239]: cluster 2024-08-19T10:46:06.142866+0000 mgr.a (mgr.14150) 252 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:08.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:08 smithi133 bash[24239]: cluster 2024-08-19T10:46:08.143403+0000 mgr.a (mgr.14150) 253 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:08.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:08 smithi133 bash[24239]: cluster 2024-08-19T10:46:08.143403+0000 mgr.a (mgr.14150) 253 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:08.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:08 smithi078 bash[22737]: cluster 2024-08-19T10:46:08.143403+0000 mgr.a (mgr.14150) 253 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:08.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:08 smithi078 bash[22737]: cluster 2024-08-19T10:46:08.143403+0000 mgr.a (mgr.14150) 253 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:08.711 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:08 smithi196 bash[24909]: cluster 2024-08-19T10:46:08.143403+0000 mgr.a (mgr.14150) 253 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:08.711 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:08 smithi196 bash[24909]: cluster 2024-08-19T10:46:08.143403+0000 mgr.a (mgr.14150) 253 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:10.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:10 smithi133 bash[24239]: cluster 2024-08-19T10:46:10.143886+0000 mgr.a (mgr.14150) 254 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:10.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:10 smithi133 bash[24239]: cluster 2024-08-19T10:46:10.143886+0000 mgr.a (mgr.14150) 254 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:10.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:10 smithi078 bash[22737]: cluster 2024-08-19T10:46:10.143886+0000 mgr.a (mgr.14150) 254 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:10.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:10 smithi078 bash[22737]: cluster 2024-08-19T10:46:10.143886+0000 mgr.a (mgr.14150) 254 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:10.711 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:10 smithi196 bash[24909]: cluster 2024-08-19T10:46:10.143886+0000 mgr.a (mgr.14150) 254 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:10.711 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:10 smithi196 bash[24909]: cluster 2024-08-19T10:46:10.143886+0000 mgr.a (mgr.14150) 254 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:12.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:12 smithi133 bash[24239]: cluster 2024-08-19T10:46:12.144444+0000 mgr.a (mgr.14150) 255 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:12.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:12 smithi133 bash[24239]: cluster 2024-08-19T10:46:12.144444+0000 mgr.a (mgr.14150) 255 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:12.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:12 smithi078 bash[22737]: cluster 2024-08-19T10:46:12.144444+0000 mgr.a (mgr.14150) 255 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:12.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:12 smithi078 bash[22737]: cluster 2024-08-19T10:46:12.144444+0000 mgr.a (mgr.14150) 255 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:12.710 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:12 smithi196 bash[24909]: cluster 2024-08-19T10:46:12.144444+0000 mgr.a (mgr.14150) 255 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:12.711 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:12 smithi196 bash[24909]: cluster 2024-08-19T10:46:12.144444+0000 mgr.a (mgr.14150) 255 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:14.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:14 smithi133 bash[24239]: cluster 2024-08-19T10:46:14.145024+0000 mgr.a (mgr.14150) 256 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:14.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:14 smithi133 bash[24239]: cluster 2024-08-19T10:46:14.145024+0000 mgr.a (mgr.14150) 256 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:14.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:14 smithi078 bash[22737]: cluster 2024-08-19T10:46:14.145024+0000 mgr.a (mgr.14150) 256 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:14.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:14 smithi078 bash[22737]: cluster 2024-08-19T10:46:14.145024+0000 mgr.a (mgr.14150) 256 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:14.711 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:14 smithi196 bash[24909]: cluster 2024-08-19T10:46:14.145024+0000 mgr.a (mgr.14150) 256 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:14.711 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:14 smithi196 bash[24909]: cluster 2024-08-19T10:46:14.145024+0000 mgr.a (mgr.14150) 256 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:16.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:16 smithi133 bash[24239]: cluster 2024-08-19T10:46:16.145513+0000 mgr.a (mgr.14150) 257 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:16.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:16 smithi133 bash[24239]: cluster 2024-08-19T10:46:16.145513+0000 mgr.a (mgr.14150) 257 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:16.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:16 smithi078 bash[22737]: cluster 2024-08-19T10:46:16.145513+0000 mgr.a (mgr.14150) 257 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:16.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:16 smithi078 bash[22737]: cluster 2024-08-19T10:46:16.145513+0000 mgr.a (mgr.14150) 257 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:16.711 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:16 smithi196 bash[24909]: cluster 2024-08-19T10:46:16.145513+0000 mgr.a (mgr.14150) 257 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:16.711 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:16 smithi196 bash[24909]: cluster 2024-08-19T10:46:16.145513+0000 mgr.a (mgr.14150) 257 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:18.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:18 smithi133 bash[24239]: cluster 2024-08-19T10:46:18.146024+0000 mgr.a (mgr.14150) 258 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:18.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:18 smithi133 bash[24239]: cluster 2024-08-19T10:46:18.146024+0000 mgr.a (mgr.14150) 258 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:18.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:18 smithi078 bash[22737]: cluster 2024-08-19T10:46:18.146024+0000 mgr.a (mgr.14150) 258 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:18.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:18 smithi078 bash[22737]: cluster 2024-08-19T10:46:18.146024+0000 mgr.a (mgr.14150) 258 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:18.710 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:18 smithi196 bash[24909]: cluster 2024-08-19T10:46:18.146024+0000 mgr.a (mgr.14150) 258 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:18.711 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:18 smithi196 bash[24909]: cluster 2024-08-19T10:46:18.146024+0000 mgr.a (mgr.14150) 258 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:20.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:20 smithi133 bash[24239]: cluster 2024-08-19T10:46:20.146555+0000 mgr.a (mgr.14150) 259 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:20.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:20 smithi133 bash[24239]: cluster 2024-08-19T10:46:20.146555+0000 mgr.a (mgr.14150) 259 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:20.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:20 smithi078 bash[22737]: cluster 2024-08-19T10:46:20.146555+0000 mgr.a (mgr.14150) 259 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:20.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:20 smithi078 bash[22737]: cluster 2024-08-19T10:46:20.146555+0000 mgr.a (mgr.14150) 259 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:20.710 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:20 smithi196 bash[24909]: cluster 2024-08-19T10:46:20.146555+0000 mgr.a (mgr.14150) 259 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:20.711 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:20 smithi196 bash[24909]: cluster 2024-08-19T10:46:20.146555+0000 mgr.a (mgr.14150) 259 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:22.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:22 smithi133 bash[24239]: cluster 2024-08-19T10:46:22.147100+0000 mgr.a (mgr.14150) 260 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:22.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:22 smithi133 bash[24239]: cluster 2024-08-19T10:46:22.147100+0000 mgr.a (mgr.14150) 260 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:22.496 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:22 smithi078 bash[22737]: cluster 2024-08-19T10:46:22.147100+0000 mgr.a (mgr.14150) 260 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:22.497 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:22 smithi078 bash[22737]: cluster 2024-08-19T10:46:22.147100+0000 mgr.a (mgr.14150) 260 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:22.710 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:22 smithi196 bash[24909]: cluster 2024-08-19T10:46:22.147100+0000 mgr.a (mgr.14150) 260 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:22.711 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:22 smithi196 bash[24909]: cluster 2024-08-19T10:46:22.147100+0000 mgr.a (mgr.14150) 260 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:23.573 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:23 smithi078 systemd[1]: /etc/systemd/system/ceph-094f3c46-5e17-11ef-bccf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-08-19T10:46:23.574 INFO:journalctl@ceph.osd.0.smithi078.stdout:Aug 19 10:46:23 smithi078 systemd[1]: /etc/systemd/system/ceph-094f3c46-5e17-11ef-bccf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-08-19T10:46:23.574 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:46:23 smithi078 systemd[1]: /etc/systemd/system/ceph-094f3c46-5e17-11ef-bccf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-08-19T10:46:23.924 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:46:23 smithi078 systemd[1]: /etc/systemd/system/ceph-094f3c46-5e17-11ef-bccf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-08-19T10:46:23.924 INFO:journalctl@ceph.osd.0.smithi078.stdout:Aug 19 10:46:23 smithi078 systemd[1]: /etc/systemd/system/ceph-094f3c46-5e17-11ef-bccf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-08-19T10:46:23.924 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:23 smithi078 systemd[1]: /etc/systemd/system/ceph-094f3c46-5e17-11ef-bccf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-08-19T10:46:25.051 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:24 smithi078 bash[22737]: audit 2024-08-19T10:46:23.847194+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:25.051 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:24 smithi078 bash[22737]: audit 2024-08-19T10:46:23.847194+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:25.051 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:24 smithi078 bash[22737]: audit 2024-08-19T10:46:23.851868+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:25.051 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:24 smithi078 bash[22737]: audit 2024-08-19T10:46:23.851868+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:25.051 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:24 smithi078 bash[22737]: audit 2024-08-19T10:46:23.857767+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:25.051 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:24 smithi078 bash[22737]: audit 2024-08-19T10:46:23.857767+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:25.051 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:24 smithi078 bash[22737]: audit 2024-08-19T10:46:23.863096+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:25.051 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:24 smithi078 bash[22737]: audit 2024-08-19T10:46:23.863096+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:25.051 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:24 smithi078 bash[22737]: cephadm 2024-08-19T10:46:23.871856+0000 mgr.a (mgr.14150) 261 : cephadm [INF] Deploying daemon alertmanager.smithi196 on smithi196 2024-08-19T10:46:25.052 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:24 smithi078 bash[22737]: cephadm 2024-08-19T10:46:23.871856+0000 mgr.a (mgr.14150) 261 : cephadm [INF] Deploying daemon alertmanager.smithi196 on smithi196 2024-08-19T10:46:25.052 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:24 smithi078 bash[22737]: cluster 2024-08-19T10:46:24.147573+0000 mgr.a (mgr.14150) 262 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:25.052 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:24 smithi078 bash[22737]: cluster 2024-08-19T10:46:24.147573+0000 mgr.a (mgr.14150) 262 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:25.211 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:24 smithi196 bash[24909]: audit 2024-08-19T10:46:23.847194+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:25.211 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:24 smithi196 bash[24909]: audit 2024-08-19T10:46:23.847194+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:25.211 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:24 smithi196 bash[24909]: audit 2024-08-19T10:46:23.851868+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:25.211 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:24 smithi196 bash[24909]: audit 2024-08-19T10:46:23.851868+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:25.211 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:24 smithi196 bash[24909]: audit 2024-08-19T10:46:23.857767+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:25.211 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:24 smithi196 bash[24909]: audit 2024-08-19T10:46:23.857767+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:25.212 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:24 smithi196 bash[24909]: audit 2024-08-19T10:46:23.863096+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:25.212 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:24 smithi196 bash[24909]: audit 2024-08-19T10:46:23.863096+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:25.212 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:24 smithi196 bash[24909]: cephadm 2024-08-19T10:46:23.871856+0000 mgr.a (mgr.14150) 261 : cephadm [INF] Deploying daemon alertmanager.smithi196 on smithi196 2024-08-19T10:46:25.212 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:24 smithi196 bash[24909]: cephadm 2024-08-19T10:46:23.871856+0000 mgr.a (mgr.14150) 261 : cephadm [INF] Deploying daemon alertmanager.smithi196 on smithi196 2024-08-19T10:46:25.212 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:24 smithi196 bash[24909]: cluster 2024-08-19T10:46:24.147573+0000 mgr.a (mgr.14150) 262 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:25.212 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:24 smithi196 bash[24909]: cluster 2024-08-19T10:46:24.147573+0000 mgr.a (mgr.14150) 262 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:25.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:24 smithi133 bash[24239]: audit 2024-08-19T10:46:23.847194+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:25.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:24 smithi133 bash[24239]: audit 2024-08-19T10:46:23.847194+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:25.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:24 smithi133 bash[24239]: audit 2024-08-19T10:46:23.851868+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:25.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:24 smithi133 bash[24239]: audit 2024-08-19T10:46:23.851868+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:25.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:24 smithi133 bash[24239]: audit 2024-08-19T10:46:23.857767+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:25.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:24 smithi133 bash[24239]: audit 2024-08-19T10:46:23.857767+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:25.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:24 smithi133 bash[24239]: audit 2024-08-19T10:46:23.863096+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:25.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:24 smithi133 bash[24239]: audit 2024-08-19T10:46:23.863096+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:25.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:24 smithi133 bash[24239]: cephadm 2024-08-19T10:46:23.871856+0000 mgr.a (mgr.14150) 261 : cephadm [INF] Deploying daemon alertmanager.smithi196 on smithi196 2024-08-19T10:46:25.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:24 smithi133 bash[24239]: cephadm 2024-08-19T10:46:23.871856+0000 mgr.a (mgr.14150) 261 : cephadm [INF] Deploying daemon alertmanager.smithi196 on smithi196 2024-08-19T10:46:25.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:24 smithi133 bash[24239]: cluster 2024-08-19T10:46:24.147573+0000 mgr.a (mgr.14150) 262 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:25.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:24 smithi133 bash[24239]: cluster 2024-08-19T10:46:24.147573+0000 mgr.a (mgr.14150) 262 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:26.345 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:26 smithi078 bash[22737]: cluster 2024-08-19T10:46:26.148105+0000 mgr.a (mgr.14150) 263 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:26.345 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:26 smithi078 bash[22737]: cluster 2024-08-19T10:46:26.148105+0000 mgr.a (mgr.14150) 263 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:26.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:26 smithi133 bash[24239]: cluster 2024-08-19T10:46:26.148105+0000 mgr.a (mgr.14150) 263 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:26.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:26 smithi133 bash[24239]: cluster 2024-08-19T10:46:26.148105+0000 mgr.a (mgr.14150) 263 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:26.710 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:26 smithi196 bash[24909]: cluster 2024-08-19T10:46:26.148105+0000 mgr.a (mgr.14150) 263 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:26.711 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:26 smithi196 bash[24909]: cluster 2024-08-19T10:46:26.148105+0000 mgr.a (mgr.14150) 263 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:29.214 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:29 smithi078 bash[22737]: audit 2024-08-19T10:46:28.131063+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:29.214 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:29 smithi078 bash[22737]: audit 2024-08-19T10:46:28.131063+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:29.214 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:29 smithi078 bash[22737]: cluster 2024-08-19T10:46:28.148615+0000 mgr.a (mgr.14150) 264 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:29.214 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:29 smithi078 bash[22737]: cluster 2024-08-19T10:46:28.148615+0000 mgr.a (mgr.14150) 264 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:29.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:29 smithi196 bash[24909]: audit 2024-08-19T10:46:28.131063+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:29.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:29 smithi196 bash[24909]: audit 2024-08-19T10:46:28.131063+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:29.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:29 smithi196 bash[24909]: cluster 2024-08-19T10:46:28.148615+0000 mgr.a (mgr.14150) 264 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:29.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:29 smithi196 bash[24909]: cluster 2024-08-19T10:46:28.148615+0000 mgr.a (mgr.14150) 264 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:29.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:29 smithi133 bash[24239]: audit 2024-08-19T10:46:28.131063+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:29.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:29 smithi133 bash[24239]: audit 2024-08-19T10:46:28.131063+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:29.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:29 smithi133 bash[24239]: cluster 2024-08-19T10:46:28.148615+0000 mgr.a (mgr.14150) 264 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:29.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:29 smithi133 bash[24239]: cluster 2024-08-19T10:46:28.148615+0000 mgr.a (mgr.14150) 264 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:30.286 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:30 smithi078 bash[22737]: cluster 2024-08-19T10:46:30.149167+0000 mgr.a (mgr.14150) 265 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:30.286 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:30 smithi078 bash[22737]: cluster 2024-08-19T10:46:30.149167+0000 mgr.a (mgr.14150) 265 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:30.460 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:30 smithi196 bash[24909]: cluster 2024-08-19T10:46:30.149167+0000 mgr.a (mgr.14150) 265 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:30.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:30 smithi196 bash[24909]: cluster 2024-08-19T10:46:30.149167+0000 mgr.a (mgr.14150) 265 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:30.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:30 smithi133 bash[24239]: cluster 2024-08-19T10:46:30.149167+0000 mgr.a (mgr.14150) 265 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:30.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:30 smithi133 bash[24239]: cluster 2024-08-19T10:46:30.149167+0000 mgr.a (mgr.14150) 265 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:32.399 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:32 smithi078 bash[22737]: cluster 2024-08-19T10:46:32.149642+0000 mgr.a (mgr.14150) 266 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:32.400 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:32 smithi078 bash[22737]: cluster 2024-08-19T10:46:32.149642+0000 mgr.a (mgr.14150) 266 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:32.460 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:32 smithi196 bash[24909]: cluster 2024-08-19T10:46:32.149642+0000 mgr.a (mgr.14150) 266 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:32.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:32 smithi196 bash[24909]: cluster 2024-08-19T10:46:32.149642+0000 mgr.a (mgr.14150) 266 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:32.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:32 smithi133 bash[24239]: cluster 2024-08-19T10:46:32.149642+0000 mgr.a (mgr.14150) 266 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:32.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:32 smithi133 bash[24239]: cluster 2024-08-19T10:46:32.149642+0000 mgr.a (mgr.14150) 266 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:32.930 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:32 smithi196 systemd[1]: /etc/systemd/system/ceph-094f3c46-5e17-11ef-bccf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-08-19T10:46:32.930 INFO:journalctl@ceph.osd.2.smithi196.stdout:Aug 19 10:46:32 smithi196 systemd[1]: /etc/systemd/system/ceph-094f3c46-5e17-11ef-bccf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-08-19T10:46:33.211 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:32 smithi196 systemd[1]: /etc/systemd/system/ceph-094f3c46-5e17-11ef-bccf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-08-19T10:46:33.211 INFO:journalctl@ceph.osd.2.smithi196.stdout:Aug 19 10:46:32 smithi196 systemd[1]: /etc/systemd/system/ceph-094f3c46-5e17-11ef-bccf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-08-19T10:46:34.211 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:34 smithi196 bash[24909]: audit 2024-08-19T10:46:33.072240+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:34.211 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:34 smithi196 bash[24909]: audit 2024-08-19T10:46:33.072240+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:34.211 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:34 smithi196 bash[24909]: audit 2024-08-19T10:46:33.080554+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:34.211 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:34 smithi196 bash[24909]: audit 2024-08-19T10:46:33.080554+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:34.211 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:34 smithi196 bash[24909]: audit 2024-08-19T10:46:33.088345+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:34.211 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:34 smithi196 bash[24909]: audit 2024-08-19T10:46:33.088345+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:34.211 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:34 smithi196 bash[24909]: audit 2024-08-19T10:46:33.095730+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:34.211 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:34 smithi196 bash[24909]: audit 2024-08-19T10:46:33.095730+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:34.212 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:34 smithi196 bash[24909]: audit 2024-08-19T10:46:33.139693+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:34.212 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:34 smithi196 bash[24909]: audit 2024-08-19T10:46:33.139693+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:34.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:34 smithi133 bash[24239]: audit 2024-08-19T10:46:33.072240+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:34.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:34 smithi133 bash[24239]: audit 2024-08-19T10:46:33.072240+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:34.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:34 smithi133 bash[24239]: audit 2024-08-19T10:46:33.080554+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:34.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:34 smithi133 bash[24239]: audit 2024-08-19T10:46:33.080554+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:34.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:34 smithi133 bash[24239]: audit 2024-08-19T10:46:33.088345+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:34.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:34 smithi133 bash[24239]: audit 2024-08-19T10:46:33.088345+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:34.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:34 smithi133 bash[24239]: audit 2024-08-19T10:46:33.095730+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:34.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:34 smithi133 bash[24239]: audit 2024-08-19T10:46:33.095730+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:34.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:34 smithi133 bash[24239]: audit 2024-08-19T10:46:33.139693+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:34.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:34 smithi133 bash[24239]: audit 2024-08-19T10:46:33.139693+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:34.318 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:34 smithi078 bash[22737]: audit 2024-08-19T10:46:33.072240+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:34.318 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:34 smithi078 bash[22737]: audit 2024-08-19T10:46:33.072240+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:34.319 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:34 smithi078 bash[22737]: audit 2024-08-19T10:46:33.080554+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:34.319 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:34 smithi078 bash[22737]: audit 2024-08-19T10:46:33.080554+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:34.319 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:34 smithi078 bash[22737]: audit 2024-08-19T10:46:33.088345+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:34.319 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:34 smithi078 bash[22737]: audit 2024-08-19T10:46:33.088345+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:34.319 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:34 smithi078 bash[22737]: audit 2024-08-19T10:46:33.095730+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:34.319 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:34 smithi078 bash[22737]: audit 2024-08-19T10:46:33.095730+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:34.319 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:34 smithi078 bash[22737]: audit 2024-08-19T10:46:33.139693+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:34.319 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:34 smithi078 bash[22737]: audit 2024-08-19T10:46:33.139693+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:35.109 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:35 smithi078 bash[22737]: cephadm 2024-08-19T10:46:33.393087+0000 mgr.a (mgr.14150) 267 : cephadm [INF] Deploying daemon prometheus.smithi133 on smithi133 2024-08-19T10:46:35.109 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:35 smithi078 bash[22737]: cephadm 2024-08-19T10:46:33.393087+0000 mgr.a (mgr.14150) 267 : cephadm [INF] Deploying daemon prometheus.smithi133 on smithi133 2024-08-19T10:46:35.110 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:35 smithi078 bash[22737]: cluster 2024-08-19T10:46:34.150127+0000 mgr.a (mgr.14150) 268 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:35.110 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:35 smithi078 bash[22737]: cluster 2024-08-19T10:46:34.150127+0000 mgr.a (mgr.14150) 268 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:35.460 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:35 smithi196 bash[24909]: cephadm 2024-08-19T10:46:33.393087+0000 mgr.a (mgr.14150) 267 : cephadm [INF] Deploying daemon prometheus.smithi133 on smithi133 2024-08-19T10:46:35.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:35 smithi196 bash[24909]: cephadm 2024-08-19T10:46:33.393087+0000 mgr.a (mgr.14150) 267 : cephadm [INF] Deploying daemon prometheus.smithi133 on smithi133 2024-08-19T10:46:35.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:35 smithi196 bash[24909]: cluster 2024-08-19T10:46:34.150127+0000 mgr.a (mgr.14150) 268 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:35.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:35 smithi196 bash[24909]: cluster 2024-08-19T10:46:34.150127+0000 mgr.a (mgr.14150) 268 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:35.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:35 smithi133 bash[24239]: cephadm 2024-08-19T10:46:33.393087+0000 mgr.a (mgr.14150) 267 : cephadm [INF] Deploying daemon prometheus.smithi133 on smithi133 2024-08-19T10:46:35.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:35 smithi133 bash[24239]: cephadm 2024-08-19T10:46:33.393087+0000 mgr.a (mgr.14150) 267 : cephadm [INF] Deploying daemon prometheus.smithi133 on smithi133 2024-08-19T10:46:35.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:35 smithi133 bash[24239]: cluster 2024-08-19T10:46:34.150127+0000 mgr.a (mgr.14150) 268 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:35.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:35 smithi133 bash[24239]: cluster 2024-08-19T10:46:34.150127+0000 mgr.a (mgr.14150) 268 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:36.395 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:36 smithi078 bash[22737]: cluster 2024-08-19T10:46:36.150670+0000 mgr.a (mgr.14150) 269 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:36.395 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:36 smithi078 bash[22737]: cluster 2024-08-19T10:46:36.150670+0000 mgr.a (mgr.14150) 269 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:36.460 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:36 smithi196 bash[24909]: cluster 2024-08-19T10:46:36.150670+0000 mgr.a (mgr.14150) 269 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:36.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:36 smithi196 bash[24909]: cluster 2024-08-19T10:46:36.150670+0000 mgr.a (mgr.14150) 269 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:36.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:36 smithi133 bash[24239]: cluster 2024-08-19T10:46:36.150670+0000 mgr.a (mgr.14150) 269 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:36.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:36 smithi133 bash[24239]: cluster 2024-08-19T10:46:36.150670+0000 mgr.a (mgr.14150) 269 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:38.258 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:38 smithi078 bash[22737]: cluster 2024-08-19T10:46:38.151237+0000 mgr.a (mgr.14150) 270 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:38.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:38 smithi078 bash[22737]: cluster 2024-08-19T10:46:38.151237+0000 mgr.a (mgr.14150) 270 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:38.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:38 smithi133 bash[24239]: cluster 2024-08-19T10:46:38.151237+0000 mgr.a (mgr.14150) 270 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:38.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:38 smithi133 bash[24239]: cluster 2024-08-19T10:46:38.151237+0000 mgr.a (mgr.14150) 270 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:38.710 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:38 smithi196 bash[24909]: cluster 2024-08-19T10:46:38.151237+0000 mgr.a (mgr.14150) 270 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:38.710 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:38 smithi196 bash[24909]: cluster 2024-08-19T10:46:38.151237+0000 mgr.a (mgr.14150) 270 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:40.437 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:40 smithi078 bash[22737]: cluster 2024-08-19T10:46:40.151819+0000 mgr.a (mgr.14150) 271 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:40.437 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:40 smithi078 bash[22737]: cluster 2024-08-19T10:46:40.151819+0000 mgr.a (mgr.14150) 271 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:40.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:40 smithi133 bash[24239]: cluster 2024-08-19T10:46:40.151819+0000 mgr.a (mgr.14150) 271 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:40.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:40 smithi133 bash[24239]: cluster 2024-08-19T10:46:40.151819+0000 mgr.a (mgr.14150) 271 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:40.710 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:40 smithi196 bash[24909]: cluster 2024-08-19T10:46:40.151819+0000 mgr.a (mgr.14150) 271 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:40.711 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:40 smithi196 bash[24909]: cluster 2024-08-19T10:46:40.151819+0000 mgr.a (mgr.14150) 271 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:42.461 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:42 smithi078 bash[22737]: cluster 2024-08-19T10:46:42.152359+0000 mgr.a (mgr.14150) 272 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:42.461 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:42 smithi078 bash[22737]: cluster 2024-08-19T10:46:42.152359+0000 mgr.a (mgr.14150) 272 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:42.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:42 smithi133 bash[24239]: cluster 2024-08-19T10:46:42.152359+0000 mgr.a (mgr.14150) 272 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:42.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:42 smithi133 bash[24239]: cluster 2024-08-19T10:46:42.152359+0000 mgr.a (mgr.14150) 272 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:42.710 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:42 smithi196 bash[24909]: cluster 2024-08-19T10:46:42.152359+0000 mgr.a (mgr.14150) 272 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:42.711 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:42 smithi196 bash[24909]: cluster 2024-08-19T10:46:42.152359+0000 mgr.a (mgr.14150) 272 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:44.460 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:44 smithi196 bash[24909]: cluster 2024-08-19T10:46:44.152926+0000 mgr.a (mgr.14150) 273 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:44.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:44 smithi196 bash[24909]: cluster 2024-08-19T10:46:44.152926+0000 mgr.a (mgr.14150) 273 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:44.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:44 smithi133 bash[24239]: cluster 2024-08-19T10:46:44.152926+0000 mgr.a (mgr.14150) 273 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:44.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:44 smithi133 bash[24239]: cluster 2024-08-19T10:46:44.152926+0000 mgr.a (mgr.14150) 273 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:44.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:44 smithi078 bash[22737]: cluster 2024-08-19T10:46:44.152926+0000 mgr.a (mgr.14150) 273 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:44.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:44 smithi078 bash[22737]: cluster 2024-08-19T10:46:44.152926+0000 mgr.a (mgr.14150) 273 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:46.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:46 smithi133 bash[24239]: cluster 2024-08-19T10:46:46.153462+0000 mgr.a (mgr.14150) 274 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:46.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:46 smithi133 bash[24239]: cluster 2024-08-19T10:46:46.153462+0000 mgr.a (mgr.14150) 274 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:46.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:46 smithi078 bash[22737]: cluster 2024-08-19T10:46:46.153462+0000 mgr.a (mgr.14150) 274 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:46.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:46 smithi078 bash[22737]: cluster 2024-08-19T10:46:46.153462+0000 mgr.a (mgr.14150) 274 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:46.710 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:46 smithi196 bash[24909]: cluster 2024-08-19T10:46:46.153462+0000 mgr.a (mgr.14150) 274 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:46.710 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:46 smithi196 bash[24909]: cluster 2024-08-19T10:46:46.153462+0000 mgr.a (mgr.14150) 274 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:47.586 INFO:journalctl@ceph.mgr.b.smithi133.stdout:Aug 19 10:46:47 smithi133 systemd[1]: /etc/systemd/system/ceph-094f3c46-5e17-11ef-bccf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-08-19T10:46:47.587 INFO:journalctl@ceph.osd.1.smithi133.stdout:Aug 19 10:46:47 smithi133 systemd[1]: /etc/systemd/system/ceph-094f3c46-5e17-11ef-bccf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-08-19T10:46:47.587 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:47 smithi133 systemd[1]: /etc/systemd/system/ceph-094f3c46-5e17-11ef-bccf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-08-19T10:46:47.932 INFO:journalctl@ceph.mgr.b.smithi133.stdout:Aug 19 10:46:47 smithi133 systemd[1]: /etc/systemd/system/ceph-094f3c46-5e17-11ef-bccf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-08-19T10:46:47.932 INFO:journalctl@ceph.osd.1.smithi133.stdout:Aug 19 10:46:47 smithi133 systemd[1]: /etc/systemd/system/ceph-094f3c46-5e17-11ef-bccf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-08-19T10:46:47.933 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:47 smithi133 systemd[1]: /etc/systemd/system/ceph-094f3c46-5e17-11ef-bccf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-08-19T10:46:49.211 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:48 smithi196 bash[24909]: audit 2024-08-19T10:46:47.879155+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:49.211 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:48 smithi196 bash[24909]: audit 2024-08-19T10:46:47.879155+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:49.211 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:48 smithi196 bash[24909]: audit 2024-08-19T10:46:47.891165+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:49.211 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:48 smithi196 bash[24909]: audit 2024-08-19T10:46:47.891165+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:49.211 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:48 smithi196 bash[24909]: audit 2024-08-19T10:46:47.899129+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:49.211 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:48 smithi196 bash[24909]: audit 2024-08-19T10:46:47.899129+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:49.211 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:48 smithi196 bash[24909]: audit 2024-08-19T10:46:47.903177+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2024-08-19T10:46:49.212 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:48 smithi196 bash[24909]: audit 2024-08-19T10:46:47.903177+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2024-08-19T10:46:49.212 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:48 smithi196 bash[24909]: audit 2024-08-19T10:46:48.148658+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:49.212 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:48 smithi196 bash[24909]: audit 2024-08-19T10:46:48.148658+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:49.212 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:48 smithi196 bash[24909]: cluster 2024-08-19T10:46:48.153973+0000 mgr.a (mgr.14150) 275 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:49.212 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:48 smithi196 bash[24909]: cluster 2024-08-19T10:46:48.153973+0000 mgr.a (mgr.14150) 275 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:49.239 INFO:journalctl@ceph.mgr.b.smithi133.stdout:Aug 19 10:46:48 smithi133 bash[24745]: ignoring --setuser ceph since I am not root 2024-08-19T10:46:49.239 INFO:journalctl@ceph.mgr.b.smithi133.stdout:Aug 19 10:46:48 smithi133 bash[24745]: ignoring --setgroup ceph since I am not root 2024-08-19T10:46:49.239 INFO:journalctl@ceph.mgr.b.smithi133.stdout:Aug 19 10:46:48 smithi133 bash[24745]: debug 2024-08-19T10:46:48.958+0000 7f0a71035640 1 -- 172.21.15.133:0/1199849240 <== mon.1 v2:172.21.15.196:3300/0 3 ==== mon_map magic: 0 ==== 413+0+0 (secure 0 0 0) 0x55eeaaa7d520 con 0x55eeaaa6f400 2024-08-19T10:46:49.239 INFO:journalctl@ceph.mgr.b.smithi133.stdout:Aug 19 10:46:48 smithi133 bash[24745]: debug 2024-08-19T10:46:48.958+0000 7f0a71035640 1 -- 172.21.15.133:0/1199849240 <== mon.1 v2:172.21.15.196:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55eeaaa6d0e0 con 0x55eeaaa6f400 2024-08-19T10:46:49.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:48 smithi133 bash[24239]: audit 2024-08-19T10:46:47.879155+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:49.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:48 smithi133 bash[24239]: audit 2024-08-19T10:46:47.879155+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:49.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:48 smithi133 bash[24239]: audit 2024-08-19T10:46:47.891165+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:49.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:48 smithi133 bash[24239]: audit 2024-08-19T10:46:47.891165+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:49.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:48 smithi133 bash[24239]: audit 2024-08-19T10:46:47.899129+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:49.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:48 smithi133 bash[24239]: audit 2024-08-19T10:46:47.899129+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:49.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:48 smithi133 bash[24239]: audit 2024-08-19T10:46:47.903177+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2024-08-19T10:46:49.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:48 smithi133 bash[24239]: audit 2024-08-19T10:46:47.903177+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2024-08-19T10:46:49.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:48 smithi133 bash[24239]: audit 2024-08-19T10:46:48.148658+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:49.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:48 smithi133 bash[24239]: audit 2024-08-19T10:46:48.148658+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:49.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:48 smithi133 bash[24239]: cluster 2024-08-19T10:46:48.153973+0000 mgr.a (mgr.14150) 275 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:49.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:48 smithi133 bash[24239]: cluster 2024-08-19T10:46:48.153973+0000 mgr.a (mgr.14150) 275 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:49.258 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:46:48 smithi078 bash[22990]: ignoring --setuser ceph since I am not root 2024-08-19T10:46:49.258 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:46:48 smithi078 bash[22990]: ignoring --setgroup ceph since I am not root 2024-08-19T10:46:49.258 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:48 smithi078 bash[22737]: audit 2024-08-19T10:46:47.879155+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:49.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:48 smithi078 bash[22737]: audit 2024-08-19T10:46:47.879155+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:49.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:48 smithi078 bash[22737]: audit 2024-08-19T10:46:47.891165+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:49.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:48 smithi078 bash[22737]: audit 2024-08-19T10:46:47.891165+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:49.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:48 smithi078 bash[22737]: audit 2024-08-19T10:46:47.899129+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:49.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:48 smithi078 bash[22737]: audit 2024-08-19T10:46:47.899129+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:49.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:48 smithi078 bash[22737]: audit 2024-08-19T10:46:47.903177+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2024-08-19T10:46:49.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:48 smithi078 bash[22737]: audit 2024-08-19T10:46:47.903177+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2024-08-19T10:46:49.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:48 smithi078 bash[22737]: audit 2024-08-19T10:46:48.148658+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:49.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:48 smithi078 bash[22737]: audit 2024-08-19T10:46:48.148658+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' 2024-08-19T10:46:49.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:48 smithi078 bash[22737]: cluster 2024-08-19T10:46:48.153973+0000 mgr.a (mgr.14150) 275 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:49.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:48 smithi078 bash[22737]: cluster 2024-08-19T10:46:48.153973+0000 mgr.a (mgr.14150) 275 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:50.210 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:49 smithi196 bash[24909]: audit 2024-08-19T10:46:48.900709+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-08-19T10:46:50.210 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:49 smithi196 bash[24909]: audit 2024-08-19T10:46:48.900709+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-08-19T10:46:50.211 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:49 smithi196 bash[24909]: cluster 2024-08-19T10:46:48.910183+0000 mon.a (mon.0) 519 : cluster [DBG] mgrmap e16: a(active, since 6m), standbys: b 2024-08-19T10:46:50.211 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:49 smithi196 bash[24909]: cluster 2024-08-19T10:46:48.910183+0000 mon.a (mon.0) 519 : cluster [DBG] mgrmap e16: a(active, since 6m), standbys: b 2024-08-19T10:46:50.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:49 smithi133 bash[24239]: audit 2024-08-19T10:46:48.900709+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-08-19T10:46:50.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:49 smithi133 bash[24239]: audit 2024-08-19T10:46:48.900709+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-08-19T10:46:50.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:49 smithi133 bash[24239]: cluster 2024-08-19T10:46:48.910183+0000 mon.a (mon.0) 519 : cluster [DBG] mgrmap e16: a(active, since 6m), standbys: b 2024-08-19T10:46:50.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:49 smithi133 bash[24239]: cluster 2024-08-19T10:46:48.910183+0000 mon.a (mon.0) 519 : cluster [DBG] mgrmap e16: a(active, since 6m), standbys: b 2024-08-19T10:46:50.258 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:49 smithi078 bash[22737]: audit 2024-08-19T10:46:48.900709+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-08-19T10:46:50.258 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:49 smithi078 bash[22737]: audit 2024-08-19T10:46:48.900709+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14150 172.21.15.78:0/112594766' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-08-19T10:46:50.258 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:49 smithi078 bash[22737]: cluster 2024-08-19T10:46:48.910183+0000 mon.a (mon.0) 519 : cluster [DBG] mgrmap e16: a(active, since 6m), standbys: b 2024-08-19T10:46:50.258 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:49 smithi078 bash[22737]: cluster 2024-08-19T10:46:48.910183+0000 mon.a (mon.0) 519 : cluster [DBG] mgrmap e16: a(active, since 6m), standbys: b 2024-08-19T10:46:55.211 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:54 smithi196 bash[24909]: cluster 2024-08-19T10:46:54.852582+0000 mon.a (mon.0) 520 : cluster [DBG] Standby manager daemon b restarted 2024-08-19T10:46:55.211 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:54 smithi196 bash[24909]: cluster 2024-08-19T10:46:54.852582+0000 mon.a (mon.0) 520 : cluster [DBG] Standby manager daemon b restarted 2024-08-19T10:46:55.211 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:54 smithi196 bash[24909]: cluster 2024-08-19T10:46:54.852783+0000 mon.a (mon.0) 521 : cluster [DBG] Standby manager daemon b started 2024-08-19T10:46:55.211 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:54 smithi196 bash[24909]: cluster 2024-08-19T10:46:54.852783+0000 mon.a (mon.0) 521 : cluster [DBG] Standby manager daemon b started 2024-08-19T10:46:55.211 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:54 smithi196 bash[24909]: audit 2024-08-19T10:46:54.857141+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.133:0/663249868' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-08-19T10:46:55.211 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:54 smithi196 bash[24909]: audit 2024-08-19T10:46:54.857141+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.133:0/663249868' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-08-19T10:46:55.211 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:54 smithi196 bash[24909]: audit 2024-08-19T10:46:54.857834+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.133:0/663249868' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-08-19T10:46:55.212 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:54 smithi196 bash[24909]: audit 2024-08-19T10:46:54.857834+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.133:0/663249868' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-08-19T10:46:55.212 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:54 smithi196 bash[24909]: audit 2024-08-19T10:46:54.861446+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.133:0/663249868' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-08-19T10:46:55.212 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:54 smithi196 bash[24909]: audit 2024-08-19T10:46:54.861446+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.133:0/663249868' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-08-19T10:46:55.212 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:54 smithi196 bash[24909]: audit 2024-08-19T10:46:54.861781+0000 mon.b (mon.2) 16 : audit [DBG] from='mgr.? 172.21.15.133:0/663249868' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-08-19T10:46:55.212 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:54 smithi196 bash[24909]: audit 2024-08-19T10:46:54.861781+0000 mon.b (mon.2) 16 : audit [DBG] from='mgr.? 172.21.15.133:0/663249868' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-08-19T10:46:55.238 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:54 smithi133 bash[24239]: cluster 2024-08-19T10:46:54.852582+0000 mon.a (mon.0) 520 : cluster [DBG] Standby manager daemon b restarted 2024-08-19T10:46:55.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:54 smithi133 bash[24239]: cluster 2024-08-19T10:46:54.852582+0000 mon.a (mon.0) 520 : cluster [DBG] Standby manager daemon b restarted 2024-08-19T10:46:55.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:54 smithi133 bash[24239]: cluster 2024-08-19T10:46:54.852783+0000 mon.a (mon.0) 521 : cluster [DBG] Standby manager daemon b started 2024-08-19T10:46:55.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:54 smithi133 bash[24239]: cluster 2024-08-19T10:46:54.852783+0000 mon.a (mon.0) 521 : cluster [DBG] Standby manager daemon b started 2024-08-19T10:46:55.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:54 smithi133 bash[24239]: audit 2024-08-19T10:46:54.857141+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.133:0/663249868' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-08-19T10:46:55.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:54 smithi133 bash[24239]: audit 2024-08-19T10:46:54.857141+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.133:0/663249868' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-08-19T10:46:55.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:54 smithi133 bash[24239]: audit 2024-08-19T10:46:54.857834+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.133:0/663249868' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-08-19T10:46:55.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:54 smithi133 bash[24239]: audit 2024-08-19T10:46:54.857834+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.133:0/663249868' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-08-19T10:46:55.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:54 smithi133 bash[24239]: audit 2024-08-19T10:46:54.861446+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.133:0/663249868' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-08-19T10:46:55.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:54 smithi133 bash[24239]: audit 2024-08-19T10:46:54.861446+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.133:0/663249868' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-08-19T10:46:55.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:54 smithi133 bash[24239]: audit 2024-08-19T10:46:54.861781+0000 mon.b (mon.2) 16 : audit [DBG] from='mgr.? 172.21.15.133:0/663249868' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-08-19T10:46:55.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:54 smithi133 bash[24239]: audit 2024-08-19T10:46:54.861781+0000 mon.b (mon.2) 16 : audit [DBG] from='mgr.? 172.21.15.133:0/663249868' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-08-19T10:46:55.240 INFO:journalctl@ceph.mgr.b.smithi133.stdout:Aug 19 10:46:54 smithi133 bash[24745]: [19/Aug/2024:10:46:54] ENGINE Bus STARTING 2024-08-19T10:46:55.240 INFO:journalctl@ceph.mgr.b.smithi133.stdout:Aug 19 10:46:54 smithi133 bash[24745]: CherryPy Checker: 2024-08-19T10:46:55.240 INFO:journalctl@ceph.mgr.b.smithi133.stdout:Aug 19 10:46:54 smithi133 bash[24745]: The Application mounted at '' has an empty config. 2024-08-19T10:46:55.240 INFO:journalctl@ceph.mgr.b.smithi133.stdout:Aug 19 10:46:54 smithi133 bash[24745]: [19/Aug/2024:10:46:54] ENGINE Serving on http://:::9283 2024-08-19T10:46:55.240 INFO:journalctl@ceph.mgr.b.smithi133.stdout:Aug 19 10:46:54 smithi133 bash[24745]: [19/Aug/2024:10:46:54] ENGINE Bus STARTED 2024-08-19T10:46:55.258 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:54 smithi078 bash[22737]: cluster 2024-08-19T10:46:54.852582+0000 mon.a (mon.0) 520 : cluster [DBG] Standby manager daemon b restarted 2024-08-19T10:46:55.258 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:54 smithi078 bash[22737]: cluster 2024-08-19T10:46:54.852582+0000 mon.a (mon.0) 520 : cluster [DBG] Standby manager daemon b restarted 2024-08-19T10:46:55.258 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:54 smithi078 bash[22737]: cluster 2024-08-19T10:46:54.852783+0000 mon.a (mon.0) 521 : cluster [DBG] Standby manager daemon b started 2024-08-19T10:46:55.258 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:54 smithi078 bash[22737]: cluster 2024-08-19T10:46:54.852783+0000 mon.a (mon.0) 521 : cluster [DBG] Standby manager daemon b started 2024-08-19T10:46:55.258 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:54 smithi078 bash[22737]: audit 2024-08-19T10:46:54.857141+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.133:0/663249868' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-08-19T10:46:55.258 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:54 smithi078 bash[22737]: audit 2024-08-19T10:46:54.857141+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.133:0/663249868' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-08-19T10:46:55.258 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:54 smithi078 bash[22737]: audit 2024-08-19T10:46:54.857834+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.133:0/663249868' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-08-19T10:46:55.258 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:54 smithi078 bash[22737]: audit 2024-08-19T10:46:54.857834+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.133:0/663249868' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-08-19T10:46:55.258 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:54 smithi078 bash[22737]: audit 2024-08-19T10:46:54.861446+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.133:0/663249868' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-08-19T10:46:55.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:54 smithi078 bash[22737]: audit 2024-08-19T10:46:54.861446+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.133:0/663249868' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-08-19T10:46:55.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:54 smithi078 bash[22737]: audit 2024-08-19T10:46:54.861781+0000 mon.b (mon.2) 16 : audit [DBG] from='mgr.? 172.21.15.133:0/663249868' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-08-19T10:46:55.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:54 smithi078 bash[22737]: audit 2024-08-19T10:46:54.861781+0000 mon.b (mon.2) 16 : audit [DBG] from='mgr.? 172.21.15.133:0/663249868' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-08-19T10:46:56.211 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:55 smithi196 bash[24909]: cluster 2024-08-19T10:46:54.915012+0000 mon.a (mon.0) 522 : cluster [DBG] mgrmap e17: a(active, since 6m), standbys: b 2024-08-19T10:46:56.211 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:55 smithi196 bash[24909]: cluster 2024-08-19T10:46:54.915012+0000 mon.a (mon.0) 522 : cluster [DBG] mgrmap e17: a(active, since 6m), standbys: b 2024-08-19T10:46:56.211 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:55 smithi196 bash[24909]: cluster 2024-08-19T10:46:54.938032+0000 mon.a (mon.0) 523 : cluster [INF] Active manager daemon a restarted 2024-08-19T10:46:56.211 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:55 smithi196 bash[24909]: cluster 2024-08-19T10:46:54.938032+0000 mon.a (mon.0) 523 : cluster [INF] Active manager daemon a restarted 2024-08-19T10:46:56.211 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:55 smithi196 bash[24909]: cluster 2024-08-19T10:46:54.938913+0000 mon.a (mon.0) 524 : cluster [INF] Activating manager daemon a 2024-08-19T10:46:56.211 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:55 smithi196 bash[24909]: cluster 2024-08-19T10:46:54.938913+0000 mon.a (mon.0) 524 : cluster [INF] Activating manager daemon a 2024-08-19T10:46:56.211 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:55 smithi196 bash[24909]: cluster 2024-08-19T10:46:54.947893+0000 mon.a (mon.0) 525 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-08-19T10:46:56.212 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:55 smithi196 bash[24909]: cluster 2024-08-19T10:46:54.947893+0000 mon.a (mon.0) 525 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-08-19T10:46:56.212 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:55 smithi196 bash[24909]: cluster 2024-08-19T10:46:54.948187+0000 mon.a (mon.0) 526 : cluster [DBG] mgrmap e18: a(active, starting, since 0.00967146s), standbys: b 2024-08-19T10:46:56.212 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:55 smithi196 bash[24909]: cluster 2024-08-19T10:46:54.948187+0000 mon.a (mon.0) 526 : cluster [DBG] mgrmap e18: a(active, starting, since 0.00967146s), standbys: b 2024-08-19T10:46:56.212 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:55 smithi196 bash[24909]: audit 2024-08-19T10:46:54.951608+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-08-19T10:46:56.212 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:55 smithi196 bash[24909]: audit 2024-08-19T10:46:54.951608+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-08-19T10:46:56.212 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:55 smithi196 bash[24909]: audit 2024-08-19T10:46:54.951744+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:46:56.212 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:55 smithi196 bash[24909]: audit 2024-08-19T10:46:54.951744+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:46:56.212 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:55 smithi196 bash[24909]: audit 2024-08-19T10:46:54.951861+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:46:56.212 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:55 smithi196 bash[24909]: audit 2024-08-19T10:46:54.951861+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:46:56.212 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:55 smithi196 bash[24909]: audit 2024-08-19T10:46:54.953710+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-08-19T10:46:56.212 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:55 smithi196 bash[24909]: audit 2024-08-19T10:46:54.953710+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-08-19T10:46:56.212 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:55 smithi196 bash[24909]: audit 2024-08-19T10:46:54.954058+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-08-19T10:46:56.212 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:55 smithi196 bash[24909]: audit 2024-08-19T10:46:54.954058+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-08-19T10:46:56.213 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:55 smithi196 bash[24909]: audit 2024-08-19T10:46:54.954354+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-08-19T10:46:56.213 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:55 smithi196 bash[24909]: audit 2024-08-19T10:46:54.954354+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-08-19T10:46:56.213 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:55 smithi196 bash[24909]: audit 2024-08-19T10:46:54.954555+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-08-19T10:46:56.213 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:55 smithi196 bash[24909]: audit 2024-08-19T10:46:54.954555+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-08-19T10:46:56.213 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:55 smithi196 bash[24909]: audit 2024-08-19T10:46:54.954771+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-08-19T10:46:56.213 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:55 smithi196 bash[24909]: audit 2024-08-19T10:46:54.954771+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-08-19T10:46:56.214 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:55 smithi196 bash[24909]: audit 2024-08-19T10:46:54.955059+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-08-19T10:46:56.214 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:55 smithi196 bash[24909]: audit 2024-08-19T10:46:54.955059+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-08-19T10:46:56.214 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:55 smithi196 bash[24909]: audit 2024-08-19T10:46:54.955208+0000 mon.a (mon.0) 536 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-08-19T10:46:56.214 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:55 smithi196 bash[24909]: audit 2024-08-19T10:46:54.955208+0000 mon.a (mon.0) 536 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-08-19T10:46:56.214 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:55 smithi196 bash[24909]: audit 2024-08-19T10:46:54.955474+0000 mon.a (mon.0) 537 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-08-19T10:46:56.214 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:55 smithi196 bash[24909]: audit 2024-08-19T10:46:54.955474+0000 mon.a (mon.0) 537 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-08-19T10:46:56.214 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:55 smithi196 bash[24909]: cluster 2024-08-19T10:46:54.979329+0000 mon.a (mon.0) 538 : cluster [INF] Manager daemon a is now available 2024-08-19T10:46:56.214 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:55 smithi196 bash[24909]: cluster 2024-08-19T10:46:54.979329+0000 mon.a (mon.0) 538 : cluster [INF] Manager daemon a is now available 2024-08-19T10:46:56.214 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:55 smithi196 bash[24909]: audit 2024-08-19T10:46:55.236894+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:46:56.214 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:55 smithi196 bash[24909]: audit 2024-08-19T10:46:55.236894+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:46:56.214 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:55 smithi196 bash[24909]: audit 2024-08-19T10:46:55.250504+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:46:56.214 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:55 smithi196 bash[24909]: audit 2024-08-19T10:46:55.250504+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:46:56.215 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:55 smithi196 bash[24909]: audit 2024-08-19T10:46:55.254706+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:46:56.215 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:55 smithi196 bash[24909]: audit 2024-08-19T10:46:55.254706+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:46:56.215 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:55 smithi196 bash[24909]: audit 2024-08-19T10:46:55.254871+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-08-19T10:46:56.215 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:55 smithi196 bash[24909]: audit 2024-08-19T10:46:55.254871+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-08-19T10:46:56.215 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:55 smithi196 bash[24909]: audit 2024-08-19T10:46:55.270791+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-08-19T10:46:56.215 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:55 smithi196 bash[24909]: audit 2024-08-19T10:46:55.270791+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-08-19T10:46:56.215 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:55 smithi196 bash[24909]: audit 2024-08-19T10:46:55.273843+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-08-19T10:46:56.215 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:55 smithi196 bash[24909]: audit 2024-08-19T10:46:55.273843+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-08-19T10:46:56.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:55 smithi133 bash[24239]: cluster 2024-08-19T10:46:54.915012+0000 mon.a (mon.0) 522 : cluster [DBG] mgrmap e17: a(active, since 6m), standbys: b 2024-08-19T10:46:56.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:55 smithi133 bash[24239]: cluster 2024-08-19T10:46:54.915012+0000 mon.a (mon.0) 522 : cluster [DBG] mgrmap e17: a(active, since 6m), standbys: b 2024-08-19T10:46:56.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:55 smithi133 bash[24239]: cluster 2024-08-19T10:46:54.938032+0000 mon.a (mon.0) 523 : cluster [INF] Active manager daemon a restarted 2024-08-19T10:46:56.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:55 smithi133 bash[24239]: cluster 2024-08-19T10:46:54.938032+0000 mon.a (mon.0) 523 : cluster [INF] Active manager daemon a restarted 2024-08-19T10:46:56.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:55 smithi133 bash[24239]: cluster 2024-08-19T10:46:54.938913+0000 mon.a (mon.0) 524 : cluster [INF] Activating manager daemon a 2024-08-19T10:46:56.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:55 smithi133 bash[24239]: cluster 2024-08-19T10:46:54.938913+0000 mon.a (mon.0) 524 : cluster [INF] Activating manager daemon a 2024-08-19T10:46:56.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:55 smithi133 bash[24239]: cluster 2024-08-19T10:46:54.947893+0000 mon.a (mon.0) 525 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-08-19T10:46:56.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:55 smithi133 bash[24239]: cluster 2024-08-19T10:46:54.947893+0000 mon.a (mon.0) 525 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-08-19T10:46:56.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:55 smithi133 bash[24239]: cluster 2024-08-19T10:46:54.948187+0000 mon.a (mon.0) 526 : cluster [DBG] mgrmap e18: a(active, starting, since 0.00967146s), standbys: b 2024-08-19T10:46:56.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:55 smithi133 bash[24239]: cluster 2024-08-19T10:46:54.948187+0000 mon.a (mon.0) 526 : cluster [DBG] mgrmap e18: a(active, starting, since 0.00967146s), standbys: b 2024-08-19T10:46:56.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:55 smithi133 bash[24239]: audit 2024-08-19T10:46:54.951608+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-08-19T10:46:56.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:55 smithi133 bash[24239]: audit 2024-08-19T10:46:54.951608+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-08-19T10:46:56.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:55 smithi133 bash[24239]: audit 2024-08-19T10:46:54.951744+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:46:56.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:55 smithi133 bash[24239]: audit 2024-08-19T10:46:54.951744+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:46:56.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:55 smithi133 bash[24239]: audit 2024-08-19T10:46:54.951861+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:46:56.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:55 smithi133 bash[24239]: audit 2024-08-19T10:46:54.951861+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:46:56.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:55 smithi133 bash[24239]: audit 2024-08-19T10:46:54.953710+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-08-19T10:46:56.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:55 smithi133 bash[24239]: audit 2024-08-19T10:46:54.953710+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-08-19T10:46:56.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:55 smithi133 bash[24239]: audit 2024-08-19T10:46:54.954058+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-08-19T10:46:56.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:55 smithi133 bash[24239]: audit 2024-08-19T10:46:54.954058+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-08-19T10:46:56.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:55 smithi133 bash[24239]: audit 2024-08-19T10:46:54.954354+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-08-19T10:46:56.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:55 smithi133 bash[24239]: audit 2024-08-19T10:46:54.954354+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-08-19T10:46:56.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:55 smithi133 bash[24239]: audit 2024-08-19T10:46:54.954555+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-08-19T10:46:56.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:55 smithi133 bash[24239]: audit 2024-08-19T10:46:54.954555+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-08-19T10:46:56.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:55 smithi133 bash[24239]: audit 2024-08-19T10:46:54.954771+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-08-19T10:46:56.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:55 smithi133 bash[24239]: audit 2024-08-19T10:46:54.954771+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-08-19T10:46:56.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:55 smithi133 bash[24239]: audit 2024-08-19T10:46:54.955059+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-08-19T10:46:56.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:55 smithi133 bash[24239]: audit 2024-08-19T10:46:54.955059+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-08-19T10:46:56.242 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:55 smithi133 bash[24239]: audit 2024-08-19T10:46:54.955208+0000 mon.a (mon.0) 536 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-08-19T10:46:56.242 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:55 smithi133 bash[24239]: audit 2024-08-19T10:46:54.955208+0000 mon.a (mon.0) 536 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-08-19T10:46:56.242 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:55 smithi133 bash[24239]: audit 2024-08-19T10:46:54.955474+0000 mon.a (mon.0) 537 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-08-19T10:46:56.242 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:55 smithi133 bash[24239]: audit 2024-08-19T10:46:54.955474+0000 mon.a (mon.0) 537 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-08-19T10:46:56.242 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:55 smithi133 bash[24239]: cluster 2024-08-19T10:46:54.979329+0000 mon.a (mon.0) 538 : cluster [INF] Manager daemon a is now available 2024-08-19T10:46:56.242 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:55 smithi133 bash[24239]: cluster 2024-08-19T10:46:54.979329+0000 mon.a (mon.0) 538 : cluster [INF] Manager daemon a is now available 2024-08-19T10:46:56.242 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:55 smithi133 bash[24239]: audit 2024-08-19T10:46:55.236894+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:46:56.242 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:55 smithi133 bash[24239]: audit 2024-08-19T10:46:55.236894+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:46:56.242 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:55 smithi133 bash[24239]: audit 2024-08-19T10:46:55.250504+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:46:56.242 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:55 smithi133 bash[24239]: audit 2024-08-19T10:46:55.250504+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:46:56.242 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:55 smithi133 bash[24239]: audit 2024-08-19T10:46:55.254706+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:46:56.242 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:55 smithi133 bash[24239]: audit 2024-08-19T10:46:55.254706+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:46:56.242 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:55 smithi133 bash[24239]: audit 2024-08-19T10:46:55.254871+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-08-19T10:46:56.243 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:55 smithi133 bash[24239]: audit 2024-08-19T10:46:55.254871+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-08-19T10:46:56.243 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:55 smithi133 bash[24239]: audit 2024-08-19T10:46:55.270791+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-08-19T10:46:56.243 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:55 smithi133 bash[24239]: audit 2024-08-19T10:46:55.270791+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-08-19T10:46:56.243 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:55 smithi133 bash[24239]: audit 2024-08-19T10:46:55.273843+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-08-19T10:46:56.243 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:55 smithi133 bash[24239]: audit 2024-08-19T10:46:55.273843+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-08-19T10:46:56.250 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:46:56 smithi078 bash[22990]: [19/Aug/2024:10:46:56] ENGINE Bus STARTING 2024-08-19T10:46:56.250 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:46:56 smithi078 bash[22990]: CherryPy Checker: 2024-08-19T10:46:56.250 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:46:56 smithi078 bash[22990]: The Application mounted at '' has an empty config. 2024-08-19T10:46:56.250 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:46:56 smithi078 bash[22990]: [19/Aug/2024:10:46:56] ENGINE Serving on http://:::9283 2024-08-19T10:46:56.250 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:46:56 smithi078 bash[22990]: [19/Aug/2024:10:46:56] ENGINE Bus STARTED 2024-08-19T10:46:56.251 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:55 smithi078 bash[22737]: cluster 2024-08-19T10:46:54.915012+0000 mon.a (mon.0) 522 : cluster [DBG] mgrmap e17: a(active, since 6m), standbys: b 2024-08-19T10:46:56.251 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:55 smithi078 bash[22737]: cluster 2024-08-19T10:46:54.915012+0000 mon.a (mon.0) 522 : cluster [DBG] mgrmap e17: a(active, since 6m), standbys: b 2024-08-19T10:46:56.251 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:55 smithi078 bash[22737]: cluster 2024-08-19T10:46:54.938032+0000 mon.a (mon.0) 523 : cluster [INF] Active manager daemon a restarted 2024-08-19T10:46:56.251 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:55 smithi078 bash[22737]: cluster 2024-08-19T10:46:54.938032+0000 mon.a (mon.0) 523 : cluster [INF] Active manager daemon a restarted 2024-08-19T10:46:56.251 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:55 smithi078 bash[22737]: cluster 2024-08-19T10:46:54.938913+0000 mon.a (mon.0) 524 : cluster [INF] Activating manager daemon a 2024-08-19T10:46:56.252 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:55 smithi078 bash[22737]: cluster 2024-08-19T10:46:54.938913+0000 mon.a (mon.0) 524 : cluster [INF] Activating manager daemon a 2024-08-19T10:46:56.252 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:55 smithi078 bash[22737]: cluster 2024-08-19T10:46:54.947893+0000 mon.a (mon.0) 525 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-08-19T10:46:56.252 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:55 smithi078 bash[22737]: cluster 2024-08-19T10:46:54.947893+0000 mon.a (mon.0) 525 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-08-19T10:46:56.252 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:55 smithi078 bash[22737]: cluster 2024-08-19T10:46:54.948187+0000 mon.a (mon.0) 526 : cluster [DBG] mgrmap e18: a(active, starting, since 0.00967146s), standbys: b 2024-08-19T10:46:56.252 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:55 smithi078 bash[22737]: cluster 2024-08-19T10:46:54.948187+0000 mon.a (mon.0) 526 : cluster [DBG] mgrmap e18: a(active, starting, since 0.00967146s), standbys: b 2024-08-19T10:46:56.252 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:55 smithi078 bash[22737]: audit 2024-08-19T10:46:54.951608+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-08-19T10:46:56.252 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:55 smithi078 bash[22737]: audit 2024-08-19T10:46:54.951608+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-08-19T10:46:56.252 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:55 smithi078 bash[22737]: audit 2024-08-19T10:46:54.951744+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:46:56.252 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:55 smithi078 bash[22737]: audit 2024-08-19T10:46:54.951744+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-19T10:46:56.252 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:55 smithi078 bash[22737]: audit 2024-08-19T10:46:54.951861+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:46:56.252 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:55 smithi078 bash[22737]: audit 2024-08-19T10:46:54.951861+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-19T10:46:56.253 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:55 smithi078 bash[22737]: audit 2024-08-19T10:46:54.953710+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-08-19T10:46:56.253 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:55 smithi078 bash[22737]: audit 2024-08-19T10:46:54.953710+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-08-19T10:46:56.253 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:55 smithi078 bash[22737]: audit 2024-08-19T10:46:54.954058+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-08-19T10:46:56.253 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:55 smithi078 bash[22737]: audit 2024-08-19T10:46:54.954058+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-08-19T10:46:56.253 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:55 smithi078 bash[22737]: audit 2024-08-19T10:46:54.954354+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-08-19T10:46:56.253 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:55 smithi078 bash[22737]: audit 2024-08-19T10:46:54.954354+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-08-19T10:46:56.253 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:55 smithi078 bash[22737]: audit 2024-08-19T10:46:54.954555+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-08-19T10:46:56.253 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:55 smithi078 bash[22737]: audit 2024-08-19T10:46:54.954555+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-08-19T10:46:56.253 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:55 smithi078 bash[22737]: audit 2024-08-19T10:46:54.954771+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-08-19T10:46:56.253 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:55 smithi078 bash[22737]: audit 2024-08-19T10:46:54.954771+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-08-19T10:46:56.253 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:55 smithi078 bash[22737]: audit 2024-08-19T10:46:54.955059+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-08-19T10:46:56.253 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:55 smithi078 bash[22737]: audit 2024-08-19T10:46:54.955059+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-08-19T10:46:56.253 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:55 smithi078 bash[22737]: audit 2024-08-19T10:46:54.955208+0000 mon.a (mon.0) 536 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-08-19T10:46:56.254 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:55 smithi078 bash[22737]: audit 2024-08-19T10:46:54.955208+0000 mon.a (mon.0) 536 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-08-19T10:46:56.254 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:55 smithi078 bash[22737]: audit 2024-08-19T10:46:54.955474+0000 mon.a (mon.0) 537 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-08-19T10:46:56.254 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:55 smithi078 bash[22737]: audit 2024-08-19T10:46:54.955474+0000 mon.a (mon.0) 537 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-08-19T10:46:56.254 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:55 smithi078 bash[22737]: cluster 2024-08-19T10:46:54.979329+0000 mon.a (mon.0) 538 : cluster [INF] Manager daemon a is now available 2024-08-19T10:46:56.254 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:55 smithi078 bash[22737]: cluster 2024-08-19T10:46:54.979329+0000 mon.a (mon.0) 538 : cluster [INF] Manager daemon a is now available 2024-08-19T10:46:56.254 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:55 smithi078 bash[22737]: audit 2024-08-19T10:46:55.236894+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:46:56.254 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:55 smithi078 bash[22737]: audit 2024-08-19T10:46:55.236894+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:46:56.254 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:55 smithi078 bash[22737]: audit 2024-08-19T10:46:55.250504+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:46:56.254 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:55 smithi078 bash[22737]: audit 2024-08-19T10:46:55.250504+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:46:56.254 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:55 smithi078 bash[22737]: audit 2024-08-19T10:46:55.254706+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:46:56.254 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:55 smithi078 bash[22737]: audit 2024-08-19T10:46:55.254706+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:46:56.254 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:55 smithi078 bash[22737]: audit 2024-08-19T10:46:55.254871+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-08-19T10:46:56.255 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:55 smithi078 bash[22737]: audit 2024-08-19T10:46:55.254871+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-08-19T10:46:56.255 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:55 smithi078 bash[22737]: audit 2024-08-19T10:46:55.270791+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-08-19T10:46:56.255 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:55 smithi078 bash[22737]: audit 2024-08-19T10:46:55.270791+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-08-19T10:46:56.255 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:55 smithi078 bash[22737]: audit 2024-08-19T10:46:55.273843+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-08-19T10:46:56.255 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:55 smithi078 bash[22737]: audit 2024-08-19T10:46:55.273843+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-08-19T10:46:56.508 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:46:56 smithi078 bash[22990]: debug 2024-08-19T10:46:56.248+0000 7ff637de7640 -1 log_channel(cephadm) log [ERR] : [19/Aug/2024:10:46:56] ENGINE Error in HTTPServer.serve 2024-08-19T10:46:56.508 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:46:56 smithi078 bash[22990]: Traceback (most recent call last): 2024-08-19T10:46:56.509 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:46:56 smithi078 bash[22990]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-08-19T10:46:56.509 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:46:56 smithi078 bash[22990]: self._connections.run(self.expiration_interval) 2024-08-19T10:46:56.509 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:46:56 smithi078 bash[22990]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-08-19T10:46:56.509 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:46:56 smithi078 bash[22990]: self._run(expiration_interval) 2024-08-19T10:46:56.509 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:46:56 smithi078 bash[22990]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-08-19T10:46:56.509 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:46:56 smithi078 bash[22990]: new_conn = self._from_server_socket(self.server.socket) 2024-08-19T10:46:56.509 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:46:56 smithi078 bash[22990]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-08-19T10:46:56.509 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:46:56 smithi078 bash[22990]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-08-19T10:46:56.509 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:46:56 smithi078 bash[22990]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-08-19T10:46:56.509 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:46:56 smithi078 bash[22990]: s = self.context.wrap_socket( 2024-08-19T10:46:56.509 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:46:56 smithi078 bash[22990]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-08-19T10:46:56.509 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:46:56 smithi078 bash[22990]: return self.sslsocket_class._create( 2024-08-19T10:46:56.509 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:46:56 smithi078 bash[22990]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-08-19T10:46:56.510 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:46:56 smithi078 bash[22990]: self.do_handshake() 2024-08-19T10:46:56.510 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:46:56 smithi078 bash[22990]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-08-19T10:46:56.510 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:46:56 smithi078 bash[22990]: self._sslobj.do_handshake() 2024-08-19T10:46:56.510 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:46:56 smithi078 bash[22990]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-08-19T10:46:57.210 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:56 smithi196 bash[24909]: cluster 2024-08-19T10:46:55.955592+0000 mon.a (mon.0) 545 : cluster [DBG] mgrmap e19: a(active, since 1.01707s), standbys: b 2024-08-19T10:46:57.210 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:56 smithi196 bash[24909]: cluster 2024-08-19T10:46:55.955592+0000 mon.a (mon.0) 545 : cluster [DBG] mgrmap e19: a(active, since 1.01707s), standbys: b 2024-08-19T10:46:57.210 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:56 smithi196 bash[24909]: audit 2024-08-19T10:46:55.956955+0000 mgr.a (mgr.14394) 1 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-08-19T10:46:57.211 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:56 smithi196 bash[24909]: audit 2024-08-19T10:46:55.956955+0000 mgr.a (mgr.14394) 1 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-08-19T10:46:57.211 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:56 smithi196 bash[24909]: cluster 2024-08-19T10:46:55.960959+0000 mgr.a (mgr.14394) 2 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:57.211 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:56 smithi196 bash[24909]: cluster 2024-08-19T10:46:55.960959+0000 mgr.a (mgr.14394) 2 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:57.238 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:56 smithi133 bash[24239]: cluster 2024-08-19T10:46:55.955592+0000 mon.a (mon.0) 545 : cluster [DBG] mgrmap e19: a(active, since 1.01707s), standbys: b 2024-08-19T10:46:57.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:56 smithi133 bash[24239]: cluster 2024-08-19T10:46:55.955592+0000 mon.a (mon.0) 545 : cluster [DBG] mgrmap e19: a(active, since 1.01707s), standbys: b 2024-08-19T10:46:57.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:56 smithi133 bash[24239]: audit 2024-08-19T10:46:55.956955+0000 mgr.a (mgr.14394) 1 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-08-19T10:46:57.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:56 smithi133 bash[24239]: audit 2024-08-19T10:46:55.956955+0000 mgr.a (mgr.14394) 1 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-08-19T10:46:57.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:56 smithi133 bash[24239]: cluster 2024-08-19T10:46:55.960959+0000 mgr.a (mgr.14394) 2 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:57.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:56 smithi133 bash[24239]: cluster 2024-08-19T10:46:55.960959+0000 mgr.a (mgr.14394) 2 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:57.258 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:56 smithi078 bash[22737]: cluster 2024-08-19T10:46:55.955592+0000 mon.a (mon.0) 545 : cluster [DBG] mgrmap e19: a(active, since 1.01707s), standbys: b 2024-08-19T10:46:57.258 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:56 smithi078 bash[22737]: cluster 2024-08-19T10:46:55.955592+0000 mon.a (mon.0) 545 : cluster [DBG] mgrmap e19: a(active, since 1.01707s), standbys: b 2024-08-19T10:46:57.258 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:56 smithi078 bash[22737]: audit 2024-08-19T10:46:55.956955+0000 mgr.a (mgr.14394) 1 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-08-19T10:46:57.258 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:56 smithi078 bash[22737]: audit 2024-08-19T10:46:55.956955+0000 mgr.a (mgr.14394) 1 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-08-19T10:46:57.258 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:56 smithi078 bash[22737]: cluster 2024-08-19T10:46:55.960959+0000 mgr.a (mgr.14394) 2 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:57.258 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:56 smithi078 bash[22737]: cluster 2024-08-19T10:46:55.960959+0000 mgr.a (mgr.14394) 2 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:58.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:57 smithi133 bash[24239]: cephadm 2024-08-19T10:46:56.129236+0000 mgr.a (mgr.14394) 3 : cephadm [INF] [19/Aug/2024:10:46:56] ENGINE Bus STARTING 2024-08-19T10:46:58.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:57 smithi133 bash[24239]: cephadm 2024-08-19T10:46:56.129236+0000 mgr.a (mgr.14394) 3 : cephadm [INF] [19/Aug/2024:10:46:56] ENGINE Bus STARTING 2024-08-19T10:46:58.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:57 smithi133 bash[24239]: cephadm 2024-08-19T10:46:56.247275+0000 mgr.a (mgr.14394) 4 : cephadm [INF] [19/Aug/2024:10:46:56] ENGINE Serving on https://172.21.15.78:7150 2024-08-19T10:46:58.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:57 smithi133 bash[24239]: cephadm 2024-08-19T10:46:56.247275+0000 mgr.a (mgr.14394) 4 : cephadm [INF] [19/Aug/2024:10:46:56] ENGINE Serving on https://172.21.15.78:7150 2024-08-19T10:46:58.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:57 smithi133 bash[24239]: cephadm 2024-08-19T10:46:56.252034+0000 mgr.a (mgr.14394) 5 : cephadm [ERR] [19/Aug/2024:10:46:56] ENGINE Error in HTTPServer.serve 2024-08-19T10:46:58.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:57 smithi133 bash[24239]: Traceback (most recent call last): 2024-08-19T10:46:58.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:57 smithi133 bash[24239]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-08-19T10:46:58.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:57 smithi133 bash[24239]: self._connections.run(self.expiration_interval) 2024-08-19T10:46:58.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:57 smithi133 bash[24239]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-08-19T10:46:58.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:57 smithi133 bash[24239]: self._run(expiration_interval) 2024-08-19T10:46:58.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:57 smithi133 bash[24239]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-08-19T10:46:58.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:57 smithi133 bash[24239]: new_conn = self._from_server_socket(self.server.socket) 2024-08-19T10:46:58.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:57 smithi133 bash[24239]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-08-19T10:46:58.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:57 smithi133 bash[24239]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-08-19T10:46:58.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:57 smithi133 bash[24239]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-08-19T10:46:58.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:57 smithi133 bash[24239]: s = self.context.wrap_socket( 2024-08-19T10:46:58.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:57 smithi133 bash[24239]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-08-19T10:46:58.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:57 smithi133 bash[24239]: return self.sslsocket_class._create( 2024-08-19T10:46:58.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:57 smithi133 bash[24239]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-08-19T10:46:58.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:57 smithi133 bash[24239]: self.do_handshake() 2024-08-19T10:46:58.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:57 smithi133 bash[24239]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-08-19T10:46:58.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:57 smithi133 bash[24239]: self._sslobj.do_handshake() 2024-08-19T10:46:58.242 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:57 smithi133 bash[24239]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-08-19T10:46:58.242 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:57 smithi133 bash[24239]: cephadm 2024-08-19T10:46:56.252034+0000 mgr.a (mgr.14394) 5 : cephadm [ERR] [19/Aug/2024:10:46:56] ENGINE Error in HTTPServer.serve 2024-08-19T10:46:58.242 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:57 smithi133 bash[24239]: Traceback (most recent call last): 2024-08-19T10:46:58.242 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:57 smithi133 bash[24239]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-08-19T10:46:58.242 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:57 smithi133 bash[24239]: self._connections.run(self.expiration_interval) 2024-08-19T10:46:58.242 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:57 smithi133 bash[24239]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-08-19T10:46:58.242 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:57 smithi133 bash[24239]: self._run(expiration_interval) 2024-08-19T10:46:58.242 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:57 smithi133 bash[24239]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-08-19T10:46:58.242 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:57 smithi133 bash[24239]: new_conn = self._from_server_socket(self.server.socket) 2024-08-19T10:46:58.242 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:57 smithi133 bash[24239]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-08-19T10:46:58.242 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:57 smithi133 bash[24239]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-08-19T10:46:58.242 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:57 smithi133 bash[24239]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-08-19T10:46:58.242 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:57 smithi133 bash[24239]: s = self.context.wrap_socket( 2024-08-19T10:46:58.243 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:57 smithi133 bash[24239]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-08-19T10:46:58.243 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:57 smithi133 bash[24239]: return self.sslsocket_class._create( 2024-08-19T10:46:58.243 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:57 smithi133 bash[24239]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-08-19T10:46:58.243 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:57 smithi133 bash[24239]: self.do_handshake() 2024-08-19T10:46:58.243 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:57 smithi133 bash[24239]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-08-19T10:46:58.243 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:57 smithi133 bash[24239]: self._sslobj.do_handshake() 2024-08-19T10:46:58.243 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:57 smithi133 bash[24239]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-08-19T10:46:58.243 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:57 smithi133 bash[24239]: cephadm 2024-08-19T10:46:56.349770+0000 mgr.a (mgr.14394) 6 : cephadm [INF] [19/Aug/2024:10:46:56] ENGINE Serving on http://172.21.15.78:8765 2024-08-19T10:46:58.243 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:57 smithi133 bash[24239]: cephadm 2024-08-19T10:46:56.349770+0000 mgr.a (mgr.14394) 6 : cephadm [INF] [19/Aug/2024:10:46:56] ENGINE Serving on http://172.21.15.78:8765 2024-08-19T10:46:58.243 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:57 smithi133 bash[24239]: cephadm 2024-08-19T10:46:56.349921+0000 mgr.a (mgr.14394) 7 : cephadm [INF] [19/Aug/2024:10:46:56] ENGINE Bus STARTED 2024-08-19T10:46:58.243 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:57 smithi133 bash[24239]: cephadm 2024-08-19T10:46:56.349921+0000 mgr.a (mgr.14394) 7 : cephadm [INF] [19/Aug/2024:10:46:56] ENGINE Bus STARTED 2024-08-19T10:46:58.243 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:57 smithi133 bash[24239]: cluster 2024-08-19T10:46:56.955335+0000 mgr.a (mgr.14394) 8 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:58.243 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:57 smithi133 bash[24239]: cluster 2024-08-19T10:46:56.955335+0000 mgr.a (mgr.14394) 8 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:58.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:57 smithi078 bash[22737]: cephadm 2024-08-19T10:46:56.129236+0000 mgr.a (mgr.14394) 3 : cephadm [INF] [19/Aug/2024:10:46:56] ENGINE Bus STARTING 2024-08-19T10:46:58.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:57 smithi078 bash[22737]: cephadm 2024-08-19T10:46:56.129236+0000 mgr.a (mgr.14394) 3 : cephadm [INF] [19/Aug/2024:10:46:56] ENGINE Bus STARTING 2024-08-19T10:46:58.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:57 smithi078 bash[22737]: cephadm 2024-08-19T10:46:56.247275+0000 mgr.a (mgr.14394) 4 : cephadm [INF] [19/Aug/2024:10:46:56] ENGINE Serving on https://172.21.15.78:7150 2024-08-19T10:46:58.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:57 smithi078 bash[22737]: cephadm 2024-08-19T10:46:56.247275+0000 mgr.a (mgr.14394) 4 : cephadm [INF] [19/Aug/2024:10:46:56] ENGINE Serving on https://172.21.15.78:7150 2024-08-19T10:46:58.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:57 smithi078 bash[22737]: cephadm 2024-08-19T10:46:56.252034+0000 mgr.a (mgr.14394) 5 : cephadm [ERR] [19/Aug/2024:10:46:56] ENGINE Error in HTTPServer.serve 2024-08-19T10:46:58.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:57 smithi078 bash[22737]: Traceback (most recent call last): 2024-08-19T10:46:58.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:57 smithi078 bash[22737]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-08-19T10:46:58.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:57 smithi078 bash[22737]: self._connections.run(self.expiration_interval) 2024-08-19T10:46:58.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:57 smithi078 bash[22737]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-08-19T10:46:58.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:57 smithi078 bash[22737]: self._run(expiration_interval) 2024-08-19T10:46:58.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:57 smithi078 bash[22737]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-08-19T10:46:58.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:57 smithi078 bash[22737]: new_conn = self._from_server_socket(self.server.socket) 2024-08-19T10:46:58.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:57 smithi078 bash[22737]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-08-19T10:46:58.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:57 smithi078 bash[22737]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-08-19T10:46:58.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:57 smithi078 bash[22737]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-08-19T10:46:58.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:57 smithi078 bash[22737]: s = self.context.wrap_socket( 2024-08-19T10:46:58.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:57 smithi078 bash[22737]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-08-19T10:46:58.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:57 smithi078 bash[22737]: return self.sslsocket_class._create( 2024-08-19T10:46:58.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:57 smithi078 bash[22737]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-08-19T10:46:58.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:57 smithi078 bash[22737]: self.do_handshake() 2024-08-19T10:46:58.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:57 smithi078 bash[22737]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-08-19T10:46:58.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:57 smithi078 bash[22737]: self._sslobj.do_handshake() 2024-08-19T10:46:58.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:57 smithi078 bash[22737]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-08-19T10:46:58.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:57 smithi078 bash[22737]: cephadm 2024-08-19T10:46:56.252034+0000 mgr.a (mgr.14394) 5 : cephadm [ERR] [19/Aug/2024:10:46:56] ENGINE Error in HTTPServer.serve 2024-08-19T10:46:58.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:57 smithi078 bash[22737]: Traceback (most recent call last): 2024-08-19T10:46:58.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:57 smithi078 bash[22737]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-08-19T10:46:58.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:57 smithi078 bash[22737]: self._connections.run(self.expiration_interval) 2024-08-19T10:46:58.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:57 smithi078 bash[22737]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-08-19T10:46:58.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:57 smithi078 bash[22737]: self._run(expiration_interval) 2024-08-19T10:46:58.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:57 smithi078 bash[22737]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-08-19T10:46:58.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:57 smithi078 bash[22737]: new_conn = self._from_server_socket(self.server.socket) 2024-08-19T10:46:58.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:57 smithi078 bash[22737]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-08-19T10:46:58.262 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:57 smithi078 bash[22737]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-08-19T10:46:58.262 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:57 smithi078 bash[22737]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-08-19T10:46:58.262 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:57 smithi078 bash[22737]: s = self.context.wrap_socket( 2024-08-19T10:46:58.262 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:57 smithi078 bash[22737]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-08-19T10:46:58.262 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:57 smithi078 bash[22737]: return self.sslsocket_class._create( 2024-08-19T10:46:58.262 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:57 smithi078 bash[22737]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-08-19T10:46:58.262 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:57 smithi078 bash[22737]: self.do_handshake() 2024-08-19T10:46:58.262 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:57 smithi078 bash[22737]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-08-19T10:46:58.262 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:57 smithi078 bash[22737]: self._sslobj.do_handshake() 2024-08-19T10:46:58.262 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:57 smithi078 bash[22737]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-08-19T10:46:58.262 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:57 smithi078 bash[22737]: cephadm 2024-08-19T10:46:56.349770+0000 mgr.a (mgr.14394) 6 : cephadm [INF] [19/Aug/2024:10:46:56] ENGINE Serving on http://172.21.15.78:8765 2024-08-19T10:46:58.262 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:57 smithi078 bash[22737]: cephadm 2024-08-19T10:46:56.349770+0000 mgr.a (mgr.14394) 6 : cephadm [INF] [19/Aug/2024:10:46:56] ENGINE Serving on http://172.21.15.78:8765 2024-08-19T10:46:58.262 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:57 smithi078 bash[22737]: cephadm 2024-08-19T10:46:56.349921+0000 mgr.a (mgr.14394) 7 : cephadm [INF] [19/Aug/2024:10:46:56] ENGINE Bus STARTED 2024-08-19T10:46:58.262 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:57 smithi078 bash[22737]: cephadm 2024-08-19T10:46:56.349921+0000 mgr.a (mgr.14394) 7 : cephadm [INF] [19/Aug/2024:10:46:56] ENGINE Bus STARTED 2024-08-19T10:46:58.263 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:57 smithi078 bash[22737]: cluster 2024-08-19T10:46:56.955335+0000 mgr.a (mgr.14394) 8 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:58.263 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:57 smithi078 bash[22737]: cluster 2024-08-19T10:46:56.955335+0000 mgr.a (mgr.14394) 8 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:58.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:57 smithi196 bash[24909]: cephadm 2024-08-19T10:46:56.129236+0000 mgr.a (mgr.14394) 3 : cephadm [INF] [19/Aug/2024:10:46:56] ENGINE Bus STARTING 2024-08-19T10:46:58.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:57 smithi196 bash[24909]: cephadm 2024-08-19T10:46:56.129236+0000 mgr.a (mgr.14394) 3 : cephadm [INF] [19/Aug/2024:10:46:56] ENGINE Bus STARTING 2024-08-19T10:46:58.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:57 smithi196 bash[24909]: cephadm 2024-08-19T10:46:56.247275+0000 mgr.a (mgr.14394) 4 : cephadm [INF] [19/Aug/2024:10:46:56] ENGINE Serving on https://172.21.15.78:7150 2024-08-19T10:46:58.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:57 smithi196 bash[24909]: cephadm 2024-08-19T10:46:56.247275+0000 mgr.a (mgr.14394) 4 : cephadm [INF] [19/Aug/2024:10:46:56] ENGINE Serving on https://172.21.15.78:7150 2024-08-19T10:46:58.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:57 smithi196 bash[24909]: cephadm 2024-08-19T10:46:56.252034+0000 mgr.a (mgr.14394) 5 : cephadm [ERR] [19/Aug/2024:10:46:56] ENGINE Error in HTTPServer.serve 2024-08-19T10:46:58.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:57 smithi196 bash[24909]: Traceback (most recent call last): 2024-08-19T10:46:58.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:57 smithi196 bash[24909]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-08-19T10:46:58.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:57 smithi196 bash[24909]: self._connections.run(self.expiration_interval) 2024-08-19T10:46:58.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:57 smithi196 bash[24909]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-08-19T10:46:58.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:57 smithi196 bash[24909]: self._run(expiration_interval) 2024-08-19T10:46:58.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:57 smithi196 bash[24909]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-08-19T10:46:58.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:57 smithi196 bash[24909]: new_conn = self._from_server_socket(self.server.socket) 2024-08-19T10:46:58.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:57 smithi196 bash[24909]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-08-19T10:46:58.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:57 smithi196 bash[24909]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-08-19T10:46:58.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:57 smithi196 bash[24909]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-08-19T10:46:58.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:57 smithi196 bash[24909]: s = self.context.wrap_socket( 2024-08-19T10:46:58.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:57 smithi196 bash[24909]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-08-19T10:46:58.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:57 smithi196 bash[24909]: return self.sslsocket_class._create( 2024-08-19T10:46:58.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:57 smithi196 bash[24909]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-08-19T10:46:58.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:57 smithi196 bash[24909]: self.do_handshake() 2024-08-19T10:46:58.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:57 smithi196 bash[24909]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-08-19T10:46:58.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:57 smithi196 bash[24909]: self._sslobj.do_handshake() 2024-08-19T10:46:58.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:57 smithi196 bash[24909]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-08-19T10:46:58.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:57 smithi196 bash[24909]: cephadm 2024-08-19T10:46:56.252034+0000 mgr.a (mgr.14394) 5 : cephadm [ERR] [19/Aug/2024:10:46:56] ENGINE Error in HTTPServer.serve 2024-08-19T10:46:58.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:57 smithi196 bash[24909]: Traceback (most recent call last): 2024-08-19T10:46:58.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:57 smithi196 bash[24909]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-08-19T10:46:58.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:57 smithi196 bash[24909]: self._connections.run(self.expiration_interval) 2024-08-19T10:46:58.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:57 smithi196 bash[24909]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-08-19T10:46:58.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:57 smithi196 bash[24909]: self._run(expiration_interval) 2024-08-19T10:46:58.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:57 smithi196 bash[24909]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-08-19T10:46:58.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:57 smithi196 bash[24909]: new_conn = self._from_server_socket(self.server.socket) 2024-08-19T10:46:58.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:57 smithi196 bash[24909]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-08-19T10:46:58.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:57 smithi196 bash[24909]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-08-19T10:46:58.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:57 smithi196 bash[24909]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-08-19T10:46:58.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:57 smithi196 bash[24909]: s = self.context.wrap_socket( 2024-08-19T10:46:58.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:57 smithi196 bash[24909]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-08-19T10:46:58.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:57 smithi196 bash[24909]: return self.sslsocket_class._create( 2024-08-19T10:46:58.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:57 smithi196 bash[24909]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-08-19T10:46:58.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:57 smithi196 bash[24909]: self.do_handshake() 2024-08-19T10:46:58.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:57 smithi196 bash[24909]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-08-19T10:46:58.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:57 smithi196 bash[24909]: self._sslobj.do_handshake() 2024-08-19T10:46:58.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:57 smithi196 bash[24909]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-08-19T10:46:58.465 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:57 smithi196 bash[24909]: cephadm 2024-08-19T10:46:56.349770+0000 mgr.a (mgr.14394) 6 : cephadm [INF] [19/Aug/2024:10:46:56] ENGINE Serving on http://172.21.15.78:8765 2024-08-19T10:46:58.465 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:57 smithi196 bash[24909]: cephadm 2024-08-19T10:46:56.349770+0000 mgr.a (mgr.14394) 6 : cephadm [INF] [19/Aug/2024:10:46:56] ENGINE Serving on http://172.21.15.78:8765 2024-08-19T10:46:58.465 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:57 smithi196 bash[24909]: cephadm 2024-08-19T10:46:56.349921+0000 mgr.a (mgr.14394) 7 : cephadm [INF] [19/Aug/2024:10:46:56] ENGINE Bus STARTED 2024-08-19T10:46:58.465 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:57 smithi196 bash[24909]: cephadm 2024-08-19T10:46:56.349921+0000 mgr.a (mgr.14394) 7 : cephadm [INF] [19/Aug/2024:10:46:56] ENGINE Bus STARTED 2024-08-19T10:46:58.465 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:57 smithi196 bash[24909]: cluster 2024-08-19T10:46:56.955335+0000 mgr.a (mgr.14394) 8 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:58.465 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:57 smithi196 bash[24909]: cluster 2024-08-19T10:46:56.955335+0000 mgr.a (mgr.14394) 8 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:59.238 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:58 smithi133 bash[24239]: cluster 2024-08-19T10:46:57.983181+0000 mon.a (mon.0) 546 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-08-19T10:46:59.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:58 smithi133 bash[24239]: cluster 2024-08-19T10:46:57.983181+0000 mon.a (mon.0) 546 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-08-19T10:46:59.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:58 smithi133 bash[24239]: cluster 2024-08-19T10:46:58.955980+0000 mgr.a (mgr.14394) 9 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:59.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:46:58 smithi133 bash[24239]: cluster 2024-08-19T10:46:58.955980+0000 mgr.a (mgr.14394) 9 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:59.258 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:58 smithi078 bash[22737]: cluster 2024-08-19T10:46:57.983181+0000 mon.a (mon.0) 546 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-08-19T10:46:59.258 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:58 smithi078 bash[22737]: cluster 2024-08-19T10:46:57.983181+0000 mon.a (mon.0) 546 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-08-19T10:46:59.258 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:58 smithi078 bash[22737]: cluster 2024-08-19T10:46:58.955980+0000 mgr.a (mgr.14394) 9 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:59.258 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:46:58 smithi078 bash[22737]: cluster 2024-08-19T10:46:58.955980+0000 mgr.a (mgr.14394) 9 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:59.460 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:58 smithi196 bash[24909]: cluster 2024-08-19T10:46:57.983181+0000 mon.a (mon.0) 546 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-08-19T10:46:59.460 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:58 smithi196 bash[24909]: cluster 2024-08-19T10:46:57.983181+0000 mon.a (mon.0) 546 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-08-19T10:46:59.460 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:58 smithi196 bash[24909]: cluster 2024-08-19T10:46:58.955980+0000 mgr.a (mgr.14394) 9 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:46:59.460 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:46:58 smithi196 bash[24909]: cluster 2024-08-19T10:46:58.955980+0000 mgr.a (mgr.14394) 9 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:01.258 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:00 smithi078 bash[22737]: cluster 2024-08-19T10:46:59.998849+0000 mon.a (mon.0) 547 : cluster [DBG] mgrmap e21: a(active, since 5s), standbys: b 2024-08-19T10:47:01.258 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:00 smithi078 bash[22737]: cluster 2024-08-19T10:46:59.998849+0000 mon.a (mon.0) 547 : cluster [DBG] mgrmap e21: a(active, since 5s), standbys: b 2024-08-19T10:47:01.258 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:00 smithi078 bash[22737]: cluster 2024-08-19T10:47:00.956373+0000 mgr.a (mgr.14394) 10 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:01.258 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:00 smithi078 bash[22737]: cluster 2024-08-19T10:47:00.956373+0000 mgr.a (mgr.14394) 10 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:01.460 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:00 smithi196 bash[24909]: cluster 2024-08-19T10:46:59.998849+0000 mon.a (mon.0) 547 : cluster [DBG] mgrmap e21: a(active, since 5s), standbys: b 2024-08-19T10:47:01.460 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:00 smithi196 bash[24909]: cluster 2024-08-19T10:46:59.998849+0000 mon.a (mon.0) 547 : cluster [DBG] mgrmap e21: a(active, since 5s), standbys: b 2024-08-19T10:47:01.460 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:00 smithi196 bash[24909]: cluster 2024-08-19T10:47:00.956373+0000 mgr.a (mgr.14394) 10 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:01.460 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:00 smithi196 bash[24909]: cluster 2024-08-19T10:47:00.956373+0000 mgr.a (mgr.14394) 10 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:01.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:00 smithi133 bash[24239]: cluster 2024-08-19T10:46:59.998849+0000 mon.a (mon.0) 547 : cluster [DBG] mgrmap e21: a(active, since 5s), standbys: b 2024-08-19T10:47:01.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:00 smithi133 bash[24239]: cluster 2024-08-19T10:46:59.998849+0000 mon.a (mon.0) 547 : cluster [DBG] mgrmap e21: a(active, since 5s), standbys: b 2024-08-19T10:47:01.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:00 smithi133 bash[24239]: cluster 2024-08-19T10:47:00.956373+0000 mgr.a (mgr.14394) 10 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:01.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:00 smithi133 bash[24239]: cluster 2024-08-19T10:47:00.956373+0000 mgr.a (mgr.14394) 10 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:02.460 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:02 smithi196 bash[24909]: audit 2024-08-19T10:47:01.086359+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:02.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:02 smithi196 bash[24909]: audit 2024-08-19T10:47:01.086359+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:02.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:02 smithi196 bash[24909]: audit 2024-08-19T10:47:01.090078+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:02.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:02 smithi196 bash[24909]: audit 2024-08-19T10:47:01.090078+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:02.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:02 smithi196 bash[24909]: audit 2024-08-19T10:47:01.095122+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:02.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:02 smithi196 bash[24909]: audit 2024-08-19T10:47:01.095122+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:02.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:02 smithi196 bash[24909]: audit 2024-08-19T10:47:01.100721+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:02.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:02 smithi196 bash[24909]: audit 2024-08-19T10:47:01.100721+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:02.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:02 smithi196 bash[24909]: audit 2024-08-19T10:47:01.106016+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:02.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:02 smithi196 bash[24909]: audit 2024-08-19T10:47:01.106016+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:02.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:02 smithi196 bash[24909]: audit 2024-08-19T10:47:01.111063+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:02.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:02 smithi196 bash[24909]: audit 2024-08-19T10:47:01.111063+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:02.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:02 smithi133 bash[24239]: audit 2024-08-19T10:47:01.086359+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:02.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:02 smithi133 bash[24239]: audit 2024-08-19T10:47:01.086359+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:02.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:02 smithi133 bash[24239]: audit 2024-08-19T10:47:01.090078+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:02.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:02 smithi133 bash[24239]: audit 2024-08-19T10:47:01.090078+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:02.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:02 smithi133 bash[24239]: audit 2024-08-19T10:47:01.095122+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:02.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:02 smithi133 bash[24239]: audit 2024-08-19T10:47:01.095122+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:02.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:02 smithi133 bash[24239]: audit 2024-08-19T10:47:01.100721+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:02.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:02 smithi133 bash[24239]: audit 2024-08-19T10:47:01.100721+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:02.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:02 smithi133 bash[24239]: audit 2024-08-19T10:47:01.106016+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:02.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:02 smithi133 bash[24239]: audit 2024-08-19T10:47:01.106016+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:02.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:02 smithi133 bash[24239]: audit 2024-08-19T10:47:01.111063+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:02.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:02 smithi133 bash[24239]: audit 2024-08-19T10:47:01.111063+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:02.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:02 smithi078 bash[22737]: audit 2024-08-19T10:47:01.086359+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:02.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:02 smithi078 bash[22737]: audit 2024-08-19T10:47:01.086359+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:02.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:02 smithi078 bash[22737]: audit 2024-08-19T10:47:01.090078+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:02.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:02 smithi078 bash[22737]: audit 2024-08-19T10:47:01.090078+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:02.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:02 smithi078 bash[22737]: audit 2024-08-19T10:47:01.095122+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:02.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:02 smithi078 bash[22737]: audit 2024-08-19T10:47:01.095122+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:02.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:02 smithi078 bash[22737]: audit 2024-08-19T10:47:01.100721+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:02.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:02 smithi078 bash[22737]: audit 2024-08-19T10:47:01.100721+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:02.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:02 smithi078 bash[22737]: audit 2024-08-19T10:47:01.106016+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:02.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:02 smithi078 bash[22737]: audit 2024-08-19T10:47:01.106016+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:02.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:02 smithi078 bash[22737]: audit 2024-08-19T10:47:01.111063+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:02.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:02 smithi078 bash[22737]: audit 2024-08-19T10:47:01.111063+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.711 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: audit 2024-08-19T10:47:02.347667+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.711 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: audit 2024-08-19T10:47:02.347667+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.711 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: audit 2024-08-19T10:47:02.353758+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.711 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: audit 2024-08-19T10:47:02.353758+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.711 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: audit 2024-08-19T10:47:02.355003+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-08-19T10:47:03.711 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: audit 2024-08-19T10:47:02.355003+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-08-19T10:47:03.711 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: cephadm 2024-08-19T10:47:02.355677+0000 mgr.a (mgr.14394) 11 : cephadm [INF] Adjusting osd_memory_target on smithi078 to 15217M 2024-08-19T10:47:03.711 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: cephadm 2024-08-19T10:47:02.355677+0000 mgr.a (mgr.14394) 11 : cephadm [INF] Adjusting osd_memory_target on smithi078 to 15217M 2024-08-19T10:47:03.711 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: audit 2024-08-19T10:47:02.360916+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.711 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: audit 2024-08-19T10:47:02.360916+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.712 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: audit 2024-08-19T10:47:02.383414+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.712 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: audit 2024-08-19T10:47:02.383414+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.712 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: audit 2024-08-19T10:47:02.388554+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.712 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: audit 2024-08-19T10:47:02.388554+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.712 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: audit 2024-08-19T10:47:02.393751+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.712 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: audit 2024-08-19T10:47:02.393751+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.712 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: audit 2024-08-19T10:47:02.396267+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-08-19T10:47:03.712 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: audit 2024-08-19T10:47:02.396267+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-08-19T10:47:03.712 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: audit 2024-08-19T10:47:02.400641+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.712 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: audit 2024-08-19T10:47:02.400641+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.712 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: cephadm 2024-08-19T10:47:02.403082+0000 mgr.a (mgr.14394) 12 : cephadm [INF] Adjusting osd_memory_target on smithi133 to 15217M 2024-08-19T10:47:03.712 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: cephadm 2024-08-19T10:47:02.403082+0000 mgr.a (mgr.14394) 12 : cephadm [INF] Adjusting osd_memory_target on smithi133 to 15217M 2024-08-19T10:47:03.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: audit 2024-08-19T10:47:02.403506+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-08-19T10:47:03.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: audit 2024-08-19T10:47:02.403506+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-08-19T10:47:03.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: cephadm 2024-08-19T10:47:02.405168+0000 mgr.a (mgr.14394) 13 : cephadm [INF] Adjusting osd_memory_target on smithi196 to 19313M 2024-08-19T10:47:03.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: cephadm 2024-08-19T10:47:02.405168+0000 mgr.a (mgr.14394) 13 : cephadm [INF] Adjusting osd_memory_target on smithi196 to 19313M 2024-08-19T10:47:03.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: audit 2024-08-19T10:47:02.409210+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: audit 2024-08-19T10:47:02.409210+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: audit 2024-08-19T10:47:02.416482+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.713 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: audit 2024-08-19T10:47:02.416482+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: audit 2024-08-19T10:47:02.420034+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:47:03.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: audit 2024-08-19T10:47:02.420034+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:47:03.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: audit 2024-08-19T10:47:02.421244+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:47:03.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: audit 2024-08-19T10:47:02.421244+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:47:03.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: cephadm 2024-08-19T10:47:02.423079+0000 mgr.a (mgr.14394) 14 : cephadm [INF] Updating smithi078:/etc/ceph/ceph.conf 2024-08-19T10:47:03.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: cephadm 2024-08-19T10:47:02.423079+0000 mgr.a (mgr.14394) 14 : cephadm [INF] Updating smithi078:/etc/ceph/ceph.conf 2024-08-19T10:47:03.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: cephadm 2024-08-19T10:47:02.423608+0000 mgr.a (mgr.14394) 15 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.conf 2024-08-19T10:47:03.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: cephadm 2024-08-19T10:47:02.423608+0000 mgr.a (mgr.14394) 15 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.conf 2024-08-19T10:47:03.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: cephadm 2024-08-19T10:47:02.424628+0000 mgr.a (mgr.14394) 16 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.conf 2024-08-19T10:47:03.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: cephadm 2024-08-19T10:47:02.424628+0000 mgr.a (mgr.14394) 16 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.conf 2024-08-19T10:47:03.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: cephadm 2024-08-19T10:47:02.637658+0000 mgr.a (mgr.14394) 17 : cephadm [INF] Updating smithi078:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.conf 2024-08-19T10:47:03.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: cephadm 2024-08-19T10:47:02.637658+0000 mgr.a (mgr.14394) 17 : cephadm [INF] Updating smithi078:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.conf 2024-08-19T10:47:03.714 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: cephadm 2024-08-19T10:47:02.638066+0000 mgr.a (mgr.14394) 18 : cephadm [INF] Updating smithi133:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.conf 2024-08-19T10:47:03.715 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: cephadm 2024-08-19T10:47:02.638066+0000 mgr.a (mgr.14394) 18 : cephadm [INF] Updating smithi133:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.conf 2024-08-19T10:47:03.715 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: cephadm 2024-08-19T10:47:02.638614+0000 mgr.a (mgr.14394) 19 : cephadm [INF] Updating smithi196:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.conf 2024-08-19T10:47:03.715 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: cephadm 2024-08-19T10:47:02.638614+0000 mgr.a (mgr.14394) 19 : cephadm [INF] Updating smithi196:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.conf 2024-08-19T10:47:03.715 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: cephadm 2024-08-19T10:47:02.825015+0000 mgr.a (mgr.14394) 20 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.client.admin.keyring 2024-08-19T10:47:03.715 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: cephadm 2024-08-19T10:47:02.825015+0000 mgr.a (mgr.14394) 20 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.client.admin.keyring 2024-08-19T10:47:03.715 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: cephadm 2024-08-19T10:47:02.825332+0000 mgr.a (mgr.14394) 21 : cephadm [INF] Updating smithi078:/etc/ceph/ceph.client.admin.keyring 2024-08-19T10:47:03.715 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: cephadm 2024-08-19T10:47:02.825332+0000 mgr.a (mgr.14394) 21 : cephadm [INF] Updating smithi078:/etc/ceph/ceph.client.admin.keyring 2024-08-19T10:47:03.715 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: cephadm 2024-08-19T10:47:02.825540+0000 mgr.a (mgr.14394) 22 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.client.admin.keyring 2024-08-19T10:47:03.715 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: cephadm 2024-08-19T10:47:02.825540+0000 mgr.a (mgr.14394) 22 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.client.admin.keyring 2024-08-19T10:47:03.715 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: cluster 2024-08-19T10:47:02.956902+0000 mgr.a (mgr.14394) 23 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-08-19T10:47:03.715 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: cluster 2024-08-19T10:47:02.956902+0000 mgr.a (mgr.14394) 23 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-08-19T10:47:03.715 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: audit 2024-08-19T10:47:03.170190+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.715 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: audit 2024-08-19T10:47:03.170190+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.715 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: audit 2024-08-19T10:47:03.176966+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.716 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: audit 2024-08-19T10:47:03.176966+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.716 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: audit 2024-08-19T10:47:03.197824+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.716 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: audit 2024-08-19T10:47:03.197824+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.716 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: audit 2024-08-19T10:47:03.203176+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.716 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: audit 2024-08-19T10:47:03.203176+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.716 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: audit 2024-08-19T10:47:03.209064+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.716 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: audit 2024-08-19T10:47:03.209064+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.716 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: audit 2024-08-19T10:47:03.215125+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.716 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: audit 2024-08-19T10:47:03.215125+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.716 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: audit 2024-08-19T10:47:03.221871+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.716 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: audit 2024-08-19T10:47:03.221871+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.716 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: audit 2024-08-19T10:47:03.234712+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.716 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:03 smithi196 bash[24909]: audit 2024-08-19T10:47:03.234712+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.740 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: audit 2024-08-19T10:47:02.347667+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.740 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: audit 2024-08-19T10:47:02.347667+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.740 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: audit 2024-08-19T10:47:02.353758+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.740 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: audit 2024-08-19T10:47:02.353758+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.740 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: audit 2024-08-19T10:47:02.355003+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-08-19T10:47:03.740 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: audit 2024-08-19T10:47:02.355003+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-08-19T10:47:03.740 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: cephadm 2024-08-19T10:47:02.355677+0000 mgr.a (mgr.14394) 11 : cephadm [INF] Adjusting osd_memory_target on smithi078 to 15217M 2024-08-19T10:47:03.740 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: cephadm 2024-08-19T10:47:02.355677+0000 mgr.a (mgr.14394) 11 : cephadm [INF] Adjusting osd_memory_target on smithi078 to 15217M 2024-08-19T10:47:03.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: audit 2024-08-19T10:47:02.360916+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: audit 2024-08-19T10:47:02.360916+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: audit 2024-08-19T10:47:02.383414+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: audit 2024-08-19T10:47:02.383414+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: audit 2024-08-19T10:47:02.388554+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: audit 2024-08-19T10:47:02.388554+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: audit 2024-08-19T10:47:02.393751+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: audit 2024-08-19T10:47:02.393751+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: audit 2024-08-19T10:47:02.396267+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-08-19T10:47:03.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: audit 2024-08-19T10:47:02.396267+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-08-19T10:47:03.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: audit 2024-08-19T10:47:02.400641+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: audit 2024-08-19T10:47:02.400641+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: cephadm 2024-08-19T10:47:02.403082+0000 mgr.a (mgr.14394) 12 : cephadm [INF] Adjusting osd_memory_target on smithi133 to 15217M 2024-08-19T10:47:03.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: cephadm 2024-08-19T10:47:02.403082+0000 mgr.a (mgr.14394) 12 : cephadm [INF] Adjusting osd_memory_target on smithi133 to 15217M 2024-08-19T10:47:03.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: audit 2024-08-19T10:47:02.403506+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-08-19T10:47:03.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: audit 2024-08-19T10:47:02.403506+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-08-19T10:47:03.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: cephadm 2024-08-19T10:47:02.405168+0000 mgr.a (mgr.14394) 13 : cephadm [INF] Adjusting osd_memory_target on smithi196 to 19313M 2024-08-19T10:47:03.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: cephadm 2024-08-19T10:47:02.405168+0000 mgr.a (mgr.14394) 13 : cephadm [INF] Adjusting osd_memory_target on smithi196 to 19313M 2024-08-19T10:47:03.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: audit 2024-08-19T10:47:02.409210+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: audit 2024-08-19T10:47:02.409210+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: audit 2024-08-19T10:47:02.416482+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: audit 2024-08-19T10:47:02.416482+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: audit 2024-08-19T10:47:02.420034+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:47:03.742 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: audit 2024-08-19T10:47:02.420034+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:47:03.743 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: audit 2024-08-19T10:47:02.421244+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:47:03.743 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: audit 2024-08-19T10:47:02.421244+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:47:03.743 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: cephadm 2024-08-19T10:47:02.423079+0000 mgr.a (mgr.14394) 14 : cephadm [INF] Updating smithi078:/etc/ceph/ceph.conf 2024-08-19T10:47:03.743 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: cephadm 2024-08-19T10:47:02.423079+0000 mgr.a (mgr.14394) 14 : cephadm [INF] Updating smithi078:/etc/ceph/ceph.conf 2024-08-19T10:47:03.743 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: cephadm 2024-08-19T10:47:02.423608+0000 mgr.a (mgr.14394) 15 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.conf 2024-08-19T10:47:03.743 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: cephadm 2024-08-19T10:47:02.423608+0000 mgr.a (mgr.14394) 15 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.conf 2024-08-19T10:47:03.743 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: cephadm 2024-08-19T10:47:02.424628+0000 mgr.a (mgr.14394) 16 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.conf 2024-08-19T10:47:03.743 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: cephadm 2024-08-19T10:47:02.424628+0000 mgr.a (mgr.14394) 16 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.conf 2024-08-19T10:47:03.743 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: cephadm 2024-08-19T10:47:02.637658+0000 mgr.a (mgr.14394) 17 : cephadm [INF] Updating smithi078:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.conf 2024-08-19T10:47:03.743 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: cephadm 2024-08-19T10:47:02.637658+0000 mgr.a (mgr.14394) 17 : cephadm [INF] Updating smithi078:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.conf 2024-08-19T10:47:03.743 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: cephadm 2024-08-19T10:47:02.638066+0000 mgr.a (mgr.14394) 18 : cephadm [INF] Updating smithi133:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.conf 2024-08-19T10:47:03.743 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: cephadm 2024-08-19T10:47:02.638066+0000 mgr.a (mgr.14394) 18 : cephadm [INF] Updating smithi133:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.conf 2024-08-19T10:47:03.744 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: cephadm 2024-08-19T10:47:02.638614+0000 mgr.a (mgr.14394) 19 : cephadm [INF] Updating smithi196:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.conf 2024-08-19T10:47:03.744 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: cephadm 2024-08-19T10:47:02.638614+0000 mgr.a (mgr.14394) 19 : cephadm [INF] Updating smithi196:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.conf 2024-08-19T10:47:03.744 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: cephadm 2024-08-19T10:47:02.825015+0000 mgr.a (mgr.14394) 20 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.client.admin.keyring 2024-08-19T10:47:03.744 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: cephadm 2024-08-19T10:47:02.825015+0000 mgr.a (mgr.14394) 20 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.client.admin.keyring 2024-08-19T10:47:03.744 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: cephadm 2024-08-19T10:47:02.825332+0000 mgr.a (mgr.14394) 21 : cephadm [INF] Updating smithi078:/etc/ceph/ceph.client.admin.keyring 2024-08-19T10:47:03.744 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: cephadm 2024-08-19T10:47:02.825332+0000 mgr.a (mgr.14394) 21 : cephadm [INF] Updating smithi078:/etc/ceph/ceph.client.admin.keyring 2024-08-19T10:47:03.744 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: cephadm 2024-08-19T10:47:02.825540+0000 mgr.a (mgr.14394) 22 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.client.admin.keyring 2024-08-19T10:47:03.744 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: cephadm 2024-08-19T10:47:02.825540+0000 mgr.a (mgr.14394) 22 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.client.admin.keyring 2024-08-19T10:47:03.745 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: cluster 2024-08-19T10:47:02.956902+0000 mgr.a (mgr.14394) 23 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-08-19T10:47:03.745 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: cluster 2024-08-19T10:47:02.956902+0000 mgr.a (mgr.14394) 23 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-08-19T10:47:03.745 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: audit 2024-08-19T10:47:03.170190+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.745 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: audit 2024-08-19T10:47:03.170190+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.745 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: audit 2024-08-19T10:47:03.176966+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.745 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: audit 2024-08-19T10:47:03.176966+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.745 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: audit 2024-08-19T10:47:03.197824+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.745 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: audit 2024-08-19T10:47:03.197824+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.745 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: audit 2024-08-19T10:47:03.203176+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.745 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: audit 2024-08-19T10:47:03.203176+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.745 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: audit 2024-08-19T10:47:03.209064+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.745 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: audit 2024-08-19T10:47:03.209064+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.745 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: audit 2024-08-19T10:47:03.215125+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.746 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: audit 2024-08-19T10:47:03.215125+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.746 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: audit 2024-08-19T10:47:03.221871+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.746 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: audit 2024-08-19T10:47:03.221871+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.746 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: audit 2024-08-19T10:47:03.234712+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.746 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:03 smithi133 bash[24239]: audit 2024-08-19T10:47:03.234712+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.758 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: audit 2024-08-19T10:47:02.347667+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.758 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: audit 2024-08-19T10:47:02.347667+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.758 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: audit 2024-08-19T10:47:02.353758+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.758 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: audit 2024-08-19T10:47:02.353758+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: audit 2024-08-19T10:47:02.355003+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-08-19T10:47:03.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: audit 2024-08-19T10:47:02.355003+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-08-19T10:47:03.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: cephadm 2024-08-19T10:47:02.355677+0000 mgr.a (mgr.14394) 11 : cephadm [INF] Adjusting osd_memory_target on smithi078 to 15217M 2024-08-19T10:47:03.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: cephadm 2024-08-19T10:47:02.355677+0000 mgr.a (mgr.14394) 11 : cephadm [INF] Adjusting osd_memory_target on smithi078 to 15217M 2024-08-19T10:47:03.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: audit 2024-08-19T10:47:02.360916+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: audit 2024-08-19T10:47:02.360916+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: audit 2024-08-19T10:47:02.383414+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: audit 2024-08-19T10:47:02.383414+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: audit 2024-08-19T10:47:02.388554+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: audit 2024-08-19T10:47:02.388554+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: audit 2024-08-19T10:47:02.393751+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: audit 2024-08-19T10:47:02.393751+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: audit 2024-08-19T10:47:02.396267+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-08-19T10:47:03.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: audit 2024-08-19T10:47:02.396267+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-08-19T10:47:03.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: audit 2024-08-19T10:47:02.400641+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: audit 2024-08-19T10:47:02.400641+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: cephadm 2024-08-19T10:47:02.403082+0000 mgr.a (mgr.14394) 12 : cephadm [INF] Adjusting osd_memory_target on smithi133 to 15217M 2024-08-19T10:47:03.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: cephadm 2024-08-19T10:47:02.403082+0000 mgr.a (mgr.14394) 12 : cephadm [INF] Adjusting osd_memory_target on smithi133 to 15217M 2024-08-19T10:47:03.760 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: audit 2024-08-19T10:47:02.403506+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-08-19T10:47:03.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: audit 2024-08-19T10:47:02.403506+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-08-19T10:47:03.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: cephadm 2024-08-19T10:47:02.405168+0000 mgr.a (mgr.14394) 13 : cephadm [INF] Adjusting osd_memory_target on smithi196 to 19313M 2024-08-19T10:47:03.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: cephadm 2024-08-19T10:47:02.405168+0000 mgr.a (mgr.14394) 13 : cephadm [INF] Adjusting osd_memory_target on smithi196 to 19313M 2024-08-19T10:47:03.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: audit 2024-08-19T10:47:02.409210+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: audit 2024-08-19T10:47:02.409210+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: audit 2024-08-19T10:47:02.416482+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: audit 2024-08-19T10:47:02.416482+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: audit 2024-08-19T10:47:02.420034+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:47:03.761 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: audit 2024-08-19T10:47:02.420034+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:47:03.762 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: audit 2024-08-19T10:47:02.421244+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:47:03.762 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: audit 2024-08-19T10:47:02.421244+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:47:03.762 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: cephadm 2024-08-19T10:47:02.423079+0000 mgr.a (mgr.14394) 14 : cephadm [INF] Updating smithi078:/etc/ceph/ceph.conf 2024-08-19T10:47:03.762 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: cephadm 2024-08-19T10:47:02.423079+0000 mgr.a (mgr.14394) 14 : cephadm [INF] Updating smithi078:/etc/ceph/ceph.conf 2024-08-19T10:47:03.762 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: cephadm 2024-08-19T10:47:02.423608+0000 mgr.a (mgr.14394) 15 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.conf 2024-08-19T10:47:03.762 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: cephadm 2024-08-19T10:47:02.423608+0000 mgr.a (mgr.14394) 15 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.conf 2024-08-19T10:47:03.762 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: cephadm 2024-08-19T10:47:02.424628+0000 mgr.a (mgr.14394) 16 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.conf 2024-08-19T10:47:03.762 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: cephadm 2024-08-19T10:47:02.424628+0000 mgr.a (mgr.14394) 16 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.conf 2024-08-19T10:47:03.762 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: cephadm 2024-08-19T10:47:02.637658+0000 mgr.a (mgr.14394) 17 : cephadm [INF] Updating smithi078:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.conf 2024-08-19T10:47:03.762 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: cephadm 2024-08-19T10:47:02.637658+0000 mgr.a (mgr.14394) 17 : cephadm [INF] Updating smithi078:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.conf 2024-08-19T10:47:03.763 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: cephadm 2024-08-19T10:47:02.638066+0000 mgr.a (mgr.14394) 18 : cephadm [INF] Updating smithi133:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.conf 2024-08-19T10:47:03.763 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: cephadm 2024-08-19T10:47:02.638066+0000 mgr.a (mgr.14394) 18 : cephadm [INF] Updating smithi133:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.conf 2024-08-19T10:47:03.763 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: cephadm 2024-08-19T10:47:02.638614+0000 mgr.a (mgr.14394) 19 : cephadm [INF] Updating smithi196:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.conf 2024-08-19T10:47:03.763 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: cephadm 2024-08-19T10:47:02.638614+0000 mgr.a (mgr.14394) 19 : cephadm [INF] Updating smithi196:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.conf 2024-08-19T10:47:03.763 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: cephadm 2024-08-19T10:47:02.825015+0000 mgr.a (mgr.14394) 20 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.client.admin.keyring 2024-08-19T10:47:03.763 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: cephadm 2024-08-19T10:47:02.825015+0000 mgr.a (mgr.14394) 20 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.client.admin.keyring 2024-08-19T10:47:03.763 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: cephadm 2024-08-19T10:47:02.825332+0000 mgr.a (mgr.14394) 21 : cephadm [INF] Updating smithi078:/etc/ceph/ceph.client.admin.keyring 2024-08-19T10:47:03.763 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: cephadm 2024-08-19T10:47:02.825332+0000 mgr.a (mgr.14394) 21 : cephadm [INF] Updating smithi078:/etc/ceph/ceph.client.admin.keyring 2024-08-19T10:47:03.763 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: cephadm 2024-08-19T10:47:02.825540+0000 mgr.a (mgr.14394) 22 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.client.admin.keyring 2024-08-19T10:47:03.763 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: cephadm 2024-08-19T10:47:02.825540+0000 mgr.a (mgr.14394) 22 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.client.admin.keyring 2024-08-19T10:47:03.763 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: cluster 2024-08-19T10:47:02.956902+0000 mgr.a (mgr.14394) 23 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-08-19T10:47:03.763 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: cluster 2024-08-19T10:47:02.956902+0000 mgr.a (mgr.14394) 23 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-08-19T10:47:03.764 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: audit 2024-08-19T10:47:03.170190+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.764 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: audit 2024-08-19T10:47:03.170190+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.764 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: audit 2024-08-19T10:47:03.176966+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.764 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: audit 2024-08-19T10:47:03.176966+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.764 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: audit 2024-08-19T10:47:03.197824+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.764 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: audit 2024-08-19T10:47:03.197824+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.764 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: audit 2024-08-19T10:47:03.203176+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.764 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: audit 2024-08-19T10:47:03.203176+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.764 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: audit 2024-08-19T10:47:03.209064+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.764 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: audit 2024-08-19T10:47:03.209064+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.764 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: audit 2024-08-19T10:47:03.215125+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.764 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: audit 2024-08-19T10:47:03.215125+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.764 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: audit 2024-08-19T10:47:03.221871+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.765 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: audit 2024-08-19T10:47:03.221871+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.765 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: audit 2024-08-19T10:47:03.234712+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:03.765 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:03 smithi078 bash[22737]: audit 2024-08-19T10:47:03.234712+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:04.710 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:04 smithi196 bash[24909]: cephadm 2024-08-19T10:47:03.003804+0000 mgr.a (mgr.14394) 24 : cephadm [INF] Updating smithi078:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.client.admin.keyring 2024-08-19T10:47:04.711 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:04 smithi196 bash[24909]: cephadm 2024-08-19T10:47:03.003804+0000 mgr.a (mgr.14394) 24 : cephadm [INF] Updating smithi078:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.client.admin.keyring 2024-08-19T10:47:04.711 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:04 smithi196 bash[24909]: cephadm 2024-08-19T10:47:03.015289+0000 mgr.a (mgr.14394) 25 : cephadm [INF] Updating smithi196:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.client.admin.keyring 2024-08-19T10:47:04.711 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:04 smithi196 bash[24909]: cephadm 2024-08-19T10:47:03.015289+0000 mgr.a (mgr.14394) 25 : cephadm [INF] Updating smithi196:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.client.admin.keyring 2024-08-19T10:47:04.711 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:04 smithi196 bash[24909]: cephadm 2024-08-19T10:47:03.015645+0000 mgr.a (mgr.14394) 26 : cephadm [INF] Updating smithi133:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.client.admin.keyring 2024-08-19T10:47:04.711 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:04 smithi196 bash[24909]: cephadm 2024-08-19T10:47:03.015645+0000 mgr.a (mgr.14394) 26 : cephadm [INF] Updating smithi133:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.client.admin.keyring 2024-08-19T10:47:04.711 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:04 smithi196 bash[24909]: cephadm 2024-08-19T10:47:03.281755+0000 mgr.a (mgr.14394) 27 : cephadm [INF] Reconfiguring grafana.smithi078 (dependencies changed)... 2024-08-19T10:47:04.711 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:04 smithi196 bash[24909]: cephadm 2024-08-19T10:47:03.281755+0000 mgr.a (mgr.14394) 27 : cephadm [INF] Reconfiguring grafana.smithi078 (dependencies changed)... 2024-08-19T10:47:04.711 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:04 smithi196 bash[24909]: cephadm 2024-08-19T10:47:03.545172+0000 mgr.a (mgr.14394) 28 : cephadm [INF] Reconfiguring daemon grafana.smithi078 on smithi078 2024-08-19T10:47:04.711 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:04 smithi196 bash[24909]: cephadm 2024-08-19T10:47:03.545172+0000 mgr.a (mgr.14394) 28 : cephadm [INF] Reconfiguring daemon grafana.smithi078 on smithi078 2024-08-19T10:47:04.739 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:04 smithi133 bash[24239]: cephadm 2024-08-19T10:47:03.003804+0000 mgr.a (mgr.14394) 24 : cephadm [INF] Updating smithi078:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.client.admin.keyring 2024-08-19T10:47:04.739 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:04 smithi133 bash[24239]: cephadm 2024-08-19T10:47:03.003804+0000 mgr.a (mgr.14394) 24 : cephadm [INF] Updating smithi078:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.client.admin.keyring 2024-08-19T10:47:04.739 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:04 smithi133 bash[24239]: cephadm 2024-08-19T10:47:03.015289+0000 mgr.a (mgr.14394) 25 : cephadm [INF] Updating smithi196:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.client.admin.keyring 2024-08-19T10:47:04.739 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:04 smithi133 bash[24239]: cephadm 2024-08-19T10:47:03.015289+0000 mgr.a (mgr.14394) 25 : cephadm [INF] Updating smithi196:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.client.admin.keyring 2024-08-19T10:47:04.739 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:04 smithi133 bash[24239]: cephadm 2024-08-19T10:47:03.015645+0000 mgr.a (mgr.14394) 26 : cephadm [INF] Updating smithi133:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.client.admin.keyring 2024-08-19T10:47:04.739 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:04 smithi133 bash[24239]: cephadm 2024-08-19T10:47:03.015645+0000 mgr.a (mgr.14394) 26 : cephadm [INF] Updating smithi133:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.client.admin.keyring 2024-08-19T10:47:04.739 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:04 smithi133 bash[24239]: cephadm 2024-08-19T10:47:03.281755+0000 mgr.a (mgr.14394) 27 : cephadm [INF] Reconfiguring grafana.smithi078 (dependencies changed)... 2024-08-19T10:47:04.739 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:04 smithi133 bash[24239]: cephadm 2024-08-19T10:47:03.281755+0000 mgr.a (mgr.14394) 27 : cephadm [INF] Reconfiguring grafana.smithi078 (dependencies changed)... 2024-08-19T10:47:04.740 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:04 smithi133 bash[24239]: cephadm 2024-08-19T10:47:03.545172+0000 mgr.a (mgr.14394) 28 : cephadm [INF] Reconfiguring daemon grafana.smithi078 on smithi078 2024-08-19T10:47:04.740 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:04 smithi133 bash[24239]: cephadm 2024-08-19T10:47:03.545172+0000 mgr.a (mgr.14394) 28 : cephadm [INF] Reconfiguring daemon grafana.smithi078 on smithi078 2024-08-19T10:47:04.758 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:04 smithi078 bash[22737]: cephadm 2024-08-19T10:47:03.003804+0000 mgr.a (mgr.14394) 24 : cephadm [INF] Updating smithi078:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.client.admin.keyring 2024-08-19T10:47:04.758 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:04 smithi078 bash[22737]: cephadm 2024-08-19T10:47:03.003804+0000 mgr.a (mgr.14394) 24 : cephadm [INF] Updating smithi078:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.client.admin.keyring 2024-08-19T10:47:04.758 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:04 smithi078 bash[22737]: cephadm 2024-08-19T10:47:03.015289+0000 mgr.a (mgr.14394) 25 : cephadm [INF] Updating smithi196:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.client.admin.keyring 2024-08-19T10:47:04.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:04 smithi078 bash[22737]: cephadm 2024-08-19T10:47:03.015289+0000 mgr.a (mgr.14394) 25 : cephadm [INF] Updating smithi196:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.client.admin.keyring 2024-08-19T10:47:04.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:04 smithi078 bash[22737]: cephadm 2024-08-19T10:47:03.015645+0000 mgr.a (mgr.14394) 26 : cephadm [INF] Updating smithi133:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.client.admin.keyring 2024-08-19T10:47:04.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:04 smithi078 bash[22737]: cephadm 2024-08-19T10:47:03.015645+0000 mgr.a (mgr.14394) 26 : cephadm [INF] Updating smithi133:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/config/ceph.client.admin.keyring 2024-08-19T10:47:04.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:04 smithi078 bash[22737]: cephadm 2024-08-19T10:47:03.281755+0000 mgr.a (mgr.14394) 27 : cephadm [INF] Reconfiguring grafana.smithi078 (dependencies changed)... 2024-08-19T10:47:04.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:04 smithi078 bash[22737]: cephadm 2024-08-19T10:47:03.281755+0000 mgr.a (mgr.14394) 27 : cephadm [INF] Reconfiguring grafana.smithi078 (dependencies changed)... 2024-08-19T10:47:04.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:04 smithi078 bash[22737]: cephadm 2024-08-19T10:47:03.545172+0000 mgr.a (mgr.14394) 28 : cephadm [INF] Reconfiguring daemon grafana.smithi078 on smithi078 2024-08-19T10:47:04.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:04 smithi078 bash[22737]: cephadm 2024-08-19T10:47:03.545172+0000 mgr.a (mgr.14394) 28 : cephadm [INF] Reconfiguring daemon grafana.smithi078 on smithi078 2024-08-19T10:47:05.710 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:05 smithi196 bash[24909]: cluster 2024-08-19T10:47:04.957477+0000 mgr.a (mgr.14394) 29 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-08-19T10:47:05.710 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:05 smithi196 bash[24909]: cluster 2024-08-19T10:47:04.957477+0000 mgr.a (mgr.14394) 29 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-08-19T10:47:05.737 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:05 smithi078 bash[22737]: cluster 2024-08-19T10:47:04.957477+0000 mgr.a (mgr.14394) 29 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-08-19T10:47:05.738 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:05 smithi078 bash[22737]: cluster 2024-08-19T10:47:04.957477+0000 mgr.a (mgr.14394) 29 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-08-19T10:47:05.738 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:05 smithi133 bash[24239]: cluster 2024-08-19T10:47:04.957477+0000 mgr.a (mgr.14394) 29 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-08-19T10:47:05.738 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:05 smithi133 bash[24239]: cluster 2024-08-19T10:47:04.957477+0000 mgr.a (mgr.14394) 29 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-08-19T10:47:07.238 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:07 smithi078 bash[22737]: cluster 2024-08-19T10:47:06.957850+0000 mgr.a (mgr.14394) 30 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-08-19T10:47:07.238 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:07 smithi078 bash[22737]: cluster 2024-08-19T10:47:06.957850+0000 mgr.a (mgr.14394) 30 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-08-19T10:47:07.460 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:07 smithi196 bash[24909]: cluster 2024-08-19T10:47:06.957850+0000 mgr.a (mgr.14394) 30 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-08-19T10:47:07.460 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:07 smithi196 bash[24909]: cluster 2024-08-19T10:47:06.957850+0000 mgr.a (mgr.14394) 30 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-08-19T10:47:07.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:07 smithi133 bash[24239]: cluster 2024-08-19T10:47:06.957850+0000 mgr.a (mgr.14394) 30 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-08-19T10:47:07.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:07 smithi133 bash[24239]: cluster 2024-08-19T10:47:06.957850+0000 mgr.a (mgr.14394) 30 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-08-19T10:47:09.636 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:09 smithi078 bash[22737]: audit 2024-08-19T10:47:08.493985+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:09.636 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:09 smithi078 bash[22737]: audit 2024-08-19T10:47:08.493985+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:09.637 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:09 smithi078 bash[22737]: audit 2024-08-19T10:47:08.506334+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:09.637 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:09 smithi078 bash[22737]: audit 2024-08-19T10:47:08.506334+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:09.637 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:09 smithi078 bash[22737]: cephadm 2024-08-19T10:47:08.508141+0000 mgr.a (mgr.14394) 31 : cephadm [INF] Reconfiguring alertmanager.smithi196 (dependencies changed)... 2024-08-19T10:47:09.637 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:09 smithi078 bash[22737]: cephadm 2024-08-19T10:47:08.508141+0000 mgr.a (mgr.14394) 31 : cephadm [INF] Reconfiguring alertmanager.smithi196 (dependencies changed)... 2024-08-19T10:47:09.637 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:09 smithi078 bash[22737]: cephadm 2024-08-19T10:47:08.516823+0000 mgr.a (mgr.14394) 32 : cephadm [INF] Reconfiguring daemon alertmanager.smithi196 on smithi196 2024-08-19T10:47:09.637 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:09 smithi078 bash[22737]: cephadm 2024-08-19T10:47:08.516823+0000 mgr.a (mgr.14394) 32 : cephadm [INF] Reconfiguring daemon alertmanager.smithi196 on smithi196 2024-08-19T10:47:09.637 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:09 smithi078 bash[22737]: cluster 2024-08-19T10:47:08.958379+0000 mgr.a (mgr.14394) 33 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-08-19T10:47:09.637 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:09 smithi078 bash[22737]: cluster 2024-08-19T10:47:08.958379+0000 mgr.a (mgr.14394) 33 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-08-19T10:47:09.960 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:09 smithi196 bash[24909]: audit 2024-08-19T10:47:08.493985+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:09.961 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:09 smithi196 bash[24909]: audit 2024-08-19T10:47:08.493985+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:09.961 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:09 smithi196 bash[24909]: audit 2024-08-19T10:47:08.506334+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:09.961 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:09 smithi196 bash[24909]: audit 2024-08-19T10:47:08.506334+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:09.961 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:09 smithi196 bash[24909]: cephadm 2024-08-19T10:47:08.508141+0000 mgr.a (mgr.14394) 31 : cephadm [INF] Reconfiguring alertmanager.smithi196 (dependencies changed)... 2024-08-19T10:47:09.961 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:09 smithi196 bash[24909]: cephadm 2024-08-19T10:47:08.508141+0000 mgr.a (mgr.14394) 31 : cephadm [INF] Reconfiguring alertmanager.smithi196 (dependencies changed)... 2024-08-19T10:47:09.961 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:09 smithi196 bash[24909]: cephadm 2024-08-19T10:47:08.516823+0000 mgr.a (mgr.14394) 32 : cephadm [INF] Reconfiguring daemon alertmanager.smithi196 on smithi196 2024-08-19T10:47:09.961 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:09 smithi196 bash[24909]: cephadm 2024-08-19T10:47:08.516823+0000 mgr.a (mgr.14394) 32 : cephadm [INF] Reconfiguring daemon alertmanager.smithi196 on smithi196 2024-08-19T10:47:09.961 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:09 smithi196 bash[24909]: cluster 2024-08-19T10:47:08.958379+0000 mgr.a (mgr.14394) 33 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-08-19T10:47:09.962 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:09 smithi196 bash[24909]: cluster 2024-08-19T10:47:08.958379+0000 mgr.a (mgr.14394) 33 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-08-19T10:47:09.989 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:09 smithi133 bash[24239]: audit 2024-08-19T10:47:08.493985+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:09.989 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:09 smithi133 bash[24239]: audit 2024-08-19T10:47:08.493985+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:09.989 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:09 smithi133 bash[24239]: audit 2024-08-19T10:47:08.506334+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:09.989 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:09 smithi133 bash[24239]: audit 2024-08-19T10:47:08.506334+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:09.989 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:09 smithi133 bash[24239]: cephadm 2024-08-19T10:47:08.508141+0000 mgr.a (mgr.14394) 31 : cephadm [INF] Reconfiguring alertmanager.smithi196 (dependencies changed)... 2024-08-19T10:47:09.989 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:09 smithi133 bash[24239]: cephadm 2024-08-19T10:47:08.508141+0000 mgr.a (mgr.14394) 31 : cephadm [INF] Reconfiguring alertmanager.smithi196 (dependencies changed)... 2024-08-19T10:47:09.989 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:09 smithi133 bash[24239]: cephadm 2024-08-19T10:47:08.516823+0000 mgr.a (mgr.14394) 32 : cephadm [INF] Reconfiguring daemon alertmanager.smithi196 on smithi196 2024-08-19T10:47:09.989 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:09 smithi133 bash[24239]: cephadm 2024-08-19T10:47:08.516823+0000 mgr.a (mgr.14394) 32 : cephadm [INF] Reconfiguring daemon alertmanager.smithi196 on smithi196 2024-08-19T10:47:09.990 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:09 smithi133 bash[24239]: cluster 2024-08-19T10:47:08.958379+0000 mgr.a (mgr.14394) 33 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-08-19T10:47:09.990 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:09 smithi133 bash[24239]: cluster 2024-08-19T10:47:08.958379+0000 mgr.a (mgr.14394) 33 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-08-19T10:47:10.710 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:10 smithi196 bash[24909]: audit 2024-08-19T10:47:10.255738+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:47:10.710 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:10 smithi196 bash[24909]: audit 2024-08-19T10:47:10.255738+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:47:10.758 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:10 smithi078 bash[22737]: audit 2024-08-19T10:47:10.255738+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:47:10.758 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:10 smithi078 bash[22737]: audit 2024-08-19T10:47:10.255738+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:47:10.988 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:10 smithi133 bash[24239]: audit 2024-08-19T10:47:10.255738+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:47:10.989 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:10 smithi133 bash[24239]: audit 2024-08-19T10:47:10.255738+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:47:11.780 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:11 smithi196 bash[24909]: cluster 2024-08-19T10:47:10.958962+0000 mgr.a (mgr.14394) 34 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-08-19T10:47:11.780 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:11 smithi196 bash[24909]: cluster 2024-08-19T10:47:10.958962+0000 mgr.a (mgr.14394) 34 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-08-19T10:47:11.988 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:11 smithi133 bash[24239]: cluster 2024-08-19T10:47:10.958962+0000 mgr.a (mgr.14394) 34 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-08-19T10:47:11.988 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:11 smithi133 bash[24239]: cluster 2024-08-19T10:47:10.958962+0000 mgr.a (mgr.14394) 34 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-08-19T10:47:12.008 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:11 smithi078 bash[22737]: cluster 2024-08-19T10:47:10.958962+0000 mgr.a (mgr.14394) 34 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-08-19T10:47:12.008 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:11 smithi078 bash[22737]: cluster 2024-08-19T10:47:10.958962+0000 mgr.a (mgr.14394) 34 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-08-19T10:47:13.201 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:13 smithi196 bash[24909]: cluster 2024-08-19T10:47:12.959567+0000 mgr.a (mgr.14394) 35 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-08-19T10:47:13.201 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:13 smithi196 bash[24909]: cluster 2024-08-19T10:47:12.959567+0000 mgr.a (mgr.14394) 35 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-08-19T10:47:13.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:13 smithi133 bash[24239]: cluster 2024-08-19T10:47:12.959567+0000 mgr.a (mgr.14394) 35 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-08-19T10:47:13.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:13 smithi133 bash[24239]: cluster 2024-08-19T10:47:12.959567+0000 mgr.a (mgr.14394) 35 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-08-19T10:47:13.508 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:47:13 smithi078 bash[22990]: [19/Aug/2024:10:47:13] ENGINE Bus STOPPING 2024-08-19T10:47:13.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:13 smithi078 bash[22737]: cluster 2024-08-19T10:47:12.959567+0000 mgr.a (mgr.14394) 35 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-08-19T10:47:13.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:13 smithi078 bash[22737]: cluster 2024-08-19T10:47:12.959567+0000 mgr.a (mgr.14394) 35 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-08-19T10:47:14.008 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:47:13 smithi078 bash[22990]: [19/Aug/2024:10:47:13] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-08-19T10:47:14.008 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:47:13 smithi078 bash[22990]: [19/Aug/2024:10:47:13] ENGINE Bus STOPPED 2024-08-19T10:47:14.008 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:47:13 smithi078 bash[22990]: [19/Aug/2024:10:47:13] ENGINE Bus STARTING 2024-08-19T10:47:14.008 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:47:13 smithi078 bash[22990]: [19/Aug/2024:10:47:13] ENGINE Serving on http://:::9283 2024-08-19T10:47:14.008 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:47:13 smithi078 bash[22990]: [19/Aug/2024:10:47:13] ENGINE Bus STARTED 2024-08-19T10:47:14.008 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:47:13 smithi078 bash[22990]: [19/Aug/2024:10:47:13] ENGINE Bus STOPPING 2024-08-19T10:47:14.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:14 smithi196 bash[24909]: audit 2024-08-19T10:47:13.140786+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:14.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:14 smithi196 bash[24909]: audit 2024-08-19T10:47:13.140786+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:14.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:14 smithi196 bash[24909]: audit 2024-08-19T10:47:13.150321+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:14.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:14 smithi196 bash[24909]: audit 2024-08-19T10:47:13.150321+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:14.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:14 smithi196 bash[24909]: audit 2024-08-19T10:47:13.157519+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-08-19T10:47:14.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:14 smithi196 bash[24909]: audit 2024-08-19T10:47:13.157519+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-08-19T10:47:14.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:14 smithi196 bash[24909]: audit 2024-08-19T10:47:13.158482+0000 mgr.a (mgr.14394) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-08-19T10:47:14.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:14 smithi196 bash[24909]: audit 2024-08-19T10:47:13.158482+0000 mgr.a (mgr.14394) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-08-19T10:47:14.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:14 smithi196 bash[24909]: audit 2024-08-19T10:47:13.160702+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi078.front.sepia.ceph.com:3000"} : dispatch 2024-08-19T10:47:14.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:14 smithi196 bash[24909]: audit 2024-08-19T10:47:13.160702+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi078.front.sepia.ceph.com:3000"} : dispatch 2024-08-19T10:47:14.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:14 smithi196 bash[24909]: audit 2024-08-19T10:47:13.161589+0000 mgr.a (mgr.14394) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi078.front.sepia.ceph.com:3000"}]: dispatch 2024-08-19T10:47:14.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:14 smithi196 bash[24909]: audit 2024-08-19T10:47:13.161589+0000 mgr.a (mgr.14394) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi078.front.sepia.ceph.com:3000"}]: dispatch 2024-08-19T10:47:14.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:14 smithi196 bash[24909]: audit 2024-08-19T10:47:13.168581+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:14.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:14 smithi196 bash[24909]: audit 2024-08-19T10:47:13.168581+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:14.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:14 smithi196 bash[24909]: audit 2024-08-19T10:47:13.196666+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-08-19T10:47:14.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:14 smithi196 bash[24909]: audit 2024-08-19T10:47:13.196666+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-08-19T10:47:14.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:14 smithi196 bash[24909]: audit 2024-08-19T10:47:13.197510+0000 mgr.a (mgr.14394) 38 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-08-19T10:47:14.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:14 smithi196 bash[24909]: audit 2024-08-19T10:47:13.197510+0000 mgr.a (mgr.14394) 38 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-08-19T10:47:14.463 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:14 smithi196 bash[24909]: audit 2024-08-19T10:47:13.201092+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi196.front.sepia.ceph.com:9093"} : dispatch 2024-08-19T10:47:14.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:14 smithi196 bash[24909]: audit 2024-08-19T10:47:13.201092+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi196.front.sepia.ceph.com:9093"} : dispatch 2024-08-19T10:47:14.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:14 smithi196 bash[24909]: audit 2024-08-19T10:47:13.201915+0000 mgr.a (mgr.14394) 39 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi196.front.sepia.ceph.com:9093"}]: dispatch 2024-08-19T10:47:14.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:14 smithi196 bash[24909]: audit 2024-08-19T10:47:13.201915+0000 mgr.a (mgr.14394) 39 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi196.front.sepia.ceph.com:9093"}]: dispatch 2024-08-19T10:47:14.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:14 smithi196 bash[24909]: audit 2024-08-19T10:47:13.210951+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:14.464 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:14 smithi196 bash[24909]: audit 2024-08-19T10:47:13.210951+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:14.465 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:14 smithi196 bash[24909]: audit 2024-08-19T10:47:13.510555+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:47:14.465 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:14 smithi196 bash[24909]: audit 2024-08-19T10:47:13.510555+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:47:14.465 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:14 smithi196 bash[24909]: audit 2024-08-19T10:47:13.663527+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-08-19T10:47:14.465 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:14 smithi196 bash[24909]: audit 2024-08-19T10:47:13.663527+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-08-19T10:47:14.465 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:14 smithi196 bash[24909]: audit 2024-08-19T10:47:13.665216+0000 mgr.a (mgr.14394) 40 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-08-19T10:47:14.465 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:14 smithi196 bash[24909]: audit 2024-08-19T10:47:13.665216+0000 mgr.a (mgr.14394) 40 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-08-19T10:47:14.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:14 smithi133 bash[24239]: audit 2024-08-19T10:47:13.140786+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:14.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:14 smithi133 bash[24239]: audit 2024-08-19T10:47:13.140786+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:14.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:14 smithi133 bash[24239]: audit 2024-08-19T10:47:13.150321+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:14.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:14 smithi133 bash[24239]: audit 2024-08-19T10:47:13.150321+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:14.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:14 smithi133 bash[24239]: audit 2024-08-19T10:47:13.157519+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-08-19T10:47:14.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:14 smithi133 bash[24239]: audit 2024-08-19T10:47:13.157519+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-08-19T10:47:14.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:14 smithi133 bash[24239]: audit 2024-08-19T10:47:13.158482+0000 mgr.a (mgr.14394) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-08-19T10:47:14.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:14 smithi133 bash[24239]: audit 2024-08-19T10:47:13.158482+0000 mgr.a (mgr.14394) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-08-19T10:47:14.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:14 smithi133 bash[24239]: audit 2024-08-19T10:47:13.160702+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi078.front.sepia.ceph.com:3000"} : dispatch 2024-08-19T10:47:14.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:14 smithi133 bash[24239]: audit 2024-08-19T10:47:13.160702+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi078.front.sepia.ceph.com:3000"} : dispatch 2024-08-19T10:47:14.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:14 smithi133 bash[24239]: audit 2024-08-19T10:47:13.161589+0000 mgr.a (mgr.14394) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi078.front.sepia.ceph.com:3000"}]: dispatch 2024-08-19T10:47:14.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:14 smithi133 bash[24239]: audit 2024-08-19T10:47:13.161589+0000 mgr.a (mgr.14394) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi078.front.sepia.ceph.com:3000"}]: dispatch 2024-08-19T10:47:14.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:14 smithi133 bash[24239]: audit 2024-08-19T10:47:13.168581+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:14.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:14 smithi133 bash[24239]: audit 2024-08-19T10:47:13.168581+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:14.491 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:14 smithi133 bash[24239]: audit 2024-08-19T10:47:13.196666+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-08-19T10:47:14.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:14 smithi133 bash[24239]: audit 2024-08-19T10:47:13.196666+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-08-19T10:47:14.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:14 smithi133 bash[24239]: audit 2024-08-19T10:47:13.197510+0000 mgr.a (mgr.14394) 38 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-08-19T10:47:14.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:14 smithi133 bash[24239]: audit 2024-08-19T10:47:13.197510+0000 mgr.a (mgr.14394) 38 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-08-19T10:47:14.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:14 smithi133 bash[24239]: audit 2024-08-19T10:47:13.201092+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi196.front.sepia.ceph.com:9093"} : dispatch 2024-08-19T10:47:14.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:14 smithi133 bash[24239]: audit 2024-08-19T10:47:13.201092+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi196.front.sepia.ceph.com:9093"} : dispatch 2024-08-19T10:47:14.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:14 smithi133 bash[24239]: audit 2024-08-19T10:47:13.201915+0000 mgr.a (mgr.14394) 39 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi196.front.sepia.ceph.com:9093"}]: dispatch 2024-08-19T10:47:14.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:14 smithi133 bash[24239]: audit 2024-08-19T10:47:13.201915+0000 mgr.a (mgr.14394) 39 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi196.front.sepia.ceph.com:9093"}]: dispatch 2024-08-19T10:47:14.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:14 smithi133 bash[24239]: audit 2024-08-19T10:47:13.210951+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:14.493 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:14 smithi133 bash[24239]: audit 2024-08-19T10:47:13.210951+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:14.493 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:14 smithi133 bash[24239]: audit 2024-08-19T10:47:13.510555+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:47:14.493 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:14 smithi133 bash[24239]: audit 2024-08-19T10:47:13.510555+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:47:14.493 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:14 smithi133 bash[24239]: audit 2024-08-19T10:47:13.663527+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-08-19T10:47:14.493 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:14 smithi133 bash[24239]: audit 2024-08-19T10:47:13.663527+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-08-19T10:47:14.493 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:14 smithi133 bash[24239]: audit 2024-08-19T10:47:13.665216+0000 mgr.a (mgr.14394) 40 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-08-19T10:47:14.493 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:14 smithi133 bash[24239]: audit 2024-08-19T10:47:13.665216+0000 mgr.a (mgr.14394) 40 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-08-19T10:47:14.508 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:47:14 smithi078 bash[22990]: [19/Aug/2024:10:47:14] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-08-19T10:47:14.508 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:47:14 smithi078 bash[22990]: [19/Aug/2024:10:47:14] ENGINE Bus STOPPED 2024-08-19T10:47:14.508 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:47:14 smithi078 bash[22990]: [19/Aug/2024:10:47:14] ENGINE Bus STARTING 2024-08-19T10:47:14.508 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:47:14 smithi078 bash[22990]: [19/Aug/2024:10:47:14] ENGINE Serving on http://:::9283 2024-08-19T10:47:14.508 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:47:14 smithi078 bash[22990]: [19/Aug/2024:10:47:14] ENGINE Bus STARTED 2024-08-19T10:47:14.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:14 smithi078 bash[22737]: audit 2024-08-19T10:47:13.140786+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:14.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:14 smithi078 bash[22737]: audit 2024-08-19T10:47:13.140786+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:14.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:14 smithi078 bash[22737]: audit 2024-08-19T10:47:13.150321+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:14.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:14 smithi078 bash[22737]: audit 2024-08-19T10:47:13.150321+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:14.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:14 smithi078 bash[22737]: audit 2024-08-19T10:47:13.157519+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-08-19T10:47:14.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:14 smithi078 bash[22737]: audit 2024-08-19T10:47:13.157519+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-08-19T10:47:14.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:14 smithi078 bash[22737]: audit 2024-08-19T10:47:13.158482+0000 mgr.a (mgr.14394) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-08-19T10:47:14.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:14 smithi078 bash[22737]: audit 2024-08-19T10:47:13.158482+0000 mgr.a (mgr.14394) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-08-19T10:47:14.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:14 smithi078 bash[22737]: audit 2024-08-19T10:47:13.160702+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi078.front.sepia.ceph.com:3000"} : dispatch 2024-08-19T10:47:14.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:14 smithi078 bash[22737]: audit 2024-08-19T10:47:13.160702+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi078.front.sepia.ceph.com:3000"} : dispatch 2024-08-19T10:47:14.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:14 smithi078 bash[22737]: audit 2024-08-19T10:47:13.161589+0000 mgr.a (mgr.14394) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi078.front.sepia.ceph.com:3000"}]: dispatch 2024-08-19T10:47:14.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:14 smithi078 bash[22737]: audit 2024-08-19T10:47:13.161589+0000 mgr.a (mgr.14394) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi078.front.sepia.ceph.com:3000"}]: dispatch 2024-08-19T10:47:14.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:14 smithi078 bash[22737]: audit 2024-08-19T10:47:13.168581+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:14.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:14 smithi078 bash[22737]: audit 2024-08-19T10:47:13.168581+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:14.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:14 smithi078 bash[22737]: audit 2024-08-19T10:47:13.196666+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-08-19T10:47:14.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:14 smithi078 bash[22737]: audit 2024-08-19T10:47:13.196666+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-08-19T10:47:14.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:14 smithi078 bash[22737]: audit 2024-08-19T10:47:13.197510+0000 mgr.a (mgr.14394) 38 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-08-19T10:47:14.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:14 smithi078 bash[22737]: audit 2024-08-19T10:47:13.197510+0000 mgr.a (mgr.14394) 38 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-08-19T10:47:14.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:14 smithi078 bash[22737]: audit 2024-08-19T10:47:13.201092+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi196.front.sepia.ceph.com:9093"} : dispatch 2024-08-19T10:47:14.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:14 smithi078 bash[22737]: audit 2024-08-19T10:47:13.201092+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi196.front.sepia.ceph.com:9093"} : dispatch 2024-08-19T10:47:14.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:14 smithi078 bash[22737]: audit 2024-08-19T10:47:13.201915+0000 mgr.a (mgr.14394) 39 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi196.front.sepia.ceph.com:9093"}]: dispatch 2024-08-19T10:47:14.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:14 smithi078 bash[22737]: audit 2024-08-19T10:47:13.201915+0000 mgr.a (mgr.14394) 39 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi196.front.sepia.ceph.com:9093"}]: dispatch 2024-08-19T10:47:14.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:14 smithi078 bash[22737]: audit 2024-08-19T10:47:13.210951+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:14.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:14 smithi078 bash[22737]: audit 2024-08-19T10:47:13.210951+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:14.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:14 smithi078 bash[22737]: audit 2024-08-19T10:47:13.510555+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:47:14.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:14 smithi078 bash[22737]: audit 2024-08-19T10:47:13.510555+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:47:14.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:14 smithi078 bash[22737]: audit 2024-08-19T10:47:13.663527+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-08-19T10:47:14.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:14 smithi078 bash[22737]: audit 2024-08-19T10:47:13.663527+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-08-19T10:47:14.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:14 smithi078 bash[22737]: audit 2024-08-19T10:47:13.665216+0000 mgr.a (mgr.14394) 40 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-08-19T10:47:14.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:14 smithi078 bash[22737]: audit 2024-08-19T10:47:13.665216+0000 mgr.a (mgr.14394) 40 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-08-19T10:47:15.460 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:15 smithi196 bash[24909]: audit 2024-08-19T10:47:14.278227+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-08-19T10:47:15.460 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:15 smithi196 bash[24909]: audit 2024-08-19T10:47:14.278227+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-08-19T10:47:15.460 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:15 smithi196 bash[24909]: audit 2024-08-19T10:47:14.279867+0000 mgr.a (mgr.14394) 41 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-08-19T10:47:15.460 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:15 smithi196 bash[24909]: audit 2024-08-19T10:47:14.279867+0000 mgr.a (mgr.14394) 41 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-08-19T10:47:15.460 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:15 smithi196 bash[24909]: cluster 2024-08-19T10:47:14.960102+0000 mgr.a (mgr.14394) 42 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:15.460 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:15 smithi196 bash[24909]: cluster 2024-08-19T10:47:14.960102+0000 mgr.a (mgr.14394) 42 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:15.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:15 smithi133 bash[24239]: audit 2024-08-19T10:47:14.278227+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-08-19T10:47:15.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:15 smithi133 bash[24239]: audit 2024-08-19T10:47:14.278227+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-08-19T10:47:15.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:15 smithi133 bash[24239]: audit 2024-08-19T10:47:14.279867+0000 mgr.a (mgr.14394) 41 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-08-19T10:47:15.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:15 smithi133 bash[24239]: audit 2024-08-19T10:47:14.279867+0000 mgr.a (mgr.14394) 41 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-08-19T10:47:15.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:15 smithi133 bash[24239]: cluster 2024-08-19T10:47:14.960102+0000 mgr.a (mgr.14394) 42 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:15.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:15 smithi133 bash[24239]: cluster 2024-08-19T10:47:14.960102+0000 mgr.a (mgr.14394) 42 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:15.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:15 smithi078 bash[22737]: audit 2024-08-19T10:47:14.278227+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-08-19T10:47:15.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:15 smithi078 bash[22737]: audit 2024-08-19T10:47:14.278227+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-08-19T10:47:15.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:15 smithi078 bash[22737]: audit 2024-08-19T10:47:14.279867+0000 mgr.a (mgr.14394) 41 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-08-19T10:47:15.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:15 smithi078 bash[22737]: audit 2024-08-19T10:47:14.279867+0000 mgr.a (mgr.14394) 41 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-08-19T10:47:15.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:15 smithi078 bash[22737]: cluster 2024-08-19T10:47:14.960102+0000 mgr.a (mgr.14394) 42 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:15.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:15 smithi078 bash[22737]: cluster 2024-08-19T10:47:14.960102+0000 mgr.a (mgr.14394) 42 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:17.460 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:17 smithi196 bash[24909]: cluster 2024-08-19T10:47:16.960805+0000 mgr.a (mgr.14394) 43 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:17.460 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:17 smithi196 bash[24909]: cluster 2024-08-19T10:47:16.960805+0000 mgr.a (mgr.14394) 43 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:17.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:17 smithi133 bash[24239]: cluster 2024-08-19T10:47:16.960805+0000 mgr.a (mgr.14394) 43 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:17.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:17 smithi133 bash[24239]: cluster 2024-08-19T10:47:16.960805+0000 mgr.a (mgr.14394) 43 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:17.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:17 smithi078 bash[22737]: cluster 2024-08-19T10:47:16.960805+0000 mgr.a (mgr.14394) 43 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:17.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:17 smithi078 bash[22737]: cluster 2024-08-19T10:47:16.960805+0000 mgr.a (mgr.14394) 43 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:19.460 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:19 smithi196 bash[24909]: cluster 2024-08-19T10:47:18.961205+0000 mgr.a (mgr.14394) 44 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:19.460 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:19 smithi196 bash[24909]: cluster 2024-08-19T10:47:18.961205+0000 mgr.a (mgr.14394) 44 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:19.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:19 smithi133 bash[24239]: cluster 2024-08-19T10:47:18.961205+0000 mgr.a (mgr.14394) 44 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:19.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:19 smithi133 bash[24239]: cluster 2024-08-19T10:47:18.961205+0000 mgr.a (mgr.14394) 44 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:19.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:19 smithi078 bash[22737]: cluster 2024-08-19T10:47:18.961205+0000 mgr.a (mgr.14394) 44 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:19.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:19 smithi078 bash[22737]: cluster 2024-08-19T10:47:18.961205+0000 mgr.a (mgr.14394) 44 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:20.460 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:20 smithi196 bash[24909]: audit 2024-08-19T10:47:19.033798+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:20.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:20 smithi196 bash[24909]: audit 2024-08-19T10:47:19.033798+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:20.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:20 smithi196 bash[24909]: audit 2024-08-19T10:47:19.040025+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:20.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:20 smithi196 bash[24909]: audit 2024-08-19T10:47:19.040025+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:20.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:20 smithi196 bash[24909]: audit 2024-08-19T10:47:19.180020+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:20.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:20 smithi196 bash[24909]: audit 2024-08-19T10:47:19.180020+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:20.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:20 smithi196 bash[24909]: audit 2024-08-19T10:47:19.187189+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:20.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:20 smithi196 bash[24909]: audit 2024-08-19T10:47:19.187189+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:20.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:20 smithi196 bash[24909]: audit 2024-08-19T10:47:19.188353+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:47:20.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:20 smithi196 bash[24909]: audit 2024-08-19T10:47:19.188353+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:47:20.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:20 smithi196 bash[24909]: audit 2024-08-19T10:47:19.189293+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:47:20.461 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:20 smithi196 bash[24909]: audit 2024-08-19T10:47:19.189293+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:47:20.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:20 smithi196 bash[24909]: audit 2024-08-19T10:47:19.194837+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:20.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:20 smithi196 bash[24909]: audit 2024-08-19T10:47:19.194837+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:20.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:20 smithi133 bash[24239]: audit 2024-08-19T10:47:19.033798+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:20.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:20 smithi133 bash[24239]: audit 2024-08-19T10:47:19.033798+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:20.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:20 smithi133 bash[24239]: audit 2024-08-19T10:47:19.040025+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:20.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:20 smithi133 bash[24239]: audit 2024-08-19T10:47:19.040025+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:20.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:20 smithi133 bash[24239]: audit 2024-08-19T10:47:19.180020+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:20.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:20 smithi133 bash[24239]: audit 2024-08-19T10:47:19.180020+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:20.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:20 smithi133 bash[24239]: audit 2024-08-19T10:47:19.187189+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:20.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:20 smithi133 bash[24239]: audit 2024-08-19T10:47:19.187189+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:20.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:20 smithi133 bash[24239]: audit 2024-08-19T10:47:19.188353+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:47:20.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:20 smithi133 bash[24239]: audit 2024-08-19T10:47:19.188353+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:47:20.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:20 smithi133 bash[24239]: audit 2024-08-19T10:47:19.189293+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:47:20.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:20 smithi133 bash[24239]: audit 2024-08-19T10:47:19.189293+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:47:20.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:20 smithi133 bash[24239]: audit 2024-08-19T10:47:19.194837+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:20.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:20 smithi133 bash[24239]: audit 2024-08-19T10:47:19.194837+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:20.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:20 smithi078 bash[22737]: audit 2024-08-19T10:47:19.033798+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:20.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:20 smithi078 bash[22737]: audit 2024-08-19T10:47:19.033798+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:20.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:20 smithi078 bash[22737]: audit 2024-08-19T10:47:19.040025+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:20.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:20 smithi078 bash[22737]: audit 2024-08-19T10:47:19.040025+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:20.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:20 smithi078 bash[22737]: audit 2024-08-19T10:47:19.180020+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:20.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:20 smithi078 bash[22737]: audit 2024-08-19T10:47:19.180020+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:20.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:20 smithi078 bash[22737]: audit 2024-08-19T10:47:19.187189+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:20.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:20 smithi078 bash[22737]: audit 2024-08-19T10:47:19.187189+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:20.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:20 smithi078 bash[22737]: audit 2024-08-19T10:47:19.188353+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:47:20.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:20 smithi078 bash[22737]: audit 2024-08-19T10:47:19.188353+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:47:20.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:20 smithi078 bash[22737]: audit 2024-08-19T10:47:19.189293+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:47:20.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:20 smithi078 bash[22737]: audit 2024-08-19T10:47:19.189293+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:47:20.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:20 smithi078 bash[22737]: audit 2024-08-19T10:47:19.194837+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:20.509 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:20 smithi078 bash[22737]: audit 2024-08-19T10:47:19.194837+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:47:21.460 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:21 smithi196 bash[24909]: cluster 2024-08-19T10:47:20.961745+0000 mgr.a (mgr.14394) 45 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:21.460 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:21 smithi196 bash[24909]: cluster 2024-08-19T10:47:20.961745+0000 mgr.a (mgr.14394) 45 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:21.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:21 smithi133 bash[24239]: cluster 2024-08-19T10:47:20.961745+0000 mgr.a (mgr.14394) 45 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:21.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:21 smithi133 bash[24239]: cluster 2024-08-19T10:47:20.961745+0000 mgr.a (mgr.14394) 45 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:21.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:21 smithi078 bash[22737]: cluster 2024-08-19T10:47:20.961745+0000 mgr.a (mgr.14394) 45 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:21.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:21 smithi078 bash[22737]: cluster 2024-08-19T10:47:20.961745+0000 mgr.a (mgr.14394) 45 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:23.460 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:23 smithi196 bash[24909]: cluster 2024-08-19T10:47:22.962341+0000 mgr.a (mgr.14394) 46 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:23.460 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:23 smithi196 bash[24909]: cluster 2024-08-19T10:47:22.962341+0000 mgr.a (mgr.14394) 46 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:23.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:23 smithi133 bash[24239]: cluster 2024-08-19T10:47:22.962341+0000 mgr.a (mgr.14394) 46 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:23.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:23 smithi133 bash[24239]: cluster 2024-08-19T10:47:22.962341+0000 mgr.a (mgr.14394) 46 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:23.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:23 smithi078 bash[22737]: cluster 2024-08-19T10:47:22.962341+0000 mgr.a (mgr.14394) 46 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:23.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:23 smithi078 bash[22737]: cluster 2024-08-19T10:47:22.962341+0000 mgr.a (mgr.14394) 46 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:25.460 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:25 smithi196 bash[24909]: cluster 2024-08-19T10:47:24.962903+0000 mgr.a (mgr.14394) 47 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:25.460 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:25 smithi196 bash[24909]: cluster 2024-08-19T10:47:24.962903+0000 mgr.a (mgr.14394) 47 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:25.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:25 smithi133 bash[24239]: cluster 2024-08-19T10:47:24.962903+0000 mgr.a (mgr.14394) 47 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:25.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:25 smithi133 bash[24239]: cluster 2024-08-19T10:47:24.962903+0000 mgr.a (mgr.14394) 47 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:25.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:25 smithi078 bash[22737]: cluster 2024-08-19T10:47:24.962903+0000 mgr.a (mgr.14394) 47 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:25.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:25 smithi078 bash[22737]: cluster 2024-08-19T10:47:24.962903+0000 mgr.a (mgr.14394) 47 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:26.460 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:26 smithi196 bash[24909]: audit 2024-08-19T10:47:25.256323+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:47:26.460 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:26 smithi196 bash[24909]: audit 2024-08-19T10:47:25.256323+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:47:26.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:26 smithi133 bash[24239]: audit 2024-08-19T10:47:25.256323+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:47:26.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:26 smithi133 bash[24239]: audit 2024-08-19T10:47:25.256323+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:47:26.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:26 smithi078 bash[22737]: audit 2024-08-19T10:47:25.256323+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:47:26.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:26 smithi078 bash[22737]: audit 2024-08-19T10:47:25.256323+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:47:27.460 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:27 smithi196 bash[24909]: cluster 2024-08-19T10:47:26.963462+0000 mgr.a (mgr.14394) 48 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:27.460 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:27 smithi196 bash[24909]: cluster 2024-08-19T10:47:26.963462+0000 mgr.a (mgr.14394) 48 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:27.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:27 smithi133 bash[24239]: cluster 2024-08-19T10:47:26.963462+0000 mgr.a (mgr.14394) 48 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:27.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:27 smithi133 bash[24239]: cluster 2024-08-19T10:47:26.963462+0000 mgr.a (mgr.14394) 48 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:27.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:27 smithi078 bash[22737]: cluster 2024-08-19T10:47:26.963462+0000 mgr.a (mgr.14394) 48 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:27.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:27 smithi078 bash[22737]: cluster 2024-08-19T10:47:26.963462+0000 mgr.a (mgr.14394) 48 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:29.460 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:29 smithi196 bash[24909]: cluster 2024-08-19T10:47:28.963991+0000 mgr.a (mgr.14394) 49 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:29.460 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:29 smithi196 bash[24909]: cluster 2024-08-19T10:47:28.963991+0000 mgr.a (mgr.14394) 49 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:29.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:29 smithi133 bash[24239]: cluster 2024-08-19T10:47:28.963991+0000 mgr.a (mgr.14394) 49 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:29.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:29 smithi133 bash[24239]: cluster 2024-08-19T10:47:28.963991+0000 mgr.a (mgr.14394) 49 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:29.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:29 smithi078 bash[22737]: cluster 2024-08-19T10:47:28.963991+0000 mgr.a (mgr.14394) 49 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:29.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:29 smithi078 bash[22737]: cluster 2024-08-19T10:47:28.963991+0000 mgr.a (mgr.14394) 49 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:31.460 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:31 smithi196 bash[24909]: cluster 2024-08-19T10:47:30.964468+0000 mgr.a (mgr.14394) 50 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:31.460 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:31 smithi196 bash[24909]: cluster 2024-08-19T10:47:30.964468+0000 mgr.a (mgr.14394) 50 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:31.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:31 smithi133 bash[24239]: cluster 2024-08-19T10:47:30.964468+0000 mgr.a (mgr.14394) 50 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:31.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:31 smithi133 bash[24239]: cluster 2024-08-19T10:47:30.964468+0000 mgr.a (mgr.14394) 50 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:31.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:31 smithi078 bash[22737]: cluster 2024-08-19T10:47:30.964468+0000 mgr.a (mgr.14394) 50 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:31.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:31 smithi078 bash[22737]: cluster 2024-08-19T10:47:30.964468+0000 mgr.a (mgr.14394) 50 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:33.460 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:33 smithi196 bash[24909]: cluster 2024-08-19T10:47:32.965045+0000 mgr.a (mgr.14394) 51 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:33.460 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:33 smithi196 bash[24909]: cluster 2024-08-19T10:47:32.965045+0000 mgr.a (mgr.14394) 51 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:33.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:33 smithi133 bash[24239]: cluster 2024-08-19T10:47:32.965045+0000 mgr.a (mgr.14394) 51 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:33.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:33 smithi133 bash[24239]: cluster 2024-08-19T10:47:32.965045+0000 mgr.a (mgr.14394) 51 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:33.510 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:33 smithi078 bash[22737]: cluster 2024-08-19T10:47:32.965045+0000 mgr.a (mgr.14394) 51 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:33.511 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:33 smithi078 bash[22737]: cluster 2024-08-19T10:47:32.965045+0000 mgr.a (mgr.14394) 51 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:35.460 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:35 smithi196 bash[24909]: cluster 2024-08-19T10:47:34.965532+0000 mgr.a (mgr.14394) 52 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:35.460 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:35 smithi196 bash[24909]: cluster 2024-08-19T10:47:34.965532+0000 mgr.a (mgr.14394) 52 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:35.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:35 smithi133 bash[24239]: cluster 2024-08-19T10:47:34.965532+0000 mgr.a (mgr.14394) 52 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:35.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:35 smithi133 bash[24239]: cluster 2024-08-19T10:47:34.965532+0000 mgr.a (mgr.14394) 52 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:35.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:35 smithi078 bash[22737]: cluster 2024-08-19T10:47:34.965532+0000 mgr.a (mgr.14394) 52 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:35.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:35 smithi078 bash[22737]: cluster 2024-08-19T10:47:34.965532+0000 mgr.a (mgr.14394) 52 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:37.460 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:37 smithi196 bash[24909]: cluster 2024-08-19T10:47:36.966014+0000 mgr.a (mgr.14394) 53 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:37.460 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:37 smithi196 bash[24909]: cluster 2024-08-19T10:47:36.966014+0000 mgr.a (mgr.14394) 53 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:37.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:37 smithi133 bash[24239]: cluster 2024-08-19T10:47:36.966014+0000 mgr.a (mgr.14394) 53 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:37.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:37 smithi133 bash[24239]: cluster 2024-08-19T10:47:36.966014+0000 mgr.a (mgr.14394) 53 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:37.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:37 smithi078 bash[22737]: cluster 2024-08-19T10:47:36.966014+0000 mgr.a (mgr.14394) 53 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:37.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:37 smithi078 bash[22737]: cluster 2024-08-19T10:47:36.966014+0000 mgr.a (mgr.14394) 53 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:39.460 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:39 smithi196 bash[24909]: cluster 2024-08-19T10:47:38.966539+0000 mgr.a (mgr.14394) 54 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:39.460 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:39 smithi196 bash[24909]: cluster 2024-08-19T10:47:38.966539+0000 mgr.a (mgr.14394) 54 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:39.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:39 smithi133 bash[24239]: cluster 2024-08-19T10:47:38.966539+0000 mgr.a (mgr.14394) 54 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:39.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:39 smithi133 bash[24239]: cluster 2024-08-19T10:47:38.966539+0000 mgr.a (mgr.14394) 54 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:39.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:39 smithi078 bash[22737]: cluster 2024-08-19T10:47:38.966539+0000 mgr.a (mgr.14394) 54 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:39.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:39 smithi078 bash[22737]: cluster 2024-08-19T10:47:38.966539+0000 mgr.a (mgr.14394) 54 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:40.709 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:40 smithi196 bash[24909]: audit 2024-08-19T10:47:40.256792+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:47:40.710 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:40 smithi196 bash[24909]: audit 2024-08-19T10:47:40.256792+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:47:40.738 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:40 smithi133 bash[24239]: audit 2024-08-19T10:47:40.256792+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:47:40.738 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:40 smithi133 bash[24239]: audit 2024-08-19T10:47:40.256792+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:47:40.757 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:40 smithi078 bash[22737]: audit 2024-08-19T10:47:40.256792+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:47:40.758 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:40 smithi078 bash[22737]: audit 2024-08-19T10:47:40.256792+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:47:41.710 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:41 smithi196 bash[24909]: cluster 2024-08-19T10:47:40.967024+0000 mgr.a (mgr.14394) 55 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:41.710 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:41 smithi196 bash[24909]: cluster 2024-08-19T10:47:40.967024+0000 mgr.a (mgr.14394) 55 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:41.738 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:41 smithi133 bash[24239]: cluster 2024-08-19T10:47:40.967024+0000 mgr.a (mgr.14394) 55 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:41.738 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:41 smithi133 bash[24239]: cluster 2024-08-19T10:47:40.967024+0000 mgr.a (mgr.14394) 55 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:41.758 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:41 smithi078 bash[22737]: cluster 2024-08-19T10:47:40.967024+0000 mgr.a (mgr.14394) 55 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:41.758 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:41 smithi078 bash[22737]: cluster 2024-08-19T10:47:40.967024+0000 mgr.a (mgr.14394) 55 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:43.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:43 smithi196 bash[24909]: cluster 2024-08-19T10:47:42.967528+0000 mgr.a (mgr.14394) 56 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:43.460 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:43 smithi196 bash[24909]: cluster 2024-08-19T10:47:42.967528+0000 mgr.a (mgr.14394) 56 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:43.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:43 smithi133 bash[24239]: cluster 2024-08-19T10:47:42.967528+0000 mgr.a (mgr.14394) 56 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:43.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:43 smithi133 bash[24239]: cluster 2024-08-19T10:47:42.967528+0000 mgr.a (mgr.14394) 56 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:43.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:43 smithi078 bash[22737]: cluster 2024-08-19T10:47:42.967528+0000 mgr.a (mgr.14394) 56 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:43.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:43 smithi078 bash[22737]: cluster 2024-08-19T10:47:42.967528+0000 mgr.a (mgr.14394) 56 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:45.460 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:45 smithi196 bash[24909]: cluster 2024-08-19T10:47:44.968040+0000 mgr.a (mgr.14394) 57 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:45.460 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:45 smithi196 bash[24909]: cluster 2024-08-19T10:47:44.968040+0000 mgr.a (mgr.14394) 57 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:45.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:45 smithi133 bash[24239]: cluster 2024-08-19T10:47:44.968040+0000 mgr.a (mgr.14394) 57 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:45.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:45 smithi133 bash[24239]: cluster 2024-08-19T10:47:44.968040+0000 mgr.a (mgr.14394) 57 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:45.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:45 smithi078 bash[22737]: cluster 2024-08-19T10:47:44.968040+0000 mgr.a (mgr.14394) 57 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:45.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:45 smithi078 bash[22737]: cluster 2024-08-19T10:47:44.968040+0000 mgr.a (mgr.14394) 57 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:47.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:47 smithi196 bash[24909]: cluster 2024-08-19T10:47:46.968608+0000 mgr.a (mgr.14394) 58 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:47.460 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:47 smithi196 bash[24909]: cluster 2024-08-19T10:47:46.968608+0000 mgr.a (mgr.14394) 58 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:47.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:47 smithi133 bash[24239]: cluster 2024-08-19T10:47:46.968608+0000 mgr.a (mgr.14394) 58 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:47.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:47 smithi133 bash[24239]: cluster 2024-08-19T10:47:46.968608+0000 mgr.a (mgr.14394) 58 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:47.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:47 smithi078 bash[22737]: cluster 2024-08-19T10:47:46.968608+0000 mgr.a (mgr.14394) 58 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:47.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:47 smithi078 bash[22737]: cluster 2024-08-19T10:47:46.968608+0000 mgr.a (mgr.14394) 58 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:49.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:49 smithi196 bash[24909]: cluster 2024-08-19T10:47:48.969157+0000 mgr.a (mgr.14394) 59 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:49.460 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:49 smithi196 bash[24909]: cluster 2024-08-19T10:47:48.969157+0000 mgr.a (mgr.14394) 59 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:49.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:49 smithi133 bash[24239]: cluster 2024-08-19T10:47:48.969157+0000 mgr.a (mgr.14394) 59 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:49.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:49 smithi133 bash[24239]: cluster 2024-08-19T10:47:48.969157+0000 mgr.a (mgr.14394) 59 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:49.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:49 smithi078 bash[22737]: cluster 2024-08-19T10:47:48.969157+0000 mgr.a (mgr.14394) 59 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:49.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:49 smithi078 bash[22737]: cluster 2024-08-19T10:47:48.969157+0000 mgr.a (mgr.14394) 59 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:51.460 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:51 smithi196 bash[24909]: cluster 2024-08-19T10:47:50.969659+0000 mgr.a (mgr.14394) 60 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:51.460 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:51 smithi196 bash[24909]: cluster 2024-08-19T10:47:50.969659+0000 mgr.a (mgr.14394) 60 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:51.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:51 smithi133 bash[24239]: cluster 2024-08-19T10:47:50.969659+0000 mgr.a (mgr.14394) 60 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:51.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:51 smithi133 bash[24239]: cluster 2024-08-19T10:47:50.969659+0000 mgr.a (mgr.14394) 60 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:51.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:51 smithi078 bash[22737]: cluster 2024-08-19T10:47:50.969659+0000 mgr.a (mgr.14394) 60 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:51.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:51 smithi078 bash[22737]: cluster 2024-08-19T10:47:50.969659+0000 mgr.a (mgr.14394) 60 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:53.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:53 smithi196 bash[24909]: cluster 2024-08-19T10:47:52.970229+0000 mgr.a (mgr.14394) 61 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:53.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:53 smithi196 bash[24909]: cluster 2024-08-19T10:47:52.970229+0000 mgr.a (mgr.14394) 61 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:53.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:53 smithi133 bash[24239]: cluster 2024-08-19T10:47:52.970229+0000 mgr.a (mgr.14394) 61 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:53.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:53 smithi133 bash[24239]: cluster 2024-08-19T10:47:52.970229+0000 mgr.a (mgr.14394) 61 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:53.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:53 smithi078 bash[22737]: cluster 2024-08-19T10:47:52.970229+0000 mgr.a (mgr.14394) 61 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:53.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:53 smithi078 bash[22737]: cluster 2024-08-19T10:47:52.970229+0000 mgr.a (mgr.14394) 61 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:55.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:55 smithi196 bash[24909]: cluster 2024-08-19T10:47:54.970741+0000 mgr.a (mgr.14394) 62 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:55.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:55 smithi196 bash[24909]: cluster 2024-08-19T10:47:54.970741+0000 mgr.a (mgr.14394) 62 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:55.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:55 smithi133 bash[24239]: cluster 2024-08-19T10:47:54.970741+0000 mgr.a (mgr.14394) 62 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:55.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:55 smithi133 bash[24239]: cluster 2024-08-19T10:47:54.970741+0000 mgr.a (mgr.14394) 62 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:55.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:55 smithi078 bash[22737]: cluster 2024-08-19T10:47:54.970741+0000 mgr.a (mgr.14394) 62 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:55.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:55 smithi078 bash[22737]: cluster 2024-08-19T10:47:54.970741+0000 mgr.a (mgr.14394) 62 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:56.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:56 smithi196 bash[24909]: audit 2024-08-19T10:47:55.259123+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:47:56.460 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:56 smithi196 bash[24909]: audit 2024-08-19T10:47:55.259123+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:47:56.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:56 smithi133 bash[24239]: audit 2024-08-19T10:47:55.259123+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:47:56.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:56 smithi133 bash[24239]: audit 2024-08-19T10:47:55.259123+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:47:56.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:56 smithi078 bash[22737]: audit 2024-08-19T10:47:55.259123+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:47:56.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:56 smithi078 bash[22737]: audit 2024-08-19T10:47:55.259123+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:47:57.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:57 smithi196 bash[24909]: cluster 2024-08-19T10:47:56.971363+0000 mgr.a (mgr.14394) 63 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:57.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:57 smithi196 bash[24909]: cluster 2024-08-19T10:47:56.971363+0000 mgr.a (mgr.14394) 63 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:57.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:57 smithi133 bash[24239]: cluster 2024-08-19T10:47:56.971363+0000 mgr.a (mgr.14394) 63 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:57.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:57 smithi133 bash[24239]: cluster 2024-08-19T10:47:56.971363+0000 mgr.a (mgr.14394) 63 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:57.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:57 smithi078 bash[22737]: cluster 2024-08-19T10:47:56.971363+0000 mgr.a (mgr.14394) 63 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:57.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:57 smithi078 bash[22737]: cluster 2024-08-19T10:47:56.971363+0000 mgr.a (mgr.14394) 63 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:59.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:59 smithi196 bash[24909]: cluster 2024-08-19T10:47:58.971908+0000 mgr.a (mgr.14394) 64 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:59.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:47:59 smithi196 bash[24909]: cluster 2024-08-19T10:47:58.971908+0000 mgr.a (mgr.14394) 64 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:59.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:59 smithi133 bash[24239]: cluster 2024-08-19T10:47:58.971908+0000 mgr.a (mgr.14394) 64 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:59.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:47:59 smithi133 bash[24239]: cluster 2024-08-19T10:47:58.971908+0000 mgr.a (mgr.14394) 64 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:59.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:59 smithi078 bash[22737]: cluster 2024-08-19T10:47:58.971908+0000 mgr.a (mgr.14394) 64 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:47:59.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:47:59 smithi078 bash[22737]: cluster 2024-08-19T10:47:58.971908+0000 mgr.a (mgr.14394) 64 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:01.258 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:01 smithi078 bash[22737]: cluster 2024-08-19T10:48:00.972475+0000 mgr.a (mgr.14394) 65 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:01.258 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:01 smithi078 bash[22737]: cluster 2024-08-19T10:48:00.972475+0000 mgr.a (mgr.14394) 65 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:01.258 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:48:00 smithi078 bash[22990]: ::ffff:172.21.15.133 - - [19/Aug/2024:10:48:00] "GET /metrics HTTP/1.1" 200 21531 "" "Prometheus/2.51.0" 2024-08-19T10:48:01.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:01 smithi196 bash[24909]: cluster 2024-08-19T10:48:00.972475+0000 mgr.a (mgr.14394) 65 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:01.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:01 smithi196 bash[24909]: cluster 2024-08-19T10:48:00.972475+0000 mgr.a (mgr.14394) 65 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:01.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:01 smithi133 bash[24239]: cluster 2024-08-19T10:48:00.972475+0000 mgr.a (mgr.14394) 65 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:01.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:01 smithi133 bash[24239]: cluster 2024-08-19T10:48:00.972475+0000 mgr.a (mgr.14394) 65 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:03.258 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:03 smithi078 bash[22737]: cluster 2024-08-19T10:48:02.973041+0000 mgr.a (mgr.14394) 66 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:03.258 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:03 smithi078 bash[22737]: cluster 2024-08-19T10:48:02.973041+0000 mgr.a (mgr.14394) 66 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:03.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:03 smithi196 bash[24909]: cluster 2024-08-19T10:48:02.973041+0000 mgr.a (mgr.14394) 66 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:03.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:03 smithi196 bash[24909]: cluster 2024-08-19T10:48:02.973041+0000 mgr.a (mgr.14394) 66 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:03.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:03 smithi133 bash[24239]: cluster 2024-08-19T10:48:02.973041+0000 mgr.a (mgr.14394) 66 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:03.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:03 smithi133 bash[24239]: cluster 2024-08-19T10:48:02.973041+0000 mgr.a (mgr.14394) 66 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:05.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:05 smithi196 bash[24909]: cluster 2024-08-19T10:48:04.973554+0000 mgr.a (mgr.14394) 67 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:05.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:05 smithi196 bash[24909]: cluster 2024-08-19T10:48:04.973554+0000 mgr.a (mgr.14394) 67 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:05.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:05 smithi133 bash[24239]: cluster 2024-08-19T10:48:04.973554+0000 mgr.a (mgr.14394) 67 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:05.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:05 smithi133 bash[24239]: cluster 2024-08-19T10:48:04.973554+0000 mgr.a (mgr.14394) 67 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:05.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:05 smithi078 bash[22737]: cluster 2024-08-19T10:48:04.973554+0000 mgr.a (mgr.14394) 67 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:05.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:05 smithi078 bash[22737]: cluster 2024-08-19T10:48:04.973554+0000 mgr.a (mgr.14394) 67 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:07.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:07 smithi196 bash[24909]: cluster 2024-08-19T10:48:06.974112+0000 mgr.a (mgr.14394) 68 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:07.460 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:07 smithi196 bash[24909]: cluster 2024-08-19T10:48:06.974112+0000 mgr.a (mgr.14394) 68 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:07.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:07 smithi133 bash[24239]: cluster 2024-08-19T10:48:06.974112+0000 mgr.a (mgr.14394) 68 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:07.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:07 smithi133 bash[24239]: cluster 2024-08-19T10:48:06.974112+0000 mgr.a (mgr.14394) 68 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:07.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:07 smithi078 bash[22737]: cluster 2024-08-19T10:48:06.974112+0000 mgr.a (mgr.14394) 68 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:07.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:07 smithi078 bash[22737]: cluster 2024-08-19T10:48:06.974112+0000 mgr.a (mgr.14394) 68 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:09.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:09 smithi196 bash[24909]: cluster 2024-08-19T10:48:08.974628+0000 mgr.a (mgr.14394) 69 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:09.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:09 smithi196 bash[24909]: cluster 2024-08-19T10:48:08.974628+0000 mgr.a (mgr.14394) 69 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:09.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:09 smithi133 bash[24239]: cluster 2024-08-19T10:48:08.974628+0000 mgr.a (mgr.14394) 69 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:09.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:09 smithi133 bash[24239]: cluster 2024-08-19T10:48:08.974628+0000 mgr.a (mgr.14394) 69 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:09.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:09 smithi078 bash[22737]: cluster 2024-08-19T10:48:08.974628+0000 mgr.a (mgr.14394) 69 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:09.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:09 smithi078 bash[22737]: cluster 2024-08-19T10:48:08.974628+0000 mgr.a (mgr.14394) 69 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:10.709 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:10 smithi196 bash[24909]: audit 2024-08-19T10:48:10.259430+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:48:10.709 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:10 smithi196 bash[24909]: audit 2024-08-19T10:48:10.259430+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:48:10.738 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:10 smithi133 bash[24239]: audit 2024-08-19T10:48:10.259430+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:48:10.738 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:10 smithi133 bash[24239]: audit 2024-08-19T10:48:10.259430+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:48:10.757 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:10 smithi078 bash[22737]: audit 2024-08-19T10:48:10.259430+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:48:10.758 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:10 smithi078 bash[22737]: audit 2024-08-19T10:48:10.259430+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:48:11.257 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:48:10 smithi078 bash[22990]: ::ffff:172.21.15.133 - - [19/Aug/2024:10:48:10] "GET /metrics HTTP/1.1" 200 21530 "" "Prometheus/2.51.0" 2024-08-19T10:48:11.709 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:11 smithi196 bash[24909]: cluster 2024-08-19T10:48:10.975191+0000 mgr.a (mgr.14394) 70 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:11.709 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:11 smithi196 bash[24909]: cluster 2024-08-19T10:48:10.975191+0000 mgr.a (mgr.14394) 70 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:11.738 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:11 smithi133 bash[24239]: cluster 2024-08-19T10:48:10.975191+0000 mgr.a (mgr.14394) 70 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:11.738 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:11 smithi133 bash[24239]: cluster 2024-08-19T10:48:10.975191+0000 mgr.a (mgr.14394) 70 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:11.757 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:11 smithi078 bash[22737]: cluster 2024-08-19T10:48:10.975191+0000 mgr.a (mgr.14394) 70 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:11.758 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:11 smithi078 bash[22737]: cluster 2024-08-19T10:48:10.975191+0000 mgr.a (mgr.14394) 70 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:13.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:13 smithi196 bash[24909]: cluster 2024-08-19T10:48:12.975693+0000 mgr.a (mgr.14394) 71 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:13.462 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:13 smithi196 bash[24909]: cluster 2024-08-19T10:48:12.975693+0000 mgr.a (mgr.14394) 71 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:13.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:13 smithi133 bash[24239]: cluster 2024-08-19T10:48:12.975693+0000 mgr.a (mgr.14394) 71 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:13.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:13 smithi133 bash[24239]: cluster 2024-08-19T10:48:12.975693+0000 mgr.a (mgr.14394) 71 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:13.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:13 smithi078 bash[22737]: cluster 2024-08-19T10:48:12.975693+0000 mgr.a (mgr.14394) 71 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:13.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:13 smithi078 bash[22737]: cluster 2024-08-19T10:48:12.975693+0000 mgr.a (mgr.14394) 71 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:15.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:15 smithi196 bash[24909]: cluster 2024-08-19T10:48:14.976188+0000 mgr.a (mgr.14394) 72 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:15.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:15 smithi196 bash[24909]: cluster 2024-08-19T10:48:14.976188+0000 mgr.a (mgr.14394) 72 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:15.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:15 smithi133 bash[24239]: cluster 2024-08-19T10:48:14.976188+0000 mgr.a (mgr.14394) 72 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:15.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:15 smithi133 bash[24239]: cluster 2024-08-19T10:48:14.976188+0000 mgr.a (mgr.14394) 72 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:15.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:15 smithi078 bash[22737]: cluster 2024-08-19T10:48:14.976188+0000 mgr.a (mgr.14394) 72 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:15.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:15 smithi078 bash[22737]: cluster 2024-08-19T10:48:14.976188+0000 mgr.a (mgr.14394) 72 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:17.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:17 smithi196 bash[24909]: cluster 2024-08-19T10:48:16.976831+0000 mgr.a (mgr.14394) 73 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:17.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:17 smithi196 bash[24909]: cluster 2024-08-19T10:48:16.976831+0000 mgr.a (mgr.14394) 73 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:17.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:17 smithi133 bash[24239]: cluster 2024-08-19T10:48:16.976831+0000 mgr.a (mgr.14394) 73 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:17.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:17 smithi133 bash[24239]: cluster 2024-08-19T10:48:16.976831+0000 mgr.a (mgr.14394) 73 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:17.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:17 smithi078 bash[22737]: cluster 2024-08-19T10:48:16.976831+0000 mgr.a (mgr.14394) 73 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:17.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:17 smithi078 bash[22737]: cluster 2024-08-19T10:48:16.976831+0000 mgr.a (mgr.14394) 73 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:19.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:19 smithi196 bash[24909]: cluster 2024-08-19T10:48:18.977493+0000 mgr.a (mgr.14394) 74 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:19.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:19 smithi196 bash[24909]: cluster 2024-08-19T10:48:18.977493+0000 mgr.a (mgr.14394) 74 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:19.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:19 smithi133 bash[24239]: cluster 2024-08-19T10:48:18.977493+0000 mgr.a (mgr.14394) 74 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:19.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:19 smithi133 bash[24239]: cluster 2024-08-19T10:48:18.977493+0000 mgr.a (mgr.14394) 74 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:19.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:19 smithi078 bash[22737]: cluster 2024-08-19T10:48:18.977493+0000 mgr.a (mgr.14394) 74 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:19.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:19 smithi078 bash[22737]: cluster 2024-08-19T10:48:18.977493+0000 mgr.a (mgr.14394) 74 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:20.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:20 smithi196 bash[24909]: audit 2024-08-19T10:48:19.501405+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:48:20.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:20 smithi196 bash[24909]: audit 2024-08-19T10:48:19.501405+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:48:20.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:20 smithi133 bash[24239]: audit 2024-08-19T10:48:19.501405+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:48:20.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:20 smithi133 bash[24239]: audit 2024-08-19T10:48:19.501405+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:48:20.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:20 smithi078 bash[22737]: audit 2024-08-19T10:48:19.501405+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:48:20.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:20 smithi078 bash[22737]: audit 2024-08-19T10:48:19.501405+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:48:21.039 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:48:20 smithi078 bash[22990]: ::ffff:172.21.15.133 - - [19/Aug/2024:10:48:20] "GET /metrics HTTP/1.1" 200 21530 "" "Prometheus/2.51.0" 2024-08-19T10:48:21.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:21 smithi196 bash[24909]: audit 2024-08-19T10:48:20.323797+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:48:21.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:21 smithi196 bash[24909]: audit 2024-08-19T10:48:20.323797+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:48:21.460 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:21 smithi196 bash[24909]: audit 2024-08-19T10:48:20.325297+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:48:21.460 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:21 smithi196 bash[24909]: audit 2024-08-19T10:48:20.325297+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:48:21.460 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:21 smithi196 bash[24909]: audit 2024-08-19T10:48:20.334805+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:48:21.460 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:21 smithi196 bash[24909]: audit 2024-08-19T10:48:20.334805+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:48:21.460 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:21 smithi196 bash[24909]: cluster 2024-08-19T10:48:20.978068+0000 mgr.a (mgr.14394) 75 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:21.460 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:21 smithi196 bash[24909]: cluster 2024-08-19T10:48:20.978068+0000 mgr.a (mgr.14394) 75 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:21.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:21 smithi133 bash[24239]: audit 2024-08-19T10:48:20.323797+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:48:21.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:21 smithi133 bash[24239]: audit 2024-08-19T10:48:20.323797+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:48:21.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:21 smithi133 bash[24239]: audit 2024-08-19T10:48:20.325297+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:48:21.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:21 smithi133 bash[24239]: audit 2024-08-19T10:48:20.325297+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:48:21.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:21 smithi133 bash[24239]: audit 2024-08-19T10:48:20.334805+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:48:21.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:21 smithi133 bash[24239]: audit 2024-08-19T10:48:20.334805+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:48:21.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:21 smithi133 bash[24239]: cluster 2024-08-19T10:48:20.978068+0000 mgr.a (mgr.14394) 75 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:21.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:21 smithi133 bash[24239]: cluster 2024-08-19T10:48:20.978068+0000 mgr.a (mgr.14394) 75 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:21.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:21 smithi078 bash[22737]: audit 2024-08-19T10:48:20.323797+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:48:21.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:21 smithi078 bash[22737]: audit 2024-08-19T10:48:20.323797+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:48:21.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:21 smithi078 bash[22737]: audit 2024-08-19T10:48:20.325297+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:48:21.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:21 smithi078 bash[22737]: audit 2024-08-19T10:48:20.325297+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:48:21.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:21 smithi078 bash[22737]: audit 2024-08-19T10:48:20.334805+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:48:21.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:21 smithi078 bash[22737]: audit 2024-08-19T10:48:20.334805+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:48:21.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:21 smithi078 bash[22737]: cluster 2024-08-19T10:48:20.978068+0000 mgr.a (mgr.14394) 75 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:21.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:21 smithi078 bash[22737]: cluster 2024-08-19T10:48:20.978068+0000 mgr.a (mgr.14394) 75 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:23.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:23 smithi196 bash[24909]: cluster 2024-08-19T10:48:22.978606+0000 mgr.a (mgr.14394) 76 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:23.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:23 smithi196 bash[24909]: cluster 2024-08-19T10:48:22.978606+0000 mgr.a (mgr.14394) 76 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:23.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:23 smithi133 bash[24239]: cluster 2024-08-19T10:48:22.978606+0000 mgr.a (mgr.14394) 76 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:23.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:23 smithi133 bash[24239]: cluster 2024-08-19T10:48:22.978606+0000 mgr.a (mgr.14394) 76 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:23.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:23 smithi078 bash[22737]: cluster 2024-08-19T10:48:22.978606+0000 mgr.a (mgr.14394) 76 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:23.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:23 smithi078 bash[22737]: cluster 2024-08-19T10:48:22.978606+0000 mgr.a (mgr.14394) 76 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:25.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:25 smithi196 bash[24909]: cluster 2024-08-19T10:48:24.979056+0000 mgr.a (mgr.14394) 77 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:25.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:25 smithi196 bash[24909]: cluster 2024-08-19T10:48:24.979056+0000 mgr.a (mgr.14394) 77 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:25.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:25 smithi133 bash[24239]: cluster 2024-08-19T10:48:24.979056+0000 mgr.a (mgr.14394) 77 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:25.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:25 smithi133 bash[24239]: cluster 2024-08-19T10:48:24.979056+0000 mgr.a (mgr.14394) 77 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:25.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:25 smithi078 bash[22737]: cluster 2024-08-19T10:48:24.979056+0000 mgr.a (mgr.14394) 77 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:25.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:25 smithi078 bash[22737]: cluster 2024-08-19T10:48:24.979056+0000 mgr.a (mgr.14394) 77 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:26.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:26 smithi196 bash[24909]: audit 2024-08-19T10:48:25.259835+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:48:26.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:26 smithi196 bash[24909]: audit 2024-08-19T10:48:25.259835+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:48:26.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:26 smithi133 bash[24239]: audit 2024-08-19T10:48:25.259835+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:48:26.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:26 smithi133 bash[24239]: audit 2024-08-19T10:48:25.259835+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:48:26.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:26 smithi078 bash[22737]: audit 2024-08-19T10:48:25.259835+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:48:26.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:26 smithi078 bash[22737]: audit 2024-08-19T10:48:25.259835+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:48:27.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:27 smithi196 bash[24909]: cluster 2024-08-19T10:48:26.979622+0000 mgr.a (mgr.14394) 78 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:27.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:27 smithi196 bash[24909]: cluster 2024-08-19T10:48:26.979622+0000 mgr.a (mgr.14394) 78 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:27.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:27 smithi133 bash[24239]: cluster 2024-08-19T10:48:26.979622+0000 mgr.a (mgr.14394) 78 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:27.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:27 smithi133 bash[24239]: cluster 2024-08-19T10:48:26.979622+0000 mgr.a (mgr.14394) 78 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:27.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:27 smithi078 bash[22737]: cluster 2024-08-19T10:48:26.979622+0000 mgr.a (mgr.14394) 78 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:27.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:27 smithi078 bash[22737]: cluster 2024-08-19T10:48:26.979622+0000 mgr.a (mgr.14394) 78 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:29.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:29 smithi196 bash[24909]: cluster 2024-08-19T10:48:28.980219+0000 mgr.a (mgr.14394) 79 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:29.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:29 smithi196 bash[24909]: cluster 2024-08-19T10:48:28.980219+0000 mgr.a (mgr.14394) 79 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:29.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:29 smithi133 bash[24239]: cluster 2024-08-19T10:48:28.980219+0000 mgr.a (mgr.14394) 79 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:29.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:29 smithi133 bash[24239]: cluster 2024-08-19T10:48:28.980219+0000 mgr.a (mgr.14394) 79 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:29.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:29 smithi078 bash[22737]: cluster 2024-08-19T10:48:28.980219+0000 mgr.a (mgr.14394) 79 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:29.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:29 smithi078 bash[22737]: cluster 2024-08-19T10:48:28.980219+0000 mgr.a (mgr.14394) 79 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:31.039 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:48:30 smithi078 bash[22990]: ::ffff:172.21.15.133 - - [19/Aug/2024:10:48:30] "GET /metrics HTTP/1.1" 200 21530 "" "Prometheus/2.51.0" 2024-08-19T10:48:31.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:31 smithi196 bash[24909]: cluster 2024-08-19T10:48:30.980785+0000 mgr.a (mgr.14394) 80 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:31.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:31 smithi196 bash[24909]: cluster 2024-08-19T10:48:30.980785+0000 mgr.a (mgr.14394) 80 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:31.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:31 smithi133 bash[24239]: cluster 2024-08-19T10:48:30.980785+0000 mgr.a (mgr.14394) 80 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:31.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:31 smithi133 bash[24239]: cluster 2024-08-19T10:48:30.980785+0000 mgr.a (mgr.14394) 80 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:31.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:31 smithi078 bash[22737]: cluster 2024-08-19T10:48:30.980785+0000 mgr.a (mgr.14394) 80 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:31.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:31 smithi078 bash[22737]: cluster 2024-08-19T10:48:30.980785+0000 mgr.a (mgr.14394) 80 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:33.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:33 smithi196 bash[24909]: cluster 2024-08-19T10:48:32.981377+0000 mgr.a (mgr.14394) 81 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:33.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:33 smithi196 bash[24909]: cluster 2024-08-19T10:48:32.981377+0000 mgr.a (mgr.14394) 81 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:33.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:33 smithi133 bash[24239]: cluster 2024-08-19T10:48:32.981377+0000 mgr.a (mgr.14394) 81 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:33.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:33 smithi133 bash[24239]: cluster 2024-08-19T10:48:32.981377+0000 mgr.a (mgr.14394) 81 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:33.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:33 smithi078 bash[22737]: cluster 2024-08-19T10:48:32.981377+0000 mgr.a (mgr.14394) 81 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:33.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:33 smithi078 bash[22737]: cluster 2024-08-19T10:48:32.981377+0000 mgr.a (mgr.14394) 81 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:35.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:35 smithi196 bash[24909]: cluster 2024-08-19T10:48:34.981910+0000 mgr.a (mgr.14394) 82 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:35.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:35 smithi196 bash[24909]: cluster 2024-08-19T10:48:34.981910+0000 mgr.a (mgr.14394) 82 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:35.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:35 smithi133 bash[24239]: cluster 2024-08-19T10:48:34.981910+0000 mgr.a (mgr.14394) 82 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:35.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:35 smithi133 bash[24239]: cluster 2024-08-19T10:48:34.981910+0000 mgr.a (mgr.14394) 82 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:35.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:35 smithi078 bash[22737]: cluster 2024-08-19T10:48:34.981910+0000 mgr.a (mgr.14394) 82 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:35.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:35 smithi078 bash[22737]: cluster 2024-08-19T10:48:34.981910+0000 mgr.a (mgr.14394) 82 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:37.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:37 smithi196 bash[24909]: cluster 2024-08-19T10:48:36.982429+0000 mgr.a (mgr.14394) 83 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:37.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:37 smithi196 bash[24909]: cluster 2024-08-19T10:48:36.982429+0000 mgr.a (mgr.14394) 83 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:37.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:37 smithi133 bash[24239]: cluster 2024-08-19T10:48:36.982429+0000 mgr.a (mgr.14394) 83 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:37.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:37 smithi133 bash[24239]: cluster 2024-08-19T10:48:36.982429+0000 mgr.a (mgr.14394) 83 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:37.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:37 smithi078 bash[22737]: cluster 2024-08-19T10:48:36.982429+0000 mgr.a (mgr.14394) 83 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:37.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:37 smithi078 bash[22737]: cluster 2024-08-19T10:48:36.982429+0000 mgr.a (mgr.14394) 83 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:39.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:39 smithi196 bash[24909]: cluster 2024-08-19T10:48:38.982943+0000 mgr.a (mgr.14394) 84 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:39.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:39 smithi196 bash[24909]: cluster 2024-08-19T10:48:38.982943+0000 mgr.a (mgr.14394) 84 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:39.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:39 smithi133 bash[24239]: cluster 2024-08-19T10:48:38.982943+0000 mgr.a (mgr.14394) 84 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:39.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:39 smithi133 bash[24239]: cluster 2024-08-19T10:48:38.982943+0000 mgr.a (mgr.14394) 84 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:39.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:39 smithi078 bash[22737]: cluster 2024-08-19T10:48:38.982943+0000 mgr.a (mgr.14394) 84 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:39.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:39 smithi078 bash[22737]: cluster 2024-08-19T10:48:38.982943+0000 mgr.a (mgr.14394) 84 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:40.709 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:40 smithi196 bash[24909]: audit 2024-08-19T10:48:40.260275+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:48:40.709 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:40 smithi196 bash[24909]: audit 2024-08-19T10:48:40.260275+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:48:40.738 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:40 smithi133 bash[24239]: audit 2024-08-19T10:48:40.260275+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:48:40.738 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:40 smithi133 bash[24239]: audit 2024-08-19T10:48:40.260275+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:48:40.757 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:40 smithi078 bash[22737]: audit 2024-08-19T10:48:40.260275+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:48:40.757 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:40 smithi078 bash[22737]: audit 2024-08-19T10:48:40.260275+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:48:41.257 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:48:40 smithi078 bash[22990]: ::ffff:172.21.15.133 - - [19/Aug/2024:10:48:40] "GET /metrics HTTP/1.1" 200 21525 "" "Prometheus/2.51.0" 2024-08-19T10:48:41.709 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:41 smithi196 bash[24909]: cluster 2024-08-19T10:48:40.983492+0000 mgr.a (mgr.14394) 85 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:41.709 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:41 smithi196 bash[24909]: cluster 2024-08-19T10:48:40.983492+0000 mgr.a (mgr.14394) 85 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:41.738 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:41 smithi133 bash[24239]: cluster 2024-08-19T10:48:40.983492+0000 mgr.a (mgr.14394) 85 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:41.738 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:41 smithi133 bash[24239]: cluster 2024-08-19T10:48:40.983492+0000 mgr.a (mgr.14394) 85 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:41.757 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:41 smithi078 bash[22737]: cluster 2024-08-19T10:48:40.983492+0000 mgr.a (mgr.14394) 85 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:41.757 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:41 smithi078 bash[22737]: cluster 2024-08-19T10:48:40.983492+0000 mgr.a (mgr.14394) 85 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:43.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:43 smithi196 bash[24909]: cluster 2024-08-19T10:48:42.984020+0000 mgr.a (mgr.14394) 86 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:43.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:43 smithi196 bash[24909]: cluster 2024-08-19T10:48:42.984020+0000 mgr.a (mgr.14394) 86 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:43.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:43 smithi133 bash[24239]: cluster 2024-08-19T10:48:42.984020+0000 mgr.a (mgr.14394) 86 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:43.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:43 smithi133 bash[24239]: cluster 2024-08-19T10:48:42.984020+0000 mgr.a (mgr.14394) 86 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:43.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:43 smithi078 bash[22737]: cluster 2024-08-19T10:48:42.984020+0000 mgr.a (mgr.14394) 86 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:43.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:43 smithi078 bash[22737]: cluster 2024-08-19T10:48:42.984020+0000 mgr.a (mgr.14394) 86 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:45.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:45 smithi196 bash[24909]: cluster 2024-08-19T10:48:44.984528+0000 mgr.a (mgr.14394) 87 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:45.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:45 smithi196 bash[24909]: cluster 2024-08-19T10:48:44.984528+0000 mgr.a (mgr.14394) 87 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:45.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:45 smithi133 bash[24239]: cluster 2024-08-19T10:48:44.984528+0000 mgr.a (mgr.14394) 87 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:45.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:45 smithi133 bash[24239]: cluster 2024-08-19T10:48:44.984528+0000 mgr.a (mgr.14394) 87 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:45.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:45 smithi078 bash[22737]: cluster 2024-08-19T10:48:44.984528+0000 mgr.a (mgr.14394) 87 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:45.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:45 smithi078 bash[22737]: cluster 2024-08-19T10:48:44.984528+0000 mgr.a (mgr.14394) 87 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:47.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:47 smithi196 bash[24909]: cluster 2024-08-19T10:48:46.985119+0000 mgr.a (mgr.14394) 88 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:47.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:47 smithi196 bash[24909]: cluster 2024-08-19T10:48:46.985119+0000 mgr.a (mgr.14394) 88 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:47.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:47 smithi133 bash[24239]: cluster 2024-08-19T10:48:46.985119+0000 mgr.a (mgr.14394) 88 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:47.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:47 smithi133 bash[24239]: cluster 2024-08-19T10:48:46.985119+0000 mgr.a (mgr.14394) 88 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:47.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:47 smithi078 bash[22737]: cluster 2024-08-19T10:48:46.985119+0000 mgr.a (mgr.14394) 88 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:47.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:47 smithi078 bash[22737]: cluster 2024-08-19T10:48:46.985119+0000 mgr.a (mgr.14394) 88 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:50.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:50 smithi196 bash[24909]: cluster 2024-08-19T10:48:48.985790+0000 mgr.a (mgr.14394) 89 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:50.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:50 smithi196 bash[24909]: cluster 2024-08-19T10:48:48.985790+0000 mgr.a (mgr.14394) 89 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:50.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:50 smithi133 bash[24239]: cluster 2024-08-19T10:48:48.985790+0000 mgr.a (mgr.14394) 89 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:50.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:50 smithi133 bash[24239]: cluster 2024-08-19T10:48:48.985790+0000 mgr.a (mgr.14394) 89 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:50.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:50 smithi078 bash[22737]: cluster 2024-08-19T10:48:48.985790+0000 mgr.a (mgr.14394) 89 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:50.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:50 smithi078 bash[22737]: cluster 2024-08-19T10:48:48.985790+0000 mgr.a (mgr.14394) 89 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:51.257 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:48:50 smithi078 bash[22990]: ::ffff:172.21.15.133 - - [19/Aug/2024:10:48:50] "GET /metrics HTTP/1.1" 200 21525 "" "Prometheus/2.51.0" 2024-08-19T10:48:52.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:52 smithi196 bash[24909]: cluster 2024-08-19T10:48:50.986375+0000 mgr.a (mgr.14394) 90 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:52.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:52 smithi196 bash[24909]: cluster 2024-08-19T10:48:50.986375+0000 mgr.a (mgr.14394) 90 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:52.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:52 smithi133 bash[24239]: cluster 2024-08-19T10:48:50.986375+0000 mgr.a (mgr.14394) 90 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:52.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:52 smithi133 bash[24239]: cluster 2024-08-19T10:48:50.986375+0000 mgr.a (mgr.14394) 90 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:52.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:52 smithi078 bash[22737]: cluster 2024-08-19T10:48:50.986375+0000 mgr.a (mgr.14394) 90 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:52.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:52 smithi078 bash[22737]: cluster 2024-08-19T10:48:50.986375+0000 mgr.a (mgr.14394) 90 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:54.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:54 smithi196 bash[24909]: cluster 2024-08-19T10:48:52.986890+0000 mgr.a (mgr.14394) 91 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:54.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:54 smithi196 bash[24909]: cluster 2024-08-19T10:48:52.986890+0000 mgr.a (mgr.14394) 91 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:54.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:54 smithi133 bash[24239]: cluster 2024-08-19T10:48:52.986890+0000 mgr.a (mgr.14394) 91 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:54.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:54 smithi133 bash[24239]: cluster 2024-08-19T10:48:52.986890+0000 mgr.a (mgr.14394) 91 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:54.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:54 smithi078 bash[22737]: cluster 2024-08-19T10:48:52.986890+0000 mgr.a (mgr.14394) 91 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:54.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:54 smithi078 bash[22737]: cluster 2024-08-19T10:48:52.986890+0000 mgr.a (mgr.14394) 91 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:56.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:56 smithi196 bash[24909]: cluster 2024-08-19T10:48:54.987384+0000 mgr.a (mgr.14394) 92 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:56.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:56 smithi196 bash[24909]: cluster 2024-08-19T10:48:54.987384+0000 mgr.a (mgr.14394) 92 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:56.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:56 smithi196 bash[24909]: audit 2024-08-19T10:48:55.260789+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:48:56.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:56 smithi196 bash[24909]: audit 2024-08-19T10:48:55.260789+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:48:56.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:56 smithi133 bash[24239]: cluster 2024-08-19T10:48:54.987384+0000 mgr.a (mgr.14394) 92 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:56.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:56 smithi133 bash[24239]: cluster 2024-08-19T10:48:54.987384+0000 mgr.a (mgr.14394) 92 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:56.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:56 smithi133 bash[24239]: audit 2024-08-19T10:48:55.260789+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:48:56.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:56 smithi133 bash[24239]: audit 2024-08-19T10:48:55.260789+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:48:56.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:56 smithi078 bash[22737]: cluster 2024-08-19T10:48:54.987384+0000 mgr.a (mgr.14394) 92 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:56.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:56 smithi078 bash[22737]: cluster 2024-08-19T10:48:54.987384+0000 mgr.a (mgr.14394) 92 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:56.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:56 smithi078 bash[22737]: audit 2024-08-19T10:48:55.260789+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:48:56.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:56 smithi078 bash[22737]: audit 2024-08-19T10:48:55.260789+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:48:58.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:58 smithi196 bash[24909]: cluster 2024-08-19T10:48:56.987914+0000 mgr.a (mgr.14394) 93 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:58.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:48:58 smithi196 bash[24909]: cluster 2024-08-19T10:48:56.987914+0000 mgr.a (mgr.14394) 93 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:58.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:58 smithi133 bash[24239]: cluster 2024-08-19T10:48:56.987914+0000 mgr.a (mgr.14394) 93 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:58.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:48:58 smithi133 bash[24239]: cluster 2024-08-19T10:48:56.987914+0000 mgr.a (mgr.14394) 93 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:58.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:58 smithi078 bash[22737]: cluster 2024-08-19T10:48:56.987914+0000 mgr.a (mgr.14394) 93 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:48:58.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:48:58 smithi078 bash[22737]: cluster 2024-08-19T10:48:56.987914+0000 mgr.a (mgr.14394) 93 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:00.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:00 smithi196 bash[24909]: cluster 2024-08-19T10:48:58.988437+0000 mgr.a (mgr.14394) 94 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:00.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:00 smithi196 bash[24909]: cluster 2024-08-19T10:48:58.988437+0000 mgr.a (mgr.14394) 94 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:00.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:00 smithi133 bash[24239]: cluster 2024-08-19T10:48:58.988437+0000 mgr.a (mgr.14394) 94 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:00.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:00 smithi133 bash[24239]: cluster 2024-08-19T10:48:58.988437+0000 mgr.a (mgr.14394) 94 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:00.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:00 smithi078 bash[22737]: cluster 2024-08-19T10:48:58.988437+0000 mgr.a (mgr.14394) 94 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:00.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:00 smithi078 bash[22737]: cluster 2024-08-19T10:48:58.988437+0000 mgr.a (mgr.14394) 94 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:01.257 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:49:00 smithi078 bash[22990]: ::ffff:172.21.15.133 - - [19/Aug/2024:10:49:00] "GET /metrics HTTP/1.1" 200 21530 "" "Prometheus/2.51.0" 2024-08-19T10:49:02.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:02 smithi196 bash[24909]: cluster 2024-08-19T10:49:00.989020+0000 mgr.a (mgr.14394) 95 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:02.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:02 smithi196 bash[24909]: cluster 2024-08-19T10:49:00.989020+0000 mgr.a (mgr.14394) 95 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:02.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:02 smithi133 bash[24239]: cluster 2024-08-19T10:49:00.989020+0000 mgr.a (mgr.14394) 95 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:02.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:02 smithi133 bash[24239]: cluster 2024-08-19T10:49:00.989020+0000 mgr.a (mgr.14394) 95 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:02.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:02 smithi078 bash[22737]: cluster 2024-08-19T10:49:00.989020+0000 mgr.a (mgr.14394) 95 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:02.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:02 smithi078 bash[22737]: cluster 2024-08-19T10:49:00.989020+0000 mgr.a (mgr.14394) 95 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:05.238 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:04 smithi133 bash[24239]: cluster 2024-08-19T10:49:02.989465+0000 mgr.a (mgr.14394) 96 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:05.238 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:04 smithi133 bash[24239]: cluster 2024-08-19T10:49:02.989465+0000 mgr.a (mgr.14394) 96 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:05.257 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:04 smithi078 bash[22737]: cluster 2024-08-19T10:49:02.989465+0000 mgr.a (mgr.14394) 96 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:05.257 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:04 smithi078 bash[22737]: cluster 2024-08-19T10:49:02.989465+0000 mgr.a (mgr.14394) 96 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:05.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:04 smithi196 bash[24909]: cluster 2024-08-19T10:49:02.989465+0000 mgr.a (mgr.14394) 96 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:05.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:04 smithi196 bash[24909]: cluster 2024-08-19T10:49:02.989465+0000 mgr.a (mgr.14394) 96 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:07.238 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:06 smithi133 bash[24239]: cluster 2024-08-19T10:49:04.989981+0000 mgr.a (mgr.14394) 97 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:07.238 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:06 smithi133 bash[24239]: cluster 2024-08-19T10:49:04.989981+0000 mgr.a (mgr.14394) 97 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:07.257 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:06 smithi078 bash[22737]: cluster 2024-08-19T10:49:04.989981+0000 mgr.a (mgr.14394) 97 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:07.257 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:06 smithi078 bash[22737]: cluster 2024-08-19T10:49:04.989981+0000 mgr.a (mgr.14394) 97 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:07.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:06 smithi196 bash[24909]: cluster 2024-08-19T10:49:04.989981+0000 mgr.a (mgr.14394) 97 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:07.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:06 smithi196 bash[24909]: cluster 2024-08-19T10:49:04.989981+0000 mgr.a (mgr.14394) 97 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:09.238 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:08 smithi133 bash[24239]: cluster 2024-08-19T10:49:06.990500+0000 mgr.a (mgr.14394) 98 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:09.238 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:08 smithi133 bash[24239]: cluster 2024-08-19T10:49:06.990500+0000 mgr.a (mgr.14394) 98 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:09.257 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:08 smithi078 bash[22737]: cluster 2024-08-19T10:49:06.990500+0000 mgr.a (mgr.14394) 98 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:09.257 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:08 smithi078 bash[22737]: cluster 2024-08-19T10:49:06.990500+0000 mgr.a (mgr.14394) 98 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:09.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:08 smithi196 bash[24909]: cluster 2024-08-19T10:49:06.990500+0000 mgr.a (mgr.14394) 98 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:09.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:08 smithi196 bash[24909]: cluster 2024-08-19T10:49:06.990500+0000 mgr.a (mgr.14394) 98 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:11.257 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:49:10 smithi078 bash[22990]: ::ffff:172.21.15.133 - - [19/Aug/2024:10:49:10] "GET /metrics HTTP/1.1" 200 21540 "" "Prometheus/2.51.0" 2024-08-19T10:49:11.257 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:10 smithi078 bash[22737]: cluster 2024-08-19T10:49:08.990986+0000 mgr.a (mgr.14394) 99 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:11.258 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:10 smithi078 bash[22737]: cluster 2024-08-19T10:49:08.990986+0000 mgr.a (mgr.14394) 99 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:11.258 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:10 smithi078 bash[22737]: audit 2024-08-19T10:49:10.261225+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:49:11.258 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:10 smithi078 bash[22737]: audit 2024-08-19T10:49:10.261225+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:49:11.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:10 smithi196 bash[24909]: cluster 2024-08-19T10:49:08.990986+0000 mgr.a (mgr.14394) 99 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:11.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:10 smithi196 bash[24909]: cluster 2024-08-19T10:49:08.990986+0000 mgr.a (mgr.14394) 99 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:11.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:10 smithi196 bash[24909]: audit 2024-08-19T10:49:10.261225+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:49:11.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:10 smithi196 bash[24909]: audit 2024-08-19T10:49:10.261225+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:49:11.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:10 smithi133 bash[24239]: cluster 2024-08-19T10:49:08.990986+0000 mgr.a (mgr.14394) 99 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:11.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:10 smithi133 bash[24239]: cluster 2024-08-19T10:49:08.990986+0000 mgr.a (mgr.14394) 99 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:11.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:10 smithi133 bash[24239]: audit 2024-08-19T10:49:10.261225+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:49:11.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:10 smithi133 bash[24239]: audit 2024-08-19T10:49:10.261225+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:49:12.257 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:11 smithi078 bash[22737]: cluster 2024-08-19T10:49:10.991653+0000 mgr.a (mgr.14394) 100 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:12.257 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:11 smithi078 bash[22737]: cluster 2024-08-19T10:49:10.991653+0000 mgr.a (mgr.14394) 100 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:12.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:12 smithi196 bash[24909]: cluster 2024-08-19T10:49:10.991653+0000 mgr.a (mgr.14394) 100 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:12.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:12 smithi196 bash[24909]: cluster 2024-08-19T10:49:10.991653+0000 mgr.a (mgr.14394) 100 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:12.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:12 smithi133 bash[24239]: cluster 2024-08-19T10:49:10.991653+0000 mgr.a (mgr.14394) 100 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:12.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:12 smithi133 bash[24239]: cluster 2024-08-19T10:49:10.991653+0000 mgr.a (mgr.14394) 100 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:14.257 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:14 smithi078 bash[22737]: cluster 2024-08-19T10:49:12.992228+0000 mgr.a (mgr.14394) 101 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:14.257 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:14 smithi078 bash[22737]: cluster 2024-08-19T10:49:12.992228+0000 mgr.a (mgr.14394) 101 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:14.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:14 smithi196 bash[24909]: cluster 2024-08-19T10:49:12.992228+0000 mgr.a (mgr.14394) 101 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:14.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:14 smithi196 bash[24909]: cluster 2024-08-19T10:49:12.992228+0000 mgr.a (mgr.14394) 101 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:14.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:14 smithi133 bash[24239]: cluster 2024-08-19T10:49:12.992228+0000 mgr.a (mgr.14394) 101 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:14.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:14 smithi133 bash[24239]: cluster 2024-08-19T10:49:12.992228+0000 mgr.a (mgr.14394) 101 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:16.257 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:16 smithi078 bash[22737]: cluster 2024-08-19T10:49:14.992706+0000 mgr.a (mgr.14394) 102 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:16.258 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:16 smithi078 bash[22737]: cluster 2024-08-19T10:49:14.992706+0000 mgr.a (mgr.14394) 102 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:16.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:16 smithi196 bash[24909]: cluster 2024-08-19T10:49:14.992706+0000 mgr.a (mgr.14394) 102 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:16.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:16 smithi196 bash[24909]: cluster 2024-08-19T10:49:14.992706+0000 mgr.a (mgr.14394) 102 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:16.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:16 smithi133 bash[24239]: cluster 2024-08-19T10:49:14.992706+0000 mgr.a (mgr.14394) 102 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:16.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:16 smithi133 bash[24239]: cluster 2024-08-19T10:49:14.992706+0000 mgr.a (mgr.14394) 102 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:18.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:18 smithi196 bash[24909]: cluster 2024-08-19T10:49:16.993252+0000 mgr.a (mgr.14394) 103 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:18.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:18 smithi196 bash[24909]: cluster 2024-08-19T10:49:16.993252+0000 mgr.a (mgr.14394) 103 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:18.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:18 smithi133 bash[24239]: cluster 2024-08-19T10:49:16.993252+0000 mgr.a (mgr.14394) 103 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:18.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:18 smithi133 bash[24239]: cluster 2024-08-19T10:49:16.993252+0000 mgr.a (mgr.14394) 103 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:18.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:18 smithi078 bash[22737]: cluster 2024-08-19T10:49:16.993252+0000 mgr.a (mgr.14394) 103 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:18.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:18 smithi078 bash[22737]: cluster 2024-08-19T10:49:16.993252+0000 mgr.a (mgr.14394) 103 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:20.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:20 smithi196 bash[24909]: cluster 2024-08-19T10:49:18.993743+0000 mgr.a (mgr.14394) 104 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:20.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:20 smithi196 bash[24909]: cluster 2024-08-19T10:49:18.993743+0000 mgr.a (mgr.14394) 104 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:20.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:20 smithi133 bash[24239]: cluster 2024-08-19T10:49:18.993743+0000 mgr.a (mgr.14394) 104 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:20.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:20 smithi133 bash[24239]: cluster 2024-08-19T10:49:18.993743+0000 mgr.a (mgr.14394) 104 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:20.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:20 smithi078 bash[22737]: cluster 2024-08-19T10:49:18.993743+0000 mgr.a (mgr.14394) 104 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:20.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:20 smithi078 bash[22737]: cluster 2024-08-19T10:49:18.993743+0000 mgr.a (mgr.14394) 104 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:21.257 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:49:20 smithi078 bash[22990]: ::ffff:172.21.15.133 - - [19/Aug/2024:10:49:20] "GET /metrics HTTP/1.1" 200 21540 "" "Prometheus/2.51.0" 2024-08-19T10:49:21.257 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:21 smithi078 bash[22737]: audit 2024-08-19T10:49:20.697746+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:49:21.257 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:21 smithi078 bash[22737]: audit 2024-08-19T10:49:20.697746+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:49:21.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:21 smithi196 bash[24909]: audit 2024-08-19T10:49:20.697746+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:49:21.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:21 smithi196 bash[24909]: audit 2024-08-19T10:49:20.697746+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:49:21.487 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:21 smithi133 bash[24239]: audit 2024-08-19T10:49:20.697746+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:49:21.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:21 smithi133 bash[24239]: audit 2024-08-19T10:49:20.697746+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:49:22.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:22 smithi196 bash[24909]: cluster 2024-08-19T10:49:20.994232+0000 mgr.a (mgr.14394) 105 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:22.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:22 smithi196 bash[24909]: cluster 2024-08-19T10:49:20.994232+0000 mgr.a (mgr.14394) 105 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:22.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:22 smithi196 bash[24909]: audit 2024-08-19T10:49:21.566911+0000 mon.a (mon.0) 610 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:49:22.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:22 smithi196 bash[24909]: audit 2024-08-19T10:49:21.566911+0000 mon.a (mon.0) 610 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:49:22.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:22 smithi196 bash[24909]: audit 2024-08-19T10:49:21.568522+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:49:22.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:22 smithi196 bash[24909]: audit 2024-08-19T10:49:21.568522+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:49:22.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:22 smithi196 bash[24909]: audit 2024-08-19T10:49:21.577695+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:49:22.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:22 smithi196 bash[24909]: audit 2024-08-19T10:49:21.577695+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:49:22.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:22 smithi133 bash[24239]: cluster 2024-08-19T10:49:20.994232+0000 mgr.a (mgr.14394) 105 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:22.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:22 smithi133 bash[24239]: cluster 2024-08-19T10:49:20.994232+0000 mgr.a (mgr.14394) 105 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:22.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:22 smithi133 bash[24239]: audit 2024-08-19T10:49:21.566911+0000 mon.a (mon.0) 610 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:49:22.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:22 smithi133 bash[24239]: audit 2024-08-19T10:49:21.566911+0000 mon.a (mon.0) 610 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:49:22.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:22 smithi133 bash[24239]: audit 2024-08-19T10:49:21.568522+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:49:22.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:22 smithi133 bash[24239]: audit 2024-08-19T10:49:21.568522+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:49:22.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:22 smithi133 bash[24239]: audit 2024-08-19T10:49:21.577695+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:49:22.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:22 smithi133 bash[24239]: audit 2024-08-19T10:49:21.577695+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:49:22.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:22 smithi078 bash[22737]: cluster 2024-08-19T10:49:20.994232+0000 mgr.a (mgr.14394) 105 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:22.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:22 smithi078 bash[22737]: cluster 2024-08-19T10:49:20.994232+0000 mgr.a (mgr.14394) 105 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:22.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:22 smithi078 bash[22737]: audit 2024-08-19T10:49:21.566911+0000 mon.a (mon.0) 610 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:49:22.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:22 smithi078 bash[22737]: audit 2024-08-19T10:49:21.566911+0000 mon.a (mon.0) 610 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:49:22.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:22 smithi078 bash[22737]: audit 2024-08-19T10:49:21.568522+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:49:22.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:22 smithi078 bash[22737]: audit 2024-08-19T10:49:21.568522+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:49:22.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:22 smithi078 bash[22737]: audit 2024-08-19T10:49:21.577695+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:49:22.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:22 smithi078 bash[22737]: audit 2024-08-19T10:49:21.577695+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:49:24.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:24 smithi196 bash[24909]: cluster 2024-08-19T10:49:22.994833+0000 mgr.a (mgr.14394) 106 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:24.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:24 smithi196 bash[24909]: cluster 2024-08-19T10:49:22.994833+0000 mgr.a (mgr.14394) 106 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:24.487 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:24 smithi133 bash[24239]: cluster 2024-08-19T10:49:22.994833+0000 mgr.a (mgr.14394) 106 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:24.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:24 smithi133 bash[24239]: cluster 2024-08-19T10:49:22.994833+0000 mgr.a (mgr.14394) 106 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:24.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:24 smithi078 bash[22737]: cluster 2024-08-19T10:49:22.994833+0000 mgr.a (mgr.14394) 106 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:24.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:24 smithi078 bash[22737]: cluster 2024-08-19T10:49:22.994833+0000 mgr.a (mgr.14394) 106 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:26.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:26 smithi196 bash[24909]: cluster 2024-08-19T10:49:24.995441+0000 mgr.a (mgr.14394) 107 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:26.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:26 smithi196 bash[24909]: cluster 2024-08-19T10:49:24.995441+0000 mgr.a (mgr.14394) 107 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:26.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:26 smithi196 bash[24909]: audit 2024-08-19T10:49:25.261733+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:49:26.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:26 smithi196 bash[24909]: audit 2024-08-19T10:49:25.261733+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:49:26.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:26 smithi133 bash[24239]: cluster 2024-08-19T10:49:24.995441+0000 mgr.a (mgr.14394) 107 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:26.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:26 smithi133 bash[24239]: cluster 2024-08-19T10:49:24.995441+0000 mgr.a (mgr.14394) 107 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:26.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:26 smithi133 bash[24239]: audit 2024-08-19T10:49:25.261733+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:49:26.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:26 smithi133 bash[24239]: audit 2024-08-19T10:49:25.261733+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:49:26.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:26 smithi078 bash[22737]: cluster 2024-08-19T10:49:24.995441+0000 mgr.a (mgr.14394) 107 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:26.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:26 smithi078 bash[22737]: cluster 2024-08-19T10:49:24.995441+0000 mgr.a (mgr.14394) 107 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:26.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:26 smithi078 bash[22737]: audit 2024-08-19T10:49:25.261733+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:49:26.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:26 smithi078 bash[22737]: audit 2024-08-19T10:49:25.261733+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:49:28.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:28 smithi196 bash[24909]: cluster 2024-08-19T10:49:26.996030+0000 mgr.a (mgr.14394) 108 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:28.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:28 smithi196 bash[24909]: cluster 2024-08-19T10:49:26.996030+0000 mgr.a (mgr.14394) 108 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:28.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:28 smithi133 bash[24239]: cluster 2024-08-19T10:49:26.996030+0000 mgr.a (mgr.14394) 108 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:28.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:28 smithi133 bash[24239]: cluster 2024-08-19T10:49:26.996030+0000 mgr.a (mgr.14394) 108 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:28.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:28 smithi078 bash[22737]: cluster 2024-08-19T10:49:26.996030+0000 mgr.a (mgr.14394) 108 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:28.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:28 smithi078 bash[22737]: cluster 2024-08-19T10:49:26.996030+0000 mgr.a (mgr.14394) 108 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:30.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:30 smithi196 bash[24909]: cluster 2024-08-19T10:49:28.996559+0000 mgr.a (mgr.14394) 109 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:30.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:30 smithi196 bash[24909]: cluster 2024-08-19T10:49:28.996559+0000 mgr.a (mgr.14394) 109 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:30.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:30 smithi133 bash[24239]: cluster 2024-08-19T10:49:28.996559+0000 mgr.a (mgr.14394) 109 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:30.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:30 smithi133 bash[24239]: cluster 2024-08-19T10:49:28.996559+0000 mgr.a (mgr.14394) 109 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:30.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:30 smithi078 bash[22737]: cluster 2024-08-19T10:49:28.996559+0000 mgr.a (mgr.14394) 109 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:30.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:30 smithi078 bash[22737]: cluster 2024-08-19T10:49:28.996559+0000 mgr.a (mgr.14394) 109 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:31.257 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:49:30 smithi078 bash[22990]: ::ffff:172.21.15.133 - - [19/Aug/2024:10:49:30] "GET /metrics HTTP/1.1" 200 21541 "" "Prometheus/2.51.0" 2024-08-19T10:49:32.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:32 smithi196 bash[24909]: cluster 2024-08-19T10:49:30.997093+0000 mgr.a (mgr.14394) 110 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:32.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:32 smithi196 bash[24909]: cluster 2024-08-19T10:49:30.997093+0000 mgr.a (mgr.14394) 110 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:32.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:32 smithi133 bash[24239]: cluster 2024-08-19T10:49:30.997093+0000 mgr.a (mgr.14394) 110 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:32.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:32 smithi133 bash[24239]: cluster 2024-08-19T10:49:30.997093+0000 mgr.a (mgr.14394) 110 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:32.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:32 smithi078 bash[22737]: cluster 2024-08-19T10:49:30.997093+0000 mgr.a (mgr.14394) 110 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:32.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:32 smithi078 bash[22737]: cluster 2024-08-19T10:49:30.997093+0000 mgr.a (mgr.14394) 110 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:34.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:34 smithi196 bash[24909]: cluster 2024-08-19T10:49:32.997540+0000 mgr.a (mgr.14394) 111 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:34.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:34 smithi196 bash[24909]: cluster 2024-08-19T10:49:32.997540+0000 mgr.a (mgr.14394) 111 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:34.487 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:34 smithi133 bash[24239]: cluster 2024-08-19T10:49:32.997540+0000 mgr.a (mgr.14394) 111 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:34.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:34 smithi133 bash[24239]: cluster 2024-08-19T10:49:32.997540+0000 mgr.a (mgr.14394) 111 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:34.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:34 smithi078 bash[22737]: cluster 2024-08-19T10:49:32.997540+0000 mgr.a (mgr.14394) 111 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:34.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:34 smithi078 bash[22737]: cluster 2024-08-19T10:49:32.997540+0000 mgr.a (mgr.14394) 111 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:36.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:36 smithi196 bash[24909]: cluster 2024-08-19T10:49:34.998038+0000 mgr.a (mgr.14394) 112 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:36.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:36 smithi196 bash[24909]: cluster 2024-08-19T10:49:34.998038+0000 mgr.a (mgr.14394) 112 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:36.487 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:36 smithi133 bash[24239]: cluster 2024-08-19T10:49:34.998038+0000 mgr.a (mgr.14394) 112 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:36.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:36 smithi133 bash[24239]: cluster 2024-08-19T10:49:34.998038+0000 mgr.a (mgr.14394) 112 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:36.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:36 smithi078 bash[22737]: cluster 2024-08-19T10:49:34.998038+0000 mgr.a (mgr.14394) 112 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:36.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:36 smithi078 bash[22737]: cluster 2024-08-19T10:49:34.998038+0000 mgr.a (mgr.14394) 112 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:38.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:38 smithi196 bash[24909]: cluster 2024-08-19T10:49:36.998569+0000 mgr.a (mgr.14394) 113 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:38.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:38 smithi196 bash[24909]: cluster 2024-08-19T10:49:36.998569+0000 mgr.a (mgr.14394) 113 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:38.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:38 smithi133 bash[24239]: cluster 2024-08-19T10:49:36.998569+0000 mgr.a (mgr.14394) 113 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:38.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:38 smithi133 bash[24239]: cluster 2024-08-19T10:49:36.998569+0000 mgr.a (mgr.14394) 113 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:38.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:38 smithi078 bash[22737]: cluster 2024-08-19T10:49:36.998569+0000 mgr.a (mgr.14394) 113 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:38.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:38 smithi078 bash[22737]: cluster 2024-08-19T10:49:36.998569+0000 mgr.a (mgr.14394) 113 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:40.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:40 smithi196 bash[24909]: cluster 2024-08-19T10:49:38.999062+0000 mgr.a (mgr.14394) 114 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:40.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:40 smithi196 bash[24909]: cluster 2024-08-19T10:49:38.999062+0000 mgr.a (mgr.14394) 114 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:40.487 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:40 smithi133 bash[24239]: cluster 2024-08-19T10:49:38.999062+0000 mgr.a (mgr.14394) 114 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:40.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:40 smithi133 bash[24239]: cluster 2024-08-19T10:49:38.999062+0000 mgr.a (mgr.14394) 114 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:40.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:40 smithi078 bash[22737]: cluster 2024-08-19T10:49:38.999062+0000 mgr.a (mgr.14394) 114 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:40.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:40 smithi078 bash[22737]: cluster 2024-08-19T10:49:38.999062+0000 mgr.a (mgr.14394) 114 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:41.068 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:49:40 smithi078 bash[22990]: ::ffff:172.21.15.133 - - [19/Aug/2024:10:49:40] "GET /metrics HTTP/1.1" 200 21537 "" "Prometheus/2.51.0" 2024-08-19T10:49:41.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:41 smithi196 bash[24909]: audit 2024-08-19T10:49:40.262462+0000 mon.a (mon.0) 614 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:49:41.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:41 smithi196 bash[24909]: audit 2024-08-19T10:49:40.262462+0000 mon.a (mon.0) 614 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:49:41.487 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:41 smithi133 bash[24239]: audit 2024-08-19T10:49:40.262462+0000 mon.a (mon.0) 614 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:49:41.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:41 smithi133 bash[24239]: audit 2024-08-19T10:49:40.262462+0000 mon.a (mon.0) 614 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:49:41.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:41 smithi078 bash[22737]: audit 2024-08-19T10:49:40.262462+0000 mon.a (mon.0) 614 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:49:41.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:41 smithi078 bash[22737]: audit 2024-08-19T10:49:40.262462+0000 mon.a (mon.0) 614 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:49:42.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:42 smithi196 bash[24909]: cluster 2024-08-19T10:49:40.999583+0000 mgr.a (mgr.14394) 115 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:42.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:42 smithi196 bash[24909]: cluster 2024-08-19T10:49:40.999583+0000 mgr.a (mgr.14394) 115 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:42.487 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:42 smithi133 bash[24239]: cluster 2024-08-19T10:49:40.999583+0000 mgr.a (mgr.14394) 115 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:42.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:42 smithi133 bash[24239]: cluster 2024-08-19T10:49:40.999583+0000 mgr.a (mgr.14394) 115 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:42.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:42 smithi078 bash[22737]: cluster 2024-08-19T10:49:40.999583+0000 mgr.a (mgr.14394) 115 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:42.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:42 smithi078 bash[22737]: cluster 2024-08-19T10:49:40.999583+0000 mgr.a (mgr.14394) 115 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:44.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:44 smithi196 bash[24909]: cluster 2024-08-19T10:49:43.000117+0000 mgr.a (mgr.14394) 116 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:44.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:44 smithi196 bash[24909]: cluster 2024-08-19T10:49:43.000117+0000 mgr.a (mgr.14394) 116 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:44.487 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:44 smithi133 bash[24239]: cluster 2024-08-19T10:49:43.000117+0000 mgr.a (mgr.14394) 116 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:44.487 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:44 smithi133 bash[24239]: cluster 2024-08-19T10:49:43.000117+0000 mgr.a (mgr.14394) 116 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:44.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:44 smithi078 bash[22737]: cluster 2024-08-19T10:49:43.000117+0000 mgr.a (mgr.14394) 116 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:44.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:44 smithi078 bash[22737]: cluster 2024-08-19T10:49:43.000117+0000 mgr.a (mgr.14394) 116 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:46.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:46 smithi196 bash[24909]: cluster 2024-08-19T10:49:45.000603+0000 mgr.a (mgr.14394) 117 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:46.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:46 smithi196 bash[24909]: cluster 2024-08-19T10:49:45.000603+0000 mgr.a (mgr.14394) 117 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:46.487 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:46 smithi133 bash[24239]: cluster 2024-08-19T10:49:45.000603+0000 mgr.a (mgr.14394) 117 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:46.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:46 smithi133 bash[24239]: cluster 2024-08-19T10:49:45.000603+0000 mgr.a (mgr.14394) 117 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:46.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:46 smithi078 bash[22737]: cluster 2024-08-19T10:49:45.000603+0000 mgr.a (mgr.14394) 117 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:46.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:46 smithi078 bash[22737]: cluster 2024-08-19T10:49:45.000603+0000 mgr.a (mgr.14394) 117 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:48.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:48 smithi196 bash[24909]: cluster 2024-08-19T10:49:47.001156+0000 mgr.a (mgr.14394) 118 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:48.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:48 smithi196 bash[24909]: cluster 2024-08-19T10:49:47.001156+0000 mgr.a (mgr.14394) 118 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:48.487 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:48 smithi133 bash[24239]: cluster 2024-08-19T10:49:47.001156+0000 mgr.a (mgr.14394) 118 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:48.487 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:48 smithi133 bash[24239]: cluster 2024-08-19T10:49:47.001156+0000 mgr.a (mgr.14394) 118 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:48.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:48 smithi078 bash[22737]: cluster 2024-08-19T10:49:47.001156+0000 mgr.a (mgr.14394) 118 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:48.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:48 smithi078 bash[22737]: cluster 2024-08-19T10:49:47.001156+0000 mgr.a (mgr.14394) 118 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:50.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:50 smithi196 bash[24909]: cluster 2024-08-19T10:49:49.001693+0000 mgr.a (mgr.14394) 119 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:50.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:50 smithi196 bash[24909]: cluster 2024-08-19T10:49:49.001693+0000 mgr.a (mgr.14394) 119 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:50.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:50 smithi133 bash[24239]: cluster 2024-08-19T10:49:49.001693+0000 mgr.a (mgr.14394) 119 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:50.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:50 smithi133 bash[24239]: cluster 2024-08-19T10:49:49.001693+0000 mgr.a (mgr.14394) 119 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:50.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:50 smithi078 bash[22737]: cluster 2024-08-19T10:49:49.001693+0000 mgr.a (mgr.14394) 119 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:50.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:50 smithi078 bash[22737]: cluster 2024-08-19T10:49:49.001693+0000 mgr.a (mgr.14394) 119 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:51.257 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:49:50 smithi078 bash[22990]: ::ffff:172.21.15.133 - - [19/Aug/2024:10:49:50] "GET /metrics HTTP/1.1" 200 21537 "" "Prometheus/2.51.0" 2024-08-19T10:49:52.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:52 smithi196 bash[24909]: cluster 2024-08-19T10:49:51.002232+0000 mgr.a (mgr.14394) 120 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:52.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:52 smithi196 bash[24909]: cluster 2024-08-19T10:49:51.002232+0000 mgr.a (mgr.14394) 120 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:52.487 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:52 smithi133 bash[24239]: cluster 2024-08-19T10:49:51.002232+0000 mgr.a (mgr.14394) 120 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:52.487 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:52 smithi133 bash[24239]: cluster 2024-08-19T10:49:51.002232+0000 mgr.a (mgr.14394) 120 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:52.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:52 smithi078 bash[22737]: cluster 2024-08-19T10:49:51.002232+0000 mgr.a (mgr.14394) 120 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:52.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:52 smithi078 bash[22737]: cluster 2024-08-19T10:49:51.002232+0000 mgr.a (mgr.14394) 120 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:54.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:54 smithi196 bash[24909]: cluster 2024-08-19T10:49:53.002723+0000 mgr.a (mgr.14394) 121 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:54.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:54 smithi196 bash[24909]: cluster 2024-08-19T10:49:53.002723+0000 mgr.a (mgr.14394) 121 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:54.487 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:54 smithi133 bash[24239]: cluster 2024-08-19T10:49:53.002723+0000 mgr.a (mgr.14394) 121 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:54.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:54 smithi133 bash[24239]: cluster 2024-08-19T10:49:53.002723+0000 mgr.a (mgr.14394) 121 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:54.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:54 smithi078 bash[22737]: cluster 2024-08-19T10:49:53.002723+0000 mgr.a (mgr.14394) 121 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:54.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:54 smithi078 bash[22737]: cluster 2024-08-19T10:49:53.002723+0000 mgr.a (mgr.14394) 121 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:54.574 INFO:teuthology.orchestra.run.smithi078.stderr:+ ceph orch ls 2024-08-19T10:49:54.887 INFO:teuthology.orchestra.run.smithi078.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-08-19T10:49:54.887 INFO:teuthology.orchestra.run.smithi078.stdout:alertmanager ?:9093,9094 1/1 2m ago 4m count:1 2024-08-19T10:49:54.887 INFO:teuthology.orchestra.run.smithi078.stdout:grafana ?:3000 1/1 2m ago 4m count:1 2024-08-19T10:49:54.887 INFO:teuthology.orchestra.run.smithi078.stdout:mgr 2/2 2m ago 8m smithi078=a;smithi133=b;count:2 2024-08-19T10:49:54.887 INFO:teuthology.orchestra.run.smithi078.stdout:mon 3/3 2m ago 8m smithi078:172.21.15.78=a;smithi133:172.21.15.133=b;smithi196:172.21.15.196=c;count:3 2024-08-19T10:49:54.887 INFO:teuthology.orchestra.run.smithi078.stdout:node-exporter ?:9100 3/3 2m ago 4m * 2024-08-19T10:49:54.887 INFO:teuthology.orchestra.run.smithi078.stdout:osd 3 2m ago - 2024-08-19T10:49:54.887 INFO:teuthology.orchestra.run.smithi078.stdout:prometheus ?:9095 1/1 2m ago 4m count:1 2024-08-19T10:49:54.899 INFO:teuthology.orchestra.run.smithi078.stderr:+ ceph orch ps 2024-08-19T10:49:55.215 INFO:teuthology.orchestra.run.smithi078.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-08-19T10:49:55.215 INFO:teuthology.orchestra.run.smithi078.stdout:alertmanager.smithi196 smithi196 *:9093,9094 running (2m) 2m ago 3m 14.0M - 0.27.0 11f11916f8cd ccf901d1e2fd 2024-08-19T10:49:55.215 INFO:teuthology.orchestra.run.smithi078.stdout:grafana.smithi078 smithi078 *:3000 running (2m) 2m ago 3m 57.0M - c8b91775d855 b4213c4b513b 2024-08-19T10:49:55.215 INFO:teuthology.orchestra.run.smithi078.stdout:mgr.a smithi078 *:9283,8765 running (10m) 2m ago 10m 495M - 19.0.0-5847-g79766939 50bbda8a3289 606ee9789de7 2024-08-19T10:49:55.215 INFO:teuthology.orchestra.run.smithi078.stdout:mgr.b smithi133 *:8443,8765 running (8m) 2m ago 8m 437M - 19.0.0-5847-g79766939 50bbda8a3289 3b12792f3e53 2024-08-19T10:49:55.215 INFO:teuthology.orchestra.run.smithi078.stdout:mon.a smithi078 running (10m) 2m ago 10m 41.9M 2048M 19.0.0-5847-g79766939 50bbda8a3289 39ecfd0b522c 2024-08-19T10:49:55.215 INFO:teuthology.orchestra.run.smithi078.stdout:mon.b smithi133 running (8m) 2m ago 8m 40.7M 2048M 19.0.0-5847-g79766939 50bbda8a3289 96d0096695a8 2024-08-19T10:49:55.215 INFO:teuthology.orchestra.run.smithi078.stdout:mon.c smithi196 running (8m) 2m ago 8m 31.4M 2048M 19.0.0-5847-g79766939 50bbda8a3289 5148979c6080 2024-08-19T10:49:55.216 INFO:teuthology.orchestra.run.smithi078.stdout:node-exporter.smithi078 smithi078 *:9100 running (3m) 2m ago 4m 3008k - 1.7.0 72c9c2088986 551e32e1050d 2024-08-19T10:49:55.216 INFO:teuthology.orchestra.run.smithi078.stdout:node-exporter.smithi133 smithi133 *:9100 running (3m) 2m ago 3m 2860k - 1.7.0 72c9c2088986 aa92a42bc38f 2024-08-19T10:49:55.216 INFO:teuthology.orchestra.run.smithi078.stdout:node-exporter.smithi196 smithi196 *:9100 running (3m) 2m ago 3m 2935k - 1.7.0 72c9c2088986 b854041d6603 2024-08-19T10:49:55.216 INFO:teuthology.orchestra.run.smithi078.stdout:osd.0 smithi078 running (7m) 2m ago 7m 37.7M 14.8G 19.0.0-5847-g79766939 50bbda8a3289 a2ba077793d7 2024-08-19T10:49:55.216 INFO:teuthology.orchestra.run.smithi078.stdout:osd.1 smithi133 running (6m) 2m ago 6m 44.6M 14.8G 19.0.0-5847-g79766939 50bbda8a3289 dc76864254e7 2024-08-19T10:49:55.216 INFO:teuthology.orchestra.run.smithi078.stdout:osd.2 smithi196 running (5m) 2m ago 5m 37.4M 18.8G 19.0.0-5847-g79766939 50bbda8a3289 95e3e2f0d55e 2024-08-19T10:49:55.216 INFO:teuthology.orchestra.run.smithi078.stdout:prometheus.smithi133 smithi133 *:9095 running (3m) 2m ago 3m 24.3M - 2.51.0 1d3b7f56885b 16ce89a95626 2024-08-19T10:49:55.228 INFO:teuthology.orchestra.run.smithi078.stderr:+ ceph orch host ls 2024-08-19T10:49:55.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:55 smithi196 bash[24909]: audit 2024-08-19T10:49:54.878089+0000 mgr.a (mgr.14394) 122 : audit [DBG] from='client.14424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:49:55.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:55 smithi196 bash[24909]: audit 2024-08-19T10:49:54.878089+0000 mgr.a (mgr.14394) 122 : audit [DBG] from='client.14424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:49:55.487 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:55 smithi133 bash[24239]: audit 2024-08-19T10:49:54.878089+0000 mgr.a (mgr.14394) 122 : audit [DBG] from='client.14424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:49:55.487 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:55 smithi133 bash[24239]: audit 2024-08-19T10:49:54.878089+0000 mgr.a (mgr.14394) 122 : audit [DBG] from='client.14424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:49:55.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:55 smithi078 bash[22737]: audit 2024-08-19T10:49:54.878089+0000 mgr.a (mgr.14394) 122 : audit [DBG] from='client.14424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:49:55.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:55 smithi078 bash[22737]: audit 2024-08-19T10:49:54.878089+0000 mgr.a (mgr.14394) 122 : audit [DBG] from='client.14424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:49:55.515 INFO:teuthology.orchestra.run.smithi078.stdout:HOST ADDR LABELS STATUS 2024-08-19T10:49:55.515 INFO:teuthology.orchestra.run.smithi078.stdout:smithi078 172.21.15.78 2024-08-19T10:49:55.515 INFO:teuthology.orchestra.run.smithi078.stdout:smithi133 172.21.15.133 2024-08-19T10:49:55.515 INFO:teuthology.orchestra.run.smithi078.stdout:smithi196 172.21.15.196 2024-08-19T10:49:55.515 INFO:teuthology.orchestra.run.smithi078.stdout:3 hosts in cluster 2024-08-19T10:49:55.526 INFO:teuthology.orchestra.run.smithi078.stderr:++ ceph orch ps --daemon-type mon -f json 2024-08-19T10:49:55.526 INFO:teuthology.orchestra.run.smithi078.stderr:++ jq -r 'last | .daemon_name' 2024-08-19T10:49:55.825 INFO:teuthology.orchestra.run.smithi078.stderr:+ MON_DAEMON=mon.c 2024-08-19T10:49:55.825 INFO:teuthology.orchestra.run.smithi078.stderr:++ jq -e '.[]' 2024-08-19T10:49:55.825 INFO:teuthology.orchestra.run.smithi078.stderr:++ jq -r .hostname 2024-08-19T10:49:55.826 INFO:teuthology.orchestra.run.smithi078.stderr:++ ceph orch ps --daemon-type grafana -f json 2024-08-19T10:49:56.121 INFO:teuthology.orchestra.run.smithi078.stderr:+ GRAFANA_HOST=smithi078 2024-08-19T10:49:56.121 INFO:teuthology.orchestra.run.smithi078.stderr:++ ceph orch ps --daemon-type prometheus -f json 2024-08-19T10:49:56.122 INFO:teuthology.orchestra.run.smithi078.stderr:++ jq -e '.[]' 2024-08-19T10:49:56.122 INFO:teuthology.orchestra.run.smithi078.stderr:++ jq -r .hostname 2024-08-19T10:49:56.435 INFO:teuthology.orchestra.run.smithi078.stderr:+ PROM_HOST=smithi133 2024-08-19T10:49:56.435 INFO:teuthology.orchestra.run.smithi078.stderr:++ jq -e '.[]' 2024-08-19T10:49:56.435 INFO:teuthology.orchestra.run.smithi078.stderr:++ ceph orch ps --daemon-type alertmanager -f json 2024-08-19T10:49:56.435 INFO:teuthology.orchestra.run.smithi078.stderr:++ jq -r .hostname 2024-08-19T10:49:56.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:56 smithi196 bash[24909]: cluster 2024-08-19T10:49:55.003038+0000 mgr.a (mgr.14394) 123 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:56.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:56 smithi196 bash[24909]: cluster 2024-08-19T10:49:55.003038+0000 mgr.a (mgr.14394) 123 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:56.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:56 smithi196 bash[24909]: audit 2024-08-19T10:49:55.204118+0000 mgr.a (mgr.14394) 124 : audit [DBG] from='client.14430 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:49:56.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:56 smithi196 bash[24909]: audit 2024-08-19T10:49:55.204118+0000 mgr.a (mgr.14394) 124 : audit [DBG] from='client.14430 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:49:56.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:56 smithi196 bash[24909]: audit 2024-08-19T10:49:55.261818+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:49:56.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:56 smithi196 bash[24909]: audit 2024-08-19T10:49:55.261818+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:49:56.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:56 smithi196 bash[24909]: audit 2024-08-19T10:49:55.515416+0000 mgr.a (mgr.14394) 125 : audit [DBG] from='client.14436 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:49:56.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:56 smithi196 bash[24909]: audit 2024-08-19T10:49:55.515416+0000 mgr.a (mgr.14394) 125 : audit [DBG] from='client.14436 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:49:56.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:56 smithi196 bash[24909]: audit 2024-08-19T10:49:55.810331+0000 mgr.a (mgr.14394) 126 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:49:56.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:56 smithi196 bash[24909]: audit 2024-08-19T10:49:55.810331+0000 mgr.a (mgr.14394) 126 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:49:56.487 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:56 smithi133 bash[24239]: cluster 2024-08-19T10:49:55.003038+0000 mgr.a (mgr.14394) 123 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:56.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:56 smithi133 bash[24239]: cluster 2024-08-19T10:49:55.003038+0000 mgr.a (mgr.14394) 123 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:56.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:56 smithi133 bash[24239]: audit 2024-08-19T10:49:55.204118+0000 mgr.a (mgr.14394) 124 : audit [DBG] from='client.14430 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:49:56.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:56 smithi133 bash[24239]: audit 2024-08-19T10:49:55.204118+0000 mgr.a (mgr.14394) 124 : audit [DBG] from='client.14430 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:49:56.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:56 smithi133 bash[24239]: audit 2024-08-19T10:49:55.261818+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:49:56.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:56 smithi133 bash[24239]: audit 2024-08-19T10:49:55.261818+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:49:56.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:56 smithi133 bash[24239]: audit 2024-08-19T10:49:55.515416+0000 mgr.a (mgr.14394) 125 : audit [DBG] from='client.14436 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:49:56.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:56 smithi133 bash[24239]: audit 2024-08-19T10:49:55.515416+0000 mgr.a (mgr.14394) 125 : audit [DBG] from='client.14436 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:49:56.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:56 smithi133 bash[24239]: audit 2024-08-19T10:49:55.810331+0000 mgr.a (mgr.14394) 126 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:49:56.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:56 smithi133 bash[24239]: audit 2024-08-19T10:49:55.810331+0000 mgr.a (mgr.14394) 126 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:49:56.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:56 smithi078 bash[22737]: cluster 2024-08-19T10:49:55.003038+0000 mgr.a (mgr.14394) 123 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:56.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:56 smithi078 bash[22737]: cluster 2024-08-19T10:49:55.003038+0000 mgr.a (mgr.14394) 123 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:56.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:56 smithi078 bash[22737]: audit 2024-08-19T10:49:55.204118+0000 mgr.a (mgr.14394) 124 : audit [DBG] from='client.14430 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:49:56.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:56 smithi078 bash[22737]: audit 2024-08-19T10:49:55.204118+0000 mgr.a (mgr.14394) 124 : audit [DBG] from='client.14430 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:49:56.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:56 smithi078 bash[22737]: audit 2024-08-19T10:49:55.261818+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:49:56.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:56 smithi078 bash[22737]: audit 2024-08-19T10:49:55.261818+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:49:56.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:56 smithi078 bash[22737]: audit 2024-08-19T10:49:55.515416+0000 mgr.a (mgr.14394) 125 : audit [DBG] from='client.14436 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:49:56.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:56 smithi078 bash[22737]: audit 2024-08-19T10:49:55.515416+0000 mgr.a (mgr.14394) 125 : audit [DBG] from='client.14436 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:49:56.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:56 smithi078 bash[22737]: audit 2024-08-19T10:49:55.810331+0000 mgr.a (mgr.14394) 126 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:49:56.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:56 smithi078 bash[22737]: audit 2024-08-19T10:49:55.810331+0000 mgr.a (mgr.14394) 126 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:49:56.730 INFO:teuthology.orchestra.run.smithi078.stderr:+ ALERTM_HOST=smithi196 2024-08-19T10:49:56.730 INFO:teuthology.orchestra.run.smithi078.stderr:++ ceph orch host ls -f json 2024-08-19T10:49:56.730 INFO:teuthology.orchestra.run.smithi078.stderr:++ jq -r --arg GRAFANA_HOST smithi078 '.[] | select(.hostname==$GRAFANA_HOST) | .addr' 2024-08-19T10:49:57.034 INFO:teuthology.orchestra.run.smithi078.stderr:+ GRAFANA_IP=172.21.15.78 2024-08-19T10:49:57.034 INFO:teuthology.orchestra.run.smithi078.stderr:++ ceph orch host ls -f json 2024-08-19T10:49:57.035 INFO:teuthology.orchestra.run.smithi078.stderr:++ jq -r --arg PROM_HOST smithi133 '.[] | select(.hostname==$PROM_HOST) | .addr' 2024-08-19T10:49:57.324 INFO:teuthology.orchestra.run.smithi078.stderr:+ PROM_IP=172.21.15.133 2024-08-19T10:49:57.324 INFO:teuthology.orchestra.run.smithi078.stderr:++ ceph orch host ls -f json 2024-08-19T10:49:57.325 INFO:teuthology.orchestra.run.smithi078.stderr:++ jq -r --arg ALERTM_HOST smithi196 '.[] | select(.hostname==$ALERTM_HOST) | .addr' 2024-08-19T10:49:57.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:57 smithi196 bash[24909]: audit 2024-08-19T10:49:56.108821+0000 mgr.a (mgr.14394) 127 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:49:57.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:57 smithi196 bash[24909]: audit 2024-08-19T10:49:56.108821+0000 mgr.a (mgr.14394) 127 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:49:57.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:57 smithi196 bash[24909]: audit 2024-08-19T10:49:56.417218+0000 mgr.a (mgr.14394) 128 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:49:57.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:57 smithi196 bash[24909]: audit 2024-08-19T10:49:56.417218+0000 mgr.a (mgr.14394) 128 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:49:57.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:57 smithi196 bash[24909]: audit 2024-08-19T10:49:56.713425+0000 mgr.a (mgr.14394) 129 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:49:57.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:57 smithi196 bash[24909]: audit 2024-08-19T10:49:56.713425+0000 mgr.a (mgr.14394) 129 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:49:57.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:57 smithi133 bash[24239]: audit 2024-08-19T10:49:56.108821+0000 mgr.a (mgr.14394) 127 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:49:57.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:57 smithi133 bash[24239]: audit 2024-08-19T10:49:56.108821+0000 mgr.a (mgr.14394) 127 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:49:57.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:57 smithi133 bash[24239]: audit 2024-08-19T10:49:56.417218+0000 mgr.a (mgr.14394) 128 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:49:57.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:57 smithi133 bash[24239]: audit 2024-08-19T10:49:56.417218+0000 mgr.a (mgr.14394) 128 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:49:57.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:57 smithi133 bash[24239]: audit 2024-08-19T10:49:56.713425+0000 mgr.a (mgr.14394) 129 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:49:57.489 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:57 smithi133 bash[24239]: audit 2024-08-19T10:49:56.713425+0000 mgr.a (mgr.14394) 129 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:49:57.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:57 smithi078 bash[22737]: audit 2024-08-19T10:49:56.108821+0000 mgr.a (mgr.14394) 127 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:49:57.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:57 smithi078 bash[22737]: audit 2024-08-19T10:49:56.108821+0000 mgr.a (mgr.14394) 127 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:49:57.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:57 smithi078 bash[22737]: audit 2024-08-19T10:49:56.417218+0000 mgr.a (mgr.14394) 128 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:49:57.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:57 smithi078 bash[22737]: audit 2024-08-19T10:49:56.417218+0000 mgr.a (mgr.14394) 128 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:49:57.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:57 smithi078 bash[22737]: audit 2024-08-19T10:49:56.713425+0000 mgr.a (mgr.14394) 129 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:49:57.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:57 smithi078 bash[22737]: audit 2024-08-19T10:49:56.713425+0000 mgr.a (mgr.14394) 129 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:49:57.605 INFO:teuthology.orchestra.run.smithi078.stderr:+ ALERTM_IP=172.21.15.196 2024-08-19T10:49:57.605 INFO:teuthology.orchestra.run.smithi078.stderr:++ ceph orch host ls -f json 2024-08-19T10:49:57.605 INFO:teuthology.orchestra.run.smithi078.stderr:++ jq -r '.[] | .addr' 2024-08-19T10:49:57.906 INFO:teuthology.orchestra.run.smithi078.stderr:+ ALL_HOST_IPS='172.21.15.78 2024-08-19T10:49:57.907 INFO:teuthology.orchestra.run.smithi078.stderr:172.21.15.133 2024-08-19T10:49:57.907 INFO:teuthology.orchestra.run.smithi078.stderr:172.21.15.196' 2024-08-19T10:49:57.907 INFO:teuthology.orchestra.run.smithi078.stderr:+ for ip in $ALL_HOST_IPS 2024-08-19T10:49:57.907 INFO:teuthology.orchestra.run.smithi078.stderr:+ curl -s http://172.21.15.78:9100/metric 2024-08-19T10:49:57.910 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-08-19T10:49:57.911 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-08-19T10:49:57.911 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-08-19T10:49:57.911 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-08-19T10:49:57.911 INFO:teuthology.orchestra.run.smithi078.stdout: Node Exporter 2024-08-19T10:49:57.911 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-08-19T10:49:57.912 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-08-19T10:49:57.912 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-08-19T10:49:57.913 INFO:teuthology.orchestra.run.smithi078.stdout:
2024-08-19T10:49:57.913 INFO:teuthology.orchestra.run.smithi078.stdout:

Node Exporter

2024-08-19T10:49:57.913 INFO:teuthology.orchestra.run.smithi078.stdout:
2024-08-19T10:49:57.913 INFO:teuthology.orchestra.run.smithi078.stdout:
2024-08-19T10:49:57.913 INFO:teuthology.orchestra.run.smithi078.stdout:

Prometheus Node Exporter

2024-08-19T10:49:57.913 INFO:teuthology.orchestra.run.smithi078.stdout:
Version: (version=1.7.0, branch=HEAD, revision=7333465abf9efba81876303bb57e6fadb946041b)
2024-08-19T10:49:57.913 INFO:teuthology.orchestra.run.smithi078.stdout:
2024-08-19T10:49:57.913 INFO:teuthology.orchestra.run.smithi078.stdout:
    2024-08-19T10:49:57.913 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-08-19T10:49:57.913 INFO:teuthology.orchestra.run.smithi078.stdout:
  • Metrics
  • 2024-08-19T10:49:57.913 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-08-19T10:49:57.913 INFO:teuthology.orchestra.run.smithi078.stdout:
2024-08-19T10:49:57.913 INFO:teuthology.orchestra.run.smithi078.stdout:
2024-08-19T10:49:57.913 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-08-19T10:49:57.914 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-08-19T10:49:57.914 INFO:teuthology.orchestra.run.smithi078.stdout:
2024-08-19T10:49:57.914 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-08-19T10:49:57.914 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-08-19T10:49:57.914 INFO:teuthology.orchestra.run.smithi078.stderr:+ for ip in $ALL_HOST_IPS 2024-08-19T10:49:57.914 INFO:teuthology.orchestra.run.smithi078.stderr:+ curl -s http://172.21.15.133:9100/metric 2024-08-19T10:49:57.914 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-08-19T10:49:57.915 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-08-19T10:49:57.915 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-08-19T10:49:57.915 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-08-19T10:49:57.915 INFO:teuthology.orchestra.run.smithi078.stdout: Node Exporter 2024-08-19T10:49:57.915 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-08-19T10:49:57.916 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-08-19T10:49:57.916 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-08-19T10:49:57.917 INFO:teuthology.orchestra.run.smithi078.stdout:
2024-08-19T10:49:57.917 INFO:teuthology.orchestra.run.smithi078.stdout:

Node Exporter

2024-08-19T10:49:57.917 INFO:teuthology.orchestra.run.smithi078.stdout:
2024-08-19T10:49:57.917 INFO:teuthology.orchestra.run.smithi078.stdout:
2024-08-19T10:49:57.917 INFO:teuthology.orchestra.run.smithi078.stdout:

Prometheus Node Exporter

2024-08-19T10:49:57.917 INFO:teuthology.orchestra.run.smithi078.stdout:
Version: (version=1.7.0, branch=HEAD, revision=7333465abf9efba81876303bb57e6fadb946041b)
2024-08-19T10:49:57.917 INFO:teuthology.orchestra.run.smithi078.stdout:
2024-08-19T10:49:57.917 INFO:teuthology.orchestra.run.smithi078.stdout:
    2024-08-19T10:49:57.917 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-08-19T10:49:57.917 INFO:teuthology.orchestra.run.smithi078.stdout:
  • Metrics
  • 2024-08-19T10:49:57.917 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-08-19T10:49:57.917 INFO:teuthology.orchestra.run.smithi078.stdout:
2024-08-19T10:49:57.917 INFO:teuthology.orchestra.run.smithi078.stdout:
2024-08-19T10:49:57.917 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-08-19T10:49:57.917 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-08-19T10:49:57.918 INFO:teuthology.orchestra.run.smithi078.stdout:
2024-08-19T10:49:57.918 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-08-19T10:49:57.918 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-08-19T10:49:57.918 INFO:teuthology.orchestra.run.smithi078.stderr:+ for ip in $ALL_HOST_IPS 2024-08-19T10:49:57.918 INFO:teuthology.orchestra.run.smithi078.stderr:+ curl -s http://172.21.15.196:9100/metric 2024-08-19T10:49:57.919 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-08-19T10:49:57.919 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-08-19T10:49:57.919 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-08-19T10:49:57.919 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-08-19T10:49:57.919 INFO:teuthology.orchestra.run.smithi078.stdout: Node Exporter 2024-08-19T10:49:57.920 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-08-19T10:49:57.921 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-08-19T10:49:57.921 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-08-19T10:49:57.921 INFO:teuthology.orchestra.run.smithi078.stdout:
2024-08-19T10:49:57.921 INFO:teuthology.orchestra.run.smithi078.stdout:

Node Exporter

2024-08-19T10:49:57.921 INFO:teuthology.orchestra.run.smithi078.stdout:
2024-08-19T10:49:57.921 INFO:teuthology.orchestra.run.smithi078.stdout:
2024-08-19T10:49:57.921 INFO:teuthology.orchestra.run.smithi078.stdout:

Prometheus Node Exporter

2024-08-19T10:49:57.922 INFO:teuthology.orchestra.run.smithi078.stdout:
Version: (version=1.7.0, branch=HEAD, revision=7333465abf9efba81876303bb57e6fadb946041b)
2024-08-19T10:49:57.922 INFO:teuthology.orchestra.run.smithi078.stdout:
2024-08-19T10:49:57.922 INFO:teuthology.orchestra.run.smithi078.stdout:
    2024-08-19T10:49:57.922 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-08-19T10:49:57.922 INFO:teuthology.orchestra.run.smithi078.stdout:
  • Metrics
  • 2024-08-19T10:49:57.922 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-08-19T10:49:57.922 INFO:teuthology.orchestra.run.smithi078.stdout:
2024-08-19T10:49:57.922 INFO:teuthology.orchestra.run.smithi078.stdout:
2024-08-19T10:49:57.922 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-08-19T10:49:57.922 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-08-19T10:49:57.922 INFO:teuthology.orchestra.run.smithi078.stdout:
2024-08-19T10:49:57.922 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-08-19T10:49:57.922 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-08-19T10:49:57.923 INFO:teuthology.orchestra.run.smithi078.stderr:+ curl -k -s https://172.21.15.78:3000/api/health 2024-08-19T10:49:57.944 INFO:teuthology.orchestra.run.smithi078.stdout:{ 2024-08-19T10:49:57.944 INFO:teuthology.orchestra.run.smithi078.stdout: "commit": "03f502a94d17f7dc4e6c34acdf8428aedd986e4c", 2024-08-19T10:49:57.944 INFO:teuthology.orchestra.run.smithi078.stdout: "database": "ok", 2024-08-19T10:49:57.944 INFO:teuthology.orchestra.run.smithi078.stdout: "version": "10.4.0" 2024-08-19T10:49:57.945 INFO:teuthology.orchestra.run.smithi078.stderr:+ curl -k -s https://172.21.15.78:3000/api/health 2024-08-19T10:49:57.945 INFO:teuthology.orchestra.run.smithi078.stderr:+ jq -e '.database == "ok"' 2024-08-19T10:49:57.973 INFO:teuthology.orchestra.run.smithi078.stdout:}true 2024-08-19T10:49:57.974 INFO:teuthology.orchestra.run.smithi078.stderr:+ ceph orch daemon stop mon.c 2024-08-19T10:49:58.289 INFO:teuthology.orchestra.run.smithi078.stdout:Scheduled to stop mon.c on host 'smithi196' 2024-08-19T10:49:58.303 INFO:teuthology.orchestra.run.smithi078.stderr:+ sleep 120 2024-08-19T10:49:58.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:58 smithi196 bash[24909]: cluster 2024-08-19T10:49:57.003494+0000 mgr.a (mgr.14394) 130 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:58.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:58 smithi196 bash[24909]: cluster 2024-08-19T10:49:57.003494+0000 mgr.a (mgr.14394) 130 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:58.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:58 smithi196 bash[24909]: audit 2024-08-19T10:49:57.022577+0000 mgr.a (mgr.14394) 131 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:49:58.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:58 smithi196 bash[24909]: audit 2024-08-19T10:49:57.022577+0000 mgr.a (mgr.14394) 131 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:49:58.458 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:58 smithi196 bash[24909]: audit 2024-08-19T10:49:57.314372+0000 mgr.a (mgr.14394) 132 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:49:58.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:58 smithi196 bash[24909]: audit 2024-08-19T10:49:57.314372+0000 mgr.a (mgr.14394) 132 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:49:58.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:58 smithi196 bash[24909]: audit 2024-08-19T10:49:57.594147+0000 mgr.a (mgr.14394) 133 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:49:58.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:58 smithi196 bash[24909]: audit 2024-08-19T10:49:57.594147+0000 mgr.a (mgr.14394) 133 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:49:58.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:58 smithi196 bash[24909]: audit 2024-08-19T10:49:57.895425+0000 mgr.a (mgr.14394) 134 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:49:58.459 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:58 smithi196 bash[24909]: audit 2024-08-19T10:49:57.895425+0000 mgr.a (mgr.14394) 134 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:49:58.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:58 smithi133 bash[24239]: cluster 2024-08-19T10:49:57.003494+0000 mgr.a (mgr.14394) 130 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:58.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:58 smithi133 bash[24239]: cluster 2024-08-19T10:49:57.003494+0000 mgr.a (mgr.14394) 130 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:58.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:58 smithi133 bash[24239]: audit 2024-08-19T10:49:57.022577+0000 mgr.a (mgr.14394) 131 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:49:58.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:58 smithi133 bash[24239]: audit 2024-08-19T10:49:57.022577+0000 mgr.a (mgr.14394) 131 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:49:58.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:58 smithi133 bash[24239]: audit 2024-08-19T10:49:57.314372+0000 mgr.a (mgr.14394) 132 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:49:58.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:58 smithi133 bash[24239]: audit 2024-08-19T10:49:57.314372+0000 mgr.a (mgr.14394) 132 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:49:58.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:58 smithi133 bash[24239]: audit 2024-08-19T10:49:57.594147+0000 mgr.a (mgr.14394) 133 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:49:58.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:58 smithi133 bash[24239]: audit 2024-08-19T10:49:57.594147+0000 mgr.a (mgr.14394) 133 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:49:58.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:58 smithi133 bash[24239]: audit 2024-08-19T10:49:57.895425+0000 mgr.a (mgr.14394) 134 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:49:58.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:58 smithi133 bash[24239]: audit 2024-08-19T10:49:57.895425+0000 mgr.a (mgr.14394) 134 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:49:58.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:58 smithi078 bash[22737]: cluster 2024-08-19T10:49:57.003494+0000 mgr.a (mgr.14394) 130 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:58.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:58 smithi078 bash[22737]: cluster 2024-08-19T10:49:57.003494+0000 mgr.a (mgr.14394) 130 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:49:58.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:58 smithi078 bash[22737]: audit 2024-08-19T10:49:57.022577+0000 mgr.a (mgr.14394) 131 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:49:58.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:58 smithi078 bash[22737]: audit 2024-08-19T10:49:57.022577+0000 mgr.a (mgr.14394) 131 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:49:58.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:58 smithi078 bash[22737]: audit 2024-08-19T10:49:57.314372+0000 mgr.a (mgr.14394) 132 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:49:58.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:58 smithi078 bash[22737]: audit 2024-08-19T10:49:57.314372+0000 mgr.a (mgr.14394) 132 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:49:58.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:58 smithi078 bash[22737]: audit 2024-08-19T10:49:57.594147+0000 mgr.a (mgr.14394) 133 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:49:58.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:58 smithi078 bash[22737]: audit 2024-08-19T10:49:57.594147+0000 mgr.a (mgr.14394) 133 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:49:58.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:58 smithi078 bash[22737]: audit 2024-08-19T10:49:57.895425+0000 mgr.a (mgr.14394) 134 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:49:58.508 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:58 smithi078 bash[22737]: audit 2024-08-19T10:49:57.895425+0000 mgr.a (mgr.14394) 134 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-19T10:49:59.708 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:59 smithi196 bash[24909]: audit 2024-08-19T10:49:58.276577+0000 mgr.a (mgr.14394) 135 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:49:59.709 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:59 smithi196 bash[24909]: audit 2024-08-19T10:49:58.276577+0000 mgr.a (mgr.14394) 135 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:49:59.709 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:59 smithi196 bash[24909]: cephadm 2024-08-19T10:49:58.277456+0000 mgr.a (mgr.14394) 136 : cephadm [INF] Schedule stop daemon mon.c 2024-08-19T10:49:59.709 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:59 smithi196 bash[24909]: cephadm 2024-08-19T10:49:58.277456+0000 mgr.a (mgr.14394) 136 : cephadm [INF] Schedule stop daemon mon.c 2024-08-19T10:49:59.709 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:59 smithi196 bash[24909]: audit 2024-08-19T10:49:58.285726+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:49:59.709 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:59 smithi196 bash[24909]: audit 2024-08-19T10:49:58.285726+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:49:59.709 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:59 smithi196 bash[24909]: audit 2024-08-19T10:49:58.291083+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:49:59.709 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:59 smithi196 bash[24909]: audit 2024-08-19T10:49:58.291083+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:49:59.709 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:59 smithi196 bash[24909]: audit 2024-08-19T10:49:58.292301+0000 mon.a (mon.0) 618 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:49:59.709 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:59 smithi196 bash[24909]: audit 2024-08-19T10:49:58.292301+0000 mon.a (mon.0) 618 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:49:59.709 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:59 smithi196 bash[24909]: audit 2024-08-19T10:49:58.845567+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:49:59.709 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:59 smithi196 bash[24909]: audit 2024-08-19T10:49:58.845567+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:49:59.710 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:59 smithi196 bash[24909]: audit 2024-08-19T10:49:58.850693+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:49:59.710 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:59 smithi196 bash[24909]: audit 2024-08-19T10:49:58.850693+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:49:59.710 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:59 smithi196 bash[24909]: audit 2024-08-19T10:49:58.851923+0000 mon.a (mon.0) 621 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:49:59.710 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:59 smithi196 bash[24909]: audit 2024-08-19T10:49:58.851923+0000 mon.a (mon.0) 621 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:49:59.710 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:59 smithi196 bash[24909]: audit 2024-08-19T10:49:58.852870+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:49:59.710 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:59 smithi196 bash[24909]: audit 2024-08-19T10:49:58.852870+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:49:59.710 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:59 smithi196 bash[24909]: audit 2024-08-19T10:49:58.858180+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:49:59.710 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:49:59 smithi196 bash[24909]: audit 2024-08-19T10:49:58.858180+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:49:59.738 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:59 smithi133 bash[24239]: audit 2024-08-19T10:49:58.276577+0000 mgr.a (mgr.14394) 135 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:49:59.738 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:59 smithi133 bash[24239]: audit 2024-08-19T10:49:58.276577+0000 mgr.a (mgr.14394) 135 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:49:59.738 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:59 smithi133 bash[24239]: cephadm 2024-08-19T10:49:58.277456+0000 mgr.a (mgr.14394) 136 : cephadm [INF] Schedule stop daemon mon.c 2024-08-19T10:49:59.738 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:59 smithi133 bash[24239]: cephadm 2024-08-19T10:49:58.277456+0000 mgr.a (mgr.14394) 136 : cephadm [INF] Schedule stop daemon mon.c 2024-08-19T10:49:59.738 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:59 smithi133 bash[24239]: audit 2024-08-19T10:49:58.285726+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:49:59.739 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:59 smithi133 bash[24239]: audit 2024-08-19T10:49:58.285726+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:49:59.739 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:59 smithi133 bash[24239]: audit 2024-08-19T10:49:58.291083+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:49:59.739 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:59 smithi133 bash[24239]: audit 2024-08-19T10:49:58.291083+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:49:59.739 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:59 smithi133 bash[24239]: audit 2024-08-19T10:49:58.292301+0000 mon.a (mon.0) 618 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:49:59.739 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:59 smithi133 bash[24239]: audit 2024-08-19T10:49:58.292301+0000 mon.a (mon.0) 618 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:49:59.739 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:59 smithi133 bash[24239]: audit 2024-08-19T10:49:58.845567+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:49:59.739 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:59 smithi133 bash[24239]: audit 2024-08-19T10:49:58.845567+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:49:59.739 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:59 smithi133 bash[24239]: audit 2024-08-19T10:49:58.850693+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:49:59.739 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:59 smithi133 bash[24239]: audit 2024-08-19T10:49:58.850693+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:49:59.739 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:59 smithi133 bash[24239]: audit 2024-08-19T10:49:58.851923+0000 mon.a (mon.0) 621 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:49:59.739 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:59 smithi133 bash[24239]: audit 2024-08-19T10:49:58.851923+0000 mon.a (mon.0) 621 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:49:59.739 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:59 smithi133 bash[24239]: audit 2024-08-19T10:49:58.852870+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:49:59.740 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:59 smithi133 bash[24239]: audit 2024-08-19T10:49:58.852870+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:49:59.740 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:59 smithi133 bash[24239]: audit 2024-08-19T10:49:58.858180+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:49:59.740 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:49:59 smithi133 bash[24239]: audit 2024-08-19T10:49:58.858180+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:49:59.757 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:59 smithi078 bash[22737]: audit 2024-08-19T10:49:58.276577+0000 mgr.a (mgr.14394) 135 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:49:59.758 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:59 smithi078 bash[22737]: audit 2024-08-19T10:49:58.276577+0000 mgr.a (mgr.14394) 135 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-08-19T10:49:59.758 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:59 smithi078 bash[22737]: cephadm 2024-08-19T10:49:58.277456+0000 mgr.a (mgr.14394) 136 : cephadm [INF] Schedule stop daemon mon.c 2024-08-19T10:49:59.758 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:59 smithi078 bash[22737]: cephadm 2024-08-19T10:49:58.277456+0000 mgr.a (mgr.14394) 136 : cephadm [INF] Schedule stop daemon mon.c 2024-08-19T10:49:59.758 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:59 smithi078 bash[22737]: audit 2024-08-19T10:49:58.285726+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:49:59.758 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:59 smithi078 bash[22737]: audit 2024-08-19T10:49:58.285726+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:49:59.758 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:59 smithi078 bash[22737]: audit 2024-08-19T10:49:58.291083+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:49:59.758 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:59 smithi078 bash[22737]: audit 2024-08-19T10:49:58.291083+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:49:59.758 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:59 smithi078 bash[22737]: audit 2024-08-19T10:49:58.292301+0000 mon.a (mon.0) 618 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:49:59.758 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:59 smithi078 bash[22737]: audit 2024-08-19T10:49:58.292301+0000 mon.a (mon.0) 618 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:49:59.758 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:59 smithi078 bash[22737]: audit 2024-08-19T10:49:58.845567+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:49:59.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:59 smithi078 bash[22737]: audit 2024-08-19T10:49:58.845567+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:49:59.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:59 smithi078 bash[22737]: audit 2024-08-19T10:49:58.850693+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:49:59.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:59 smithi078 bash[22737]: audit 2024-08-19T10:49:58.850693+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:49:59.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:59 smithi078 bash[22737]: audit 2024-08-19T10:49:58.851923+0000 mon.a (mon.0) 621 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:49:59.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:59 smithi078 bash[22737]: audit 2024-08-19T10:49:58.851923+0000 mon.a (mon.0) 621 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:49:59.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:59 smithi078 bash[22737]: audit 2024-08-19T10:49:58.852870+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:49:59.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:59 smithi078 bash[22737]: audit 2024-08-19T10:49:58.852870+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:49:59.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:59 smithi078 bash[22737]: audit 2024-08-19T10:49:58.858180+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:49:59.759 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:49:59 smithi078 bash[22737]: audit 2024-08-19T10:49:58.858180+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:50:01.208 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:50:00 smithi196 bash[24909]: cluster 2024-08-19T10:49:59.003959+0000 mgr.a (mgr.14394) 137 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:01.208 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:50:00 smithi196 bash[24909]: cluster 2024-08-19T10:49:59.003959+0000 mgr.a (mgr.14394) 137 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:01.208 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:50:00 smithi196 bash[24909]: cluster 2024-08-19T10:50:00.000162+0000 mon.a (mon.0) 624 : cluster [INF] overall HEALTH_OK 2024-08-19T10:50:01.208 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:50:00 smithi196 bash[24909]: cluster 2024-08-19T10:50:00.000162+0000 mon.a (mon.0) 624 : cluster [INF] overall HEALTH_OK 2024-08-19T10:50:01.237 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:00 smithi133 bash[24239]: cluster 2024-08-19T10:49:59.003959+0000 mgr.a (mgr.14394) 137 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:01.237 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:00 smithi133 bash[24239]: cluster 2024-08-19T10:49:59.003959+0000 mgr.a (mgr.14394) 137 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:01.238 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:00 smithi133 bash[24239]: cluster 2024-08-19T10:50:00.000162+0000 mon.a (mon.0) 624 : cluster [INF] overall HEALTH_OK 2024-08-19T10:50:01.238 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:00 smithi133 bash[24239]: cluster 2024-08-19T10:50:00.000162+0000 mon.a (mon.0) 624 : cluster [INF] overall HEALTH_OK 2024-08-19T10:50:01.257 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:50:00 smithi078 bash[22990]: ::ffff:172.21.15.133 - - [19/Aug/2024:10:50:00] "GET /metrics HTTP/1.1" 200 21539 "" "Prometheus/2.51.0" 2024-08-19T10:50:01.257 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:00 smithi078 bash[22737]: cluster 2024-08-19T10:49:59.003959+0000 mgr.a (mgr.14394) 137 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:01.257 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:00 smithi078 bash[22737]: cluster 2024-08-19T10:49:59.003959+0000 mgr.a (mgr.14394) 137 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:01.257 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:00 smithi078 bash[22737]: cluster 2024-08-19T10:50:00.000162+0000 mon.a (mon.0) 624 : cluster [INF] overall HEALTH_OK 2024-08-19T10:50:01.257 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:00 smithi078 bash[22737]: cluster 2024-08-19T10:50:00.000162+0000 mon.a (mon.0) 624 : cluster [INF] overall HEALTH_OK 2024-08-19T10:50:03.208 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:50:02 smithi196 bash[24909]: cluster 2024-08-19T10:50:01.004474+0000 mgr.a (mgr.14394) 138 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:03.208 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:50:02 smithi196 bash[24909]: cluster 2024-08-19T10:50:01.004474+0000 mgr.a (mgr.14394) 138 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:03.237 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:02 smithi133 bash[24239]: cluster 2024-08-19T10:50:01.004474+0000 mgr.a (mgr.14394) 138 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:03.237 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:02 smithi133 bash[24239]: cluster 2024-08-19T10:50:01.004474+0000 mgr.a (mgr.14394) 138 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:03.257 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:02 smithi078 bash[22737]: cluster 2024-08-19T10:50:01.004474+0000 mgr.a (mgr.14394) 138 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:03.257 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:02 smithi078 bash[22737]: cluster 2024-08-19T10:50:01.004474+0000 mgr.a (mgr.14394) 138 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:04.208 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:50:03 smithi196 systemd[1]: Stopping Ceph mon.c for 094f3c46-5e17-11ef-bccf-c7b262605968... 2024-08-19T10:50:04.208 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:50:04 smithi196 bash[24909]: debug 2024-08-19T10:50:04.086+0000 7fb38c3ea640 -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-08-19T10:50:04.208 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:50:04 smithi196 bash[24909]: debug 2024-08-19T10:50:04.086+0000 7fb38c3ea640 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-08-19T10:50:04.698 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:50:04 smithi196 bash[32538]: ceph-094f3c46-5e17-11ef-bccf-c7b262605968-mon-c 2024-08-19T10:50:04.958 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:50:04 smithi196 bash[32597]: Error response from daemon: No such container: ceph-094f3c46-5e17-11ef-bccf-c7b262605968-mon-c 2024-08-19T10:50:04.958 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:50:04 smithi196 systemd[1]: ceph-094f3c46-5e17-11ef-bccf-c7b262605968@mon.c.service: Deactivated successfully. 2024-08-19T10:50:04.958 INFO:journalctl@ceph.mon.c.smithi196.stdout:Aug 19 10:50:04 smithi196 systemd[1]: Stopped Ceph mon.c for 094f3c46-5e17-11ef-bccf-c7b262605968. 2024-08-19T10:50:11.257 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:50:10 smithi078 bash[22990]: ::ffff:172.21.15.133 - - [19/Aug/2024:10:50:10] "GET /metrics HTTP/1.1" 200 21539 "" "Prometheus/2.51.0" 2024-08-19T10:50:20.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:19 smithi133 bash[24239]: cluster 2024-08-19T10:50:05.005465+0000 mgr.a (mgr.14394) 140 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:20.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:19 smithi133 bash[24239]: cluster 2024-08-19T10:50:05.005465+0000 mgr.a (mgr.14394) 140 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:20.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:19 smithi133 bash[24239]: cluster 2024-08-19T10:50:07.005988+0000 mgr.a (mgr.14394) 141 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:20.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:19 smithi133 bash[24239]: cluster 2024-08-19T10:50:07.005988+0000 mgr.a (mgr.14394) 141 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:20.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:19 smithi133 bash[24239]: cluster 2024-08-19T10:50:09.006469+0000 mgr.a (mgr.14394) 142 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:20.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:19 smithi133 bash[24239]: cluster 2024-08-19T10:50:09.006469+0000 mgr.a (mgr.14394) 142 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:20.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:19 smithi133 bash[24239]: audit 2024-08-19T10:50:10.262866+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:50:20.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:19 smithi133 bash[24239]: audit 2024-08-19T10:50:10.262866+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:50:20.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:19 smithi133 bash[24239]: cluster 2024-08-19T10:50:11.006991+0000 mgr.a (mgr.14394) 143 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:20.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:19 smithi133 bash[24239]: cluster 2024-08-19T10:50:11.006991+0000 mgr.a (mgr.14394) 143 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:20.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:19 smithi133 bash[24239]: cluster 2024-08-19T10:50:13.007508+0000 mgr.a (mgr.14394) 144 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:20.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:19 smithi133 bash[24239]: cluster 2024-08-19T10:50:13.007508+0000 mgr.a (mgr.14394) 144 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:20.240 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:19 smithi133 bash[24239]: cluster 2024-08-19T10:50:13.874782+0000 mon.b (mon.2) 17 : cluster [INF] mon.b calling monitor election 2024-08-19T10:50:20.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:19 smithi133 bash[24239]: cluster 2024-08-19T10:50:13.874782+0000 mon.b (mon.2) 17 : cluster [INF] mon.b calling monitor election 2024-08-19T10:50:20.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:19 smithi133 bash[24239]: cluster 2024-08-19T10:50:13.875338+0000 mon.a (mon.0) 626 : cluster [INF] mon.a calling monitor election 2024-08-19T10:50:20.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:19 smithi133 bash[24239]: cluster 2024-08-19T10:50:13.875338+0000 mon.a (mon.0) 626 : cluster [INF] mon.a calling monitor election 2024-08-19T10:50:20.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:19 smithi133 bash[24239]: cluster 2024-08-19T10:50:15.007995+0000 mgr.a (mgr.14394) 145 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:20.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:19 smithi133 bash[24239]: cluster 2024-08-19T10:50:15.007995+0000 mgr.a (mgr.14394) 145 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:20.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:19 smithi133 bash[24239]: cluster 2024-08-19T10:50:17.008509+0000 mgr.a (mgr.14394) 146 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:20.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:19 smithi133 bash[24239]: cluster 2024-08-19T10:50:17.008509+0000 mgr.a (mgr.14394) 146 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:20.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:19 smithi133 bash[24239]: cluster 2024-08-19T10:50:18.894691+0000 mon.a (mon.0) 627 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-08-19T10:50:20.241 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:19 smithi133 bash[24239]: cluster 2024-08-19T10:50:18.894691+0000 mon.a (mon.0) 627 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-08-19T10:50:20.242 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:19 smithi133 bash[24239]: cluster 2024-08-19T10:50:18.903917+0000 mon.a (mon.0) 628 : cluster [DBG] monmap epoch 3 2024-08-19T10:50:20.242 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:19 smithi133 bash[24239]: cluster 2024-08-19T10:50:18.903917+0000 mon.a (mon.0) 628 : cluster [DBG] monmap epoch 3 2024-08-19T10:50:20.242 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:19 smithi133 bash[24239]: cluster 2024-08-19T10:50:18.903948+0000 mon.a (mon.0) 629 : cluster [DBG] fsid 094f3c46-5e17-11ef-bccf-c7b262605968 2024-08-19T10:50:20.242 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:19 smithi133 bash[24239]: cluster 2024-08-19T10:50:18.903948+0000 mon.a (mon.0) 629 : cluster [DBG] fsid 094f3c46-5e17-11ef-bccf-c7b262605968 2024-08-19T10:50:20.242 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:19 smithi133 bash[24239]: cluster 2024-08-19T10:50:18.903977+0000 mon.a (mon.0) 630 : cluster [DBG] last_changed 2024-08-19T10:41:33.025786+0000 2024-08-19T10:50:20.242 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:19 smithi133 bash[24239]: cluster 2024-08-19T10:50:18.903977+0000 mon.a (mon.0) 630 : cluster [DBG] last_changed 2024-08-19T10:41:33.025786+0000 2024-08-19T10:50:20.242 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:19 smithi133 bash[24239]: cluster 2024-08-19T10:50:18.903996+0000 mon.a (mon.0) 631 : cluster [DBG] created 2024-08-19T10:39:01.869223+0000 2024-08-19T10:50:20.242 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:19 smithi133 bash[24239]: cluster 2024-08-19T10:50:18.903996+0000 mon.a (mon.0) 631 : cluster [DBG] created 2024-08-19T10:39:01.869223+0000 2024-08-19T10:50:20.242 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:19 smithi133 bash[24239]: cluster 2024-08-19T10:50:18.904021+0000 mon.a (mon.0) 632 : cluster [DBG] min_mon_release 19 (squid) 2024-08-19T10:50:20.243 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:19 smithi133 bash[24239]: cluster 2024-08-19T10:50:18.904021+0000 mon.a (mon.0) 632 : cluster [DBG] min_mon_release 19 (squid) 2024-08-19T10:50:20.243 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:19 smithi133 bash[24239]: cluster 2024-08-19T10:50:18.904053+0000 mon.a (mon.0) 633 : cluster [DBG] election_strategy: 1 2024-08-19T10:50:20.243 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:19 smithi133 bash[24239]: cluster 2024-08-19T10:50:18.904053+0000 mon.a (mon.0) 633 : cluster [DBG] election_strategy: 1 2024-08-19T10:50:20.243 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:19 smithi133 bash[24239]: cluster 2024-08-19T10:50:18.904086+0000 mon.a (mon.0) 634 : cluster [DBG] 0: [v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0] mon.a 2024-08-19T10:50:20.243 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:19 smithi133 bash[24239]: cluster 2024-08-19T10:50:18.904086+0000 mon.a (mon.0) 634 : cluster [DBG] 0: [v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0] mon.a 2024-08-19T10:50:20.243 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:19 smithi133 bash[24239]: cluster 2024-08-19T10:50:18.904106+0000 mon.a (mon.0) 635 : cluster [DBG] 1: [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] mon.c 2024-08-19T10:50:20.243 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:19 smithi133 bash[24239]: cluster 2024-08-19T10:50:18.904106+0000 mon.a (mon.0) 635 : cluster [DBG] 1: [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] mon.c 2024-08-19T10:50:20.243 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:19 smithi133 bash[24239]: cluster 2024-08-19T10:50:18.904124+0000 mon.a (mon.0) 636 : cluster [DBG] 2: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.b 2024-08-19T10:50:20.243 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:19 smithi133 bash[24239]: cluster 2024-08-19T10:50:18.904124+0000 mon.a (mon.0) 636 : cluster [DBG] 2: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.b 2024-08-19T10:50:20.243 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:19 smithi133 bash[24239]: cluster 2024-08-19T10:50:18.921984+0000 mon.a (mon.0) 637 : cluster [DBG] fsmap 2024-08-19T10:50:20.243 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:19 smithi133 bash[24239]: cluster 2024-08-19T10:50:18.921984+0000 mon.a (mon.0) 637 : cluster [DBG] fsmap 2024-08-19T10:50:20.244 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:19 smithi133 bash[24239]: cluster 2024-08-19T10:50:18.922034+0000 mon.a (mon.0) 638 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-08-19T10:50:20.244 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:19 smithi133 bash[24239]: cluster 2024-08-19T10:50:18.922034+0000 mon.a (mon.0) 638 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-08-19T10:50:20.244 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:19 smithi133 bash[24239]: cluster 2024-08-19T10:50:18.922661+0000 mon.a (mon.0) 639 : cluster [DBG] mgrmap e21: a(active, since 3m), standbys: b 2024-08-19T10:50:20.244 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:19 smithi133 bash[24239]: cluster 2024-08-19T10:50:18.922661+0000 mon.a (mon.0) 639 : cluster [DBG] mgrmap e21: a(active, since 3m), standbys: b 2024-08-19T10:50:20.244 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:19 smithi133 bash[24239]: cluster 2024-08-19T10:50:18.922954+0000 mon.a (mon.0) 640 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-08-19T10:50:20.244 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:19 smithi133 bash[24239]: cluster 2024-08-19T10:50:18.922954+0000 mon.a (mon.0) 640 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-08-19T10:50:20.244 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:19 smithi133 bash[24239]: cluster 2024-08-19T10:50:18.933284+0000 mon.a (mon.0) 641 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-08-19T10:50:20.244 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:19 smithi133 bash[24239]: cluster 2024-08-19T10:50:18.933284+0000 mon.a (mon.0) 641 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-08-19T10:50:20.244 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:19 smithi133 bash[24239]: cluster 2024-08-19T10:50:18.933350+0000 mon.a (mon.0) 642 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-08-19T10:50:20.244 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:19 smithi133 bash[24239]: cluster 2024-08-19T10:50:18.933350+0000 mon.a (mon.0) 642 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-08-19T10:50:20.244 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:19 smithi133 bash[24239]: cluster 2024-08-19T10:50:18.933401+0000 mon.a (mon.0) 643 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] is down (out of quorum) 2024-08-19T10:50:20.244 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:19 smithi133 bash[24239]: cluster 2024-08-19T10:50:18.933401+0000 mon.a (mon.0) 643 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] is down (out of quorum) 2024-08-19T10:50:20.245 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:19 smithi133 bash[24239]: audit 2024-08-19T10:50:18.939031+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:50:20.245 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:19 smithi133 bash[24239]: audit 2024-08-19T10:50:18.939031+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:50:20.245 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:19 smithi133 bash[24239]: audit 2024-08-19T10:50:18.952781+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:50:20.245 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:19 smithi133 bash[24239]: audit 2024-08-19T10:50:18.952781+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:50:20.245 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:19 smithi133 bash[24239]: audit 2024-08-19T10:50:19.263188+0000 mon.a (mon.0) 646 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:50:20.245 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:19 smithi133 bash[24239]: audit 2024-08-19T10:50:19.263188+0000 mon.a (mon.0) 646 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:50:20.257 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:19 smithi078 bash[22737]: cluster 2024-08-19T10:50:05.005465+0000 mgr.a (mgr.14394) 140 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:20.257 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:19 smithi078 bash[22737]: cluster 2024-08-19T10:50:05.005465+0000 mgr.a (mgr.14394) 140 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:20.257 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:19 smithi078 bash[22737]: cluster 2024-08-19T10:50:07.005988+0000 mgr.a (mgr.14394) 141 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:20.258 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:19 smithi078 bash[22737]: cluster 2024-08-19T10:50:07.005988+0000 mgr.a (mgr.14394) 141 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:20.258 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:19 smithi078 bash[22737]: cluster 2024-08-19T10:50:09.006469+0000 mgr.a (mgr.14394) 142 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:20.258 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:19 smithi078 bash[22737]: cluster 2024-08-19T10:50:09.006469+0000 mgr.a (mgr.14394) 142 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:20.258 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:19 smithi078 bash[22737]: audit 2024-08-19T10:50:10.262866+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:50:20.258 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:19 smithi078 bash[22737]: audit 2024-08-19T10:50:10.262866+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:50:20.258 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:19 smithi078 bash[22737]: cluster 2024-08-19T10:50:11.006991+0000 mgr.a (mgr.14394) 143 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:20.258 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:19 smithi078 bash[22737]: cluster 2024-08-19T10:50:11.006991+0000 mgr.a (mgr.14394) 143 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:20.258 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:19 smithi078 bash[22737]: cluster 2024-08-19T10:50:13.007508+0000 mgr.a (mgr.14394) 144 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:20.258 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:19 smithi078 bash[22737]: cluster 2024-08-19T10:50:13.007508+0000 mgr.a (mgr.14394) 144 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:20.258 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:19 smithi078 bash[22737]: cluster 2024-08-19T10:50:13.874782+0000 mon.b (mon.2) 17 : cluster [INF] mon.b calling monitor election 2024-08-19T10:50:20.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:19 smithi078 bash[22737]: cluster 2024-08-19T10:50:13.874782+0000 mon.b (mon.2) 17 : cluster [INF] mon.b calling monitor election 2024-08-19T10:50:20.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:19 smithi078 bash[22737]: cluster 2024-08-19T10:50:13.875338+0000 mon.a (mon.0) 626 : cluster [INF] mon.a calling monitor election 2024-08-19T10:50:20.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:19 smithi078 bash[22737]: cluster 2024-08-19T10:50:13.875338+0000 mon.a (mon.0) 626 : cluster [INF] mon.a calling monitor election 2024-08-19T10:50:20.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:19 smithi078 bash[22737]: cluster 2024-08-19T10:50:15.007995+0000 mgr.a (mgr.14394) 145 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:20.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:19 smithi078 bash[22737]: cluster 2024-08-19T10:50:15.007995+0000 mgr.a (mgr.14394) 145 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:20.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:19 smithi078 bash[22737]: cluster 2024-08-19T10:50:17.008509+0000 mgr.a (mgr.14394) 146 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:20.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:19 smithi078 bash[22737]: cluster 2024-08-19T10:50:17.008509+0000 mgr.a (mgr.14394) 146 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:20.259 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:19 smithi078 bash[22737]: cluster 2024-08-19T10:50:18.894691+0000 mon.a (mon.0) 627 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-08-19T10:50:20.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:19 smithi078 bash[22737]: cluster 2024-08-19T10:50:18.894691+0000 mon.a (mon.0) 627 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-08-19T10:50:20.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:19 smithi078 bash[22737]: cluster 2024-08-19T10:50:18.903917+0000 mon.a (mon.0) 628 : cluster [DBG] monmap epoch 3 2024-08-19T10:50:20.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:19 smithi078 bash[22737]: cluster 2024-08-19T10:50:18.903917+0000 mon.a (mon.0) 628 : cluster [DBG] monmap epoch 3 2024-08-19T10:50:20.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:19 smithi078 bash[22737]: cluster 2024-08-19T10:50:18.903948+0000 mon.a (mon.0) 629 : cluster [DBG] fsid 094f3c46-5e17-11ef-bccf-c7b262605968 2024-08-19T10:50:20.260 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:19 smithi078 bash[22737]: cluster 2024-08-19T10:50:18.903948+0000 mon.a (mon.0) 629 : cluster [DBG] fsid 094f3c46-5e17-11ef-bccf-c7b262605968 2024-08-19T10:50:20.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:19 smithi078 bash[22737]: cluster 2024-08-19T10:50:18.903977+0000 mon.a (mon.0) 630 : cluster [DBG] last_changed 2024-08-19T10:41:33.025786+0000 2024-08-19T10:50:20.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:19 smithi078 bash[22737]: cluster 2024-08-19T10:50:18.903977+0000 mon.a (mon.0) 630 : cluster [DBG] last_changed 2024-08-19T10:41:33.025786+0000 2024-08-19T10:50:20.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:19 smithi078 bash[22737]: cluster 2024-08-19T10:50:18.903996+0000 mon.a (mon.0) 631 : cluster [DBG] created 2024-08-19T10:39:01.869223+0000 2024-08-19T10:50:20.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:19 smithi078 bash[22737]: cluster 2024-08-19T10:50:18.903996+0000 mon.a (mon.0) 631 : cluster [DBG] created 2024-08-19T10:39:01.869223+0000 2024-08-19T10:50:20.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:19 smithi078 bash[22737]: cluster 2024-08-19T10:50:18.904021+0000 mon.a (mon.0) 632 : cluster [DBG] min_mon_release 19 (squid) 2024-08-19T10:50:20.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:19 smithi078 bash[22737]: cluster 2024-08-19T10:50:18.904021+0000 mon.a (mon.0) 632 : cluster [DBG] min_mon_release 19 (squid) 2024-08-19T10:50:20.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:19 smithi078 bash[22737]: cluster 2024-08-19T10:50:18.904053+0000 mon.a (mon.0) 633 : cluster [DBG] election_strategy: 1 2024-08-19T10:50:20.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:19 smithi078 bash[22737]: cluster 2024-08-19T10:50:18.904053+0000 mon.a (mon.0) 633 : cluster [DBG] election_strategy: 1 2024-08-19T10:50:20.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:19 smithi078 bash[22737]: cluster 2024-08-19T10:50:18.904086+0000 mon.a (mon.0) 634 : cluster [DBG] 0: [v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0] mon.a 2024-08-19T10:50:20.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:19 smithi078 bash[22737]: cluster 2024-08-19T10:50:18.904086+0000 mon.a (mon.0) 634 : cluster [DBG] 0: [v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0] mon.a 2024-08-19T10:50:20.261 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:19 smithi078 bash[22737]: cluster 2024-08-19T10:50:18.904106+0000 mon.a (mon.0) 635 : cluster [DBG] 1: [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] mon.c 2024-08-19T10:50:20.262 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:19 smithi078 bash[22737]: cluster 2024-08-19T10:50:18.904106+0000 mon.a (mon.0) 635 : cluster [DBG] 1: [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] mon.c 2024-08-19T10:50:20.262 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:19 smithi078 bash[22737]: cluster 2024-08-19T10:50:18.904124+0000 mon.a (mon.0) 636 : cluster [DBG] 2: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.b 2024-08-19T10:50:20.262 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:19 smithi078 bash[22737]: cluster 2024-08-19T10:50:18.904124+0000 mon.a (mon.0) 636 : cluster [DBG] 2: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.b 2024-08-19T10:50:20.262 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:19 smithi078 bash[22737]: cluster 2024-08-19T10:50:18.921984+0000 mon.a (mon.0) 637 : cluster [DBG] fsmap 2024-08-19T10:50:20.263 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:19 smithi078 bash[22737]: cluster 2024-08-19T10:50:18.921984+0000 mon.a (mon.0) 637 : cluster [DBG] fsmap 2024-08-19T10:50:20.263 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:19 smithi078 bash[22737]: cluster 2024-08-19T10:50:18.922034+0000 mon.a (mon.0) 638 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-08-19T10:50:20.263 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:19 smithi078 bash[22737]: cluster 2024-08-19T10:50:18.922034+0000 mon.a (mon.0) 638 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-08-19T10:50:20.263 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:19 smithi078 bash[22737]: cluster 2024-08-19T10:50:18.922661+0000 mon.a (mon.0) 639 : cluster [DBG] mgrmap e21: a(active, since 3m), standbys: b 2024-08-19T10:50:20.264 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:19 smithi078 bash[22737]: cluster 2024-08-19T10:50:18.922661+0000 mon.a (mon.0) 639 : cluster [DBG] mgrmap e21: a(active, since 3m), standbys: b 2024-08-19T10:50:20.264 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:19 smithi078 bash[22737]: cluster 2024-08-19T10:50:18.922954+0000 mon.a (mon.0) 640 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-08-19T10:50:20.264 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:19 smithi078 bash[22737]: cluster 2024-08-19T10:50:18.922954+0000 mon.a (mon.0) 640 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-08-19T10:50:20.264 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:19 smithi078 bash[22737]: cluster 2024-08-19T10:50:18.933284+0000 mon.a (mon.0) 641 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-08-19T10:50:20.264 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:19 smithi078 bash[22737]: cluster 2024-08-19T10:50:18.933284+0000 mon.a (mon.0) 641 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-08-19T10:50:20.265 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:19 smithi078 bash[22737]: cluster 2024-08-19T10:50:18.933350+0000 mon.a (mon.0) 642 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-08-19T10:50:20.265 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:19 smithi078 bash[22737]: cluster 2024-08-19T10:50:18.933350+0000 mon.a (mon.0) 642 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-08-19T10:50:20.265 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:19 smithi078 bash[22737]: cluster 2024-08-19T10:50:18.933401+0000 mon.a (mon.0) 643 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] is down (out of quorum) 2024-08-19T10:50:20.265 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:19 smithi078 bash[22737]: cluster 2024-08-19T10:50:18.933401+0000 mon.a (mon.0) 643 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] is down (out of quorum) 2024-08-19T10:50:20.265 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:19 smithi078 bash[22737]: audit 2024-08-19T10:50:18.939031+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:50:20.266 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:19 smithi078 bash[22737]: audit 2024-08-19T10:50:18.939031+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:50:20.266 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:19 smithi078 bash[22737]: audit 2024-08-19T10:50:18.952781+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:50:20.267 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:19 smithi078 bash[22737]: audit 2024-08-19T10:50:18.952781+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:50:20.267 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:19 smithi078 bash[22737]: audit 2024-08-19T10:50:19.263188+0000 mon.a (mon.0) 646 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:50:20.267 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:19 smithi078 bash[22737]: audit 2024-08-19T10:50:19.263188+0000 mon.a (mon.0) 646 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:50:21.237 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:20 smithi133 bash[24239]: cluster 2024-08-19T10:50:19.009025+0000 mgr.a (mgr.14394) 147 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:21.237 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:20 smithi133 bash[24239]: cluster 2024-08-19T10:50:19.009025+0000 mgr.a (mgr.14394) 147 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:21.257 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:50:20 smithi078 bash[22990]: ::ffff:172.21.15.133 - - [19/Aug/2024:10:50:20] "GET /metrics HTTP/1.1" 200 21527 "" "Prometheus/2.51.0" 2024-08-19T10:50:21.257 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:20 smithi078 bash[22737]: cluster 2024-08-19T10:50:19.009025+0000 mgr.a (mgr.14394) 147 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:21.257 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:20 smithi078 bash[22737]: cluster 2024-08-19T10:50:19.009025+0000 mgr.a (mgr.14394) 147 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:23.237 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:22 smithi133 bash[24239]: cluster 2024-08-19T10:50:21.009587+0000 mgr.a (mgr.14394) 148 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:23.237 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:22 smithi133 bash[24239]: cluster 2024-08-19T10:50:21.009587+0000 mgr.a (mgr.14394) 148 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:23.257 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:22 smithi078 bash[22737]: cluster 2024-08-19T10:50:21.009587+0000 mgr.a (mgr.14394) 148 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:23.257 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:22 smithi078 bash[22737]: cluster 2024-08-19T10:50:21.009587+0000 mgr.a (mgr.14394) 148 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:25.237 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:24 smithi133 bash[24239]: cluster 2024-08-19T10:50:23.010114+0000 mgr.a (mgr.14394) 149 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:25.238 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:24 smithi133 bash[24239]: cluster 2024-08-19T10:50:23.010114+0000 mgr.a (mgr.14394) 149 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:25.238 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:24 smithi133 bash[24239]: audit 2024-08-19T10:50:24.737756+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:50:25.238 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:24 smithi133 bash[24239]: audit 2024-08-19T10:50:24.737756+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:50:25.238 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:24 smithi133 bash[24239]: audit 2024-08-19T10:50:24.747125+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:50:25.238 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:24 smithi133 bash[24239]: audit 2024-08-19T10:50:24.747125+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:50:25.257 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:24 smithi078 bash[22737]: cluster 2024-08-19T10:50:23.010114+0000 mgr.a (mgr.14394) 149 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:25.257 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:24 smithi078 bash[22737]: cluster 2024-08-19T10:50:23.010114+0000 mgr.a (mgr.14394) 149 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:25.257 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:24 smithi078 bash[22737]: audit 2024-08-19T10:50:24.737756+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:50:25.257 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:24 smithi078 bash[22737]: audit 2024-08-19T10:50:24.737756+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:50:25.257 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:24 smithi078 bash[22737]: audit 2024-08-19T10:50:24.747125+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:50:25.257 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:24 smithi078 bash[22737]: audit 2024-08-19T10:50:24.747125+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:50:26.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:26 smithi133 bash[24239]: cluster 2024-08-19T10:50:25.010634+0000 mgr.a (mgr.14394) 150 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:26.738 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:26 smithi133 bash[24239]: cluster 2024-08-19T10:50:25.010634+0000 mgr.a (mgr.14394) 150 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:26.738 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:26 smithi133 bash[24239]: audit 2024-08-19T10:50:25.270211+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:50:26.738 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:26 smithi133 bash[24239]: audit 2024-08-19T10:50:25.270211+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:50:26.738 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:26 smithi133 bash[24239]: audit 2024-08-19T10:50:25.272032+0000 mon.a (mon.0) 650 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:50:26.738 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:26 smithi133 bash[24239]: audit 2024-08-19T10:50:25.272032+0000 mon.a (mon.0) 650 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:50:26.738 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:26 smithi133 bash[24239]: audit 2024-08-19T10:50:25.423320+0000 mon.a (mon.0) 651 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:50:26.738 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:26 smithi133 bash[24239]: audit 2024-08-19T10:50:25.423320+0000 mon.a (mon.0) 651 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:50:26.738 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:26 smithi133 bash[24239]: audit 2024-08-19T10:50:25.424484+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:50:26.738 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:26 smithi133 bash[24239]: audit 2024-08-19T10:50:25.424484+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:50:26.738 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:26 smithi133 bash[24239]: audit 2024-08-19T10:50:25.434689+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:50:26.738 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:26 smithi133 bash[24239]: audit 2024-08-19T10:50:25.434689+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:50:26.757 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:26 smithi078 bash[22737]: cluster 2024-08-19T10:50:25.010634+0000 mgr.a (mgr.14394) 150 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:26.757 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:26 smithi078 bash[22737]: cluster 2024-08-19T10:50:25.010634+0000 mgr.a (mgr.14394) 150 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:26.757 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:26 smithi078 bash[22737]: audit 2024-08-19T10:50:25.270211+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:50:26.757 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:26 smithi078 bash[22737]: audit 2024-08-19T10:50:25.270211+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:50:26.757 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:26 smithi078 bash[22737]: audit 2024-08-19T10:50:25.272032+0000 mon.a (mon.0) 650 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:50:26.758 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:26 smithi078 bash[22737]: audit 2024-08-19T10:50:25.272032+0000 mon.a (mon.0) 650 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:50:26.758 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:26 smithi078 bash[22737]: audit 2024-08-19T10:50:25.423320+0000 mon.a (mon.0) 651 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:50:26.758 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:26 smithi078 bash[22737]: audit 2024-08-19T10:50:25.423320+0000 mon.a (mon.0) 651 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:50:26.758 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:26 smithi078 bash[22737]: audit 2024-08-19T10:50:25.424484+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:50:26.758 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:26 smithi078 bash[22737]: audit 2024-08-19T10:50:25.424484+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:50:26.758 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:26 smithi078 bash[22737]: audit 2024-08-19T10:50:25.434689+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:50:26.758 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:26 smithi078 bash[22737]: audit 2024-08-19T10:50:25.434689+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:50:28.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:28 smithi133 bash[24239]: cluster 2024-08-19T10:50:27.011210+0000 mgr.a (mgr.14394) 151 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:28.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:28 smithi133 bash[24239]: cluster 2024-08-19T10:50:27.011210+0000 mgr.a (mgr.14394) 151 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:28.757 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:28 smithi078 bash[22737]: cluster 2024-08-19T10:50:27.011210+0000 mgr.a (mgr.14394) 151 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:28.757 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:28 smithi078 bash[22737]: cluster 2024-08-19T10:50:27.011210+0000 mgr.a (mgr.14394) 151 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:30.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:30 smithi133 bash[24239]: cluster 2024-08-19T10:50:29.011742+0000 mgr.a (mgr.14394) 152 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:30.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:30 smithi133 bash[24239]: cluster 2024-08-19T10:50:29.011742+0000 mgr.a (mgr.14394) 152 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:30.757 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:30 smithi078 bash[22737]: cluster 2024-08-19T10:50:29.011742+0000 mgr.a (mgr.14394) 152 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:30.757 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:30 smithi078 bash[22737]: cluster 2024-08-19T10:50:29.011742+0000 mgr.a (mgr.14394) 152 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:31.257 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:50:30 smithi078 bash[22990]: ::ffff:172.21.15.133 - - [19/Aug/2024:10:50:30] "GET /metrics HTTP/1.1" 200 21595 "" "Prometheus/2.51.0" 2024-08-19T10:50:32.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:32 smithi133 bash[24239]: cluster 2024-08-19T10:50:31.012290+0000 mgr.a (mgr.14394) 153 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:32.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:32 smithi133 bash[24239]: cluster 2024-08-19T10:50:31.012290+0000 mgr.a (mgr.14394) 153 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:32.757 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:32 smithi078 bash[22737]: cluster 2024-08-19T10:50:31.012290+0000 mgr.a (mgr.14394) 153 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:32.757 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:32 smithi078 bash[22737]: cluster 2024-08-19T10:50:31.012290+0000 mgr.a (mgr.14394) 153 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:34.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:34 smithi133 bash[24239]: cluster 2024-08-19T10:50:33.012808+0000 mgr.a (mgr.14394) 154 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:34.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:34 smithi133 bash[24239]: cluster 2024-08-19T10:50:33.012808+0000 mgr.a (mgr.14394) 154 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:34.756 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:34 smithi078 bash[22737]: cluster 2024-08-19T10:50:33.012808+0000 mgr.a (mgr.14394) 154 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:34.757 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:34 smithi078 bash[22737]: cluster 2024-08-19T10:50:33.012808+0000 mgr.a (mgr.14394) 154 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:36.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:36 smithi133 bash[24239]: cluster 2024-08-19T10:50:35.013330+0000 mgr.a (mgr.14394) 155 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:36.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:36 smithi133 bash[24239]: cluster 2024-08-19T10:50:35.013330+0000 mgr.a (mgr.14394) 155 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:36.756 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:36 smithi078 bash[22737]: cluster 2024-08-19T10:50:35.013330+0000 mgr.a (mgr.14394) 155 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:36.757 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:36 smithi078 bash[22737]: cluster 2024-08-19T10:50:35.013330+0000 mgr.a (mgr.14394) 155 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:38.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:38 smithi133 bash[24239]: cluster 2024-08-19T10:50:37.013891+0000 mgr.a (mgr.14394) 156 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:38.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:38 smithi133 bash[24239]: cluster 2024-08-19T10:50:37.013891+0000 mgr.a (mgr.14394) 156 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:38.756 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:38 smithi078 bash[22737]: cluster 2024-08-19T10:50:37.013891+0000 mgr.a (mgr.14394) 156 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:38.756 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:38 smithi078 bash[22737]: cluster 2024-08-19T10:50:37.013891+0000 mgr.a (mgr.14394) 156 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:40.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:40 smithi133 bash[24239]: cluster 2024-08-19T10:50:39.014378+0000 mgr.a (mgr.14394) 157 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:40.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:40 smithi133 bash[24239]: cluster 2024-08-19T10:50:39.014378+0000 mgr.a (mgr.14394) 157 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:40.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:40 smithi133 bash[24239]: audit 2024-08-19T10:50:40.263901+0000 mon.a (mon.0) 654 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:50:40.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:40 smithi133 bash[24239]: audit 2024-08-19T10:50:40.263901+0000 mon.a (mon.0) 654 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:50:40.757 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:40 smithi078 bash[22737]: cluster 2024-08-19T10:50:39.014378+0000 mgr.a (mgr.14394) 157 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:40.757 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:40 smithi078 bash[22737]: cluster 2024-08-19T10:50:39.014378+0000 mgr.a (mgr.14394) 157 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:40.757 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:40 smithi078 bash[22737]: audit 2024-08-19T10:50:40.263901+0000 mon.a (mon.0) 654 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:50:40.757 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:40 smithi078 bash[22737]: audit 2024-08-19T10:50:40.263901+0000 mon.a (mon.0) 654 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:50:41.257 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:50:40 smithi078 bash[22990]: ::ffff:172.21.15.133 - - [19/Aug/2024:10:50:40] "GET /metrics HTTP/1.1" 200 21599 "" "Prometheus/2.51.0" 2024-08-19T10:50:42.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:42 smithi133 bash[24239]: cluster 2024-08-19T10:50:41.014904+0000 mgr.a (mgr.14394) 158 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:42.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:42 smithi133 bash[24239]: cluster 2024-08-19T10:50:41.014904+0000 mgr.a (mgr.14394) 158 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:42.757 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:42 smithi078 bash[22737]: cluster 2024-08-19T10:50:41.014904+0000 mgr.a (mgr.14394) 158 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:42.757 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:42 smithi078 bash[22737]: cluster 2024-08-19T10:50:41.014904+0000 mgr.a (mgr.14394) 158 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:44.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:44 smithi133 bash[24239]: cluster 2024-08-19T10:50:43.015429+0000 mgr.a (mgr.14394) 159 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:44.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:44 smithi133 bash[24239]: cluster 2024-08-19T10:50:43.015429+0000 mgr.a (mgr.14394) 159 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:44.756 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:44 smithi078 bash[22737]: cluster 2024-08-19T10:50:43.015429+0000 mgr.a (mgr.14394) 159 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:44.757 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:44 smithi078 bash[22737]: cluster 2024-08-19T10:50:43.015429+0000 mgr.a (mgr.14394) 159 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:46.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:46 smithi133 bash[24239]: cluster 2024-08-19T10:50:45.015878+0000 mgr.a (mgr.14394) 160 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:46.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:46 smithi133 bash[24239]: cluster 2024-08-19T10:50:45.015878+0000 mgr.a (mgr.14394) 160 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:46.757 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:46 smithi078 bash[22737]: cluster 2024-08-19T10:50:45.015878+0000 mgr.a (mgr.14394) 160 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:46.757 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:46 smithi078 bash[22737]: cluster 2024-08-19T10:50:45.015878+0000 mgr.a (mgr.14394) 160 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:48.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:48 smithi133 bash[24239]: cluster 2024-08-19T10:50:47.016426+0000 mgr.a (mgr.14394) 161 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:48.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:48 smithi133 bash[24239]: cluster 2024-08-19T10:50:47.016426+0000 mgr.a (mgr.14394) 161 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:48.757 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:48 smithi078 bash[22737]: cluster 2024-08-19T10:50:47.016426+0000 mgr.a (mgr.14394) 161 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:48.757 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:48 smithi078 bash[22737]: cluster 2024-08-19T10:50:47.016426+0000 mgr.a (mgr.14394) 161 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:50.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:50 smithi133 bash[24239]: cluster 2024-08-19T10:50:49.016992+0000 mgr.a (mgr.14394) 162 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:50.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:50 smithi133 bash[24239]: cluster 2024-08-19T10:50:49.016992+0000 mgr.a (mgr.14394) 162 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:50.756 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:50 smithi078 bash[22737]: cluster 2024-08-19T10:50:49.016992+0000 mgr.a (mgr.14394) 162 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:50.756 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:50 smithi078 bash[22737]: cluster 2024-08-19T10:50:49.016992+0000 mgr.a (mgr.14394) 162 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:51.256 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:50:50 smithi078 bash[22990]: ::ffff:172.21.15.133 - - [19/Aug/2024:10:50:50] "GET /metrics HTTP/1.1" 200 21599 "" "Prometheus/2.51.0" 2024-08-19T10:50:52.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:52 smithi133 bash[24239]: cluster 2024-08-19T10:50:51.017485+0000 mgr.a (mgr.14394) 163 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:52.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:52 smithi133 bash[24239]: cluster 2024-08-19T10:50:51.017485+0000 mgr.a (mgr.14394) 163 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:52.756 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:52 smithi078 bash[22737]: cluster 2024-08-19T10:50:51.017485+0000 mgr.a (mgr.14394) 163 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:52.757 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:52 smithi078 bash[22737]: cluster 2024-08-19T10:50:51.017485+0000 mgr.a (mgr.14394) 163 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:54.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:54 smithi133 bash[24239]: cluster 2024-08-19T10:50:53.018005+0000 mgr.a (mgr.14394) 164 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:54.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:54 smithi133 bash[24239]: cluster 2024-08-19T10:50:53.018005+0000 mgr.a (mgr.14394) 164 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:54.756 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:54 smithi078 bash[22737]: cluster 2024-08-19T10:50:53.018005+0000 mgr.a (mgr.14394) 164 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:54.757 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:54 smithi078 bash[22737]: cluster 2024-08-19T10:50:53.018005+0000 mgr.a (mgr.14394) 164 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:55.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:55 smithi133 bash[24239]: audit 2024-08-19T10:50:55.264286+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:50:55.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:55 smithi133 bash[24239]: audit 2024-08-19T10:50:55.264286+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:50:55.756 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:55 smithi078 bash[22737]: audit 2024-08-19T10:50:55.264286+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:50:55.756 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:55 smithi078 bash[22737]: audit 2024-08-19T10:50:55.264286+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:50:56.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:56 smithi133 bash[24239]: cluster 2024-08-19T10:50:55.018536+0000 mgr.a (mgr.14394) 165 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:56.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:56 smithi133 bash[24239]: cluster 2024-08-19T10:50:55.018536+0000 mgr.a (mgr.14394) 165 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:56.756 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:56 smithi078 bash[22737]: cluster 2024-08-19T10:50:55.018536+0000 mgr.a (mgr.14394) 165 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:56.756 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:56 smithi078 bash[22737]: cluster 2024-08-19T10:50:55.018536+0000 mgr.a (mgr.14394) 165 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:58.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:58 smithi133 bash[24239]: cluster 2024-08-19T10:50:57.019086+0000 mgr.a (mgr.14394) 166 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:58.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:50:58 smithi133 bash[24239]: cluster 2024-08-19T10:50:57.019086+0000 mgr.a (mgr.14394) 166 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:58.756 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:58 smithi078 bash[22737]: cluster 2024-08-19T10:50:57.019086+0000 mgr.a (mgr.14394) 166 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:50:58.757 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:50:58 smithi078 bash[22737]: cluster 2024-08-19T10:50:57.019086+0000 mgr.a (mgr.14394) 166 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:00.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:00 smithi133 bash[24239]: cluster 2024-08-19T10:50:59.019598+0000 mgr.a (mgr.14394) 167 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:00.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:00 smithi133 bash[24239]: cluster 2024-08-19T10:50:59.019598+0000 mgr.a (mgr.14394) 167 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:00.756 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:00 smithi078 bash[22737]: cluster 2024-08-19T10:50:59.019598+0000 mgr.a (mgr.14394) 167 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:00.756 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:00 smithi078 bash[22737]: cluster 2024-08-19T10:50:59.019598+0000 mgr.a (mgr.14394) 167 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:01.256 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:51:00 smithi078 bash[22990]: ::ffff:172.21.15.133 - - [19/Aug/2024:10:51:00] "GET /metrics HTTP/1.1" 200 21594 "" "Prometheus/2.51.0" 2024-08-19T10:51:02.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:02 smithi133 bash[24239]: cluster 2024-08-19T10:51:01.020130+0000 mgr.a (mgr.14394) 168 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:02.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:02 smithi133 bash[24239]: cluster 2024-08-19T10:51:01.020130+0000 mgr.a (mgr.14394) 168 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:02.756 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:02 smithi078 bash[22737]: cluster 2024-08-19T10:51:01.020130+0000 mgr.a (mgr.14394) 168 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:02.757 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:02 smithi078 bash[22737]: cluster 2024-08-19T10:51:01.020130+0000 mgr.a (mgr.14394) 168 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:04.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:04 smithi133 bash[24239]: cluster 2024-08-19T10:51:03.020663+0000 mgr.a (mgr.14394) 169 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:04.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:04 smithi133 bash[24239]: cluster 2024-08-19T10:51:03.020663+0000 mgr.a (mgr.14394) 169 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:04.756 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:04 smithi078 bash[22737]: cluster 2024-08-19T10:51:03.020663+0000 mgr.a (mgr.14394) 169 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:04.757 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:04 smithi078 bash[22737]: cluster 2024-08-19T10:51:03.020663+0000 mgr.a (mgr.14394) 169 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:06.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:06 smithi133 bash[24239]: cluster 2024-08-19T10:51:05.021207+0000 mgr.a (mgr.14394) 170 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:06.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:06 smithi133 bash[24239]: cluster 2024-08-19T10:51:05.021207+0000 mgr.a (mgr.14394) 170 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:06.756 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:06 smithi078 bash[22737]: cluster 2024-08-19T10:51:05.021207+0000 mgr.a (mgr.14394) 170 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:06.757 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:06 smithi078 bash[22737]: cluster 2024-08-19T10:51:05.021207+0000 mgr.a (mgr.14394) 170 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:09.257 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:09 smithi078 bash[22737]: cluster 2024-08-19T10:51:07.021738+0000 mgr.a (mgr.14394) 171 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:09.257 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:09 smithi078 bash[22737]: cluster 2024-08-19T10:51:07.021738+0000 mgr.a (mgr.14394) 171 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:09.487 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:09 smithi133 bash[24239]: cluster 2024-08-19T10:51:07.021738+0000 mgr.a (mgr.14394) 171 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:09.487 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:09 smithi133 bash[24239]: cluster 2024-08-19T10:51:07.021738+0000 mgr.a (mgr.14394) 171 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:11.257 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:51:10 smithi078 bash[22990]: ::ffff:172.21.15.133 - - [19/Aug/2024:10:51:10] "GET /metrics HTTP/1.1" 200 21597 "" "Prometheus/2.51.0" 2024-08-19T10:51:11.257 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:11 smithi078 bash[22737]: cluster 2024-08-19T10:51:09.022242+0000 mgr.a (mgr.14394) 172 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:11.257 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:11 smithi078 bash[22737]: cluster 2024-08-19T10:51:09.022242+0000 mgr.a (mgr.14394) 172 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:11.257 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:11 smithi078 bash[22737]: audit 2024-08-19T10:51:10.264759+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:51:11.257 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:11 smithi078 bash[22737]: audit 2024-08-19T10:51:10.264759+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:51:11.487 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:11 smithi133 bash[24239]: cluster 2024-08-19T10:51:09.022242+0000 mgr.a (mgr.14394) 172 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:11.487 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:11 smithi133 bash[24239]: cluster 2024-08-19T10:51:09.022242+0000 mgr.a (mgr.14394) 172 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:11.487 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:11 smithi133 bash[24239]: audit 2024-08-19T10:51:10.264759+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:51:11.487 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:11 smithi133 bash[24239]: audit 2024-08-19T10:51:10.264759+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:51:13.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:13 smithi133 bash[24239]: cluster 2024-08-19T10:51:11.022860+0000 mgr.a (mgr.14394) 173 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:13.490 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:13 smithi133 bash[24239]: cluster 2024-08-19T10:51:11.022860+0000 mgr.a (mgr.14394) 173 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:13.506 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:13 smithi078 bash[22737]: cluster 2024-08-19T10:51:11.022860+0000 mgr.a (mgr.14394) 173 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:13.506 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:13 smithi078 bash[22737]: cluster 2024-08-19T10:51:11.022860+0000 mgr.a (mgr.14394) 173 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:15.487 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:15 smithi133 bash[24239]: cluster 2024-08-19T10:51:13.023381+0000 mgr.a (mgr.14394) 174 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:15.487 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:15 smithi133 bash[24239]: cluster 2024-08-19T10:51:13.023381+0000 mgr.a (mgr.14394) 174 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:15.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:15 smithi078 bash[22737]: cluster 2024-08-19T10:51:13.023381+0000 mgr.a (mgr.14394) 174 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:15.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:15 smithi078 bash[22737]: cluster 2024-08-19T10:51:13.023381+0000 mgr.a (mgr.14394) 174 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:16.487 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:16 smithi133 bash[24239]: cluster 2024-08-19T10:51:15.023842+0000 mgr.a (mgr.14394) 175 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:16.487 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:16 smithi133 bash[24239]: cluster 2024-08-19T10:51:15.023842+0000 mgr.a (mgr.14394) 175 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:16.506 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:16 smithi078 bash[22737]: cluster 2024-08-19T10:51:15.023842+0000 mgr.a (mgr.14394) 175 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:16.506 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:16 smithi078 bash[22737]: cluster 2024-08-19T10:51:15.023842+0000 mgr.a (mgr.14394) 175 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:18.487 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:18 smithi133 bash[24239]: cluster 2024-08-19T10:51:17.024394+0000 mgr.a (mgr.14394) 176 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:18.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:18 smithi133 bash[24239]: cluster 2024-08-19T10:51:17.024394+0000 mgr.a (mgr.14394) 176 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:18.506 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:18 smithi078 bash[22737]: cluster 2024-08-19T10:51:17.024394+0000 mgr.a (mgr.14394) 176 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:18.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:18 smithi078 bash[22737]: cluster 2024-08-19T10:51:17.024394+0000 mgr.a (mgr.14394) 176 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:20.487 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:20 smithi133 bash[24239]: cluster 2024-08-19T10:51:19.025033+0000 mgr.a (mgr.14394) 177 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:20.487 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:20 smithi133 bash[24239]: cluster 2024-08-19T10:51:19.025033+0000 mgr.a (mgr.14394) 177 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:20.506 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:20 smithi078 bash[22737]: cluster 2024-08-19T10:51:19.025033+0000 mgr.a (mgr.14394) 177 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:20.506 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:20 smithi078 bash[22737]: cluster 2024-08-19T10:51:19.025033+0000 mgr.a (mgr.14394) 177 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:21.256 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:51:20 smithi078 bash[22990]: ::ffff:172.21.15.133 - - [19/Aug/2024:10:51:20] "GET /metrics HTTP/1.1" 200 21597 "" "Prometheus/2.51.0" 2024-08-19T10:51:22.487 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:22 smithi133 bash[24239]: cluster 2024-08-19T10:51:21.025705+0000 mgr.a (mgr.14394) 178 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:22.487 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:22 smithi133 bash[24239]: cluster 2024-08-19T10:51:21.025705+0000 mgr.a (mgr.14394) 178 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:22.506 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:22 smithi078 bash[22737]: cluster 2024-08-19T10:51:21.025705+0000 mgr.a (mgr.14394) 178 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:22.506 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:22 smithi078 bash[22737]: cluster 2024-08-19T10:51:21.025705+0000 mgr.a (mgr.14394) 178 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:24.487 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:24 smithi133 bash[24239]: cluster 2024-08-19T10:51:23.026267+0000 mgr.a (mgr.14394) 179 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:24.487 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:24 smithi133 bash[24239]: cluster 2024-08-19T10:51:23.026267+0000 mgr.a (mgr.14394) 179 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:24.506 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:24 smithi078 bash[22737]: cluster 2024-08-19T10:51:23.026267+0000 mgr.a (mgr.14394) 179 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:24.506 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:24 smithi078 bash[22737]: cluster 2024-08-19T10:51:23.026267+0000 mgr.a (mgr.14394) 179 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:26.487 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:26 smithi133 bash[24239]: cluster 2024-08-19T10:51:25.026778+0000 mgr.a (mgr.14394) 180 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:26.487 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:26 smithi133 bash[24239]: cluster 2024-08-19T10:51:25.026778+0000 mgr.a (mgr.14394) 180 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:26.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:26 smithi133 bash[24239]: audit 2024-08-19T10:51:25.265489+0000 mon.a (mon.0) 657 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:51:26.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:26 smithi133 bash[24239]: audit 2024-08-19T10:51:25.265489+0000 mon.a (mon.0) 657 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:51:26.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:26 smithi133 bash[24239]: audit 2024-08-19T10:51:25.781102+0000 mon.a (mon.0) 658 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:51:26.488 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:26 smithi133 bash[24239]: audit 2024-08-19T10:51:25.781102+0000 mon.a (mon.0) 658 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:51:26.506 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:26 smithi078 bash[22737]: cluster 2024-08-19T10:51:25.026778+0000 mgr.a (mgr.14394) 180 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:26.506 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:26 smithi078 bash[22737]: cluster 2024-08-19T10:51:25.026778+0000 mgr.a (mgr.14394) 180 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:26.506 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:26 smithi078 bash[22737]: audit 2024-08-19T10:51:25.265489+0000 mon.a (mon.0) 657 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:51:26.506 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:26 smithi078 bash[22737]: audit 2024-08-19T10:51:25.265489+0000 mon.a (mon.0) 657 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:51:26.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:26 smithi078 bash[22737]: audit 2024-08-19T10:51:25.781102+0000 mon.a (mon.0) 658 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:51:26.507 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:26 smithi078 bash[22737]: audit 2024-08-19T10:51:25.781102+0000 mon.a (mon.0) 658 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-19T10:51:27.738 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:27 smithi133 bash[24239]: audit 2024-08-19T10:51:26.385646+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:51:27.738 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:27 smithi133 bash[24239]: audit 2024-08-19T10:51:26.385646+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:51:27.738 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:27 smithi133 bash[24239]: audit 2024-08-19T10:51:26.391491+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:51:27.738 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:27 smithi133 bash[24239]: audit 2024-08-19T10:51:26.391491+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:51:27.738 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:27 smithi133 bash[24239]: audit 2024-08-19T10:51:26.394665+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:51:27.738 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:27 smithi133 bash[24239]: audit 2024-08-19T10:51:26.394665+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:51:27.738 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:27 smithi133 bash[24239]: audit 2024-08-19T10:51:26.398696+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:51:27.738 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:27 smithi133 bash[24239]: audit 2024-08-19T10:51:26.398696+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:51:27.738 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:27 smithi133 bash[24239]: audit 2024-08-19T10:51:27.158300+0000 mon.a (mon.0) 663 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:51:27.738 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:27 smithi133 bash[24239]: audit 2024-08-19T10:51:27.158300+0000 mon.a (mon.0) 663 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:51:27.739 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:27 smithi133 bash[24239]: audit 2024-08-19T10:51:27.159549+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:51:27.739 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:27 smithi133 bash[24239]: audit 2024-08-19T10:51:27.159549+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:51:27.739 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:27 smithi133 bash[24239]: audit 2024-08-19T10:51:27.168181+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:51:27.739 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:27 smithi133 bash[24239]: audit 2024-08-19T10:51:27.168181+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:51:27.757 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:27 smithi078 bash[22737]: audit 2024-08-19T10:51:26.385646+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:51:27.757 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:27 smithi078 bash[22737]: audit 2024-08-19T10:51:26.385646+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:51:27.757 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:27 smithi078 bash[22737]: audit 2024-08-19T10:51:26.391491+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:51:27.757 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:27 smithi078 bash[22737]: audit 2024-08-19T10:51:26.391491+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:51:27.757 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:27 smithi078 bash[22737]: audit 2024-08-19T10:51:26.394665+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:51:27.757 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:27 smithi078 bash[22737]: audit 2024-08-19T10:51:26.394665+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:51:27.757 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:27 smithi078 bash[22737]: audit 2024-08-19T10:51:26.398696+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:51:27.757 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:27 smithi078 bash[22737]: audit 2024-08-19T10:51:26.398696+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:51:27.757 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:27 smithi078 bash[22737]: audit 2024-08-19T10:51:27.158300+0000 mon.a (mon.0) 663 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:51:27.758 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:27 smithi078 bash[22737]: audit 2024-08-19T10:51:27.158300+0000 mon.a (mon.0) 663 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-19T10:51:27.758 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:27 smithi078 bash[22737]: audit 2024-08-19T10:51:27.159549+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:51:27.758 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:27 smithi078 bash[22737]: audit 2024-08-19T10:51:27.159549+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-19T10:51:27.758 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:27 smithi078 bash[22737]: audit 2024-08-19T10:51:27.168181+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:51:27.758 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:27 smithi078 bash[22737]: audit 2024-08-19T10:51:27.168181+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' 2024-08-19T10:51:28.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:28 smithi133 bash[24239]: cluster 2024-08-19T10:51:27.027426+0000 mgr.a (mgr.14394) 181 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:28.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:28 smithi133 bash[24239]: cluster 2024-08-19T10:51:27.027426+0000 mgr.a (mgr.14394) 181 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:28.756 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:28 smithi078 bash[22737]: cluster 2024-08-19T10:51:27.027426+0000 mgr.a (mgr.14394) 181 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:28.756 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:28 smithi078 bash[22737]: cluster 2024-08-19T10:51:27.027426+0000 mgr.a (mgr.14394) 181 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:30.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:30 smithi133 bash[24239]: cluster 2024-08-19T10:51:29.027993+0000 mgr.a (mgr.14394) 182 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:30.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:30 smithi133 bash[24239]: cluster 2024-08-19T10:51:29.027993+0000 mgr.a (mgr.14394) 182 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:30.756 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:30 smithi078 bash[22737]: cluster 2024-08-19T10:51:29.027993+0000 mgr.a (mgr.14394) 182 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:30.756 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:30 smithi078 bash[22737]: cluster 2024-08-19T10:51:29.027993+0000 mgr.a (mgr.14394) 182 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:31.256 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:51:30 smithi078 bash[22990]: ::ffff:172.21.15.133 - - [19/Aug/2024:10:51:30] "GET /metrics HTTP/1.1" 200 21598 "" "Prometheus/2.51.0" 2024-08-19T10:51:32.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:32 smithi133 bash[24239]: cluster 2024-08-19T10:51:31.028609+0000 mgr.a (mgr.14394) 183 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:32.738 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:32 smithi133 bash[24239]: cluster 2024-08-19T10:51:31.028609+0000 mgr.a (mgr.14394) 183 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:32.756 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:32 smithi078 bash[22737]: cluster 2024-08-19T10:51:31.028609+0000 mgr.a (mgr.14394) 183 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:32.756 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:32 smithi078 bash[22737]: cluster 2024-08-19T10:51:31.028609+0000 mgr.a (mgr.14394) 183 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:34.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:34 smithi133 bash[24239]: cluster 2024-08-19T10:51:33.029178+0000 mgr.a (mgr.14394) 184 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:34.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:34 smithi133 bash[24239]: cluster 2024-08-19T10:51:33.029178+0000 mgr.a (mgr.14394) 184 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:34.757 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:34 smithi078 bash[22737]: cluster 2024-08-19T10:51:33.029178+0000 mgr.a (mgr.14394) 184 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:34.757 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:34 smithi078 bash[22737]: cluster 2024-08-19T10:51:33.029178+0000 mgr.a (mgr.14394) 184 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:36.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:36 smithi133 bash[24239]: cluster 2024-08-19T10:51:35.029707+0000 mgr.a (mgr.14394) 185 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:36.738 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:36 smithi133 bash[24239]: cluster 2024-08-19T10:51:35.029707+0000 mgr.a (mgr.14394) 185 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:36.756 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:36 smithi078 bash[22737]: cluster 2024-08-19T10:51:35.029707+0000 mgr.a (mgr.14394) 185 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:36.756 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:36 smithi078 bash[22737]: cluster 2024-08-19T10:51:35.029707+0000 mgr.a (mgr.14394) 185 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:38.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:38 smithi133 bash[24239]: cluster 2024-08-19T10:51:37.030262+0000 mgr.a (mgr.14394) 186 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:38.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:38 smithi133 bash[24239]: cluster 2024-08-19T10:51:37.030262+0000 mgr.a (mgr.14394) 186 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:38.756 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:38 smithi078 bash[22737]: cluster 2024-08-19T10:51:37.030262+0000 mgr.a (mgr.14394) 186 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:38.756 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:38 smithi078 bash[22737]: cluster 2024-08-19T10:51:37.030262+0000 mgr.a (mgr.14394) 186 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:40.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:40 smithi133 bash[24239]: cluster 2024-08-19T10:51:39.030762+0000 mgr.a (mgr.14394) 187 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:40.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:40 smithi133 bash[24239]: cluster 2024-08-19T10:51:39.030762+0000 mgr.a (mgr.14394) 187 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:40.738 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:40 smithi133 bash[24239]: audit 2024-08-19T10:51:40.265803+0000 mon.a (mon.0) 666 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:51:40.738 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:40 smithi133 bash[24239]: audit 2024-08-19T10:51:40.265803+0000 mon.a (mon.0) 666 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:51:40.756 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:40 smithi078 bash[22737]: cluster 2024-08-19T10:51:39.030762+0000 mgr.a (mgr.14394) 187 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:40.756 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:40 smithi078 bash[22737]: cluster 2024-08-19T10:51:39.030762+0000 mgr.a (mgr.14394) 187 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:40.756 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:40 smithi078 bash[22737]: audit 2024-08-19T10:51:40.265803+0000 mon.a (mon.0) 666 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:51:40.756 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:40 smithi078 bash[22737]: audit 2024-08-19T10:51:40.265803+0000 mon.a (mon.0) 666 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:51:41.256 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:51:40 smithi078 bash[22990]: ::ffff:172.21.15.133 - - [19/Aug/2024:10:51:40] "GET /metrics HTTP/1.1" 200 21596 "" "Prometheus/2.51.0" 2024-08-19T10:51:42.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:42 smithi133 bash[24239]: cluster 2024-08-19T10:51:41.031298+0000 mgr.a (mgr.14394) 188 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:42.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:42 smithi133 bash[24239]: cluster 2024-08-19T10:51:41.031298+0000 mgr.a (mgr.14394) 188 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:42.756 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:42 smithi078 bash[22737]: cluster 2024-08-19T10:51:41.031298+0000 mgr.a (mgr.14394) 188 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:42.756 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:42 smithi078 bash[22737]: cluster 2024-08-19T10:51:41.031298+0000 mgr.a (mgr.14394) 188 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:44.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:44 smithi133 bash[24239]: cluster 2024-08-19T10:51:43.031834+0000 mgr.a (mgr.14394) 189 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:44.738 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:44 smithi133 bash[24239]: cluster 2024-08-19T10:51:43.031834+0000 mgr.a (mgr.14394) 189 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:44.758 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:44 smithi078 bash[22737]: cluster 2024-08-19T10:51:43.031834+0000 mgr.a (mgr.14394) 189 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:44.758 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:44 smithi078 bash[22737]: cluster 2024-08-19T10:51:43.031834+0000 mgr.a (mgr.14394) 189 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:46.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:46 smithi133 bash[24239]: cluster 2024-08-19T10:51:45.032356+0000 mgr.a (mgr.14394) 190 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:46.738 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:46 smithi133 bash[24239]: cluster 2024-08-19T10:51:45.032356+0000 mgr.a (mgr.14394) 190 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:46.756 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:46 smithi078 bash[22737]: cluster 2024-08-19T10:51:45.032356+0000 mgr.a (mgr.14394) 190 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:46.756 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:46 smithi078 bash[22737]: cluster 2024-08-19T10:51:45.032356+0000 mgr.a (mgr.14394) 190 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:48.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:48 smithi133 bash[24239]: cluster 2024-08-19T10:51:47.033009+0000 mgr.a (mgr.14394) 191 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:48.738 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:48 smithi133 bash[24239]: cluster 2024-08-19T10:51:47.033009+0000 mgr.a (mgr.14394) 191 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:48.756 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:48 smithi078 bash[22737]: cluster 2024-08-19T10:51:47.033009+0000 mgr.a (mgr.14394) 191 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:48.756 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:48 smithi078 bash[22737]: cluster 2024-08-19T10:51:47.033009+0000 mgr.a (mgr.14394) 191 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:50.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:50 smithi133 bash[24239]: cluster 2024-08-19T10:51:49.033566+0000 mgr.a (mgr.14394) 192 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:50.738 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:50 smithi133 bash[24239]: cluster 2024-08-19T10:51:49.033566+0000 mgr.a (mgr.14394) 192 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:50.756 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:50 smithi078 bash[22737]: cluster 2024-08-19T10:51:49.033566+0000 mgr.a (mgr.14394) 192 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:50.756 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:50 smithi078 bash[22737]: cluster 2024-08-19T10:51:49.033566+0000 mgr.a (mgr.14394) 192 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:51.256 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:51:50 smithi078 bash[22990]: ::ffff:172.21.15.133 - - [19/Aug/2024:10:51:50] "GET /metrics HTTP/1.1" 200 21596 "" "Prometheus/2.51.0" 2024-08-19T10:51:52.741 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:52 smithi133 bash[24239]: cluster 2024-08-19T10:51:51.034097+0000 mgr.a (mgr.14394) 193 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:52.845 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:52 smithi133 bash[24239]: cluster 2024-08-19T10:51:51.034097+0000 mgr.a (mgr.14394) 193 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:52.846 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:52 smithi078 bash[22737]: cluster 2024-08-19T10:51:51.034097+0000 mgr.a (mgr.14394) 193 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:52.846 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:52 smithi078 bash[22737]: cluster 2024-08-19T10:51:51.034097+0000 mgr.a (mgr.14394) 193 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:54.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:54 smithi133 bash[24239]: cluster 2024-08-19T10:51:53.034656+0000 mgr.a (mgr.14394) 194 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:54.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:54 smithi133 bash[24239]: cluster 2024-08-19T10:51:53.034656+0000 mgr.a (mgr.14394) 194 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:54.756 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:54 smithi078 bash[22737]: cluster 2024-08-19T10:51:53.034656+0000 mgr.a (mgr.14394) 194 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:54.756 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:54 smithi078 bash[22737]: cluster 2024-08-19T10:51:53.034656+0000 mgr.a (mgr.14394) 194 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:55.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:55 smithi133 bash[24239]: audit 2024-08-19T10:51:55.266128+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:51:55.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:55 smithi133 bash[24239]: audit 2024-08-19T10:51:55.266128+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:51:55.756 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:55 smithi078 bash[22737]: audit 2024-08-19T10:51:55.266128+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:51:55.756 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:55 smithi078 bash[22737]: audit 2024-08-19T10:51:55.266128+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.14394 172.21.15.78:0/1733482395' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-08-19T10:51:56.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:56 smithi133 bash[24239]: cluster 2024-08-19T10:51:55.035184+0000 mgr.a (mgr.14394) 195 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:56.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:56 smithi133 bash[24239]: cluster 2024-08-19T10:51:55.035184+0000 mgr.a (mgr.14394) 195 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:56.756 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:56 smithi078 bash[22737]: cluster 2024-08-19T10:51:55.035184+0000 mgr.a (mgr.14394) 195 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:56.756 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:56 smithi078 bash[22737]: cluster 2024-08-19T10:51:55.035184+0000 mgr.a (mgr.14394) 195 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:58.304 INFO:teuthology.orchestra.run.smithi078.stderr:+ curl -s http://172.21.15.133:9095/api/v1/status/config 2024-08-19T10:51:58.312 INFO:teuthology.orchestra.run.smithi078.stderr:+ curl -s http://172.21.15.133:9095/api/v1/status/config 2024-08-19T10:51:58.312 INFO:teuthology.orchestra.run.smithi078.stderr:+ jq -e '.status == "success"' 2024-08-19T10:51:58.318 INFO:teuthology.orchestra.run.smithi078.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: 094f3c46-5e17-11ef-bccf-c7b262605968\nalerting:\n alertmanagers:\n - follow_redirects: true\n enable_http2: true\n scheme: http\n timeout: 10s\n api_version: v2\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.78: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: 094f3c46-5e17-11ef-bccf-c7b262605968\n action: replace\n - source_labels: [instance]\n separator: ;\n regex: (.*)\n target_label: instance\n replacement: ceph_cluster\n action: replace\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.78: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: 094f3c46-5e17-11ef-bccf-c7b262605968\n action: replace\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.78: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: 094f3c46-5e17-11ef-bccf-c7b262605968\n action: replace\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.78: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.78: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.78:8765/sd/prometheus/sd-config?service=nfs\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-08-19T10:51:58.319 INFO:teuthology.orchestra.run.smithi078.stderr:+ curl -s http://172.21.15.133:9095/api/v1/alerts 2024-08-19T10:51:58.325 INFO:teuthology.orchestra.run.smithi078.stderr:+ jq -e '.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"' 2024-08-19T10:51:58.325 INFO:teuthology.orchestra.run.smithi078.stderr:+ curl -s http://172.21.15.133:9095/api/v1/alerts 2024-08-19T10:51:58.330 INFO:teuthology.orchestra.run.smithi078.stdout:{"status":"success","data":{"alerts":[{"labels":{"alertname":"CephMonDownQuorumAtRisk","oid":"1.3.6.1.4.1.50495.1.2.1.3.1","severity":"critical","type":"ceph_default"},"annotations":{"description":"Quorum requires a majority of monitors (x 2) to be active. Without quorum the cluster will become inoperable, affecting all services and connected clients. The following monitors are down: - mon.c on smithi196","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"state":"firing","activeAt":"2024-08-19T10:50:32.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 smithi196\n","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"One or more monitors down"},"state":"firing","activeAt":"2024-08-19T10:50:32.639590217Z","value":"1e+00"},{"labels":{"alertname":"CephHealthWarning","cluster":"094f3c46-5e17-11ef-bccf-c7b262605968","instance":"ceph_cluster","job":"ceph","severity":"warning","type":"ceph_default"},"annotations":{"description":"The cluster state has been HEALTH_WARN for more than 15 minutes. Please check 'ceph health detail' for more information.","summary":"Ceph is in the WARNING state"},"state":"pending","activeAt":"2024-08-19T10:50:33.558815712Z","value":"1e+00"}]}}true 2024-08-19T10:51:58.330 INFO:teuthology.orchestra.run.smithi078.stderr:+ curl -s http://172.21.15.196:9093/api/v1/status 2024-08-19T10:51:58.336 INFO:teuthology.orchestra.run.smithi078.stdout:{"status":"deprecated","error":"The Alertmanager v1 API was deprecated in version 0.16.0 and is removed as of version 0.28.0 - please use the equivalent route in the v2 API"} 2024-08-19T10:51:58.337 INFO:teuthology.orchestra.run.smithi078.stderr:+ curl -s http://172.21.15.196:9093/api/v1/alerts 2024-08-19T10:51:58.341 INFO:teuthology.orchestra.run.smithi078.stdout:{"status":"deprecated","error":"The Alertmanager v1 API was deprecated in version 0.16.0 and is removed as of version 0.28.0 - please use the equivalent route in the v2 API"} 2024-08-19T10:51:58.342 INFO:teuthology.orchestra.run.smithi078.stderr:+ curl -s http://172.21.15.196:9093/api/v1/alerts 2024-08-19T10:51:58.342 INFO:teuthology.orchestra.run.smithi078.stderr:+ jq -e '.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"' 2024-08-19T10:51:58.346 INFO:teuthology.orchestra.run.smithi078.stderr:jq: error (at :1): Cannot iterate over null (null) 2024-08-19T10:51:58.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:58 smithi133 bash[24239]: cluster 2024-08-19T10:51:57.035725+0000 mgr.a (mgr.14394) 196 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:58.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:51:58 smithi133 bash[24239]: cluster 2024-08-19T10:51:57.035725+0000 mgr.a (mgr.14394) 196 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:58.756 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:58 smithi078 bash[22737]: cluster 2024-08-19T10:51:57.035725+0000 mgr.a (mgr.14394) 196 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:58.756 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:58 smithi078 bash[22737]: cluster 2024-08-19T10:51:57.035725+0000 mgr.a (mgr.14394) 196 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-08-19T10:51:59.054 DEBUG:teuthology.orchestra.run:got remote process result: 5 2024-08-19T10:51:59.055 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_67db276914d29505c9707d04f3a3b8fb9d8aee4b/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_67db276914d29505c9707d04f3a3b8fb9d8aee4b/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph_964adda23da9f7b057cb34fdc0b82aeb7ed65324/qa/tasks/cephadm.py", line 1493, in shell _shell( File "/home/teuthworker/src/git.ceph.com_ceph_964adda23da9f7b057cb34fdc0b82aeb7ed65324/qa/tasks/cephadm.py", line 111, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_67db276914d29505c9707d04f3a3b8fb9d8aee4b/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_67db276914d29505c9707d04f3a3b8fb9d8aee4b/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_67db276914d29505c9707d04f3a3b8fb9d8aee4b/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_67db276914d29505c9707d04f3a3b8fb9d8aee4b/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi078 with status 5: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:797669399b32d2915e64eb6d4b1257ae3c50f80b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 094f3c46-5e17-11ef-bccf-c7b262605968 -- bash -c \'set -e\nset -x\nceph orch apply node-exporter\nceph orch apply grafana\nceph orch apply alertmanager\nceph orch apply prometheus\nsleep 240\nceph orch ls\nceph orch ps\nceph orch host ls\nMON_DAEMON=$(ceph orch ps --daemon-type mon -f json | jq -r \'"\'"\'last | .daemon_name\'"\'"\')\nGRAFANA_HOST=$(ceph orch ps --daemon-type grafana -f json | jq -e \'"\'"\'.[]\'"\'"\' | jq -r \'"\'"\'.hostname\'"\'"\')\nPROM_HOST=$(ceph orch ps --daemon-type prometheus -f json | jq -e \'"\'"\'.[]\'"\'"\' | jq -r \'"\'"\'.hostname\'"\'"\')\nALERTM_HOST=$(ceph orch ps --daemon-type alertmanager -f json | jq -e \'"\'"\'.[]\'"\'"\' | jq -r \'"\'"\'.hostname\'"\'"\')\nGRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST "$GRAFANA_HOST" \'"\'"\'.[] | select(.hostname==$GRAFANA_HOST) | .addr\'"\'"\')\nPROM_IP=$(ceph orch host ls -f json | jq -r --arg PROM_HOST "$PROM_HOST" \'"\'"\'.[] | select(.hostname==$PROM_HOST) | .addr\'"\'"\')\nALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST "$ALERTM_HOST" \'"\'"\'.[] | select(.hostname==$ALERTM_HOST) | .addr\'"\'"\')\n# check each host node-exporter metrics endpoint is responsive\nALL_HOST_IPS=$(ceph orch host ls -f json | jq -r \'"\'"\'.[] | .addr\'"\'"\')\nfor ip in $ALL_HOST_IPS; do\n curl -s http://${ip}:9100/metric\ndone\n# check grafana endpoints are responsive and database health is okay\ncurl -k -s https://${GRAFANA_IP}:3000/api/health\ncurl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e \'"\'"\'.database == "ok"\'"\'"\'\n# stop mon daemon in order to trigger an alert\nceph orch daemon stop $MON_DAEMON\nsleep 120\n# check prometheus endpoints are responsive and mon down alert is firing\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ncurl -s http://${PROM_IP}:9095/api/v1/status/config | jq -e \'"\'"\'.status == "success"\'"\'"\'\ncurl -s http://${PROM_IP}:9095/api/v1/alerts\ncurl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e \'"\'"\'.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"\'"\'"\'\n# check alertmanager endpoints are responsive and mon down alert is active\ncurl -s http://${ALERTM_IP}:9093/api/v1/status\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e \'"\'"\'.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"\'"\'"\'\n\'' 2024-08-19T10:51:59.287 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=271ce74088a6447b841e6f869ae3fe24 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_67db276914d29505c9707d04f3a3b8fb9d8aee4b/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_67db276914d29505c9707d04f3a3b8fb9d8aee4b/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph_964adda23da9f7b057cb34fdc0b82aeb7ed65324/qa/tasks/cephadm.py", line 1493, in shell _shell( File "/home/teuthworker/src/git.ceph.com_ceph_964adda23da9f7b057cb34fdc0b82aeb7ed65324/qa/tasks/cephadm.py", line 111, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_67db276914d29505c9707d04f3a3b8fb9d8aee4b/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_67db276914d29505c9707d04f3a3b8fb9d8aee4b/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_67db276914d29505c9707d04f3a3b8fb9d8aee4b/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_67db276914d29505c9707d04f3a3b8fb9d8aee4b/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi078 with status 5: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:797669399b32d2915e64eb6d4b1257ae3c50f80b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 094f3c46-5e17-11ef-bccf-c7b262605968 -- bash -c \'set -e\nset -x\nceph orch apply node-exporter\nceph orch apply grafana\nceph orch apply alertmanager\nceph orch apply prometheus\nsleep 240\nceph orch ls\nceph orch ps\nceph orch host ls\nMON_DAEMON=$(ceph orch ps --daemon-type mon -f json | jq -r \'"\'"\'last | .daemon_name\'"\'"\')\nGRAFANA_HOST=$(ceph orch ps --daemon-type grafana -f json | jq -e \'"\'"\'.[]\'"\'"\' | jq -r \'"\'"\'.hostname\'"\'"\')\nPROM_HOST=$(ceph orch ps --daemon-type prometheus -f json | jq -e \'"\'"\'.[]\'"\'"\' | jq -r \'"\'"\'.hostname\'"\'"\')\nALERTM_HOST=$(ceph orch ps --daemon-type alertmanager -f json | jq -e \'"\'"\'.[]\'"\'"\' | jq -r \'"\'"\'.hostname\'"\'"\')\nGRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST "$GRAFANA_HOST" \'"\'"\'.[] | select(.hostname==$GRAFANA_HOST) | .addr\'"\'"\')\nPROM_IP=$(ceph orch host ls -f json | jq -r --arg PROM_HOST "$PROM_HOST" \'"\'"\'.[] | select(.hostname==$PROM_HOST) | .addr\'"\'"\')\nALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST "$ALERTM_HOST" \'"\'"\'.[] | select(.hostname==$ALERTM_HOST) | .addr\'"\'"\')\n# check each host node-exporter metrics endpoint is responsive\nALL_HOST_IPS=$(ceph orch host ls -f json | jq -r \'"\'"\'.[] | .addr\'"\'"\')\nfor ip in $ALL_HOST_IPS; do\n curl -s http://${ip}:9100/metric\ndone\n# check grafana endpoints are responsive and database health is okay\ncurl -k -s https://${GRAFANA_IP}:3000/api/health\ncurl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e \'"\'"\'.database == "ok"\'"\'"\'\n# stop mon daemon in order to trigger an alert\nceph orch daemon stop $MON_DAEMON\nsleep 120\n# check prometheus endpoints are responsive and mon down alert is firing\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ncurl -s http://${PROM_IP}:9095/api/v1/status/config | jq -e \'"\'"\'.status == "success"\'"\'"\'\ncurl -s http://${PROM_IP}:9095/api/v1/alerts\ncurl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e \'"\'"\'.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"\'"\'"\'\n# check alertmanager endpoints are responsive and mon down alert is active\ncurl -s http://${ALERTM_IP}:9093/api/v1/status\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e \'"\'"\'.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"\'"\'"\'\n\'' 2024-08-19T10:51:59.290 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-08-19T10:51:59.297 INFO:tasks.cephadm:Teardown begin 2024-08-19T10:51:59.298 DEBUG:teuthology.orchestra.run.smithi078:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-08-19T10:51:59.327 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-08-19T10:51:59.342 DEBUG:teuthology.orchestra.run.smithi196:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-08-19T10:51:59.356 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-08-19T10:51:59.357 DEBUG:teuthology.orchestra.run.smithi078:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-08-19T10:51:59.374 DEBUG:teuthology.orchestra.run.smithi133:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-08-19T10:51:59.389 DEBUG:teuthology.orchestra.run.smithi196:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-08-19T10:51:59.404 INFO:tasks.cephadm:Stopping all daemons... 2024-08-19T10:51:59.404 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-08-19T10:51:59.404 DEBUG:teuthology.orchestra.run.smithi078:> sudo systemctl stop ceph-094f3c46-5e17-11ef-bccf-c7b262605968@mon.a 2024-08-19T10:51:59.573 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:51:59 smithi078 bash[22990]: [19/Aug/2024:10:51:59] ENGINE Bus STOPPING 2024-08-19T10:51:59.574 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:59 smithi078 systemd[1]: Stopping Ceph mon.a for 094f3c46-5e17-11ef-bccf-c7b262605968... 2024-08-19T10:51:59.574 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:59 smithi078 bash[22737]: debug 2024-08-19T10:51:59.553+0000 7f75fbd83640 -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-08-19T10:51:59.574 INFO:journalctl@ceph.mon.a.smithi078.stdout:Aug 19 10:51:59 smithi078 bash[22737]: debug 2024-08-19T10:51:59.553+0000 7f75fbd83640 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-08-19T10:52:00.190 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:51:59 smithi078 bash[22990]: [19/Aug/2024:10:51:59] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-08-19T10:52:00.190 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:51:59 smithi078 bash[22990]: [19/Aug/2024:10:51:59] ENGINE Bus STOPPED 2024-08-19T10:52:00.190 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:51:59 smithi078 bash[22990]: [19/Aug/2024:10:51:59] ENGINE Bus STARTING 2024-08-19T10:52:00.191 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:51:59 smithi078 bash[22990]: [19/Aug/2024:10:51:59] ENGINE Serving on http://:::9283 2024-08-19T10:52:00.191 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:51:59 smithi078 bash[22990]: [19/Aug/2024:10:51:59] ENGINE Bus STARTED 2024-08-19T10:52:00.383 DEBUG:teuthology.orchestra.run.smithi078:> sudo pkill -f 'journalctl -f -n 0 -u ceph-094f3c46-5e17-11ef-bccf-c7b262605968@mon.a.service' 2024-08-19T10:52:00.413 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-08-19T10:52:00.413 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-08-19T10:52:00.414 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-08-19T10:52:00.414 DEBUG:teuthology.orchestra.run.smithi133:> sudo systemctl stop ceph-094f3c46-5e17-11ef-bccf-c7b262605968@mon.b 2024-08-19T10:52:00.737 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:52:00 smithi133 systemd[1]: Stopping Ceph mon.b for 094f3c46-5e17-11ef-bccf-c7b262605968... 2024-08-19T10:52:00.738 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:52:00 smithi133 bash[24239]: debug 2024-08-19T10:52:00.550+0000 7fdc1821e640 -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-08-19T10:52:00.738 INFO:journalctl@ceph.mon.b.smithi133.stdout:Aug 19 10:52:00 smithi133 bash[24239]: debug 2024-08-19T10:52:00.550+0000 7fdc1821e640 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-08-19T10:52:01.256 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:52:00 smithi078 bash[22990]: ::ffff:172.21.15.133 - - [19/Aug/2024:10:52:00] "GET /metrics HTTP/1.1" 200 21593 "" "Prometheus/2.51.0" 2024-08-19T10:52:01.562 DEBUG:teuthology.orchestra.run.smithi133:> sudo pkill -f 'journalctl -f -n 0 -u ceph-094f3c46-5e17-11ef-bccf-c7b262605968@mon.b.service' 2024-08-19T10:52:01.598 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-08-19T10:52:01.598 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-08-19T10:52:01.598 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-08-19T10:52:01.599 DEBUG:teuthology.orchestra.run.smithi196:> sudo systemctl stop ceph-094f3c46-5e17-11ef-bccf-c7b262605968@mon.c 2024-08-19T10:52:01.617 DEBUG:teuthology.orchestra.run.smithi196:> sudo pkill -f 'journalctl -f -n 0 -u ceph-094f3c46-5e17-11ef-bccf-c7b262605968@mon.c.service' 2024-08-19T10:52:01.753 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-08-19T10:52:01.753 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-08-19T10:52:01.753 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-08-19T10:52:01.754 DEBUG:teuthology.orchestra.run.smithi078:> sudo systemctl stop ceph-094f3c46-5e17-11ef-bccf-c7b262605968@mgr.a 2024-08-19T10:52:02.134 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:52:01 smithi078 systemd[1]: Stopping Ceph mgr.a for 094f3c46-5e17-11ef-bccf-c7b262605968... 2024-08-19T10:52:02.134 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:52:01 smithi078 bash[22990]: debug 2024-08-19T10:52:01.897+0000 7ff6d849d640 -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-08-19T10:52:02.134 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Aug 19 10:52:01 smithi078 bash[22990]: debug 2024-08-19T10:52:01.897+0000 7ff6d849d640 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-08-19T10:52:02.641 DEBUG:teuthology.orchestra.run.smithi078:> sudo pkill -f 'journalctl -f -n 0 -u ceph-094f3c46-5e17-11ef-bccf-c7b262605968@mgr.a.service' 2024-08-19T10:52:02.661 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-08-19T10:52:02.662 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-08-19T10:52:02.662 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-08-19T10:52:02.662 DEBUG:teuthology.orchestra.run.smithi133:> sudo systemctl stop ceph-094f3c46-5e17-11ef-bccf-c7b262605968@mgr.b 2024-08-19T10:52:02.987 INFO:journalctl@ceph.mgr.b.smithi133.stdout:Aug 19 10:52:02 smithi133 systemd[1]: Stopping Ceph mgr.b for 094f3c46-5e17-11ef-bccf-c7b262605968... 2024-08-19T10:52:03.599 DEBUG:teuthology.orchestra.run.smithi133:> sudo pkill -f 'journalctl -f -n 0 -u ceph-094f3c46-5e17-11ef-bccf-c7b262605968@mgr.b.service' 2024-08-19T10:52:03.620 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-08-19T10:52:03.620 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-08-19T10:52:03.621 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-08-19T10:52:03.621 DEBUG:teuthology.orchestra.run.smithi078:> sudo systemctl stop ceph-094f3c46-5e17-11ef-bccf-c7b262605968@osd.0 2024-08-19T10:52:04.006 INFO:journalctl@ceph.osd.0.smithi078.stdout:Aug 19 10:52:03 smithi078 systemd[1]: Stopping Ceph osd.0 for 094f3c46-5e17-11ef-bccf-c7b262605968... 2024-08-19T10:52:04.007 INFO:journalctl@ceph.osd.0.smithi078.stdout:Aug 19 10:52:03 smithi078 bash[32125]: debug 2024-08-19T10:52:03.769+0000 7f5f1cf7a640 -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-08-19T10:52:04.007 INFO:journalctl@ceph.osd.0.smithi078.stdout:Aug 19 10:52:03 smithi078 bash[32125]: debug 2024-08-19T10:52:03.769+0000 7f5f1cf7a640 -1 osd.0 23 *** Got signal Terminated *** 2024-08-19T10:52:04.007 INFO:journalctl@ceph.osd.0.smithi078.stdout:Aug 19 10:52:03 smithi078 bash[32125]: debug 2024-08-19T10:52:03.769+0000 7f5f1cf7a640 -1 osd.0 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-08-19T10:52:10.104 INFO:journalctl@ceph.osd.0.smithi078.stdout:Aug 19 10:52:09 smithi078 bash[40273]: ceph-094f3c46-5e17-11ef-bccf-c7b262605968-osd-0 2024-08-19T10:52:10.104 INFO:journalctl@ceph.osd.0.smithi078.stdout:Aug 19 10:52:10 smithi078 bash[40340]: Error response from daemon: No such container: ceph-094f3c46-5e17-11ef-bccf-c7b262605968-osd-0 2024-08-19T10:52:11.782 DEBUG:teuthology.orchestra.run.smithi078:> sudo pkill -f 'journalctl -f -n 0 -u ceph-094f3c46-5e17-11ef-bccf-c7b262605968@osd.0.service' 2024-08-19T10:52:11.826 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-08-19T10:52:11.827 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-08-19T10:52:11.827 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-08-19T10:52:11.827 DEBUG:teuthology.orchestra.run.smithi133:> sudo systemctl stop ceph-094f3c46-5e17-11ef-bccf-c7b262605968@osd.1 2024-08-19T10:52:12.237 INFO:journalctl@ceph.osd.1.smithi133.stdout:Aug 19 10:52:11 smithi133 systemd[1]: Stopping Ceph osd.1 for 094f3c46-5e17-11ef-bccf-c7b262605968... 2024-08-19T10:52:12.238 INFO:journalctl@ceph.osd.1.smithi133.stdout:Aug 19 10:52:11 smithi133 bash[27139]: debug 2024-08-19T10:52:11.958+0000 7f4d9bdf2640 -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-08-19T10:52:12.238 INFO:journalctl@ceph.osd.1.smithi133.stdout:Aug 19 10:52:11 smithi133 bash[27139]: debug 2024-08-19T10:52:11.958+0000 7f4d9bdf2640 -1 osd.1 23 *** Got signal Terminated *** 2024-08-19T10:52:12.238 INFO:journalctl@ceph.osd.1.smithi133.stdout:Aug 19 10:52:11 smithi133 bash[27139]: debug 2024-08-19T10:52:11.958+0000 7f4d9bdf2640 -1 osd.1 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-08-19T10:52:18.139 INFO:journalctl@ceph.osd.1.smithi133.stdout:Aug 19 10:52:17 smithi133 bash[31861]: ceph-094f3c46-5e17-11ef-bccf-c7b262605968-osd-1 2024-08-19T10:52:18.139 INFO:journalctl@ceph.osd.1.smithi133.stdout:Aug 19 10:52:18 smithi133 bash[31926]: Error response from daemon: No such container: ceph-094f3c46-5e17-11ef-bccf-c7b262605968-osd-1 2024-08-19T10:52:19.778 DEBUG:teuthology.orchestra.run.smithi133:> sudo pkill -f 'journalctl -f -n 0 -u ceph-094f3c46-5e17-11ef-bccf-c7b262605968@osd.1.service' 2024-08-19T10:52:19.810 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-08-19T10:52:19.810 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-08-19T10:52:19.811 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-08-19T10:52:19.811 DEBUG:teuthology.orchestra.run.smithi196:> sudo systemctl stop ceph-094f3c46-5e17-11ef-bccf-c7b262605968@osd.2 2024-08-19T10:52:20.207 INFO:journalctl@ceph.osd.2.smithi196.stdout:Aug 19 10:52:19 smithi196 systemd[1]: Stopping Ceph osd.2 for 094f3c46-5e17-11ef-bccf-c7b262605968... 2024-08-19T10:52:20.207 INFO:journalctl@ceph.osd.2.smithi196.stdout:Aug 19 10:52:20 smithi196 bash[27673]: debug 2024-08-19T10:52:20.047+0000 7f7f7ef4b640 -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-08-19T10:52:20.208 INFO:journalctl@ceph.osd.2.smithi196.stdout:Aug 19 10:52:20 smithi196 bash[27673]: debug 2024-08-19T10:52:20.047+0000 7f7f7ef4b640 -1 osd.2 23 *** Got signal Terminated *** 2024-08-19T10:52:20.208 INFO:journalctl@ceph.osd.2.smithi196.stdout:Aug 19 10:52:20 smithi196 bash[27673]: debug 2024-08-19T10:52:20.047+0000 7f7f7ef4b640 -1 osd.2 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-08-19T10:52:26.187 INFO:journalctl@ceph.osd.2.smithi196.stdout:Aug 19 10:52:25 smithi196 bash[32933]: ceph-094f3c46-5e17-11ef-bccf-c7b262605968-osd-2 2024-08-19T10:52:26.187 INFO:journalctl@ceph.osd.2.smithi196.stdout:Aug 19 10:52:26 smithi196 bash[32999]: Error response from daemon: No such container: ceph-094f3c46-5e17-11ef-bccf-c7b262605968-osd-2 2024-08-19T10:52:27.740 DEBUG:teuthology.orchestra.run.smithi196:> sudo pkill -f 'journalctl -f -n 0 -u ceph-094f3c46-5e17-11ef-bccf-c7b262605968@osd.2.service' 2024-08-19T10:52:27.781 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-08-19T10:52:27.781 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-08-19T10:52:27.782 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 094f3c46-5e17-11ef-bccf-c7b262605968 --force --keep-logs 2024-08-19T10:52:27.967 INFO:teuthology.orchestra.run.smithi078.stdout:Deleting cluster with fsid: 094f3c46-5e17-11ef-bccf-c7b262605968 2024-08-19T10:52:36.172 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 094f3c46-5e17-11ef-bccf-c7b262605968 --force --keep-logs 2024-08-19T10:52:36.355 INFO:teuthology.orchestra.run.smithi133.stdout:Deleting cluster with fsid: 094f3c46-5e17-11ef-bccf-c7b262605968 2024-08-19T10:52:44.406 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 094f3c46-5e17-11ef-bccf-c7b262605968 --force --keep-logs 2024-08-19T10:52:44.591 INFO:teuthology.orchestra.run.smithi196.stdout:Deleting cluster with fsid: 094f3c46-5e17-11ef-bccf-c7b262605968 2024-08-19T10:52:52.091 DEBUG:teuthology.orchestra.run.smithi078:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-08-19T10:52:52.106 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-08-19T10:52:52.121 DEBUG:teuthology.orchestra.run.smithi196:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-08-19T10:52:52.133 INFO:tasks.cephadm:Archiving crash dumps... 2024-08-19T10:52:52.135 DEBUG:teuthology.misc:Transferring archived files from smithi078:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-08-18_20:00:17-rados-main-distro-default-smithi/7859372/remote/smithi078/crash 2024-08-19T10:52:52.136 DEBUG:teuthology.orchestra.run.smithi078:> sudo tar c -f - -C /var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/crash -- . 2024-08-19T10:52:52.167 INFO:teuthology.orchestra.run.smithi078.stderr:tar: /var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/crash: Cannot open: No such file or directory 2024-08-19T10:52:52.167 INFO:teuthology.orchestra.run.smithi078.stderr:tar: Error is not recoverable: exiting now 2024-08-19T10:52:52.168 DEBUG:teuthology.misc:Transferring archived files from smithi133:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-08-18_20:00:17-rados-main-distro-default-smithi/7859372/remote/smithi133/crash 2024-08-19T10:52:52.169 DEBUG:teuthology.orchestra.run.smithi133:> sudo tar c -f - -C /var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/crash -- . 2024-08-19T10:52:52.181 INFO:teuthology.orchestra.run.smithi133.stderr:tar: /var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/crash: Cannot open: No such file or directory 2024-08-19T10:52:52.181 INFO:teuthology.orchestra.run.smithi133.stderr:tar: Error is not recoverable: exiting now 2024-08-19T10:52:52.183 DEBUG:teuthology.misc:Transferring archived files from smithi196:/var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-08-18_20:00:17-rados-main-distro-default-smithi/7859372/remote/smithi196/crash 2024-08-19T10:52:52.184 DEBUG:teuthology.orchestra.run.smithi196:> sudo tar c -f - -C /var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/crash -- . 2024-08-19T10:52:52.195 INFO:teuthology.orchestra.run.smithi196.stderr:tar: /var/lib/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/crash: Cannot open: No such file or directory 2024-08-19T10:52:52.195 INFO:teuthology.orchestra.run.smithi196.stderr:tar: Error is not recoverable: exiting now 2024-08-19T10:52:52.196 INFO:tasks.cephadm:Checking cluster log for badness... 2024-08-19T10:52:52.197 DEBUG:teuthology.orchestra.run.smithi078:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | egrep -v CEPHADM_STRAY_DAEMON | egrep -v CEPHADM_FAILED_DAEMON | head -n 1 2024-08-19T10:52:52.223 INFO:tasks.cephadm:Compressing logs... 2024-08-19T10:52:52.224 DEBUG:teuthology.orchestra.run.smithi078:> 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-08-19T10:52:52.266 DEBUG:teuthology.orchestra.run.smithi133:> 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-08-19T10:52:52.269 DEBUG:teuthology.orchestra.run.smithi196:> 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-08-19T10:52:52.275 INFO:teuthology.orchestra.run.smithi078.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-08-19T10:52:52.279 INFO:teuthology.orchestra.run.smithi133.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-08-19T10:52:52.282 INFO:teuthology.orchestra.run.smithi196.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-08-19T10:52:52.285 INFO:teuthology.orchestra.run.smithi078.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-08-19T10:52:52.286 INFO:teuthology.orchestra.run.smithi078.stderr:gzip -5 --verbose -- /var/log/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/ceph-osd.0.log 2024-08-19T10:52:52.286 INFO:teuthology.orchestra.run.smithi078.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/ceph-mon.a.log 2024-08-19T10:52:52.287 INFO:teuthology.orchestra.run.smithi078.stderr:/var/log/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/ceph.cephadm.log 2024-08-19T10:52:52.287 INFO:teuthology.orchestra.run.smithi078.stderr:/var/log/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/ceph.log 2024-08-19T10:52:52.287 INFO:teuthology.orchestra.run.smithi078.stderr:/var/log/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/ceph-volume.log 2024-08-19T10:52:52.288 INFO:teuthology.orchestra.run.smithi078.stderr: 83.8% -- replaced with /var/log/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/ceph.cephadm.log.gz 2024-08-19T10:52:52.288 INFO:teuthology.orchestra.run.smithi078.stderr:gzip/var/log/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/ceph.log: -5 --verbose -- /var/log/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/ceph.audit.log 2024-08-19T10:52:52.288 INFO:teuthology.orchestra.run.smithi078.stderr:/var/log/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/ceph-mgr.a.log 2024-08-19T10:52:52.289 INFO:teuthology.orchestra.run.smithi078.stderr:/var/log/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/ceph.audit.log: /var/log/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/ceph-mgr.a.log: 87.6% -- replaced with /var/log/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/ceph.log.gz 2024-08-19T10:52:52.290 INFO:teuthology.orchestra.run.smithi078.stderr: 89.6% -- replaced with /var/log/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/ceph.audit.log.gz 2024-08-19T10:52:52.291 INFO:teuthology.orchestra.run.smithi196.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-08-19T10:52:52.292 INFO:teuthology.orchestra.run.smithi196.stderr:gzip -5 --verbose -- /var/log/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/ceph-osd.2.log 2024-08-19T10:52:52.292 INFO:teuthology.orchestra.run.smithi196.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/ceph.cephadm.log 2024-08-19T10:52:52.292 INFO:teuthology.orchestra.run.smithi196.stderr:/var/log/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/ceph.log 2024-08-19T10:52:52.292 INFO:teuthology.orchestra.run.smithi078.stderr: 91.0% -- replaced with /var/log/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/ceph-volume.log.gz 2024-08-19T10:52:52.294 INFO:teuthology.orchestra.run.smithi196.stderr:/var/log/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/ceph-volume.log 2024-08-19T10:52:52.294 INFO:teuthology.orchestra.run.smithi196.stderr: 79.7% -- replaced with /var/log/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/ceph.cephadm.log.gz 2024-08-19T10:52:52.294 INFO:teuthology.orchestra.run.smithi196.stderr:/var/log/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/ceph-mon.c.log 2024-08-19T10:52:52.294 INFO:teuthology.orchestra.run.smithi196.stderr:gzip -5 --verbose -- /var/log/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/ceph.audit.log 2024-08-19T10:52:52.294 INFO:teuthology.orchestra.run.smithi196.stderr:/var/log/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/ceph-volume.log: 88.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-08-19T10:52:52.294 INFO:teuthology.orchestra.run.smithi196.stderr:/var/log/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/ceph-mon.c.log: 87.6% -- replaced with /var/log/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/ceph.log.gz 2024-08-19T10:52:52.295 INFO:teuthology.orchestra.run.smithi196.stderr:/var/log/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/ceph.audit.log: 89.7% -- replaced with /var/log/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/ceph.audit.log.gz 2024-08-19T10:52:52.296 INFO:teuthology.orchestra.run.smithi196.stderr: 91.2% -- replaced with /var/log/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/ceph-volume.log.gz 2024-08-19T10:52:52.297 INFO:teuthology.orchestra.run.smithi133.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-08-19T10:52:52.298 INFO:teuthology.orchestra.run.smithi133.stderr:gzip -5 --verbose -- /var/log/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/ceph.cephadm.log 2024-08-19T10:52:52.299 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/ceph-osd.1.log 2024-08-19T10:52:52.299 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/ceph.log 2024-08-19T10:52:52.299 INFO:teuthology.orchestra.run.smithi133.stderr: 79.7% -- replaced with /var/log/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/ceph.cephadm.log.gz 2024-08-19T10:52:52.300 INFO:teuthology.orchestra.run.smithi133.stderr:gzip -5 --verbose -- /var/log/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/ceph-volume.log 2024-08-19T10:52:52.300 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/ceph-osd.1.log: /var/log/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/ceph-mgr.b.log 2024-08-19T10:52:52.301 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/ceph.audit.log 2024-08-19T10:52:52.301 INFO:teuthology.orchestra.run.smithi133.stderr: 87.6% -- replaced with /var/log/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/ceph.log.gz 2024-08-19T10:52:52.301 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/ceph-mon.b.log 2024-08-19T10:52:52.302 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/ceph.audit.log: /var/log/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/ceph-mon.b.log: 85.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-08-19T10:52:52.302 INFO:teuthology.orchestra.run.smithi133.stderr: 89.8% -- replaced with /var/log/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/ceph.audit.log.gz 2024-08-19T10:52:52.305 INFO:teuthology.orchestra.run.smithi133.stderr: 91.2% -- replaced with /var/log/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/ceph-volume.log.gz 2024-08-19T10:52:52.305 INFO:teuthology.orchestra.run.smithi078.stderr: 92.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-08-19T10:52:52.309 INFO:teuthology.orchestra.run.smithi133.stderr: 90.4% -- replaced with /var/log/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/ceph-mgr.b.log.gz 2024-08-19T10:52:52.329 INFO:teuthology.orchestra.run.smithi078.stderr: 93.6% -- replaced with /var/log/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/ceph-osd.0.log.gz 2024-08-19T10:52:52.330 INFO:teuthology.orchestra.run.smithi196.stderr: 93.7% -- replaced with /var/log/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/ceph-osd.2.log.gz 2024-08-19T10:52:52.370 INFO:teuthology.orchestra.run.smithi133.stderr: 93.9% -- replaced with /var/log/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/ceph-osd.1.log.gz 2024-08-19T10:52:52.381 INFO:teuthology.orchestra.run.smithi196.stderr: 93.4% -- replaced with /var/log/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/ceph-mon.c.log.gz 2024-08-19T10:52:52.382 INFO:teuthology.orchestra.run.smithi196.stderr: 2024-08-19T10:52:52.382 INFO:teuthology.orchestra.run.smithi196.stderr:real 0m0.109s 2024-08-19T10:52:52.382 INFO:teuthology.orchestra.run.smithi196.stderr:user 0m0.138s 2024-08-19T10:52:52.382 INFO:teuthology.orchestra.run.smithi196.stderr:sys 0m0.023s 2024-08-19T10:52:52.392 INFO:teuthology.orchestra.run.smithi078.stderr: 90.4% -- replaced with /var/log/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/ceph-mgr.a.log.gz 2024-08-19T10:52:52.415 INFO:teuthology.orchestra.run.smithi133.stderr: 93.0% -- replaced with /var/log/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/ceph-mon.b.log.gz 2024-08-19T10:52:52.416 INFO:teuthology.orchestra.run.smithi133.stderr: 2024-08-19T10:52:52.417 INFO:teuthology.orchestra.run.smithi133.stderr:real 0m0.146s 2024-08-19T10:52:52.417 INFO:teuthology.orchestra.run.smithi133.stderr:user 0m0.207s 2024-08-19T10:52:52.417 INFO:teuthology.orchestra.run.smithi133.stderr:sys 0m0.026s 2024-08-19T10:52:52.577 INFO:teuthology.orchestra.run.smithi078.stderr: 91.0% -- replaced with /var/log/ceph/094f3c46-5e17-11ef-bccf-c7b262605968/ceph-mon.a.log.gz 2024-08-19T10:52:52.578 INFO:teuthology.orchestra.run.smithi078.stderr: 2024-08-19T10:52:52.578 INFO:teuthology.orchestra.run.smithi078.stderr:real 0m0.310s 2024-08-19T10:52:52.578 INFO:teuthology.orchestra.run.smithi078.stderr:user 0m0.443s 2024-08-19T10:52:52.578 INFO:teuthology.orchestra.run.smithi078.stderr:sys 0m0.043s 2024-08-19T10:52:52.579 INFO:tasks.cephadm:Archiving logs... 2024-08-19T10:52:52.580 DEBUG:teuthology.misc:Transferring archived files from smithi078:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-08-18_20:00:17-rados-main-distro-default-smithi/7859372/remote/smithi078/log 2024-08-19T10:52:52.581 DEBUG:teuthology.orchestra.run.smithi078:> sudo tar c -f - -C /var/log/ceph -- . 2024-08-19T10:52:52.715 DEBUG:teuthology.misc:Transferring archived files from smithi133:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-08-18_20:00:17-rados-main-distro-default-smithi/7859372/remote/smithi133/log 2024-08-19T10:52:52.716 DEBUG:teuthology.orchestra.run.smithi133:> sudo tar c -f - -C /var/log/ceph -- . 2024-08-19T10:52:52.759 DEBUG:teuthology.misc:Transferring archived files from smithi196:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-08-18_20:00:17-rados-main-distro-default-smithi/7859372/remote/smithi196/log 2024-08-19T10:52:52.760 DEBUG:teuthology.orchestra.run.smithi196:> sudo tar c -f - -C /var/log/ceph -- . 2024-08-19T10:52:52.794 INFO:tasks.cephadm:Removing cluster... 2024-08-19T10:52:52.795 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 094f3c46-5e17-11ef-bccf-c7b262605968 --force 2024-08-19T10:52:52.965 INFO:teuthology.orchestra.run.smithi078.stdout:Deleting cluster with fsid: 094f3c46-5e17-11ef-bccf-c7b262605968 2024-08-19T10:52:54.275 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 094f3c46-5e17-11ef-bccf-c7b262605968 --force 2024-08-19T10:52:54.461 INFO:teuthology.orchestra.run.smithi133.stdout:Deleting cluster with fsid: 094f3c46-5e17-11ef-bccf-c7b262605968 2024-08-19T10:52:55.782 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 094f3c46-5e17-11ef-bccf-c7b262605968 --force 2024-08-19T10:52:55.968 INFO:teuthology.orchestra.run.smithi196.stdout:Deleting cluster with fsid: 094f3c46-5e17-11ef-bccf-c7b262605968 2024-08-19T10:52:57.303 INFO:tasks.cephadm:Removing cephadm ... 2024-08-19T10:52:57.304 DEBUG:teuthology.orchestra.run.smithi078:> rm -rf /home/ubuntu/cephtest/cephadm 2024-08-19T10:52:57.310 DEBUG:teuthology.orchestra.run.smithi133:> rm -rf /home/ubuntu/cephtest/cephadm 2024-08-19T10:52:57.316 DEBUG:teuthology.orchestra.run.smithi196:> rm -rf /home/ubuntu/cephtest/cephadm 2024-08-19T10:52:57.321 INFO:tasks.cephadm:Teardown complete 2024-08-19T10:52:57.322 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-08-19T10:52:57.331 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-08-19T10:52:57.331 DEBUG:teuthology.orchestra.run.smithi078:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-08-19T10:52:57.354 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-08-19T10:52:57.358 DEBUG:teuthology.orchestra.run.smithi196:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-08-19T10:52:57.482 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-08-19T10:52:57.541 INFO:teuthology.task.clock:Checking final clock skew... 2024-08-19T10:52:57.541 DEBUG:teuthology.orchestra.run.smithi078:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-08-19T10:52:57.544 DEBUG:teuthology.orchestra.run.smithi133:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-08-19T10:52:57.546 DEBUG:teuthology.orchestra.run.smithi196:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-08-19T10:52:57.555 INFO:teuthology.orchestra.run.smithi078.stdout: remote refid st t when poll reach delay offset jitter 2024-08-19T10:52:57.556 INFO:teuthology.orchestra.run.smithi078.stdout:============================================================================== 2024-08-19T10:52:57.556 INFO:teuthology.orchestra.run.smithi078.stdout:*hv01.front.sepi 67.205.162.81 3 u - 64 377 0.070 -2.111 1.628 2024-08-19T10:52:57.556 INFO:teuthology.orchestra.run.smithi078.stdout:+hv02.front.sepi 63.231.80.2 3 u 62 64 377 0.102 -2.131 1.092 2024-08-19T10:52:57.556 INFO:teuthology.orchestra.run.smithi078.stdout:+hv03.front.sepi 74.6.168.72 3 u 61 64 377 0.084 -3.923 1.710 2024-08-19T10:52:57.556 INFO:teuthology.orchestra.run.smithi078.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-08-19T10:52:57.557 INFO:teuthology.orchestra.run.smithi133.stdout: remote refid st t when poll reach delay offset jitter 2024-08-19T10:52:57.557 INFO:teuthology.orchestra.run.smithi133.stdout:============================================================================== 2024-08-19T10:52:57.558 INFO:teuthology.orchestra.run.smithi133.stdout:*hv01.front.sepi 67.205.162.81 3 u 63 64 377 0.106 -4.891 1.403 2024-08-19T10:52:57.558 INFO:teuthology.orchestra.run.smithi133.stdout:+hv02.front.sepi 63.231.80.2 3 u 56 64 377 0.084 -1.012 2.027 2024-08-19T10:52:57.558 INFO:teuthology.orchestra.run.smithi133.stdout:+hv03.front.sepi 74.6.168.72 3 u 63 64 377 0.077 -4.463 1.360 2024-08-19T10:52:57.558 INFO:teuthology.orchestra.run.smithi133.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-08-19T10:52:57.559 INFO:teuthology.orchestra.run.smithi196.stdout: remote refid st t when poll reach delay offset jitter 2024-08-19T10:52:57.559 INFO:teuthology.orchestra.run.smithi196.stdout:============================================================================== 2024-08-19T10:52:57.559 INFO:teuthology.orchestra.run.smithi196.stdout:+hv01.front.sepi 67.205.162.81 3 u 61 64 377 0.084 -3.618 2.303 2024-08-19T10:52:57.559 INFO:teuthology.orchestra.run.smithi196.stdout:*hv02.front.sepi 63.231.80.2 3 u - 64 377 0.113 -4.793 1.883 2024-08-19T10:52:57.560 INFO:teuthology.orchestra.run.smithi196.stdout:+hv03.front.sepi 74.6.168.72 3 u 64 64 377 0.103 -6.567 3.029 2024-08-19T10:52:57.560 INFO:teuthology.orchestra.run.smithi196.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-08-19T10:52:57.561 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-08-19T10:52:57.680 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-08-19T10:52:57.680 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-08-19T10:52:57.812 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-08-19T10:52:57.907 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-08-19T10:52:58.068 INFO:teuthology.task.internal:Duration was 1506.513603 seconds 2024-08-19T10:52:58.069 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-08-19T10:52:58.210 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-08-19T10:52:58.210 DEBUG:teuthology.orchestra.run.smithi078:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-08-19T10:52:58.213 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-08-19T10:52:58.215 DEBUG:teuthology.orchestra.run.smithi196:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-08-19T10:52:58.254 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-08-19T10:52:58.254 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi078.front.sepia.ceph.com 2024-08-19T10:52:58.254 DEBUG:teuthology.orchestra.run.smithi078:> 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-08-19T10:52:58.298 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi133.front.sepia.ceph.com 2024-08-19T10:52:58.298 DEBUG:teuthology.orchestra.run.smithi133:> 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-08-19T10:52:58.308 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi196.front.sepia.ceph.com 2024-08-19T10:52:58.309 DEBUG:teuthology.orchestra.run.smithi196:> 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-08-19T10:52:58.322 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-08-19T10:52:58.322 DEBUG:teuthology.orchestra.run.smithi078:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-08-19T10:52:58.342 DEBUG:teuthology.orchestra.run.smithi133:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-08-19T10:52:58.350 DEBUG:teuthology.orchestra.run.smithi196:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-08-19T10:52:58.397 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-08-19T10:52:58.397 DEBUG:teuthology.orchestra.run.smithi078:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-08-19T10:52:58.426 DEBUG:teuthology.orchestra.run.smithi133:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-08-19T10:52:58.428 DEBUG:teuthology.orchestra.run.smithi196:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-08-19T10:52:58.526 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-08-19T10:52:58.535 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-08-19T10:52:58.536 DEBUG:teuthology.orchestra.run.smithi078:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-08-19T10:52:58.547 DEBUG:teuthology.orchestra.run.smithi133:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-08-19T10:52:58.559 DEBUG:teuthology.orchestra.run.smithi196:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-08-19T10:52:58.570 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-08-19T10:52:58.708 DEBUG:teuthology.orchestra.run.smithi078:> 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-08-19T10:52:58.711 DEBUG:teuthology.orchestra.run.smithi133:> 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-08-19T10:52:58.713 DEBUG:teuthology.orchestra.run.smithi196:> 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-08-19T10:52:58.720 INFO:teuthology.orchestra.run.smithi078.stdout:kernel.core_pattern = core 2024-08-19T10:52:58.723 INFO:teuthology.orchestra.run.smithi133.stdout:kernel.core_pattern = core 2024-08-19T10:52:58.725 INFO:teuthology.orchestra.run.smithi196.stdout:kernel.core_pattern = core 2024-08-19T10:52:58.753 DEBUG:teuthology.orchestra.run.smithi078:> test -e /home/ubuntu/cephtest/archive/coredump 2024-08-19T10:52:58.792 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-08-19T10:52:58.793 DEBUG:teuthology.orchestra.run.smithi133:> test -e /home/ubuntu/cephtest/archive/coredump 2024-08-19T10:52:58.797 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-08-19T10:52:58.797 DEBUG:teuthology.orchestra.run.smithi196:> test -e /home/ubuntu/cephtest/archive/coredump 2024-08-19T10:52:58.802 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-08-19T10:52:58.802 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-08-19T10:52:58.852 INFO:teuthology.task.internal:Transferring archived files... 2024-08-19T10:52:58.853 DEBUG:teuthology.misc:Transferring archived files from smithi078:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-08-18_20:00:17-rados-main-distro-default-smithi/7859372/remote/smithi078 2024-08-19T10:52:58.854 DEBUG:teuthology.orchestra.run.smithi078:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-08-19T10:52:58.879 DEBUG:teuthology.misc:Transferring archived files from smithi133:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-08-18_20:00:17-rados-main-distro-default-smithi/7859372/remote/smithi133 2024-08-19T10:52:58.879 DEBUG:teuthology.orchestra.run.smithi133:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-08-19T10:52:58.901 DEBUG:teuthology.misc:Transferring archived files from smithi196:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-08-18_20:00:17-rados-main-distro-default-smithi/7859372/remote/smithi196 2024-08-19T10:52:58.901 DEBUG:teuthology.orchestra.run.smithi196:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-08-19T10:52:58.924 INFO:teuthology.task.internal:Removing archive directory... 2024-08-19T10:52:58.924 DEBUG:teuthology.orchestra.run.smithi078:> rm -rf -- /home/ubuntu/cephtest/archive 2024-08-19T10:52:58.927 DEBUG:teuthology.orchestra.run.smithi133:> rm -rf -- /home/ubuntu/cephtest/archive 2024-08-19T10:52:58.943 DEBUG:teuthology.orchestra.run.smithi196:> rm -rf -- /home/ubuntu/cephtest/archive 2024-08-19T10:52:58.967 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-08-19T10:52:59.111 INFO:teuthology.task.internal:Not uploading archives. 2024-08-19T10:52:59.112 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-08-19T10:52:59.157 INFO:teuthology.task.internal:Tidying up after the test... 2024-08-19T10:52:59.157 DEBUG:teuthology.orchestra.run.smithi078:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-08-19T10:52:59.160 DEBUG:teuthology.orchestra.run.smithi133:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-08-19T10:52:59.162 DEBUG:teuthology.orchestra.run.smithi196:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-08-19T10:52:59.163 INFO:teuthology.orchestra.run.smithi078.stdout: 658614 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Aug 19 10:52 /home/ubuntu/cephtest 2024-08-19T10:52:59.166 INFO:teuthology.orchestra.run.smithi133.stdout: 658640 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Aug 19 10:52 /home/ubuntu/cephtest 2024-08-19T10:52:59.168 INFO:teuthology.orchestra.run.smithi196.stdout: 658640 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Aug 19 10:52 /home/ubuntu/cephtest 2024-08-19T10:52:59.169 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-08-19T10:52:59.258 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-08-19T10:52:59.532 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/off mon_election/connectivity task/test_monitoring_stack_basic} duration: 1506.5136034488678 failure_reason: 'Command failed on smithi078 with status 5: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:797669399b32d2915e64eb6d4b1257ae3c50f80b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 094f3c46-5e17-11ef-bccf-c7b262605968 -- bash -c \''set -e\nset -x\nceph orch apply node-exporter\nceph orch apply grafana\nceph orch apply alertmanager\nceph orch apply prometheus\nsleep 240\nceph orch ls\nceph orch ps\nceph orch host ls\nMON_DAEMON=$(ceph orch ps --daemon-type mon -f json | jq -r \''"\''"\''last | .daemon_name\''"\''"\'')\nGRAFANA_HOST=$(ceph orch ps --daemon-type grafana -f json | jq -e \''"\''"\''.[]\''"\''"\'' | jq -r \''"\''"\''.hostname\''"\''"\'')\nPROM_HOST=$(ceph orch ps --daemon-type prometheus -f json | jq -e \''"\''"\''.[]\''"\''"\'' | jq -r \''"\''"\''.hostname\''"\''"\'')\nALERTM_HOST=$(ceph orch ps --daemon-type alertmanager -f json | jq -e \''"\''"\''.[]\''"\''"\'' | jq -r \''"\''"\''.hostname\''"\''"\'')\nGRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST "$GRAFANA_HOST" \''"\''"\''.[] | select(.hostname==$GRAFANA_HOST) | .addr\''"\''"\'')\nPROM_IP=$(ceph orch host ls -f json | jq -r --arg PROM_HOST "$PROM_HOST" \''"\''"\''.[] | select(.hostname==$PROM_HOST) | .addr\''"\''"\'')\nALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST "$ALERTM_HOST" \''"\''"\''.[] | select(.hostname==$ALERTM_HOST) | .addr\''"\''"\'')\n# check each host node-exporter metrics endpoint is responsive\nALL_HOST_IPS=$(ceph orch host ls -f json | jq -r \''"\''"\''.[] | .addr\''"\''"\'')\nfor ip in $ALL_HOST_IPS; do\n curl -s http://${ip}:9100/metric\ndone\n# check grafana endpoints are responsive and database health is okay\ncurl -k -s https://${GRAFANA_IP}:3000/api/health\ncurl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e \''"\''"\''.database == "ok"\''"\''"\''\n# stop mon daemon in order to trigger an alert\nceph orch daemon stop $MON_DAEMON\nsleep 120\n# check prometheus endpoints are responsive and mon down alert is firing\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ncurl -s http://${PROM_IP}:9095/api/v1/status/config | jq -e \''"\''"\''.status == "success"\''"\''"\''\ncurl -s http://${PROM_IP}:9095/api/v1/alerts\ncurl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e \''"\''"\''.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"\''"\''"\''\n# check alertmanager endpoints are responsive and mon down alert is active\ncurl -s http://${ALERTM_IP}:9093/api/v1/status\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e \''"\''"\''.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"\''"\''"\''\n\''''' flavor: default owner: scheduled_teuthology@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=271ce74088a6447b841e6f869ae3fe24 status: fail success: false 2024-08-19T10:52:59.532 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-08-19T10:52:59.621 INFO:teuthology.run:FAIL